.tabs {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.6);
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 50%;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-1 {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.tabs input#tab-2 {
	left: 50%;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
label.tab-label-1 {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
label.tab-label-2 {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
<!--
.tabs input#tab-3 {
	left: 240px;
}
.tabs input#tab-4 {
	left: 360px;
}
-->
.tabs label {
	background: #405E74;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	height: 30px;
	position: relative;
	float: left;
	display: block;
	width: 50%;
	color: #fff;
	top: 0px;
	line-height: 26px;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}
.tabs label:after {
	content: '';
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	display: block;
}
.tabs input:hover + label {
	background: #00703C;
	color: #fff;
	top: -3px;
	-webkit-transition: top linear 0.2s;
	-moz-transition: top linear 0.2s;
	-o-transition: top linear 0.2s;
	-ms-transition: top linear 0.2s;
	transition: top linear 0.2s;
}
.tabs input:hover + label:after {
	background: #fff;
	color: #550B01;
}
.tabs input:hover + label ~ .clear-shadow {
	top: -8px;
	-webkit-transition: top linear 0.2s;
	-moz-transition: top linear 0.2s;
	-o-transition: top linear 0.2s;
	-ms-transition: top linear 0.2s;
	transition: top linear 0.2s;
}
.tabs input:checked:hover + label {
	top: 0;
}
.tabs input:checked:hover + label:after {
}
.tabs input:checked:hover + label ~ .clear-shadow {
	top: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow {
	z-index: 3;
}
.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
	z-index: 2;
}
.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
	z-index: 1;
}
.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
	z-index: 0;
}
.tabs label:first-of-type {
	z-index: 4;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}
.tab-label-2 {
	z-index: 3;
}
<!--
.tab-label-3 {
	z-index: 2;
}
.tab-label-4 {
	z-index: 1;
}
-->
.tabs input:checked + label {
	background: #00703C;
	color: #fff;
	z-index: 6;
	line-height: 26px;
	-webkit-transition: top linear 0.2s;
	-moz-transition: top linear 0.2s;
	-o-transition: top linear 0.2s;
	-ms-transition: top linear 0.2s;
	transition: top linear 0.2s;
}
.clear-shadow {
	background: #fff;
	position: relative;
	top: 0;
	height: 5px;
	margin-bottom: -8px;
	clear: both;
	z-index: -2;
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
}
#content_wrapper {
	position: relative;
}
.content {
	height: 100%;
	background: #fff;
	position: relative;
	width: 100%;
	min-height: 290px;
	padding: 16px 0;
	z-index: 6;
	border-top: solid 3px #EBDF1B;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.content > div {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	overflow-y: hidden;
	z-index: 6!important;
	opacity: 1;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 {
	bottom: 0px;
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all ease-out 0.2s 0.2s;
	-moz-transition: all ease-out 0.2s 0.2s;
	-o-transition: all ease-out 0.2s 0.2s;
	-ms-transition: all ease-out 0.2s 0.2s;
	transition: all ease-out 0.2s 0.2s;
}
/** ---------- Archives Button --------- **/
/* -------------------------------------- */
a.archives_button_1 {
	text-align: center;
	padding: 4px 7px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #a99b9b;
	font-size: 12px;
	font-weight: bold;
	background: url("/data/layout/images/archive.png") top left no-repeat;
	background-position: -7px -1px;
	padding-left: 17px;
	padding-top: 5px;
}
a.archives_button_1:hover {
	color: #00703C;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: url("/data/layout/images/archive_roll.png") top left no-repeat;
	background-position: -7px -1px;
}
a.archives_button_2 {
	text-align: center;
	padding: 4px 7px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #a99b9b;
	font-size: 12px;
	font-weight: bold;
	background: url("/data/layout/images/archive.png") top left no-repeat;
	background-position: -7px -1px;
	padding-left: 17px;
	padding-top: 5px;
}
a.archives_button_2:hover {
	color: #00703C;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: url("/data/layout/images/archive_roll.png") top left no-repeat;
	background-position: -7px -1px;
}
.content-1 > .archives_button_2 {
	display: none!important;
}
.content-2 > .archives_button_1 {
	display: none!important;
}

/** ------------ Media Queries ---------- **/
/* -------------------------------------- */
@media (max-width: 960px) {
.content {
	min-height: 300px;
}
}
@media (max-width: 771px) {
.tab-label-1 > span {
	display: none;
}
}
@media (max-width: 640px) {
.tab-label-1 > span {
	display: none;
}
}
@media (max-width: 481px) {
label .announcements {
	display: none;
}
}