@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../index.html');
    src: url('../index.html#iefix') format('embedded-opentype'),
         url('../index.html') format('woff2'),
         url('../index.html') format('woff'),
         url('../index.html') format('truetype'),
         url('../index.html#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansCnLtIt';
    src: url('../index.html');
    src: url('../index.html#iefix') format('embedded-opentype'),
         url('../index.html') format('woff2'),
         url('../index.html') format('woff'),
         url('../index.html') format('truetype'),
         url('../index.html#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../index.html');
    src: url('../index.html#iefix') format('embedded-opentype'),
         url('../index.html') format('woff2'),
         url('../index.html') format('woff'),
         url('../index.html') format('truetype'),
         url('../index.html#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../index.html');
    src: url('../index.html#iefix') format('embedded-opentype'),
         url('../index.html') format('woff2'),
         url('../index.html') format('woff'),
         url('../index.html') format('truetype'),
         url('../index.html#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../index.html');
    src: url('../index.html#iefix') format('embedded-opentype'),
         url('../index.html') format('woff2'),
         url('../index.html') format('woff'),
         url('../index.html') format('truetype'),
         url('../index.html#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansitalic';
    src: url('../index.html');
    src: url('../index.html#iefix') format('embedded-opentype'),
         url('../index.html') format('woff2'),
         url('../index.html') format('woff'),
         url('../index.html') format('truetype'),
         url('../index.html#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('../index.html');
    src: url('../index.html#iefix') format('embedded-opentype'),
         url('../index.html') format('woff2'),
         url('../index.html') format('woff'),
         url('../index.html') format('truetype'),
         url('../index.html#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.event_a_container{
	width: 96%;
	border: 1px solid #000000;
	margin: 2%;
	padding: 2%;
	box-sizing:border-box;
	float: left;
}
.eventdate{
	background: #000;
    padding: 4px;
	float: left;
	box-sizing:border-box;
	width: 6%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.eventday, .eventnum, .eventmonth, .eventyear {
	float: left;
	text-align: center;
	width: 100%;
	color: white;
}
.eventday{
	font-size: 11px;
	line-height: 11px;
}
.eventnum{
	font-size: 48px;
	font-weight:bold;
}
.eventmonth{
	font-size: 18px;
	line-height: 18px;
}
.eventyear{
	font-size: 10px;
	line-height: 14px;
	
}
.eventinfo{
	width: 92%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
.eventinfo p{
	
}
.event_title{
	font-family: 'open_sans_condensedbold';
	font-size: 28px;
	line-height: 32px;
}
.event_summary{
	font-family: 'open_sansregular';
	font-size: 16px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.event_sub{
	font-family: 'open_sansbold';
	font-size: 20px;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.event_links{
	float: left;
	width: 100%;

}
.event_link a{
	color: white;
	font-family: 'open_sansregular';
	font-size: 12px;
	line-height: 16px;
	text-decoration:none;
	padding: 8px;
	background-color: gray;
}
.event_link{	
	float: left;
	margin-right: 4px;
	margin-top: 12px;
}
.event_link a:hover{
	background-color: black;
}
@media only screen and (max-width: 1280px) {
	.eventdate{
	width: 8%;
}
.eventinfo{
	width: 90%;
}
}
@media only screen and (max-width: 1024px) {
		.eventnum{
	font-size: 38px;
	line-height: 38px
}
.eventmonth{
	font-size: 14px;
	line-height: 14px;
}
	
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 640px) {
	.eventdate{
	width: 12%;
}
.eventinfo{
	width: 86%;
}
.event_title{
	font-size: 24px;
	line-height: 28px;
}
.event_summary{
	font-size: 12px;
	line-height: 16px;
}
.event_sub{
	font-size: 16px;
	line-height: 20px;
}
.event_link a{
	font-size: 11px;
	line-height: 13px;
	padding: 6px;
}
.event_link{	
	margin-top: 8px;
}
.event_links{
	padding-top: 6px;
	padding-bottom: 6px;
}
}
@media only screen and (max-width: 480px) {
.eventdate{
	width: 18%;
}
.eventinfo{
	width: 79%;
	margin-left: 2%;
}
.event_title{
	font-size: 20px;
	line-height: 24px;
}
.event_summary{
	font-size: 11px;
	line-height: 15px;
}
.event_sub{
	font-size: 14px;
	line-height: 18px;
}
.eventnum{
	font-size: 32px;
	line-height: 32px
}
.eventmonth{
	font-size: 12px;
	line-height: 12px;
}
}
