@media (min-width: 1360px) {
    .inner {
        max-width: 1440px;
        width:96%;
    }
    .main-menu-1-1 ul.menu.nav-menu {
    display: flex;
    justify-content: space-around;
}
}
.block{
	margin:0;
}
.block .block-title {
    border-bottom: 0;
    font-weight:600;
}
#content {
    min-height: 500px;
}
a,a:hover,a:active,a:focus{
	outline:none;
}
.header-body{
	background:url(../../head-bg.jpg) no-repeat bottom right;
}
.header-container.inner, .header-row {
    height: 120px;
    padding: 0;
}
#site-logo img {
    max-height: 90px;
}

.main-menu-nav-primary .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>.menu-item, #main-menu .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>li.menu-item {
    text-align: center;
    padding-left: 1.8%;
    padding-right: 1.8%;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 180px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-top: 3px solid #FFF;
    background-color: rgba(184,28,34,0.9);
}
.main-menu-1-1 .nav-menu .level-menu .menu-item>a {
    color: #FFF;
}
.main-menu-1-1 .nav-menu .level-menu .menu-item>a.is-active, .main-menu-1-1 .nav-menu .level-menu .menu-item>a:hover,.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a {
    background-color: #9D171E;
}
.sidebar-menu-2-4 .nav-menu .menu-item.active:not(.expanded) a {
    background: none;
    color:#b81c22;
}
.page-taxonomy .title-inner h2 {
    border-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    margin-top: 14px !important;
    padding-bottom: 7px;
}
.block-region-right h3{
	font-size:18px;
	margin-bottom:10px;
	margin-top:5px;
}
@media (min-width: 1360px) {
 .page-taxonomy .list-item a p {
        font-size: 16px;
    }
 .page-taxonomy  .list-3 .list-item {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
}

.field.field-attachments.field-type-file.field-label-above {
    background: #FCF7EF;
    padding: 20px 35px;
    margin-top: 30px;
}
.field.field-attachments .field-label {
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.parttimemember img{
		aspect-ratio: 9 / 13;
    object-fit: cover;
    border-radius:5px;
}
 .award.waterfall {
    column-count: 2;         
    column-gap: 12px;        
    margin: 0 auto;
  }


 .award  .card {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 12px; 
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: transform .2s, box-shadow .2s;
  }

 .award  .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
  }

 .award  .card img {
    display: block;
    width: 100%;
    background: #eee;
  }

 .award  .card .info { 
 	padding: 10px 12px 12px;
    font-size: 14px !important;
 	text-align:center;
 }

 .award  .card h3 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.4;
    color: #222;
    font-weight: 600;
  }

  .award .card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #8a8a8e;
  }

  @media (max-width: 420px) {
   .award.waterfall { column-count: 1; }
  }
.selectlist {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .selectlist span {
    padding: 6px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    color: #333;
    cursor: pointer;
    user-select: none;
    transition: all .2s;
  }
  .selectlist span:hover {
    border-color: #b81c22;
    color: #b81c22;
  }
  .selectlist span.active {
    background: #b81c22;
    border-color: #b81c22;
    color: #fff;
  }
.articlelist .filter {
    padding: 12px 16px;
    margin-bottom: 8px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    float: left;
    margin-right: 10px;
} 
  .articlelist .filter.hidden {
    display: none;
  }
/********** footer ******/
.footer-bg-primary h4{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}

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