@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #1E1E1E;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h2, .h2{
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

h3, .h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 0 !important;
}

.page-content p{
  margin-top: 0px !important;
  line-height: 26px;
}

.page-header h1 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
}

@media (min-width: 992px){
  .page-header h1 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
  }
}
/* LINK */
a,
a:focus,
a:active,
a:visited{
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #0096AF !important;
  font-size: 16px;
  font-weight: 700;
  background: transparent !important;

  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);

  display: inline-block;
  position: relative;
}

a:hover{
  text-decoration: none;
}

a::before{
  content: ' ';
  width: 0%;
  height: 2px;
  background-color: #0096AF;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);

  position: absolute;
  bottom: 0;
  left: 0;
}

a:hover::before{
  width: 100%;
}

@media (max-width: 991px) {
  a:hover::before{
    width: 0%;
  }
}

.modal-content a{
  text-decoration: none !important;
}

li{
  font-size: 16px !important;
}

/*CTA*/
a.btn,
a.btn:focus,
a.btn:active,
a.btn:visited,
.btn-primary,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
  color: #FFFFFF !important;
  background: #006A82 !important;
  border-color: #006A82 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 600;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  padding: 7px 29px;
}

a.btn:hover,
.btn-primary:hover{
  color: #006A82 !important;
  background: #FFFFFF !important;
  border-color: #006A82 !important;
}

a.btn:hover::before,
.btn-primary:hover::before{
  width: 0%;
}

/* HEADER */
.main-header{
  background: #ffffff;
}

@media (max-width: 991px) {
  .main-header{
    background-position: top center;
    background-size: 800px 128px;
    background-color: #f5f5f5;
  }
}

@media (max-width: 767px) {
  .main-header{
    background-size: 800px 140px;
  }
}

@media (max-width: 576px) {
  .main-header{
    background-size: 800px 130px;
  }
}

@media (max-width: 420px) {
  .main-header{
    background-size: 800px 120px;
  }
}

@media (max-width: 375px) {
  .main-header{
    background-size: 800px 110px;
  }
}

#primaryNav .nav-link,
#primaryNav .dropdown-item{
  color: #1E1E1E !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.33px !important;
  line-height: 18px !important;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

#primaryNav .dropdown-item{
  color: #ffffff !important;
  position: relative;
}

#primaryNav .dropdown-item:hover{
  color: #ffffff !important;
  border-color: transparent !important;
  position: relative !important;
  text-decoration: none !important;
}

#primaryNav .dropdown-item::after{
  content: ' ';
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);

  position: absolute;
  bottom: 0;
  left: 0;
}

#primaryNav .dropdown-item:hover::after{
  width: 100%;
}

@media (max-width: 991px) {
  #primaryNav .dropdown-item:hover::after{
    width: 0%;
  }
}

#primaryNav .nav-link:hover,
#primaryNav .nav-link:focus{
  border-color: transparent !important;
  color: #0096AF !important;
}

#primaryNav .dropdown-menu.show{
  background-color: #006A82;
}

@media (max-width: 992px) {
  #primaryNav .dropdown-menu.show,
  #primaryNav-userNav .dropdown-menu.show{
    background-color: #006A82;
  }

  #primaryNav-userNav .dropdown-item{
    color: #ffffff !important;
    text-transform: capitalize;
  }

  #primaryNav-userNav .dropdown-item:hover{
    border-color: transparent;
  }
}

/* LOOGIN - REGISTER */
.nmi_type_user_register .nav-link,
.nmi_type_user_login .nav-link {
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 0.29px !important;
  line-height: 16px !important;
}

.nmi_type_user_dashboard .nav-link{
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 0.29px !important;
  line-height: 16px !important;
}

/* ! Homepage */
.container-homepage-issue{
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .homepage-image-behind-issue{
    display: none;
  }
}

.homepage-image-behind-issue+.container-homepage-issue .homepage-issue-current{
  margin-top: 75px !important;
}

.homepage-issue-cover{
  box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px !important;
}

@media (max-width: 992px) {
  .homepage-issue-cover{
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px !important;
  }
}




.homepage-issue-description:after{
  background-image: linear-gradient(rgba(255,255,255,0), #eee 20%) !important;
}

@media (max-width: 992px) {
  .homepage-issue-description:after{
    background-image: linear-gradient(rgba(255,255,255,0), #eee 20%) !important;
  }
}

@media (min-width: 1200px){
  .homepage-image-behind-issue:after {
    background: rgba(0,0,0,0) !important;
  }
}

.container-homepage-issue .issue-wrapper {
  display: none;
}

.homepage-announcement-date {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #999999 !important;
}

/* FIELDS */
.form-control:focus{
  border-color: #0096AF;
  box-shadow: none;
}

.form-control-date .form-control,
.form-group-date-to .form-control{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  padding: .5em;
  padding-right: 1.5em;
  background-color: transparent;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;
}

/* LOGIN */
#navMenuDropdown2{
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0096AF !important;
  text-transform: none;
}

#navMenuDropdown2:hover,
#navMenuDropdown2:focus,
#navMenuDropdown2:active,
#navMenuDropdown2:visited{
  background-color: transparent !important;
  border-color: transparent !important;
}

.badge-light{
  background: #CCCCCC;
}

.nmi_type_user_register a,
.nmi_type_user_login a{
  text-transform: none !important;
  font-weight: 700 !important;
}

#userNav .dropdown-menu{
  background-color: #006A82;
}

#userNav .dropdown-item{
  color: #ffffff !important;
  position: relative !important;
}

#userNav .dropdown-item:hover {
    color: #ffffff !important;
    border-color: transparent !important;
    position: relative !important;
    text-decoration: none !important;
}

#userNav .dropdown-item::after {
  content: ' ';
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

#userNav .dropdown-item:hover::after {
  width: 100%;
}

@media (max-width: 991px) {
  #userNav .dropdown-item:hover::after {
    width: 0%;
  }
}

/* MODAL */
.modal-content{
  background: #f7f7f7;
  color: #1e1e1e;
}

#loginModal .modal-content .form-control{color: #000;border-color: #000;}
#loginModal .modal-content .close{color: #0096AF;}
#loginModal .form-control:focus{border-color: #0096AF;box-shadow: none;}

/* SEARCH */

.page-header{
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-search .page-header {
  margin-bottom: 130px;
}

.page-search .page-header em {
  font-style: normal;
  color: #0096AF;
}

.search-filters{
  background-color: #eeeeee;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.search-filters h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 37px;
    color: #1E1E1E;
    font-weight: 600;
}

.search-results .article-summary {
  margin-top: 0;
  margin-bottom: 26px;
}

.search-results .article-summary .article-summary-title{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.33px !important;
  line-height: 22px !important;
  color: #1E1E1E !important;
}

.search-results .article-summary .article-summary-date{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  padding-bottom: 5px;
}


/* LOGO */
.navbar-logo img{
  width: 220px;
  max-height: none;
}

@media (min-width: 992px){
  .navbar-logo img{
    max-height: none;
  }

  .navbar-logo a:hover {
      background: transparent !important;
  }
}

.navbar-logo a{
  display: inline-block;
}

.navbar-logo a:hover,
.navbar-logo a:focus,
.navbar-logo a:active,
.navbar-logo a:visited,{
  background: transparent !important;
}

.navbar-logo a:hover::before{
  width: 0%;
}

.card.issue-summary a:hover::before{
  width: 0%;
}

.homepage-issue-header a:first-child:hover::before{
  width: 0%;
}

.homepage-issue-header .homepage-issue-description-more a:hover::before{
  width: 100% !important;
}

.container-homepage-issue .btn:last-of-type{
  display: none;
}

/*
@media (min-width: 768px){
  .homepage-announcement {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}*/

/* TITOLI TESTATA */
.homepage-issue-current{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.homepage-issue-identifier{
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.homepage-issue-published{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  /* MODIFICARE PROMA DELLA PUBBLICAZIONE */
  display: none;
}

.homepage-issue-description-wrapper,
.page-issue-description-wrapper,
.issue-summary-cover{
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);*/

  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;

  background: #eeeeee;
}

@media (max-width: 991px) {
  .homepage-issue-description-wrapper{
    margin-bottom: 2rem;
  }
}

.page-issue-date{
  font-size: 16px;
  letter-spacing: 0.38px;
  line-height: 30px;
  color: #1E1E1E;
}

.nmi_type_user_register a,
.nmi_type_user_login a{
  position: relative;
}

.nmi_type_user_register a:hover,
.nmi_type_user_login a:hover,
.nmi_type_user_register a:focus,
.nmi_type_user_login a:focus{
  border-color: transparent !important;
}

.nmi_type_user_register a::after,
.nmi_type_user_login a::after{
  content: ' ';
  width: 0%;
  height: 2px;
  background-color: #0096AF;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.nmi_type_user_register a:hover::after,
.nmi_type_user_login a:hover::after{
  width: 100%;
}

@media (max-width: 991px) {
  .nmi_type_user_register a:hover::after,
  .nmi_type_user_login a:hover::after{
    width: 0%;
  }
}

/* PROPOSTE */
.alert-primary,
.alert-info{
  background: #006A82;
  border-color: #006A82;
  color: #FFFFFF;

  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.38px;
  line-height: 30px;
  margin-bottom: 40px;
}

.alert-primary a,
.alert-info a{
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 30px;
}

.alert-primary a:hover,
.alert-info a:hover{
  text-decoration: none;
}

.page-content h2 .btn-edit-link{
  border: 1px solid #0096AF;
}

.page-content{
  border-top: none;
  padding-top: 0;
}

/* ARTICOLI */
.article-summary-authors,
.article-summary-pages{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  padding-bottom: 5px;
}

.article-summary-title > a,
.article-summary-title > a:active,
.article-summary-title > a:focus,
.article-summary-title > a:visited,
.article-summary-title > a:hover{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #1E1E1E !important;
  font-weight: 600;
  letter-spacing: 0.33px;
}

.article-summary-title > a:hover::before{
  width: 0%;
}



.issue-toc-section-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 37px;
  color: #1E1E1E;
  font-weight: 600;
}

/*RF ripristino visualizzazione doi: .article-summary-doi{
  display: none;
} */

/* DETTAGLIO ARTICOLI */
.article-details-issue-identifier > a{
  color: #757575 !important;
}


/*RF ripristino visualizzazione doi: .article-details-doi{
  display: none !important;
} */

.article-details-heading{
  color: #333333 !important;
}

#articlesBySameAuthorList li:before{
  border-left: 10px solid #757575;
}

/* FOOTER: Raccolta statistiche */
.site-footer{
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.site-footer .col-md{
  flex-basis: unset !important;
}
@media (max-width: 768px) {
  .site-footer .col-md{
    flex-basis: unset !important;
  }
}
.site-footer a,
.site-footer a:active,
.site-footer a:focus,
.site-footer a:visited,
.site-footer a:hover {
  color: #FFFFFF !important;
}
.site-footer-sidebar{
  display: none;
}

.site-footer{
  background: #006A82;
}

.site-footer p{
  margin-bottom: 0 !important;
}

.site-footer p strong{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.38px;
  line-height: 19px;
}

.site-footer span,
.site-footer a{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.29px;
  line-height: 15px;
  text-decoration: none;
}

.site-footer a:hover{
  text-decoration: none;
}

.site-footer a::before{
  content: ' ';
  width: 0%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);

  position: absolute;
  bottom: 0;
  left: 0;
}

.site-footer a:hover::before{
  width: 100%;
}

@media (max-width: 991px) {
  .site-footer a:hover::before{
    width: 100%;
  }
}

.site-footer img{
  margin-bottom: 20px;
}

.footer-brand-image{
  display: none;
}

.site-footer .footer_social{
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}

.site-footer .footer_social ul{
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.site-footer .footer_social ul > li > a{
  display: inline-block;
  margin-left: 35px;
  visibility: hidden;
  width: 24px;
  height: 24px;
  position: relative;
}

.site-footer .footer_social ul > li > a::after{
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  visibility: visible;
  font-weight: 600;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.site-footer .footer_social ul > li.footer_social__facebook > a::after{
  content: "\f082";
}

.site-footer .footer_social ul > li.footer_social__twitter > a::after{
  content: "\f081";
}

.site-footer .footer_social ul > li.footer_social__instagram > a::after{
  content: "\f16d";
}

.site-footer .footer_social ul > li.footer_social__linkedin > a::after{
  content: "\f0e1";
}

/* MOBILE */
.navbar{
  justify-content: center ;
}

.navbar-brand{
  padding: 0 ;
  margin: 0 ;
}

.navbar-brand img{
  max-height: none ;
  max-width: 300px ;
  padding: 20px
}

@media (max-width: 991px) {
  .navbar-brand{
    text-align: center;
  }

  .navbar-brand img{
    width: 150px;
  }
}

.navbar-light .navbar-toggler{
  position: absolute ;
  right: 0 ;
  top: 40px ;
  border-color: transparent ;
  padding-right: 0 ;
}

button:focus{
  outline: none;
}

.sh-line{
  width: 100% !important;
  height: 1px !important;
  background-color: #CCCCCC !important;
  margin: 2em 0 !important;
}

.sh-h2{
  margin-top: 0 !important;
}

.page-contact .contact-section .address {
  display: none;
}

.page-contact .contact-section .contact-primary {
  margin-bottom: 15px;
}

.page-contact .contact-section .contact-primary h2,
.page-contact .contact-section .contact-support h2 {
  font-size: 24px;
  line-height: 28px;
}