.taabs {
	 font-family: 'Oxygen', sans-serif;
	 text-align: center;
	 color: #121212;
	 overflow-y: scroll;
}
 .taabs {
	 text-decoration: none;
}
 p {
	 margin-bottom: 10px;
}
 header {
	 margin: 60px 0 40px;
}
 header h1 {
	 margin-bottom: 0px;
}
 header .sup {
	 font-style: italic;
	 color: #999;
	 margin-top: 4px;
}
 .taabs {
	 position: relative;
	 margin: 40px auto;
	 width: 1024px;
	 max-width: 100%;
	 overflow: hidden;
	 padding-top: 10px;
	 margin-bottom: 60px;
}
 .taabs input {
	 position: absolute;
	 z-index: 1000;
	 width: 25%;
	 height: 50px;
	 left: 0;
	 top: 0;
	 opacity: 0;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter: alpha(opacity=0);
	 cursor: pointer;
	 margin: 0;
}
 .input#tab-2 {
	 left: 25%;
}
 .input#tab-3 {
	 left: 50%;
}
 .input#tab-4 {
	 left: 75%;
}
 .taabs label {
	 background: #595672;
	 color: #fff;
	 font-size: 15px;
	 line-height: 50px;
	 height: 60px;
	 position: relative;
	 top: 0;
	 padding: 0 20px;
	 float: left;
	 display: block;
	 width: 25%;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 font-weight: bold;
	 text-align: center;
	 box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
	 box-sizing: border-box;
	 -webkit-transition: all 150ms ease 0s;
	 transition: all 150ms ease 0s;
}
 .taabs label:hover {
	 cursor: pointer;
}
 .taabs label:after {
	 content: '';
	 background: #504c6a;
	 position: absolute;
	 bottom: -2px;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 display: block;
}
 .taabs input:hover + label {
	 background: #4f4c6a;
	 color: #fff;
}
 .tabs label:first-of-type {
	 z-index: 4;
}
 .tab-label-2 {
	 z-index: 4;
}
 .tab-label-3 {
	 z-index: 3;
}
 .tab-label-4 {
	 z-index: 2;
}
 .taabs input:checked + label {
	 background: #cea509;
	 color: #fff;
	 z-index: 6;
}
 .clear-shadow {
	 clear: both;
}
 .content {
	 height: auto;
	 width: 100%;
	 float: left;
	 position: relative;
	 z-index: 5;
	 background: #fefefe;
	 top: -10px;
	 box-sizing: border-box;
}
 .content div {
	 position: relative;
	 float: left;
	 width: 0;
	 height: 0;
	 box-sizing: border-box;
	 top: 0;
	 left: 0;
	 z-index: 1;
	 opacity: 0;
	 background: #fefefe;
}
 .content div h2 {
	 margin-top: 0;
}
 .taabs .tab-selector-1:checked ~ .content .content-1, .taabs .tab-selector-2:checked ~ .content .content-2, .taabs .tab-selector-3:checked ~ .content .content-3, .taabs .tab-selector-4:checked ~ .content .content-4 {
	 z-index: 100;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 filter: alpha(opacity=100);
	 opacity: 1;
	 width: 100%;
	 height: auto;
	 width: 100%;
	 height: auto;
	 padding: 5%;
}
 .content div p {
	 font-size: 14px;
	 line-height: 22px;
	 font-style: italic;
	 text-align: left;
	 margin: 0;
	 color: #777;
	 padding-left: 15px;
	 border-left: 8px solid rgba(63, 148, 148, 0.0);
}
 @media screen and (min-width: 768px) {
	 .taabs input:checked + label {
		 top: -5px;
	}
}
 @media screen and (max-width: 767px) {
	 .taabs {
		 height: auto;
		 background: #fefefe;
		 padding-bottom: 200px;
		 width: 95%;
	}
	 .taabs label {
		 text-align: left;
	}
	 .taabs input:checked + label {
		 padding-left: 30px;
	}
	 .taabs label, .taabs input {
		 width: 100%;
		 position: absolute;
	}
	 .taabs label.tab-label-1, .taabs input.tab-label-1, .taabs label#tab-1, .taabs input#tab-1 {
		 width: 88%;
		 top: 150px;
		 left: 0;
		 height: 50px;
		 z-index: 4 !important;
	}
	 .taabs label.tab-label-2, .taabs input.tab-label-2, .taabs label#tab-2, .taabs input#tab-2 {
		 width: 92%;
		 top: 100px;
		 left: 0;
		 height: 100px;
		 z-index: 3 !important;
	}
	 .taabs label.tab-label-3, .taabs input.tab-label-3, .taabs label#tab-3, .taabs input#tab-3 {
		 width: 96%;
		 top: 50px;
		 left: 0;
		 height: 150px;
		 z-index: 2 !important;
	}
	 .taabs label.tab-label-4, .taabs input.tab-label-4, .taabs label#tab-4, .taabs input#tab-4 {
		 width: 100%;
		 top: 0;
		 left: 0;
		 height: 200px;
		 z-index: 1 !important;
	}
	 .taabs .content {
		 top: 200px;
	}
}
 