@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: 0px auto;
	border: none;
	width: 100%;
	padding: 0;
	clear: both;
	/*visibility: hidden; */
	padding-top: 1px;
}

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

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

}

.at-accordion-or-tabs > li > a:hover, .at-accordion-or-tabs > li > a.active {
	
	color: #fff;
}

.at-accordion-or-tabs > li > section {
	display: none;
	background: #000;
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 7px;
	border-bottom: none;	
}
.fix-height  {
	height: 710px !important;

}

.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;
	
	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;   
    z-index: 98;
    position: relative;
    border-bottom-color: #ffffff;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 8px 15px;
    font-size: 16px;
	font-weight: 600;
	
    
}
	
.at-accordion-or-tabs.at-tabs > li > a.active {
	z-index:100;
	background-color: #000;
	color: #000000;
	border-bottom: #ccc solid 3px;
	
	}
.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;	
	z-index: 99;
	border-radius: 0px;
	box-sizing: border-box;
	padding: 20px;
	
}


.defaults h4 {
	font-size: 15px;	
	margin-bottom:20px;
}
.defaults h3 {
	font-size: 14px;	
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
}
.defaults h2 {
	font-size: 15px;	
	font-weight: 300;
	margin-top: 0px;
}
.defaults input {
	margin-bottom: 10px;
	font-size: 13px;
}
.defaults label {
	font-size: 14px;
	text-align: right !important;
	width: 100%;
}
.defaults ul {

	padding: 0px;
}
.defaults ul li {
	list-style: none;
	padding: 0px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 14px;
}







