@charset "UTF-8";
/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  background: #292929;
}

body {
  background: white;
  line-height: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > .dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Body & Main
================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 1rem "Open Sans", Arial, sans-serif;
  color: black;
  line-height: 140%;
}

/* Links */
a, a:visited {
  color: #77459a;
  text-decoration: none;
  transition: 0.1s all linear;
}

a:hover,
a:focus,
a:active {
  color: #331e42;
  text-decoration: none;
}

.contextual-links a,
.contextual-links a:visited {
  color: #333 !important;
}

/*set max img width*/
img {
  max-width: 100%;
  height: auto;
}

/* Commons
================================================== */
/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}

/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
  padding: 10px 10px;
}

tr {
  padding: 5px 5px;
}

td {
  padding: 5px 10px;
}

#primary {
  padding-left: 0;
  padding-right: 0;
}
#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #ddd;
  border-right: none;
  background: #fff;
}
#primary th {
  font-weight: bold;
  padding: 5px 10px;
  background: #555;
  color: #fff;
}
#primary tr {
  padding: 5px 5px;
}
#primary td {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* Typography
================================================== */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 135%;
}
h1:not(.no-margin), h2:not(.no-margin), h3:not(.no-margin), h4:not(.no-margin), h5:not(.no-margin), h6:not(.no-margin) {
  margin-bottom: 2px;
}

h1 {
  font-size: 36px;
  line-height: 120%;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
  color: #77459a;
}

p a, p a:visited {
  line-height: inherit;
}

#toolbar-administration,
#toolbar-administration * {
  color: white;
}
#toolbar-administration button,
#toolbar-administration * button {
  background: none;
  box-shadow: none;
}
#toolbar-administration .menu-item,
#toolbar-administration * .menu-item {
  transition: none;
}
#toolbar-administration a, #toolbar-administration a:visited,
#toolbar-administration * a,
#toolbar-administration * a:visited {
  transition: none;
}

/* Head */
#masthead {
  position: relative;
  padding: 0;
  max-width: unset !important;
  display: flex;
  flex-direction: column;
}

#page-header-row {
  order: 1;
}

#main-menu-row {
  order: 2;
}

#site-logo {
  padding: 15px 15px 0 0;
  min-width: 400px;
}
#site-logo img {
  max-height: 150px;
}

#page-header {
  max-width: 1200px !important;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 50px;
}

#header-1,
#header-3 {
  padding: 15px 0;
}

#header-1 {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: flex-end;
}

#header-3 {
  text-align: right;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 10px;
}
#header-3 .search-block-form {
  margin-bottom: 10px;
}
#header-3 .search-block-form form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header-3 .search-block-form input[type=search] {
  margin: 0 10px 0 0;
  min-width: 200px;
}
#header-3 .search-block-form input[type=submit] {
  margin-right: 0;
}
#header-3 .search-block-form .form-actions {
  margin: 0;
  padding: 0;
}
#header-3 .search-block-form .form-item {
  margin: 0;
}

.header-slogan {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 30px;
}

/* Menu */
.menutoggle {
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 20px;
  display: none;
}

#main-menu {
  padding: 0px 0;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #77459a;
  padding: 8px 0 8px 0;
  font-size: 1rem;
}
#main-menu ul {
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0 0;
  text-align: center;
}
#main-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}
#main-menu ul li a {
  color: rgba(255, 255, 255, 0.73);
  display: block;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
#main-menu ul li.menu-item--active-trail a {
  color: white;
}
#main-menu .language-switcher li {
  display: unset;
}

.language-switcher {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3px;
}
.language-switcher li:not(:last-of-type) {
  border-right: 1px solid gainsboro;
  padding-right: 8px;
  margin-right: 8px;
}

#main-menu li a:hover,
#main-menu li a:active,
#main-menu a.active,
#main-menu > ul > li > a.active-trail,
#main-menu .is-active {
  color: white;
}

#main-menu li a.sf-with-ul {
  padding-right: 10px;
}

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color: rgba(255, 255, 255, 0.33);
  width: 148px;
  margin: 0;
  padding: 10px 10px;
  border-top: 1px solid #ddd;
  position: relative;
  font-weight: 400;
}

#main-menu ul li ul li:first-child a, #main-menu ul li ul li ul li:first-child a, #main-menu ul li ul li ul li ul li:first-child a {
  border-top: none;
}

#main-menu li ul li a:hover, #main-menu li ul li ul li a:hover, #main-menu li ul li ul li ul li a:hover {
  color: #dcdada;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0 0 0 0;
  padding: 5px 5px;
  background: #efefef;
}

#main-menu li ul a {
  width: 150px;
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover {
  position: static;
}

#main-menu > ul > li > a {
  padding: 10px;
}

/* Layout */
#primary, #sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
}

#main-content {
  padding-top: 15px;
  flex-grow: 1;
}

#highlighted-block ~ #main-content {
  padding-top: 0;
}

/* Slider */
#slidebox {
  max-height: 550px;
  position: relative;
  background: #000;
}

.flex-overlay {
  /*background: url(../images/overlay.png);*/
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.flex-caption {
  width: 800px;
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
}

.flex-caption h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited {
  color: #fff;
}

.flex-caption p {
  font-size: 16px;
}

a.frmore {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0;
  margin: 10px auto;
  font-weight: bold;
  color: #fff !important;
}

#preface-area {
  background-color: #ddd1e6;
  background-image: url("/themes/janus_eu/images/Imm-Sfondo.png");
  background-size: contain;
  padding: 40px 0 20px;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.preface-block {
  color: #000;
  text-align: center;
}

.preface-block .block > h2 {
  font-size: 24px;
  font-weight: bold;
}

#header-block, #footer-block {
  padding: 20px 0 0;
}

.field_immagine {
  text-align: left;
}

.footer-block {
  color: white;
  margin: 0 auto;
}

.footer-block .block > h2 {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
}

/* =Content
----------------------------------------------- */
.node h2.title a, h1.page-title {
  color: #77459a;
  margin-bottom: 20px;
}

#content .node-teaser {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}

.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

/*
#sidebar .block > h2 {
	font-size: 20px;
	color:#000;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
*/
.preface-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}

.footer-block .block input[type=search] {
  width: 100%;
  max-width: 250px;
}

.footer-block #search-block-form div {
  display: inline;
}

.footer-block #search-block-form .form-actions {
  margin-left: 10px;
}

/* -------------- Form Elements	 ------------- */
fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
}

input, textarea {
  font-size: 0.929em;
}

textarea {
  line-height: 1.5;
}

textarea.form-textarea, select.form-select {
  padding: 4px;
}

input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #ccc;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}

.form-item label {
  font-size: 0.929em;
}

.form-type-radio label, .form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding-top: 10px;
}

/* Contact Form */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  display: block;
}

.contact-form .resizable-textarea .grippie {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Comment form */
.comment-form label {
  float: left;
  font-size: 0.929em;
}

.comment-form input, .comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.comment-form .form-type-textarea label {
  float: none;
}

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}

.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px;
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

.comment-form input.form-file {
  width: auto;
}

.comment-form .form-text {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
}

#content h2.comment-form {
  margin-bottom: 0.5em;
}

.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-wrapper label {
  width: auto;
  float: none;
}

.filter-wrapper .form-select {
  min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

#edit-actions input {
  margin-right: 0.6em;
}

/* Other Overrides */
div.password-suggestions {
  border: 0;
}

.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

#forum .name {
  font-size: 1.083em;
}

#forum .description {
  font-size: 1em;
}

/* Form Buttons */
button,
input[type=submit],
input[type=reset],
input[type=button] {
  /* IE10 */
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E3E3E3");
  border: 1px solid #dbdbdb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  text-shadow: 0 1px 0 white;
  position: relative;
  font-weight: bold;
  padding: 4px 0.8em 5px 0.8em;
  font-size: 13px;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  /* IE10 */
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DBDBDB", endColorstr="#F2F2F2");
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

#block-search-form {
  padding-bottom: 7px;
}

#block-search-form .content {
  margin-top: 0;
}

#search-form .form-item-keys label {
  display: block;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.meta {
  margin-bottom: 10px;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong {
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 10px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
  display: block;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}

#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  display: inline;
  list-style: none;
  margin: 0 2px;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary li {
  display: inline;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.is-active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  display: inline;
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.is-active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a {
  background: #dcdada;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover {
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */
.comment h2.title {
  margin-bottom: 1em;
}

.comment div.user-picture img {
  margin-left: 0;
}

.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

.comment .attribution {
  display: table-cell;
  padding: 0 35px 0 0;
  vertical-align: top;
  overflow: hidden;
}

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username {
  white-space: nowrap;
}

.comment .comment-submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .comment-submitted .comment-time {
  font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -36px;
  margin-top: 15px;
  position: absolute;
  width: 22px;
}

.comment .comment-text {
  padding: 0 25px 10px 35px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-left: 1px solid #d3d7d9;
}

.comment .indented {
  margin-left: 40px;
}

.comment-unpublished {
  margin-right: 5px;
  padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.comments .indented {
  margin-left: 40px;
}

.comments img {
  max-width: none;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}
#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a {
  font-size: 16px;
}

/*-------------------------------------------*
/* Breadcrumbs
/*-------------------------------------------*/
#breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumb {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.breadcrumb > li + li:before {
  content: "»";
  color: #8a8a8a;
}

/* FLEX */
#page {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}

.align-center {
  text-align: center;
}

#footer-block {
  padding-bottom: 30px;
  border-top: 1px solid gainsboro;
}

#search-block-form div {
  display: inline-block;
}

.footer-block {
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: content-box;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}

#block-partners-block .rows-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.partners-block-row {
  margin: 0 20px;
}
.partners-block-row:first-of-type {
  margin-left: 0;
}

.footer-block h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: black;
}

#twitter-block {
  border: 1px solid #e9ebee;
}

.node-readmore {
  text-align: center;
  float: right;
  display: block !important;
}

body.maintenance-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebar .block:not(:last-child) {
  margin-bottom: 50px;
}

.content-type-article .page-title {
  border-bottom: 1px solid #ddd;
}

.content-type-article .article-image {
  background: #eee;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.content-type-article .creation-date {
  margin-bottom: 20px;
}

.article-teaser .article-image {
  margin-right: 20px;
  flex-shrink: 0;
}

.article-teaser h2 {
  border-bottom: 1px solid #ddd;
}

.article-teaser {
  display: flex;
}

.views-row:not(:last-child) .article-teaser {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.block-news-item-row {
  border-bottom: 1px solid #ddd;
}

article:not(:first-of-type) {
  border-top: 1px solid #cfcfcf;
  padding-top: 10px;
}

/*
#sidebar h2 {
	margin-bottom: 10px;
}
*/
.lang-it .node-created {
  text-transform: lowercase;
}

.field_allegati {
  margin-top: 10px;
  border-top: 1px dashed #ddd;
}
.field_allegati .field-label {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.messages {
  margin-top: 20px;
}

.messages--status {
  margin-top: 20px;
}

#mobile-menu-opener {
  height: 50px;
  width: 100%;
  background: #77459a;
  color: white;
  line-height: 35px;
  font-size: 25px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
#mobile-menu-opener i {
  cursor: pointer;
}
#mobile-menu-opener i.fa-globe {
  line-height: 35px;
  margin-right: 5px;
}

#mobile-language-menu {
  display: none;
  flex-direction: row;
  border: none;
  padding: 0;
}
#mobile-language-menu li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
#mobile-language-menu li:not(:last-child) {
  margin-right: 10px;
}

#mobile-language-sel {
  line-height: 10px;
  display: flex;
  align-items: center;
}

article.article-teaser .field_categorie {
  display: inline-block;
  margin-right: 5px;
}

.full-article-title.term-1 {
  color: #77459a;
}

.full-article-title.term-2 {
  color: #77459a;
}

.article-wrapper {
  width: 100%;
}

.embedded-entity h2 {
  display: none;
}

#mc_embed_signup .button {
  background-image: none;
  margin-left: 5px !important;
}

#mc_embed_signup {
  font: 14px Helvetica, Arial, sans-serif;
}

#mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
}

.sidebar-button {
  display: block;
  background: #63C7EE;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 10px;
  color: white !important;
  font-weight: 700;
}

.sidebar-button:hover {
  background-color: #27559F;
}

.sidebar-button:not(:first-of-type) {
  margin-top: 10px;
}

.sidebar-button.monitoring {
  background-color: #448FB8;
}

.sidebar-button.monitoring:hover {
  background-color: #27559F;
}

.field-label {
  display: inline;
  font-weight: bold;
}

.network-view .views-field-field-image {
  margin-bottom: 20px;
  margin-top: 20px;
}

.network-view .views-field-body {
  margin-top: 10px;
  margin-bottom: 60px;
}

.network-view .views-label {
  font-weight: 900;
}

.network-view .views-field-field-titolo-del-progetto .field-content,
.network-view .views-field-field-canale-di-finanziamento .field-content,
.network-view .views-field-field-web .field-content {
  display: inline;
  margin-left: 10px;
}

.header-icon {
  width: 1.5em;
}

.text-header {
  display: inline;
}

.container {
  max-width: 1200px !important;
  margin: auto;
}

.home-abstract .body {
  padding: 65px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.home-abstract .body p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 130%;
  color: black;
  font-weight: 300;
  padding: 0 25px;
  margin: 0;
}

#footer-header-row {
  border-bottom: 2px solid #b499c8;
  margin-bottom: 20px;
}

#footer-header {
  margin-bottom: unset;
  border: unset;
  height: 2em;
}

#footer-header img.header-icon {
  width: 3em;
  position: absolute;
  bottom: 0;
}

#footer-header h2.text-header {
  position: absolute;
  left: 2em;
  bottom: 0;
}

#lang-button {
  background: transparent;
  border: transparent;
  color: black;
  padding: unset;
  outline: none;
}

.btn .caret {
  border-top-color: black;
}

.heroblock img {
  width: 100%;
  height: auto;
}

footer li {
  list-style-type: none;
}
footer h2 {
  border-bottom: 2px solid #b499c8;
  margin-bottom: 10px;
  font-weight: bold;
}
footer .row {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top {
  background: #77459a;
  color: white;
}
footer .top #footer-top-2 {
  margin-left: 50px;
  flex-grow: 1;
}
footer .top #footer-top-3 {
  width: 30%;
  text-align: right;
}
footer .top a, footer .top a:visited {
  color: rgba(255, 255, 255, 0.7);
}
footer .top a:hover {
  color: white;
}
footer .bottom {
  background: white;
  color: black;
}
footer .bottom .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom .row:before, footer .bottom .row:after {
  content: unset;
}
footer .bottom .row #footer-bottom-2 {
  text-align: right;
}

.underlined-title h2 {
  background-repeat: no-repeat;
  padding-left: 1.3em;
  background-size: 1.3em;
  padding-bottom: 10px;
  border-bottom: 2px solid #606060;
  color: #606060;
  font-weight: bold;
}

.block-title {
  margin-bottom: 25px;
  border-bottom: 1px solid black;
  display: flex;
  align-items: flex-start;
  padding-bottom: 2px;
}
.block-title .block-title-icon {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}
.block-title .block-title-icon ~ h2 {
  margin-top: 5px;
}

.paragraph-grid .field_paragrafi {
  display: grid;
}
.paragraph-grid.grid-3 .field_paragrafi {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.paragraph-grid.grid-3 .field_paragrafi > div {
  display: contents;
}
.paragraph-grid.grid-3 .field_paragrafi > div > .paragraph {
  display: contents;
}
.paragraph-grid.grid-3 .field_paragrafi > div > .paragraph > .field_blocco {
  display: contents;
}
.paragraph-grid.grid-3 .field_paragrafi #block-homevideo {
  grid-column: span 2;
}
.paragraph-grid .paragraph-grid-element h3 {
  margin-bottom: 10px;
}
.paragraph-grid .paragraph-grid-element .field_image_demo {
  margin-bottom: 10px;
}

.janus_eu-address-block {
  margin-top: 20px;
}

#mc_embed_signup input.email {
  width: 100% !important;
}

.field_paragraphs_demo > div ~ div {
  margin-top: 20px;
}

.field_blocco .search-block-form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.field_blocco .search-block-form .js-form-type-search {
  margin: 0;
  flex-grow: 1;
  padding-right: 10px;
}
.field_blocco .search-block-form .js-form-type-search input {
  width: 100%;
}
.field_blocco .search-block-form .form-actions {
  padding: 0;
}

.md-slider-wrap {
  max-height: 500px;
}

.partners-view .views-row:not(:first-of-type) {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid gainsboro;
}
.partners-view .views-field-field-logo {
  padding: 10px 0;
}

#banner-image {
  height: 180px;
  background-size: cover;
  border-bottom: 1px solid gainsboro;
}

.partners-logos-block {
  border-bottom: 1px dashed #0d0d0d;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.anchor {
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden;
}

.block.aggregator_feed_block ul,
.aggregator-feed ul {
  list-style: none;
}
.block.aggregator_feed_block ul li,
.aggregator-feed ul li {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.block.aggregator_feed_block .more-link,
.aggregator-feed .more-link {
  text-align: right;
}

.aggregator-feed ~ footer {
  text-align: right;
}

.views-row:not(:last-child) .article-teaser {
  border-bottom: none;
}

.banner-abstract {
  margin-bottom: 20px;
}

.field_documenti {
  margin-top: 20px;
}

ul.links.inline > li.node-readmore {
  margin-top: 5px;
}

.field_immagine img,
.field_blocco img {
  display: block;
}

.breadcrumb > li {
  display: inline;
}

#sidebar {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.container {
  width: 100% !important;
  max-width: unset;
  padding: 0 25px;
}

@media (max-width: 1000px) {
  #primary {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  #masthead {
    margin-top: 15px;
  }

  .article-teaser {
    flex-direction: column;
  }

  .article-teaser .article-image {
    margin-bottom: 10px;
    width: 100%;
    background: gainsboro;
    text-align: center;
  }

  .article-teaser .article-image img {
    vertical-align: top;
  }

  .footer-block #search-block-form div {
    display: inline-block;
  }

  .footer-block #search-block-form .form-actions {
    margin-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .paragraph-grid.grid-3 .field_paragrafi {
    column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  #site-title {
    text-align: center;
  }

  #site-logo {
    padding-top: 0;
  }

  .mainmenu, #main-menu {
    width: 100%;
  }

  #masthead {
    margin-bottom: 0;
    margin-top: 0;
  }

  #masthead .row {
    flex-direction: column;
    align-items: center;
  }

  .mainmenu {
    order: -1;
  }

  #site-logo {
    width: 150px;
  }

  #main-menu-row.mobile-shown {
    order: 0;
  }
  #main-menu-row.mobile-shown #main-menu {
    display: block;
  }

  #mobile-language-menu.mobile-shown {
    display: block;
  }

  #main-menu, #mobile-language-menu {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  #main-menu ul, #main-menu li, #mobile-language-menu ul, #mobile-language-menu li {
    width: 100%;
    float: none;
  }
  #main-menu ul li, #mobile-language-menu ul li {
    background: #9d6ebe;
    color: black;
  }
  #main-menu ul li a, #mobile-language-menu ul li a {
    padding: 8px 25px;
    text-align: left;
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.73);
    font-weight: bold;
  }
  #main-menu ul li a.is-active, #mobile-language-menu ul li a.is-active {
    color: white;
  }
  #main-menu ul li:hover a, #mobile-language-menu ul li:hover a {
    background: #693d88;
  }
  #main-menu nav, #mobile-language-menu nav {
    width: 100%;
  }
  #main-menu nav ul, #mobile-language-menu nav ul {
    display: flex;
    flex-direction: column;
  }

  .flex-caption {
    padding: 0 100px;
  }

  .language-switcher {
    display: none;
  }

  #onda,
#slidebox,
#block-facebook,
#block-twitter {
    display: none;
  }

  #mobile-menu-opener {
    display: flex;
  }

  #mobile-menu-opener .language-switcher {
    display: inline-block;
  }

  #block-life img {
    width: 100%;
    flex-shrink: 0;
    object-fit: contain;
  }

  .footer-block, #bottom .col-sm-6 {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .paragraph-grid.grid-3 .field_paragrafi {
    grid-template-columns: repeat(2, 1fr);
  }
  .paragraph-grid.grid-3 .field_paragrafi #block-homevideo {
    grid-column: span 1;
  }

  .md-slider-wrap {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .paragraph-grid.grid-3 .field_paragrafi {
    grid-template-columns: repeat(1, 1fr);
  }

  .field_paragraphs_demo > div {
    min-height: 0 !important;
  }

  footer .top .row {
    align-items: flex-start;
  }

  .header-slogan {
    font-size: 1rem;
  }

  .home-abstract {
    background-image: none !important;
  }
  .home-abstract .body {
    padding: 20px 0;
  }
  .home-abstract .body p {
    font-size: 1.2rem;
  }

  #block-mentor1 {
    display: none;
  }

  #page-header {
    align-items: center;
    flex-direction: column;
  }

  #header-1 {
    padding-bottom: 0;
  }

  #header-3 {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }

  .header-slogan {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }

  #site-logo {
    padding: 0;
  }

  .views-field-field-logo {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #block-partners-block .rows-container {
    flex-direction: column;
  }
  #block-partners-block .rows-container .partners-block-row {
    padding: 8px 0;
    margin: 0;
  }
}
@media screen and (max-width: 380px) {
  #footer-top-1, #footer-top-2 {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px;
  }
}
.home-abstract {
  background: #DDD1E4 url("../images/home-abstract.svg") no-repeat left center;
  background-size: auto 300px;
  background-position: 5% 50%;
}

#page-header-row {
  background: #77459a;
  background-size: auto 250px;
}

footer .bottom {
  border-top: #77459a solid 2px;
}

.cc-message a {
  color: #a97fc6;
}

.networking-partners-block {
  border-bottom: 1px dashed #0d0d0d;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.networking-partners-block .rows-container {
  font-size: 0;
}
.networking-partners-block .rows-container .comma a, .networking-partners-block .rows-container .comma:before {
  font-size: 16px;
}
.networking-partners-block .block-title {
  border-bottom: none;
  margin-bottom: 5px;
}

.comma {
  display: inline;
}
.comma:before {
  content: ", ";
}
.comma:empty:before, .comma:first-of-type:before, .comma:first-of-type + .comma:empty:before, .comma:empty + .comma:not(:last-of-type):before, .comma:empty + .comma:empty:before {
  content: "";
  font-size: 0;
}

#site-logo {
  min-width: 200px;
  pointer-events: none;
}

#mobile-menu-opener {
  display: none !important;
}

@media screen and (max-width: 650px) {
  #footer-top-1 img {
    min-width: 120px;
  }

  #footer-top-2 {
    margin-left: 0 !important;
    padding-left: 30px;
    flex-grow: 1;
  }

  #footer-top-3 {
    width: 100% !important;
    margin-top: 15px;
    text-align: left !important;
  }
}

/*# sourceMappingURL=style.css.map */
