a
 {
    outline: none !important;
}
@media(min-width:1280px){
	.inner{
		width:100%;
		max-width:1600px;
	}
}
.block{
	margin-bottom:0;
}
.block h2.block-title{
	font-weight:600;
	color:#CC3300;
	padding-bottom:10px;
	border-bottom:0;
	  position: relative;
	  margin-bottom:15px;
}
.block h2.block-title:after{
	    background-color: #CC3300;
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 0;
}
 a.more-link  {
    background-color: #CCC;
    color: #333;
    font-size: 12px !important;
    border-radius: 3px;
    font-family: arial, Helvetica, Arial, sans-serif;
    padding: 4px 10px;
    text-align: center;
    display: inline-block;
    top: 5px;
    right: 0;
}
 a.more-link:hover{
 	    background-color: #f2f2f2;
 }
.header-container.inner, .header-row {
    height: 130px;
}
#search_block_form .form-element-radius{
  border-radius:30px;
}
.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 {
    width: auto;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}
.main-menu-1-1 .nav-menu{
  font-size:16px;
  font-weight:600;
}
.main-menu-1-1 .nav-menu .level-menu a {
    font-size: 14px;
    line-height: 1;
}
.menu.nav-menuul .dropdown-menu, .menu.nav-menu .dropdown .dropdown-menu {
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.banner {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0 !important;
    background-image: url(../../Banner-2.jpg);
}
.title-inner {
    max-width: 1400px;
}
.page-taxonomy .title-inner h2{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.page-taxonomy .list-3.list-3-1 .list-content .list-item.list-item-line a p {
    font-size: 16px;
    overflow: inherit;
    text-overflow: inherit !important;
    white-space: inherit !important;
}
.page-taxonomy .list-item {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.page-taxonomy .list-item .date {
    display: inline-block;
    padding-top: 5px;
    padding-left: 20px;
}
.eventitem {
    display: flex;
    padding: 10px 5px;
}
.eventtime {
    width: 100px;
    font-family: "Times New Roman", Times, serif;
    background: #274A4A;
    color: #FFF;
    display: block;
    text-align: center;
    width: 60px;
    height: 80px;
    margin-right:15px;
}
.eventtime.istoday{
	background:#DA5359;
}
.eventtime span{
	display:block;
	text-align:center;
}
.eventtime span.day {
    font-size: 42px;
    font-weight: 600;
    height: 40px;
    line-height: 50px;
}
.year-month {
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
}
.eventitem img{
	width:100%;
	margin-bottom:10px;
}
@media(min-width:1280px){
.eventitem  img {
    width: 400px !important;
}
}
.eventinfo h3{
	  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:140%;
    font-size:16px;
    margin-bottom:10px;
}
.eventinfo p{
	margin-bottom:3px;
	color:#999;
	padding: 0;
    text-align: left;
}
.page-node-type-event .field.field-body.field-type-text-with-summary.field-label-hidden.field-item{
	margin-top:30px;
}
.page-url-qr-code img{
	width:100px;
}
.footer-bg-primary{
  padding:20px 0 20px;
}
.footer-link{
  padding:20px 0;
  color:#fff;
  background:rgba(0,0,0,0.1);
  margin-bottom:10px;
  font-weight:600;
}
.footer-link .label{
  padding:10px 20px;
  background:none;
  border-radius:5px;
  display: flex;
  margin-right:10px;
  font-size:18px;
}
span.link{
    display: inline-block;
    width: calc(100% - 150px);
    margin-left: 20px;
}
.footer-bg-primary a{
  color:rgba(255,255,255,0.7);
  padding:5px 5px;
  margin-left:10px;
  font-size:14px;
  font-weight:normal;
  display:inline-block;
}
.footer-bg-primary a:hover{
  color:rgba(255,255,255,1);
}
.copyright{
	padding:20px 0 0;
	border-top:1px solid rgba(255,255,255,0.3);
	text-align:center;
	font-size:12px;
	margin-top:20px;
}
/*********** table *********/
.table{
margin-top:5px;
}

.table thead tr th {
    font-size: 15px !important;
    background: #005826;
    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:#FFF;
}
.table tbody tr:nth-child(even) {
    background:#F2F6F1;
}
.table.normal tbody tr td {
    vertical-align: top;
}
.table tbody tr td {
   line-height: 180%;
}

@media screen and (max-width: 767px) {
.row div.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
  .row div.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.rowflex{
  display:flex;
  flex-wrap:wrap;
}