@charset "UTF-8";

 .TabbedPanels1 {
	 margin:0;
	 padding:0;
}
 
.TabbedPanels {
	overflow: hidden;
	clear: none;
	width: 100%;
	margin:0;
	padding:0;
}

li {list-style:none;}

.TabbedPanelsTabGroup {
	display:block;
	padding: 10% 15%;
	width: 70%;
	margin: 0;
	clear: both;
	text-align: center;
	float: left ;
	background: #f68826;}

.TabbedPanelsTab {
	position: relative;
	top: 4px;
	float: left ;
	padding: 6% 1%;
	margin: 0;
 	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 18pt;
	color: #c55d00;
	line-height: 20pt;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	clear:none;
}

.TabbedPanelsTabHover {
	color: #fff;
	background: #ee7d18;
}

.TabbedPanelsTabSelected {
	color:#000;	
	font-weight:700;
	outline:none;
	}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #fff;
}

.TabbedPanelsContent {
	overflow: hidden;
	padding: 0px;
}

@media only screen and (min-width: 481px) {
.TabbedPanels1 {
	 margin:0;
	 padding:0;
}
	
.TabbedPanels {
	overflow: hidden;
	clear: none;
	width: 100%;
	margin:0;
	padding:0;
	background-color:#fff;
}

.TabbedPanelsTabGroup {
	display:block;
	padding: 3% 10%;
	width: 80%;
	margin: 0;
	clear: both;
	text-align: center;
	float: left ;
	background: #f68826;
}
	
.TabbedPanelsTab {
	display: block;
	padding:1%;
	float:left;
	clear: none;
	line-height: 14pt;
}	
	
.TabbedPanelsContentGroup {
	display:block;
	clear:none;
	width:100%;
	margin:0;
	float: left;
}

.TabbedPanelsContent {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

}

@media only screen and (max-width: 769px) {
.TabbedPanelsTab {
	padding:1.5% 1%;
	display: block;
	float:left;
	clear: none;
}
}


/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}
