@charset "UTF-8";

html, body {

}

body#Body {
	background:#dcdcdc;
}

/* BOOOTSTRAP FIXES */

#ControlBar_ControlPanel *,
.dnnForm *,
.actionMenu * {
    box-sizing: content-box !important;
}

.dnnCheckbox .mark, .dnnRadiobutton .mark {
	background:none !important;
}

.dnnSortable {
    min-height: 0 !important;
}

.DNNEmptyPane {
	padding:0 !important;
}

a {
	text-decoration:none !important;
}

header {
    position: fixed;
	z-index:2;
    width: 100%;
    top: 0;
    left: 0;
}

.topLinks {
	background:#2e1038;
	color:#dab7e6;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	padding:6px 0;
}

	.topLinks ul {
		margin:0;
		padding:0;
		float:right;
	}
	
	.topLinks ul li {
		list-style:none;
		float:left;
		border-right: 1px solid #dab7e6;
		padding:0px 15px;
	}
	
	.topLinks ul ul {
		float:right;
		margin-top:-1px;
		margin-left:10px;
	}
	
	.topLinks ul ul li {
		float:left;
		padding:0;
	}
	
	.topLinks a {
		color:#dab7e6;
	}
	
	.topLinks a:hover {
		color:#fff !important;
	}
	
	.topLinks ul ul li a {
		padding: 0 5px;
	}
	
	.noborder {
		border:none !important;
	}

.headerBody {
	background:url(images/bg-header-wide.png) no-repeat top center;
	height:92px;
}

	.headerLeft {
		display:none;
	}
	
	.headerCenter {
		height:100%;
		/*position: relative;*/
	}
	
	.headerCenterContainer {
		z-index:1;
	}

.logo {
    position: absolute;
	z-index:2;
    width: 150px;
	height: 92px;
    left: 50%;
    margin-left: -569px;
}

.searchLink {
    display: table-cell;
    padding: 0 10px 0 0;
	vertical-align: top;
}

	.searchLink a {
		display: block;
		padding: 5px 10px;
	}
	
	.searchLink .searchBtn {
		width:12px;
		height:12px;
		background:url(images/btn-search.png) no-repeat top center;
	}
	
	.searchLink .searchBtn:hover {
		background:url(images/btn-search.png) no-repeat bottom center;
	}
	
.searchContainer {
	display: none;
	background:#8dc63f;
    background: rgba(247,142,169,0.78);
    padding: 10px 30px;
    position: absolute;
    text-align: center;
    width: 100% !important;
    z-index: 9999;
}

	.searchContainer > span {
		display: table;
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
	}
	
	.searchInputContainer {
		display: table-cell;
		width: 100%;
		text-align:left;
	}
	
	.searchInputContainer input {
		border:none;
		padding:5px 10px;
		font-size:18px;
		line-height:22px;
		width:100%;
	}
	
	.searchInputContainer a.dnnSearchBoxClearText {
		top:0;
	}
	
	.searchContainer ul.searchSkinObjectPreview {
		width:100%;
	}
	
	.searchContainer .fa {
		color:#fff;
		font-size:22px;
		line-height:22px;
	}
	
	.searchContainer a.SkinObject {
		display: table-cell;
		padding-left: 10px;
	}
	
	.searchBtn {
		padding:6px 0;
	}
	

.loginContainer {
    display: table;
    float: right;
    margin-right: 40px;
}

	.loginContainer  .bigideasLoginForm {
		margin-top: 5px;
	    margin-bottom: 3px;
	}

	.loginContainer .bigideasLoginUsername {
		display:table-cell;
		padding-right:10px;
	}
	
	.loginContainer .bigideasLoginPassword {
		display:table-cell;
		padding-right:10px;
		text-align:center;
	}
	
	.loginContainer .bigideasLoginPassword a {
		display:block;
		color:#edccf8;
		text-transform:lowercase;
		font-size:10px;
		margin-top:1px;
	}
	
	.loginContainer .bigideasLoginPassword a:hover {
		color:#fff;
	}
	
	.loginContainer .bigideasLoginActions {
		display:table-cell;
	}
	
	.loginContainer a.dnnPrimaryAction {
		background: #2d0f37 none repeat scroll 0 0;
		border-color: #bbacc0 #564160 #564160 #bbacc0;
		border-radius: 0;
		border-style: solid;
		border-width: 1px;
		color: #dab7e6;
		font-size: 13px;
		margin: 0;
		min-width: 0;
		padding: 3px 20px;
		line-height: 15px;
		text-shadow: none;
	    text-transform: lowercase;
	}
	
	.loginContainer a.dnnPrimaryAction:hover {
		background: #dab7e6 none repeat scroll 0 0;
		border-color: #564160 #bbacc0 #bbacc0 #564160;
		color: #2d0f37;
	}
	
	.loginContainer .bigideasLoginUsername input,
	.loginContainer .bigideasLoginPassword input {
		padding: 3px 10px;
		font-size: 13px;
		line-height: 15px;
		color:#2e1038;
		background:#caa0d8;
		border:1px solid #51335b;
		width:125px;
		box-shadow: 2px 2px 2px #af87bd inset;
	}
	
	.loginContainer .bigideasLoginUsername input[placeholder],
	.loginContainer .bigideasLoginPassword input[placeholder] {
		text-transform:lowercase;
		text-align: center;
	}
	
	.loginContainer .bigideasUserForm {
		margin-top:4px;
		margin-bottom:7px;
	}
	
	.loginContainer .bigideasWelcomeMessage {
		color:#edccf8;
		font-size:11px;
	}
	
	.loginContainer .bigideasLoginNotification {
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
	}
	
.mobileLoginContainer {
	display:none;
	margin-top:7px;
}

	.mobileLoginContainer .loginGroup, .mobileLoginContainer .loginGroup *, .mobileLoginContainer .registerGroup, .mobileLoginContainer .registerGroup * {
		display:block
	}
	.mobileLoginContainer .loginGroup, .mobileLoginContainer .registerGroup {
		float:right;
		padding:0;
		margin:0
	}
	.mobileLoginContainer .loginGroup a, .mobileLoginContainer .registerGroup a {
		display:block;
		position:relative;
		height:30px;
		min-width:12px;
		padding: 7px 15px 5px;
		color:#edccf8;
		font-size:13px;
		vertical-align:middle
	}
	.mobileLoginContainer .registerGroup a:hover, .mobileLoginContainer .loginGroup a:hover {
		color:#fff
	}
	.mobileLoginContainer .loginGroup a strong, .mobileLoginContainer .registerGroup a strong {
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		overflow:hidden;
		font-size:11px;
		text-indent:-9999px
	}
	.mobileLoginContainer .registerGroup li {
		float:left;
	}
	.mobileLoginContainer .registerGroup .buttonGroup {
		margin-right:0;
		margin-left:0;
	}
	.mobileLoginContainer .registerGroup .userProfileImg {
		display:none;
	}
	.mobileLoginContainer .registerGroup a span {
		display:inline-block;
		position:absolute;
		right:2px;
		top:-9px;
		min-width:7px;
		margin-right:3px;
		text-align:center;
		font-size:11px;
		color:#fff;
	}
	.mobileLoginContainer .registerGroup a img {
		height:32px;
		width:32px;
		background:#333
	}
	.mobileLoginContainer .userNotifications strong {
		height:100%;
		background:url(images/btn-notification.png) center center no-repeat
	}
	.mobileLoginContainer .userNotifications:hover strong {
		height:100%;
		background:url(images/btn-notification-hover.png) center center no-repeat
	}
	.mobileLoginContainer .userMessages strong {
		height:100%;
		background:url(images/btn-message.png) center center no-repeat
	}
	.mobileLoginContainer .userMessages:hover strong {
		height:100%;
		background:url(images/btn-message-hover.png) center center no-repeat
	}
	.mobileLoginContainer .userMessages a, .mobileLoginContainer .userNotifications a {
		padding:0 18px
	}
	.mobileLoginContainer .userMessages a span, .mobileLoginContainer .userNotifications a span {
		display:inline-block;
		margin-top:9px;
		margin-right:0;
		background-color:transparent;
		font-size:10px
	}

.navContainer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

	nav.main {
		background: url(images/bg-nav-tile.png) repeat-x left top;
		margin-left: 332px;
		width: 100%;
	}

	.mainNav {
		background:url(images/bg-nav.png) no-repeat left top;
		padding-left: 62px;
		position: relative;
	}

	ul.Nav-Main {
		margin:0;
		text-transform:uppercase;
	}
	
	ul.Nav-Main a {
		cursor:pointer;
	}
	
	ul.Nav-Main li {
		display:inline-block;
	}
	
	ul.Nav-Main > li {
		margin-right: 25px;
	}
	
	ul.Nav-Main > li:last-child {
		margin-right: 0;
	}
	
	ul.Nav-Main li a {
		text-decoration:none;
		display:block;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		color:#aaa7a7;
		padding: 13px 15px 13px 0;
		position: relative;
	}
	
	ul.Nav-Main > li > a.selected {
		color: #caa0d8;;
	}
	
	ul.Nav-Main .subLevel li.selected > a {
		color:#fff;
	}
	
	ul.Nav-Main li.menuActive, ul.Nav-Main li.menuActive  a {
		color:#caa0d8;
	}
	
	ul.Nav-Main .hasChildren {
		position:absolute;
		top: 16px;
		right:0;
		width:10px;
		height:9px;
		background:url(Nav-Main/images/nav-arrows.png) no-repeat left top;
	}
	
	ul.Nav-Main .menuActive .hasChildren {
		background-position:left bottom;
	}
	
	/* SUBMENU */
	
	ul.Nav-Main .subLevel {
		display:none;
		position:absolute;
		z-index:9999;
		width:100%;
		border-bottom:3px solid #9db70e;
		background-color:rgba(195, 209, 96, 0.83);
		padding:30px 0;
		color:#fff;
		left: 0;
		text-transform: none;
	}
	
	ul.Nav-Main .subLevel > ul {
		padding: 0;
		margin: 0 50px;
		width: 700px;
	}
	
	ul.Nav-Main .subLevel > ul > li {
		background:url(Nav-Main/images/bullet-nav.png) no-repeat left 15px;
		float:left;
		width: 33%;
	}
	
	ul.Nav-Main .subLevel li.selected, ul.Nav-Main .subLevel li:hover {
		background-image:url(Nav-Main/images/bullet-nav-hover.png);
	}
	
	ul.Nav-Main .subLevel li a {
		color:#fff;
		margin-left: 15px;
		padding:6px 15px 6px 0;
	}
	
	ul.Nav-Main .subLevel > ul > li.selected > a,
	ul.Nav-Main .subLevel li a:hover,
	ul.Nav-Main .subLevel li a.selected {
		color:#849e23;
	}
	
	ul.Nav-Main .subLevelTwo {
		display:block;
	}
	
	ul.Nav-Main .subLevelTwo {
		display:block;	
	}
	
	ul.Nav-Main .subLevelTwo li {
		display:block;
		background:url(Nav-Main/images/bullet-nav.png) no-repeat left 15px;
	}
	
	ul.Nav-Main .subLevelTwo li a {
		font-size:14px;
		line-height:16px;
	}

/* mobile menu*/

#mobileLogin, .mobileNav {
	display:none;
}

.MobileMenu {
	float:right;
}

.btnMobileMenu {
	display:none;
	font-size:28px;
	color:#fff;
	line-height: 46px;
}

.btnMobileMenu:focus {
	color:#fff;	
}

.btnMobileMenu:hover {
	color:#f78ea9;
}

.btnMobileMenu .faLabel {
    padding-left: 6px;
}

.MobileNav {
	display:none;
	background: #f2f1ef;
	top:0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	height:100%;
	overflow-y: scroll;
}

div#Nav-Mobile {
	margin:0;
	padding:0 0 60px 0;
	font-weight:bold;
}

div#Nav-Mobile ul {
	margin:0;
	padding:0;
}

	div#Nav-Mobile .topLevel > li {
		border-top:1px dotted #000;
	}

/*	div#Nav-Mobile ul ul {
		margin:0 0 0 15px;
	}*/
	
		div#Nav-Mobile ul ul ul {
			margin:0;
		}

div#Nav-Mobile .topLevel li {
	padding:0;
	list-style:none;
}

	div#Nav-Mobile .topLevel li li {
		margin:0;
		border-top:1px dotted #000;
	}

div#Nav-Mobile .topLevel li a {
	display:block;
	padding: 15px;
	text-decoration:none;
	font-size:20px;
	line-height:26px;
	text-transform:uppercase;
	color:#3b1749;
}

div#Nav-Mobile .topLevel ul li a {
	font-size:17px !important;
	line-height:26px;
	text-transform:none;
	font-weight:normal;
}

div#Nav-Mobile .topLevel ul {
	padding-left:30px;
}

div#Nav-Mobile .topLevel ul ul li a {
	font-size:14px !important;
	line-height:26px;
}

div#Nav-Mobile .topLevel li a:hover {
	color:#ce60f9;
}

div#Nav-Mobile .topLevel li.selected > a {
	color:#ce60f9;
}

div#Nav-Mobile .subLevel {
	display:none;
}

div#Nav-Mobile li.selected > .subLevel {
	display:block;
}

div#Nav-Mobile .ToggleSubMenu {
	float:right;
}

div#Nav-Mobile .ToggleSubMenu a {
	color:#3b1749 !important;
	text-decoration:none !important;
    font-size: 26px !important;
    line-height: 26px !important;
    padding: 5px 10px 5px 30px !important;
	display:block !important;
}

div#Nav-Mobile .ToggleSubMenu a i.fa {
	text-decoration:none !important;
    font-size: 26px !important;
	padding:10px 0 !important;
	display:block !important;
}

div#Nav-Mobile .ToggleSubMenu a i.fa.fa-angle-double-down {
	color:#3b1749;
}

div#Nav-Mobile .ToggleSubMenu a i.fa.fa-angle-double-up {
	color:#ce60f9;
}



.MainArt {
	position:relative;
}

#PageBody {
	z-index:1;
	position:relative;
	top:25px;
}

.HeroPane {
	
}

.HeroPane.DNNEmptyPane {
	min-height:116px !important;
}

.PageBackground {
	background-repeat: no-repeat;
	background-position: center top;
}

.PageBackground, .SocialContent {
	padding-top: 116px;
}

#PageContent {
	overflow: hidden;
    position: relative;
}

#PageContent.BackgroundGradient {
	background-size:1920px auto;
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background:url(images/bg-PageContent.png) repeat-x left top;
}

#PageContent .PageContentBackground {
	position:absolute;
	z-index:1;
	top:1454px;
	background:#b5b5b3;
	height:100%;
	width:100%;
}

#PageContent .PageContentContainer {
    border-collapse: separate;
    border-spacing: 15px;
    display: table;
    margin: 0 auto;
	width: 100%;
    max-width: 1170px;
    position: relative;
    z-index: 2;
}

#PageContent .ContentPane, #PageContent .LeftPane, #PageContent .RightPane {
	display:table-cell;
	vertical-align:top;
	position:relative;
	border-collapse: collapse;
	border-spacing:0;
}

#PageContent .ContentPane {
	background:rgba(255,255,255,0.81);
	padding:0 25px;
}

#PageContent .ContentPane .BackButton {
	position:absolute;
	z-index:903;
	right:0;
	top:0;
}

#PageContent .ContentPane .BackButton a {
	background:#accb37;
	color:#fff;
	padding:5px 50px;
	font-size:16px;
	line-height:20px;
	display:inline-block;
}

#PageContent .ContentPane .BackButton a:hover {
	background:#ce60f9;
}

#PageContent .ContentPane .ModViewProfileC .profileDetails {
	padding:0 15px;
}

#PageContent .ContentPane .journalTools {
	margin-bottom:15px;
}

#PageContent .LeftPane {
	width: 230px;
	height:100%;
	background:rgba(255,255,255,0.81);
	padding:0 20px;
}

#PageContent .LeftPane.DNNEmptyPane {
	display:none;
}

#PageContent .LeftPane .DnnModule-ViewProfile {
	padding:30px 0 0;
}

/*#PageContent .LeftPane .DnnModule-Console {
	padding:0 0 30px;
}*/

#PageContent .LeftPane #UserProfileImg {
	text-align:center;
}

#PageContent .LeftPane .UserProfileControls ul {
	margin:10px 0 0;
	padding:0;
}

#PageContent .LeftPane .UserProfileControls ul li {
	display:block;
	margin:0;
	padding:0;
}

#PageContent .LeftPane .UserProfileControls ul li a {
	width:100%;
	margin:5px 0;
}

#PageContent .sidebar .console {
	margin:0 0 10px;
	padding:0;
	width:100%;
	height:auto;
}

#PageContent .sidebar .console .console-none {
	display:block;
	margin:0;
	padding:0;
}

#PageContent .sidebar .console.profile {
	background:none;
}

#PageContent .sidebar .console .console-none {
	background:none;
}

#PageContent .sidebar .console .console-none div {
	width:100%;
}

#PageContent .sidebar .console .console-none h3 {
	box-shadow:none;
	text-shadow:none;
	border:none;
	border-radius:0;
	font-weight:normal;
	font-size:14px;
	padding: 5px 30px;
	color:#fff;
	background:#7b7b7b;
	line-height:normal;
	text-align:center;
	margin:5px 0;
}

#PageContent .sidebar .console .console-none h3:hover {
	background:#545454;
}

.DnnModule-Messaging-Notifications .dnnAdminTabNav a span {
    background: #ce60f9;
    border-radius: 0;
    box-shadow: none;
    display: inline;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    min-height: 12px;
    padding: 0.3em 7px;
	text-shadow:none;
	color:#fff;
	font-weight:bold;
}

/*.RightPane .ModConsoleC {
	margin: 0;
	padding: 30px 0 15px;
}*/

.ModSocialGroupsC .dnnForm.dnnGroupDirectory {
	padding:0;
}

.dgdGroupQuickInfoWrap {
	border-bottom:none;
}

.dgdMainContent .createGroup {
	margin-right:0;
}

.DnnModule-SocialGroups .GroupViewTop {
	padding:30px 15px;
}

.ModJournalC {
	padding:0 15px;
}

.dgdGroupQuickInfoWrap .dgdAvatar, .GroupViewTop .dgdAvatar {
	display:none;
}

.dgdGroupQuickInfoWrap ul {
	display:none;
}

.dgdGroupQuickInfo h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;
    padding-top: 0;
}

.dgdGroupQuickInfo h3, .dgdGroupQuickInfo h3 a {
	color: #adcc02;
}

.dgdGroupQuickInfo h3 a:hover {
	color:#b85cd6;
}

.dgdGroupQuickInfo p,
.DnnModule-SocialGroups .GroupViewHeader p {
	white-space:pre-line;
}

#PageContent .RightPane {
	width: 290px;
	height:100%;
	background:rgba(255,255,255,0.81);
	padding:0 20px;
}

.RightPane > div:first-child {
    margin-top: 30px;
}

#PageContent .RightPane.DNNEmptyPane {
	display:none;
}

.PageHeaderAndBackground {
	min-height:300px;
}

.PageContentHeader h1 {
	color:#caa0d8;
	font-size:36px;
	line-height:40px;
	font-weight:bold;
}

.PageContentSummary, .PageContentSummary p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	color:#fff;
	max-width:500px;
}

.PageBackgroundImage .PageContentHeader h1 {
	color:#caa0d8;
}

.PageBackgroundImage .PageContentSummary {
	color:#fff;
}

.ContentBox {
	/*padding: 15px 15px 0;*/
}

.ContentBox > h1 {
	border-top:2px dotted #000;
	margin-top:30px;
	padding-top:30px;
}

.ContentBox > h1:first-of-type {
	border:none;
	margin-top:0;
	padding-top:0;
}


/* FOOTER */

footer {
	padding:15px 30px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

footer.interior {
	background-color:#b5b5b3;
}

footer, footer a {
	color:#7b7b7b !important;
}

footer a:hover {
	color:#000 !important;
}

/* SCROLL UP */

#scrollUp {
	bottom: 5px;
	right: 20px;
	padding: 5px;
	color: #000;
	font-size:42px;
	line-height:24px;
	opacity:0.50;
	text-align:center;
}

#scrollUp:hover {
	opacity:0.9;
}

.ScrollUpLabel {
	font-size:18px;
	line-height:18px;
	display:block;
}


a.dnnPrimaryAction, 
a.dnnSecondaryAction,
#journalEditor #btnShare,
.journalTools #btnShare, .jcmt li.cmtbtn a,
#mdMemberList .friendProfileActions a {
	box-shadow:none;
	text-shadow:none;
	border:none;
	border-radius:0;
	font-weight:normal;
	font-size:14px;
	padding: 5px 30px;
	color:#fff;
}

a.dnnPrimaryAction, 
#journalEditor #btnShare,
.journalTools #btnShare, .jcmt li.cmtbtn a {
	background:#9ab508;
	color:#fff;
}

a.dnnPrimaryAction:hover,
#journalEditor #btnShare:hover, 
.journalTools #btnShare:hover, .jcmt li.cmtbtn a:hover {
	background:#b85cd6;
	color:#fff;
}

a.dnnSecondaryAction,
#mdMemberList .friendProfileActions a {
	background:#7b7b7b;
	color:#fff;
}

a.dnnSecondaryAction:hover,
#mdMemberList .friendProfileActions a:hover {
	background:#545454;
	color:#fff;
}

a.btnDownArrowBlack {
	color:#000;
	background:url(images/btn-DownArrowBlack.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight:bold;
	text-transform: uppercase;
}

a.btnDownArrowBlack:hover {
	background-image:url(images/btn-DownArrowGreen.png);
}

a.btnDownArrowWhite {
    background-image: url(images/btn-DownArrowWhite.png);
    background-repeat: no-repeat;
    font-weight: bold;
    text-transform: uppercase;
}

a.btnDownArrowWhite:hover {
	background-image:url(images/btn-DownArrowWhite.png);
	background-repeat: no-repeat;
}

a.btnHollow.dnnPrimaryAction {
	background:none;
	border:1px solid #9ab508;
}

a.btnHollow.dnnPrimaryAction:hover {
	background:#9ab508;
	border:1px solid #9ab508;
}

ul.clubs {
	margin:30px 0;
	padding:0;
	text-align:center;
}

ul.clubs li {
	list-style:none;
	float:left;
	width:20%;
}

ul.clubs li img {
	width:100%;
	height:auto;
	padding:10px 5px;
}

.dnnMemberDirectory .mdSearch {
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}

.DnnModule #mdMemberList {
	margin: 0 -10px;
	display:block;
}

.dnnMemberDirectory .mdSearch {
    display: table;
    width: 100%;
}

.mdSearchBar {
    display: table-cell;
    width: 100%;
}

.searchWrapper {
    display: table-cell;
    width: 100%;
}

.dnnMemberDirectory .mdSearchBar input[type="text"] {
    display: block;
    float: none;
    width: 100%;
}

.dnnMemberDirectory .mdSearchBar .dnnPrimaryAction {
    display: table-cell;
    float: none;
}

.dnnMemberDirectory .selectDrop {
    display: table-cell;
    float: none;
}

/* MEMBER DIRECTORY */

.DnnModule-553 #mdMemberList > li,
.DnnModule-547 #mdMemberList > li {
    background: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: none 0s ease 0s ;
    width: 50%;
    z-index: 1;
}

.DnnModule-553 #mdMemberList > li:hover,
.DnnModule-547 #mdMemberList > li:hover {
	background: none;
	box-shadow: none;
}

.DnnModule-553 #mdMemberList div.mdMemberDetails,
.DnnModule-547 #mdMemberList div.mdMemberDetails {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #aaa;
    height: 125px;
    margin: 10px;
    padding: 10px;
    position: relative;
}

.DnnModule-553 #mdMemberList .mdHoverActions a,
.DnnModule-547 #mdMemberList .mdHoverActions a {
	color: #545454;
}

.DnnModule-553 #mdMemberList .mdHoverActions a:hover,
.DnnModule-547 #mdMemberList .mdHoverActions a:hover {
	color: #9ab508;
}

.DnnModule-553 #mdMemberList .mdMemberDetails .mdMemberImg,
.DnnModule-547 #mdMemberList .mdMemberDetails .mdMemberImg {
    margin: 0 15px 0 0;
    min-width: 90px;
	border-radius:2px;
	padding:0;
}

.DnnModule-553 #mdMemberList .mdMemberDetails .mdMemberImg span,
.DnnModule-547 #mdMemberList .mdMemberDetails .mdMemberImg span {
    max-height: 90px;
    width: 90px;
}

.DnnModule-553 #mdMemberList .mdMemberDetails .mdMemberImg img,
.DnnModule-547 #mdMemberList .mdMemberDetails .mdMemberImg img {
    background: #fff;
    min-width: 90px;
}

.DnnModule-553 #mdMemberList .mdJobTitle,
.DnnModule-547 #mdMemberList .mdJobTitle {
	font-style:italic;
}

.DnnModule-553 #mdMemberList .mdCompanyName, 
.DnnModule-553 #mdMemberList .mdJobTitle, 
.DnnModule-553 #mdMemberList .mdPhone, 
.DnnModule-553 #mdMemberList .mdContactEmail,
.DnnModule-547 #mdMemberList .mdCompanyName, 
.DnnModule-547 #mdMemberList .mdJobTitle, 
.DnnModule-547 #mdMemberList .mdPhone, 
.DnnModule-547 #mdMemberList .mdContactEmail {
	font-size:12px;
}

.DnnModule-553 #mdMemberList .mdPhone, 
.DnnModule-553 #mdMemberList .mdContactEmail,
.DnnModule-547 #mdMemberList .mdPhone, 
.DnnModule-547 #mdMemberList .mdContactEmail {
	margin-top:5px;
}


/* PROFILE PAGE BUTTONS */

.DnnModule-363 #mdMemberList {
	
}

.DnnModule-363 #mdMemberList > li {
    background: none;
    border: none;
    border-radius: none;
    box-shadow: none;
    float: none;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: none;
    width: auto;
}

.DnnModule-363 #mdMemberList .friendProfileActions > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.DnnModule-363 #mdMemberList .friendProfileActions > ul > li {
	margin: 0 10px 10px;
}

.DnnModule-363 #mdMemberList .friendProfileActions > ul > li a {
	display:block;
	text-align:center;
}


.BIGideasEvents-List {
    margin: 0 -15px;
}

.eventListHome {
	background-color:#3b1749;
	padding-top: 30px;
}

.eventListHome .BIGideasEvents-List {
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
	font-size: 0;
}

.eventListHome .BIGideasEvents-ListItem {
    display: inline-block;
    width: 33%;
}

	.eventListHomeItem {
		margin: 15px 10px;
	}

	.eventListHome .eventTile {
		display:table;
		border-collapse:separate;
		background:#f2f1f1;
		height:100%;
		width:100%;
		position:relative;
	}
	
		.eventListHome .eventTileWrapper {
			display:table-row;
			height:125px;
			width:100%;
		}
	
		.eventListHome .eventImage {
			display: table-cell;
			height:125px;
			width: 85px;
			
		}
		
			.eventListHome .eventImageWrapper {
				height: 100%;
				overflow: hidden;
				position: relative;
				width: 100%;
			}
		
			.eventListHome .eventImage img {
				height:100%;
				width:auto;
				max-width:none;
				position:absolute;
				left:0;
				top:0;
			}
		
		.eventListHome .eventDetail {
			display: table-cell;
			overflow: hidden;
			padding: 15px 15px 35px;
			position: relative;
			text-align: left;
			vertical-align: top;
		}
		
			.eventListHome .eventDetailWrapper {
				width:100%;
				height:100%;
				overflow:hidden;
				height:75px;
			}
		
			.eventListHome .eventName {
				color:#8a8989;
				font-weight:bold;
				font-size:15px;
				margin-bottom:5px;
			}
			
			.eventListHome .eventDateTime,
			.eventListHome .eventLocation {
				margin-bottom: 15px;
				font-size:12px;
				font-weight:bold;
				color:#000;
				margin-bottom:0;
				white-space:pre-wrap;
			}
			
			.eventListHome .eventLink {
				bottom: 0;
				left: 85px;
				position: absolute;
				right: 85px;
				text-align: center;
			}
			
			.eventListHome .eventLink a {
				background: #bbbbba none repeat scroll 0 0;
				color: #fff;
				display: inline-block;
				font-size: 14px;
				line-height:16px;
				margin: 0;
				padding: 5px 15px;
			}
			
			.eventListHome .eventLink a:hover {
				background:#b85cd6;
			}

.PanelAllEvents {
	text-align:center;
	padding:0 0 15px;
	position:relative;
}

.PanelAllEvents a.AllEventsLink, .PanelAllEvents a.AllEventsLink:hover {
	border:1px solid #bc82d3;
	font-size:18px;
	color:#fff;
	padding: 5px 30px;
	color:#fff;
	display: inline-block;
	
}

.PanelAllEvents a.AllEventsLink:hover {
	background-color:#bc82d3;
}

.eventListCalendar .BIGideasEvents-ListItem {
	width:50%;
	float:left;
}

.eventListCalendar .BIGideasEvents-ListItem:nth-child(odd) {
	clear:both;
}

.eventListCalendar .BIGideasEvents-ListItem .eventList {
	padding:15px;
}

.eventListCalendar .BIGideasEvents-ListItem:hover .eventList, 
.eventListCalendar .BIGideasEvents-ListItem:hover .eventsAdminButtons {
	background:#fff;
}

.eventListCalendar .BIGideasEvents-ListItem .eventImage {
	position:relative;
}

.eventListCalendar .BIGideasEvents-ListItem .eventCategories {
	position:absolute;
	z-index:1;
	bottom:25px;
	right:15px;
	padding:5px 15px;
	color:#aecc38;
	border:2px solid #aecc38;	
}

.eventListCalendar .BIGideasEvents-ListItem h2.eventName, 
.eventListCalendar .BIGideasEvents-ListItem h2.eventName a {
    color: #8a8989;
    font-size: 16px;
	line-height:20px;
}

.eventListCalendar .BIGideasEvents-ListItem h2.eventName, 
.eventListCalendar h2.eventName a {
    margin: 20px 0 5px;
}

.eventListCalendar .BIGideasEvents-ListItem .eventDateTime {
	color:#000000;
    font-size: 14px;
    margin: 0 0 5px;
	font-weight:bold;
}

.eventListCalendar .BIGideasEvents-ListItem .eventLocation {
	color:#000000;
    font-size: 15px;
    margin: 0;
	font-weight:bold;
	white-space:pre-wrap;
}

.BIGideasEvents-Detail .eventLocation {
	white-space:pre-wrap;
}

.eventsRightSidebar div.eventName, 
.eventsRightSidebar div.eventName a {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
	font-weight:bold;
}

.eventsRightSidebar div.eventName a:hover {
	color:#5e2172;
}

.eventsRightSidebar .PanelAllEvents {
	margin-top:15px;
}

.eventsRightSidebar a.AllEventsLink {
    color: #bc82d3;
    font-size: 14px;
}

.eventsRightSidebar a.AllEventsLink:hover {
    font-size: 14px;
}

.eventsRightSidebar div.eventDateTime,
.eventsRightSidebar div.eventLocation {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight:normal;
	text-transform:none;
}

.eventsRightSidebar div.eventLocation {
	white-space:pre-wrap;
}

.eventsRightSidebar .BIGideasEvents-ListItem {
    margin: 0 20px 25px
}

.eventsRightSidebar .BIGideasEvents-ListItem:last-child {
    margin-bottom: 0;
}

.BIGideasEvents-ListItem .eventsAdminButtons {
	padding:5px 15px;
	text-align: center;
}

.BIGideasEvents-ListItem .eventsAdminButtons a.dnnPrimaryAction {
    font-size: 12px;
    padding: 6px;
}

.pBio > p {
    white-space: pre-wrap;
}

#UserDisplayNameHeader h1 {
	margin:0;
}

.dnnForm.dnnGroupDirectory p a {
	border:none;
}

.BIGideasEvents .EventCategoryFilter {
	color: #777;
	font-size:14px;
}

.BIGideasEvents .EventCategoryFilter > span {
	font-weight: bold;
	margin-right:5px;
}

.BIGideasEvents .EventCategoryFilter > select {
    border:1px solid #999;
	border-radius:2px;
	background:#eee;
	padding:3px 9px;
}

.dnnSearchResultItem-Link, .dnnSearchResultItem-Others {
	display:none;
}

.BIGideasEvents .RegistrationTypeName span {
	background:#f5f5f5 !important;
}