/**
 * ASTC Styles
 */

/*
 * Multimedia List
 */
.astc-multimedia-item {
	width: 33.333%;
	float: left;
	padding: 20px;
	height: 300px;
	overflow: hidden;
}
.astc-multimedia-image img {
	width: 100%;
	height: auto;
}
.astc-multimedia-title {
	color: #000000;
	text-align: center;
}
.astc-multimedia-title:hover {
	text-decoration: underline;
}

/*
 * In the News, Press Release, and Events Tables
 */
table#astc-itn-table,
table#astc-press-release-table,
table#astc-events-table {
	border: none;
	padding: 0px;
}
table#astc-itn-table td,
table#astc-press-release-table td,
table#astc-events-table td {
	border: none;
}
table#astc-itn-table td a:hover,
table#astc-events-table td a:hover,
table#astc-press-release-table td a:hover {
	text-decoration: underline;
}


/* RESPONSIVENESS */
@media screen and ( max-width: 767px ) {
    .astc-multimedia-item {
    	width: 50%;
    	float: left;
    	padding: 20px;
    	height: 295px;
    	overflow: hidden;
    }
    table#astc-itn-table td,
    table#astc-press-release-table td,
    table#astc-events-table td {
    	padding: 5px 2px 0px 0px !important;
    }
    td.astc-table-date {
        width: 33%;
    }
    td.astc-table-details {
        width: 66%;
    }
    td.astc-table-logo {
		display: none;
	}
}
@media screen and ( max-width: 415px ) {
    table#astc-itn-table td,
    table#astc-press-release-table td,
    table#astc-events-table td {
    	font-size: 10px;
    	line-height: 1.5em;
    	padding-top: 5px !important;
	}
    .astc-multimedia-item {
    	width: 100%;
    	float: none;
    	padding: 20px;
    	height: 250px;
    }
}