html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ul,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
html {
	-webkit-text-size-adjust:none;
}
body{
	min-height:100%;
	font-size:14px;
	color: #5b5b5b;
	height:auto;
	width:100%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	
}
footer, header{
	display:block;
}
h1, h2, h3, h4 {
	font-family: Georgia, serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
a{ 
	color:#ff5a5a; text-decoration:none; cursor:pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-weight: 700;
 }
a:hover { 
	text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color:#b34040;
	

 }
p, ul{
	margin:2px 0;
	line-height:1.5em;
}
li{
	list-style:none;
}
strong{
	font-weight:700;
}
em {
	font-style: italic;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#main_content{
	padding-left: 220px;
	z-index:1;
}

#sidebar{
	position:fixed;
	top: 60px;
	width:200px;
	z-index:100;
}

img{
	border:0;
}

#header{
	background:url(images/header.jpg) top left no-repeat;
	width:680px;
	height:418px;
	margin:10px auto;
}

#sidebar ul{
	font-size:12px;
	font-weight:700;
	overflow:auto;
}

#sidebar ul li{
	text-align:right;
	padding:0;
}

#sidebar ul li a {
	opacity: 0.4;
}

#sidebar ul:hover li a {
	opacity: 1;
}

#sidebar ul li.current a {
	opacity: 0.6;
}

#sidebar ul:hover li.current a {
	opacity: 1;
}

.nav-tab, .nav-tab:visited{
	display: block;
	padding: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-transform:none;
	text-decoration: none;
	color: #3669a8;
	margin:0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.current .nav-tab, .current .nav-tab:hover {
	color: #222;
	font-weight: 700;
	font-size: 15px;
	margin:0;
	text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nav-tab:hover, .nav-tab:active, .nav-tab:focus{
	outline: none;
	text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


#documenter_cover{
	height:100%;
	padding-top:60px !important;
	text-align: center;
	font-size: 16px;
}
#documenter_cover li{
	list-style:none !important;
	margin-left:0 !important;
}
#documenter_cover p{
    text-align:center;
}
#main_content div{
	padding-top:70px;
}
#main_content h1{
	font-size:30px;
	font-weight:700;
}
#main_content h2{
	font-size:36px;
	margin-bottom:40px;
	font-weight:100;
	text-align: center;
}
h2 .sub-title {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #8c8c8c;
	line-height: 40px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
#main_content h3{
	font-size:26px;
	margin:18px 0 34px;
	font-weight:normal;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 8px;
}
#main_content h3 a{
	font-size:26px;
	margin:18px 0 0;
	font-weight:100;
	padding-bottom: 5px;
}
#main_content h4{
	font-size:20px;
	margin:18px 0;
	font-weight:normal;
}
#main_content h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
#main_content p{
	margin:0 0 18px;
}
#main_content ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
}
#main_content ul li{
	list-style:square;
	margin-left:36px;
	margin-bottom:10px;
}
#main_content ul li img{
	margin-top:10px;
}
#main_content pre{
	background:#f1f1f1;
	line-height:19px;
	padding: 5px;
	width: 320px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

#main_content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 30px auto;
	box-sizing: border-box;
	padding: 10px;
	border: 2px solid #e2e2e2;
	border-radius: 5px;
}

#main_content ul,
#main_content ol {
	margin-left: 60px;
	margin-right: 60px;
}

#main_content li ul,
#main_content li ol {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer{
	height: 30px;
	background: url(./images/footer.png) left bottom no-repeat #292c33;
	padding: 20px 0px 0px 70px !important;
	margin-top: 50px;
	color:#ffffff;
}

/* New content */

/* Show more buttons */
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

<?php
function bp_redirect_after_activation($user) {
    // Redirect to a specific URL
    $redirect_url ='https://fallenunicorns.com/membership-account/membership-levels/success/';
    bp_core_redirect($redirect_url);
}
add_action('bp_core_signup_user', 'bp_redirect_after_activation', 100, 1);
?>


/* Show more buttons end */


