@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;
}
@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;
}


/********** 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;
}
