@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
	site #variables
*/
/*!
Typeplate : Starter Kit
URL ........... http://typeplate.com
Version ....... 2.1.0
Github ........ https://github.com/typeplate/starter-kit
Authors ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
License ....... Creative Commmons Attribution 3.0
License URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026; }

@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C; }

.typl8-tera, .typl8-giga, .typl8-mega, .typl8-alpha, .typl8-beta, h1, .typl8-gamma, h2, .typl8-delta, h3, .typl8-epsilon, h4, .typl8-zeta, h5 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  color: #222; }

blockquote + figcaption cite {
  display: block;
  font-size: inherit;
  text-align: right; }

body {
  word-wrap: break-word; }

pre code {
  word-wrap: normal; }

html {
  font: normal 112.5%/1.65 "fira-sans", Arial, Helvetica, sans-serif, serif; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #333; }

.typl8-tera {
  font-size: 117px;
  font-size: 6.5rem;
  margin-bottom: 70.9090909091px;
  margin-bottom: 3.9393939394rem; }

.typl8-giga {
  font-size: 90px;
  font-size: 5rem;
  margin-bottom: 54.5454545455px;
  margin-bottom: 3.0303030303rem; }

.typl8-mega {
  font-size: 72px;
  font-size: 4rem;
  margin-bottom: 43.6363636364px;
  margin-bottom: 2.4242424242rem; }

.typl8-alpha {
  font-size: 60px;
  font-size: 3.3333333333rem;
  margin-bottom: 36.3636363636px;
  margin-bottom: 2.0202020202rem; }

.typl8-beta, h1 {
  font-size: 48px;
  font-size: 2.6666666667rem;
  margin-bottom: 29.0909090909px;
  margin-bottom: 1.6161616162rem; }

.typl8-gamma, h2 {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 21.8181818182px;
  margin-bottom: 1.2121212121rem; }

.typl8-delta, h3 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  margin-bottom: 14.5454545455px;
  margin-bottom: 0.8080808081rem; }

.typl8-epsilon, h4 {
  font-size: 21px;
  font-size: 1.1666666667rem;
  margin-bottom: 12.7272727273px;
  margin-bottom: 0.7070707071rem; }

.typl8-zeta, h5 {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 10.9090909091px;
  margin-bottom: 0.6060606061rem; }

p {
  margin: auto auto 1.5em; }

small {
  font-size: 65%; }

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  white-space: pre; }
  pre code {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap; }

code {
  white-space: pre;
  font-family: monospace; }

abbr {
  -webkit-font-variant: small-caps;
  -moz-font-variant: small-caps;
  -ms-font-variant: small-caps;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray; }
  abbr[title]:hover {
    cursor: help; }

.typl8-drop-cap:first-letter {
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit; }

p + .typl8-drop-cap {
  text-indent: 0;
  margin-top: 0; }

/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-lining dt,
.typl8-lining dd {
  display: inline;
  margin: 0; }

.typl8-lining dt + dt:before,
.typl8-lining dd + dt:before {
  content: "\A";
  white-space: pre; }

.typl8-lining dd + dd:before {
  content: ", "; }

.typl8-lining dd:before {
  content: ": ";
  margin-left: -0.2rem; }

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-dictionary-style dt {
  display: inline;
  counter-reset: definitions; }
  .typl8-dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2rem; }

.typl8-dictionary-style dd {
  display: block;
  counter-increment: definitions; }
  .typl8-dictionary-style dd:before {
    content: counter(definitions, decimal) ". "; }

/**
 * Blockquote Markup
 *
    <figure>
      <blockquote cite="">
        <p></p>
      </blockquote>
      <figcaption>
        <cite>
          <small><a href=""></a></small>
        </cite>
      </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
  <aside class="typl8-pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.typl8-pull-quote {
  position: relative;
  padding: 1em; }
  .typl8-pull-quote:before, .typl8-pull-quote:after {
    height: 1em;
    opacity: 0.5;
    position: absolute;
    font-size: 4em;
    color: #dc976e; }
  .typl8-pull-quote:before {
    content: '“';
    top: 0;
    left: 0; }
  .typl8-pull-quote:after {
    content: '”';
    bottom: 0;
    right: 0; }

/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. X.X | </strong><cite title=""></cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */
/*
	#project #functions
*/
/*
	#project #mixins
*/
/*
	#project #utilities #classes
*/
.u-reset {
  margin: 0 !important;
  padding: 0 !important; }

.u-sr-only {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.u-pull-right {
  float: right !important; }

.u-margin-top {
  margin-top: 1.65rem !important; }

.u-margin-l-n {
  margin-left: none !important; }

.u-margin-r-n {
  margin-right: none !important; }

.u-negative-margin-top {
  margin-top: -1.65rem !important; }

.u-negative-margin-top-0-5 {
  margin-top: -0.825rem !important; }

.u-margin-top-2 {
  margin-top: 3.3rem !important; }

.u-margin-top-0-5 {
  margin-top: 0.825rem !important; }

.u-margin-bottom {
  margin-bottom: 1.65rem !important; }

.u-margin-bottom-2 {
  margin-bottom: 3.3rem !important; }

.u-margin-bottom-0-5 {
  margin-bottom: 0.825rem !important; }

.u-margin-bottom-0-25 {
  margin-bottom: 0.4125rem !important; }

.u-padding-right {
  padding-right: 20px !important; }

.u-padding-left {
  padding-left: 20px !important; }

.u-padding-right-0-5 {
  padding-right: 10px !important; }

.u-img-responsive, .mediabox__image img {
  max-width: 100% !important; }

.u-float-left {
  float: left !important; }

.u-float-right {
  float: right !important; }

.u-inline-list, .header__subheader__switcher, .langswitcher {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none; }
  .u-inline-list li, .header__subheader__switcher li, .langswitcher li {
    margin: 0 0px 0 0;
    padding: 0;
    display: inline-block; }

.u-list-unstyled, .u-list-links-rientro, .header__subheader__switcher, .langswitcher {
  list-style: none !important; }

.u-list-reset, .header__subheader__switcher, .langswitcher {
  margin: 0 !important;
  padding: 0 !important; }

.u-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.u-text-right {
  text-align: right !important; }

.u-text-center {
  text-align: center !important; }

.u-text-small {
  font-size: 0.7777777778rem; }

.u-text-didattica {
  color: #00CCFF !important; }

.no-js .u-visible-js {
  display: none; }

.u-min-height {
  min-height: 100vh; }

.u-width-auto {
  width: auto !important; }

.u-width-100 {
  width: 100% !important; }

.u-new {
  text-transform: uppercase !important;
  color: #00CCFF !important;
  font-weight: 600 !important;
  margin-left: 0.25em !important; }

.u-font-size-h3 {
  font-size: 1.3333333333rem; }

.u-font-size-h4 {
  font-size: 1.1666666667rem; }

.u-font-size-h5 {
  font-size: 1rem; }

.u-font-weight-regular {
  font-weight: 400; }

.u-font-weight-semibold {
  font-weight: 600; }

.u-font-weight-light {
  font-weight: 300; }

.u-font-variant-small-caps {
  font-variant: small-caps; }

.u-font-uppercase {
  text-transform: uppercase !important; }

.u-font-lowercase {
  text-transform: lowercase !important; }

.u-inline-block {
  display: inline-block !important; }

.u-font-style-italic {
  font-style: italic !important; }

.u-font-color-links {
  color: #00CCFF !important; }

.u-font-color-headings {
  color: #222 !important; }

.u-font-size-bigger {
  font-size: 110%; }

.u-font-size-smaller {
  font-size: 90%; }

.u-titoletto {
  font-weight: 400 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  color: #747474 !important; }

.u-titoletto-color, .u-titoletto-color--i18n, .u-titoletto-color--didattica {
  font-size: 1rem !important;
  font-family: "fira-sans", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-bottom: 0.5em !important; }

.u-titoletto-color--i18n {
  color: #cb0098 !important; }

.u-titoletto-color--didattica {
  color: #00CCFF !important; }

.u-list-links-rientro {
  padding: 0;
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .u-list-links-rientro {
      margin-left: -1em; } }
  .u-list-links-rientro > li > *:first-child,
  .u-list-links-rientro .u-list-links-rientro-line {
    display: block;
    position: relative;
    padding-left: 1em; }
  .u-list-links-rientro > li > *:not(.u-list-links-rientro-line):before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\2013";
    width: 1em; }
  .u-list-links-rientro .u-list-links-rientro--exception {
    font-style: italic;
    font-weight: 300;
    color: #747474;
    margin-top: 1.65rem;
    padding-left: 1em; }
  .u-list-links-rientro .u-list-links-rientro--exceptionplain {
    margin-top: 0.825rem;
    padding-left: 1em; }

.u-comma-list li:after {
  content: ',';
  margin-right: 2px; }

.u-comma-list li:last-child:after {
  content: '';
  margin-right: 0; }

.u-link-didattica {
  color: #333 !important; }
  .u-link-didattica:hover {
    color: #00CCFF !important; }
    .u-link-didattica:hover svg {
      fill: #00CCFF !important; }

.u-link-ricerca {
  color: #333 !important; }
  .u-link-ricerca:hover {
    color: #FE6767 !important; }
    .u-link-ricerca:hover svg {
      fill: #FE6767 !important; }

.u-link-ateneo {
  color: #333 !important; }
  .u-link-ateneo:hover {
    color: #ff9900 !important; }
    .u-link-ateneo:hover svg {
      fill: #ff9900 !important; }

.u-link-i18n {
  color: #333 !important; }
  .u-link-i18n:hover {
    color: #cb0098 !important; }
    .u-link-i18n:hover svg {
      fill: #cb0098 !important; }

.u-link-news:hover {
  color: #33cc00; }

.u-link-i18n {
  color: #333; }
  .u-link-i18n:hover {
    color: #cb0098; }
    .u-link-i18n:hover svg {
      fill: #cb0098; }

.u-link-footer-evidenza {
  color: #ff9900; }

.fullscreen a, .header__subheader a {
  color: #CCC;
  font-weight: 400;
  text-decoration: none; }
  .fullscreen a:hover, .header__subheader a:hover {
    color: #00CCFF !important; }
    .fullscreen a:hover svg, .header__subheader a:hover svg {
      fill: #00CCFF !important; }
  .fullscreen a:active, .header__subheader a:active {
    position: relative;
    top: 1px;
    border: none;
    text-decoration: none; }
  .fullscreen a.is-active:hover, .header__subheader a.is-active:hover {
    color: #000; }
  .fullscreen a svg, .header__subheader a svg {
    fill: #CCC; }

@media screen and (min-width: 1024px) {
  .u-large-hide {
    display: none; } }

@media screen and (max-width: 1023px) {
  .u-narrow-hide {
    display: none; } }

/*
	#base styles
*/
* {
  box-sizing: border-box;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

body, html {
  height: 100%; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  font-family: "adelle", "Times New Roman", Georgia, Serif;
  font-weight: 700; }

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0; }

figcaption {
  font-size: 0.7777777778rem;
  font-style: italic;
  background: #e5e5e5;
  padding: 0.2475rem 10px; }

ul {
  margin-bottom: 1.65rem; }

dl {
  margin-top: 1.65rem;
  margin-bottom: 1.65rem; }

dt {
  font-style: italic;
  font-weight: 300;
  color: #747474;
  margin-bottom: -5px;
  text-transform: lowercase; }

dd {
  margin: 0 0 0.825rem 0; }
  dd:last-child {
    margin-bottom: 0; }
  dd .icon {
    fill: #747474; }

table {
  width: 100%;
  border-collapse: collapse; }

th {
  font-weight: 700;
  color: #000; }

td {
  padding: 1.65rem 30px 1.65rem 0;
  vertical-align: top; }

tr {
  border-bottom: 1px solid #eee; }
  tr:hover {
    background: #f8f8f8; }

/* tabelle responsive */
@media screen and (max-width: 768px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr:nth-of-type(odd) {
    background: #eee; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 1.65rem 0 1.65rem 50%; }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    color: #000;
    font-weight: 700;
    font-weight: bold;
    top: 1.65rem;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  /*
	Label the data
	*/
  td:before {
    content: attr(data-heading); } }

[data-toggle-target] {
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease; }
  .js [data-toggle-target] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
    height: 0px; }

.js [data-toggle-open] {
  position: static;
  clip: none;
  opacity: 1;
  height: auto; }

a {
  color: #00CCFF;
  font-weight: 600;
  text-decoration: underline; }
  a:active {
    position: relative;
    top: 1px;
    color: #00CCFF; }
  a:hover {
    color: #000; }

a.iconlink {
  text-decoration: none; }

strong {
  font-weight: 600;
  color: #747474; }

label {
  color: #00CCFF;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 90%; }

input[type="text"],
select {
  width: 100%;
  border: 1px solid #ccc;
  padding: .25em;
  background: #f0f0f0;
  color: #333; }

select {
  -webkit-border-radius: 0px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic; }

.select-styled {
  border: 1px solid white;
  background: white; }

:focus {
  outline: none; }

select::-moz-focus-inner {
  border: 0;
  outline: 0; }

select:focus,
input:focus {
  -webkit-transition: box-shadow .1s ease-in;
          transition: box-shadow .1s ease-in;
  box-shadow: 4px 4px 10px #ccc; }

select[disabled] {
  background: #dddada; }
  select[disabled]:hover {
    cursor: not-allowed; }

input[type="submit"],
input[type="reset"] {
  border: 1px solid #00CCFF;
  background: #00CCFF;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: .5em .75em;
  font-size: 85%;
  display: inline-block; }

/*
	#layout
*/
/* common elements */
.l-common__header {
  margin-bottom: 1.65rem; }

.l-common__footer {
  margin-top: 8.25rem; }

.l-common__footer--homepage {
  margin-top: 0; }

.l-common__breadcrumb {
  padding: 0.4125rem 20px;
  background: #ccc; }

.l-common__breadcrumb--homepage {
  height: 30px;
  background: #ccc; }

.l-common__offset {
  padding: 0 20px; }

@media screen and (min-width: 1024px) {
  .l-common__header {
    margin-bottom: 3.3rem; }
  .l-common__offset__container,
  .l-common__breadcrumb__container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px; }
    .l-common__offset__container:after,
    .l-common__breadcrumb__container:after {
      content: " ";
      display: block;
      clear: both; } }

@media screen and (min-width: 1180px) {
  .l-common__header {
    margin-bottom: 4.95rem; } }

/* homepage */
.l-homepage__spot {
  padding: 3.3rem 20px;
  border-bottom: 1px solid #ccc; }
  .l-homepage__spot:first-child {
    padding-top: 0; }
  .l-homepage__spot:last-child {
    border: none;
    padding-bottom: 4.95rem; }
  .l-homepage__spot:nth-child(even) {
    background: #fafafa; }

@media screen and (min-width: 1180px) {
  .l-homepage__content {
    margin: 0 auto; }
  .l-homepage__spot {
    padding-bottom: 4.95rem;
    padding-top: 4.95rem; }
    .l-homepage__spot:last-child {
      border: none;
      padding-bottom: 6.6rem; } }

/* one column */
@media screen and (min-width: 1024px) {
  .l-one-column {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .l-one-column:after {
      content: " ";
      display: block;
      clear: both; }
  .l-one-column__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .l-one-column__contentwrapper {
    max-width: 550px;
    /* BRUTTO */ } }

/* right sidebar */
.l-right-sidebar__contentwrapper, .l-right-sidebar__contentwrapper--noborder {
  padding-top: 1.65rem;
  border-top: 1px solid #ccc; }

.l-right-sidebar__contentwrapper--noborder {
  padding-top: 0;
  border-top: 0; }

@media screen and (min-width: 1024px) {
  .l-right-sidebar {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .l-right-sidebar:after {
      content: " ";
      display: block;
      clear: both; }
  .l-right-sidebar__content {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%; }
  .l-right-sidebar__contentwrapper, .l-right-sidebar__contentwrapper--noborder {
    margin-right: 100px; }
  .l-right-sidebar__sidebar {
    width: 23.7288135593%;
    float: right;
    margin-right: 0; } }

/* right sidebar  large */
.l-right-sidebar-large__contentwrapper {
  padding-top: 1.65rem;
  border-top: 1px solid #ccc; }

@media screen and (min-width: 1024px) {
  .l-right-sidebar-large {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .l-right-sidebar-large:after {
      content: " ";
      display: block;
      clear: both; }
  .l-right-sidebar-large__content {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
  .l-right-sidebar-large__contentwrapper {
    margin-right: 100px; }
  .l-right-sidebar-large__sidebar {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; } }

/*
	#component #frontheader #homepage #slideshow
*/
.header {
  -webkit-transition: background-image 0.7s ease;
          transition: background-image 0.7s ease;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100vh;
  color: #222; }

.header__container {
  height: 100%;
  background-image: -webkit-linear-gradient(#000, rgba(0, 0, 0, 0.5), transparent 150px);
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.5), transparent 150px); }

.masthead {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px; }

.masthead__logo {
  height: 50px;
  width: 39.3275px;
  float: left; }
  .svg .masthead__logo {
    background: url("../img/logo/small_black.svg") no-repeat left top;
    background-size: contain; }
  .masthead__logo .no-svg,
  .no-js .masthead__logo {
    background: url("../img/logo/small_black.png") no-repeat left top;
    background-size: contain; }
  @media screen and (min-width: 768px) {
    .masthead__logo {
      height: 60px;
      width: 157.479383124px; }
      .svg .masthead__logo {
        background: url("../img/logo/medium_black.svg") no-repeat left top;
        background-size: contain; }
      .masthead__logo .no-svg,
      .no-js .masthead__logo {
        background: url("../img/logo/medium_black.png") no-repeat left top;
        background-size: contain; } }

/* logo negativo */
.masthead--inverse .masthead__logo {
  height: 50px;
  width: 39.3275px;
  float: left; }
  .svg .masthead--inverse .masthead__logo {
    background: url("../img/logo/small_white.svg") no-repeat left top;
    background-size: contain; }
  .masthead--inverse .masthead__logo .no-svg,
  .no-js .masthead--inverse .masthead__logo {
    background: url("../img/logo/small_white.png") no-repeat left top;
    background-size: contain; }
  @media screen and (min-width: 768px) {
    .masthead--inverse .masthead__logo {
      height: 60px;
      width: 157.479383124px; }
      .svg .masthead--inverse .masthead__logo {
        background: url("../img/logo/medium_white.svg") no-repeat left top;
        background-size: contain; }
      .masthead--inverse .masthead__logo .no-svg,
      .no-js .masthead--inverse .masthead__logo {
        background: url("../img/logo/medium_white.png") no-repeat left top;
        background-size: contain; } }

.masthead--inverse .masthead__tagline {
  border-left: 1px solid white !important; }
  .masthead--inverse .masthead__tagline .masthead__tagline__title {
    color: white !important; }

.masthead__tagline {
  float: left;
  height: 50px;
  border-left: 1px solid #222;
  padding-left: 10px;
  margin-left: 10px; }
  @media screen and (min-width: 768px) {
    .masthead__tagline {
      height: 60px;
      padding-left: 15px;
      margin-left: 15px; } }

.masthead__tagline__title {
  font-size: 1.3333333333rem; }
  @media screen and (min-width: 768px) {
    .masthead__tagline__title {
      font-size: 1.6666666667rem; } }

.masthead__tagline__message {
  font-weight: 400; }

.masthead__tagline__highlight {
  color: #00CCFF; }

.masthead__buttons {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none; }
  .masthead__buttons svg {
    fill: #222; }
  .masthead__buttons a,
  .masthead__buttons a:visited {
    text-decoration: none;
    color: #222; }
  @media screen and (min-width: 1024px) {
    .masthead__buttons {
      display: block; } }

.header__slideshow {
  height: 100%;
  z-index: 1; }

.header__slideshow__slide[style],
.header__slideshow__slide {
  max-width: 400px;
  position: absolute;
  background-color: black;
  color: white;
  bottom: 40px !important;
  right: auto !important;
  left: 20px !important;
  top: auto !important; }
  .rgba .header__slideshow__slide[style], .rgba
  .header__slideshow__slide {
    background-color: rgba(32, 37, 47, 0.75); }
    .rgba .header__slideshow__slide[style].header__slideshow__slide--loading, .rgba
    .header__slideshow__slide.header__slideshow__slide--loading {
      visibility: hidden; }
  .no-js .header__slideshow__slide[style]:nth-child(2), .no-js .header__slideshow__slide[style]:nth-child(3), .no-js
  .header__slideshow__slide:nth-child(2), .no-js
  .header__slideshow__slide:nth-child(3) {
    display: none; }
  @media screen and (min-width: 1280px) {
    .header__slideshow__slide[style],
    .header__slideshow__slide {
      bottom: 60px !important;
      left: 180px !important; } }

.header__slideshow__slide__content__container {
  padding: 20px; }

.header__slideshow__slide__title {
  color: white;
  font-size: 1.1666666667rem;
  margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .header__slideshow__slide__title {
      margin-bottom: 0.825rem; } }

.header__slideshow__slide__subtitle {
  font-size: 0.7222222222rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  display: none; }
  @media screen and (min-width: 1024px) {
    .header__slideshow__slide__subtitle {
      display: block; } }

.header__slideshow__slide__link, .header__slideshow__slide__link--readmore,
.header__slideshow__slide__link:visited,
.header__slideshow__slide__link--readmore:visited {
  text-decoration: none;
  color: white; }

.header__slideshow__slide__link:hover, .header__slideshow__slide__link--readmore:hover {
  color: white;
  text-decoration: underline; }

.header__slideshow__slide__link:active, .header__slideshow__slide__link--readmore:active {
  text-decoration: none; }

.header__slideshow__slide__link--readmore {
  font-weight: 400;
  font-size: 0.7777777778rem; }

.header__slideshow__slide__nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
  padding-right: 20px; }
  .no-js .header__slideshow__slide__nav__container {
    display: none; }

.header__slideshow__slide__nav, .header__slideshow__slide__nav--active,
.header__slideshow__slide__nav--active:visited,
.header__slideshow__slide__nav:hover,
.header__slideshow__slide__nav--active:hover {
  text-decoration: none; }

.header__slideshow__slide__nav, .header__slideshow__slide__nav--active,
.header__slideshow__slide__nav--active:visited,
.header__slideshow__slide__nav:visited,
.header__slideshow__slide__nav--active:visited {
  color: #666;
  font-size: 1.3333333333rem;
  line-height: 1; }

.header__slideshow__slide__nav--active,
.header__slideshow__slide__nav--active:visited {
  color: white; }

.header__scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  background: #747474;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  text-align: center; }
  .header__scroll .icon {
    vertical-align: middle; }
  .header__scroll svg {
    fill: #CCC; }
  .header__scroll:active, .header__scroll:hover {
    border-bottom: none; }
    .header__scroll:active svg, .header__scroll:hover svg {
      fill: #00CCFF; }
  .header__scroll:active {
    /* TO DO: migliroare le eccezioni dei link senza active top */
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    top: auto; }
    .header__scroll:active svg {
      fill: #00CCFF; }
  @media screen and (min-width: 1024px) {
    .header__scroll {
      width: 60px;
      height: 60px;
      margin-left: -30px; }
      .header__scroll svg {
        width: 30px;
        height: 30px;
        margin-top: 15px; } }
  .no-js .header__scroll {
    display: none; }

.header__menu {
  position: absolute;
  left: 500px;
  top: 0;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  padding: 1em 2em; }
  @media screen and (min-width: 1024px) {
    .header__menu {
      display: block; } }
  .header__menu li {
    display: inline-block;
    margin-right: 1.5em; }
    .header__menu li a {
      font-family: "adelle", "Times New Roman", Georgia, Serif;
      font-weight: 400;
      font-size: 120%;
      color: white;
      text-decoration: none; }
    .header__menu li:last-child {
      margin-right: 0; }

/*
	#component #footer
*/
.footer {
  background-color: #0e0e36;
  font-size: 0.7222222222rem;
  color: #CCC; }

.footer a {
  color: #CCC !important;
  text-decoration: none; }

.footer--studenti a:hover {
  color: #00CCFF !important; }

.footer--ateneo a:hover {
  color: #ff9900 !important; }

.footer--ricerca a:hover {
  color: #FE6767 !important; }

.footer--news a:hover {
  color: #33cc00 !important; }

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

.footer li {
  padding: 0; }

.footer__title {
  font-size: 1.3333333333rem; }

.footer__title a {
  font-weight: 700 !important; }

.footer__mainmenu__container,
.footer__secondarymenu__container,
.footer__tertiarymenu__container,
.footer__tertiarymenu__social {
  padding: 20px; }

/* main menu */
.footer__mainmenu__section {
  margin-bottom: 2.475rem; }

.footer__mainmenu {
  padding-top: 1.65rem; }

.footer__mainmenu li {
  margin-bottom: 0.5775rem; }

/* secondary menu */
.footer__secondarymenu .footer__title {
  font-size: 1.1666666667rem; }

.footer__secondarymenu .footer__title a:hover {
  color: #666 !important; }

.footer__secondarymenu .footer__title a:hover .underline__firstletter:before {
  background-color: #000; }

/* tertiary menu */
.footer__tertiarymenu {
  background-color: #020222;
  position: relative; }
  .footer__tertiarymenu:after {
    content: "";
    display: table;
    clear: both; }

.footer__tertiarymenu li a:hover {
  color: #666 !important; }

.footer__tertiarymenu__logo {
  position: absolute;
  left: 20px;
  top: 1.65rem;
  height: 50px;
  width: 39.3275px; }
  .svg .footer__tertiarymenu__logo {
    background: url("../img/logo/small_white.svg") no-repeat left top;
    background-size: contain; }
  .footer__tertiarymenu__logo .no-svg,
  .no-js .footer__tertiarymenu__logo {
    background: url("../img/logo/small_white.png") no-repeat left top;
    background-size: contain; }

.footer__tertiarymenu__container {
  margin: 0; }

.footer__tertiarymenu__container li {
  margin-bottom: 0.4125rem;
  text-align: right; }
  .footer__tertiarymenu__container li:last-child a {
    border-top: 1px solid white;
    padding-top: 4px; }

.footer__tertiarymenu__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none; }
  .footer__tertiarymenu__social ul li {
    margin: 0;
    padding: 5px;
    display: inline-block; }

.footer__tertiarymenu__login svg {
  fill: #CCC; }

/* info e closure */
.footer__info {
  background-color: #010115; }

.footer__info__container {
  padding: 20px; }

.footer__info__column:nth-child(1),
.footer__info__column:nth-child(2),
.footer__info__column:nth-child(3) {
  margin-bottom: 1.65rem; }

@media screen and (min-width: 768px) {
  .footer__info:after {
    content: "";
    display: table;
    clear: both; }
  .footer__info__column {
    margin-bottom: 0;
    margin-right: 60px;
    float: left; } }

@media screen and (min-width: 1180px) {
  .footer__info__container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px; }
    .footer__info__container:after {
      content: " ";
      display: block;
      clear: both; }
  .footer__info__column {
    margin-right: 160px; } }

.footer__closure {
  background-color: #000;
  text-align: center;
  padding: 7px; }

.footer__closure ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none; }
  .footer__closure ul li {
    margin: 0;
    padding: 5px;
    display: inline-block; }

.footer__closure a {
  font-weight: 300; }

@media screen and (min-width: 657px) and (max-width: 1180px) {
  .footer__mainmenu__container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .footer__mainmenu__container:after {
      content: " ";
      display: block;
      clear: both; }
  .footer__mainmenu__section {
    padding-bottom: 1.65rem !important;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .footer__mainmenu__section:nth-child(2n+2) {
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 1180px) {
  .footer__mainmenu {
    padding: 40px; }
  .footer__mainmenu__container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .footer__mainmenu__container:after {
      content: " ";
      display: block;
      clear: both; }
  .footer__mainmenu__section {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
    .footer__mainmenu__section:last-child {
      float: right;
      margin-right: 0; }
  .footer--ateneo,
  .footer--ricerca,
  .footer--news {
    position: relative; }
  .footer--ateneo {
    left: 40px; }
  .footer--ricerca {
    left: 20px; }
  .footer--news {
    left: 60px; } }

@media screen and (min-width: 768px) {
  .footer__secondarymenu__container:after {
    content: "";
    display: table;
    clear: both; }
  .footer__secondarymenu__container li {
    float: left;
    margin-right: 30px; } }

@media screen and (min-width: 1180px) {
  .footer__secondarymenu__container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .footer__secondarymenu__container:after {
      content: " ";
      display: block;
      clear: both; }
    .footer__secondarymenu__container li {
      width: 18.3673469388%;
      float: left;
      margin-right: 2.0408163265%; }
      .footer__secondarymenu__container li:last-child {
        float: right;
        margin-right: 0; } }

@media screen and (min-width: 400px) {
  .footer__tertiarymenu__logo {
    height: 60px;
    width: 157.479383124px; }
    .svg .footer__tertiarymenu__logo {
      background: url("../img/logo/medium_white.svg") no-repeat left top;
      background-size: contain; }
    .footer__tertiarymenu__logo .no-svg,
    .no-js .footer__tertiarymenu__logo {
      background: url("../img/logo/medium_white.png") no-repeat left top;
      background-size: contain; } }

@media screen and (min-width: 680px) {
  .footer__tertiarymenu__container {
    padding-top: 140px;
    margin-left: -10px; }
  .footer__tertiarymenu__container li {
    display: inline-block;
    text-align: left;
    margin-right: 2px;
    padding-right: 6px; }
    .footer__tertiarymenu__container li br {
      display: none; }
  .footer__tertiarymenu__container li:not(:first-child):not(:nth-last-child(2)):not(.footer__tertiarymenu__login) {
    border-right: 1px solid #CCC; } }

@media screen and (min-width: 978px) {
  .footer__tertiarymenu__container {
    padding: 40px 0 40px 30px; }
  .footer__tertiarymenu__container li {
    display: inline-block;
    text-align: left;
    margin-right: 0; }
    .footer__tertiarymenu__container li br {
      display: none; }
  .footer__tertiarymenu__logo {
    position: static; }
  .footer__tertiarymenu__container {
    float: left; }
    .footer__tertiarymenu__container li {
      text-align: left;
      float: left;
      padding-left: 0;
      margin-right: 30px; }
  .footer__tertiarymenu br:not(.show) {
    display: block; }
  .footer__tertiarymenu__container li:not(:first-child) {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    min-height: 40px;
    top: 25px;
    position: relative;
    line-height: 1.5; }
    .footer__tertiarymenu__container li:not(:first-child):last-child {
      border-right: none; }
  .footer__tertiarymenu__container li:not(:first-child):not(:nth-last-child(2)):not(.footer__tertiarymenu__login) {
    border-right: 1px solid #CCC; }
  .footer__tertiarymenu__social {
    position: static;
    float: left;
    padding: 20px 0 0 40px; }
    .footer__tertiarymenu__social li {
      position: relative;
      top: 45px; }
  .footer__tertiarymenu__login {
    display: none; }
  .footer__info__container {
    padding-left: 30px; } }

@media screen and (min-width: 1180px) {
  .footer__tertiarymenu__wrapper {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0; }
    .footer__tertiarymenu__wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  .footer__tertiarymenu br {
    display: block; }
  .footer__tertiarymenu__container {
    float: left; }
  .footer__tertiarymenu__container li:not(:first-child) {
    margin-right: 15px;
    padding-right: 15px; }
  .footer__tertiarymenu__logo {
    margin-right: 50px; }
  .footer__tertiarymenu__social {
    position: relative;
    left: 145px;
    padding-left: 0; } }

/* sezioni collapsible solo nel mobile */
@media screen and (max-width: 657px) {
  .js .footer__collapsible {
    display: none;
    padding-bottom: 1.65rem !important; } }

@media screen and (min-width: 658px) {
  [data-footertoggle]:hover {
    cursor: default;
    color: #CCC !important; } }

/*
	#component #tab #tabs
*/
.tabs .underline:before {
  display: none; }

.tabs a {
  color: #222; }

.tabs a.is-active:hover {
  text-decoration: none;
  cursor: text;
  color: #00CCFF;
  /* BRUTTO */ }

.tabs a:hover {
  color: #00CCFF !important; }

.tabs a.is-active {
  text-decoration: none; }
  .tabs a.is-active .underline:before {
    display: block; }

.tabs svg {
  fill: #ccc; }

.js .tab__panel:not(.tab__panel--active) {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/*
	#component #fullscreen
*/
.fullscreen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  background-image: -webkit-linear-gradient(#020222, rgba(14, 14, 54, 0.95) 3%);
  background-image: linear-gradient(#020222, rgba(14, 14, 54, 0.95) 3%);
  z-index: 1000; }

.fullscreen svg {
  fill: #CCC; }

.fullscreen__wrapper {
  padding-top: 0.825rem; }

.fullscreen__header {
  padding: 0 20px; }

.fullscreen h1, .fullscreen h2, .fullscreen h3,
.fullscreen h4, .fullscreen h5, .fullscreen h6 {
  color: #CCC; }

.fullscreen__header {
  margin-bottom: 1.65rem; }
  .fullscreen__header:after {
    content: "";
    display: table;
    clear: both; }

.fullscreen__logo {
  float: left;
  height: 50px;
  width: 131.23281927px; }
  .svg .fullscreen__logo {
    background: url("../img/logo/medium_white.svg") no-repeat left top;
    background-size: contain; }
  .fullscreen__logo .no-svg,
  .no-js .fullscreen__logo {
    background: url("../img/logo/medium_white.png") no-repeat left top;
    background-size: contain; }

.fullscreen__close {
  float: right; }
  .fullscreen__close a:hover svg {
    fill: white; }
  .fullscreen__close a:active svg {
    fill: #00CCFF; }

.fullscreen__title {
  font-size: 1.3333333333rem; }

@media screen and (min-width: 768px) {
  .fullscreen__header {
    margin-bottom: 3.3rem; }
  .fullscreen__title {
    font-size: 2rem; } }

/* #component #modalaccordion */
.modalaccordion {
  font-size: 0.8888888889rem; }

.modalaccordion .underline:before {
  height: 0 !important; }

.modalaccordion ul,
.modalaccordion li {
  list-style: none;
  padding: 0;
  margin: 0; }

.modalaccordion li {
  margin-bottom: 0.4125rem; }

.modalaccordion li ul {
  margin-top: 0.4125rem; }

.modalaccordion a {
  font-weight: 400;
  margin-right: 20px; }
  .modalaccordion a:hover {
    color: #000; }

.modalaccordion__active {
  background: #020222;
  padding: 0.4125rem 0 !important;
  position: relative;
  top: -0.4125rem; }
  .modalaccordion__active + li {
    margin-top: -0.825rem; }

.modalaccordion__level__active__trail > a {
  font-weight: 600; }
  .modalaccordion__level__active__trail > a .underline:before {
    height: 2px !important; }

.modalaccordion__title,
.modalaccordion {
  text-indent: 20px; }
  @media screen and (min-width: 460px) {
    .modalaccordion__title,
    .modalaccordion {
      text-indent: 40px; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__title,
    .modalaccordion {
      text-indent: 100px; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__title,
    .modalaccordion {
      text-indent: 200px; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__title,
    .modalaccordion {
      text-indent: 400px; } }

.modalaccordion__level__1:not(.modalaccordion__leaf) {
  text-indent: 40px; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__1:not(.modalaccordion__leaf) {
      text-indent: 80px; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__1:not(.modalaccordion__leaf) {
      text-indent: 140px; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__1:not(.modalaccordion__leaf) {
      text-indent: 240px; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__1:not(.modalaccordion__leaf) {
      text-indent: 440px; } }

.modalaccordion__level__1.modalaccordion__leaf {
  margin-left: 40px;
  text-indent: 0; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__1.modalaccordion__leaf {
      margin-left: 80px;
      text-indent: 0; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__1.modalaccordion__leaf {
      margin-left: 140px;
      text-indent: 0; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__1.modalaccordion__leaf {
      margin-left: 240px;
      text-indent: 0; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__1.modalaccordion__leaf {
      margin-left: 440px;
      text-indent: 0; } }

.modalaccordion__level__2:not(.modalaccordion__leaf) {
  text-indent: 60px; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__2:not(.modalaccordion__leaf) {
      text-indent: 120px; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__2:not(.modalaccordion__leaf) {
      text-indent: 180px; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__2:not(.modalaccordion__leaf) {
      text-indent: 280px; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__2:not(.modalaccordion__leaf) {
      text-indent: 480px; } }

.modalaccordion__level__2.modalaccordion__leaf {
  margin-left: 60px;
  text-indent: 0; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__2.modalaccordion__leaf {
      margin-left: 120px;
      text-indent: 0; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__2.modalaccordion__leaf {
      margin-left: 180px;
      text-indent: 0; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__2.modalaccordion__leaf {
      margin-left: 280px;
      text-indent: 0; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__2.modalaccordion__leaf {
      margin-left: 480px;
      text-indent: 0; } }

.modalaccordion__level__3:not(.modalaccordion__leaf) {
  text-indent: 80px; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__3:not(.modalaccordion__leaf) {
      text-indent: 160px; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__3:not(.modalaccordion__leaf) {
      text-indent: 220px; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__3:not(.modalaccordion__leaf) {
      text-indent: 320px; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__3:not(.modalaccordion__leaf) {
      text-indent: 520px; } }

.modalaccordion__level__3.modalaccordion__leaf {
  margin-left: 80px;
  text-indent: 0; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__3.modalaccordion__leaf {
      margin-left: 160px;
      text-indent: 0; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__3.modalaccordion__leaf {
      margin-left: 220px;
      text-indent: 0; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__3.modalaccordion__leaf {
      margin-left: 320px;
      text-indent: 0; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__3.modalaccordion__leaf {
      margin-left: 520px;
      text-indent: 0; } }

.modalaccordion__level__4:not(.modalaccordion__leaf) {
  text-indent: 100px; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__4:not(.modalaccordion__leaf) {
      text-indent: 200px; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__4:not(.modalaccordion__leaf) {
      text-indent: 260px; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__4:not(.modalaccordion__leaf) {
      text-indent: 360px; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__4:not(.modalaccordion__leaf) {
      text-indent: 560px; } }

.modalaccordion__level__4.modalaccordion__leaf {
  margin-left: 100px;
  text-indent: 0; }
  @media screen and (min-width: 460px) {
    .modalaccordion__level__4.modalaccordion__leaf {
      margin-left: 200px;
      text-indent: 0; } }
  @media screen and (min-width: 768px) {
    .modalaccordion__level__4.modalaccordion__leaf {
      margin-left: 260px;
      text-indent: 0; } }
  @media screen and (min-width: 1024px) {
    .modalaccordion__level__4.modalaccordion__leaf {
      margin-left: 360px;
      text-indent: 0; } }
  @media screen and (min-width: 1280px) {
    .modalaccordion__level__4.modalaccordion__leaf {
      margin-left: 560px;
      text-indent: 0; } }

/* acordion a due livelli usato nel contenuto */
.contentaccordion,
.contentaccordion__content {
  list-style: none;
  padding: 0;
  margin: 0; }

.contentaccordion__title {
  padding: 0.4125rem 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 0 1px 0; }
  .contentaccordion__title:first-child {
    border-width: 1px 0 1px 0; }
  .contentaccordion__title:last-child {
    border-width: 0px 0 1px 0; }
  .contentaccordion__title.contentaccordion__title--border {
    border-width: 1px 0 1px 0; }

.contentaccordion > .contentaccordion__title.is-open {
  border-bottom-width: 0; }

.contentaccordion__title > a {
  display: block;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  background-image: url("../img/icons/right.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative; }
  .contentaccordion__title > a:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px 1px;
    position: absolute;
    left: 20px;
    bottom: -0.4125rem;
    background: white;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none; }

.contentaccordion__title--noicon > a {
  background-image: none !important; }

.contentaccordion__title--light > a {
  text-transform: none;
  color: #333;
  font-weight: 400; }

.contentaccordion__title.is-open > a {
  background-image: url("../img/icons/down.svg");
  background-position: right 0.4125rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4125rem; }
  .contentaccordion__title.is-open > a:before {
    display: block; }

.contentaccordion__title.is-open > .contentaccordion__content {
  max-height: 10000px;
  padding: 1.65rem 0;
  overflow-y: visible; }
  .contentaccordion__title.is-open > .contentaccordion__content > li > * {
    margin-top: 0; }
  .contentaccordion__title.is-open > .contentaccordion__content > li *:last-child {
    margin-bottom: 0; }

.js .contentaccordion__content {
  -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
  max-height: 0;
  overflow-y: hidden; }

/* box che troca un div di testo se eccede un altezza eccessiva (dipende da js) */
.truncatebox {
  padding-bottom: 1.65rem; }

.truncatebox__link {
  display: none;
  overflow: hidden; }
  .truncatebox__link a {
    display: block;
    background: url("../img/icons/down-didattica.svg") no-repeat right center;
    background-size: 12px 12px;
    padding-right: 24px;
    float: left; }
    .truncatebox__link a .truncatebox__link--open {
      display: none; }
    .truncatebox__link a .truncatebox__link--closed {
      display: block; }
  .truncatebox__link a.is-open {
    background: url("../img/icons/up-didattica.svg") no-repeat right center;
    background-size: 12px 12px; }
    .truncatebox__link a.is-open .truncatebox__link--open {
      display: block; }
    .truncatebox__link a.is-open .truncatebox__link--closed {
      display: none; }

.truncatebox__content {
  margin-bottom: 0.825rem; }

.truncatebox__content.is-truncated {
  height: 200px;
  overflow-y: hidden;
  position: relative; }
  .truncatebox__content.is-truncated:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.5rem;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

/*
	#component #subheader
*/
.header__subheader {
  font-size: 0.7222222222rem;
  position: relative;
  background: #747474;
  color: #CCC; }
  .header__subheader:after {
    content: "";
    display: table;
    clear: both; }

.header__subheader a:hover svg {
  color: #000;
  fill: #000; }

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

.header__subheader svg {
  fill: #CCC; }

.header__subheader--big {
  padding: 0 20px; }

.header__subheader--small {
  display: block; }

.header__subheader--big {
  display: none; }

.header__subheader__switcher li:first-child:after {
  content: "|";
  margin-left: 5px;
  margin-right: 0px; }

.header__subheader__switcher a,
.header__subheader__switcher a:visited {
  text-decoration: none;
  font-weight: 300; }
  .header__subheader__switcher a.langswitcher--active,
  .header__subheader__switcher a:visited.langswitcher--active {
    color: white;
    font-weight: 700; }

.header__subheader__buttons {
  position: absolute;
  right: 20px;
  top: 5px; }
  .header__subheader__buttons a {
    margin-left: 10px; }

.header__subheader__bar {
  display: block;
  padding: 10px 20px; }
  .header__subheader__bar:after {
    content: "";
    display: table;
    clear: both; }

.header__subheader__bar__logo {
  float: left;
  height: 30px;
  width: 23.5965px;
  margin-right: 20px; }
  .svg .header__subheader__bar__logo {
    background: url("../img/logo/tiny_grey.svg") no-repeat left top;
    background-size: contain; }
  .header__subheader__bar__logo .no-svg,
  .no-js .header__subheader__bar__logo {
    background: url("../img/logo/tiny_grey.png") no-repeat left top;
    background-size: contain; }

.header__subheader__bar__button {
  float: right; }
  .header__subheader__bar__button svg {
    fill: #CCC; }

.header__subheader__links {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  position: static;
  clip: none;
  opacity: 1;
  height: auto; }
  .js .header__subheader__links.is-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
    height: 0px; }

.header__subheader--small .header__subheader__links li {
  float: left;
  width: 33.3%; }
  @media screen and (min-width: 700px) {
    .header__subheader--small .header__subheader__links li {
      width: 16.66%; } }

.header__subheader--small .header__subheader__links li a {
  text-align: center;
  display: block;
  padding: 5px 0;
  border: 1px solid #8c8c8c; }
  .header__subheader--small .header__subheader__links li a:hover {
    color: white; }
  @media screen and (min-width: 1366px) {
    .header__subheader--small .header__subheader__links li a {
      padding: 10px 0; } }

@media screen and (min-width: 1024px) {
  .header__subheader--small {
    display: none; }
  .header__subheader--big {
    display: block; }
  .header__subheader--big .header__subheader__container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0; }
    .header__subheader--big .header__subheader__container:after {
      content: " ";
      display: block;
      clear: both; }
  .header__subheader--big .header__subheader__logo__container {
    display: block;
    width: 35%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 0; }
  .header__subheader--big .masthead__logo {
    height: 60px;
    width: 157.479383124px; }
    .svg .header__subheader--big .masthead__logo {
      background: url("../img/logo/medium_grey.svg") no-repeat left top;
      background-size: contain; }
    .header__subheader--big .masthead__logo .no-svg,
    .no-js .header__subheader--big .masthead__logo {
      background: url("../img/logo/medium_grey.png") no-repeat left top;
      background-size: contain; }
  .header__subheader--big .masthead__tagline {
    border-color: #8c8c8c; }
  .header__subheader--big .masthead__tagline__title {
    font-size: 1.6666666667rem;
    color: #CCC; }
  .header__subheader--big .header__subheader__links {
    width: 65%;
    float: right;
    margin-right: 0;
    position: relative; }
    .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid {
      margin-left: 20px; }
      .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li {
        float: left;
        width: 100px;
        border: none; }
        .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(4) {
          clear: left; }
        .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(1), .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(2), .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(3) {
          border-bottom: 1px solid #8c8c8c; }
        .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(2), .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(3), .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(5), .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid li:nth-child(6) {
          border-left: 1px solid #8c8c8c; }
      .header__subheader--big .header__subheader__links ul.header__subheader__linksgrid a {
        text-align: center;
        display: block;
        border: none;
        padding: 4px 0; }
    .header__subheader--big .header__subheader__links .header__subheader__login {
      display: block;
      position: absolute;
      right: 20px;
      top: 20px; }
  .header__subheader--big .header__subheader__buttons {
    right: 0; }
  .header__subheader--big .header__subheader__switcher {
    position: absolute;
    right: 0;
    top: 30px; } }

/*
	#component #media #box #image
*/
.mediabox:after {
  content: "";
  display: table;
  clear: both; }

.mediabox__title {
  font-size: 1.5555555556rem; }
  @media screen and (min-width: 400px) {
    .mediabox__title {
      font-size: 1.7777777778rem; } }
  .mediabox__title a, .mediabox__title a:hover {
    color: #222;
    text-decoration: none; }

.mediabox__title a:active {
  border-bottom: none; }

.mediabox__content p {
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.mediabox__content p + p {
  text-indent: 0;
  margin-top: auto; }

.mediabox__footer {
  font-size: 0.7777777778rem;
  margin-top: 2.475rem; }

.no-js .mediabox__readmore {
  display: none; }

.mediabox__readmore {
  text-decoration: none !important; }

.mediabox aside p:first-child {
  border-top: 1px solid #ccc;
  padding-top: 2em;
  margin-top: 2em; }

.mediabox__buttons {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mediabox__buttons li {
    margin-bottom: 1em; }

.mediabox__buttons a {
  box-shadow: 2px 2px 5px #ccc; }

.mediabox__buttons .button--didattica-outline {
  box-shadow: none; }

.mediabox__buttons a::after {
  display: block;
  margin-bottom: 1em; }

@media screen and (min-width: 800px) {
  .mediabox {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .mediabox:after {
      content: " ";
      display: block;
      clear: both; }
  .mediabox__image {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
  .mediabox__content {
    width: 66.1016949153%;
    float: right;
    margin-right: 0; }
  .js-mediabox-i18n .mediabox__content {
    margin-top: -48px; } }

@media screen and (min-width: 1024px) {
  .mediabox__content__wrapper {
    margin-left: 7.1428571429%; }
  .mediabox__content p {
    margin-right: 15.3846153846%; }
  .mediabox__buttons li {
    display: inline-block;
    margin-right: 2em; }
    .mediabox__buttons li:last-child {
      margin-right: 0; } }

/*
	#component #underline #text
*/
.underline {
  position: relative; }
  .underline:before {
    content: '';
    position: absolute;
    width: 70px;
    bottom: 0px;
    left: 0;
    height: 3px;
    background-color: #666; }

.underline--short:before {
  width: 50px; }

.underline--shorter:before {
  width: 20px; }

.underline--didattica:before {
  background-color: #00CCFF; }

.underline--ricerca:before {
  background-color: #FE6767; }

.underline--ateneo:before {
  background-color: #ff9900; }

.underline--news:before {
  background-color: #33cc00; }

.underline--i18n:before {
  background-color: #cb0098; }

/*
	#component #icons #svg

					<h4>normal icon</h4>
					<i class="icon">
						<svg class="icon__svg"><use xlink:href="#icon-user" /></svg>
						<span class="icon__fallback">Login</span>
					</i>					
					
					<h4>text icon</h4>
					<i class="icon--text">
						<svg class="icon__svg"><use xlink:href="#icon-user" /></svg>
						<span class="icon__text">Login</span>
					</i>

					<h4>Block</h4>
					<i class="icon--block">
						<svg><use xlink:href="#icon-facebook" /></svg>
						<span class="icon__fallback">Facebook</span>
					</i>
					<h4>Block epsilon</h4>
					<i class="icon--block--epsilon">
						<svg><use xlink:href="#icon-twitter" /></svg>
						<span class="icon__fallback">twitter</span>
					</i>	

					<h4>Block gamma</h4>
					<i class="icon--block--gamma">
						<svg><use xlink:href="#icon-twitter" /></svg>
						<span class="icon__fallback">twitter</span>
					</i>

					<h4>Social fb</h4>
					<i class="icon--block icon--facebook">
						<svg><use xlink:href="#icon-facebook" /></svg>
						<span class="icon__fallback">Facebook</span>
					</i>
					<h4>Social twitter </h4>
					<i class="icon--block--epsilon icon--twitter">
						<svg><use xlink:href="#icon-twitter" /></svg>
						<span class="icon__fallback">twitter</span>
					</i>	

					<h4>Social youtube </h4>
					<i class="icon--block--gamma icon--youtube">
						<svg><use xlink:href="#icon-youtube" /></svg>
						<span class="icon__fallback">twitter</span>
					</i>	
*/
.no-inlinesvg svg,
.no-js svg {
  display: none;
  width: 0;
  height: 0; }

.no-inlinesvg .icon__fallback,
.no-js .icon__fallback {
  display: inline-block; }

.inlinesvg svg {
  display: inline-block; }

.inlinesvg .icon__fallback {
  display: none; }

.icon--text, .icon--block, .icon--block--epsilon, .icon--block--delta, .icon--block--gamma, .icon--negative, .icon--subheader {
  display: inline-block;
  font-style: normal; }

.icon__svg {
  width: 16px;
  height: 16px; }

.icon__svg--small {
  width: 12px;
  height: 12px; }

.icon__svg--didattica {
  fill: #00CCFF; }

.icon__svg--epsilon {
  width: 21px;
  height: 21px; }

.icon__svg--delta {
  width: 24px;
  height: 24px; }

.icon__svg--gamma {
  width: 36px;
  height: 36px; }

.icon__svg--beta {
  width: 48px;
  height: 48px; }

.icon__svg--alpha {
  width: 60px;
  height: 60px; }

.icon--text svg,
.icon--text .icon__text {
  display: inline-block;
  vertical-align: middle; }
  .icon--text svg.icon__text--underline,
  .icon--text .icon__text.icon__text--underline {
    text-decoration: underline; }

.icon--block, .icon--block--epsilon, .icon--block--delta, .icon--block--gamma {
  background: black; }
  .inlinesvg .icon--block, .inlinesvg .icon--block--epsilon, .inlinesvg .icon--block--delta, .inlinesvg .icon--block--gamma {
    width: 18px;
    height: 18px; }
    .inlinesvg .icon--block svg, .inlinesvg .icon--block--epsilon svg, .inlinesvg .icon--block--delta svg, .inlinesvg .icon--block--gamma svg {
      width: 18px;
      height: 18px;
      fill: white; }
  .no-inlinesvg .icon--block, .no-inlinesvg .icon--block--epsilon, .no-inlinesvg .icon--block--delta, .no-inlinesvg .icon--block--gamma {
    color: white; }
    .no-inlinesvg .icon--block .icon__fallback, .no-inlinesvg .icon--block--epsilon .icon__fallback, .no-inlinesvg .icon--block--delta .icon__fallback, .no-inlinesvg .icon--block--gamma .icon__fallback {
      font-size: 18px; }

.icon--block--epsilon {
  background: black; }
  .inlinesvg .icon--block--epsilon {
    width: 21px;
    height: 21px; }
    .inlinesvg .icon--block--epsilon svg {
      width: 21px;
      height: 21px;
      fill: white; }
  .no-inlinesvg .icon--block--epsilon {
    color: white; }
    .no-inlinesvg .icon--block--epsilon .icon__fallback {
      font-size: 21px; }

.icon--block--delta {
  background: black; }
  .inlinesvg .icon--block--delta {
    width: 24px;
    height: 24px; }
    .inlinesvg .icon--block--delta svg {
      width: 24px;
      height: 24px;
      fill: white; }
  .no-inlinesvg .icon--block--delta {
    color: white; }
    .no-inlinesvg .icon--block--delta .icon__fallback {
      font-size: 24px; }

.icon--block--gamma {
  background: black; }
  .inlinesvg .icon--block--gamma {
    width: 36px;
    height: 36px; }
    .inlinesvg .icon--block--gamma svg {
      width: 36px;
      height: 36px;
      fill: white; }
  .no-inlinesvg .icon--block--gamma {
    color: white; }
    .no-inlinesvg .icon--block--gamma .icon__fallback {
      font-size: 36px; }

.icon--negative svg {
  fill: white; }

.icon--negative .icon__fallback {
  color: white; }

.icon--subheader svg {
  fill: #CCC; }

.icon--subheader .icon__fallback {
  color: #CCC; }

.icon--facebook {
  background: #3b5998; }
  .icon--facebook svg {
    padding: 3px; }

.icon--twitter {
  background: #55acee; }
  .icon--twitter svg {
    padding: 3px; }

.icon--youtube {
  background: #c61424; }
  .icon--youtube svg {
    padding: 3px; }

/*
	#component #search #top
*/
.search {
  font-size: 0.7222222222rem;
  padding: 20px;
  background-color: #0e0e36;
  color: #CCC;
  position: relative; }
  .js .search {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
    height: 0px; }
    .js .search.is-open {
      position: static;
      clip: none;
      opacity: 1;
      height: auto; }

.search-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px; }
  .search-close:active {
    position: static; }
  .no-js .search-close {
    display: none; }

.search form {
  margin-bottom: 1.65rem; }
  .search form:after {
    content: "";
    display: table;
    clear: both; }

.search label {
  display: block;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.search input[type="text"],
.search button {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid transparent;
  float: left;
  padding: 0 5px;
  margin: 0;
  line-height: 32px; }

.search input[type="text"] {
  color: #7a7a7a;
  background: white;
  width: auto; }

.search button {
  background: #7a7a7a;
  color: white;
  width: 37px; }
  .search button i {
    position: relative;
    top: 3px; }

.search ::-webkit-input-placeholder {
  color: #333;
  font-style: italic; }

.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-style: italic; }

.search :-ms-input-placeholder {
  color: #333;
  font-style: italic; }

@media screen and (min-width: 735px) {
  .search__container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .search__container:after {
      content: " ";
      display: block;
      clear: both; }
  .search form {
    float: left;
    margin-bottom: 0;
    margin-right: 20px; }
  .search-close {
    position: static;
    float: right;
    padding-top: 10px; } }

/*
	#component #breadcrumb
*/
.breadcrumb {
  font-size: 0.7777777778rem;
  font-weight: 600; }

.breadcrumb,
.breadcrumb a,
.breadcrumb a:visited {
  color: #333; }

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

.breadcrumb__home,
.breadcrumb__page {
  display: none; }

.breadcrumb li:not(.breadcrumb__page) {
  margin-right: 5px; }

.breadcrumb li:not(.breadcrumb__page):after {
  content: "\003E";
  margin-left: 5px; }

@media screen and (min-width: 1024px) {
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none; }
    .breadcrumb ul li {
      margin: 0 0px 0 0;
      padding: 0;
      display: inline-block; }
  .breadcrumb__home,
  .breadcrumb__page {
    display: block; } }

/*
	#pagetitle
*/
.pagetitle {
  font-size: 2rem;
  margin-bottom: 1.65rem; }

.langswitcher li:first-child:after {
  content: "|";
  margin-left: 5px; }

.langswitcher a:hover {
  text-decoration: underline; }

.langswitcher a:active {
  text-decoration: none; }

.langswitcher a,
.langswitcher a:visited {
  text-decoration: underline;
  color: #747474;
  font-weight: 300; }
  .langswitcher a.langswitcher--active,
  .langswitcher a:visited.langswitcher--active {
    color: black;
    font-weight: 700;
    pointer-events: none;
    text-decoration: none; }

.button, .truncatebox__link a {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: .25em .75em;
  font-size: 85%; }

.button:focus, .truncatebox__link a:focus {
  position: relative;
  top: 1px;
  left: 1px; }

.button--didattica {
  background: #00CCFF;
  border: 2px solid #00CCFF;
  color: white; }
  .button--didattica:hover {
    color: white;
    background: #333;
    border-color: #333; }

.button--didattica-outline {
  border: 2px solid #00CCFF;
  color: solid #00CCFF;
  background: white; }
  .button--didattica-outline:hover {
    color: #333;
    border-color: #333; }

/*
	#popup
*/
.popup {
  position: absolute;
  left: 50%; }
  @media screen and (min-width: 1024px) {
    .popup {
      top: 3.3rem; } }

.popup__body {
  padding: 20px;
  background: #FFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  position: relative; }
  @media screen and (min-width: 321px) {
    .popup__body {
      max-width: 400px;
      margin: 0 auto; } }

.popup__close,
.popup__close:active {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #00CCFF;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid white; }
  .popup__close svg,
  .popup__close:active svg {
    width: 20px;
    height: 20px;
    padding: 3px;
    fill: white; }

.popup__content p + p {
  text-indent: 0;
  margin-top: auto; }

/* screen lock */
body.locked {
  overflow: hidden; }

.lock-bg {
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0; }

.lock,
.lock *,
.lock a:visited {
  color: #CCC;
  text-decoration: none; }

.lock a:hover {
  color: #00CCFF; }

.lock {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  min-width: 300px;
  max-width: 600px;
  padding: 2rem;
  background: rgba(14, 14, 54, 0.95);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8); }

.lock-title {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0.825rem;
  margin-top: 0;
  margin-bottom: 1.65rem;
  color: #CCC;
  border-bottom: 1px solid #CCC; }

/* #component #loader */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #0e0e36;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/*
	#component #browser #message #upgrade
*/
.browserupgrade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: yellow;
  z-index: 2000; }

.browserupgrade p {
  padding: 20px;
  margin: 0;
  text-align: center; }

/*
	#component #alert
*/
.alert {
  background: #ffcc01;
  padding: 10px;
  width: 100%;
  text-align: center; }
  .alert a {
    color: #333; }

/*
	#component #corso
*/
.corso__slideshow {
  margin-top: 1.65rem; }

.corso__slideshow__pager {
  line-height: 0.5; }

.corso__slideshow__pager a {
  float: right;
  margin-left: 5px;
  margin-top: 8px;
  background: #bfbfbf;
  width: 10px;
  height: 10px; }
  .corso__slideshow__pager a:hover, .corso__slideshow__pager a.cycle-pager-active {
    background: #000; }

/*
	#component #filters
*/
/* filters */
.filters-row {
  padding: 3.3rem 20px;
  border-bottom: 1px solid #ccc; }

.filters-row:first-child {
  padding-top: 0; }

.filters-row.even {
  background: #fafafa; }

.filters-title {
  margin: 0 20px;
  max-width: 600px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4125rem;
  overflow: hidden; }

@media screen and (min-width: 1024px) {
  .filters-contained-large {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 60px; }
  .filters-contained-small {
    max-width: 550px;
    display: inline-block; }
  .filters-title {
    margin: 0; } }

.filters {
  margin: 0 20px; }

@media screen and (min-width: 1024px) {
  .filters {
    display: block;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid #d6d6d6;
    max-width: 350px;
    padding: 20px;
    margin: 0;
    position: fixed;
    top: 360px;
    right: 5vw;
    background: white; } }

@media screen and (min-width: 1170px) {
  .filters {
    right: 10vw; } }

@media screen and (min-width: 1620px) {
  .filters {
    right: 20vw; } }

@media screen and (min-width: 1920px) {
  .filters {
    right: 25vw; } }

.insegnamento-sceltacorso {
  overflow: hidden; }

@media screen and (min-width: 1024px) {
  .insegnamento-sceltacorso-left,
  .insegnamento-sceltacorso-right {
    float: left; }
  .insegnamento-sceltacorso-left {
    width: 60%; }
  .insegnamento-sceltacorso-right {
    width: 40%;
    text-align: right; } }
