.parent {
  text-align: center;
  line-height: 14px;
}
.child {
  display: inline-block;
  vertical-align: middle;
}
  @media only screen and (max-width: 992px){
.mobile-header .header-area {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
  }
a, 
a:link{
	color:#D96D4C;
}
a:visited{
	color:#D96D4C;
}
a:hover{
	color:#D96D4C;
}
a:active{
	color:#D96D4C;
}
#footerinfo628747 a:hover {
    color: #D96D4C;
    text-decoration: none;
}
.swiper-wrapper-overflow {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 10px;
}
.testo-header {
	text-align: center;
	font-size: 12px;
}
@media only screen and (max-width: 992px) {
.testo-header {
	font-size: 12px;
}
}
div.mobile-header-replace {
    height: 70px;
}
.testo-sfumato {
    /* background: linear-gradient(83deg,#1682ae,#72c1af); */
	background: linear-gradient(83deg,#006EAD,#134e6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	-webkit-text-stroke: 1px white;
}
.color-black {
    background-color: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-footer {
	tect-color: white;
}
.testo-titolo {
	font-family: Francois One;
	font-size: 30px !important;
}
.testo-titolo-2 {
	font-family: Francois One;
	font-size: 16px !important;
}
.verde {
	color: #72c1af;
}
.d-wrapper .is-box .is-container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.is-boxes {
  min-height: 0px  !important;
}

/* STILI PER TABELLA */
#content-table {
  margin-top: 10px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #72c1af;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: #003366;
  margin: 5px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 10px;
  list-style: none;
  text-align: left;
  font-weight: 1;
  max-width: 67%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: 'Francois One', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline .event {
  border-bottom: 1px dashed #4298c3;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: #717171;
  content: attr(data-date);
  text-align: right;
  font-weight: 400;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event {
  list-style-type: none;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #169eda;
  left: -57.85px;
  background: #72c1af;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}
.timeline table {
	width: 100%;
}
.timeline table:first-child tr:first-child td:first-child {
	width: 120px;
}
@media (max-width: 800px) {

  .timeline .event:before {
    left: -0.5px;
    top: -40px;
    background-color: #4298c3;
    color: white;
    margin-top: 8px;
    padding: 2px 8px 2px 8px;
    content: attr(data-date);
    text-align: right;
    font-weight: 400;
    font-size: 0.9em;
    min-width: 120px;
  }
  .timeline .event table {
      top: 0px;
      padding: 10px 0px 10px 0px;
      position: relative;
  }
  .timeline {
  max-width: 100%;
}
}

/* Stili per tabella faculty */
table.default td {
	font-family: Roboto;
    padding: 2px;
}
.d-wrapper table td {
    padding: 2px;
}
/* body { font-size: 100% !important; } */