@charset "UTF-8";
/* CSS Document */
/* jQuery at Responsive Accordion or Tabs - v1.0.6 - 2020-01-13
* https://github.com/stazna01/jQuery-rt-Responsive-Tables
*
* This plugin is built heavily upon the work by Chris Coyier
* found at http://css-tricks.com/responsive-data-tables/
*
* Copyright (c) 2020 Nathan Stazewski; Licensed MIT */

.aria-only {
	position: absolute;
	left: -10000px;
	overflow:hidden;
	}
.at-accordion-or-tabs {
	position: relative; 
	margin: 24px auto;
	border: none;
	width: 100%;
	padding: 0;
	clear: both;
	/*visibility: hidden; */
}

	.at-accordion-or-tabs > li {
		list-style: none;
		padding: 0 !important;
		margin: 0px 10px 10px 0px;
		border: 1px solid #bcb8b8;
	}

.at-accordion-or-tabs > li > a {
	display: block;
	background: #fff;
	text-decoration: none;
	color: #000;
	padding: 5px 7px;
	border: none;
}

.at-accordion-or-tabs > li > a:hover, .at-accordion-or-tabs > li > a.active {
	background: #5c5c5c;
	color: #F2F2F2;
}

.at-accordion-or-tabs > li > section {
	display: none;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 7px;
	border-bottom: none;
}

.no-js .at-accordion-or-tabs > li > section {
  display: block;
}

.at-accordion-or-tabs .at-tab-one-pixel-fix-left, .at-accordion-or-tabs .at-tab-one-pixel-fix-right {
	display: none;
	height: 1px;
	width: 1px;
	background-color: #bcb8b8;
	position: absolute;
	left: -1px;
	bottom: -1px;
}
	
.at-accordion-or-tabs .at-tab-one-pixel-fix-right {
	left:auto;
	right: -1px;
	}

.at-accordion-or-tabs.at-tabs {
	border: none;
	}
	
.at-accordion-or-tabs.at-tabs > li {
	display: inline;
	border: none;
	}

	.at-accordion-or-tabs.at-tabs > li > a {
		display: inline-block;
		/*border: 1px #bcb8b8 solid;*/
		-moz-box-shadow: 0 0 6px #bcb8b8;
		-webkit-box-shadow: 0 0 6px #bcb8b8;
		box-shadow: 0 0 6px #bcb8b8;
		z-index: 98;
		/*position: relative;*/
		border-bottom-color: #ffffff;
		border-radius: 0px;
		box-sizing: border-box;
	}

		.at-accordion-or-tabs.at-tabs > li > a.active {
			z-index: 100;
			background-color: #5c5c5c;
			color: #fff;
		}
.at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-left, .at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-right {
	display:inline-block;
	}

	.at-accordion-or-tabs.at-tabs > li > section {
		float: left;
		top: -1px;
		left: 0;
		margin-bottom: 24px;
		/*border: 1px #bcb8b8 solid;*/
		padding: 20px 15px;
		-moz-box-shadow: 0 0 6px #bcb8b8;
		-webkit-box-shadow: 0 0 6px #bcb8b8;
		box-shadow: 0 0 6px #bcb8b8;
		z-index: 99;
		border-radius: 0px;
		box-sizing: border-box;
	}