@charset "UTF-8";
.pc-view {
	display: block;
}
.tablet-view,
.mobile-view {
	display: none;
}
iframe[class^="feed"], iframe[class*=" feed"] {
    width: 100%;
		border: 0;
		margin-bottom: 15px;
		/*margin: 15px 0;*/
}
.feed1 {
	height: 600px;
}
.feed2 {
	height: 450px;
	/*margin-bottom: 15px;*/
}
.feed3 {
	height: 600px;
}
.feed4 {
	height: 500px;
}
.feed5 {
	height: 620px;
}
.feed6 {
	height: 350px;
}
.feed7 {
	height: 1100px;
}
.feed8 {
	height: 400px;
}
.feed9 {
	height: 700px;
}
.feed10 {
	height: 1160px;
}
.feed11 {
	height: 720px;
}
.feed12 {
	height: 1400px;
}
.feed13 {
	height: 680px;
}
.feed14 {
	height: 700px;
}
.feed15 {
	height: 2710px;
}
.feed16 {
	height: 3100px;
}
.feed17 {
	height: 440px;
}
.feed18 {
	height: 1100px;
}
.feed19 {
	height: 600px;
}
.feed20 {
	height: 400px;
}
.feed21 {
	height: 300px;
}

.feed-animation {
	width: 100%;
	height: 700px;
	border: 0;
	margin-top: 15px;
}
.news-date-small {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
}
.news-spacer {
	border-bottom: 1px solid #C9CCCD;
}
.news-spacer a {
	text-align: center;
}
.switch-darkgreen {
	color: #076547!important;
}
.switch-darkgrey {
	color: #6a757c;
}
.switch-white {
	color: #fff;
}
.date-small {
	display: none
}
.calendar-title {
	font-size: 15px;
}
.date {
	background: #016142 none repeat scroll 0 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 3px 3px 3px;
	text-align: center;
	width: 90px;
}
.date span {
	background: #fff none repeat scroll 0 0;
	color: #016142;
	display: block;
	font-size: 21px;
	margin: 4px 1px 4px;
	padding: 8px 0;
}
.padding20px {
	padding: 20px;
}
table.table-responsive {
	/*border: 1px solid #BED3EF;*/
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	/*box-shadow: 1px 3px 6px rgba(15, 37, 63, 0.2);*/
}
table.table-responsive tr {
	/*border: 1px solid #ddd;
	padding: 5px;*/
}
table.table-responsive th, table td {
	/*padding: 10px;
	text-align: left;
	vertical-align: top*/
	padding: 10px 15px;
}
table.table-responsive th {
	text-transform: none;
	/*font-size: 13px;
	letter-spacing: 1px;*/
	background-color: #7dac50;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
table.table-responsive tr:nth-of-type(odd) {
	background: #F7F9FB;
}
table.table-responsive tr:nth-of-type(even) {
	background: #CCDCEA;
}
table.table-responsive .td-align-center {
	text-align: center;
}
@media screen and (max-width: 900px) {
	.pc-view {
		display: none;
	}
	.mobile-view {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.date-small {
		display: block
	}
	.date {
		display: none
	}
	.calendar-title {
		font: 14px;
	}
	table.table-responsive {
		border: 0;
	}
	table.table-responsive thead {
		display: none;
	}
	table.table-responsive tr {
		margin-bottom: 0px;
		display: block;
		border-bottom: 1px solid #ddd;
	}
	table.table-responsive td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}
	table.table-responsive td:last-child {
		border-bottom: 0;
	}
	table.table-responsive td:before {
		content: attr(data-label);
		float: left;
		text-transform: none;
		font-weight: bold;
	}
	table.table-responsive .td-align-center {
		text-align: right;
	}
}
