.article-header{
	margin-bottom:25px;
}
article .block-region-right h2{
	font-size:22px;
	margin:25px 0 20px 0;
	font-weight:600;
}
.leader h2{
	font-size:20px;
	font-weight:600;
	margin:0 0 10px;
}
.leader h3{
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.leader p{
	color:#777;
line-height: 160%;
    font-size: 14px;
}
.eventslist li{
	list-style:none;
}
.eventslist ul{
	padding:0;
	margin:0;
}
.eventslist h3{
	margin:5px 0 15px 0;
}
.eventslist h3 a{
	color:#000;
	font-size:16px;
	line-height:160%;
}
.page-url-qr-code.t-c img{
	max-width:120px;
}
.page-node-type-event .page-url-qr-code.t-c,.page-node-type-article .page-url-qr-code.t-c{
	margin-top:40px;
}

 ul.institute{
  padding:0;
  margin:0;
      display: flex;
    flex-wrap: wrap;
}

.institute li{
  padding:20px 30px;
  background-image: linear-gradient(to right,  #1C9AF5, #5BADEA);
  background-image: -moz-linear-gradient(to right,  #1C9AF5, #5BADEA);
  position:relative;
  color:#FFF;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
  width:calc(100% - 20px);
  margin: 10px;
  list-style:none;
  transition:all ease 0.5s;
}
.institute li:before{
  content:"";
  width:calc(100% - 6px);
  height:calc(100% - 6px);
  border:1px solid #FFF;
  left:2px;
  top:2px;
  position:absolute;
}
.institute li:hover{
  transform:scale(1.03);
  box-shadow:2px 2px 10px rgba(0,0,0,0.2);
}
.institute a,.institutea:hover,.institute a:active {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    position: relative;
    z-index: 1;
}

@media (min-width:1280px){
  .institute li{
   max-width: calc(50% - 20px);
  }
}
/*********** table *********/
table>tbody>tr>td, table>thead>tr>td, table>tfoot>tr>td, table>tbody>tr>th, table>thead>tr>th, table>tfoot>tr>th {
    border: 1px solid #c6c6c6;
}
table {
    border: 1px solid #c6c6c6;
}
table p{
	margin-bottom:0;
}
.table{
margin-top:5px;
}

.table thead tr th {
    font-size: 15px !important;
    background: deepskyblue;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:600;
    text-align: center;
    border-bottom: 0;
    color:#FFF;
}
.table thead tr th p{
      font-size:15px !important;
}
.table p{
  font-size:14px;
  margin:0;
  line-height:150%;
}
.table tbody tr:nth-child(odd) {
    background:aliceblue;
}
.table tbody tr:nth-child(even) {
    background:#f8f8f8;
}
.table.normal tbody tr td {
    vertical-align: top;
}
.table tbody tr td {
   line-height: 180%;
}

@media(max-width:992px){
.table.leader {
}
thead{display: none;}
table,table td{border: 0 !important;}
table tr{display: flex;justify-content: flex-start;align-items: center;width: 100% !important;border: 0;flex-wrap:wrap;margin-bottom:10px;}
table tr td{border: 0;width: 100%;text-align: left;position: relative;padding-left:120px !important;text-align: left !important;}
table tr td::before{text-align: left;
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 20px;
    top: 10px;
    font-weight: bold;}
}

.field.field-attachments.field-type-file.field-label-above {
    padding: 20px;
    background: aliceblue;
    margin-top: 40px;
}
.field.field-attachments .field-label{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}
.field.field-attachments  .field-item{
	margin-bottom:5px;
}