/**
 * @file
 * Subtheme specific CSS.
 */

html,
body {
  overflow-x: hidden;
}
body {
  color: #333;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 21.47px;
  font-weight: 400;
  line-height: 1.5;
}
body a.visually-hidden-focusable {
  color: white;
}
.site-footer {
  font-family: "Helvetica", "Arial", sans-serif;
}
p {
  font-size: 1em;
}
*:focus-visible {
  outline-style: auto;
  outline-color: rgb(41 77 172);
  outline-width: 1px;
  outline-offset: 1px;
  position: relative;
  z-index: 99999;
}
*:focus:not(:focus-visible) {
  outline: none;
}
button:focus {
  outline: 0;
}
.navbar-toggler:focus {
  border: 1px solid lightblue;
}
nav ul {
  padding-left: 0;
  list-style: none;
}
img {
  width: 100%;
  height: auto;
}

/*Link*/
a {
  text-decoration: none;
  white-space: normal;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.layout-main-wrapper a,
.layout-main-wrapper a:hover,
.layout-main-wrapper a:focus {
  color: #006ec0;
  font-weight: 700;
}
#page a,
#page a:hover,
#page a:focus {
  font-weight: 700;
}
.node--type-page .paragraph a,
.node--type-page .paragraph a:hover,
.node--type-page .paragraph a:focus,
.node--type-bando-e-concorso .view-bandi-e-concorsi a,
.node--type-bando-e-concorso .view-bandi-e-concorsi a:hover,
.node--type-bando-e-concorso .view-bandi-e-concorsi a :focus {
  color: #58595b;
  font-weight: 600;
  text-decoration: underline;
}

/*Colori*/
.grey {
  color: #58595b;
  background-color: #58595b;
}
.white {
  color: #fff !important;
}
.orange {
  color: #d14124;
  background-color: #d14124;
}
.orange-txt {
  color: #d14124;
}
.azure {
  color: #22a2bb;
  background-color: #22a2bb;
}
.light-blue {
  color: #006ec0;
}

/* Utility */
body:not(.path-admin) .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body:not(.path-admin) .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 4px;
}
body:not(.path-admin) .button a,
body:not(.path-admin) .button:hover a {
  color: #fff;
}
body:not(.path-admin) .button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Paragrafo Photogallery Masonry */
.paragraph--type--photogallery-masonry .field--name-field-titolo-paragrafo {
  font-size: clamp(2.25rem, 2.0278rem + 1.1111vw, 3.3125rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 42.95px;
}
.masonry-photogallery .masonry-item {
  width: 45%;
}
.masonry-photogallery .field--name-field-media-image {
  padding-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .masonry-photogallery .masonry-item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .masonry-photogallery .masonry-item {
    width: 23.4%;
  }
}
.masonry-photogallery:hover img,
.masonry-photogallery:focus-within img {
  opacity: 0.7;
  transition: all 0.6s ease;
}
.masonry-photogallery img {
  transition: all 0.6s ease;
}
.masonry-photogallery img:hover,
.masonry-photogallery a:focus img {
  opacity: 1;
  box-shadow: 4px 4px 6px 2px #797979;
}
/*Breadcrumb*/
.breadcrumb {
  align-items: flex-end;
}
.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #58595b;
  font-weight: 400 !important;
}
.breadcrumb-item a:hover {
  color: #58595b;
  font-weight: 400 !important;
}
.breadcrumb-item.active {
  color: #d14124;
  font-weight: 700;
  line-height: 22px;
}
/* Hero / Copertina */
.node--type-home-page .view-hero-copertina img {
  max-height: 600px;
}
.view-hero-copertina img {
  max-height: 450px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
hero > .container {
  padding: 0;
}
.title-page__title {
  font-size: clamp(2rem, 1.4545454545454546rem + 2.727272727272727vw, 3.5rem);
  line-height: 40px;
  font-weight: 700;
}
.subtitle-page__wrapper--hero {
  font-size: clamp(1.5rem, 1.3181818181818181rem + 0.9090909090909091vw, 2rem);
  font-weight: 400;
  padding-bottom: 1rem;
  line-height: 25px;
}
@media (min-width: 48em) {
  .subtitle-page__wrapper--hero {
    line-height: 42px;
  }
  .title-page__title {
    line-height: 56px;
    padding-bottom: 0rem;
  }
}
.link__wrapper--hero {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1rem;
  line-height: 28px;
}
.link__wrapper--hero a,
.link__wrapper--hero a:hover,
.link__wrapper--hero a:focus {
  color: white;
  border: 2px solid white;
  padding: 0.5rem 3rem;
  border-radius: 4px;
}
.node--type-home-page .view-hero-copertina img {
  max-height: 550px;
  min-height: 550px;
  object-fit: cover;
}
body:not(.path-admin) .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.node--type-home-page .title-page__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  text-align: center;
  top: unset;
  background-color: rgba(0, 0, 0, 0.5);
  width: fit-content;
  padding: 2rem 0rem;
}
.title-page__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
  text-align: center;
}
.node--type-page .title-page__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 9%;
  text-align: start;
}
@media (min-width: 32em) {
  .title-page__wrapper {
    top: 61%;
  }
  .node--type-page .title-page__wrapper {
    top: 47%;
  }
}
@media (min-width: 48em) {
  .node--type-home-page .title-page__wrapper {
    text-align: left;
    bottom: 30%;
    top: unset;
    margin-left: 2rem;
  }
}
/* Hero Senza Copertina */
.title-page__title_2 {
  font-weight: 500;
  font-size: clamp(2.25rem, 1.9891rem + 1.3043vw, 3rem);
  line-height: 43px;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .title-page__title_2 {
    font-weight: 500;
    font-size: clamp(2.25rem, 1.9891rem + 1.3043vw, 3rem);
    line-height: 53px;
    margin-bottom: 0rem;
  }
}

/*Top header*/
#header .menu-servizi__mail {
  background: url(/themes/custom/unimore_base/icons/it-mail.svg) center center
    no-repeat no-repeat;
  background-size: 1.91rem;
  height: 100%;
  width: 3rem;
  font-size: 0;
  position: relative;
  top: 0;
}
#header .area_riservata {
  background: url(/themes/custom/unimore_base/icons/lock.svg) center center
    no-repeat no-repeat;
  background-size: 1rem;
  height: 100%;
  width: 3rem;
  font-size: 0;
  position: relative;
  top: 0;
}
#navbar-top .container {
  padding: 0rem;
}
#navbar-top .nav {
  justify-content: flex-end;
}
#navbar-top .menu-servizi__lingua {
  margin-top: 2px;
  padding-right: 0.5rem;
}
#block-menudiservizio {
  padding-right: 0rem;
  padding-left: 0rem;
}
#navbar-top li.nav-item a {
  padding-right: 0rem;
  padding-left: 0.2rem;
}
.nav-item.cerca {
  padding-right: 0.8rem;
}
@media (min-width: 48em) {
  #navbar-top li.nav-item a {
    padding-right: unset;
    padding-left: 1rem;
  }
}
@media (min-width: 62em) {
  #block-menudiservizio {
    padding-right: unset;
    padding-left: unset;
  }
}
.form-inline.navbar-form.ml-auto {
  margin-left: auto;
}
.region-top-header-form {
  display: flex;
  align-items: center;
}
.collapsed .navbar-toggler-icon {
  background-image: url(/themes/custom/unimore_base/images/burger.svg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url(/themes/custom/unimore_base/images/burger-chiuso.svg);
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(540%)
    hue-rotate(65deg) brightness(119%) contrast(100%);
}

button.navbar-toggler.btn-hamburger--close {
  order: 3;
  padding: 0.2rem;
}

/*Hamburger*/
#CollapsingNavbar {
  display: none !important;
  position: absolute;
  background-color: #f7f7f7;
  z-index: 10;
  opacity: 0;
}
#CollapsingNavbar.show {
  display: flex !important;
  top: 0;
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  padding-bottom: 0;
  opacity: 1;
  box-shadow: 0px 7px 25px 0px #00000033;
}
.collapsing {
  height: unset;
  transition-duration: 0.1s;
}
.navbar-collapse.show {
  background-color: #f7f9fa;
}
.navbar-collapse > div {
  position: relative;
  display: block;
}
/* Bottone hamburger menu */
.navbar-expand-lg .container .navbar-toggler-icon {
  background-size: 67%;
}
.navbar-expand-lg > .container > .navbar-toggler {
  display: grid;
  grid-row: 1 / 1;
}
.btn-hamburger--open {
  top: -2rem;
  position: absolute;
  right: 2rem;
}
.hamburger-inner {
  width: 27px;
  top: 54%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  display: block;
  margin-top: -2px;
}
.btn-hamburger--close .hamburger-inner:after {
  top: 8px;
  width: 17px;
}
/* Menu principale - collassato */
#CollapsingNavbar nav > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#CollapsingNavbar .menu--main > ul {
  justify-content: flex-start;
}
#CollapsingNavbar .menu--main > ul > li {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1.2rem;
}
@media (min-width: 48em) {
  #CollapsingNavbar .menu--main > ul > li {
    width: 33.3334%;
    margin-bottom: 2rem;
    padding-right: 1rem;
  }
  #CollapsingNavbar .menu--main > ul > li::after {
    content: none;
  }
}
.navbar-expand-lg .navbar-toggler {
  display: block;
}
.menu--main .dropdown .menu-apri-chiudi {
  display: none;
}
#block-unimore-base-main-menu .nav-item a,
#block-unimore-base-main-menu .nav-item span {
  color: #58595b;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
#block-unimore-base-main-menu .nav-item > a,
#block-unimore-base-main-menu .nav-item > span {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  color: #d14124 !important;
  word-break: break-word;
}
#block-unimore-base-main-menu .dropdown-menu {
  display: block;
  background-color: transparent;
  border: none;
  position: static;
}
#block-unimore-base-main-menu .dropdown-menu > li {
  padding: 0.1rem 1rem;
  background-color: transparent;
}
.navbar-collapse .clearfix.navnavbar-nav {
  margin-bottom: 0rem;
}
#block-views-block-menu-target-block-1-2 {
  background-color: white;
  padding: 2rem 0rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.navbar-collapse .view-menu-target {
  margin-bottom: 0rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .navbar-collapse .view-menu-target {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse .view-menu-target {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse .view-menu-target {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse .view-menu-target {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .navbar-collapse .view-menu-target {
    max-width: 1320px;
  }
}
.navbar-collapse .menu--menu-utility a,
.navbar-collapse .menu--menu-utility a:hover,
.navbar-collapse .menu--menu-utility a:focus {
  color: #58595b !important;
}
.navbar-collapse .menu--menu-utility .clearfix.nav {
  justify-content: flex-end;
}
/*Modale*/
.modal-dialog {
  background-color: #fff;
  max-width: 100%;
  margin-top: 0;
  box-shadow: 0px 10px 20px 0px #343434a3;
}
#block-modalsearch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
}
body.modal-open,
.modal-search {
  padding-right: 0 !important;
  overflow-y: unset !important;
}
.modal-search .modal-header {
  border-bottom: unset;
}
.modal-dialog > .modal-content {
  background-color: transparent;
  border: unset;
}
.modal-search form {
  position: relative;
  padding: 5px 15px;
  flex-flow: row wrap;
  display: flex;
}
.modal-search form > fieldset {
  flex-grow: 1;
}
.modal-search .form-control {
  border: 1px solid #d14124;
  color: white;
  font-size: 1.4rem;
  background-color: #d14124;
  border-radius: 30px;
  padding: 0.5rem 0.75rem 0.5rem 1.2rem;
  padding-right: 3.4rem;
  position: relative;
  font-weight: 700;
  z-index: 1;
  box-shadow: 3px 3px 19px -10px #3d3d3d;
}
.modal-search .form-control::placeholder {
  color: #fff;
}
.modal-search .form-actions {
  position: absolute;
  top: -1rem;
  bottom: 0;
  right: 2.2rem;
  z-index: 2;
}
.modal-search .modal-body button {
  display: block;
  border: unset;
  border-radius: unset;
  height: 100%;
  font-size: 0;
  background: transparent
    url(/themes/custom/units_base/icons/ionic-ios-search.svg) no-repeat center
    center;
}
.modal-search .modal-body button:hover,
.modal-search .modal-body button:focus {
  background-color: transparent;
}
.modal-search img {
  display: block !important;
  margin: 3rem 0 1rem;
  width: 500px;
}
.modal-backdrop.fade.show {
  opacity: 0;
}

/*Header*/
#header #navbar-main > .container {
  display: grid;
  grid-template-columns: 1fr;
}
#header #navbar-main .container #block-logo {
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  #header #navbar-main .container #block-logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 400px;
  }
}
.node--type-page:has(.view-elenco-bandi-e-concorsi) .title-page__title_2.mt-3 {
  margin-top: 0rem !important;
}
#header #navbar-main .container #block-logo a:hover {
  text-decoration: unset;
}
@media (min-width: 992px) {
  #block-unimore-base-navigazioneprincipale {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  #block-unimore-base-navigazioneprincipale {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #block-unimore-base-navigazioneprincipale {
    max-width: 1320px;
  }
}
#header #navbar-main .container .navnavbar-nav {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0rem;
}
#header .navbar-expand-lg {
  padding-bottom: 0rem;
}
#header a.white.nav-link {
  font-size: 18px;
  padding: 0.3rem 0.5rem;
}

/*Immagini*/
.node .field--type-image {
  float: none;
  margin-right: 0;
}

/*Homepage*/
.titoli-hp {
  font-size: clamp(2.25rem, 2.0278rem + 1.1111vw, 3.3125rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 42.95px;
}
.sottotitoli-tutti {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
  color: #444444;
  padding-bottom: 1rem;
}
.sottotitoli-tutti a,
.sottotitoli-tutti a:hover,
.sottotitoli-tutti a:focus {
  color: #444444;
}

/*menu target*/
.view-menu-target {
  margin-bottom: 5rem;
}
.view-menu-target .row {
  row-gap: 3rem;
}
.view-menu-target .col-6.col-md-4.col-lg-2 {
  display: flex;
  justify-content: center;
}
.view-menu-target .col-6.col-md-4.col-lg-2 a {
  text-align: center;
  font-size: clamp(1.5rem, 1.4739rem + 0.1307vw, 1.625rem);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  flex-direction: column;
  line-height: 1.2em;
  color: #3b3b3b;
  font-weight: 400 !important;
}
.view-menu-target .col-6.col-md-4.col-lg-2 a::before {
  content: "";
  display: block;
  height: 4rem;
  margin: 0 auto 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 104px;
  height: 104px;
  background-size: 50%;
  background-color: #f7f7f7;
  border-radius: 50%;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Futuro"]::before {
  background-image: url(/themes/custom/unimore_base/icons/futuro.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Studente"]::before {
  background-image: url(/themes/custom/unimore_base/icons/studente.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Laureato"]::before {
  background-image: url(/themes/custom/unimore_base/icons/laureato.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Docente"]::before {
  background-image: url(/themes/custom/unimore_base/icons/book-open-reader-solid.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Imprese"]::before {
  background-image: url(/themes/custom/unimore_base/icons/hotel-solid.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Personale"]::before {
  background-image: url(/themes/custom/unimore_base/icons/personale.svg);
}

.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Prospective"]::before {
  background-image: url(/themes/custom/unimore_base/icons/futuro.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Student"]::before {
  background-image: url(/themes/custom/unimore_base/icons/studente.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Graduate"]::before {
  background-image: url(/themes/custom/unimore_base/icons/laureato.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Professor"]::before {
  background-image: url(/themes/custom/unimore_base/icons/book-open-reader-solid.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="Companies"]::before {
  background-image: url(/themes/custom/unimore_base/icons/hotel-solid.svg);
}
.view-menu-target .col-6.col-md-4.col-lg-2 a[title*="University"]::before {
  background-image: url(/themes/custom/unimore_base/icons/personale.svg);
}

/*Scegli l'eccellenza*/
.scegli_eccellenza {
  position: relative;
}
.scegli_eccellenza .testo {
  position: absolute;
  bottom: 3rem;
  padding: 1rem;
  opacity: 0.85;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cross-paragraph .col-12:nth-child(2) .testo,
.cross-paragraph .col-12:nth-child(4) .testo {
  right: 0rem;
  padding-left: 2rem;
}
.icona_video_flag {
  position: absolute;
  width: 10%;
  top: 0rem;
}
@media (min-width: 62em) {
  .scegli_eccellenza .testo {
    font-size: 24px;
  }
}
.scegli_eccellenza .testo {
  color: white;
}
.cross-paragraph .views-view-grid .row {
  row-gap: 0.5rem;
}
.scegli_eccellenza > a {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
  z-index: 3;
}
.scegli_eccellenza:hover .testo {
  text-decoration: underline;
}
.immagine_eccellenza img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 48em) {
  .immagine_eccellenza img {
    max-height: 180px;
    min-height: 180px;
  }
}
@media (min-width: 62em) {
  .immagine_eccellenza img {
    max-height: 250px;
    min-height: 250px;
  }
}
@media (min-width: 75em) {
  .immagine_eccellenza img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 87.5em) {
  .immagine_eccellenza img {
    max-height: 350px;
    min-height: 350px;
  }
}

/*Banner hp*/
.block-views-blockhomepage-block-1 {
  background-color: #d14124;
}
.block-views-blockhomepage-block-1 .orange {
  padding: 3rem 1rem;
  z-index: 2;
}
.block-views-blockhomepage-block-1 .orange .titoli-hp {
  font-weight: 700;
  text-align: center;
  font-size: clamp(2.25rem, 1.7794rem + 2.3529vw, 4.5rem);
  margin-bottom: 4rem;
}
.block-views-blockhomepage-block-1
  .orange
  .view-content
  .views-view-grid
  > .row {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
  row-gap: 2rem;
}
.block-views-blockhomepage-block-1 .orange .blocco_azzurro_hp_top,
.block-views-blockhomepage-block-1 .orange .blocco_azzurro_hp_bottom {
  display: none;
}
.views-element-container.contextual-region.orange.full-width.block.block-views.block-views-blockhomepage-block-1::before {
  content: "";
  position: absolute;
  inset: 0 41% -2% 0;
  display: block;
  z-index: 0;
  background: linear-gradient(
    to top,
    #22a2bb 2%,
    #d14124 0 8%,
    #d14124 0 17%,
    #d14124 0 48%,
    #d14124 0 54%,
    #d14124 0
  );
}
.views-element-container.contextual-region.orange.full-width.block.block-views.block-views-blockhomepage-block-1::after {
  content: "";
  position: absolute;
  inset: -2% 0% 100% 47%;
  display: block;
  z-index: 0;
  background: linear-gradient(
    to left,
    #22a2bb 1.9%,
    #22a2bb 0 8%,
    #22a2bb 0 17%,
    #22a2bb 0 48%,
    #22a2bb 0 54%,
    #22a2bb 0
  );
}
.blocco_azzurro_hp_grande {
  display: none;
}
.block-views-blockhomepage-block-1
  .orange
  .view-content
  .views-view-grid
  > .row
  > div:nth-child(even) {
  padding-top: 6rem;
}
.infografica_studiare_hp {
  position: relative;
}
.infografica_studiare_hp a {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}
.infografica-numeri_studiare_hp {
  font-size: 52px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
}
.infografica-link_studiare_hp {
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  word-break: break-word;
}
.infografica_studiare_hp:hover .infografica-link_studiare_hp {
  text-decoration: underline;
}
.offerta-grid .card {
  border: unset;
  position: relative;
  margin-top: 3rem;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.offerta-grid .card a:first-child {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}
.offerta-grid .card img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.offerta-grid .card .area {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #004e43;
  padding: 1rem;
}
.offerta-grid .card .area:hover,
.offerta-grid .card .area:focus {
  color: #004e43;
}
.offerta-grid .card.D00 .area {
  border-left: 15px solid #44a12b;
}
.offerta-grid .card.D01 .area {
  border-left: 15px solid #00b0e6;
}
.offerta-grid .card.D04 .area {
  border-left: 15px solid #a44d74;
}
.offerta-grid .card.D05 .area {
  border-left: 15px solid #00647e;
}
.offerta-grid .card.D06 .area {
  border-left: 15px solid #cd071e;
}
.offerta-grid .card:hover .area {
  text-decoration: underline;
}
@media (min-width: 697px) {
  .views-element-container.contextual-region.orange.full-width.block.block-views.block-views-blockhomepage-block-1::before {
    content: "";
    background: linear-gradient(
      to top,
      #22a2bb 1.9%,
      #d14124 0 8%,
      #d14124 0 17%,
      #d14124 0 48%,
      #d14124 0 54%,
      #d14124 0
    );
  }
}
@media (min-width: 62em) {
  .views-element-container.contextual-region.orange.full-width.block.block-views.block-views-blockhomepage-block-1::after,
  .views-element-container.contextual-region.orange.full-width.block.block-views.block-views-blockhomepage-block-1::before {
    display: none;
  }
  .block-views-blockhomepage-block-1 .orange {
    right: 5rem;
    position: relative;
    z-index: 2;
  }
  .block-views-blockhomepage-block-1 {
    background: linear-gradient(to left, #fff 50%, #d14124 50%);
  }
  .infografica-link_studiare_hp {
    word-break: unset;
  }
  .block-views-blockhomepage-block-1 .orange {
    padding: 3rem 0rem;
  }
  .block-views-blockhomepage-block-1 .orange .titoli-hp {
    font-weight: 700;
    text-align: left;
    font-size: clamp(2.25rem, 1.7794rem + 2.3529vw, 4.5rem);
    padding-left: 7rem;
  }
  .block-views-blockhomepage-block-1 .orange .view-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding-left: 2rem;
  }
  .block-views-blockhomepage-block-1
    .orange
    .view-content
    .views-view-grid
    > .row {
    padding-left: 6rem;
  }
  .block-views-blockhomepage-block-1 .orange .blocco_azzurro_hp_top,
  .block-views-blockhomepage-block-1 .orange .blocco_azzurro_hp_bottom {
    display: none;
  }
  .blocco_azzurro_hp_grande {
    display: block;
  }
  .offerta-grid {
    position: absolute;
    bottom: 65rem;
    right: 6rem;
    z-index: 2;
    max-height: 100%;
  }
  .offerta-grid .card {
    max-width: 320px;
    margin-top: unset;
    box-shadow: 0px 7px 25px 0px #00000026;
  }
  .offerta-grid .card:nth-child(even) {
    right: 10rem;
  }
  .offerta-grid .card.D00 {
    z-index: 2;
    right: -3rem;
  }
  .offerta-grid .card.D01 {
    bottom: 4rem;
    right: 8rem;
  }
  .offerta-grid .card.D04 {
    bottom: 11rem;
    left: 5rem;
    z-index: 3;
  }
  .offerta-grid .card.D05 {
    bottom: 15rem;
    right: 6rem;
  }
  .offerta-grid .card.D06 {
    bottom: 24rem;
    left: 5rem;
  }
  .block-block-content7ae8f97e-6154-424a-a03e-55462cc8f7bf {
    margin-bottom: 10rem;
    position: relative;
  }
  .blocco_azzurro_hp_grande {
    display: block;
    height: 65rem;
    width: 200%;
    z-index: 0;
    position: absolute;
    bottom: -7rem;
    left: 20rem;
  }
}
@media (min-width: 75em) {
  .offerta-grid .card.D00 {
    right: 0rem;
  }
  .offerta-grid .card.D01 {
    bottom: 4rem;
    right: 17rem;
  }
  .offerta-grid .card.D04 {
    bottom: 16rem;
    left: 5rem;
  }
  .offerta-grid .card.D05 {
    bottom: 20rem;
    right: 12rem;
  }
  .offerta-grid .card.D06 {
    bottom: 28rem;
    left: 5rem;
  }
  .block-block-content7ae8f97e-6154-424a-a03e-55462cc8f7bf {
    margin-bottom: 8rem;
  }
  .blocco_azzurro_hp_grande {
    height: 63rem;
    bottom: -4rem;
  }
}

/*Scopri hp*/
#views-bootstrap-homepage-block-2 > .row {
  row-gap: 1rem;
  margin-bottom: 3rem;
}
.block-views-blockhomepage-block-2
  .col-12.col-md-6.col-lg-4
  .views-field-nothing,
.block-views-blockhomepage-block-2
  .col-12.col-md-6.col-lg-4
  .views-field-nothing
  .field-content {
  height: 100%;
}
.scopri_card_hp {
  position: relative;
  border-left: 10px solid #d14124;
  box-shadow: 0px 7px 25px 0px #00000026;
  height: 100%;
}
.scopri_card_hp .link_card a {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}
.scopri_card_hp:hover .tit_card {
  text-decoration: underline;
}
.scopri_card_hp .body_card {
  padding: 0rem 0.6rem;
  word-break: break-word;
}
.scopri_card_hp .body_card .tit_card {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.3px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.scopri_card_hp .body_card .sotto_card {
  line-height: 21px;
  padding-bottom: 1rem;
}

/*Footer*/
footer.site-footer {
  background-color: #58595b;
  position: relative;
  padding: 15px 0 30px;
}
.site-footer .content {
  color: white;
}
.site-footer__bottom {
  border-top: unset;
  position: relative;
  z-index: 1;
  margin-top: 0rem;
}
.region-footer-fifth {
  display: flex;
  row-gap: 1rem;
}
.site-footer .menu--menu-social {
  padding-left: 1rem;
}
#block-footercontattifooterfirst {
  display: none;
}
#block-footercontattireverse {
  display: block;
  padding: 0rem 1rem;
}
.site-footer .menu--menu-social {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 62em) {
  footer.site-footer::after {
    content: "";
    position: absolute;
    background: transparent
      url(/themes/custom/unimore_base/images/filigrana.svg) no-repeat center
      center;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 0rem;
    width: 40%;
  }
  #block-footercontattireverse {
    display: none;
  }
  .region-footer-fifth {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 2rem;
  }
  .site-footer .menu--menu-social {
    padding-left: unset;
    display: flex;
    justify-content: flex-end;
    left: 82%;
    position: relative;
  }
  #block-footercontattifooterfirst {
    padding-right: 2rem;
    order: unset;
    padding-left: 1rem;
    display: block;
  }
  #block-footercontattireverse {
    display: none;
  }
}
.site-footer__bottom .content {
  padding: 0rem;
}
.site-footer a,
.site-footer a:hover,
.site-footer a:focus {
  color: white;
  font-weight: 400 !important;
  font-size: 16px;
}
.site-footer .clearfix.nav {
  flex-direction: column;
}
/*Menu social*/
.menu--menu-social > ul > li a {
  margin-right: 1rem;
}
.menu--menu-social .menu-level-0 {
  display: flex;
}
.menu--menu-social .menu-level-0 img {
  display: none;
}
.menu--menu-social .menu a {
  font-size: 0;
  display: inline-block;
  display: block;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px;
  width: 26px;
  opacity: 1;
  border: unset;
}
.menu--menu-social .menu a[title="Facebook"] {
  background-image: url(/themes/custom/unimore_base/icons/Icon%20awesome-facebook.svg);
}
.menu--menu-social .menu a[title="Twitter"] {
  background-image: url(/themes/custom/unimore_base/icons/twitter.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(56deg) brightness(103%)
    contrast(103%);
}
.menu--menu-social .menu a[title="Instagram"] {
  background-image: url(/themes/custom/unimore_base/icons/instagram.svg);
}
.menu--menu-social .menu a[title="Linkedin"] {
  background-image: url(/themes/custom/unimore_base/icons/Icon%20awesome-linkedin.svg);
}
.menu--menu-social .menu a[title="Youtube"] {
  background-image: url(/themes/custom/unimore_base/icons/Icon%20awesome-youtube.svg);
}
.menu--menu-social .menu a[title="Radio FSC-Unimore"] {
  background-image: url(/themes/custom/unimore_base/icons/radio-solid.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(56deg) brightness(103%)
    contrast(103%);
}
.hamburger--footer .field-content > .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  row-gap: 0.5rem;
}

@media (min-width: 62em) {
  .hamburger--footer.full-width.hamburger__footer::after {
    content: "";
    position: absolute;
    background: transparent
      url(/themes/custom/unimore_base/images/filigrana.svg) no-repeat center
      center;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 30%;
    width: 15%;
  }
  .hamburger--footer .field-content > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.block-views-blockmenu-di-servizio-block-2 .hamburger--footer {
  background-color: #58595b;
}
.hamburger--footer .menu-servizio .view-content.row > div {
  position: relative;
}
.hamburger--footer .menu-servizio .view-content.row {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
}
.hamburger--footer img {
  max-width: 430px;
}
.hamburger--footer .menu-servizio img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(56deg) brightness(103%) contrast(103%);
}
.hamburger--footer .menu-servizio .views-field-link__uri a {
  position: absolute;
  z-index: 1;
  inset: 0;
  font-size: 0;
}

/*Homepage di target*/
.node--type-home-page-target .view-hero-copertina img {
  filter: unset;
}
.node--type-home-page-target .title-page__title {
  background-color: #0000007d;
  text-shadow: 2px 2px 5px #000;
  padding: 1rem 3rem;
  display: inline-block;
  position: absolute;
  left: 0;
}
.block-field-blocknodehome-page-targetfield-testo-present-tg {
  border-left: 10px solid #22a2bb;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 48em) {
  .block-field-blocknodehome-page-targetfield-testo-present-tg {
    margin-left: 5rem;
  }
  .node--type-home-page-target .title-page__title {
    padding: 1rem 10rem;
  }
}
.quattro-colori {
  padding-top: 1rem;
}
.quattro-colori .col-12:nth-child(odd) > .views-field {
  background: linear-gradient(
      to left,
      #d14124 0%,
      #d14124 80%,
      #fff 50%,
      #fff 100%
    ),
    linear-gradient(to right, #22a2bb 0%, #22a2bb 60%, #fff 50%, #fff 100%);
  background-size: 100% 50%;
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}
.quattro-colori .col-12:nth-child(even) > .views-field {
  background: linear-gradient(
      to right,
      #d14124 0%,
      #d14124 80%,
      #fff 50%,
      #fff 100%
    ),
    linear-gradient(to left, #22a2bb 0%, #22a2bb 60%, #fff 50%, #fff 100%);
  background-size: 100% 50%;
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}
.quattro-colori .img_banner_hp {
  box-shadow: 0px 7px 25px 0px #00000026;
}
.quattro-colori .img_banner_hp * {
  height: 100%;
}
.quattro-colori .banner_hp {
  width: 100%;
  padding: 25px;
  margin-bottom: 4rem;
}
.blocco_banner_hp {
  background-color: white;
  padding: 0rem 1rem;
  box-shadow: 0px 7px 25px 0px #00000026;
}
@media (min-width: 62em) {
  .quattro-colori .banner_hp {
    padding: 45px;
  }
}
@media (min-width: 62em) {
  .quattro-colori .banner_hp {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .quattro-colori .col-12:nth-child(even) .quattro-colori .img_banner_hp {
    grid-column: 2;
  }
  .quattro-colori .col-12:nth-child(even) .blocco_banner_hp {
    grid-column: 1;
    grid-row: 1;
  }
  .blocco_banner_hp {
    padding: 0rem 3rem;
  }
}
.quattro-colori img {
  margin: 0rem;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.blocco_banner_hp .title_banner_hp {
  font-size: clamp(1.9375rem, 1.6984rem + 1.1957vw, 2.625rem);
  font-weight: 300;
  line-height: 40px;
  padding-bottom: 2rem;
  padding-top: 2rem;
  word-break: break-word;
}
@media (min-width: 48em) {
  .blocco_banner_hp .title_banner_hp {
    line-height: 58px;
  }
}
.blocco_banner_hp .link_banner_hp {
  font-size: clamp(1.25rem, 1.1977rem + 0.2614vw, 1.5rem);
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 2rem;
}
.blocco_banner_hp .link_banner_hp a {
  word-break: break-word;
}
.blocco_banner_hp .testo_banner_hp.more_space {
  font-weight: 700;
}
.blocco_banner_hp .link_banner_hp .list-group-item:only-child,
.cards_base.item-list .list-group-item:only-child {
  border: 1px solid;
  display: inline-flex;
  width: fit-content;
  padding: 0rem;
  margin-top: 1rem;
  border-radius: 2px;
  text-align: center;
}
.blocco_banner_hp .link_banner_hp .list-group-item:only-child a,
.cards_base .item-list .list-group-item:only-child a {
  padding: 0.5rem 1.5rem;
  margin: 0rem;
  color: #58595b;
  text-transform: uppercase;
  font-size: 18px;
  word-break: unset;
}
.cards_base .item-list .list-group-item:only-child {
  text-align: center;
}
.cards_base .item-list .list-group-item:only-child a {
  border: 1px solid;
  border-radius: 2px;
  display: inline-flex;
}
.cards_base .item-list .list-group-item {
  padding: 0.5rem 1rem;
}
.cards_base .titolo_card {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.cards_base .item-list .list-group-item a {
  background-image: url(/themes/custom/unimore_base/icons/link.svg);
  padding-left: 25px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
}
.cards_base .item-list .list-group-item:only-child a {
  background: unset;
}
.blocco_banner_hp .list-group-item {
  border: unset;
  padding-bottom: 0.5rem;
}

/*Homepage di canale*/
.node--type-home-page-canale .view-hero-copertina img {
  filter: unset;
}
.node--type-home-page-canale .title-page__title {
  background-color: #0000007d;
  text-shadow: 2px 2px 5px #000;
  padding: 1rem 3rem;
  display: inline-block;
  position: absolute;
  left: 0;
}
.block-field-blocknodehome-page-canalefield-testo-presentazione {
  border-left: 10px solid #d14124;
  padding-left: 3rem;
  padding-right: 3rem;
  word-break: break-word;
}
@media (min-width: 48em) {
  .block-field-blocknodehome-page-canalefield-testo-presentazione {
    margin-left: 5rem;
  }
  .node--type-home-page-canale .title-page__title {
    padding: 1rem 10rem;
  }
}
.paragraph--type--video .field--name-field-titolo-paragrafo {
  font-size: clamp(2.25rem, 2.0278rem + 1.1111vw, 3.3125rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 42.95px;
}
/*Menu in corpo pagina*/
.menu-pagina h2 {
  font-size: clamp(2.25rem, 2.0278rem + 1.1111vw, 3.3125rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 42.95px;
}
.menu-pagina .navnavbar-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -0.75rem;
}
.menu-pagina .nav-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 0.75rem;
  text-align: center;
  margin-bottom: 1rem;
}
.menu-pagina .nav-item a {
  font-size: 24px;
  line-height: 29.3px;
  border-left: 10px solid #d14124;
  color: #58595b;
  padding: 1.55rem 1rem;
  display: flex;
  height: 100%;
  box-shadow: 0px 7px 25px 0px #00000026;
  word-break: break-word;
  text-align: start;
}
@media (min-width: 48em) {
  .menu-pagina .nav-item {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .menu-pagina .nav-item {
    width: 33.334%;
  }
}

.link_banner_hp_canale {
  padding-bottom: 2rem;
}
.link_banner_hp_canale .list-group-item {
  border: 1px solid;
  display: inline-flex;
  padding: 0rem;
  margin-top: 2rem;
  justify-content: center;
  border-radius: 2px;
}
.link_banner_hp_canale .list-group-item a {
  padding: 0.5rem 1.5rem;
  margin: 0rem;
  color: #58595b;
  text-transform: uppercase;
  font-size: 18px;
  word-break: unset;
}
.titolo_banner_hp {
  font-size: clamp(2.5rem, 2.3954rem + 0.5229vw, 3rem);
  font-weight: 300;
  line-height: 58px;
  padding-bottom: 2rem;
  padding-top: 2rem;
  word-break: break-word;
}
/*Video*/
.field--name-field-media-oembed-video {
  position: relative;
}
.field--name-field-media-oembed-video::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.field--name-field-media-oembed-video > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}
iframe {
  width: 100%;
}
.field--name-field-video-gallery {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
}
.field--name-field-link {
  padding: 1rem 0rem;
}

/*Comunicazioni*/
.view-elenco-comunicazioni .views-view-grid .row,
.view-comunicazioni .views-view-grid .row {
  row-gap: 2rem;
}
.view-comunicazioni .views-view-grid .row {
  margin-bottom: 3rem;
}
.view-elenco-comunicazioni .views-view-grid .row .col-12 .views-field {
  height: 100%;
}
.paragraph--type--elenchi-in-pagina .field--name-field-titolo-elenco {
  font-size: clamp(2.25rem, 2.0278rem + 1.1111vw, 3.3125rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 42.95px;
}
.col-12.col-md-6 .comunicazione__card {
  display: flex;
  box-shadow: 0px 7px 25px 0px #00000026;
  height: 100%;
}
.comunicazione__card a {
  position: absolute;
  z-index: 1;
  inset: 0;
  font-size: 0rem !important;
}
.col-12.col-md-6 .contenitore_data {
  background-color: #22a2bb;
  padding: 1rem;
}
.col-12.col-md-6 .comunicazione__data {
  color: white;
  font-size: clamp(3rem, 2.7391rem + 1.3043vw, 3.75rem);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
}
.col-12.col-md-6 .comunicazione__data_1 {
  color: white;
  font-size: clamp(1.75rem, 1.5761rem + 0.8696vw, 2.25rem);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
}
.comunicazione__title {
  padding: 1rem;
  font-size: clamp(1.125rem, 1.0598rem + 0.3261vw, 1.3125rem);
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #58595b;
  word-break: break-word;
}
.comunicazione__card:hover .comunicazione__title {
  text-decoration: underline;
}

/*Pagina base*/
.node--type-page .contenitore {
  background-color: #0000007d;
  text-shadow: 2px 2px 5px #000;
  padding: 0rem 3rem;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media (min-width: 48em) {
  .node--type-page .contenitore {
    padding: 1rem 10rem;
  }
}
.node--type-page .titoli-hp,
.node--type-page .field--name-field-titolo-paragrafo,
.node--type-page .field--name-field-titolo-card-wrapper,
.node--type-page .field--name-field-titolo-card-wrapper-clicca,
.node--type-comunicazioni .field--name-field-titolo-paragrafo {
  font-size: clamp(1.75rem, 1.6454rem + 0.5229vw, 2.25rem);
  font-weight: 400;
  line-height: 43px;
  text-align: left;
  color: #58595b;
  margin-bottom: 2rem;
}
.node--type-page .paragraph {
  margin-bottom: 4rem;
}
.paragraph__image:not(.paragraph__image--wide) img {
  max-width: 400px;
  padding: 0rem 3rem 0rem 0rem;
  margin-right: 1rem;
  float: left;
}
@media (min-width: 62em) {
  .paragraph__image:not(.paragraph__image--wide) img {
    padding: 0rem 1rem 0rem 0rem;
  }
}
.paragraph__allegati .field--name-field-link-paragrafo {
  padding-bottom: 1rem;
}
.paragraph__allegati .field--name-field-link-paragrafo .field__item,
.paragraph__allegati .field--name-field-media-document .field__item {
  padding-bottom: 0.3rem;
}
/*Card*/
.view-card-wrapper .row {
  row-gap: 2rem;
}
.view-card-wrapper .list-group-item {
  border: unset;
}
.view-card-wrapper .cards_base {
  border: 1px solid #dfdfdf;
  height: 100%;
  padding-bottom: 0.5rem;
}
.view-card-wrapper .col-12 .views-field {
  height: 100%;
}
.view-card-wrapper .field--name-field-media-image img {
  aspect-ratio: 16/9;
}
.view-card-wrapper .titolo_card {
  padding: 1rem;
}
.view-card-wrapper .image_card + .titolo_card {
  padding: 0rem 1rem 1rem 1rem;
}
.view-card-wrapper .testo_card {
  padding: 1rem;
}
.view-card-wrapper .testo_card a {
  word-break: break-word;
}
.view-card-wrapper .testo_card + .titolo_card {
  padding: 0rem 1rem 1rem 1rem;
}
/*Icone file*/
.file--x-office-document,
.file--application-pdf,
.file--general,
.file--application-octet-stream,
.file--text {
  background-image: url(/themes/custom/unimore_base/icons/file.svg);
}
.field--name-field-link-paragrafo a,
.ti-interessa .item-list a,
.link-bando a,
.documenti-bando .list-group-item > a,
.documenti-esito .list-group-item > a {
  background-image: url(/themes/custom/unimore_base/icons/link.svg);
  padding-left: 25px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
}

/*accordion*/
.accordion-paragraph + .accordion-paragraph {
  margin-top: -3rem;
}
.accordion-button {
  background: #f3f3f3;
  box-shadow: unset;
}
.accordion-item {
  background: #f3f3f3;
}
.accordion-item .field--name-field-titolo-paragrafo {
  font-weight: 700;
  color: #006ec0;
  margin: 0;
  font-size: 21px;
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  font-weight: 700;
  filter: brightness(0) saturate(100%) invert(29%) sepia(78%) saturate(1286%)
    hue-rotate(180deg) brightness(98%) contrast(108%);
}
.accordion-button:focus {
  border-color: unset;
}
.accordion-button:not(.collapsed) {
  background: #f3f3f3;
}

/*spalla detsra*/
.col-lg-4 .menu--main,
.col-lg-4 .menu--menu-footer-2 {
  border: 1px solid #d5d9d9;
  padding: 1rem;
  background-color: #f3f3f3;
  word-break: break-word;
  border-radius: 5px;
}
.col-lg-4 .menu--main h2,
.col-lg-4 .menu--menu-footer-2 h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #0f1106;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.col-lg-4 .menu--main .navnavbar-nav a,
.col-lg-4 .menu--menu-footer-2 .navnavbar-nav a {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #58595b;
}
.col-lg-4 .menu--main .navnavbar-nav .nav-item.active > a,
.col-lg-4 .menu--menu-footer-2 .nav-item.active > a {
  color: #d14124;
}
.col-lg-4 .menu--main .nav-item.active,
.col-lg-4 .menu--menu-footer-2 .nav-item.active {
  background-color: white;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.col-lg-4 .menu--main .nav-item .menu-apri-chiudi {
  display: none;
}
.col-lg-4 .menu--main .nav-item.active .dropdown-menu,
.col-lg-4 .menu--menu-footer-2 .nav-item.active .dropdown-menu {
  display: block;
  position: relative;
  border: unset;
  padding: 0;
  z-index: 0;
  background-color: #f3f3f3;
  min-width: 9rem;
}
.col-lg-4 .menu--main .nav-item.active .dropdown-menu li,
.col-lg-4 .menu--main .nav-item.active .dropdown-menu li:hover,
.col-lg-4 .menu--main .nav-item.active .dropdown-menu li:focus,
.col-lg-4 .menu--main .nav-item.active .dropdown-menu li:active,
.col-lg-4 .menu--menu-footer-2 .nav-item.active .dropdown-menu li,
.col-lg-4 .menu--menu-footer-2 .nav-item.active .dropdown-menu li:hover,
.col-lg-4 .menu--menu-footer-2 .nav-item.active .dropdown-menu li:focus,
.col-lg-4 .menu--menu-footer-2 .nav-item.active .dropdown-menu li:active {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3.4rem;
  background-color: white;
}
.col-lg-4 .menu--main .nav-item.active .dropdown-menu li a,
.col-lg-4 .menu--menu-footer-2 .nav-item.active .dropdown-menu li a {
  display: block;
  padding: 0px 0px 8px 0px;
  font-size: 16px;
  line-height: 20px;
}
.col-lg-4 .menu--main .nav-item.active .dropdown-menu li a::before,
.col-lg-4 .menu--menu-footer-2 .nav-item.active .dropdown-menu li a::before {
  content: ">";
  padding-right: 0.5rem;
  text-decoration: none;
  display: inline-block;
}
.col-lg-4 .menu--menu-footer-2 li.nav-item:not(.active) {
  display: none;
}
.ti-interessa {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.ti-interessa .mb-5.views-row {
  border: 1px solid #d5d9d9;
  word-break: break-word;
  border-radius: 5px;
  padding: 0rem;
  margin-bottom: 1.5rem !important;
}
.ti-interessa .list-group-item {
  border: unset;
}
.ti-interessa .titolo-interessa {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #333333;
  padding: 1rem 1rem 0rem 1rem;
  margin-bottom: 1rem;
}
.ti-interessa .link-correlati__main-link + .titolo-interessa {
  padding: 0.5rem 1rem 0rem 1rem;
}
.ti-interessa .item-list {
  padding: 0rem 1rem 1rem 1rem;
}
.ti-interessa .item-list a {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #58595b;
}

/*filtri di ricerca*/
.view-filters .d-flex.flex-wrap {
  flex-direction: column;
}
.view-filters {
  margin-bottom: 2rem;
}
.form-actions.form-wrapper {
  display: flex;
  column-gap: 1rem;
}
.main-content .form-control,
.main-content .form-select {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
}
.main-content .form-type-textfield label,
.main-content .form-type-select label,
.main-content .form-type-date label {
  color: #5a768a;
}
form .btn-primary {
  color: #0d6efd;
  background-color: #fff;
  border-color: #0d6efd;
  border-radius: 4px;
  width: 49%;
  margin: 0;
  padding: 0.25rem;
  font-weight: 700;
  border: 2px solid;
  width: 130px;
  height: 40px;
}

/*Mappa del sito*/
/* Mappa del sito */
.mappa-sito {
  margin-top: 2rem;
}
.mappa-sito .dropdown-menu {
  display: block;
  position: static;
}
.mappa-sito .dropdown-menu,
.mappa-sito .dropdown-item {
  border: unset;
  background-color: unset;
}
.mappa-sito .navnavbar-nav > .dropdown:not(:first-child) {
  margin-top: 1rem;
  padding-top: 0.6rem;
}
.mappa-sito .navnavbar-nav > .dropdown > a {
  font-size: 24px;
  font-weight: 700;
}
.mappa-sito a {
  word-break: break-word;
  hyphens: auto;
  padding-left: 0;
  color: #006ec0 !important;
  font-size: 18px;
}

/*Normativa*/
.regolamenti__card {
  margin-bottom: 1.5rem;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.regolamenti__titolo {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 1rem;
  line-height: 1.3; /*aggiunto per gestione riga 128 cq*/
}
/*Bandi*/
.bandi-elenco__row {
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 2rem 1rem;
  margin: 0rem 0.1rem 1.5rem 0.1rem;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.link-bando .list-group-item,
.documenti-bando .list-group-item {
  border: unset;
}
.bandi-elenco__title {
  font-size: 24px;
  padding-bottom: 1rem;
  line-height: 28px;
}
.col-lg-3 .view-bandi-e-concorsi {
  border: 1px solid #d5d9d9;
  word-break: break-word;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 2rem;
}
.round-border,
.block-field-blocknodebando-e-concorsofield-esito .view-display-id-block_4 {
  border: 1px solid;
  border-radius: 8px;
  padding: 1rem;
}
.node--type-bando-e-concorso .col-lg-4 {
  margin-bottom: 1rem;
}
.node--type-bando-e-concorso .mb-5 {
  margin-bottom: 1.5rem !important;
}
.node--type-bando-e-concorso .list-group-item:last-child,
.node--type-bando-e-concorso .list-group-item:first-child,
.node--type-bando-e-concorso .list-group-item + .list-group-item {
  border: unset;
}
.select-wrapper--level-1 {
  padding-top: 2px;
}

/* Corsi - Offerta formatica */
.page-node-35 .title-page__wrapper .container {
  background-color: rgba(180, 177, 178, 0.8);
  padding: 1.5rem;
  margin-left: 0;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.page-node-35 .title-page__wrapper h1 {
  text-shadow: 0px 2px 3px;
}
.view-didattica-elenco .view-header {
  margin-bottom: 1rem;
}
.view-didattica-elenco .view-filters {
  margin-bottom: 0;
}
.view-didattica-elenco .view-filters .d-flex button {
  width: 100%;
  margin-right: 0;
  color: #0d6efd;
  background-color: #fff;
  border-color: #0d6efd;
  border-radius: 4px;
  width: 49%;
  margin: 0;
  padding: 0.25rem;
  font-weight: 700;
  border: 2px solid;
  width: 130px;
  height: 40px;
}
.view-didattica-elenco .view-footer {
  text-align: right;
  margin-bottom: 2rem;
  font-weight: bold;
}
.view-didattica-elenco .card-corsi__wrapper {
  border: 1px solid #3b3b3b;
  box-shadow: 0px 7px 25px 0px #00000026;
  padding: 1rem;
  /* margin-bottom: 1rem; */
  height: 100%;
}
.view-didattica-elenco .card-corsi__titolo {
  text-transform: uppercase;
  margin-right: 2rem;
  word-break: break-word;
  font-size: 18px;
}
.card-corsi__wrapper {
  position: relative; /* relativo a .rettangolo */
}
.rettangolo {
  position: absolute;
  width: 100%;
  height: 1rem;
  top: 0;
  left: 0;
}

.card-corsi__course_class {
  line-height: 1.5rem;
}

div[class^="card-corsi__"] {
  padding-top: 0.6rem;
}

.of-area-filter {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media only screen and (min-width: 25em) {
  .of-area-filter {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 75em) {
  .of-area-filter {
    grid-template-columns: repeat(5, 1fr);
  }
}

.of-area-filter a {
  border: 1px solid;
  border-radius: 5px;
  padding-left: 1rem;
}

.of-area-filter .dip-44a12b {
  border-left: 1.5rem solid #44a12b;
}
.of-area-filter .dip-cd071e {
  border-left: 1.5rem solid #cd071e;
}
.of-area-filter .dip-a44d74 {
  border-left: 1.5rem solid #a44d74;
}
.of-area-filter .dip-00b0e6 {
  border-left: 1.5rem solid #00b0e6;
}
.of-area-filter .dip-00647e {
  border-left: 1.5rem solid #00647e;
}

/* Area di dipartimento: società e cultura */
.card-corsi__wrapper.dip-44a12b .rettangolo {
  background-color: #44a12b;
}
/* Area di dipartimento: tecnologia */
.card-corsi__wrapper.dip-cd071e .rettangolo {
  background-color: #cd071e;
}
/* Area di dipartimento: scienze */
.card-corsi__wrapper.dip-a44d74 .rettangolo {
  background-color: #a44d74;
}
/* Area di dipartimento: salute */
.card-corsi__wrapper.dip-00b0e6 .rettangolo {
  background-color: #00b0e6;
}
/* Area di dipartimento: vita */
.card-corsi__wrapper.dip-00647e .rettangolo {
  background-color: #00647e;
}

@media all and (min-width: 415px) {
  .page-node-35 .title-page__wrapper {
    bottom: 20%;
  }
  .page-node-35 .title-page__wrapper .container {
    max-width: 50%;
    padding-left: 4rem;
  }
  .view-didattica-elenco .view-filters .d-flex {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto auto auto;
    align-items: end;
  }
  .view-didattica-elenco .view-filters .d-flex div {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.view-didattica-elenco .view-filters .d-flex {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  align-items: end;
}

@media all and (min-width: 415px) {
  .page-node-35 .title-page__wrapper {
    bottom: 20%;
  }
  .page-node-35 .title-page__wrapper .container {
    max-width: 50%;
    padding-left: 4rem;
  }

  .view-didattica-elenco .view-filters .d-flex div {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media all and (min-width: 769px) {
  .view-didattica-elenco .view-filters .d-flex {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
  }
  .view-didattica-elenco .view-filters .d-flex div:first-child {
    grid-area: 1 / 1 / 1 / span 4;
  }

  .form-item-field-dipartimento-value {
    grid-area: 2 / 1 / 2 / span 2;
  }

  .form-item-field-course-type-target-id-verf {
    grid-area: 2 / 3 / 2 / span 2;
  }
}
/* .view-id-cdl.view-display-id-block_13{
    margin-top: -3rem;
  } */

.view-id-cdl.view-display-id-block_2 h2 {
  margin: 1rem 0;
  font-size: 28px;
  line-height: 34px;
}

.view-id-cdl .views-field.views-field-field-ruoli .field-content {
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  width: fit-content;
  padding: 1rem;
  margin-top: 1.5rem;
}

.views-field-field-ruoli p {
  margin: 0px;
}

.view-id-cdl .field--name-field-ruolo {
  color: #d14124;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 1rem;
}

.view-id-cdl .field--name-field-telefono .field__item:before {
  content: "Tel: ";
}
.view-id-cdl .field--name-field-telefono .field__item {
  display: flex;
}

.view-id-cdl .field--name-field-email .field__item:before {
  content: "Email: ";
}
.view-id-cdl .field--name-field-email .field__item {
  display: flex;
}

.view-didattica-elenco .pagination {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.view-id-cdl.view-display-id-block_7 a {
  background-color: #0000007d;
}

/* Fine Offerta Formativa */

/* DETTAGLIO OFFERTA FORMATIVA */
.infografica__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.infografica__info h3 {
  font-size: 20px;
}
.info-corso__dati {
  font-size: 16px;
}
@media (min-width: 48em) {
  .infografica__info h3 {
    font-size: 24px;
  }
  .info-corso__dati {
    font-size: 18px;
  }
}

.view-id-cdl.view-display-id-block_8 .field--name-field-titolo-paragrafo {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #3b3b3b;
}

.scheda_corso {
  width: fit-content;
  position: relative;
  padding: 1rem 0rem 2rem 0rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  display: flex;
  justify-content: center;
}
.view-id-cdl.view-display-id-block_7 h1 {
  display: inline-block;
  left: 0;
}
.path-ugov .title-page__wrapper {
  background-color: #d14124;
  position: relative;
}
.path-ugov .hero__img {
  background-color: #d14124;
}
@media (min-width: 62em) {
  .view-id-cdl.view-display-id-block_7 h1 {
    background-color: #0000007d;
    text-shadow: 2px 2px 5px #000;
    padding: 1rem 3rem;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .path-ugov .hero__img {
    background-color: unset;
  }
  .scheda_corso {
    position: absolute;
    top: 80%;
    right: 10%;
    width: fit-content;
    display: unset;
    padding: 0rem;
    margin: 0rem;
    max-width: unset;
  }
  .path-ugov .title-page__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    text-align: center;
    background-color: unset;
  }
}
.path-ugov .title-page__wrapper {
  bottom: 30%;
}

.infografica__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

@media (min-width: 62em) {
  .infografica__info {
    grid-template-columns: repeat(6, 1fr);
  }
  .scheda_corso {
    left: 60%;
  }
}

div[class^="infografica"] h3:before {
  content: "";
  display: block;
  height: 6rem;
  width: 6rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(47%) sepia(76%) saturate(412%)
    hue-rotate(142deg) brightness(97%) contrast(100%);
}

.piano-studi .nav {
  display: block;
}

.infografica__area h3:before {
  background-image: url(/themes/custom/unimore_base/icons/Area.svg);
}
.infografica__accesso h3:before {
  background-image: url(/themes/custom/unimore_base/icons/Accesso.svg);
}
.infografica__durata h3:before {
  background-image: url(/themes/custom/unimore_base/icons/Anni.svg);
}
.infografica__sede h3:before {
  background-image: url(/themes/custom/unimore_base/icons/Sede.svg);
}
.infografica__lingua h3:before {
  background-image: url(/themes/custom/unimore_base/icons/Lingua.svg);
}
.infografica__dipartimento h3:before {
  background-image: url(/themes/custom/unimore_base/icons/landmark-solid.svg);
  max-width: 3.188rem;
}

.view-id-cdl.view-display-id-block_5,
.view-id-cdl.view-display-id-block_6,
.view-id-cdl.view-display-id-block_1,
.view-id-cdl.view-display-id-block_3 {
  margin: 1rem 0; /* modifica per gestione riga 82cq distanza accordion of */
}

.view-id-cdl.view-display-id-block_6 h3 {
  width: fit-content;
  /*   background-color: #E5E5E5; */
  /*   border-radius: 5px; */
}

.acd071e {
  padding: 1rem;
  border: 1px solid #dfdfdf;
  height: 100%;
  border-top: 1rem solid #cd071e;
}

.a00b0e6 {
  padding: 1rem;
  border: 1px solid #dfdfdf;
  height: 100%;
  border-top: 1rem solid #00b0e6;
}

.a44a12b {
  padding: 1rem;
  border: 1px solid #dfdfdf;
  height: 100%;
  border-top: 1rem solid #44a12b;
}

.a44d74,
.aa44d74 {
  padding: 1rem;
  border: 1px solid #dfdfdf;
  height: 100%;
  border-top: 1rem solid #a44d74;
}
.a00647e {
  padding: 1rem;
  border: 1px solid #dfdfdf;
  height: 100%;
  border-top: 1rem solid #00647e;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*prossime 3 righe aggiunte per ighe 77 e 78 cq*/
  padding: 1rem 2rem 0.8rem;
  font-size: 24px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 29px;
  /* font-size: 1.8rem; Richiesto di diminuire caratteri a 21px*/
  /* font-size: 1.313rem;Richiesto di aumentare nuovamente */
  /* font-size: 1.75rem; */
  /* line-height: 1.3 */
  /***/
}

.ui-accordion-header {
  color: #fff;
  background-color: #d14124;
}

.ui-accordion-header::after {
  content: "";
  filter: brightness(0) saturate(100%) invert(94%) sepia(46%) saturate(0%)
    hue-rotate(235deg) brightness(105%) contrast(106%);
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0.15rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: rotate 0.25s ease-in-out;
}

.ui-accordion-header.ui-state-active::after {
  rotate: 180deg;
}
.view-id-cdl.view-display-id-block_7 img {
  max-height: 600px;
}

/*
.view-id-cdl.view-display-id-block_2 {
  margin-bottom: 3rem;
}
*/

.view-id-didattica_elenco h3 {
  font-size: clamp(1.875rem, 1.7011rem + 0.8696vw, 2.375rem);
}

/*gestione riga 8o esposizione ruoli*/
.views-field-field-roles ul {
  padding: 0;
  list-style-type: none;
}
/***/

/* piano degli studi */
.piano-studi .view-content {
  margin-top: 1.6rem;
}

.piano-studi .piano-studi__header span {
  display: block;
  font-size: 1.6rem;
}

.piano-studi .nav-tabs {
  border: unset;
}

.piano-studi .nav-item {
  flex: 0 0 auto;
  width: 100%;
}

.piano-studi .list-group > li {
  border: none;
}

.piano-studi .nav-link {
  height: 100%;
  width: 100%;
  word-break: break-word;
  color: #3b3b3b !important;
  padding: 1rem 2rem;
  border: 1px solid #d6d6d6;
}

.piano-studi .nav-link:not(.active) {
  box-shadow: inset 0px 2px 8px -2px #e1dede;
}

.piano-studi .nav-link.active {
  font-weight: 700;
  border-color: #d14124;
  border: 3px solid #d14124;
}

.piano-studi .views-field-field-study-plan {
  margin-left: 0;
  padding: 1rem;
  border: 1px solid #d14124;
}
@media (min-width: 48em) {
  .piano-studi .views-field-field-study-plan {
    padding: 3rem;
  }
}

.view-cdl .ui-accordion-content {
  padding: 1em;
}
@media (min-width: 48em) {
  .view-cdl .ui-accordion-content {
    padding: 1em 2.2em;
  }
}

@media (min-width: 48em) {
  .piano-studi .piano-studi__header span {
    display: inline-block;
  }

  .piano-studi .nav-item {
    flex: 1;
  }

  .piano-studi .tab-content {
    margin-top: 0;
  }

  .piano-studi .nav-link.active {
    border-color: #d14124;
  }
}

.piano-studi .piano-studi__anno:not(:first-child) {
  margin-top: 2rem;
}

.piano-studi .piano-studi__anno:not(:last-child) {
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 1rem;
}

.piano-studi .piano-studi__anno-corso,
.anno_corso-label {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1rem;
}
/*riga 79 cq*/
.piano-studi .piano-studi__anno-corso,
.anno_corso-label:not(:first-child) {
  margin-top: 3rem !important;
}
/****/

.piano-studi .insegnamento-label {
  display: block;
  margin: 2rem 0 1rem;
  padding: 0.5rem 2rem 0.5rem;
  background-color: #d14124;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
}

.piano-studi .list-group {
  margin-bottom: 0.8rem;
}

.piano-studi .list-group li {
  position: relative;
  padding-left: 1rem;
  font-weight: 400;
  color: #333333;
}

.piano-studi .list-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 8%;
  border-left: 2px solid #d14124;
}

.piano-studi .piano-studi__periodo {
  font-style: italic;
}

/* fine piano degli studi */
.views-field.views-field-field-sua-texts {
  padding: 1rem 0 0 0;
}
/* FINE DETTAGLIO OFFERTA FORMATIVA */

.pagination {
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (min-width: 48em) {
  .pagination {
    margin-bottom: 1rem;
  }
}

/* Homepage - Elementi dinamici */
.img.ratio.ratio-16x9 {
  aspect-ratio: 4/3;
}
.view-homepage-elementi-dinamici .view-header .link_esterno {
  text-align: right;
  font-size: clamp(1.5rem, 1.4739rem + 0.1307vw, 1.625rem);
  line-height: 1.2em;
  color: #3b3b3b;
  font-weight: 400 !important;
}
.link_esterno.canale a {
  color: #3b3b3b;
  font-weight: normal !important;
}
.card {
  height: 100%;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.card .info {
  padding: 1rem;
}
.card.notizie a,
.card.notizie a:hover,
.card.notizie a:focus,
.card.avvisi a,
.card.avvisi a:hover,
.card.avvisi a:focus,
.card.eventi a,
.card.eventi a:hover,
.card.eventi a:focus {
  color: #444;
}
.card h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.3px;
  color: #444;
  word-break: break-word;
}
.card .top-info {
  height: 100%;
  display: grid;
  grid-template-columns: 34% 66%;
}
@media (min-width: 26em) {
  .card .top-info {
    grid-template-columns: 26% 74%;
  }
}
@media (min-width: 48em) {
  .card .top-info {
    grid-template-columns: 16% 84%;
  }
}
@media (min-width: 62em) {
  .card .top-info {
    grid-template-columns: 38% 62%;
  }
}
@media (min-width: 75em) {
  .card .top-info {
    grid-template-columns: 33% 66%;
  }
}
@media (min-width: 87.5em) {
  .card .top-info {
    grid-template-columns: 30% 70%;
  }
}
.card.eventi .top-info h6,
.card.notizie_dip .top-info h6 {
  padding: 1rem;
}
.card .date {
  margin-bottom: 0.5rem;
  color: #d14124;
  font-weight: bold;
}
.card.eventi .date,
.card.notizie_dip .date {
  height: 100%;
  color: #fff;
  background-color: #22a2bb;
  padding: 1rem;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
}
.card.eventi .date .day,
.card.notizie_dip .date .day {
  font-size: clamp(3rem, 2.7391rem + 1.3043vw, 3.75rem);
}
.card.eventi .date .month,
.card.notizie_dip .date .month {
  line-height: 60px;
  font-size: clamp(1.75rem, 1.5761rem + 0.8696vw, 2.25rem);
}

/* Tabelle */
table {
  word-wrap: break-word;
  table-layout: fixed;
  width: 100%;
  margin-top: 0;
}

th {
  background: rgba(0, 0, 0, 0.51) !important;
}

@media only screen and (max-width: 991px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  table th,
  table td,
  table tr {
    display: block;
  }
  thead tr {
    padding: 0rem;
  }
  /* Hide table headers (but not display: none;, for accessibility)
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 0;
  }
   */

  table tr {
    border: 1px solid #ccc;
  }

  table td {
    border: none;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 1.2;
    white-space: normal;
    text-align: left;
  }

  table td:before {
    position: relative;
    display: block;
    margin-bottom: 0.1rem;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
  }

  /* Label the data	*/
  table td:before {
    content: attr(data-title);
  }
}

*/

/*Banner cookie*/
.cookiesjsr-banner--info a,
.cookiesjsr-banner--info a:hover,
.cookiesjsr-banner--info a:focus {
  color: #fff;
}
.cookiesjsr-links a,
.cookiesjsr-links a:hover,
.cookiesjsr-banner--info a:focus {
  color: #fff;
}

/*Card cliccabili*/
.cards_base_cliccabile {
  position: relative;
  height: 100%;
  padding-bottom: 0.5rem;
  border-top: 10px solid #d14124;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.titolo_card_cliccabile {
  padding: 1rem;
  font-size: 24px;
}
.testo_card_cliccabile {
  padding: 1rem;
}
.link_card_cliccabile a {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}
.cards_base_cliccabile:hover .titolo_card_cliccabile {
  text-decoration: underline;
}

/* Rubrica */
.rubrica__wrapper {
  height: 100%;
  border: 1px solid rgb(239 239 239);
  border-radius: 10px;
  box-shadow: 1.5px 1.5px 2.2px rgba(167, 174, 193, 0.018),
    3.7px 3.6px 5.3px rgba(167, 174, 193, 0.024),
    7px 6.8px 10px rgba(167, 174, 193, 0.029),
    12.5px 12.1px 17.9px rgba(167, 174, 193, 0.035),
    23.4px 22.6px 33.4px rgba(167, 174, 193, 0.046);
}

.rubrica__wrapper {
  display: flex;
  flex-direction: column;
}

.rubrica-bold {
  color: #004871;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.rubrica__wrapper .rubrica__buttons-wrapper {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 1rem;
}

.rubrica__wrapper .rubrica__button {
  margin-top: 0.5rem;
}

.rubrica__button a {
  display: block;
  width: max-content;
  padding: 0.6rem 1.4rem;
  border-radius: 30px;
  color: #fff;
  line-height: 1.2;
}
.view-id-rubrica .row {
  margin-bottom: 1rem;
}
.view-id-rubrica .rubrica__button a:focus,
.view-id-rubrica .rubrica__button a:hover,
.view-id-rubrica_role .rubrica__button a:focus,
.view-id-rubrica_role .rubrica__button a:hover {
  color: #fff;
}
.rubrica__email a {
  word-break: break-word;
}

.rubrica__email {
  word-break: break-all;
}

.rubrica__name {
  font-size: 22px;
}

.rubrica__contact-info a,
.rubrica__contact-info a:hover {
  color: #22a2bb;
}

.rubrica__button.btn.btn-primary {
  background-color: #d14124;
  border: #d14124;
  font-size: 18px;
}

.view-id-rubrica_role .views-field.views-field-nothing {
  height: 100%;
}

.rubrica__role {
  color: #58595b;
  font-style: italic;
}
.rubrica__contact-info .rubrica__email a {
  color: #58595b;
  font-weight: 700;
  text-decoration: underline;
}
.rubrica-sede {
  word-break: break-word;
}
.view-rubrica-role .pagination {
  justify-content: center;
}
.view-rubrica-role .pagination a {
  color: #0d6efd;
}
.view-rubrica-role .pagination .page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* Fine Rubrica */

#navbar-top {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/*Top header*/

.navbar.grey .region-top-header-form {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

div#block-languageswitcher {
  position: relative;
  bottom: -1.5px;
}

.navbar.grey .region-top-header-form .language-switcher-language-url {
  padding: 0rem;
}

.navbar.grey .region-top-header-form .language-switcher-language-url .nav-link {
  padding: 0rem 0.1rem;
}

.navbar.grey
  .region-top-header-form
  .language-switcher-language-url
  .nav-link
  a {
  color: white;
}

.navbar.grey
  .region-top-header-form
  .language-switcher-language-url
  .nav-link
  .language-link.is-active {
  display: none;
}

/*ptl 7859*/
.unigreen {
  background: url(/themes/custom/unimore_base/icons/LOGO_UNIgreen_sfondo_bianco.jpg)
    center center no-repeat no-repeat;
  background-size: 1.91rem;
  height: 100%;
  width: 3rem;
  font-size: 0;
  position: relative;
  top: 0;
}

/* PTL-8790 - Portale: fascia obliqua in testata per accreditamento */
@media (min-width: 48em) {
  #navbar-main:has(#block-anvur) #block-logo {
    position: relative;
    z-index: 1;
    margin-left: 8.3rem;
  }
}

@media (min-width: 1600px) {
  #navbar-main:has(#block-anvur) #block-logo {
    margin-left: 0;
  }
}

#block-anvur {
  position: static;
  z-index: 0;
}

#block-anvur .anvur a {
  background-color: #d14124;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0 -50%;
  padding: 0.4rem 0;
}

@media (min-width: 48em) {
  #block-anvur .anvur {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
  }

  #block-anvur .anvur a {
    background-color: #d14124;
    margin: 0;
    padding: 1rem 7rem;
    transform: rotate(-45deg);
    position: absolute;
    top: 3.3rem;
    left: -8.4rem;
  }
}
