html {
  overflow-x: hidden;
  min-width: 320px;
}

/*VARIABLES*/

:root {
  --main-color: #004082;
  --main-text: #003366;
}

body {
  margin-top: 0;
  font: 16px/1.2 Roboto, sans-serif;
  line-height: 1.25;
  color: #333333;
  overflow: hidden;
  overflow-x: hidden;
  min-width: 320px;
}

.main-container {
  min-height: 600px;
}

.maintenance-page.path-frontpage header {
  height: auto;
}

@media (min-width: 1270px) {
  .navbar.container,
  .container {
    width: 1270px;
    max-width: 1270px;
  }
}

h1 {
  font-size: 25px;
  line-height: 1.25em;
}

h2 {
  font-size: 22px;
  line-height: 1.15384615em;
}

h3,
.ugov-rubrica--type-ou .field--label {
  font-size: 20px;
  line-height: 1.13636364em;
}

h4 {
  font-size: 18px;
  line-height: 1.11111111em;
}

p {
  word-break: break-word;
}

.titoletto {
  font-weight: 400;
  font-size: 1.2em;
}

.titolo-grande {
  font-weight: 200;
  font-size: 2em;
  text-align: center;
}

a,
a:hover,
a:link,
a:visited {
  color: #225d8e;
  line-height: 1.1em;
  word-break: break-word;
}

a:hover,
a:active,
.active.open .active a,
li.active .active a {
  text-decoration: underline;
}

a:focus,
span:focus,
:focus {
  /*
  outline: none;
*/
}

/*
.visually-hidden{
  display:none;
}
*/

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.path-frontpage .page-header {
  display: none;
}

.page-header {
  border: none;
  font-size: 21px;
  line-height: 1.1em;
  margin-bottom: 0;
}

.field--type-text-long ul > li {
  padding-top: 15px;
}

.field--type-text-long .icon-before {
  padding-top: 5px;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.imgresponsive > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* coperture PL */

.coperturepl-group-title {
  font-size: 24px;
  line-height: 1.25em;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
}

.coperturepl-list {
  margin-bottom: 15px;
}

.coperturepl-list-title {
  line-height: 1.25em;
  margin-bottom: 5px;
}

/* accordi internazionali */

ul.univ {
  list-style: none;
  padding: 0;
}

/* MEDIA QUERY */

@media (min-width: 768px) {
  .bp-subtitle {
    font-size: 1em;
  }
  .page-header {
    margin-top: 15px;
    font-size: 26px;
  }
  .region-content > .node {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3,
  .ugov-rubrica--type-ou .field--label {
    font-size: 24px;
    line-height: 1.25em;
  }
  .page-header {
    margin-top: 30px;
    font-size: 32px;
  }
  .path-frontpage .content .field--name-body {
    min-height: 460px;
  }
}

/* UTILI */

.center {
  text-align: center;
}

.box-center {
  display: flex;
  align-items: center;
}

.italic {
  font-style: italic;
}

/*.fl{
    text-transform:lowercase;
}*/

.fl:first-letter {
  text-transform: uppercase;
}

.flex {
  display: flex;
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.font500 {
  font-weight: 500;
}

hr {
  border-color: #999;
  width: 100%;
}

.smallerfont {
  font-size: smaller;
}

.largerfont {
  font-size: larger;
}

/* ICON */

.icon:before,
.icon:after {
  font-family: Fontawesome;
  padding-right: 5px;
  color: #333;
  font-size: 20px;
  line-height: 1.2em;
}

.phone:before {
  content: "\f095";
}

.doc:before {
  content: "\f016";
}

.link:before {
  content: "\f0c1";
}

.lock {
  position: relative;
}

.lock:after {
  content: "\f023";
  font-size: 12px;
  padding-left: 1px;
  position: absolute;
  top: -4px;
}

.luogo:before {
  content: "\f041";
  float: left;
}

.calendar:before {
  content: "\f073";
}

.mail:before {
  content: "\f003";
}

.globe:before {
  content: "\f0ac";
}

.rubrica:before {
  content: "\f007";
}

.coordinatore .rubrica:before {
  font-size: 2.8em;
  color: #26527e;
}

.uo:before {
  content: "\f19c";
}

.book:before {
  content: "\f02d";
  font-size: 24px;
}

.clock:before {
  content: "\f017";
}

.published:before {
  content: "\f058";
}

.history:before {
  content: "\f1da";
}

.legal:before {
  content: "\f0e3";
}

.info:before {
  content: "\f05a";
  color: #225d8e;
  font-size: 23px;
}

.building:before {
  content: "\f0f7";
  color: #225d8e;
}

.avviso:before {
  content: "\f0f3";
  float: right;
  color: #225d8e;
}

.promo:before {
  content: "\f0a1";
  float: right;
  color: #225d8e;
}

.arrow a {
  display: block;
}
.arrow a::before {
  content: "\f101";
  float: right;
  font-family: Fontawesome;
  font-size: 1.4em;
  line-height: inherit;
  color: #225d8e;
}

.office:before {
  content: "\f0c0";
}

.accord:before {
  content: "\f2b5";
  color: #225d8e;
}

.newspaper:before {
  content: "\f1ea";
  font-style: normal;
}

.cfu:before {
  content: "\f145";
}

.flag:before {
  content: "\f024";
}

.sign-in:before {
  content: "\f090";
}

.cubes:before {
  content: "\f1b3";
}

.fa-file-archive {
  display: none;
}

.bp-attachment .file--mime-application-zip .fa-file-archive {
  display: none;
}

.video:before {
  content: "\f03d";
}

.glyphicon-refresh:before {
  content: "\f021";
}

.glyphicon-log-in:before {
  content: "\f090";
  color: #fff;
}

.glyphicon-filter:before {
  content: "\f002";
  color: #fff;
}

.form-type-search button[value="Cerca"]:before {
  font-family: Fontawesome;
  padding-right: 5px;
  color: #333;
  font-size: 20px;
  line-height: 1.2em;
  content: "\f002";
  color: #fff;
  padding-right: 10px;
}

/*PADDING E MARGIN */

.top0 {
  margin-top: 0;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.bottom0 {
  margin-bottom: 0;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom40,
.panel.bottom40,
.paragraph .paragraph.bottom40 {
  margin-bottom: 40px;
}

.bottom60 {
  margin-bottom: 60px;
}

.pad0 {
  padding: 0;
}

.pad10 {
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

.padl20 {
  padding-left: 20px;
}

.padl30 {
  padding-left: 30px;
}

.pad1530 {
  padding: 15px 30px;
}

.pad-icon {
  padding: 0 25px;
}

.pad-attachment {
  padding: 10px 5px;
  line-height: 1.3em;
}

.border {
  width: 66%;
  margin: 50px auto;
}

.flowroot {
  display: flow-root;
}

@media (min-width: 768px) {
  .top-20 {
    margin-top: -20px;
  }
  .top-40 {
    margin-top: -40px;
  }
}

/* HEADER */

header {
  position: relative;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  background-color: #004082;
  border: none;
  border-radius: 0;
  height: auto;
  width: 100%;
}

.navbar-header-top {
  background-color: #004082;
  position: relative;
}

.navbar-header-top .region.region-navigation-top {
  height: 50px;
}

.container .navbar-header {
  margin: 0 auto;
  width: auto;
  height: 75px;
  width: 100%;
}

.navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #004082;
  /*position: absolute;
  right: 18px;*/
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-right: 0;
  margin-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

#navbar-collapse {
  background: #004082;
  position: absolute;
  width: 100%;
  z-index: 20;
  left: 0;
  margin: auto;
  border: none;
  padding: 0;
}

.path-frontpage #navbar-collapse {
  background: #004082;
}

/*HEADER FRONTPAGE*/

.path-frontpage .navbar-default {
  background-color: transparent;
}

.path-frontpage .dialog-off-canvas-main-canvas {
  position: relative;
}

.path-frontpage header {
  height: 240px;
  margin-bottom: 40px;
  min-height: 240px;
}

/* MEDIA QUERIES */

@media (min-width: 450px) {
  .path-frontpage header {
    height: 21em;
  }
}

@media (min-width: 550px) {
  .path-frontpage header {
    height: 26em;
  }
}

@media (min-width: 670px) {
  .path-frontpage header {
    height: 30em;
  }
}

@media (min-width: 768px) {
  .path-frontpage header {
    height: 33em;
  }
  .path-frontpage .navbar-header-top {
    background: transparent;
  }
  .navbar-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  #navbar-collapse {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .navbar-header-top.full-width {
    position: relative;
    align-items: center;
    height: 75px;
  }
  .path-frontpage .navbar-header-top .region.region-navigation-top {
    height: 100%;
  }
  .container .navbar-header {
    height: auto;
  }
}

@media (min-width: 992px) {
  .path-frontpage .navbar-header-top.full-width {
    background: #004082;
    height: 50px;
  }
  .path-frontpage header {
    height: 640px;
  }
  .navbar-header {
    top: 45px;
  }
  .region.region-navigation-top {
    position: relative;
  }
  .navbar-header-top.full-width {
    height: 110px;
  }
}

@media (min-width: 1200px) {
  .path-frontpage header {
    height: 670px;
  }
  .container .navbar-header {
    padding: 0 15px;
  }
  .menu--main > li > a,
  #block-unimi-main-menu > .menu--main > li > a {
    padding: 10px 25px;
  }
}

/*LOGO */

.navbar-btn.logo {
  position: absolute;
  z-index: 12;
  padding: 0;
}

.ulti-open.navbar-btn.logo {
  z-index: 3;
}

.navbar-btn.logo img {
  width: 50%;
}

#block-topnavbar {
  float: right;
}

#block-topnavbar a {
  color: #ffffff;
}

/*LOGO PAG INTERNA*/

.path-node .navbar-btn.logo {
  margin-left: 0;
  margin-top: 7px;
}

/*primo menu*/

header .menu_right > ul {
  position: relative;
  margin: 0 -10px;
}

.nav .open > a,
.menu--main .dropdown.open a,
.menu--main .dropdown.open a:hover,
.menu--main .dropdown.open a:focus,
.navbar-nav .open .dropdown-menu > li > span {
  color: #fff;
  text-shadow: 1px 2px 2px #383737;
}

header .menu_right li.expanded.dropdown.open a.dropdown-toggle,
header .menu_right li.expanded.dropdown.open a.dropdown-toggle:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(76, 133, 187, 0.9);
}

header .menu_right ul.dropdown-menu {
  text-align: left;
  padding: 0;
  background-color: rgba(76, 133, 187, 0.9);
  border: none;
  border-radius: unset;
  overflow: hidden;
  max-width: 200px;
}

.menu--profili li {
  vertical-align: sub;
}

header .menu_right ul.dropdown-menu > li > a,
header .menu_right ul.dropdown-menu > li:nth-last-child(2) > a,
header .menu_right ul.dropdown-menu > li:last-child > a {
  white-space: normal;
  word-wrap: break-word;
  padding: 7px 20px;
  color: #fff;
  text-shadow: 1px 1px 2px #18456f;
}

.menu_right .menu--profili .dropdown-menu li:nth-last-child(2) {
  padding-left: 0;
}

.menu_right .menu--profili .dropdown-menu li:nth-last-child(2) a:after {
  padding: 0;
  content: "";
}

.menu_right .menu--profili li a {
  font-size: 14px;
  font-weight: 400;
}

.menu--profili .open .dropdown-toggle:focus,
.menu--profili .open .dropdown-toggle:hover {
  background-color: #004082;
}

.topnavbar.container {
  height: 0;
  width: 100%;
  position: relative;
}

.language-switcher-language-url {
  position: absolute;
  right: 65px;
  top: 8px;
  z-index: 30;
}

.language-switcher-language-url,
.navbar-profili {
  float: right;
}

.language-switcher-language-url > ul.links {
  list-style: none;
  padding: 10px;
}

.language-switcher-language-url > ul.links li {
  display: inline-block;
  vertical-align: bottom;
  line-height: 16px;
}

.language-switcher-language-url > ul.links li.it a {
  border-right: 1px solid #fff;
}

.language-switcher-language-url > ul.links li a.language-link {
  font-size: 14px;
  padding: 0 8px;
  color: #fff;
  line-height: 16px;
}

.language-switcher-language-url > ul.links li.en a {
  display: block;
  text-transform: uppercase;
  height: 16px;
  width: 28px;
  padding: 0;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .topnavbar.container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .topnavbar.container {
    width: 100%;
    max-width: 940px;
    height: auto;
    padding: 0;
  }
  .language-switcher-language-url {
    position: static;
  }
  .language-switcher-language-url > ul.links {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .topnavbar.container {
    max-width: 1110px;
  }
}

@media (min-width: 1270px) {
  .topnavbar.container {
    max-width: 1240px;
  }
}

/*secondo menu, menu-main*/

.navbar-nav {
  margin: 7.5px 0;
}

#block-unimi-main-menu > ul.menu--main,
#block-unimicdl-main-menu > ul.menu--main {
  list-style-type: none;
  z-index: 10;
  position: relative;
  float: none;
  margin: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    )
    15%;
}

.menu--main > li > a,
#block-unimi-main-menu > .menu--main > li > a,
#block-unimicdl-main-menu > .menu--main > li > a,
#block-unimicdl-main-menu > .menu--main > li > span,
#block-unimi-main-menu > .menu--main > li > span,
.menu--profili > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 200;
  font-size: 18px;
  display: block;
  border: 0;
  background: transparent;
  border-style: solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0) 100%
    )
    5%;
  border-bottom-width: 1px;
}

.menu--profili > li > a {
  font-size: 16px;
}

#block-unimi-main-menu .menu--main > li > a .caret,
#block-unimicdl-main-menu .menu--main > li > a .caret,
.menu--profili > li.dropdown > a .caret,
#block-unimi-main-menu > .menu--main > li > span .caret {
  float: right;
  border-top: 9px dashed;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  margin: 5px 0;
}

#block-unimi-main-menu .menu--main > li.open > a .caret,
#block-unimicdl-main-menu .menu--main > li.active > a .caret,
.menu--profili > li.dropdown.open > a .caret {
  border-bottom: 9px dashed;
  border-top: 0;
}

.nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus,
.nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a:hover,
.nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a:focus {
  background-color: transparent;
}

/*
.navbar-nav li:last-child{
  display:list-item;
}*/

#block-unimi-main-menu .menu--profili.nav {
  margin: -8px -15px 0;
}

#block-unimi-main-menu > .menu--main > li.dropdown.open a[aria-expanded="true"],
#block-unimicdl-main-menu > .menu--main > li.dropdown.open a.is-active {
  text-decoration: none;
}

.navbar-nav .open .dropdown-menu,
.menu--profili.nav li.dropdown.open .dropdown-menu {
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0) 100%
    )
    5%;
  border-bottom-width: 1px;
  border-style: solid;
  position: relative;
  width: 100%;
  background: transparent;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  float: none;
}

.menu--profili.nav li.dropdown.open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > span,
.dropdown-menu > li > span {
  color: #fff;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.2;
  padding: 8px 30px;
  background: transparent;
  font-weight: 200;
  font-size: 16px;
  display: block;
}

.menu_right .menu--profili li a:hover,
.menu--profili.nav li.dropdown.open .dropdown-menu > li > a:hover {
  text-decoration: underline;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li > span:focus,
.navbar-nav .open .dropdown-menu > li > span:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  color: #fff;
  background-color: transparent;
  text-shadow: none;
}

.menu_right .menu--profili li a[title="statale news"] {
  text-indent: 99999px;
  width: 50px;
  background: url(../img/news.png) no-repeat 50%;
  padding: 0;
  word-break: unset;
  height: 15px;
  background-size: 95%;
  background-position: bottom;
}

.menu_right .menu--profili li a[title="5x1000"] {
  text-indent: 99999px;
  width: 58px;
  height: 30px;
  padding: 0;
  background: url(/sites/default/files/2025-06/icona%205x1000_2025.png) center /
    cover no-repeat;
  white-space: nowrap;
  position: relative;
  top: -0.7rem;
}

/* MEDIA QUAERY HEADER*/

@media (min-width: 320px) and (max-width: 378px) {
  .nav > li:nth-child(5) a {
    border-left: none;
  }
}

@media (min-width: 379px) and (max-width: 460px) {
  .nav > li:nth-child(6) a {
    border-left: none;
  }
}

@media (min-width: 768px) {
  header .menu_right > ul {
    text-align: right;
    margin: 0;
  }
  .menu--profili.nav li.dropdown.open .dropdown-menu > li > a {
    line-height: 15px;
  }
  .menu_right .menu--profili li:nth-last-child(2) {
    padding-left: 0;
  }
  #block-unimi-main-menu .menu--main li,
  #block-unimicdl-main-menu .menu--main li,
  .menu--profili li {
    width: 100%;
    float: left;
  }
  .navbar-nav li:last-child {
    display: block;
  }
  .menu--main > li > a:active,
  #block-unimi-main-menu > .menu--main > li > a:active {
    background: transparent;
  }
  #block-imageheader {
    top: -50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}

@media (min-width: 992px) {
  .navbar-btn.logo {
    top: -43px;
  }
  .navbar-btn.logo img {
    width: 80%;
  }
  .path-frontpage .navbar-btn.logo {
    top: 14px;
  }
  .path-frontpage .navbar-btn.logo img {
    width: 100%;
  }
  #block-unimi-main-menu > ul.menu--main {
    flex-flow: row wrap;
    display: flex;
    justify-content: flex-start;
  }
  header .nav > li,
  .block-menu-footer ul > li {
    display: inline-block;
  }
  .menu--main > li > a,
  #block-unimi-main-menu > .menu--main > li > a,
  #block-unimi-main-menu > .menu--main > li > span {
    text-shadow: 1px 2px 4px #333;
    font-weight: 500;
  }
  .menu_right .menu--profili li a {
    border-bottom: none;
    border-image: none;
    padding: 15px 6px;
  }
  .menu--profili li {
    width: auto;
    float: none;
  }
  .menu--profili > li.dropdown > a .caret {
    float: none;
    margin-left: 2px;
    border-width: 6px;
  }
  .menu--profili.nav li.dropdown.open .dropdown-menu {
    position: absolute;
    left: -64px;
    background: rgba(76, 133, 187, 0.9);
    padding: 10px 0;
    border: none;
  }
  .menu--profili.nav li.dropdown.open .dropdown-menu > li > a {
    line-height: 20px;
    padding: 7px 20px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here Explorer */
  .navbar-btn.logo img {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .menu_right .menu--profili li a {
    padding: 15px 10px;
  }
  .menu_right .menu--profili li a[title="statale news"] {
    margin-right: 12px;
  }
}

/*Paginazione */

.pagination > li > a,
.pagination > li > span {
  color: #004082;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover {
  background-color: #004082;
  border-color: #004082;
}

/*** home style special, HERO FRONTPAGE**/

#block-imageheader {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
}

.region-header #block-imageheader img {
  height: 620px;
  object-fit: cover;
}

.full-width.hero {
  max-height: 620px;
  overflow-y: hidden;
  margin: 0 auto;
  left: auto;
  right: auto;
}

.full-width.hero img.img-responsive {
  width: 100%;
  max-width: none;
  height: 250px;
  position: relative;
  z-index: -1;
}

@media (min-width: 450px) {
  .path-frontpage header {
    height: 22em;
  }
  .full-width.hero img.img-responsive {
    height: 22em;
  }
}

.herocontent {
  position: absolute;
  bottom: 10px;
  padding: 0 4%;
  text-align: right;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 2px 4px #333;
  line-height: 1;
  min-height: 57%;
}

.herotitle {
  font-size: 26px;
  font-weight: 900;
}

.herosubtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 6px 0;
}

.herocontent .calltonews a {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/statalenewsasinistra.png) no-repeat 70% 50%
    rgba(0, 51, 102, 0.6);
  text-indent: -9999px;
  width: 85px;
  background-size: 64%;
  display: block;
  word-break: unset;
  font-size: 0;
  height: 35px;
}

.herocontent .calltoaction a {
  color: #fff;
  border: 2px solid;
  padding: 8px 10px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: inset 0px 1px 20px 10px rgba(0, 51, 102, 0.6);
  position: absolute;
  bottom: 0;
  right: 4%;
  font-size: 0.8em;
}

.herocontent .calltoaction:hover a {
  background: rgba(0, 51, 102, 0.8);
  text-decoration: none;
  box-shadow: none;
  transition: 0.5s;
}

/*MEDIA HERO FRONTPAGE*/

@media (min-width: 430px) {
  .full-width.hero img.img-responsive {
    width: 100vw;
  }
}

@media (min-width: 768px) {
  .path-frontpage header {
    height: 520px;
  }
  .full-width.hero {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .herocontent .calltoaction a {
    font-size: 1.1em;
    font-weight: 500;
  }
  .herocontent .calltonews a {
    width: 180px;
    height: 50px;
    font-size: 0;
    left: -40px;
    background: url(../img/statalenewsasinistra.png) no-repeat 80% 50%
      rgba(0, 51, 102, 0.6);
  }
  .herotitle {
    font-size: 60px;
  }
  .herosubtitle {
    font-size: 25px;
  }
  .full-width.hero img.img-responsive {
    height: 520px;
  }
}

@media (min-width: 992px) {
  .path-frontpage header {
    height: 670px;
  }
  .herotitle {
    font-size: 90px;
  }
  .herosubtitle {
    font-size: 35px;
  }
  .full-width.hero img.img-responsive {
    height: auto;
  }
}

@media (min-width: 1400px) {
  .full-width.hero img.img-responsive {
    top: -185px;
  }
}

/** bradcrumb and contextual nav **/

.breadcrumb {
  background: none;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
  padding: 15px 0;
}

.breadcrumb > li {
  display: contents;
  word-break: break-word;
}

.breadcrumb a,
.breadcrumb > .active {
  color: #003366;
}

.breadcrumb > .active {
  font-weight: bold;
}

.breadcrumb > li + li:before {
  color: #003366;
  content: "|";
}

/* MENU NAVIGA QUESTA SEZIONE */

.nav-int {
  width: 100%;
  padding: 15px 0;
}

.nav-int .menu-title {
  font-size: 18px;
  color: #003366;
  text-align: right;
  display: block;
  cursor: pointer;
}

.nav-int .menu-title:hover {
  text-decoration: none;
}

.nav-int .menu-title:after {
  content: "\f107";
  margin-left: 10px;
  width: auto;
  font: 20px FontAwesome;
  font-weight: bold;
}

.nav-int .open .menu-title:after {
  content: "\f106";
}

.nav-int .dropdown-menu {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  margin: 10px 0;
  right: 0;
  float: right;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

.nav-int .navbar-nav {
  width: 100%;
}

.nav-int .menu--main.navbar-nav li {
  display: block;
  width: 100%;
}

.nav-int .menu--main.navbar-nav li a {
  color: #003366;
  text-shadow: none;
  font-weight: 300;
  font-size: 18px;
  padding: 5px 0;
}

.nav-int .menu--main.navbar-nav li a:hover {
  text-decoration: underline;
}

.nav-int .menu--main.navbar-nav li a.is-active,
.nav-int .menu--main.navbar-nav li.active > a {
  font-weight: bold;
}

.nav-int .dropdown.active ul.dropdown-menu {
  display: block;
  position: relative;
  margin: 0;
  box-shadow: none;
  padding: 5px 10px 15px;
  float: left;
  width: 100%;
}

.nav-int .dropdown.active ul.dropdown-menu a:hover,
.nav-int .dropdown.active ul.dropdown-menu a:focus {
  background: transparent;
}

.menu-figli {
  z-index: 4;
}

.menu-figli span.caret {
  display: none;
}

.nav-int .menu-figli .dropdown.active ul.dropdown-menu {
  background: rgba(43, 92, 136, 0.2);
  margin: 2px 0 10px;
}

/**MEDIA QUAERY BREADCRUMB E MENU INTERNO **/

@media (min-width: 992px) {
  .breadcrumb {
    width: 75%;
    float: left;
  }
  .nav-int {
    width: 25%;
    float: right;
  }
}

/* MENU TRASPARENZA */

.menu-trasp {
  padding: 10px 0;
  overflow: hidden;
  border-left: 10px solid #76c1c9;
  background-color: rgba(118, 193, 201, 0.7);
  margin-top: 30px;
}

.menu-trasp .menu-title {
  line-height: 1em;
  font-size: 25px;
  padding: 10px 15px;
}

.menu-trasp .menu--main {
  margin: auto;
}

.menu-trasp .menu--main > li {
  width: 100%;
}

.menu-trasp .menu--main > li > a {
  padding: 7px 15px;
  line-height: 22px;
}

.menu-trasp .menu--main li > a,
.menu-trasp .nav .open > a,
.menu-trasp .menu--main .dropdown.open a {
  background: transparent;
  color: #003366;
  font-size: 18px;
  text-shadow: none;
  word-wrap: break-word;
  width: fit-content;
  border: none;
  font-weight: 500;
}

.menu-trasp .menu--main li.dropdown.open .dropdown-menu > li > a.is-active {
  background: #76c1c9;
}

.menu-trasp .menu--main li > a:hover,
.menu-trasp .menu--main li > a:focus {
  text-decoration: none;
}

.menu-trasp .caret {
  border: none;
  font-family: "Fontawesome";
  padding: 0;
  display: inline;
  font-size: 19px;
}

.menu-trasp .caret:before {
  content: "\f138";
}

.menu-trasp .dropdown.open span.caret:before {
  content: "\f139";
}

.menu-trasp .menu--main li.dropdown.open .dropdown-menu {
  position: relative;
  max-width: 100%;
  box-shadow: none;
  padding-left: 35px;
  padding-right: 10px;
  list-style: disc;
  color: #333;
  border: none;
}

.menu-trasp .menu--main li.dropdown.open .dropdown-menu > li > a {
  padding: 2px 5px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  text-shadow: none;
}

.menu-trasp .menu--main li.dropdown.open .dropdown-menu > li > a:hover {
  background-color: #76c1c9;
}

.menu-trasp li a::before {
  font-family: Fontawesome;
  content: "\f0c1";
  /* content: '\f111'; */
  padding-right: 5px;
}

/* MEDIA QUERIES MENU TRASPARENZA*/

@media (min-width: 768px) {
  .menu-trasp {
    margin-top: 0;
  }
  .menu-trasp .navbar-nav li:last-child {
    display: list-item;
  }
}

@media (min-width: 1200px) {
  .menu-trasp .menu-title {
    font-size: 30px;
  }
}

/** pagina base preview **/

article.node--view-mode-teaser,
.view-cercacorsi .views-row {
  padding: 0 7.5px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  article.node--view-mode-teaser:nth-child(2n + 2),
  .view-cercacorsi .views-row:nth-child(2n + 2),
  .cdl .node--view-mode-preview-erogatore:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 15px;
  }
  article.node--view-mode-teaser:nth-child(2n + 1),
  .view-cercacorsi .views-row:nth-child(2n + 1),
  .cdl .node--view-mode-preview-erogatore:nth-child(2n + 1) {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  article.node--view-mode-teaser:nth-child(3n + 2),
  .view-cercacorsi .views-row:nth-child(3n + 2),
  .cdl .node--view-mode-preview-erogatore:nth-child(3n + 2) {
    padding: 0 7.5px;
  }
  article.node--view-mode-teaser:nth-child(3n + 3),
  .view-cercacorsi .views-row:nth-child(3n + 3),
  .cdl .node--view-mode-preview-erogatore:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 15px;
  }
  article.node--view-mode-teaser:nth-child(3n + 1),
  .view-cercacorsi .views-row:nth-child(3n + 1),
  .cdl .node--view-mode-preview-erogatore:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 15px;
  }
}

/* bob */

.view-cercacorsi #edit-actions {
  clear: both;
}

.view-cercacorsi .bef-exposed-form .form--inline > .form-item {
  float: none;
}

.bef-exposed-form .form-item {
  /*
 width: 100%;
*/
}

/*Organi componente */

.field--name-field-rel-componente {
  margin-top: 30px;
}

.organi-componente {
  margin: 10px 0;
  padding: 15px 20px;
  background: #ebf0f6;
  border-bottom: 3px solid #fff;
}

.organi-componente .nome {
  font-size: 25px;
  font-weight: 200;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 32px;
  line-height: 1.1;
}

.organi-componente .rubrica:before {
  font-size: 27px;
  padding-right: 5px;
  margin-left: -32px;
}

.organi-componente .field--label-above {
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: 700;
}

.organi-componente .nota ul {
  padding-left: 1em;
  margin-bottom: 0;
}

.organi-componente .nota li {
  margin-bottom: 0;
}

.organi-componente .field--label {
  width: auto;
  float: left;
  padding-right: 10px;
  line-height: 1.2;
  padding-bottom: 5px;
}

.organi-componente .field--item {
  width: auto;
  float: left;
  padding-right: 5px;
  line-height: 1.2;
}

.organi-componente .field--item span.file {
  width: auto;
  padding-right: 10px;
  float: left;
}

/** campo data **/

.field--name-field-data {
  padding-bottom: 15px;
  margin-top: -5px;
}

.data-grey {
  font-style: italic;
  font-size: 16px;
  color: rgba(51, 56, 66, 0.8);
  transition: color 0.2s ease-in;
}

.paragraph--type--bp-card-action:hover .data-grey {
  color: #333;
}

/*** paragraphs ***/

.absoluteWrapper {
  position: relative;
}

.absoluteContent {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.absoluteWrapper .bigtitle {
  font-size: 92px;
  margin-bottom: 30px;
  font-weight: 900;
  color: #ffffff;
  float: right;
  max-width: 50%;
  text-align: center;
  text-shadow: 0 2px 4px #333;
}

.paragraph {
  margin-bottom: 30px;
}

.paragraph .paragraph {
  margin: 15px 0;
  margin-top: 0;
}

.paragraph .paragraph.full-width,
.paragraph .paragraph .paragraph.full-width {
  margin-left: -50vw;
  margin-right: -50vw;
}

.paragraph .paragraph__column > .paragraph {
  margin-bottom: 30px;
}

.paragraph > .paragraph__column,
.paragraph.paragraph--width--full > .paragraph__column {
  padding: 0;
}

.path-frontpage .paragraph,
.paragraph--type--bp-columns {
  text-align: center;
}

.paragraph > .paragraph__column .paragraph.bgcolor-6885a0 .paragraph__column {
  padding: 1em 1.5em 0;
}

.paragraph .bp-title,
.title-laurea {
  font-size: 1.6em;
  font-weight: 300;
  color: #333333;
  line-height: 1em;
  margin-bottom: 30px;
  width: 100%;
}

.title-laurea {
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph.paragraph--type--bp-value-action {
  margin: 10px 0;
}

.paragraph.paragraph--type--bp-value-action .bp-title {
  color: #003366;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 0;
}

.paragraph .bp-subtitle {
  font-weight: 300;
  margin: 15px 0 5px;
  color: #003366;
  font-size: 20px;
}

.paragraph.paragraph--type--bp-value-action .bp-subtitle {
  color: #333;
  font-size: 16px;
}

.field--name-bp-text,
.field--name-field-link {
  font-size: 16px;
}

.paragraph--type--top-value:hover .paragraph__column {
  /*background: #f8f8f8;*/
  position: relative;
  top: 25px;
}

.paragraph--color--rgba-grey-slight {
  background: rgba(158, 158, 158, 0.2);
}

@media (min-width: 992px) {
  .paragraph {
    margin-bottom: 50px;
  }
  .paragraph--type--bp-value-action {
    width: auto;
    float: none;
    padding: 0;
  }
  .paragraph.paragraph--type--bp-value-action .bp-title {
    font-size: 64px;
  }
  .paragraph.paragraph--type--bp-value-action .bp-subtitle {
    font-size: 18px;
  }
  .paragraph .bp-title {
    font-size: 2em;
  }
  .title-laurea {
    font-size: 1.4em;
  }
}

/* PARAGRAPH-COLUMN*/

.paragraph.paragraph--type--bp-columns > .paragraph__column {
  display: flex;
  flex-wrap: wrap;
}

.paragraph--type--bp-trasparenza .bp-title {
  font-size: 1.4em;
}

/*
@media (max-width:767px){
  .paragraph--type--bp-columns__1col .paragraph.paragraph--width--full>.paragraph__column,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col{
    width:50%;
  }
}
*/

/*ACCORDION ELEMENT*/

.bp-accordion--button {
  display: none;
}

.paragraph--bp-accordion--container .paragraph > .paragraph__column {
  padding: 0;
  max-width: unset;
}

.paragraph.paragraph--type--bp-accordion
  .panel-collapse
  .paragraph:last-of-type
  > .paragraph__column {
  padding: 0;
}

.paragraph--bp-accordion--container
  .paragraph
  > .paragraph__column
  .panel-default {
  margin-bottom: 0;
}

.paragraph--bp-accordion--container .panel-title {
  text-align: center;
  font-size: 18px;
  position: relative;
  padding: 0;
  margin: 0;
}

.paragraph--type--bp-accordion .panel-collapse .paragraph--type--bp-simple {
  background: #fff;
  word-wrap: break-word;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}

.paragraph--type--bp-accordion
  .panel-collapse
  .paragraph--type--bp-simple
  .field {
  padding: 0 30px;
}

.paragraph.paragraph--type--bp-accordion .panel-heading {
  border: none;
  padding: 0;
  background: #fff;
}

.views-row h3.ui-accordion-header {
  color: #4c4b4b;
}

.aprichiudi-opp a.panel-title::after,
.aprichiudi-master .aprichiudi-titolo a:after,
.js .paragraph.paragraph--type--bp-accordion .panel-heading a:after,
.accordion .panel-heading a:after,
.views-row h3.ui-accordion-header:after,
.accordion .accordion-item a:after {
  content: "+";
  float: right;
  font-size: 30px;
  font-weight: 400;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.aprichiudi-opp a.panel-title[aria-expanded="true"]::after,
.aprichiudi-master .aprichiudi-titolo.aprichiudi-active a:after,
.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="true"]:after,
.accordion .panel-heading[aria-expanded="true"] a:after,
.accordion .panel-heading a[aria-expanded="true"]:after,
.accordion .accordion-item[aria-expanded="true"] a:after,
.views-row h3.ui-accordion-header[aria-expanded="true"]:after {
  float: right;
  font-size: 34px;
  transform: rotate(225deg);
}

.accordion .ui-icon {
  display: none;
}

.paragraph--bp-accordion--container .bp-accordion--button,
.paragraph.paragraph--type--bp-accordion .panel-heading a:after {
  float: right;
}

.animateIn,
.collapsing {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut,
.collapsing[aria-expanded="false"] {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
}

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
  }
}

/*AGGIUNTE ELEMENTO ACCORDION */

.ui-accordion .view-content {
  border: 1px solid #ddd;
}

.accordion .accordion-item,
.accordion .panel-heading,
.views-row h3.ui-accordion-header {
  border-color: #ddd;
  background-color: #fff;
  border-radius: initial;
  margin: 0;
  border: none;
  padding: 0;
}

.accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #ddd;
}

.accordion-item:focus {
  outline: none;
}

.accordion .accordion-item.ui-state-hover {
  background: #eee;
}

.accordion .accordion-item.ui-state-active,
.accordion .accordion-item.ui-state-active:last-of-type {
  background: #eee;
  border: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* ACCORDION GREY-DEFAULT */

.paragraph.paragraph--type--bp-accordion .panel-heading a,
.accordion .panel-heading a,
.views-row h3.ui-accordion-header {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded="true"],
.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="false"],
.views-row h3.ui-accordion-header[aria-expanded="false"],
.views-row h3.ui-accordion-header.ui-state-active {
  color: #4c4b4b;
  font-weight: 100;
  font-size: 20px;
  text-align: left;
  padding: 10px 30px;
  display: block;
}

.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded="true"],
.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="false"]:hover,
.views-row h3.ui-accordion-header[aria-expanded="false"]:hover,
.views-row h3.ui-accordion-header.ui-state-active,
.accordion .panel-heading a[aria-expanded="true"],
.accordion .panel-heading a[aria-expanded="false"]:hover {
  text-decoration: none;
  width: 100%;
  background: #eeeeee;
  margin: 0;
}

.views-row:first-of-type h3.ui-accordion-header[aria-expanded="false"] {
  border-top: none;
}

.views-row
  h3.ui-accordion-header[aria-expanded="false"]:hover
  .views-row
  h3.ui-accordion-header:focus {
  outline: none;
}

.aprichiudi-opp a.panel-title::after,
.aprichiudi-master .aprichiudi-titolo a:after,
.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="true"]:after,
.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="false"]:after,
.accordion .panel-heading a:after,
.accordion .accordion-item[aria-expanded="true"] a:after,
.views-row h3.ui-accordion-header:after {
  right: 30px;
  width: 26px;
  height: auto;
  text-align: center;
  color: #666;
  border-radius: 100%;
  position: absolute;
}

.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="false"],
.views-row h3.ui-accordion-header[aria-expanded="false"],
.accordion .panel-heading a {
  /* cambio */
  background: #f5f7f7;
  border-top: 1px solid #dddddd;
  border-bottom: none;
  text-decoration: none;
  margin: 0;
}

.accordion-item[aria-expanded="false"],
.accordion .accordion-item[aria-expanded="false"]:last-of-type,
.accordion .panel-heading:last-of-type a[aria-expanded="false"] {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}

.paragraph.paragraph--type--bp-accordion
  .panel-heading:first-child
  a[aria-expanded="false"],
.accordion .accordion-item:first-of-type,
.accordion .panel-heading:first-child a[aria-expanded="false"],
.views-row:first-of-type h3.ui-accordion-header,
.accordion .panel-heading:first-child a[aria-expanded="false"]:hover {
  border-top: none;
}

.accordion {
  border: 1px solid #ddd;
}

.accordion.accordion-cdl,
.accordion.accordion-post {
  border-bottom: 0;
  border-top: 0;
}

.ui-accordion .ui-accordion-content {
  border: 0;
}

.accordion .panel-body {
  padding: 15px 30px;
}

.panel-body .field.field--name-field-rel-uo {
  display: table;
}

.accordion-item a,
.accordion-item.ui-state-active a,
.accordion-item.ui-state-active a:link,
.accordion .panel-heading a {
  display: block;
  color: #4c4b4b;
  font-weight: 100;
  font-size: 18px;
  text-align: left;
  padding: 0.5em 1.7em;
  border-bottom: 1px solid #ddd;
}

.paragraph.paragraph--type--bp-accordion .card.panel.panel-default,
.accordion-view .view-content {
  border: 1px solid #ddd;
}

.paragraph--type--bp-accordion .card.panel.panel-default:after {
  content: none;
}

.paragraph.paragraph--type--bp-accordion .panel,
.panel {
  border-radius: 0;
}

.paragraph--type--bp-datelist
  .paragraph--type--bp-value-action
  .field--name-bp-link {
  text-align: right;
}

.paragraph--type--bp-datelist
  .paragraph--type--bp-value-action
  .paragraph__column {
  padding-top: 0;
}

.ui-accordion-content .views-row {
  margin-bottom: 20px;
}

.ui-accordion-content .views-row:after {
  border-bottom: 1px solid #e1e1e1;
  content: "";
  width: 7%;
  display: block;
  padding-bottom: 20px;
}

.ui-accordion-content .views-row:last-child:after {
  display: none;
}

/*ACCORDION WHITE-BLU SOLO FULL-WIDTH*/

.paragraph--type--bp-accordion.full-width .paragraph__column > .bp-title {
  text-align: center;
}

.full-width.paragraph.paragraph--type--bp-accordion .card.panel.panel-default {
  border-bottom: 6px solid #043360;
  border-top: 6px solid #043360;
}

.full-width.paragraph.paragraph--type--bp-accordion .panel-heading a {
  background: #ffffff;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  color: #023b6f;
  font-size: 1em;
  line-height: 1.1em;
  display: block;
  text-decoration: none;
  padding: 15px 3em;
  text-align: center;
}

.paragraph.paragraph--type--bp-accordion .panel-heading a {
  position: relative;
}

.paragraph.paragraph--type--bp-accordion.full-width .panel-heading a:after {
  color: #023b6f;
  left: calc((100vw - 100%) + 20px);
}

.full-width.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="false"] {
  font-weight: 200;
}

.full-width.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="false"]:hover {
  font-weight: 500;
  background: transparent;
}

.full-width.paragraph.paragraph--type--bp-accordion
  .panel-heading
  a[aria-expanded="true"] {
  font-weight: 500;
}

.paragraph.paragraph--type--bp-accordion .panel-collapse > .paragraph {
  margin: 0;
  padding-top: 15px;
}

.paragraph.paragraph--type--bp-accordion
  .card-block.panel-collapse
  .paragraph
  + .paragraph
  > .paragraph__column {
  padding: 0;
}

.full-width.paragraph.paragraph--type--bp-accordion
  .panel-collapse
  .paragraph--type--bp-simple {
  background: transparent;
  word-wrap: break-word;
  text-align: left;
  padding-bottom: 0;
}

.full-width.paragraph.paragraph--type--bp-accordion
  .card.panel.panel-default:after {
  height: 0;
}

/*MEDIA ACCORDION */

/* bob */

@media (max-width: 426px) {
  .aprichiudi-opp a.panel-title::after,
  .aprichiudi-master .aprichiudi-titolo a:after,
  .paragraph.paragraph--type--bp-accordion
    .panel-heading
    a[aria-expanded="true"]:after,
  .paragraph.paragraph--type--bp-accordion
    .panel-heading
    a[aria-expanded="false"]:after,
  .accordion .panel-heading a:after,
  .accordion .accordion-item[aria-expanded="true"] a:after,
  .views-row h3.ui-accordion-header:after {
    right: 12px;
    top: 11px;
  }
  .paragraph.paragraph--type--bp-accordion
    .panel-heading
    a[aria-expanded="true"],
  .paragraph.paragraph--type--bp-accordion
    .panel-heading
    a[aria-expanded="false"],
  .views-row h3.ui-accordion-header[aria-expanded="false"],
  .views-row h3.ui-accordion-header.ui-state-active {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .paragraph--bp-accordion--container
    .paragraph
    > .paragraph__column
    .paragraph
    > .paragraph__column {
    margin: auto;
    max-width: 750px;
  }
  .paragraph.paragraph--type--bp-accordion .panel-collapse > .paragraph {
    padding: 15px 30px;
  }
  .full-width.paragraph.paragraph--type--bp-accordion .panel-heading a {
    padding: 15px 5em;
  }
  .paragraph.paragraph--type--bp-accordion.full-width .panel-heading a:after {
    left: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 992px) {
  .paragraph--bp-accordion--container .panel-title a {
    font-size: 20px;
  }
  /*.paragraph.paragraph--type--bp-accordion .panel-collapse>.paragraph:first-of-type>.paragraph__column{
    padding:15px 30px;
  }*/
  .paragraph--bp-accordion--container
    .paragraph
    > .paragraph__column
    .paragraph
    > .paragraph__column {
    max-width: 970px;
  }
  .paragraph.paragraph--type--bp-accordion .panel-heading a {
    font-size: 2em;
  }
  .paragraph--type--bp-accordion .bp-title {
    font-size: 2em;
    font-weight: 200;
  }
  .paragraph--color--rgba-bluegrey-strong.paragraph--type--bp-accordion
    .panel-heading
    a {
    padding: 0.5em 3em;
  }
  .paragraph.paragraph--type--bp-accordion.full-width .panel-heading a:after {
    left: calc((100vw - 940px) / 2);
  }
  .full-width.paragraph.paragraph--type--bp-accordion .panel-heading a {
    padding: 15px 5em;
  }
}

@media (min-width: 1200px) {
  .paragraph--bp-accordion--container
    .paragraph
    > .paragraph__column
    .paragraph
    > .paragraph__column {
    max-width: 1240px;
    width: auto;
  }
  .full-width.paragraph.paragraph--type--bp-accordion .panel-heading a {
    font-size: 1.5em;
  }
  .paragraph.paragraph--type--bp-accordion.full-width .panel-heading a:after {
    left: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1280px) {
  .paragraph.paragraph--type--bp-accordion.full-width .panel-heading a:after {
    left: calc((100vw - 1240px) / 2);
  }
}

@media (min-width: 1400px) {
  .paragraph--type--bp-accordion .panel-heading a {
    padding: 0.5em 8em;
  }
  .full-width.paragraph.paragraph--type--bp-accordion .panel-heading a {
    padding: 15px 6em;
  }
}

/* MEDIA PARAGRAPH */

@media (min-width: 768px) {
  .paragraph .bp-title,
  .title-laurea {
    text-align: inherit;
  }
}

@media (min-width: 992px) {
  .path-frontpage .paragraph .bp-title {
    font-size: 48px;
  }
  .bp-subtitle {
    font-size: 1.4em;
  }
  .title-laurea {
    font-size: 35px;
    line-height: 1.05em;
  }
}

@media (min-width: 1200px) {
  .paragraph--id--378.paragraph.paragraph--type--bp-columns
    .paragraph--type--bp-columns__5col {
    float: left;
    width: 20%;
  }
  .field--name-field-cta {
    width: 100%;
  }
}

/* PARAGRAPH SIMPLE */

.paragraph.paragraph--type--bp-accordion
  .paragraph
  > .paragraph__column
  .paragraph.paragraph--type--bp-simple
  .paragraph__column {
  padding: 0;
}

.paragraph--type--bp-simple .bp-title {
  font-size: 1.8em;
  font-weight: 300;
  color: #383636;
  /*margin: 10px 0;*/
}

.paragraph--type--bp-simple .bp-subtitle {
  text-align: left;
  margin-top: 0;
  font-size: 1.5em;
  color: #333;
  margin-bottom: 30px;
}

.paragraph--type--bp-simple #imgplace {
  /* display:table; */
}

.paragraph--type--bp-simple .bp-media {
  float: left;
  padding: 15px 0;
  width: 100%;
  position: relative;
  padding: 0 15px 15px 0;
}

.paragraph--type--bp-simple .correlati-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.paragraph--type--bp-simple .correlati-content .bp-link,
.paragraph--type--bp-simple .correlati-content li.bp-attachment {
  padding: 5px 0;
}

li.bp-attachment {
  list-style: none;
}

.paragraph--type--bp-simple .correlati-content .file > span {
  border: none;
  background: transparent;
}

@media (min-width: 768px) {
  /*  .paragraph.paragraph--type--bp-accordion .paragraph>.paragraph__column .paragraph.paragraph--type--bp-simple .paragraph__column{
    padding:15px;
  }*/
  .paragraph--type--bp-simple .bp-media {
    width: auto;
    margin-bottom: 0;
  }
  .boxed .paragraph__column {
    width: 65%;
    margin: 0 auto;
    float: none;
  }
  .boxed .bp-title {
    text-align: center;
  }
}

/* COLORI BACKGROUND PARAGRAPH */
.bgcolor > .paragraph__column {
  display: inherit;
  width: 100%;
}

.bgcolor .paragraph__column,
.paragraph > .paragraph__column .paragraph.bgcolor .paragraph__column,
.paragraph
  > .paragraph__column
  .paragraph
  > .paragraph__column
  .paragraph.bgcolor
  > .paragraph__column {
  padding: 15px 30px;
}

.paragraph
  > .paragraph__column
  .paragraph.bgcolor
  .paragraph__column
  .paragraph__column {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph--type--bp-column-wrapper.bgcolor > .paragraph__column {
  padding: 1.5em 1em;
}

.bgcolor-6885a0 > .paragraph__column {
  background: rgb(93, 119, 144);
  color: #fff;
  padding: 15px;
}

.bgcolor-6885a0 .bp-title,
.bgcolor-6885a0 .bp-subtitle,
.bgcolor-6885a0 .paragraph.paragraph--type--bp-value-action .bp-title,
.bgcolor-6885a0 .paragraph.paragraph--type--bp-value-action .bp-subtitle,
.bgcolor-6885a0 .paragraph.paragraph--type--bp-links.box-nostyle .bp-title,
.bgcolor-6885a0 .paragraph.paragraph--type--bp-docs.box-nostyle .bp-title,
.bgcolor-6885a0 .paragraph.paragraph--type--bp-links.box-fullgraphic .bp-title,
.bgcolor-6885a0 .paragraph.paragraph--type--bp-docs.box-fullgraphic .bp-title,
.bgcolor-6885a0 .correlati-content a,
.bgcolor-6885a0 .correlati-content .fa-file,
.bgcolor-6885a0 .box-nostyle a,
.bgcolor-6885a0 .box-nostyle .fa-file,
.bgcolor-6885a0 .field--type-link a,
.bgcolor-6885a0.paragraph--type--bp-simple .correlati-content .file-icon svg {
  color: #fff;
}

.bgcolor-ebf0f6 > .paragraph__column {
  background: rgba(235, 240, 246, 1);
  padding: 15px;
}

.bgcolor-ebf0f6 .paragraph--type--bp-action .field--name-bp-link,
.bgcolor-ffffff .paragraph--type--bp-action .field--name-bp-link {
  border: 2px solid #003366;
}

.bgcolor-ebf0f6 .paragraph--type--bp-action .field--name-bp-link a,
.bgcolor-ffffff .paragraph--type--bp-action .field--name-bp-link a {
  color: #003366;
}

.bgcolor-ebf0f6 .paragraph--type--bp-action .field--name-bp-link:hover,
.bgcolor-ffffff .paragraph--type--bp-action .field--name-bp-link:hover {
  background: #003366;
  transition: 0.5s;
}

.bgcolor-ebf0f6 .paragraph--type--bp-action .field--name-bp-link:hover a,
.bgcolor-ffffff .paragraph--type--bp-action .field--name-bp-link:hover a {
  color: #fff;
}

.bgcolor-003366 > .paragraph__column {
  background: rgba(0, 51, 102, 1);
  color: #fff;
  padding: 15px;
}

.bgcolor-003366 .bp-title,
.bgcolor-003366 .bp-subtitle,
.bgcolor-003366 .paragraph.paragraph--type--bp-value-action .bp-title,
.bgcolor-003366 .paragraph.paragraph--type--bp-value-action .bp-subtitle,
.bgcolor-003366 .paragraph.paragraph--type--bp-links.box-nostyle .bp-title,
.bgcolor-003366 .paragraph.paragraph--type--bp-docs.box-nostyle .bp-title,
.bgcolor-003366 .paragraph.paragraph--type--bp-links.box-fullgraphic .bp-title,
.bgcolor-003366 .paragraph.paragraph--type--bp-docs.box-fullgraphic .bp-title,
.bgcolor-003366 .correlati-content a,
.bgcolor-003366 .correlati-content .fa-file,
.bgcolor-003366 .box-nostyle a,
.bgcolor-003366 .box-nostyle .fa-file,
.bgcolor-003366 .field--type-link a,
.bgcolor-003366.paragraph--type--bp-simple .correlati-content .file-icon svg {
  color: #fff;
}

.bgcolor-015f97 > .paragraph__column {
  background: rgba(1, 95, 151, 1);
  color: #fff;
  padding: 15px;
}

.bgcolor-015f97 .bp-title,
.bgcolor-015f97 .bp-subtitle,
.bgcolor-015f97 .paragraph.paragraph--type--bp-value-action .bp-title,
.bgcolor-015f97 .paragraph.paragraph--type--bp-links.box-nostyle .bp-title,
.bgcolor-015f97 .paragraph.paragraph--type--bp-docs.box-nostyle .bp-title,
.bgcolor-015f97 .paragraph.paragraph--type--bp-links.box-fullgraphic .bp-title,
.bgcolor-015f97 .paragraph.paragraph--type--bp-docs.box-fullgraphic .bp-title,
.bgcolor-015f97 .correlati-content a,
.bgcolor-015f97 .correlati-content .fa-file,
.bgcolor-015f97 .box-nostyle a,
.bgcolor-015f97 .box-nostyle .fa-file,
.bgcolor-015f97 .field--type-link a,
.bgcolor-015f97.paragraph--type--bp-simple .correlati-content .file-icon svg {
  color: #fff;
}

.bgcolor-333333 > .paragraph__column {
  background: rgba(51, 51, 51, 1);
  color: #fff;
  padding: 15px;
}

.bgcolor-333333 .bp-title,
.bgcolor-333333 .bp-subtitle,
.bgcolor-333333 .paragraph.paragraph--type--bp-value-action .bp-title,
.bgcolor-333333 .paragraph.paragraph--type--bp-value-action .bp-subtitle,
.bgcolor-333333 .paragraph.paragraph--type--bp-links.box-nostyle .bp-title,
.bgcolor-333333 .paragraph.paragraph--type--bp-docs.box-nostyle .bp-title,
.bgcolor-333333 .paragraph.paragraph--type--bp-links.box-fullgraphic .bp-title,
.bgcolor-333333 .paragraph.paragraph--type--bp-docs.box-fullgraphic .bp-title,
.bgcolor-333333 .correlati-content a,
.bgcolor-333333 .correlati-content .fa-file,
.bgcolor-333333 .box-nostyle a,
.bgcolor-333333 .box-nostyle .fa-file,
.bgcolor-333333 .field--type-link a,
.bgcolor-333333.paragraph--type--bp-simple .correlati-content .file-icon svg {
  color: #fff;
}

.bgcolor-d8d8d8 > .paragraph__column {
  background: rgba(216, 216, 216, 1);
  padding: 15px;
}

.bgcolor-ffffff > .paragraph__column {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

/* MEDIA PARAGRAPH SIMPLE */

@media (min-width: 768px) {
  .paragraph--type--bp-simple.img_right .bp-media {
    float: right;
    padding-left: 20px;
    padding-right: 0;
    width: auto;
    margin: 0;
  }
  .bgcolor-6885a0 > .paragraph__column,
  .bgcolor-ebf0f6 > .paragraph__column,
  .bgcolor-003366 > .paragraph__column,
  .bgcolor-015f97 > .paragraph__column,
  .bgcolor-333333 > .paragraph__column,
  .bgcolor-d8d8d8 > .paragraph__column,
  .bgcolor-ffffff > .paragraph__column {
    padding: 20px 30px;
  }
}

/* PARAGRAPH ICON*/

.paragraph--type--bp-icon .paragraph__column {
  position: relative;
}

.paragraph--type--bp-icon .field--name-bp-link,
.paragraph--type--bp-value-action .field--name-bp-link {
  padding: 10px 0;
}

.paragraph--type--bp-icon .field--name-bp-link a,
.paragraph--type--bp-value-action .field--name-bp-link a {
  color: #003366;
  font-weight: 300;
  font-size: 16px;
  word-break: normal;
}

.paragraph--type--bp-icon .field--name-bp-link a:after,
.paragraph--type--bp-value-action .field--name-bp-link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.paragraph--type--bp-icon .field--name-field-bp-icon-value {
  text-align: center;
  font-size: 1.8em;
  color: #003366;
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #003366;
  border-radius: 50%;
  height: 70px;
  width: 70px;
}

.paragraph--type--bp-icon .field--name-field-bp-icon-value .fontawesome-icons {
  padding-top: 26%;
  color: #fff;
}

/*MEDIA PARAGRAPH ICON*/

@media (min-width: 768px) {
  .paragraph--type--bp-icon,
  .paragraph .paragraph.paragraph--type--bp-icon,
  .paragraph .paragraph .paragraph.paragraph--type--bp-icon,
  .paragraph--type--bp-value-action,
  .paragraph .paragraph.paragraph--type--bp-value-action,
  .paragraph .paragraph .paragraph.paragraph--type--bp-value-action {
    width: auto;
    margin: 0 auto;
    /*float: none;
    min-height:auto;*/
  }
}

@media (min-width: 992px) {
  .paragraph--type--bp-icon .field--name-field-bp-icon-value {
    height: 100px;
    width: 100px;
    font-size: 2.3em;
  }
  .paragraph--type--bp-icon .field--name-bp-link a,
  .paragraph--type--bp-value-action .field--name-bp-link a {
    font-size: 20px;
  }
}

/** PARAGRAPH IMAGE**/

.paragraph--type--bp-image {
  position: relative;
}

.paragraph
  > .paragraph__column
  .paragraph--type--bp-image
  > .paragraph__column {
  width: fit-content;
  margin: 0 auto;
  height: 100%;
}

.paragraph--type--bp-image img {
  margin: 0 auto;
  height: auto;
}

.paragraph--type--bp-image .field--item {
  max-height: 220px;
  height: auto;
  overflow: hidden;
}

.paragraph--type--bp-image .field--name-bp-link.field--type-link {
  position: absolute;
  bottom: 0;
  background: rgba(0, 51, 102, 0.6);
  font-weight: 500;
  width: 100%;
}

.paragraph--type--bp-image .field--name-bp-link.field--type-link:hover {
  background: rgb(0, 51, 102);
  transition: 0.5s;
}

.paragraph--type--bp-image .field--name-bp-link.field--type-link a {
  color: #ffffff;
  margin: 0 auto;
  padding: 17px 20px;
  display: block;
  width: 100%;
  font-size: larger;
}

.paragraph--type--bp-image .field--name-bp-link.field--type-link a:hover {
  text-decoration: none;
}

/* MEDIA QUAERY PARAGRAPH-IMAGE*/

@media (min-width: 768px) {
  .paragraph--type--bp-image .field--name-bp-link.field--type-link a {
    padding: 15px 20px;
    font-size: initial;
  }
  .paragraph--type--bp-image .field--item {
    max-height: unset;
  }
  .paragraph--type--bp-image img {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .paragraph--type--bp-image .field--name-bp-link.field--type-link {
    /*  width:auto; */
  }
}

/*PARAGRAPH 66-33*/

.paragraph.paragraph--type--bp-two-columns
  > .paragraph__column
  > div.bp_two_col_left {
  padding-right: 0;
}

.paragraph.paragraph--type--bp-two-columns
  > .paragraph__column
  > div.bp_two_col_right {
  padding-left: 0;
}

.paragraph.paragraph--type--bp-two-columns > .paragraph__column > .bp-title {
  text-align: center;
}

@media (min-width: 768px) {
  .paragraph.paragraph--type--bp-two-columns
    > .paragraph__column
    > div.bp_two_col_left {
    padding-right: 15px;
  }
  .paragraph.paragraph--type--bp-two-columns
    > .paragraph__column
    > div.bp_two_col_right {
    padding-left: 15px;
  }
}

/*** Paragraph HERO ***/

.paragraph.paragraph--type--bp-hero {
  position: relative;
}

.paragraph > .paragraph__column .paragraph--type--bp-hero {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  left: auto;
  right: auto;
}

.paragraph.paragraph--type--bp-hero .field-group-background-image:after,
.paragraph--type--bp-columns-equal-33
  .paragraph.paragraph--type--bp-hero
  .field-group-background-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background-color: rgba(49, 49, 49, 0.5);
}

.paragraph.paragraph--type--bp-hero.fullwidth
  .field-group-background-image:after {
  width: 100%;
  left: 0;
}

.paragraph.paragraph--type--bp-hero .field-group-background-image {
  background-blend-mode: luminosity;
  background-size: cover;
  width: 100%;
  background-position: center left;
}

.paragraph--type--bp-hero .fullwidth-content,
.fullwidth.paragraph--type--bp-hero .fullwidth-content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 170px;
}

.paragraph.paragraph--type--bp-hero .hero-title {
  position: relative;
  width: 100%;
  align-self: center;
  padding: 1em;
  z-index: 2;
  height: fit-content;
}

.paragraph.paragraph--type--bp-hero .bp-title {
  font-size: 2em;
  margin-bottom: 0px;
  font-weight: 900;
  color: #fff;
  width: 100%;
  line-height: 1em;
  text-shadow: 2px 2px 4px #333333;
  position: relative;
}

.paragraph.paragraph--type--bp-hero .hero-action {
  align-self: flex-end;
  position: relative;
  width: 100%;
  z-index: 3;
  height: fit-content;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  padding: 10px 0;
}

.paragraph.paragraph--type--bp-hero .hero-action > div {
  width: 100%;
}

.paragraph.paragraph--type--bp-hero .paragraph.paragraph--type--bp-action {
  text-align: center;
  padding-top: 0.3em;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0;
}

.paragraph.paragraph--type--bp-hero
  .paragraph.paragraph--type--bp-action
  .field--name-bp-link {
  border: 2px solid #fff;
  color: #ffffff;
  box-shadow: inset 0px 1px 20px 15px rgba(34, 34, 34, 0.6);
  display: block;
}

.paragraph.paragraph--type--bp-hero
  .view-prospect
  .paragraph.paragraph--type--bp-action
  .field--name-bp-link {
  padding: 10px;
}

.paragraph.paragraph--type--bp-hero
  .paragraph.paragraph--type--bp-action
  .field--name-bp-link
  a {
  color: #fff;
  display: block;
  padding: 10px;
}

.paragraph--type--bp-action .view-prospect a {
  color: #fff;
  display: block;
}

.paragraph.paragraph--type--bp-hero .bp-subtitle {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  margin: 5px 0;
  text-align: right;
}

.paragraph.paragraph--type--bp-hero .field--name-bp-link {
  width: 100%;
}

.img-buttons {
  width: 100%;
  height: 466px;
  object-fit: cover;
}

/*MEDIA PARAGRAPH HERO*/

/* MEDIA QUAERIES*/

@media (min-width: 768px) {
  .paragraph.paragraph--type--bp-hero .field-group-background-image:after {
    width: 100%;
    left: 0;
  }
  .paragraph.paragraph--type--bp-hero .field-group-background-image {
    height: 240px;
    position: relative;
  }
  .paragraph.paragraph--type--bp-hero.herotitle-right .hero-title {
    text-align: right;
  }
  .paragraph.paragraph--type--bp-hero .bp-title {
    font-size: 3em;
    text-align: right;
  }
  .paragraph.paragraph--type--bp-hero.herotitle-right .bp-subtitle {
    text-align: right;
  }
  .paragraph.paragraph--type--bp-hero .hero-action {
    flex-wrap: nowrap;
  }
  .paragraph.paragraph--type--bp-hero .paragraph.paragraph--type--bp-action {
    width: auto;
    align-self: flex-end;
  }
  .paragraph.paragraph--type--bp-hero .hero-action > div {
    width: auto;
    padding: 5px;
  }
}

@media (min-width: 992px) {
  .paragraph.paragraph--type--bp-hero .hero-action {
    flex-wrap: wrap-reverse;
  }
  .paragraph.paragraph--type--bp-hero .paragraph.paragraph--type--bp-action {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .paragraph.paragraph--type--bp-hero .field-group-background-image {
    height: 380px;
  }
  .paragraph.paragraph--type--bp-hero .hero-action {
    padding: 0 1em 1em;
  }
  .paragraph.paragraph--type--bp-hero .bp-title {
    font-size: 4em;
  }
}

/* PARAGRAPH HERO 66-33 */

.paragraph--style--66-33
  .paragraph.paragraph--type--bp-hero
  .field-group-background-image {
  background-position: center;
}

.paragraph--style--66-33 .paragraph.paragraph--type--bp-hero .hero-title {
  text-align: center;
  /*bottom: 35%;*/
}

/* PARAGRAPH HERO 3 COLONNE */

.paragraph.paragraph--type--bp-columns-equal-33.bgcolor > .paragraph__column {
  padding: 1em 1.5em 0;
}

.bottom10 .paragraph__column > .bp-title {
  text-align: left;
}

.paragraph__column > .bp-title {
  text-align: center;
}

.paragraph.paragraph--type--bp-columns-equal-33
  .paragraph--type--bp-columns__1col {
  padding: 0;
}

.paragraph.paragraph--style--66-33 .paragraph--type--bp-columns__1col {
  padding: 0;
}

.paragraph--type--bp-two-columns
  .paragraph.paragraph--type--bp-columns
  .paragraph--type--bp-columns__3col {
  width: 100%;
}

.paragraph--type--bp-columns-equal-33
  .paragraph.paragraph--type--bp-hero
  .field-group-background-image {
  background-position: center;
  background-size: 100% auto;
  background-size: cover;
}

.paragraph--type--bp-columns-equal-33
  .paragraph.paragraph--type--bp-hero
  .bp-title {
  color: #fff;
  text-shadow: none;
  font-size: 1.5em;
  text-align: left;
}

.paragraph--type--bp-columns-equal-33
  .paragraph.paragraph--type--bp-hero
  .bp-subtitle {
  font-weight: 500;
  margin: 0px;
  text-align: left;
  color: #fff;
  font-size: 1.3em;
}

.paragraph.paragraph--type--bp-columns-equal-33 .wrapper-column {
  display: block;
}

/* MEDIA HERO 3 COLONNE*/

@media (min-width: 768px) {
  .paragraph.paragraph--type--bp-columns-equal-33 .wrapper-column {
    display: flex;
  }
}

@media (min-width: 992px) {
  .paragraph--type--bp-columns-equal-33
    .paragraph.paragraph--type--bp-hero
    .bp-title {
    font-size: 2em;
  }
}

/*paragraph full width*/

.full-width,
.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fullwidth .fullwidth-content,
.full-width .fullwidth-content {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
}

.fullwidth-content {
  width: 100%;
}

.fullwidth .paragraph__column {
  padding: 0;
}

@media (min-width: 768px) {
  .fullwidth .fullwidth-content,
  .full-width .fullwidth-content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .fullwidth .fullwidth-content,
  .full-width .fullwidth-content {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .fullwidth .fullwidth-content,
  .full-width .fullwidth-content {
    max-width: 1210px;
  }
}

/* BOTTONI BORDO BIANCO */

.paragraph.paragraph--type--bp-action {
  width: 100%;
  word-wrap: break-word;
}

.paragraph--type--bp-action .field--name-bp-link {
  min-width: 100px;
  text-align: center;
  font-weight: 500;
  border: 2px solid #000;
  color: #000;
  display: block;
  width: auto;
}

.paragraph--type--bp-action .field--name-bp-link a {
  color: #000;
  font-size: 14px;
  width: 100%;
  padding: 10px 15px;
  display: block;
}

.paragraph--type--bp-action .field--name-bp-link a:hover,
.paragraph--type--bp-action .view-prospect a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(34, 34, 34, 0.9);
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}

/* MEDIA BOTTONI */

@media (min-width: 768px) {
  .paragraph--type--bp-action .field--name-bp-link a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .paragraph--type--bp-action .field--name-bp-link a {
    font-size: 18px;
  }
}

/* ---- PARAGRAPH datelist ---- */

.paragraph--type--bp-datelist {
  position: relative;
  display: block;
  color: #003366;
  margin-top: 40px;
}

.paragraph--type--bp-datelist .paragraph {
  padding: 1em 0 0;
}

.paragraph--type--bp-datelist .paragraph--type--bp-value-action {
  width: 100%;
  float: none;
  min-height: auto;
  position: relative;
}

.paragraph--type--bp-datelist::before,
.paragraph--type--bp-datelist::after {
  display: block;
  color: #003366;
  margin-left: 69.7%;
  width: 10%;
  text-align: center;
}

.paragraph--type--bp-datelist::before {
  content: "\f073";
  font: normal normal normal 30px/1 FontAwesome;
}

.paragraph--type--bp-datelist::after {
  content: "\f04b";
  font: normal normal normal 17px/1 FontAwesome;
  transform: rotate(90deg);
  position: relative;
  top: -17px;
}

.paragraph
  > .paragraph__column
  .paragraph
  > .paragraph__column
  .paragraph.paragraph--type--bp-datelist
  > .paragraph__column,
.paragraph
  > .paragraph__column
  .paragraph.paragraph--type--bp-datelist
  > .paragraph__column,
.paragraph.paragraph--type--bp-datelist > .paragraph__column {
  border-right: 4px solid #003366;
  width: 75%;
}

.paragraph--type--bp-datelist
  .paragraph.paragraph--type--bp-value-action
  .bp-title {
  font-size: 1.3em;
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph--type--bp-datelist
  .paragraph.paragraph--type--bp-value-action
  .bp-subtitle {
  display: block;
  position: relative;
  z-index: 1;
  text-align: right;
  font-size: 1em;
  margin: 10px 0;
  color: #003366;
}

.paragraph--type--bp-datelist .paragraph--type--bp-value-action:before {
  content: "";
  top: 25px;
  display: block;
  width: 20px;
  height: 20px;
  border: 10px solid #003366;
  border-radius: 10px;
  position: absolute;
  right: -27.5px;
}

@media (min-width: 768px) {
  .paragraph.paragraph--type--bp-datelist {
    margin: 0 auto;
    height: auto;
    margin-top: 8em;
    margin-bottom: 10em;
  }
  .paragraph.paragraph--type--bp-datelist > .paragraph__column > .bp-title {
    position: absolute;
    top: -2.5em;
  }
  .paragraph
    > .paragraph__column
    .paragraph
    > .paragraph__column
    .paragraph.paragraph--type--bp-datelist
    > .paragraph__column,
  .paragraph
    > .paragraph__column
    .paragraph.paragraph--type--bp-datelist
    > .paragraph__column,
  .paragraph.paragraph--type--bp-datelist > .paragraph__column {
    border-top: 4px solid #003366;
    width: 90%;
    margin: 0 auto;
    float: none;
    border-right: none;
    padding: 0;
  }
  .paragraph--type--bp-datelist
    .paragraph__column
    .paragraph--type--bp-value-action
    .paragraph__column {
    border-top: none;
  }
  .paragraph--type--bp-datelist::before,
  .paragraph--type--bp-datelist::after {
    position: absolute;
    margin: 0;
    width: 5%;
  }
  .paragraph--type--bp-datelist::before {
    left: 0;
    top: -17px;
    text-align: right;
  }
  .paragraph--type--bp-datelist::after {
    right: 0;
    transform: inherit;
    top: -7px;
    bottom: auto;
    text-align: left;
  }
  .paragraph .paragraph--type--bp-datelist .paragraph .bp-title {
    font-size: 1.2em;
  }
  .paragraph--type--bp-datelist .paragraph--type--bp-value-action:before {
    top: -12px;
    right: 0;
  }
}

/*MEDIA PARAGRAPH DATELIST IN COLONNE */

@media (min-width: 768px) {
  .paragraph--style--66-33 .paragraph--type--bp-datelist::before,
  .paragraph--type--bp-columns-equal-33 .paragraph--type--bp-datelist::before {
    left: -1.5%;
  }
  .paragraph--style--66-33
    .paragraph
    .paragraph--type--bp-datelist
    .paragraph
    .bp-title,
  .paragraph--type--bp-columns-equal-33
    .paragraph
    .paragraph--type--bp-datelist
    .paragraph
    .bp-title {
    font-size: 1em;
  }
  .paragraph--style--66-33
    .paragraph
    .paragraph--type--bp-datelist
    .paragraph
    .bp-subtitle,
  .paragraph--type--bp-columns-equal-33
    .paragraph
    .paragraph--type--bp-datelist
    .paragraph
    .bp-subtitle {
    font-size: 0.8em;
    margin: 5px 0;
    line-height: 20px;
  }
  .paragraph--bp-accordion--container
    .paragraph.paragraph--style--66-33
    .paragraph.paragraph--type--bp-datelist
    > .paragraph__column {
    padding: 0;
  }
}

/* EFFETTO OVERLAY */

.overlay {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 auto;
  width: 100%;
  background-color: rgb(239, 239, 239);
}

.overlay-text,
.overlay .field--name-field-bp-overlay-txt {
  background: transparent;
  opacity: 1;
  text-align: left;
  height: 100%;
  width: auto;
  z-index: 3;
  padding: 10px 3px;
  margin-bottom: 20px;
  color: #003366;
}

/*MEDIA OVERLAY*/

@media (min-width: 430px) and (max-width: 768px) {
  .overlay {
    overflow: inherit;
    width: 100%;
  }
  .overlay .field--name-bp-image-field {
    width: 30%;
    margin-bottom: 20px;
  }
  .overlay-text,
  .overlay .field--name-field-bp-overlay-txt {
    position: absolute;
    top: 0;
    padding: 0px 0 0 33%;
  }
}

@media (min-width: 768px) {
  .overlay
    .field.field--name-bp-image-field.field--type-image.field--label-hidden.field--item {
    width: 100%;
    margin-bottom: 0;
  }
  .overlay-text,
  .overlay .field--name-field-bp-overlay-txt {
    padding: 10px 20px;
    position: relative;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .overlay:hover img {
    filter: grayscale(100%);
  }
  .overlay .field--name-field-bp-overlay-txt {
    z-index: 9;
    padding: 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 51, 102, 0.7);
    color: #fff;
  }
  .overlay:hover .field--name-field-bp-overlay-txt {
    opacity: 1;
    transition: opacity 0.5s;
  }
}

@media (min-width: 1200px) {
  .overlay-text,
  .field--name-field-bp-overlay-txt {
    height: 88%;
    margin: 6% 0;
  }
}

/*PARAGRAPH CARD*/

.paragraph--type--bp-card-action li {
  position: relative;
  padding-left: 15px;
}

.paragraph.paragraph--type--bp-card-action {
  position: relative;
  margin-top: 0;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.paragraph.paragraph--type--bp-card-action .paragraph__column {
  padding: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.paragraph .paragraph--type--bp-card-action .field--name-field-erel-media img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.paragraph.paragraph--type--bp-accordion
  .panel-collapse
  .paragraph.paragraph--type--bp-card-action:last-of-type
  > .paragraph__column {
  padding: 0;
}

.paragraph.paragraph--type--bp-card-action .card-content {
  padding: 1em;
  width: 100%;
  height: 100%;
  border-left: 10px solid #003366;
  display: flex;
  flex-direction: column;
  text-align: left;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here Explorer */
  .paragraph.paragraph--type--bp-card-action .card-content {
    padding: 1em;
    width: 100%;
    height: 100%;
    border-left: 10px solid #003366;
    display: inline-block;
    flex-direction: column;
    text-align: left;
  }
}

.paragraph.paragraph--type--bp-card-action.bg-noborder .card-content {
  border-left: none;
}

.paragraph.paragraph--type--bp-card-action .card-content .button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here Explorer */
  .paragraph.paragraph--type--bp-card-action .card-content .button {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.paragraph--type--bp-card-action .card-content .ugov-rubrica .field--item {
  word-break: break-word;
}

.paragraph.paragraph--type--bp-card-action .bp-title,
.paragraph--type--bp-card-action .panel-title {
  font-size: 1.3em;
  margin-bottom: 15px;
}

.paragraph.paragraph--type--bp-card-action .bp-title.pad0 {
  margin-bottom: 0;
}

.paragraph.paragraph--type--bp-card-action .bp-title a {
  color: #225d8e;
}

article.node--view-mode-teaser
  .paragraph--type--bp-card-action
  .card-content
  a:after,
.entity-submenu .paragraph.paragraph--type--bp-card-action .bp-title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.entity-submenu .paragraph.paragraph--type--bp-card-action:hover {
  transform: translate(1px, 1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.entity-submenu .paragraph.paragraph--type--bp-card-action a:hover {
  text-decoration: none;
}

.node--view-mode-teaser
  .paragraph--type--bp-card-action
  .card-content
  .field--name-field-abstract,
.paragraph--type--bp-card-action .card-content .bp-text {
  margin-top: 10px;
}

.paragraph.paragraph--type--bp-card-action .field--name-field-bp-card-text {
  width: 100%;
}

.paragraph.paragraph--type--bp-card-action ul {
  margin-bottom: 0;
  margin-top: 5px;
  width: 100%;
  list-style: none;
  padding-left: 10px;
}

.paragraph.paragraph--type--bp-card-action .bp-text > ul {
  margin-top: 0;
}

.paragraph.paragraph--type--bp-card-action ul li:before {
  font-family: "FontAwesome";
  content: "\f111";
  margin-right: 5px;
  font-size: 11px;
  position: absolute;
  top: 5px;
  left: 0px;
}

.paragraph.paragraph--type--bp-card-action ul li.bp-link.first {
  display: block;
  padding-left: 15px;
  position: relative;
}

.paragraph.paragraph--type--bp-card-action .field--name-bp-link {
  align-self: flex-end;
  width: auto;
  border: 2px solid rgba(0, 51, 102, 0.8);
  margin-top: 10px;
  height: fit-content;
  float: right;
}

.paragraph--type--bp-card-action .field--name-bp-link a {
  color: #003366;
  font-weight: 500;
  padding: 7px 15px;
  display: block;
}

.paragraph--type--bp-card-action .field--name-bp-link:hover {
  background: rgba(0, 51, 102, 0.8);
}

.paragraph--type--bp-card-action .field--name-bp-link:hover a,
.paragraph--type--bp-card-action .field--name-bp-link a:hover {
  color: #ffffff;
  text-decoration: none;
}

/*PARAGRAPH CARD IN COLONNE */

.paragraph--type--bp-columns-equal-33 .paragraph__column {
  display: block;
  height: 100%;
}

.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__2col,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__3col,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__4col,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__5col,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__6col {
  padding: 0;
}

.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__2col > div,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__3col > div,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__4col > div,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__5col > div,
.paragraph--type--bp-columns-equal-33 .paragraph--type--bp-columns__6col > div {
  height: 100%;
}

/* MEDIA QUAERY CARD */

@media (min-width: 768px) {
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__2col,
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__3col,
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__4col,
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__5col,
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__6col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__3col:first-child,
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__2col:first-child {
    padding-left: 0;
    padding-right: 15px;
  }
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__2col:last-child,
  .paragraph.paragraph--type--bp-columns-equal-33
    .paragraph--type--bp-columns__3col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
  .paragraph.paragraph--type--bp-card-action {
    display: block;
    height: 100%;
    margin-bottom: 0;
  }
  .bp_two_col_right .paragraph.paragraph--type--bp-card-action {
    min-height: 20px;
    margin-bottom: 15px;
  }
  .paragraph .paragraph--type--bp-card-action .field--name-field-erel-media {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .paragraph .paragraph--type--bp-card-action .field--name-field-erel-media {
    height: 190px;
  }
}

/* COLORI OVERLAY e CARD*/

.ovcolor-fcc22d .field-group-background-image {
  background-color: rgba(252, 194, 45);
}

.paragraph.paragraph--type--bp-hero.ovcolor-fcc22d
  .field-group-background-image:after,
.paragraph--type--bp-card-action.bgcolor-fcc22d {
  background-color: rgb(253, 225, 157);
  color: #333;
}

.paragraph--type--bp-card-action.bgcolor-fcc22d .card-content {
  border-left: 10px solid #fcc22d;
}

.ovcolor-aca3ce .field-group-background-image {
  background-color: rgba(172, 163, 206);
}

.paragraph.paragraph--type--bp-hero.ovcolor-aca3ce
  .field-group-background-image:after,
.paragraph--type--bp-card-action.bgcolor-aca3ce {
  background-color: rgb(214, 211, 231);
}

.paragraph--type--bp-card-action.bgcolor-aca3ce .card-content {
  border-left: 10px solid #aca3ce;
}

.ovcolor-f78888 .field-group-background-image {
  background-color: rgba(247, 136, 136);
}

.paragraph.paragraph--type--bp-hero.ovcolor-f78888
  .field-group-background-image:after,
.paragraph--type--bp-card-action.bgcolor-f78888 {
  background-color: rgb(250, 198, 197);
}

.paragraph--type--bp-card-action.bgcolor-f78888 .card-content {
  border-left: 10px solid #f78888;
}

.ovcolor-f0947c .field-group-background-image {
  background-color: rgba(240, 148, 124);
}

.paragraph.paragraph--type--bp-hero.ovcolor-f0947c
  .field-group-background-image:after,
.paragraph--type--bp-card-action.bgcolor-f0947c {
  background-color: rgb(247, 203, 192);
}

.paragraph--type--bp-card-action.bgcolor-f0947c .card-content {
  border-left: 10px solid #f0947c;
}

.ovcolor-76c1c9 .field-group-background-image {
  background-color: rgba(118, 193, 201);
}

.paragraph.paragraph--type--bp-hero.ovcolor-76c1c9
  .field-group-background-image:after,
.paragraph--type--bp-card-action.bgcolor-76c1c9 {
  background-color: rgb(189, 224, 228);
}

.paragraph--type--bp-card-action.bgcolor-76c1c9 .card-content {
  border-left: 10px solid #76c1c9;
}

.ovcolor-ececec .field-group-background-image {
  background-color: rgba(236, 236, 236);
}

.paragraph.paragraph--type--bp-hero.ovcolor-ececec
  .field-group-background-image:after,
.paragraph--type--bp-card-action.bgcolor-ececec {
  background-color: rgb(241, 244, 249);
  color: #333;
}

.paragraph--type--bp-card-action.bgcolor-ececec .card-content {
  border-left: 10px solid #ececec;
}

.ovcolor-ebf0f6 .field-group-background-image {
  background-color: rgba(235, 240, 246);
}

.paragraph.paragraph--type--bp-hero.ovcolor-ebf0f6
  .field-group-background-image:after,
.paragraph--type--bp-card-action.bgcolor-ebf0f6 {
  background-color: rgba(235, 240, 246, 0.7);
  color: #333;
}

.paragraph--type--bp-card-action.bgcolor-ebf0f6 .card-content {
  border-left: 10px solid#e0f0ff;
}

.paragraph--type--bp-card-action.bgcolor-003366 {
  background: rgba(0, 51, 102, 1);
  color: #fff;
}

/* BORDO BIANCO */

.paragraph.paragraph--type--bp-hero.ovcolor-aca3ce
  .paragraph--type--bp-action
  .field--name-bp-link,
.paragraph.paragraph--type--bp-hero.ovcolor-f0947c
  .paragraph--type--bp-action
  .field--name-bp-link,
.paragraph.paragraph--type--bp-hero.ovcolor-f78888
  .paragraph--type--bp-action
  .field--name-bp-link,
.paragraph.paragraph--type--bp-hero.ovcolor-76c1c9
  .paragraph--type--bp-action
  .field--name-bp-link {
  border-color: #fff;
  color: #fff;
}

.paragraph.paragraph--type--bp-hero.ovcolor-aca3ce
  .paragraph--type--bp-action
  .field--name-bp-link
  a,
.paragraph.paragraph--type--bp-hero.ovcolor-f0947c
  .paragraph--type--bp-action
  .field--name-bp-link
  a,
.paragraph.paragraph--type--bp-hero.ovcolor-f78888
  .paragraph--type--bp-action
  .field--name-bp-link
  a,
.paragraph.paragraph--type--bp-hero.ovcolor-76c1c9
  .paragraph--type--bp-action
  .field--name-bp-link
  a {
  color: #fff;
}

/* PARAGRAPH SUBMENU*/

.paragraph--type-bp-submenu {
  margin: 0 auto;
}

.paragraph--type-bp-submenu .bs-region.bs-region--main {
  padding: 0;
}

.paragraph--type-bp-submenu .entity-submenu {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}

.paragraph--type-bp-submenu article .clearfix {
  height: 100%;
}

@media (min-width: 768px) {
  .paragraph--type-bp-submenu {
    margin: 40px auto;
  }
}

/* VISTA NEWS */

.flex .statalenews {
  margin-bottom: 20px;
}

.flex.flex-wrap .statalenews .clearfix {
  height: 100%;
}

.statalenews .paragraph.paragraph--type--bp-card-action .bp-title {
  margin: 0;
}

.statalenews .paragraph.paragraph--type--bp-card-action a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.statalenews .paragraph--type--bp-card-action {
  transition: transform 0.3s;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.statalenews .paragraph--type--bp-card-action:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform-origin: 50% 50%;
}

.statalenews .paragraph--type--bp-card-action a:hover,
.statalenews .paragraph--type--bp-card-action a:active {
  text-decoration: none;
}

/* PARAGRAPH CONTATTI */

.paragraph.paragraph--type-bp-contatti {
  height: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.paragraph--type-bp-contatti .bs-region.bs-region--main {
  padding: 0;
  height: 100%;
}

.card-contatti {
  border-left: 10px solid#fcc22d;
  padding: 1em 0.6em 1em;
  background: rgb(253, 225, 157);
  height: 100%;
  word-break: break-word;
  color: #333;
}

.card-contatti p {
  color: #333;
}

.card-contatti h3 {
  color: #003366;
  margin-top: 0;
}

@media (min-width: 992px) {
  .card-contatti {
    padding: 1em 1em 1em;
  }
}

/* PARAGRAPH LINKS E DOCS DEFAULT*/

li.bp-link.first {
  display: flex;
}

.paragraph.paragraph--type--bp-links .bp-title,
.paragraph.paragraph--type--bp-docs .bp-title,
.paragraph.paragraph--type--bp-links .panel-title,
.blu-title {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.1em;
  color: #225d8e;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}

.blu-title a {
  line-height: 1.1em;
}

.nero-title {
  font-weight: 300;
  font-size: 24px;
  color: #333333;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}

.nero {
  color: #333333;
}

.paragraph.paragraph--type--bp-links .paragraph__column {
  padding: 0;
}

.paragraph.paragraph--type--bp-docs .paragraph__column {
  padding: 0;
}

.paragraph--type--bp-links ul,
.paragraph--type--bp-docs ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin: 0;
}

.paragraph--type--bp-links .bp-link:before,
.elenco-allegati .icon-link:before,
.paragraph--type--bp-simple .correlati-content .bp-link:before {
  font-family: Fontawesome;
  content: "\f0c1";
  padding-right: 5px;
}

span.file {
  padding: 3px 0px;
  margin: 0;
  padding-left: 0;
  color: #fff;
}

span.file .file-icon {
  font-size: 18px;
  padding: 0;
  padding-right: 10px;
  vertical-align: top;
}

span.file .file-icon .icon {
  line-height: inherit;
  padding: 0 10px 0 0;
}

.file-icon .icon:before,
.paragraph--type--bp-simple .correlati-content .file-icon .icon:before {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f016";
  color: #333;
}

.file {
  font-size: inherit;
  font-weight: inherit;
}

.file > span,
.file > span:first-child,
.file > span:last-child {
  border: none;
  background: transparent;
  color: #333;
}

.box-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.paragraph.box-fullbg .box-content,
.paragraph.box-nostyle .box-content {
  padding: 1em;
}

.paragraph.box-nostyle .box-content {
  padding: 0;
}

.bp_two_col_right .paragraph.paragraph--type--bp-docs {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .paragraph.paragraph--type--bp-links .bp-title,
  .paragraph.paragraph--type--bp-docs .bp-title,
  .paragraph.paragraph--type--bp-links .panel-title,
  .blu-title {
    font-size: 1.35em;
  }
}

/* PARAGRAPH LINK/DOC FULL-BG*/

.paragraph--type--bp-links.box-fullbg,
.paragraph--type--bp-docs.box-fullbg {
  background-color: #dae1e7;
  border-left: 10px solid #003366;
  color: #333;
}

.paragraph--type--bp-links.box-fullbg .bp-title,
.paragraph--type--bp-docs.box-fullbg .bp-title {
  color: #333;
  font-weight: 500;
  font-size: 1.35em;
  margin-bottom: 10px;
}

.box-fullbg .file-icon {
  color: #538dce;
}

@media (min-width: 768px) {
  .wrapper-column .paragraph.paragraph--type--bp-links {
    margin-top: 0;
  }
  .paragraph--type--bp-links.box-fullbg,
  .paragraph--type--bp-docs.box-fullbg {
    height: 100%;
  }
}

/* PARAGRAPH LINK/DOC FULLGRAPHIC*/

.paragraph--type--bp-links.box-fullgraphic li.bp-link {
  background: #0278a7;
  color: #fff;
  margin-bottom: 5px;
  list-style: none;
  width: 100%;
  display: inline-block;
}

.paragraph--type--bp-links.box-fullgraphic li.bp-link:before {
  display: none;
}

.paragraph--type--bp-links.box-fullgraphic li.bp-link a {
  color: #fff;
  padding: 10px;
  display: block;
}

.paragraph--type--bp-links.box-fullgraphic li.bp-link a:before {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f04b";
  float: right;
  margin: -10px;
  margin-left: 0;
  background: #0a6a92;
  padding: 8px;
  color: #fff;
}

.paragraph--type--bp-docs.box-fullgraphic span.file {
  padding: 0;
}

.paragraph--type--bp-docs.box-fullgraphic .file-icon:before {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f02d";
  background: #0a6a92;
  padding: 10px;
  color: #fff;
  display: block;
}

.paragraph--type--bp-docs.box-fullgraphic .fa-file {
  display: none;
}

.paragraph--type--bp-docs.box-fullgraphic a {
  color: #fff;
}

.paragraph--type--bp-docs.box-fullgraphic .bp-attachment {
  margin-bottom: 5px;
  background: #0278a7;
}

.box-fullgraphic .bp-attachment .file .file-link {
  padding: 6px;
  padding-left: 0;
}

/* MEDIA LINKS, DOCS */

@media (min-width: 768px) {
  .correlati-content .field--name-field-bp-attachment {
    width: 50%;
  }
  .paragraph--type--bp-links
    .field--name-field-bp-hyperlink
    .field--item:after {
    padding: 11px;
  }
  .paragraph--type--bp-links.box-fullgraphic li.bp-link a:after {
    padding: 11px;
  }
}

@media (min-width: 992px) {
  .paragraph--type--bp-links.box-fullgraphic li.bp-link a:before {
    padding: 9.2px;
  }
}

/* TABS E PARAGRAPH TABS*/

/* TABS ORIZZONTALI --> cancellare se non servono */

.paragraph--type--bp-tabs {
  border: 1px solid #ddd;
}

.vertical-tabs .nav-tabs {
  width: 100%;
  padding: 0;
  float: left;
}

.tab-content,
.vertical-tabs .tab-content {
  padding: 10px 10px;
  border: none;
  box-shadow: none;
}

.panel-body {
  padding: 0;
}

.paragraph--type--bp-tabs .box-content.pad1530 {
  padding: 0;
}

.nav-tabs li {
  width: 100%;
  margin-right: 5px;
  border-bottom: 1px solid #ddd;
}

.nav-tabs li a {
  color: #043360;
  padding: 10px;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a {
  border: none;
  box-shadow: none;
  font-weight: 500;
}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
  border-color: transparent;
  text-decoration: none;
}

.nav-tabs li.active a,
.vertical-tabs .nav-tabs li.active a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs li.active a:focus,
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > .active > a:hover {
  border: none;
  border-bottom: 3px solid #0981b3;
  background: transparent;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: inherit;
  /*
  color: #0981B3;
*/
}

.tab-content .tab-pane > .paragraph:first-child > .paragraph__column {
  padding-top: 0;
}

.paragraph.paragraph--type--bp-tabs
  .tab-content
  .paragraph.paragraph--type--bp-card-action
  > .paragraph__column {
  padding: 0;
}

/*MOBILE TAB*/

@media (max-width: 767px) {
  .accordion .field-group-tabs-wrapper {
    margin-top: 15px;
  }
  .accordion .field-group-tabs-wrapper .panel-heading a:after {
    content: none;
  }
  .accordion
    .field-group-tabs-wrapper
    .panel-heading
    a[aria-expanded="false"]:hover,
  .accordion
    .field-group-tabs-wrapper
    .panel-heading
    a[aria-expanded="false"]:focus {
    background: #5a7a90;
  }
  .field-group-tabs-wrapper {
    margin-bottom: 20px;
  }
  .field-group-tabs-wrapper .form-item {
    margin: 0;
    border: none;
    box-shadow: none;
  }
  .field-group-tabs-wrapper .panel-heading {
    border: none;
    border-bottom: 2px solid #fff;
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: unset;
    float: none;
  }
  .field-group-tabs-wrapper a.panel-title {
    background: #5a7a90;
    color: #fff;
    padding: 10px 15px;
    display: block;
    width: 100%;
    margin: 0;
  }
  .field-group-tabs-wrapper .panel-title,
  .field-group-tabs-wrapper .panel-title:focus,
  .field-group-tabs-wrapper .panel-title:hover,
  .field-group-tabs-wrapper .panel-title:hover:focus {
    color: #fff;
  }
  .field-group-tabs-wrapper a.panel-title[aria-expanded="true"] {
    background: #295178;
  }
  .field-group-tabs-wrapper .panel-body {
    padding: 15px 20px;
  }
}

/* MEDIA TABS */

@media (min-width: 768px) {
  /* TAB ORIZZONTALI */
  .paragraph--type--bp-tabs {
    border: none;
  }
  .paragraph--type--bp-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraph--type--bp-tabs .nav-tabs li {
    width: auto;
  }
  .field-group-tabs-wrapper .panel-body {
    padding: 0;
  }
  .field-group-tabs-wrapper .panel-body .field {
    margin-bottom: 10px;
  }
  .nav-tabs li {
    width: auto;
    border-bottom: none;
  }
  /* TAB VERTICALI DA TABLET IN POI*/
  .vertical-tabs {
    position: relative;
    margin-bottom: 40px;
  }
  .vertical-tabs .nav-tabs {
    border-bottom: none;
    float: left;
    width: 30%;
    height: 100%;
    padding: 0;
  }
  .vertical-tabs .nav-tabs li {
    background: #5a7a90;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    margin: 0;
  }
  .vertical-tabs .nav-tabs li a,
  .vertical-tabs .nav-tabs li.active a,
  .vertical-tabs .nav-tabs li.active a:focus,
  .vertical-tabs .nav-tabs li.active a:hover {
    color: #fff;
    background: transparent;
    border: none;
  }
  .vertical-tabs .nav-tabs li.active {
    border-bottom: 2px solid #fff;
    background: #295178;
  }
  .vertical-tabs .tab-content {
    float: left;
    padding: 0px 20px;
    width: 70%;
    height: auto;
  }
  .vertical-tabs .tab-pane.active:after {
    background-color: #5a7a90;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .paragraph--type--bp-tabs .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs li {
    border-bottom: none;
  }
}

/* TAB DRUPAL */

.tabs--primary.nav-tabs {
  padding-left: 0;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}

.tabs--primary.nav-tabs li {
  width: auto;
  border-bottom: none;
  margin: 0;
}

.tabs--primary.nav-tabs > li > a {
  color: #333;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
}

.tabs--primary.nav-tabs li.active a,
.tabs--primary .nav-tabs li.active a:focus {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/*LISTA DIPARTIMENTI */

.lista-aree .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tronchetto {
  width: 33%;
}

.tronchetto img.img-responsive {
  width: 35%;
  margin: -22% auto;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

/*MEDIA LISTA DIPARTIMENTI*/

@media (min-width: 768px) {
  .tronchetto {
    width: 25%;
  }
  .tronchetto img.img-responsive {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .lista-aree .view-content {
    flex-wrap: unset;
    justify-content: space-between;
  }
  .tronchetto {
    width: auto;
    margin: 0 5px;
  }
  .tronchetto img.img-responsive {
    transform: initial;
    -ms-transform: inherit;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: auto;
    margin: auto;
  }
  .tronchetto img.img-responsive:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.1, 1.1);
  }
}

/* ORGANIGRAMMA */

.block-ugov-rubrica-ou-organization ul {
  padding-left: 15px;
}

.block-ugov-rubrica-ou-organization ul ul {
  padding-left: 25px;
}

.block-ugov-rubrica-ou-organization li {
  display: block;
  border-left: 1px solid #e8e8e8;
}

.block-ugov-rubrica-ou-organization .chart-title a {
  width: auto;
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #eee;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.block-ugov-rubrica-ou-organization .chart-title a:before {
  content: "";
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #26527e;
  height: 2.5em;
  width: 2.5em;
  line-height: 2em;
  border: 0.4em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.block-ugov-rubrica-ou-organization
  .wrapper__ouc__level__3
  .chart-title
  a:before {
  background: #397abb;
}

.block-ugov-rubrica-ou-organization
  .wrapper__ouc__level__4
  .chart-title
  a:before {
  background: #499df1;
}

.block-ugov-rubrica-ou-organization
  .wrapper__ouc__level__5
  .chart-title
  a:before {
  background: #8cc6ff;
}

.block-ugov-rubrica-ou-organization
  .wrapper__ouc__level__6
  .chart-title
  a:before {
  background: #cde4fb;
}

/*MEDIA ORGANIGRAMMA*/

@media (min-width: 992px) {
  .block-ugov-rubrica-ou-organization li {
    margin-left: 10px;
    margin-top: 15px;
  }
}

.ui-accordion
  .field--name-dynamic-block-fieldugov-rubrica-coperture
  .view-content,
.ui-accordion
  .field--name-dynamic-block-fieldugov-rubrica-coperture-pl
  .view-content {
  border: 0;
}

/* PAGINA RUBRICA STAF*/

.box-center .field {
  padding-bottom: 10px;
}

.box-center .field--name-ur-ou-afferenza a,
.box-center .field--name-ur-ou-afferenza2 a,
.box-center .field--name-ur-ou-afferenza3 a {
  color: #538dce;
  font-size: 20px;
  line-height: 1.35;
}

.foto-persona .views-field.views-field-immagine {
  margin: 0 auto;
  width: 180px;
}

.foto-persona .svg-inline--fa.fa-user-circle {
  width: 180px;
  height: 180px;
}

.box-center .field.field--name-ur-ruolo,
.box-center .field.field--name-ur-ruolo2,
.box-center .field.field--name-ur-ruolo3 {
  padding-bottom: 0;
}
.box-center .field.field--name-ur-ruolo {
  font-weight: 500;
}

.field--name-ur-ar .field--label {
  padding-bottom: 0;
}

.box-center .doc:before {
  color: #538dce;
}

.box-center .rubrica-incarichi .field,
.box-center .rubrica-incarichi .field ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* MEDIA RUBRICA */

@media (min-width: 768px) {
  .foto-persona .views-field.views-field-immagine {
    width: auto;
  }
  .foto-persona .svg-inline--fa.fa-user-circle {
    width: 230px;
    height: 230px;
  }
}

@media (min-width: 992px) {
  .foto-persona .views-field.views-field-immagine {
    display: flex;
    justify-content: center;
  }
}

/* RUBRICA UFFICI*/

.ugov-rubrica .field--label-above {
  /*	padding: 15px 0;	*/
  word-break: break-word;
}
/* non necessario agendo su altra regola
.ugov-rubrica .field--name-ur-ou-padre.field--label-above {
  padding: 15px 0;
} */

.ugov-rubrica .field--label {
  /*	padding-bottom: 5px;	*/
}

#area {
  margin-top: 0; /*-15px;*/
}

.field--name-ur-ou-padre .field--label {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  color: #666c75;
  width: auto;
  float: left;
  padding-right: 5px;
}

.field--name-ur-ou-padre .field--item a {
  color: #538dce;
}

.staff .view-content {
  display: flex;
  flex-flow: wrap;
}

.staff .views-row {
  background-color: rgba(235, 240, 246, 1);
  margin: 10px 15px;
  padding: 15px;
  width: 92%;
  position: relative;
}

.field--name-dynamic-block-fieldugov-rubrica-componenti .views-row,
.strutture .views-row {
  float: left;
}

.staff .views-field-ur-f-tipo {
  font-weight: 300;
  color: #333;
  padding-left: 22px;
  text-transform: lowercase;
}

.staff h3 {
  width: 100%;
  height: auto;
  margin: 20px 0 15px 0;
  float: left;
  display: table-caption;
  font-size: 24px;
  font-weight: 200;
  color: #333;
  border-top: 1px solid #ddd;
  padding-top: 7px;
}

.staff a {
  text-transform: capitalize;
  color: #17456f;
  align-self: flex-end;
  line-height: 1.3em;
}

.staff a:after,
.view-chi-e-dove .field--item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.staff .rubrica:before,
.strutture .uo:before {
  font-size: 24px;
  color: #17456f;
}

.uo-child h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
}

.uo-child .views-row {
  margin-top: 5px;
}

/* MEDIA QUAERY RUBRICA*/

@media (min-width: 768px) {
  .staff .views-row {
    width: 45.8%;
  }
}

@media (min-width: 992px) {
  .staff .views-row {
    width: 46%;
  }
  .field--name-ur-ou-padre .field--label {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .staff .view-uo-funzioni .views-row {
    width: 30.7%;
  }
}

/*NEWS PREVIEW*/

.view-news-del-portale .layout {
  margin-top: 30px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0, 0.6, 1, 1);
}

.view-news-del-portale .layout:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in;
}

.card-news {
  position: relative;
}

.card-news a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.view-news-del-portale .field--name-field-image img {
  width: auto;
  margin: 0 auto;
  padding: 20px 0;
}

.view-news-del-portale h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

.box-article {
  background: #ebf0f6;
  padding: 20px 30px;
  min-height: 45rem; /*aggiunta dimensione fissa box*/
}

.view-news-del-portale .field--name-field-data {
  font-size: 14px;
}

.view-news-del-portale .layout:hover .field--name-field-data {
  color: #333;
}

.view-news-del-portale .field--type-text-with-summary {
  font-size: 16px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  /* .views-row{
    padding:0 15px;
  }*/
  .view-news-del-portale .views-row:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
  .view-news-del-portale .views-row:nth-of-type(2n-1) {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .view-news-del-portale .views-row {
    padding: 0 7.5px;
  }
  .view-news-del-portale .views-row:nth-of-type(3n + 1) {
    padding-left: 0;
    padding-right: 15px;
  }
  .view-news-del-portale .views-row:nth-of-type(3n + 3) {
    padding-right: 0;
    padding-left: 15px;
  }
}

/*SINGLE NEWS*/

.image-news img {
  width: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

.elenco-allegati {
  width: 100%;
  padding: 20px 30px;
  background: #ebf0f6;
  float: left;
}

.elenco-allegati .icon-link {
  margin-top: 10px;
}

.elenco-allegati .icon-link:before {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .image-news img {
    float: left;
    padding: 0 30px 30px 0;
  }
}

@media (min-width: 992px) {
  .page-node-type-article .elenco-allegati {
    width: 70%;
  }
}

/* PAGINA ACCORDI */

.view-accordi .view-content::after {
  content: "";
  display: block;
  clear: both;
}

/*PAGINA E PARAGRAFI AVVISI*/

.page-node-type-avviso .page-header,
.page-node-type-article .page-header {
  margin: 40px 0 0;
}

.view-avvisi.view-display-id-page_1 .view-content,
.view-avvisi.archivioavvisi .view-content {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

.view-avvisi .view-content .views-row .layout {
  height: 100%;
}

.view-avvisi .view-content .views-row .layout__region--content {
  height: 100%;
}

.view-avvisi .view-content .views-row {
  margin-bottom: 20px;
}

.view-avvisi .slick__slide {
  padding: 0 10px;
}

.slick__arrow {
  width: 106%;
  left: -3%;
  height: 50px;
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before,
.slick-arrow::before {
  content: none;
}

.slick-arrow.slick-prev {
  transform: rotate(-180deg);
  top: 0;
}

.view-avvisi .slick__slide .blu-title {
  margin-bottom: 0;
}

.more-link {
  float: right;
  padding-right: 10px;
  padding-top: 10px;
}

.more-link a:after {
  content: "\f061";
  color: #3279b7;
  padding-left: 5px;
  font-family: Fontawesome;
}

@media (min-width: 768px) {
  .view-avvisi .slick__slider .slick-track {
    display: flex;
    margin-bottom: 15px;
  }
  .view-avvisi .slick__slide {
    display: flex;
    height: auto;
  }
  .view-avvisi .slick__slide .layout__region {
    height: 100%;
  }
  .view-avvisi .slick__slide .paragraph.paragraph--type--bp-card-action {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .slick__arrow {
    width: 110%;
    left: -5%;
  }
}

/* Paragrafo Eventi*/

.paragraph--type--bp-events .clock:before {
  float: right;
  color: #225d8e;
  padding-right: 0;
}

/* TABELLE */

table.no-more-tables {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

thead th {
  background: #4bb7de;
  padding: 10px;
  border: 1px solid #fff;
  color: #333333;
}

tbody td {
  background: #efefef;
  border: 1px solid #fff;
  padding: 10px;
}

@media (max-width: 640px) {
  .tablesaw-stack tbody tr {
    border-bottom: 10px solid #fff;
  }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    width: 45%;
  }
}

/* TABELLE NO MORE TABLES*/

.no-more-tables thead th {
  background: #dfdfdf;
  font-weight: 200;
}

@media (max-width: 768px) {
  table.no-more-tables {
    border: 0;
  }
  .no-more-tables thead {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .no-more-tables tr {
    display: block;
    margin-bottom: 0.625em;
  }
  .no-more-tables td {
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .no-more-tables td:before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
  }
  .no-more-tables td:first-child:before {
    display: none;
  }
}

/* CORSI DI LAUREA */

.barra-dati .views-row {
  flex-flow: wrap;
  display: flex;
  justify-content: space-between;
}

.barra-dati .views-field {
  text-align: center;
  padding: 15px 10px;
  flex-grow: 1;
  width: min-content;
}

.barra-dati .views-field .field-content {
  display: flex;
  flex-direction: column;
}

.barra-dati .views-field .field-content .views-label {
  padding-top: 10px;
}

.fa-stack {
  margin: 0 auto;
}

.fa-circle {
  color: #004082;
}

.fa-stack-1x {
  font-size: 0.9em;
}

.fa-3x {
  font-size: 3.5em;
}

.barra-dati .fa-ticket {
  font-size: 1.2em;
}

.views-label-durata-anni,
.views-label-cfu,
.views-label-ore-totali {
  font-size: 1.2em;
}

.rotate {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.riquadro {
  border: none;
  padding: 1em;
}

.riquadro .panel-heading {
  background: transparent;
  border: none;
  padding: 0;
  padding-bottom: 10px;
}

.riquadro.box-fullbg .panel-title {
  padding: 0;
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 24px;
}

.ugov-of-pd-rules {
  padding: 10px 0;
}

.ugov-of-pd-rules .yyy {
  margin-top: 30px;
  margin-bottom: 10px;
}

.ugov-of-pd-years div > ul:first-child,
.ugovcdl-of-pd-years div > ul:first-child {
  list-style: none;
  padding-left: 0;
}

.ugov-of-pd-years .level1 .ugov-of-pd-level1,
.ugovcdl-of-pd-years .level1 .ugovcdl-of-pd-level1 {
  font-size: 24px;
  font-weight: 100;
}

.ugov-of-pd-years ul,
.ugovcdl-of-pd-years ul,
.ugov-of-pd-years div.sub-modules > ul > li:first-child,
.ugovcdl-of-pd-years div.sub-modules > ul > li:first-child {
  font-size: initial;
  font-weight: initial;
}

.ugov-of-pd-years .level2,
.ugovcdl-of-pd-years .level2 {
  padding: 10px 0;
}

.level2 .ugov-of-pd-level2,
.level2 .ugovcdl-of-pd-level2 {
  padding-bottom: 10px;
}

.sub-modules {
  padding-top: 5px;
}

.info-group {
  margin: 20px 10px;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  color: #fff;
  text-shadow: 2px 2px 6px #333;
  text-align: right;
}

.title-laurea {
  color: white;
  font-size: 21px;
}

.scheda.paragraph.paragraph--type--bp-hero {
  margin-bottom: 0;
}

.scheda.paragraph.paragraph--type--bp-hero .hero-action {
  padding: 0;
}

.scheda.paragraph.paragraph--type--bp-hero
  .paragraph.paragraph--type--bp-action {
  width: 100%;
}

.scheda.paragraph.paragraph--type--bp-hero
  .paragraph.paragraph--type--bp-action
  .field--name-bp-link {
  border: 2px solid #013a71;
  box-shadow: none;
}

.scheda.paragraph.paragraph--type--bp-hero
  .paragraph.paragraph--type--bp-action
  .field--name-bp-link
  a {
  color: #013a71;
}

.scheda.paragraph.paragraph--type--bp-hero
  .paragraph--type--bp-action
  .file-icon {
  display: none;
}

/*AREE CORSI DI LAUREA */

.area- .views-field-rendered-entity {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.area-header img.img-responsive {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

/*
.area-header:after{
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
}
*/

.background-cdl {
  overflow: hidden;
}

.background-cdl img {
  width: auto;
  height: 140px;
  max-width: unset;
}

.postlaurea .background-cdl img {
  min-height: 200px;
}

.area-C {
  background: url(/themes/custom/unimi/img/aree/SUback.png) no-repeat;
  position: relative;
}

.area-header.area-C:after,
.areacard-C .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/SU.svg) no-repeat;
  background-size: contain;
}

.area-Z {
  background: url(/themes/custom/unimi/img/aree/SMback.png) no-repeat;
  position: relative;
}

.area-header.area-Z:after,
.areacard-Z .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/SM.svg) no-repeat;
  background-size: contain;
}

.area-A {
  background: url(/themes/custom/unimi/img/aree/Gback.png) no-repeat;
  position: relative;
}

.area-header.area-A:after,
.areacard-A .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/G.svg) no-repeat;
  background-size: contain;
}

.area-E {
  background: url(/themes/custom/unimi/img/aree/SFback.png) no-repeat;
  position: relative;
}

.area-header.area-E:after,
.areacard-E .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/SF.svg) no-repeat;
  background-size: contain;
}

.area-D {
  background: url(/themes/custom/unimi/img/aree/MCback.png) no-repeat;
  position: relative;
}

.area-header.area-D:after,
.areacard-D .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/MC.svg) no-repeat;
  background-size: contain;
}

.area-H {
  background: url(/themes/custom/unimi/img/aree/MVback.png) no-repeat;
  position: relative;
}

.area-header.area-H:after,
.areacard-H .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/MV.svg) no-repeat;
  background-size: contain;
}

.area-B {
  background: url(/themes/custom/unimi/img/aree/SPESback.png) no-repeat;
  position: relative;
}

.area-header.area-B:after,
.areacard-B .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/SPES.svg) no-repeat;
  background-size: contain;
}

.area-G {
  background: url(/themes/custom/unimi/img/aree/SAAback.png) no-repeat;
  position: relative;
}

.area-header.area-G:after,
.areacard-G .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/SAA.svg) no-repeat;
  background-size: contain;
}

.area-F {
  background: url(/themes/custom/unimi/img/aree/STback.png) no-repeat;
  position: relative;
}

.area-header.area-F:after,
.areacard-F .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/ST.svg) no-repeat;
  background-size: contain;
}

.area-M {
  background: url(/themes/custom/unimi/img/aree/SMLCback.png) no-repeat;
  position: relative;
}

.area-header.area-M:after,
.areacard-M .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/SMLC.svg) no-repeat;
  background-size: contain;
}

.area-K {
  background: url(/themes/custom/unimi/img/aree/K.png) no-repeat;
  position: relative;
}

.area-header.area-K:after,
.areacard-K .bkg_cdl:after {
  background: url(/themes/custom/unimi/img/aree/K.svg) no-repeat;
  background-size: contain;
}

.area-header .view-aree {
  min-height: 300px;
  background-color: #ccc;
}

.area-header .img-responsive {
  min-height: 120px;
  object-fit: cover;
  width: 100%;
}

/* gestioen banner pagina prospect */

.banner-area {
  height: 4em;
  background-repeat: no-repeat;
  background-color: white;
  background-size: contain;
  color: transparent;
}

.banner-area-C {
  background-image: url(/themes/custom/unimi/img/aree/SU.svg);
  background-color: #deddd3;
}

.banner-area-Z {
  background-image: url(/themes/custom/unimi/img/aree/SM.svg);
  background-color: #fcc400;
}

.banner-area-A {
  background-image: url(/themes/custom/unimi/img/aree/G.svg);
  background-color: #005ea8;
}

.banner-area-E {
  background-image: url(/themes/custom/unimi/img/aree/SF.svg);
  background-color: #ec7405;
}

.banner-area-D {
  background-image: url(/themes/custom/unimi/img/aree/MC.svg);
  background-color: #e32119;
}

.banner-area-H {
  background-image: url(/themes/custom/unimi/img/aree/MV.svg);
  background-color: #b80229;
}

.banner-area-B {
  background-image: url(/themes/custom/unimi/img/aree/SPES.svg);
  background-color: #008bd0;
}

.banner-area-G {
  background-image: url(/themes/custom/unimi/img/aree/SAA.svg);
  background-color: #a4c400;
}

.banner-area-F {
  background-image: url(/themes/custom/unimi/img/aree/ST.svg);
  background-color: #009932;
}

.banner-area-M {
  background-image: url(/themes/custom/unimi/img/aree/SMLC.svg);
  background-color: #43b49d;
}

.banner-area-K {
  background-image: url(/themes/custom/unimi/img/aree/K.svg);
  background-color: #676c99;
}

@media (min-width: 768px) {
  .field--name-uof-area .field--name-name {
    font-size: 3.4em;
    width: 19.2%;
  }
  .background-cdl img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .info-group {
    font-size: 21px;
    margin: 4% 2%;
  }
  .info-group .title-laurea {
    margin-bottom: 0.5em;
    font-size: 32px;
  }
  .scheda.paragraph.paragraph--type--bp-hero {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0px;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .scheda.paragraph.paragraph--type--bp-hero
    .paragraph.paragraph--type--bp-action {
    padding: 0;
    width: auto;
  }
  .scheda.paragraph.paragraph--type--bp-hero
    .paragraph.paragraph--type--bp-action
    .field--name-bp-link {
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 20px 15px rgba(34, 34, 34, 0.6);
  }
  .scheda.paragraph.paragraph--type--bp-hero
    .paragraph.paragraph--type--bp-action
    .field--name-bp-link
    a {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .field--name-uof-area .field--name-name {
    font-size: 3.9em;
  }
}

@media (min-width: 1200px) {
  .field--name-uof-area .field--name-name {
    font-size: 5em;
  }
  .background-cdl img {
    height: 400px;
  }
  .info-group {
    margin: 9% 2%;
  }
  .info-group .title-laurea {
    font-size: 35px;
  }
}

/*VIEW CERCA CORSI */

.paragraph--id--10778 .tab-content {
  padding: 0;
}

.paragraph--id--10778 .nav-tabs {
  border: 1px solid #ddd;
}

.view-cercacorsi .corso {
  padding: 0 10px;
  margin: 15px 0;
}

.view-cercacorsi .corso .views-field {
  height: 100%;
}

.view-cercacorsi .corso .view-content > div {
  height: 100%;
}

.corso .paragraph.paragraph--type--bp-card-action {
  display: inline-table;
}

.view-cercacorsi .corso .view-empty {
  height: 100%;
}

.view-cercacorsi .corso .field-content {
  height: 100%;
}

.view.view-w4-cdsi {
  height: 100%;
}

@media (min-width: 768px) {
  .view-cercacorsi .corso:nth-child(2n + 1) {
    padding-right: 20px;
    padding-left: 0;
  }
  .view-cercacorsi .corso:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .view-cercacorsi .corso:nth-child(2n + 2),
  .view-cercacorsi .corso:nth-child(2n + 1) {
    padding: 0 10px;
  }
  .view-cercacorsi .corso:nth-child(3n + 1) {
    padding-right: 20px;
    padding-left: 0;
  }
  .view-cercacorsi .corso:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 20px;
  }
}

/* checkbox */

.view-filters details {
  width: 100%;
  border: 1px solid #043360;
  margin-bottom: 10px;
  padding: 5px;
}

.view-filters summary {
  padding: 0 5px;
  color: #043360;
}

.bef-toggle {
  padding: 5px;
  position: absolute;
  top: 11px;
  right: 20px;
}

.form-checkboxes > .form-item {
  padding: 10px 15px;
  margin: 5px;
  font-size: 0.8em;
  border: 1px solid #ddd;
}

.form-checkboxes > .form-item:hover {
  background: #ddd;
}

.form-checkboxes > .form-item label {
  padding-bottom: 0;
}

.form-checkboxes > .form-item input {
  margin-right: 10px;
}

.view-cercacorsi form.views-exposed-form {
  border: 1px solid #dddddd;
}

.view-cercacorsi div.view-count,
.view-cercacorsi div.view-filters,
.view-w4-cdsi-list div.view-filters {
  margin-bottom: 15px;
}

.blu {
  color: #004082;
}

ul.no-list-style {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fa-stack-point {
  font-size: 0.8em;
  margin: 10px 10px 0 10px;
}

.fa-stack-point::before {
  width: 15px;
  display: inline-block;
  text-align: center;
  bottom: 1px;
  position: relative;
}

button[value="Azzera filtri"]::before {
  content: "\f1f8";
  color: #fff;
  font-family: Fontawesome;
  font-size: 20px;
  line-height: 1.2em;
  padding-right: 5px;
}
/*
button[value="Filtra"]::before {
  content: "\f002";
  color: #fff;
  font-family: Fontawesome;
  font-size: 20px;
  line-height: 1.2em;
  padding-right: 5px;
}
*/
.paragraph.paragraph--type--bp-tabs
  .view-cercacorsi
  .paragraph
  > .paragraph__column {
  padding-top: 0;
}

.view-cercacorsi .view-content {
  display: flex;
  flex-flow: wrap;
  height: 100%;
}

.view-cercacorsi
  .paragraph.paragraph--type--bp-card-action.bg-noborder
  .card-content {
  padding-top: 10px;
  justify-content: space-between;
}

.view-cercacorsi .paragraph--type--bp-card-action .anno-accademico {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  top: 1em;
  right: 1em;
}

.view-cercacorsi .paragraph--type--bp-card-action .text-top {
  position: absolute;
  top: 0;
  left: 80px;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
  font-size: 20px;
  width: auto;
  text-align: center;
  color: #fff;
  background: green;
  padding: 0 10px;
}

.view-cercacorsi .paragraph--type--bp-card-action .bando {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  text-align: right;
}

.view-cercacorsi .paragraph.paragraph--type--bp-card-action .bp-title {
  padding-bottom: 10px;
}

.view-cercacorsi .bkg_cdl {
  position: relative;
  min-height: 50px;
  line-height: 50px;
}

.view-cercacorsi .bkg_cdl:after {
  content: "";
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.view-cercacorsi .field--label-inline {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
}

.view-cercacorsi .area-st .field--label-inline {
  padding-bottom: 0;
}

.view-cercacorsi .fa-stack {
  margin: 0;
  padding-right: 5px;
}

.view-cercacorsi .text {
  align-self: center;
}

.view-cercacorsi .card-bottom .field--name-bp-link {
  width: 100%;
}

.view-cercacorsi .paragraph--type--bp-card-action .field--name-bp-link a {
  font-size: 16px;
}

@media (min-width: 992px) {
  .view-cercacorsi .card-bottom {
    display: flex;
    justify-content: space-between;
  }
  .view-cercacorsi .card-bottom .field--name-bp-link {
    width: auto;
  }
}

/*POST LAUREA*/

.view-cercacorsi .bkg_cdl.areapl-R:after,
.view-cercacorsi .bkg_cdl.areapl-E:after,
.view-cercacorsi .bkg_cdl.areapl-S:after,
.view-cercacorsi .bkg_cdl.areapl-Z:after,
.view-cercacorsi .bkg_cdl.areapl-A:after,
.view-cercacorsi .bkg_cdl.areapl-M:after {
  width: 50px;
  height: 100%;
  margin-left: 20px;
  position: absolute;
  top: 0;
  font-size: 35px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #26527e;
}

.view-cercacorsi .bkg_cdl.areapl-A:after,
.view-cercacorsi .bkg_cdl.areapl-M:after {
  content: "M";
}

.view-cercacorsi .bkg_cdl.areapl-E:after,
.view-cercacorsi .bkg_cdl.areapl-S:after {
  content: "S";
}

.view-cercacorsi .bkg_cdl.areapl-R:after {
  content: "D";
}

.view-cercacorsi .bkg_cdl.areapl-Z:after {
  content: "P";
}

/*PAGINA CORSO POST LAUREA*/

.coordinatore .view-content {
  display: flex;
  justify-content: space-around;
}

/* FOOTER*/

.footer {
  background-color: #dddddd;
  position: relative;
  border-top: none;
  margin-top: 30px;
  padding: 2em 1em;
}

footer h2 {
  font-weight: 600;
  margin-top: 0;
  color: #003366;
  font-size: 1.2em;
}

.block-comefareper .menu--footer {
  margin-top: 2em;
}

footer nav.block-menu-footer,
.block-logofooter {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-comefareper .menu--footer.nav li:hover {
  background: #003366;
}

.block-comefareper .menu--footer.nav li:hover a {
  color: #fff;
}

.menu--footer.nav li:hover a {
  font-weight: 600;
  text-decoration: none;
}

footer .nav > li > a {
  padding: 0;
  margin: 5px 0;
  color: #003366;
  border-left: none;
  text-shadow: none;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.block-menu-footer .nav > li > a {
  font-size: 16px;
}

.block-menu-footer .nav > li:last-child > a {
  border: none;
}

footer ul .menu--footer {
  padding-left: 0;
}

footer .menu--footer a:hover {
  text-decoration: none;
}

/**icone social**/

nav.block-social {
  text-align: left;
}

.block-social .menu--footer {
  padding-bottom: 20px;
}

nav.block-social li {
  margin-right: 15px;
  display: inline-block;
  max-width: 100px;
}

footer nav.block-social .nav > li > a {
  font-family: FontAwesome;
  /*
  font-size: 2em;
  line-height:0.8em;
*/
  font-weight: 500;
  position: relative;
  text-indent: -99999px;
  display: block;
}

.block-social li.first {
  width: 100%;
}

.block-social li a[title="News"] {
  background: url(../img/newsfooter.svg) no-repeat left;
  background-size: 100%;
  width: 100%;
  font-size: 2em;
}

.block-social li a[title="PortaleVideo"] {
  background: url(../img/portalevideonew3.svg) no-repeat left;
  background-size: 100%;
  width: 84px;
  font-size: 2em;
}

/*
.menu--footer a[title="facebook"]:after,
.menu--social-menu a[title="facebook"]:after{
  content: "\f09a";
  text-indent: 0;
  display: block;
  font-size: 2em;
}
.menu--footer a[title="twitter"]:after,
.menu--social-menu a[title="twitter"]:after{
  content:'\f099';
  text-indent: 0;
  display: block;
  font-size: 2em;
}
.menu--footer a[title="youtube"]:after,
.menu--social-menu a[title="youtube"]:after{
  content: "\f16a";
  text-indent: 0;
  display: block;
  font-size: 2em;
}

.menu--footer a[title="Instagram"]:after,
.menu--social-menu a[title="Instagram"]:after{
  content: "\f16d";
  text-indent: 0;
  display: block;
  font-size: 2em;
}
.menu--footer a[title="Mail"]:after,
.menu--social-menu a[title="Mail"]:after{
  content: "\f0e0";
  text-indent: 0;
  display: block;
  font-size: 2em;
}
.menu--footer a[title="Telefono"]:after,
.menu--social-menu a[title="Telefono"]:after{
  content: "\f095";
  text-indent: 0;
  display: block;
  font-size: 2em;
}
*/

.menu--footer a[title="facebook"]:after {
  content: "\f09a";
  text-indent: 0;
  display: block;
  font-size: 2em;
}

.menu--social-menu a[title="facebook"]:after {
  content: "\f09a";
  text-indent: 0;
  display: block;
  font-size: 1.3em;
}

.menu--footer a[title="twitter"]:after {
  /* content: "\f099"; */
  content: "𝕏";
  text-indent: 0;
  display: block;
  font-size: 2em;
}

.menu--social-menu a[title="twitter"]:after {
  /* content: "\f099"; */
  content: "𝕏";
  text-indent: 0;
  display: block;
  font-size: 1.3em;
}

.menu--footer a[title="youtube"]:after {
  content: "\f16a";
  text-indent: 0;
  display: block;
  font-size: 2em;
}

.menu--social-menu a[title="youtube"]:after {
  content: "\f16a";
  text-indent: 0;
  display: block;
  font-size: 1.3em;
}

.menu--footer a[title="Instagram"]:after {
  content: "\f16d";
  text-indent: 0;
  display: block;
  font-size: 2em;
}

.menu--social-menu a[title="Instagram"]:after {
  content: "\f16d";
  text-indent: 0;
  display: block;
  font-size: 1.3em;
}

.menu--footer a[title="linkedin"]:after {
  content: "\f08c";
  text-indent: 0;
  display: block;
  font-size: 2em;
}

.menu--footer a[title="LaStatale podcast"]::after {
  content: url("/themes/custom/unimi/img/spreaker_logo_footer_unimi.png");
  text-indent: 0;
  display: block;
  position: relative;
  transform: scale(0.85);
}

.menu--footer a[title="twitter"]::after {
  content: "";
  background: url(/themes/custom/unimi/img/x-twitter.svg) center / 3.8rem
    no-repeat;
  width: 36px;
  height: 40px;
  text-indent: 0;
  display: block;
  position: relative;
  transform: scale(0.85);
  filter: invert(14%) sepia(39%) saturate(3802%) hue-rotate(194deg)
    brightness(98%) contrast(102%);
}

.menu--footer a[title="LaStatale podcast"]:hover::after,
.menu--footer a[title="twitter"]:hover::after {
  transform: scale(0.95);
}

@media (min-width: 48em) {
  .menu--footer a[title="LaStatale podcast"]::after {
    position: relative;
    top: 0.1rem;
  }
}

@media (min-width: 75em) {
  .menu--footer a[title="LaStatale podcast"]:after {
    top: 0.8rem;
  }

  .menu--footer a[title="twitter"] {
    position: relative;
    top: -3.8rem;
  }
}

.menu--social-menu a[title="linkedin"]:after {
  content: "\f08c";
  text-indent: 0;
  display: block;
  font-size: 1.3em;
}

.menu--footer a[title="Mail"]:after {
  content: "\f0e0";
  text-indent: 0;
  display: block;
  font-size: 2em;
}

.menu--social-menu a[title="Mail"]:after {
  content: "\f0e0";
  text-indent: 0;
  display: block;
  font-size: 1.3em;
}

footer nav.block-logofooter {
  margin-top: 1em;
}

.buttonlist .nav > li > a {
  padding: 10px 5px;
  margin: 0px 0 12px;
  border: 1px solid;
  text-align: center;
  font-weight: 500;
}

.block-footertext {
  font-size: 0.8em;
  color: #003366;
  padding-right: 0;
  margin-top: 2em;
}

.block-footertext a {
  color: #003366;
}

body > footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
  background-color: #dddddd;
}

/* MEDIA FOOTER */

@media (min-width: 768px) {
  .block-comefareper .menu--footer {
    margin-top: 0.5em;
  }
  .block-footertext {
    margin-top: 2em;
  }
  nav.block-social {
    text-align: center;
  }
  footer ul.menu-social {
    margin-bottom: 3em;
  }
  footer nav.block-menu-footer {
    text-align: center;
    margin-top: 20px;
  }
  .block-logofooter {
    margin-top: -1.5%;
  }
  .block-logofooter img {
    width: auto;
    /* anziche 100%*/
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .block-logofooter img {
    width: auto;
    /* anziche 100%*/
    margin-top: 87px;
  }
}

@media (min-width: 768px) {
  footer .nav > li > a {
    font-size: 18px;
  }
  .block-comefareper .menu--footer {
    min-height: auto;
  }
  .block-menu-footer li a:after {
    content: "|";
    padding-left: 5px;
  }
  .block-menu-footer li.last a:after {
    content: "";
  }
  .block-menu-footer ul > li {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  footer nav.block-menu-footer {
    margin-top: 1em;
  }
  .block-logofooter {
    margin-top: -3.5%;
  }
}

/* FOOTER BOTTOM */

.footer-bottom {
  padding: 25px 0;
}

.block-footerbanner ul.lista-banner {
  list-style: none;
  padding-left: 0;
}

.block-footerbanner ul.lista-banner > li {
  display: inline-block;
  padding: 0 10px 10px;
}

/***icon svg ***/

svg.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

/* CONCORSI/BANDI  e OPPORTUNITA*/

.node--view-mode-teaser {
  margin-bottom: 20px;
}

.view-opportunita .node--type-opportunita,
.view-concorsi .node--type-concorsi-e-selezioni {
  border-left: 10px solid #0a81b3;
  margin: 0px auto;
}

.paragraph--type--bp-view .node--type-concorsi-e-selezioni,
.paragraph--type--bp-view .node--type-gare {
  margin-bottom: 40px;
  padding: 5px 0;
}

.view-opportunita .views-row {
  margin-bottom: 40px;
}

.node--type-concorsi-e-selezioni .building a {
  display: block;
  padding-left: 25px;
}

.node--type-concorsi-e-selezioni .building a:first-child {
  display: inline-block;
  padding: 0;
}

.paragraph--type--bp-view .node--type-concorsi-e-selezioni .icon.info:before {
  float: left;
}

.concorsi.paragraph--type--bp-docs.box-fullgraphic .bp-attachment {
  color: #fff;
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 20px;
  position: relative;
}

.concorsi.paragraph--type--bp-docs.box-fullgraphic .icon:before {
  padding: 10px;
  color: #fff;
  margin-right: 10px;
  background: #0a6a92;
  font-size: 20px;
}

.bgcolor.paragraph > .pad-box.paragraph__column {
  padding: 20px;
  word-break: break-word;
}

.pad-box h2,
.pad-box h3 {
  margin-top: 0;
}

.field-label-inline {
  display: inline-block;
}

.label-bold .field-label-inline {
  width: auto;
  display: inline-block;
  font-weight: 500;
}

.title-bandi .bp-title {
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.title-bandi ul {
  list-style: none;
}

/* Media Query */

@media (min-width: 768px) {
  .concorsi.top20 {
    margin-top: 0;
  }
}

/*bandi internazionali*/

.field--name-dynamic-block-fieldnode-accordi-bandi .views-row {
  padding: 20px;
}

/*Filtri ricerca */

form.views-exposed-form {
  border: 4px solid #f7f7f9;
  padding: 10px;
  margin: 0;
}

.views-exposed-form label {
  display: block;
  padding-bottom: 5px;
  font-weight: 300;
}

.view-filters .form-inline .form-group {
  padding: 5px 15px;
  margin-bottom: 0;
}

.view-filters .form-inline .form-group .input-group-addon {
  padding: 3px 12px;
}

.view-w4-af .view-filters .form-inline .form-control {
  width: 100%;
}

input.form-control::placeholder {
  color: #919193;
}

.view-filters .form-actions {
  width: 100%;
  vertical-align: bottom;
}

.view-filters .form-actions button {
  padding: 7px 20px;
  color: #fff;
  background: #225d8e;
  border: none;
}

@media (min-width: 992px) {
  form.views-exposed-form {
    padding: 15px;
  }
}

/*** gliphicon replacement **/

.glyphicon-search:before {
  content: "\f002";
  color: #fff;
}

.glyphicon-trash:before {
  content: "\f1f8";
  color: #fff;
}

/* bootstrap glyphicons, questo � il "triangle-bottom"*/
.has-glyphicons .select-wrapper:after {
  content: "\e252";
  color: #707070;
  z-index: 3;
}

.select-wrapper:hover:after {
  color: #717274;
}

/*PAGINA ACCORDI */

.view-id-accordi .view-content .views-row {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 30px;
}

.view-id-accordi .accordi-citta .view-content .views-row {
  padding-bottom: 0;
}

.view-id-accordi .view-content .views-row span {
  height: auto;
  display: block;
}

.view-id-accordi .views-field-field-paese .field-content {
  float: right;
}

.node--type-accordi-internazionali
  .col-xs-12.col-sm-12.bs-region.bs-region--bottom {
  margin-top: 20px;
}

/*** debug reset ***/

.kint footer:before,
.kint footer:after {
  background: none;
  content: none;
}

/* TOOLTIP*/

.tooltip {
  font-size: 16px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  margin-right: -40px;
  margin-top: -100px;
}

.tooltip-arrow {
  display: none;
}

/* RISULTATI RICERCA CHI E DOVE, COMUNICATI STAMPA*/

.view-chi-e-dove.view-id-chi_e_dove .view-content,
.view-comunicati-stampa .view-content {
  display: flex;
  flex-flow: wrap;
}

.view-chi-e-dove.view-id-chi_e_dove .views-row {
  background-color: rgba(235, 240, 246, 1);
  margin: 15px;
  padding: 15px;
  width: 100%;
  float: left;
  display: inline-flex;
  position: relative;
}

.view-comunicati-stampa .views-row {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.view-chi-e-dove.view-id-chi_e_dove .views-row .contextual-region,
.view-comunicati-stampa .views-row .contextual-region {
  position: unset;
}

.view-comunicati-stampa .views-row .views-field-field-data time {
  font-style: italic;
  font-size: 16px;
}

.view-chi-e-dove.view-id-chi_e_dove .views-row .field--name-title a {
  align-self: flex-end;
}

.view-chi-e-dove.view-id-chi_e_dove.view-display-id-block_1 .building:before {
  content: "\f007";
}

@media (min-width: 768px) {
  .view-chi-e-dove.view-id-chi_e_dove .views-row,
  .view-comunicati-stampa .views-row {
    width: 45.8%;
  }
}

@media (min-width: 992px) {
  .view-chi-e-dove.view-id-chi_e_dove .views-row,
  .view-comunicati-stampa .views-row {
    width: 46.8%;
  }
}

@media (min-width: 1200px) {
  .view-chi-e-dove.view-id-chi_e_dove .views-row,
  .view-comunicati-stampa .views-row {
    width: 30.8%;
  }
}

.leaflet-container {
  z-index: 1;
}

.adminimal-admin-toolbar
  .toolbar-tray-horizontal
  .menu-item--expanded:hover
  .toolbar-icon-admin-toolbar-tools-help:before,
.adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:hover:before,
.adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:active:before,
.adminimal-admin-toolbar
  .toolbar-icon-admin-toolbar-tools-help.is-active:before,
.adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-admin-toolbar-tools-help:before,
.adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-admin-toolbar-tools-help.active:before {
  background-image: url(/sites/default/files/unimi.png);
}

/*** homeslider e carousel avvisi***/

.homeslider {
  margin-bottom: 60px;
}

.carousel-inner {
  z-index: 1;
}

.carousel-inner .paragraph.paragraph--type--bp-hero {
  margin-bottom: 0;
}

.carousel-inner .paragraph.paragraph--type--bp-hero .hero-title {
  padding: 0.5em 4em;
}

.carousel-inner .paragraph.paragraph--type--bp-hero .hero-action {
  margin-bottom: 30px;
  padding: 0px 4em;
}

.carousel-inner .item > .carousel-caption {
  right: 10%;
  left: 10%;
}

.carousel-inner .item > .carousel-caption h3 {
  font-size: 2.4em;
  margin-bottom: 25px;
  font-weight: 900;
  color: #fff;
  width: 100%;
  text-shadow: 2px 2px 4px #333333;
  position: relative;
}

.carousel-inner .item > .carousel-caption ul {
  text-align: right;
  padding: 0 10px;
  list-style: none;
}

.carousel-inner .item > .carousel-caption p {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  margin: 5px 0;
}

.carousel-inner .item > .carousel-caption ul a {
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  border: 2px solid;
  padding: 8px 80px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  background: rgba(0, 51, 102, 0.6);
  bottom: 0;
}

a.carousel-control {
  top: 40%;
  height: 20%;
  z-index: 600;
}

.carousel-control.left,
.carousel-control.right,
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  background: url(../img/next.svg) no-repeat 50%;
  background-size: 50%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 0;
  opacity: 1;
  border-radius: 0;
  z-index: 1;
}

.carousel-control.left {
  transform: rotate(-180deg);
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  z-index: 6;
}

/*MEDIA PARAGRAPH HERO*/

/* MEDIA QUAERIES*/

@media (min-width: 768px) {
  .carousel-inner .item > .carousel-caption ul {
    width: auto;
    align-self: flex-end;
  }
  .carousel-indicators {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .carousel-inner .item > .carousel-caption ul {
    padding: 0 1em 0.5em;
  }
}

/*MEDIA PER IE*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*card cercacorsi*/
  .view-cercacorsi .field--label-inline {
    display: flex;
    align-items: center;
  }
  .view-cercacorsi .fa-stack {
    width: 40px;
  }
  .view-cercacorsi .text {
    width: 85%;
  }
  /* card generiche*/
  .paragraph.paragraph--type--bp-card-action .paragraph__column {
    display: block;
  }
  .paragraph.paragraph--type--bp-card-action.bg-noborder .card-content {
    height: auto;
  }
  /*slider avvisi*/
  .slick,
  .slick-wrapper {
    width: 100%;
  }
  /*barra dati - corso di laurea*/
  .barra-dati .views-field {
    width: 16.6%;
  }
}

/* small adjustments for specifics div id */

/* home page news section */

div#parid-13143 {
  padding-bottom: 12px;
}

/*Fix temporanei contenuto tab*/

.paragraph--type--bp-tabs
  .bp_two_col_right
  .paragraph.paragraph--type--bp-card-action {
  margin: 15px 0;
}

/* fix aree di studio in Scienze e tecnologie nodo 7738

 @media (max-width:768px) {
 .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col,
 .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col,
 .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col,
 .paragraph--id--8782  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col  {
   width:100%;
  display: block;
    margin-left: auto;
    margin-right: auto;
 }


 .paragraph--id--8782  .paragraph--type--bp-image  img {
    height: 220px;
    width:100%
 }
}
*/

/* fix homepage */

@media (min-width: 768px) {
  .paragraph--id--51 .paragraph--type--bp-image img {
    height: 300px;
    object-fit: cover;
  }
}

/* fix enti aziende */

@media (max-width: 768px) and (min-width: 426px) {
  .paragraph--id--13492 .paragraph__column .paragraph--type--bp-columns__3col {
    width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* media query per i paragrafi: da 4 a 6 colonne metterle a 2 a 2 solo sui mobile medio e large */

@media (min-width: 360px) and (max-width: 425px) {
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* media query per i paragrafi: da 4 a 6 colonne metterle a 3 a 3 su ipad portrait */

@media (min-width: 426px) and (max-width: 768px) {
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
    width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* fix per mobile sotto il 360px che ogni tanto facendo back si scombinava */

@media (max-width: 359px) {
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__1col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col,
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.table-responsive {
  overflow-x: unset;
}

.exchange .views-field-field-paese .field-content {
  float: none;
  font-style: italic;
}

.exchange .view-content .views-row span {
  display: unset;
}

.exchange .view-field-block .view-content .views-row {
  padding-bottom: 0px;
}

.exchange .view-content .views-row {
  padding-bottom: 30px;
}

html[lang="it"] .language-switcher-language-url > ul.links li.it {
  font-weight: bold;
}

html[lang="en"] .language-switcher-language-url > ul.links li.en {
  font-weight: bold;
}

.media--type-file .contextual {
  position: static;
}

.media--type-bando .contextual {
  position: static;
}

/* piano di studio - stato dell''anno evidenziato */

.noteanno {
  padding: 10px;
  background-color: #efefef;
}

@media (max-width: 1024px) {
  .ugov-rubrica
    .field--name-dynamic-block-fieldugov-rubrica-link-expertise
    .field--label {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .ugov-rubrica .field--name-ur-ar .field--label {
    width: 100%;
  }
}

.view-filters .form-actions button[disabled] {
  cursor: progress;
}

.view-w4-af .form-item {
  width: 100%;
}

#parid-1817
  .paragraph.top20.paragraph--type--bp-column-wrapper.bgcolor-ebf0f6.bgcolor {
  display: block;
}

/* fix Icon action SVG non scalano in mobile */

.field.field--name-field-svg.field--type-image.field--label-hidden.field--item {
  height: 100px;
}

@media (max-width: 991px) {
  .field.field--name-field-svg.field--type-image.field--label-hidden.field--item {
    height: 70px;
  }
  .field--name-field-svg svg {
    height: 70px;
  }
}

.view-w4-cdsi-to-node .corso .paragraph.paragraph--type--bp-card-action {
  display: block;
}

a.dropdown-toggle:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}

/* SITEMAP 4578 */

/* tagliare da profondita 3 */

.sitemap h2 {
  display: none;
}

.sitemap-menu li > ul > li > ul > li > ul > li {
  background: aquamarine;
  display: none;
}

.sitemap-menu ul {
  padding-left: 15px;
}

.sitemap-menu ul ul {
  padding-left: 25px;
}

.sitemap-menu li {
  display: block;
  border-left: 1px solid #e8e8e8;
}

.sitemap-menu a {
  width: auto;
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #eee;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.sitemap-menu a:before {
  content: "";
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #26527e;
  height: 2.5em;
  width: 2.5em;
  line-height: 2em;
  border: 0.4em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.sitemap-menu li a:before {
  background: #397abb;
}

.sitemap-menu li > ul > li a:before {
  background: #499df1;
}

.sitemap-menu li > ul > li > ul > li a:before {
  background: #8cc6ff;
}

@media (min-width: 992px) {
  .sitemap-menu li {
    margin-left: 10px;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .menu--social-menu.nav > li > a[title="Telefono"]:after {
    font-size: 20px;
    content: attr(href);
  }
}

/* ACCORDION fix for no js 5756 Problema di accessibilit� accordion */

.panel-collapse {
  display: block;
}

.js .panel-collapse.collapse {
  display: none !important;
}

.js .panel-collapse.collapse.in {
  display: block !important;
}

/* CDL SOCIAL MENU visibility only for hp and first level */

.region.region-header :nth-child(3)#block-socialmenu {
  display: none;
}

/* FIX for nav-int mobile */

@media (min-width: 768px) {
  .cdl .nav-int {
    width: 36%;
    float: right;
  }
}

@media (max-width: 767px) {
  .cdl .nav-int {
    width: 100%;
    float: left;
  }
  .cdl section.col-sm-12 {
    float: left;
    width: 100%;
  }
}

/*** RUBRICA ***/

@media (min-width: 1024px) {
  .ugov-rubrica .pad20.col-sm-9 {
    width: 70%;
    float: right;
  }
}

@media (max-width: 1023px) {
  .ugov-rubrica .pad20.col-sm-9 {
    width: 60%;
    float: right;
  }
}

.ugov-rubrica .foto-persona > img {
  width: 250px;
}

@media (max-width: 768px) {
  .ugov-rubrica .pad20.col-sm-9 {
    width: 100%;
    float: left;
  }
}

@media (max-width: 320px) {
  .ugov-rubrica .foto-persona > img {
    width: 200px;
  }
}

/****** block social grid ******/

@media (max-width: 1199px) {
  .block-social li:nth-child(1) {
    grid-column: 1 / span 5;
    grid-row: 1;
    place-self: center;
  }
  .block-social li:nth-child(2) {
    grid-column: 6 / span 5;
    grid-row: 1;
    place-self: center;
  }
  .block-social li:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
    justify-self: center;
    place-self: center;
  }
  .block-social li:nth-child(4) {
    grid-column: 3 / span 2;
    grid-row: 2;
    justify-self: center;
  }
  .block-social li:nth-child(5) {
    grid-column: 5 / span 2;
    grid-row: 2;
    justify-self: center;
  }
  .block-social li:nth-child(6) {
    grid-column: 7 / span 2;
    grid-row: 2;
    justify-self: center;
  }
  .block-social li:nth-child(7) {
    grid-column: 9 / span 2;
    grid-row: 2;
    justify-self: center;
  }
  .block-social li:nth-child(8) {
    grid-column: 11 / span 2;
    grid-row: 2;
    justify-self: center;
  }
  .block-social ul.menu.menu--footer.nav {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-columns: repeat(12, 1fr);
    padding: 0;
    justify-content: space-around;
    align-items: center;
  }
  nav.block-social li {
    margin-right: 15px;
    display: inline-block;
    max-width: 100px;
    margin-right: 0;
  }
}

/****************  FOOTER NEW WITH DISPLAY:GRID ****************/

.region.region-footer .col-sm-3 {
  width: 100%;
}

.region.region-footer .col-sm-5 {
  width: 100%;
}

.region.region-footer .col-sm-4 {
  width: 100%;
}

.block-logofooter img {
  width: auto;
  /* anziche 100%*/
  margin-top: 0px;
}

@media (min-width: 768px) {
  .region.region-footer {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 0%;
    justify-content: space-around;
  }
  #block-piedipagina-5 {
    grid-column: 1 / span 4;
    grid-row: 2;
  }
  #block-footertext {
    grid-column: 1 / span 1;
    grid-row: 3;
    align-self: end;
    padding: 0;
    margin: 0;
  }
  #block-social {
    grid-column: 2 / span 2;
    grid-row: 3;
    justify-self: center;
    align-self: center;
  }
  #block-logofooter {
    grid-column: 4 / span 1;
    grid-row: 3;
    justify-self: center;
    align-self: end;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .region.region-footer {
    display: grid;
    grid-template-columns: 100%;
    padding: 0%;
    justify-content: space-around;
  }
  #block-footertext {
    justify-self: center;
    align-self: center;
    padding-left: 0;
    padding: 0;
    margin: 20px;
  }
  #block-social {
    grid-row: 6;
    justify-self: center;
    align-self: center;
    padding: 0;
    margin: 0;
  }
  #block-logofooter {
    justify-self: center;
    align-self: end;
    padding: 0;
    margin: 0;
  }
  .block-logofooter img {
    width: unset;
    margin-top: 0px;
  }
}

/************** TRASPARENZA **************/

.field--name-field-testo-trasp,
.field--name-field-allegati-trasp {
  margin-bottom: 15px;
}

.paragraph.paragraph--type--bp-trasparenza {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #ebf0f6;
}

.node--type-trasparenza-page .correlati-content .bp-link:before {
  font-family: Fontawesome;
  content: "\f0c1";
  padding-right: 5px;
}

.node--type-trasparenza-page .paragraph__column > .bp-title {
  text-align: left;
}

/****** fix homepage statale live ****/

@media (max-width: 768px) and (min-width: 426px) {
  #parid-20980 .paragraph--type--bp-columns__4col {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 425px) {
  #parid-20980 .paragraph--type--bp-columns__4col {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
@media (min-width: 992px)
.paragraph--type--bp-trasparenza .bp-title, .title-laurea {
    font-size: 1.4em;
}
*/

@media (min-width: 768px) {
  .paragraph--type-bp-index-trasp .bp-title {
    font-size: 1.4em;
  }
}

.paragraph--type--bp-trasparenza h3 {
  font-size: 1.2em;
}

/*
 * SDPPUB-7598 gestione aprichiudi negli elenchi di bande, gare, aste, ...
 */

.aprichiudi-gare {
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

.aprichiudi-gare .accordion-item a,
.aprichiudi-gare .accordion-item.ui-state-active a {
  background: transparent;
  border-bottom: none;
  text-decoration: none;
  margin: 0;
  color: #4c4b4b;
  font-weight: 100;
  font-size: 20px;
  text-align: left;
  padding: 0;
  display: block;
}

.aprichiudi-gare .accordion-item .ui-icon {
  display: none;
}

.aprichiudi-gare h3.ui-accordion-header::after {
  top: 8px;
}

/**********************
 ***** scheda cdl *****
 **********************/

.page-node-type-cdl-scheda h1.page-header {
  display: none;
}

.top-left-cdl-scheda .new-info-group {
  position: absolute;
  top: unset;
  left: 0;
  bottom: 0;
  text-align: left;
  margin: 0 0 10px 3%;
  height: unset;
  width: 90%;
}

.top-left-cdl-scheda .title-laurea {
  font-weight: 500;
  line-height: 1.1em;
}

/* Hero right */

.top-right-cdl-scheda .cdl-intestazione {
  padding-top: 25px;
  text-align: right;
  margin-bottom: 20px;
}

.top-right-cdl-scheda .scheda-corso ~ div {
  margin-bottom: 8px;
  line-height: 16px;
  font-weight: 600;
}

.top-right-cdl-scheda .anno {
  margin-top: 15px;
  font-size: 2rem;
}

.top-right-cdl-scheda .paragraph--type--bp-action {
  margin-bottom: 20px;
}

.top-right-cdl-scheda .paragraph--type--bp-action .field--name-bp-link {
  border: none;
}

.top-right-cdl-scheda .paragraph--type--bp-action:last-child {
  margin-bottom: 0;
}

.top-right-cdl-scheda
  .paragraph--type--bp-action:last-child
  .field--name-bp-link {
  border: 2px solid #004082;
}

.top-right-cdl-scheda .paragraph--type--bp-action a {
  color: #004082;
}

.top-right-cdl-scheda .paragraph--type--bp-action a:hover {
  color: #fff;
  background: #0a6a92;
  transition: 0.5s ease-in-out;
}

.top-right-cdl-scheda .paragraph--type--bp-action:last-child a:hover {
  background: #004082;
}

.top-right-cdl-scheda .media.media--type-file {
  /* background-color: #3e82c7; */
  background-color: #0278a7;
}

.top-right-cdl-scheda .paragraph--type--bp-action .file-link a {
  color: #fff;
  font-weight: 400;
}

.top-right-cdl-scheda span.file.file--mime-application-pdf {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  padding: 0;
}

.top-right-cdl-scheda span.file .file-icon {
  color: #fff;
  width: 15%;
  height: 100%;
  padding: 0;
  /* background-color: #2e68a2; */
  background-color: #0a6a92;
}

.top-right-cdl-scheda span.far.fa-file {
  line-height: 2.2;
}

.top-right-cdl-scheda span.file-link {
  display: block;
  text-align: left;
}

.barra-dati .views-field {
  padding: 8px 0;
}

.barra-dati .fa-stack {
  height: 1.8em;
  width: 1.8em;
}

.views-field.views-field-field-requisiti-accesso {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .top-left-cdl-scheda,
  .top-right-cdl-scheda {
    height: 430px;
  }
  /* Hero left */
  .top-left-cdl-scheda div {
    height: 100%;
  }
  .top-left-cdl-scheda .banner-area {
    height: 17%;
  }
  .top-left-cdl-scheda .img-responsive {
    height: 83%;
  }
  .top-left-cdl-scheda .new-info-group {
    width: 80%;
  }
  /* Hero right */
  .top-right-cdl-scheda .cdl-intestazione {
    padding-top: 25px;
    text-align: right;
  }
  .top-right-cdl-scheda .cdl-intestazione div {
    font-size: 2.1rem;
  }
  .top-right-cdl-scheda .scheda-corso ~ div {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .top-right-cdl-scheda .cdl-intestazione .anno {
    margin-top: 30px;
    font-size: 3rem;
  }
  .top-right-cdl-scheda .paragraph.paragraph--type--bp-action {
    position: absolute;
    margin-bottom: 65px;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
  .top-right-cdl-scheda .paragraph--type--bp-action:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .top-left-cdl-scheda .new-info-group {
    width: 60%;
  }
}

.field-group-tabs-wrapper .panel-body .field.field--name-field-video-cdl {
  margin-top: 10px;
  margin-bottom: 0;
}

.page-node-type-cdl-scheda .bp_two_col_right {
  padding-left: 15px !important;
}

.views-field.views-field-bando-scadenze {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .paragraph .bp-title {
    margin-bottom: 15px;
  }
}

/*
.field-group-tabs-wrapper .panel-body {
   padding: 15px 0;
}
*/

@media (max-width: 767px) {
  .accordion .panel-heading {
    border: none;
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: unset;
    float: none;
  }
}

/*
.field-group-tabs-wrapper .panel-body .field.field--name-field-video-cdl {
    margin-bottom: 0;
} */

.top-left-cdl-scheda div[data-contextual-id*="entity.view.edit_form"] {
  height: 0;
}

/*******************************************************/

/* 7888 Accessibilita */

#block-languageswitcher h2.block-title {
  display: none;
}

.views-field-field-requisiti-accesso a,
.views-field-field-mod-partecipazione a,
.field--type-text-long a,
.field--type-text-with-summary a,
.bp-test a,
.bp-text a {
  font-weight: 600;
}

caption {
  color: #333;
  padding-left: 12px;
}

/* SDPPUB-7082 */

.field--name-dynamic-block-fieldnode-tasparenza-questionario .paragraph {
  margin-bottom: 10px;
  margin-top: 50px;
}

/* PTL-514 aggiunta classe per evitare che erediti altre impostazioni per home page su elemento header */

.path-frontpage header.cookiesjsr-layer--header {
  height: unset;
  min-height: unset;
  margin-bottom: unset;
}

/* PTL-107 riquadro con sfondo */
.box-bgcolor-ebf0f6 {
  background-color: rgba(235, 240, 246, 0.7);
  color: #333;
  padding: 20px;
}

/* PTL-2064 */
.paragraph.paragraph--type--from-library
  > .paragraph__column
  .paragraph
  > .paragraph__column,
.paragraph--type--from-library
  > .paragraph__column
  .paragraph
  > .paragraphcolumn
  .paragraph
  > .paragraph__column {
  float: left;
}

/***************************
 * CT Schede - rispristino CSS
 */
.card-gialla {
  border-left: 10px solid #fcc22d;
  padding: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: rgb(253, 225, 157);
  color: #333;
}

.plain {
  color: #333;
}

.elenco-schede .row {
  display: flex;
  flex-flow: wrap;
}

.scheda-ant {
  padding: 10px;
}
.scheda-link {
  border: 2px solid #333;
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.scheda-titolo {
  line-height: 1.2em;
}

.link-blu > a::before {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f04b";
  float: right;
  margin: -10px -10px -10px 10px;
  background: #0a6a92;
  padding: 10px;
  color: #fff;
}
.link-blu > a {
  padding: 10px;
  display: inline-block;
  background: #0278a7;
  color: #fff;
  margin-bottom: 5px;
  list-style: none;
  min-width: 260px;
}

/***** ACTION LINK ****/
.cdl .actionlink,
.alw-of .actionlink.al-servizio,
.alw-pl .actionlink {
  float: left;
  min-width: 225px;
  text-align: center;
  font-weight: 500;
  border: 2px solid #000;
  color: #000;
  position: relative;
  min-height: 1px;
}
.alw-of .actionlink {
  width: 100%;
  margin: 10px 0;
}
.cdl .actionlink,
.alw-pl .actionlink {
  width: 100%;
  margin: 10px 0;
}

.actionlink a {
  font-size: 14px;
  width: 100%;
  display: block;
  color: #000;
  padding: 10px 15px;
}
.alw-of .actionlink.al-informazione a {
  color: #225d8e;
  padding: 0;
}
.cdl .alw-of .actionlink.al-informazione a {
  color: #000;
  padding: 10px 15px;
}

.cdl .actionlink a:hover,
.cdl .alw-of .actionlink.al-informazione a:hover,
.alw-of .actionlink.al-servizio a:hover,
.alw-pl .actionlink a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(34, 34, 34, 0.9);
  transition: 0.5s;
  transition-timing-function: ease;
  transition-timing-function: ease-in-out;
}

@media (min-width: 768px) {
  .actionlink a {
    font-size: 15px;
  }
  .paragraph.paragraph--type--bp-card-action {
    /* display: inline-block; */
  }
  .cdl .actionlink,
  .alw-pl .actionlink {
    width: 23%;
    margin: 1%;
  }
}

@media (min-width: 1200px) {
  .actionlink a {
    font-size: 18px;
  }
}

/* Test davide per scroll orizzontale tabella - PTL-3110 */
.view-w4-af > .view-content {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .view-w4-af .views-field-title,
  .view-w4-af .views-field-view {
    min-width: 150px;
  }

  .view-w4-af .views-field-uof-cdsi {
    min-width: 450px;
  }
}

/* PTL-3111 */
.paragraph.paragraph--type--from-library
  > .paragraph__column
  .paragraph
  > .paragraph__column {
  float: none;
}

.paragraph--type--from-library
  .paragraph--type--bp-two-columns.bgcolor-ebf0f6
  > .paragraph__column {
  float: left !important;
  padding-left: 30px;
  padding-right: 30px;
}

h2#block-unimi-profili-menu.visually-hidden {
  color: white;
}

/* chosen */
.chosen-container-single .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  line-height: 20px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
}
.chosen-container-active .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
}
.chosen-container-single .chosen-single div,
.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container .chosen-drop {
  border: 1px solid #aaa;
  left: 0;
}

ul.chosen-results:empty {
  display: none;
}

/* per accessibilita sovrascrivo questo font size di cookies.lib.css */
a.cookies-fallback--link {
  font-size: 1.125rem !important;
}

.opportunita-elenco .panel-body {
  margin: 15px;
}
.opportunita-elenco .panel-heading {
  font-weight: 700;
}
.opportunita-elenco .view-opportunita .views-row {
  margin-bottom: 0;
}

/* in caso di select con valori troppo lunghi, occorre limitare la lunghezza per non spaccare la grafica. Es. GSD */
.chosen-container {
  max-width: min(1180px, 80vw);
}

/* modifica per alleggerire la grafica da etichette troppo cicciotte (PTL-7416) */
.field--label {
  font-weight: 500;
}

/* PTL-8495 */
.fa.avviso {
  border-top: 1px solid;
  padding-top: 5px;
  font-family: Roboto, sans-serif;
}
.avviso:before {
  font-family: FontAwesome;
}

.docreader-link{
    display: block;
    width: max-content;  
}