/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_11 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_11 .theDivider1,
#simpleDivider_stacks_in_11 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_11 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_11.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_11.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_11.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_11.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_11.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11.bgImageOn .theDivider1 img {
	display: block;
}


@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 700;
  src: local('Economica Bold'), local('Economica-Bold'), url(http://fonts.gstatic.com/s/economica/v3/UK4l2VEpwjv3gdcwbwXE9KRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), url(http://fonts.gstatic.com/s/lobster/v9/NIaFDq6p6eLpSvtV2DTNDQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v9/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Overlock';
  font-style: normal;
  font-weight: 700;
  src: local('Overlock-Bold'), url(http://fonts.gstatic.com/s/overlock/v4/EcjpF2hW5gSZ4M16YLdG87rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url(http://fonts.gstatic.com/s/quicksand/v4/32nyIRHyCu6iqEka_hbKsqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(http://fonts.gstatic.com/s/ubuntu/v6/OsJ2DjdpjqFRVUSto6IffLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  src: local('Audiowide'), local('Audiowide-Regular'), url(http://fonts.gstatic.com/s/audiowide/v3/8XtYtNKEyyZh481XVWfVOrO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Changa One';
  font-style: normal;
  font-weight: 400;
  src: local('Changa One'), local('ChangaOne'), url(http://fonts.gstatic.com/s/changaone/v8/QmTOgNNWM9ly3K3B2X29HL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: local('Permanent Marker'), local('PermanentMarker'), url(http://fonts.gstatic.com/s/permanentmarker/v4/9vYsg5VgPHKK8SXYbf3sMmVSxyvLCPm9firj_jMeQtQ.woff) format('woff');
}


#stacks_in_34 .identifier{
	text-align: right;
	float: right;
	display: block;
}


#stacks_in_34 .accordion {margin: 20px auto; }
#stacks_in_34 .accordion .accTitle {cursor: pointer; }

#stacks_in_34 .accordion .accTitle {
  padding: 10px 20px;
  background-color: #339900;
  
  font-size: 1.50rem;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1.00px dotted #EDEDED;
  
}
#stacks_in_34 .accordion .accTitle.active{color: #EDEDED; background-color: #336699; }

#stacks_in_34 .accordion .accTitle:hover {color: #EDEDED; background-color: #336699; }
#stacks_in_34 .accordion .accTitle:first-child {border-radius: 10px 10px 0 0; }

#stacks_in_34 .accordion .accTitle:not(:last-of-type) { }
#stacks_in_34 .accordion div.accContent { display: none; }
#stacks_in_34 .accordion div.accContent:last-of-type {border-radius: 0 0 10px 10px; }


#stacks_in_34 .accordion .accTitle.accTitleLast{border-radius: 0 0 10px 10px;border-bottom:none;}
#stacks_in_34 .accordion .accTitle.active.accTitleLast{border-radius: 0 0 0 0;}

#stacks_in_34 .accordion div.accContent {
  padding: 15px 25px;
  background-color: #DDDDDD;
  color: #333333;
}

#stacks_in_34 .accordion div.accContent h1{
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
#stacks_in_34 .accordion .opened {display: block; }

 
#stacks_in_34 .accordion .accTitle:last-of-type {border-radius: 0 0 10px 10px; }
#stacks_in_34 .accordion h1.accTitle{
	line-height: 26px;
}





#stacks_in_34 .accordion .accTitle .titleIcon{
	display: block;
	float: right;
}

#stacks_in_34 .accordion .accTitle .titleIcon:before {
    content: "\f055";
    font-family: FontAwesome;
    text-decoration: inherit;
    font-weight: normal;
    
}
#stacks_in_34 .accordion .accTitle.active .titleIcon:before {
    content: "\f056";
    font-family: FontAwesome;
    text-decoration: inherit;
    font-weight: normal;
    
}
#stacks_in_34 .titleIcon{
	z-index: -1;
}

.accTitle{
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 320px) {
#stacks_in_34 .accordion .accTitle { font-size: 1em;padding: 12px 12px;line-height: 1em; }
}
#stacks_in_34 {
	background-color: rgba(204, 204, 204, 0.00);
}
/* Start Obscure Email stack CSS code */.stacks_in_71topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_71mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_71small{font-weight: normal;font-size: 12px;}.stacks_in_71centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_71centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */