/* 
  -----------------------------------
  Horizontal Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 4 - Citrus
  -----------------------------------
*/
html, body {height: auto !important;}
html {overflow-y: scroll;}

.p7HAPM04 {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #999;
	border: 2px solid;
	border-color: #000;
	background-color: #FFF;
}

.p7HAPM04 {
	border-color: rgba(255,255,255,1);
}
.p7HAPM_section {
	z-index: 99999;
}
.HAPM04-content-wrapper, .HAPM04-content {
	background-color: #fff9e7; /*#FFFFFF;*/
}

.p7HAPM_trigger img {max-width: 1000px !important;} 

.HAPM04-trigwrap {
	display: none;
	float: left;
	width: 48px;
}
.HAPM04-trigwrap {
	border-right: 2px solid #FFF;
}
.HAPM04-trigwrap.last {
	border-right: none;
}

.HAPM04-trig {
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-family: "Lucida Console", Monaco, monospace;
}

.HAPM04-trig.first, .HAPM04-trig-img.first {
	border-radius: 8px 0px 0px 8px;
}
.HAPM04-trig.last, .HAPM04-trig-img.last {
	border-radius: 0px 8px 8px 0px;
}
.HAPM04-trig.last.open, .HAPM04-trig-img.last.open {
	border-radius: 0px 0px 0px 0px;
}

.HAPM04-trig a {
	display: block;
	height: 100%;
	word-wrap: break-word;
	letter-spacing: normal;
	text-decoration: none!important;
	padding: 1em 0;
	width: 1em;
	margin: 0 auto;
	line-height: 1.15em;
	text-align: center;
	text-transform: uppercase;
}

.HAPM04-trig, .HAPM04-trig a {
	background-color: #99CC00;
	color: #000!important;
	font-size: 14px;
}

.HAPM04-trig:hover, .HAPM04-trig:hover a {
	background-color: #FFCC00;
	color: #000;
}

.HAPM04-trig a:focus {
	color: #FFF;
	outline: none;
}
.HAPM04-trig.open a:focus {
	color: #846900;
}


.HAPM04-trig.open, .HAPM04-trig.open a {
	background-color: #FFCC00;
	color: #000;
	cursor: default;
}

.HAPM04-trigwrap-img {
	display: none;
	float: left;
	width: auto;
	border-right: 2px solid #FFF;
}

.HAPM04-trigwrap-img.last {
	border-right: none;
}

.HAPM04-trigwrap-img a img {
	border: none;
	vertical-align: bottom;
}

.HAPM04-trig-img {
	background-color: #151515;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.HAPM04-trig-img a {
	display: block;
	height: 100%;
	text-align: center;
}

.HAPM04-trig-img.open, .HAPM04-trig-img a.open {
	cursor: default;
}

.HAPM04-trig-img a:focus {
	outline: none;
}

.p7HAPM_panel {
	overflow: hidden;
}

.HAPM04-content-wrapper {
	overflow: hidden;
	position: relative;
}

.HAPM04-content-wrapper {
	border-right: 2px solid #FFF;
}

.HAPM04-content-wrapper.last {
	border-right: none;	
}

.HAPM04-content {
	overflow: hidden;
	padding: 20px 32px;
	line-height: 1.5;
	color: #000;
	font-size: inherit; /* 15px; */
	font-family:'DaxWeb',verdana,arial,helvetica,geneva,sans-serif;
}

.HAPM04-caption {
	display: none;
	position: absolute;
	top: auto;
	bottom: 6px;
	left: auto;
	right: 6px;
	background-color: #000;
	background: rgba(0,0,0,0.75);
	color: #FFF;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 6px;
}

.HAPM04-content a.current_mark {
	font-weight: bold;
}

/*DO NOT DELETE OR EDIT THE FOLLOWING RULE. 
IF YOU DO, THE WIDGET WILL CEASE TO WORK.*/
.p7HAPMcontrol {
	width: 28px !important;	
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
