.bx-wrapper {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #d6d6d6;

}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #030000;

}

.h_flex_a {
	width: 100%;
   	margin-bottom: 50px;
}

.left{ 
    float: left; 
} 
.right{ 
    float: right; 
} 

.large_card {
	width: 446px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	margin:0 22px;
}

.large_card.left{ 
    margin-left: 22px; 
} 
.large_card.right{ 
    margin-right: 22px; 
} 
 
 
.large_card .chevron {
	float: right;
}

.table_card {
	width: 100%;
/*	height: 172px;*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin:0;
}

.table_card td {
	width: 70%;
	vertical-align: middle;
	
}

.table_card th {
	width: 30%;
	vertical-align: middle;
	padding:12px 18px 8px 12px;
}

.table_card td:first-child {
	text-align: center;
}

.table_card.right{ 
    margin-left: 14px; 
} 

.table_card td h3 {
	padding: 0 10px 14px 0;
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color: #63544a;
}

.table_card td p {
	padding-right: 5px;
	font-size: 12px; 
	font-weight: 500;
	line-height: 13pt;
	color: #63544a;
}

section.block {
	margin: 30px auto;
}

section.block header {
	margin-left: 3px;
	padding-left: 15px;
	border-left: 3px solid #000;
	font-size: 16pt;
	line-height: 18pt;
}

/*
.small_card {
	width: 225px;
	margin-bottom: 20px;
	padding: 9px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
*/

.small_card {
	width: 225px;
	margin-bottom: 20px;
	padding: 9px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.small_card p {
	padding-top: 8px;
	font-size: 9pt;
	font-weight: 500;
	text-align: left;
	line-height: 12pt;
}

.small_card img {
	width:207px !important;
	height:auto;
}

.news {
	border: 1px solid #ccc;
}

.one_news {
	padding: 14px;
	border-bottom: 1px dashed #ccc;
}

.one_news.last {
	border-bottom: none;
}

.event-area {
	padding:0 0 24px 0;
	text-align:center;
}

