body, textarea, input, button, select, a, p {font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;}

h1, h2, h3, h4, h5, h6, li {
   font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
   font-weight: 300;
	line-height:1;
	margin:0;
	
}
/*
h3, p{
	color:#434343;
}
*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* froala editor toolbar border */
.fr-box .fr-toolbar {
    border: 0 !important;
}

#main {
	max-width:1000px;
    padding-top: 80px;
}
#main > .container, #main > .container > .row{
	padding:0;
	margin:0;
}
.sidebar-left{
    width: 29%;
    max-width:280px;
	float:left;
}
.chatboard-container{
    width: 70%;
    max-width:700px;
	float:right;
}
#top_bar{
	display:block;
	width:100%;
	padding:10px 0;
	margin-bottom:20px;
	background: #5db4c8;
	box-shadow: 0 2px 2px rgba(0,0,0,.05);
    position: absolute;
    z-index: 11;
}
.top_bar_container{
	margin: 0 auto;
	max-width:1000px;
	/*background: url('../img/eeg-logo-white-01.svg') center left no-repeat;*/
    background-size: 100px;
    display: block;
    position: relative;
}

.top_bar_container .logo {
    position: absolute;
    top: .8rem;
    cursor: pointer;
}

.top_bar_container img {
    width: 100px;
}


.top_bar_container #search{
	width:35%;
	/*display:inline-block;*/
        display:inline-flex;
	margin-left:300px;
}
.top_bar_container #search input{
	padding: 8px 12px;
	border:none;
	width:100%;
	font-size:13px;
	border-radius:2px;
}

#search input.hasDatepicker{
    border: 1px solid #ddd;
    width: 12rem;
    margin-left: 1rem;
}
.top_bar_container .cart{
    float: right;
    display: inline-block;
/*    border-right: 1px solid rgba(255,255,255,.2);
    margin-right: 18px;*/
}
.top_bar_container .cart .cart_count {
	position:relative;
	margin-right:20px;
        cursor: pointer;
}
.top_bar_container .cart .cart_count span{
	width: 20px;
    height: 20px;
    line-height: 16px;
    background-color: #8d3ee9;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 10px;
    font-weight: 600;
    padding: 0;
    text-align: center;
    border: 2px solid #5db4c8;
    display: block;
	position: absolute;
    top: 0px;
    left: 13px;
    z-index: 11;
}
.top_bar_container .cart .cart_count i.fa-shopping-cart, .top_bar_container .cart .cart_count i.fa-bell, #search i.fa-sliders {
	font-size:24px;
        margin-top: .5rem;
	color:#cff3fb;
	transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}



.top_bar_container .user{
	float:right;
	display:inline-block;
	position:relative;
}
.top_bar_container .user .user_name{
	display: table;
	height: 30px;
    cursor:pointer; 
}
.user_name h6, .user_name i {
	margin:0;
	padding:0 0 0 8px;
	color: #fff;
	font-size:13px;
	font-weight:500;
	display: table-cell;
    vertical-align: middle;
}
.user_notifications{
	position:absolute;
	top: -3px;
	right: -3px;
	z-index:11;
}
.top_bar_container .user > div{
	float:left;
}
.avatar {
	width: 30px;
	height:30px;
	border-radius:100px;
	position:relative;
	overflow: hidden;
    z-index: 10;   
	margin-left: 15px;
	background:#fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.avatar-img {
	background-size: cover;
	background-position: center center;
	border-radius: 100px;
	height: 30px;
	width: 30px;

}
.dropdown_menu{
/*    display:none;*/
    position: absolute;
    top: 44px;
    right: 0;
    z-index:11;
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
    transition: all .2s ease;
    opacity:0;
    max-height:0;
    overflow:hidden;
    border-radius: 0 0 4px 4px;
}
.dropdown_menu.expand:before{
    content:"";
    width: 150%;
    height: 10px;
    position: absolute;
    top: -16px;
    left: -25%;
    box-shadow: 0 6px 6px rgba(0,0,0,.2);
}
.expand{
    opacity:1;
    max-height:500px;
    overflow:hidden;
    transition: all .3s ease;
}
/*
.dropdown_menu:before{
    content:"";
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}
*/
.dropdown_menu ul{
    background:#347989;
    padding: 0 0;
    border-radius: 0 0 4px 4px;
    border:1px solid #eee;
    border-top:0;
    text-align:left;
}
.dropdown_menu ul li{
    list-style:none;
}
.dropdown_menu ul li a{
    color: #fff;
    font-weight: 400;
    font-size:12px;
    display:block;
    min-width:160px;
    padding:12px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-decoration:none;
    white-space:nowrap;
}
.dropdown_menu ul li a:hover{
    background: rgba(93,180,200,.1);
}
.dropdown_menu ul li:last-of-type a{
    border:0;
}

#feedHeader {
	padding:0;
	margin:  0;
	border:0;
	background:none;
	
}
#newMessage{
	padding:0;
	margin:  0;
	position:relative;
}
#newMessage textarea{
	border:0;
	border-radius:2px;
	background: url('../img/icons_chatboard_write.svg') #fff no-repeat 20px 16px ;
	background-size:20px;
	height:auto !important;
	width:100%;
	padding: 16px 80px 0px 50px;
    line-height: 1.5;
    font-size: 13px;
	box-shadow: 0 2px 2px rgba(0,0,0,.02);
}
textarea {
    overflow: hidden;
}

#newMessage textarea:focus{
	border:0;
}
.fr-box.fr-basic.fr-top{
    
}

.fr-box.fr-basic .fr-element{
	    background: #fff;
}
.fr-wrapper .fr-placeholder{
	text-transform: none;
    font-weight: 400;
	z-index: 11;
    line-height: 1.5;
}
.fr-box.fr-basic .fr-element{
/*    padding: 20px 80px 20px 20px;*/
    padding: 20px 80px 50px 20px;
    min-height: 80px;
}

#newMessage .chatBtn{
    top:auto;
    bottom: 30px;
    transform: none;
}


.chatBtn, .relatedBtn, .saveAcnt, #saveAcnt, .saveClinician, #submitPicBtn, .actionLink, #loginBtn, #searchOptions .searchBtn, #search .searchBtn{
	float: right;
    clear: right;
    padding: 9px 17px !important;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
	border-radius:2px;
	position: absolute;
	right:14px;
	top:35%;
	transform: translateY(-50%); 
	z-index: 11;
    background:#5db4c8;
	color: #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,.15);
}


#searchOptions .searchBtn, #search .searchBtn{
    background:#c17dee;
    color: #fff;
    position:static;
    transform: none;
    /*float: left;*/
}
.chatBtn:hover, .relatedBtn:hover, .saveAcnt:hover, #saveAcnt:hover, .saveClinician:hover, #submitPicBtn:hover, .actionLink:hover{
	background:#5fb9ce;
}

.msg.reply .chatBtn, 
.msg.reply .relatedBtn, 
.msg.reply .saveAcnt, 
.msg.reply #saveAcnt, 
.msg.reply .saveClinician, 
.msg.reply #submitPicBtn, 
.msg.reply .actionLink, 
.msg.reply #loginBtn, 
.msg.reply #searchOptions .searchBtn{
	top:50%;
}


/*CHATBOARD FEED*/
.msg_container, .user_container{
	border-radius:2px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.05);
	padding:20px;
	margin-bottom:20px;
	position:relative;
	display: inline-block;
    width: 100%;
}

.user_container .follow.following:hover > span:before 
{
    content: "Unfollow";
}

.user_container .follow.following > span:before{
    content: "Following";
}
.user_container .follow.not-following:hover > span:before,
.user_container .follow.not-following > span:before{
    content: "Follow";
}


#search_results .msg_container{
    padding-bottom:70px;
}
.msg_container:before, .msg_container.feed:before {
    content: "";
    border-left: 3px solid #eee;
    position: absolute;
    top: 28px;
    left: 46px;
    height: calc(100% + -76px);
}
#search_results .msg_container:before{
    height: calc(100% + -136px);
}
.msg_container.feed:before {
	left: 33.5px;
}
.msg.op{
	padding-bottom:80px;
	position:relative;
}
.msg_container.feed .msg.op{
	clear: both;
	display: inline-block;
	padding-bottom:30px;
}
.msg.comment{
	margin-bottom:90px;
	padding-left:64px;
	clear:left;
	position:relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.msg.comment:before{
	content:"";
	border-top: 3px solid #eee;
    position: absolute;
    top: 20px;
    left: 27px;
	width:70px;
	z-index:0;
}

.msg.comment.single-post:before{
	content:"";
	border-top: 3px solid #eee;
    position: absolute;
    top: 40px;
    left: -36px;
	width:70px;
	z-index:0;
}

#searchResults section.info, .msg section.info{
	display: flex;
	align-items: center;
	position: relative;
}
.msg.comment section.info{
	margin-bottom:12px;
}
.msg_container.feed section.info{
	margin-bottom:16px;
}

#searchResults .row {
    display: block !important;
}

#searchResults .user_img, .msg .user_img, .msg .user_action{
	display:inline-block;
	width:54px;
	height:54px;
	border-radius:100px;
	background-size: cover;
    background-position: center center;
	position:relative;
    box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
}

/*#searchResults .user_img {
    width: 3.5rem !important;
    height: 3.5rem !important;
}*/

#searchResults .user_img .fa {
    font-size: 3.5rem;
}

.msg.reply .user_img{
    box-shadow: -6px 0 0 #fff;
    background-color: #eee;
}
.msg.user .user_img{
	display:inline-block;
	width:80px;
	height:80px;
	top: 16px;
}
.msg_container.feed .user_img{
	float:left;
	width:30px;
	height:30px;
}
.msg .user_action{
	text-align: center;
    line-height: 30px;
	width:30px;
	height:30px;
	background:#f6f6f6;
    box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
}
.msg .user_action i{
	font-size:12px;
}
.msg .user_action.started i{color:#4fd59a;}
.msg .user_action.liked i{color:#5db4c8;}
.msg .user_action.followed i{color:#5db4c8;font-size:13px;}
.msg .user_action.commented i{color:#c17dee;}
.msg.comment .user_img{
	width: 40px;
    height: 40px;
    box-shadow: -6px 0 0 #fff;
}

.msg.comment.best_answer .user_img{
    box-shadow: -6px 0 0 #f0fdf7;
}





#searchResults .user_name, .msg .user_name{
	display:inline-block;
	padding-left:10px;
}
#searchResults .user_name, .msg_container.feed .user_name{
	position: relative;
    top: 1px;
}
#searchResults .user_name h3, .msg .user_name h3, #searchOptions h3{
	font-size:16px;
	font-weight:600;
	cursor:pointer;
}

#searchResults .user_name h3 {
    cursor: default;
}

#searchResults .user_name .msg_date, .msg .user_name .msg_date{
	display: block;
    font-size:11px;
	color: #9d9d9d;
}
.msg .msg_timer{
	display: flex;
    align-items: center;
	position:absolute;
	top:2px;
	right:0;
}

.msg .msg_timer span{
font-size:12px;	
	margin-left: 12px;
}
.msg .msg_timer span.edit{
	color:#4fd59a;
	cursor:pointer;
}
.msg .msg_timer span.delete{
	color:#e54242;
	cursor:pointer;
}
.msg .msg_edit{
	
    align-items: center;
	position:absolute;
	top:10px;
	right:0;
	opacity:0;
	transition: opacity 0.1s ease;
}
.msg:hover .msg_edit{
/*	display: flex;*/
	opacity:1;
}
.msg .msg_edit span{
	color:#999;
	margin-left:14px;
	display:inline-block;
	cursor:pointer;
}
.msg .msg_edit span i{font-size: 16px;}

.msg.best_answer .msg_edit{ top:22px;}


.msg section.text{
	padding-left:64px;
}

.msg_container.feed section.text{
	padding-left:40px;
}

.msg_container.feed section.user-feed{
	padding-left:0 !important;
        margin-left:40px !important;
}


.msg_container.feed section.text > div{
	float:left;
}
.user_excerpt{
	width:90%;
	padding-left:8px;
}
.msg section p{
	font-size:13px;
	line-height:20px;
	margin: 0 0 15px 0;
}
.msg section.interact{
	padding-left:64px;
}

.msg.comment section.text, .msg.comment section.interact{
	padding-left:0;
}
.i_btn{
	float:left;
	font-size:12px;
	line-height: 1.5;
	border-radius:100px;
	margin-right:10px;
	padding:3px 14px 2px;
	cursor:pointer;
	transition: background-color 0.1s ease;
	background-color: rgba(0,0,0,.04);
	border:1px solid transparent;
	font-weight:600;
    text-align: center;
}
.i_btn.thread {
	float:right;
	margin:0;
}

.i_btn.thread{padding: 3px 10px 2px;position:absolute;bottom:20px;right:20px;z-index: 1;}

.msg .i_btn.thread{bottom:auto;top:0;right:0}


.i_btn:hover{
	background-color: rgba(0,0,0,.06);
}
.i_btn:before{
	content: "";
	display: inline-block;
    font: normal normal normal 15px/1.6 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	float: left;
	padding-right: 6px;
}
.i_btn.like:before{
	content: "\f08a";
}
.i_btn.comment:before{
	content: "\f0e5";
}
.i_btn.follow:before{
	content: "\f2c0";
}
.i_btn.best:before{
	content: "\f006";
}
.i_btn.profile{
	background: #4fd59a;
	color: #fff;
}
.i_btn.profile:hover{
	background: #47bb88;
}
.i_btn.profile:before{
	display:none;
}

.msg .i_btn.active{
	background:none;
	border:1px solid #ddd;
}
.i_btn.active:before{
	color: #9ccfb8;
}
.i_btn.like.active:before{
	content: "\f004";
}
.i_btn.follow.active:before{
	content: "\f007";
}
.i_btn.best.active:before{
	content: "\f005";
}

.msg.comment.best_answer .i_btn.active{
	    color: #555;
    background:none;
	border:1px solid #9ccfb8;
}

/**
louc
**/

.msg.edit{
	padding-left:64px;
	clear:left;
	position:relative;
}



.msg.reply{
	padding-left:64px;
	clear:left;
	position:relative;
}

.msg.reply:before{
	content:"";
	border-top: 3px solid #eee;
    position: absolute;
    top: 28px;
    left: 27px;
	width:70px;
	z-index:0;
}
.msg.reply textarea, .msg.edit textarea{
	border: 1px solid #e9e9e9;
    border-radius: 2px;
    background: url(../img/icons_chatboard_write.svg) #f6f6f6 no-repeat 20px 16px;
    background-size: 20px;
    padding: 16px 150px 0px 50px;
    line-height: 1.5;
    font-size: 13px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.02);
	    position: absolute;
    top: 0;
    left: 128px;
    width: 80%;
}

.msg.user .interact{
	    margin-top: -5px;
	padding-left:88px;
    position: relative;
}
.msg.user, .msg.contact{
	float: left;
	display:block;
}
.msg.contact {
	padding-left:30px;
	margin-left:20px;
	border-left:1px solid #eee;
}
.msg.contact p{
	line-height:24px;
}
.social_icons li{
	font-size:16px;
	display:inline;
	margin-right:20px;
}
.social_icons li a{
	color: #ccc;
}

.user_metrics{
	margin-bottom:20px;
}
.user_metrics li{
	display:inline;
	padding-right:45px;
	white-space:nowrap;
}
.user_metrics li:last-of-type{
	padding-right:0;
}
.user_metrics li span{
	font-size:26px;
	color: #c3c3c3;
	font-weight:600;
	line-height: .5;
	padding-left: 5px;
}
.back_to_chat{
	text-align:right;
	cursor:pointer;
	padding: 0 0 10px 0;
}
.specialties{
    display: inline-block;
    clear: both;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #eee;
}
.specialties p {font-size: 12px;margin:0;}
.specialties strong{font-weight: 600;}

.msg.comment.single-post {
    width: 90%
}
.msg.comment.best_answer, .msg.comment.single-post{
    background: #f0fdf7;
    border: 1px solid #d8f0e5;
    padding: 20px;
    display: inline-block;
    margin: 0 0 50px 64px;
}

.msg.single-post {
    background: #f0fdf7;
    border: 1px solid #d8f0e5;
    display: inline-block;
}

.msg.comment.best_answer:before {
    display:none;
}
.msg.comment.best_answer .best_answer_label {
    position: absolute;
    top: 0;
    right: 0;
        
    text-transform:uppercase;
}
.msg.comment.best_answer .best_answer_label i, .msg.comment.best_answer .best_answer_label h3{
    float:left;
    font-size: 16px;
    font-weight: 600;
    color: #9ccfb8;
    padding: 0 0 0 5px;
}
.msg.comment.best_answer .best_answer_label h3{font-size: 14px;    line-height: 16px;}


.msg.comment section.text.conceal, 
.msg section.text.conceal {
    height: 150px;
    overflow: visible;
    opacity: 1;
    max-height: 5000px;
    position:relative;
}
.msg.comment section.text.conceal > aside,
.msg section.text.conceal > aside{
    height: 150px;
    max-height: 5000px;
    overflow: hidden;
}

/*.msg.comment section.text.conceal > aside:after,
.msg section.text.conceal > aside:after{
    box-shadow: inset 0px -50px 20px -10px #fff;
}*/

.msg.comment section.text.conceal:after,
.msg section.text.conceal:after{
    content:"";
    float:left;
    width:93%;
    /*height:100%;*/
    height:5rem;
    position:absolute;
    bottom: 0;
    /*top:0;*/
    /*left:0;*/
    box-shadow: inset 0px -50px 20px -10px #fff;
    cursor:text;
}
.msg.comment section.text.conceal:after{
    width:103%;
}

.msg section.user-feed:after {
    box-shadow: unset !important;
}

.msg.comment section.text .readmore, .msg section.text .readmore, .viewcomments{
    position:absolute;
    right:0;
    bottom:-35px;
    z-index:99;
    font-size: 11px;
    line-height: 1.5;
    color: #5DB4C8;
    border-radius: 100px;
    padding: 2px 8px;
    transition: background-color 0.1s ease;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    border: 1px solid #ddd;
    text-decoration:none;
}

.resultsItem section.text.conceal .readmore,
.msg.comment section.text.conceal .readmore, 
.msg section.text.conceal .readmore{
    bottom:-23px;
}

.msg section.text .readmore.hide-text {
    bottom: 5rem;
}

.comments section.text .readmore.hide-text {
    bottom: -4rem;
}


.resultsItem section.text.conceal .readmore:after,
.msg.comment section.text .readmore.hide-text:after,
.msg section.text .readmore.hide-text:after{
    content:"Hide";
}

.msg.comment section.text .readmore.rm-text:after,
.msg section.text .readmore.rm-text:after{
     content:"Read More";
}

.resultsItem section.text.conceal .readmore:hover,
.msg.comment section.text .readmore:hover, .msg section.text .readmore:hover, .viewcomments:hover, .viewcomments:focus{text-decoration:none;background-color: #f6f6f6;color: #5DB4C8;}

.msg.comment.best_answer section.text.conceal:after,
.msg.single-post section.text.conceal:after,
.msg.comment.best_answer section.text.conceal:after,
.msg.single-post section.text.conceal:after{
    box-shadow: inset 0px -50px 20px -10px #F0FDF7;
}
.msg.comment.best_answer section.text .readmore,
.msg.best_answer section.text .readmore{
    color:#417e63;
    background-color:#d8f0e5;
    border:1px solid #9ccfb8;
    bottom: 23px;
    right: 20px;
}
.msg.comment.best_answer section.text.conceal .readmore,
.msg.best_answer section.text.conceal .readmore{ 
    bottom:-23px;
    right: 0;
}
.viewcomments {
    font-size: 13px;
    line-height: 1.7;
    color:#C17DEE;
    position: relative;
    right: -25px;
    bottom: 15px;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 170px;
}
.viewcomments:hover, .viewcomments:focus{color:#C17DEE;}
.hide_comments.show .viewcomments{
    max-width: 80px;
}
.viewcomments:after{
    content:"View More Comments";
}
.hide_comments.show .viewcomments:after{
    content:"Collapse";
}

.hide_comments {margin-bottom: 30px;}
.hide_comments .msg.comment {display:none;}
.hide_comments.show .msg.comment {display:block;}



/*BLOCKED USER*/
.msg.comment.blocked .user_name h3, 
.msg.comment.blocked:before, 
.msg.comment.blocked .msg_timer, 
.msg.comment.blocked section.interact,
.msg.comment.blocked .msg_edit,
.msg.comment.blocked section.text.conceal:after,
.msg.comment.blocked section.text.conceal > aside{
   display:none !important;
}

.msg.blocked{
    background: #EFEFEF;
    padding: 20px;
    display: inline-block;
    margin: 0 0 50px 64px;
    border-radius: 6px;
    cursor:pointer;
}
.msg.blocked:hover{
     background: #ddd;
}
.msg.blocked .user_name:before{
    content:"Blocked User";
    font-size: 16px;
    font-weight: 600;
}

.msg.comment.blocked .user_img {
    box-shadow: none;
}
.msg.comment.blocked section.text.conceal{
    height: auto;
    position: static;
}
.msg.comment.blocked section.text.conceal:before{
    content:"This user is blocked and their contributions are hidden. You can change this in your Settings.";
    font-size: 13px;
    line-height: 20px;
    color: #595959;
}
.msg.comment.blocked section.text.conceal .readmore{
    right: 20px;
    bottom: auto;
    top:20px;
    color: #666;
    box-shadow: none;
    border: none;
    background:rgba(0,0,0,.06);
    display:none;
}
.msg.blocked:after{
    content: "Read";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.5;
    color: #666;
    background:rgba(0,0,0,.06);
    border-radius: 100px;
    padding: 2px 8px;
    position: absolute;
    top:20px;
    right:20px;
    cursor:pointer;
    z-index:11;
}
/*
.msg.comment.blocked section.text.conceal .readmore:after {
    content: "Read";
}
*/

/*LEFT COLUMN*/
.sidebar-left .row{
	display: block;
    margin: 0;
}

#memberinfo {
	color: #666;
    position:relative;
	/*z-index:1;*/
}

#searchResults .resultsItem > .avatar{
	border: 1px solid #e0e0e0;
	margin-bottom:0;
	position: absolute;
	top: 20px;
	left: 15px;

}

#activityHeader .following{
	margin-right: 20px !important;
}

.avatar2 {
	width: 60px;
	height:60px;
	border-radius:100px;
	padding: 3px;
	border: 1px solid #8bc2d1;
	position:relative;
	overflow: hidden;
	margin-right: 15px;
}

#searchResults textarea {
	border: 1px solid #ebebeb;
	background:#f6f6f6;
	color: #858585;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 13px;
	width: 83.75%;
	height: 78px;
	/*height: 100px;*/
	padding:10px;
	overflow: hidden;
	resize: vertical;
}
#newMessage textarea:focus, #feed .item .newComment textarea:focus, #feed .item .content textarea:focus{outline:0;border: 1px solid #8bc2d1;}
#feed .item .subject.content textarea {
	height: 40px;
}

#searchResults .moreText .avatar2{
	border: 1px solid #e0e0e0;
	margin-bottom:0;
	/*position: absolute;*/
	top: 20px;
	left: 15px;
}

#avatarImg{

}



/*.member a, */#newAvatarWrapper{
	float: right;
	font-size: 10px;
	color: #888;
	padding: 2px 4px;
	margin: 0 0 0 32px;
	border-radius: 2px;
	background: #eee;
	text-transform: uppercase;
	position: absolute;
	bottom:0;
	right:0;

}

#newAvatarWrapper {float:left;position:static;margin: 2px 0 0 0;}
#newAvatarWrapper #newAvatarLink{color: #888;}

/*.member a:hover, */#newAvatarWrapper:hover{
	color: #fff;
	text-decoration:none;
	background: #ccc;
}
#newAvatarWrapper:hover #newAvatarLink{color: #fff;text-decoration:none;}

h5{
	font-weight:900;
	font-size:	 20px;
	line-height:20px;
	text-transform:uppercase;
	margin:  0;
	padding:0;
}

.accordion-menu{
	margin: 20px  0;
	float: left;
	border-bottom: 1px solid #e0e0e0;
	width:100%;
}
.accordion-menu a{color: #666;text-decoration:none;}
.accordion-menu a:hover{color: #8bc2d1;}

[data-accordion] [data-content] {
	background:none;

}
/*[data-accordion].open [data-content].testimonials-height{
	min-height: 100% !important;
    max-height: 150% !important;
}*/
[data-control], [data-content] > * {
	padding: 9px 15px 9px 20px;
}
.accordion-menu .benefits article {
	position:relative;
	line-height:15px;
	font-size:13px;
	border-bottom:1px solid #e8e8e8;
	position: relative;
	padding: 10px 20px 10px 20px;
}

.accordion-menu .benefits article:last-child{border:0;}
.accordion-menu .benefits article:before{
	content:"\b7";
	float:left;
	line-height: .55;
	font-size: 60px;
	color: #7cd27a;
	position:absolute;
	top:0;
	left:0;
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
}
/*.accordion-menu .benefits article a:not(.beneLink){
	position: absolute;
	top:0;
	right:8px;
	height:100%;
	display:block;
}*/
.accordion-menu .svgIcon {
	height: 100%;
	width: 12px;
	cursor: pointer;
	fill: #000;
	opacity: .2;
	display:none;
}
.accordion-menu .benefits article:hover .svgIcon{display:block;}
.accordion-menu .benefits article a:hover .svgIcon {opacity: .4;}
[data-accordion] {margin-bottom: 0;}
#fieldsets  [data-accordion] {margin-bottom: 30px;}
[data-accordion] > [data-control]{
	padding: 18px 10px;
	border-top: 1px solid #eee;
	color: #848484;
	font-weight:400;
	font-size:13px;
	width: 100%;

}
[data-accordion] > [data-control]:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 25px;
	font-weight: 200;
	color: #444;
	height: 29px;
	width: 24px;
	background: url('../img/down.png') center center no-repeat;
	background-size: 50%;
    display:none;
}
[data-accordion].open > [data-control]{
	background: #8bc2d1;
	color: #fff !important;
	box-shadow: 0 3px 0 rgba(0,0,0,.05);
}
[data-accordion] > [data-control]:hover{color: #8bc2d1 !important;background: rgba(0,0,0,.03);}
[data-accordion].open > [data-control]:hover{color: #fff !important;background: #8bc2d1;}

[data-accordion].open > [data-control]:after {
	background: url('../img/up.png') center center no-repeat;
	background-size: 50%;
}

/*SEARCH RESULTS*/

#searchResults .resultsItem {
	float: left;
	width: 100%;
	clear: both;
	margin:  0; 
	padding: 20px 15px 20px 15px; 
	border:0;
	border-top: 15px solid #f6f6f6;
	border-bottom: 1px solid #eee;
	position: relative; 
	/*overflow: hidden;*/
}
#searchResults .resultsItem:hover{
	box-shadow: inset 1px 0 0 #8bc2d1;
}
/*#searchResults .resultsItem:first-of-type{border-top: 50px solid #f6f6f6;}*/
#searchResults .resultsItem .username, #searchResults .resultsItem .username2, #searchResults .resultsItem .subject{
	font-size:16px;
	color: #666;
	font-family: 'Titillium Web', Arial, sans-serif;	
	cursor:pointer;
	padding-left: 75px;
	position: relative;
}

#searchResults .resultsItem .subject {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: none;
	cursor: default;
	font-weight: normal;
	margin: 5px 0;
}

#searchResults .resultsItem .moreText2 .username2{
	padding-left: 0px;
}


#searchResults .resultsItem .username.app{padding-left: 30px;}
#searchResults .resultsItem .username:hover{color: #8bc2d1;}

#searchResults .resultsItem .username.nolink{cursor:default;}
#searchResults .resultsItem .username.nolink:hover{color: #666;}

#searchResults .resultsItem .username.fakeLink{font-size: 12px;}
#searchResults .resultsItem .username.fakeLink .searchHl{text-transform: uppercase;}
#searchResults .resultsItem .username.fakeLink.searchTextCont:before, #searchResults .resultsItem .username.fakeLink.searchTextCont:after{content: "";}


#searchResults .metaData { font-size: 10px; color: #858585; }
#searchResults .resultsItem .metaData .index { width: 30px; display: inline-block; }
#searchResults .resultsItem .displayText {
	font-size:14px;
	line-height:22px;
	color: #666;
	margin-left: 0 !important; 
}
#searchResults .resultsItem .displayText.member{padding-left: 75px;}
#searchResults .resultsItem .displayText.fakeLink-vid{position: relative;}
#searchResults .resultsItem .moreText{padding-right: 60px;padding-left: 75px;}
#searchResults .resultsItem .moreText:before{
	/*    content: "";
    height: 100%;
    position: absolute;
    top: 80px;
    left: 45px;
    z-index: 0;
    border-left: 1px solid #e0e0e0;*/
}
#searchResults .resultsItem .nestedResult{
	position:relative;
	border-left: 1px solid #e0e0e0;	
}
#searchResults .resultsItem .nestedResult:before{
	/*content: "";
    width: 45px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
        left: 45px;
    bottom: 25px;*/
}
#searchResults .resultsItem .nestedResult.dateTitle:before{
	content: "";
	width: 45px;
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	left: 0;
	bottom: 0;
}

#searchResults .resultsItem .displayText.dateTitle{
	font-size: 11px;
	color: #999;
	/*margin-top:30px;*/
}
#searchResults .resultsItem .nestedResult.dateTitle{
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#searchResults .resultsItem .nestedUsername{
	margin-top:30px;
}

#searchResults .resultsItem .displayText.nestedTitle .subject{
	font-size: 16px;
	line-height: 20px;
	color: #8bc2d1;
	font-family: 'Titillium Web', Arial, sans-serif;

}
.searchHl {
   background-color: #fcfae5;
   font-weight: 800;
   padding: 0px;
   color: inherit;
   text-transform: none;
   font-size: inherit;
}
.resultIcon {
	width: auto;
	height: 100%;
	font-size: 18px;
	margin: 0 10px 0 0;
	/*padding: 20px 12px;*/
	color: #8bc2d1;
	line-height: normal;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


#searchResultsCont{
	float: left;
	width: 100%;
}
#searchResultsCont form{
/*	float:left;	
	padding:20px;
	background: #fff;*/

	float:left;	
	padding:0;
	background: #8bc2d1;

}
#radio {margin:0;}

#searchResults{
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    border-radius: 2px;
}
#searchResults h2{
/*	font-size:16px;
	text-align: left;
	color: #333;
	text-transform:capitalize;
	margin:0;*/

	font-size:18px;
	line-height: 51px;
	text-align: left;
	color: #666;
	text-transform:uppercase;
	text-indent: 11px;
	margin:0;
	border-bottom: 1px solid #eee;

}
/*#searchResults h2 strong{font-style:italic;}*/

#searchResults .resultsItem .searchTextCont{
	/*width:70%;*/
	margin-bottom: 16px;
	font-size:14px;
	line-height:22px;
	color: #666;
	padding-left: 30px;
	position: relative;
}
#searchResults .resultsItem .searchTextCont.lsTextCont,
#searchResults .resultsItem .searchTextCont.msgTextCont,
#searchResults .resultsItem .timestamp{
	padding-left: 75px;
}
#searchResults .resultsItem .displayText.fakeLink-vid .searchTextCont{
	margin-left: 0 !important; 
	width: 100%;
}
#searchResults .resultsItem .displayText.fakeLink-vid > a{margin-bottom:8px;margin-left: 30px;display: inline-block;}
#searchResults .resultsItem .displayText.fakeLink-vid > a.watch{    display: initial;}
#searchResults .resultsItem .searchTextCont:not(.no-quotes):before, #searchResults .resultsItem .searchTextCont:not(.no-quotes):after {
	color: #858585;
	content: "''";
}
#searchResults .resultsItem .displayText.fakeLink-vid > a{margin-bottom:8px;margin-left: 30px;display: inline-block;}
#searchResults .resultsItem .displayText.fakeLink-vid > a.watch{    display: initial;}
#searchResults .resultsItem .searchTextCont:not(.no-quotes):before, #searchResults .resultsItem .searchTextCont:not(.no-quotes):after {
	color: #858585;
	content: "''";
}
#searchResults .resultsItem .fakeLink {
	background: #efefef;
	float: right;
	font-size: 12px;
	color: #999a9a;
	padding: 5px 9px;
	text-decoration:none;
	border-radius:2px;
	margin: 0 0 30px 30px !important;
	position: relative;
	z-index: 99999;
	/*position: absolute;
    top: 15px;
    right: 15px;*/	
}

#searchResults .resultsItem .adminSettingsCont .fakeLink {
	background: none;
	float: none;
	font-size: 12px;
	color: #8bc2d1;
	padding: 0;
	text-decoration:none;
	border-radius:0;
	margin: 0 !important;
	position: inherit;
	z-index: 100;

	/*position: absolute;
    top: 15px;
    right: 15px;*/	
}

.btn-primary{
	background: #8bc2d1;
	font-size: 12px;
	color: #fff;
	padding: 5px 9px;
	text-decoration:none;
	border-radius:2px;
	border:0;
}
#searchResults .resultsItem .fakeLink.username:hover{color:#fff;}

#searchResults .resultsItem .fakeLink.username .searchHl{background: none;}
#searchResults .resultsItem .fakeLink a{text-decoration:none;color: #999a9a;}
#searchResults .resultsItem .fakeLink.readLessLink{
	/*	top: auto;*/
	top: 10px;
	bottom:15px;

}

#searchResults .resultsItem .fakeLink:hover, .btn-primary:hover{
	background: #8bc2d1;
	color: #fff;
	text-decoration:none;
}
#searchResults .resultsItem .fakeLink:hover a{
	color: #fff;
}

#searchResults .resultsItem .fakeLink:hover{
	background: #8bc2d1;
	color: #fff;
}
#searchResults .resultsItem .fakeLink:hover a{
	color: #fff;
}


/*TRAINIG COURSE STYLES*/

.vidCont {
	position: relative;
}

.courseBar {
	background: #646464;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.completedBar {
	height: 100%;
	background: #7092BF;/*#6791C1*/
	border-right: 1px solid #3EF0FE;
}
.percentMsg {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
	color: #fff;
}

/*RIGHT COLUMN*/

#content {
	width: 100%;
	margin-top:0;
	position: relative;
	z-index: 0;
}

/*
#search{position: relative; clear: both;display: inline-block;width: 100%;}
#search input[type=text] {
	border-radius: 0px;
	border: 1px solid #e8e8e8;
	border-right:0;
	width: 85%;
	font-size: 25px;
	color: #404040;
	padding: 10.5px 12px;
	font-weight:200;
	float:left;
}



#search input[type=text]:focus{outline:0;border: 1px solid #8bc2d1;border-right:0;}
#search input[type=submit] {
	width:15%;
	height:auto;
	float:right;
	clear:none;
	position: static;
	display:block;
	margin: 0;
	padding:20px 0 21px;
	border: 0;
	cursor:pointer;
	background:#e8e8e8;
	background-size:35%;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transition: all .1s;
	transition: all .1s;
} 
#search input[type=submit]:hover{opacity:.8;}
#search input[type=submit]:focus{outline:0;} 


#search:after{
	content:"";	
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #e8e8e8;
	position: absolute;
	top: 33%;
	right: 85px;
}


#search i{
	position:absolute;
	top: 20px;
	right: 38px;
	z-index: 99;
	color:#999;
	font-size: 16px;	
}
*/



#content h1, #feedHeader h3,#profile h3.main-heading, #fieldsets button, #new-listing h3.main-heading, .main-heading, .label {

	color: #434343;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
}
#content h1 {
	font-size: 30px;
	line-height: 36px;
}

#newMessage .contentWrapper {
	width: 100%;
	max-width: 100%;
	margin-bottom:17px;
}
#feed .item .newComment textarea, #feed .item .content textarea {
	border: 1px solid #ebebeb;
	background:#f6f6f6;
	color: #858585;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 13px;
	width: 100%;
	height: 78px;
	padding:10px;
	overflow: hidden;
	resize: vertical;
}
#newMessage textarea:focus, #feed .item .newComment textarea:focus, #feed .item .content textarea:focus{outline:0;border: 1px solid #8bc2d1;}
#feed .item .subject.content textarea {
	height: 40px;
}
.eegBtn {
	color: #fff;
	background: #8bc2d1;
	padding: 12px 28px !important;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	font-weight: 800;
	text-align:center;
}
.eegBtn:hover {
	opacity:.85
}


#feed {
	border-top: none;
	padding-top: 0;
}

#feed .item, #searchResults .comments .item {
	font-size: 14px;
	padding: 20px;
	margin-top: 18px;
	margin-bottom: 15px;
	background: #fff;
	border-bottom: 1px solid #eee;
}

#searchResults .comments .item {
	padding: 0px;
}

#feed .item:last-child, #searchResults .item:last-child {
	margin-bottom: 0px;
}

#feed > .item > .contentWrapper .newComment, #feed > #pinned > .item > .contentWrapper .newComment{
	margin-top: 30px;
}
#feed .item .content, #searchResults .item .content{color:#434343;}

#feed .avatar{border: 1px solid #e0e0e0;position: relative; z-index: 1; background: #fff;}
#feed .item .contentWrapper, #searchResults .item .contentWrapper{
	width: 85%;
	max-width: 85%;
}
#feed .item .comments .contentWrapper, #searchResults .item .comments .contentWrapper{
	width: 80%;
	max-width: 80%;
}
#feed .item .username {
	color:#434343;
	font-size: 18px;
	margin-right: 20px;
	font-weight: 600;
}
#feed .item .timestamp{    margin: 0 0 10px 0;}
#feed .item .timestamp span, #activityHeader span.following {
	text-transform: capitalize;
	font-weight:200;
	font-size:12px;
	color: #878787;
	line-height:1;
}
#activityHeader span.following{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-size:14px;
}
#activityHeader span.block-link{
	margin-right: 0 !important;
}
#activityHeader #memberFollow {
	display: block;
	clear: both;
	text-align: right;
}

#feed .item .commentLink, #feed .item .likeLink, #feed .item .bestLink, #searchResults .likeLink, #tagCloud a{
	/*#feed .item .bestLink, #tagCloud a{*/
	color: #434343;
	font-size:12px;
	padding: 3px 6px;
	background: #ebebeb;
	text-decoration:none;
	font-family: 'Open Sans', 'Titillium Web', Arial, sans-serif;
}
/*#feed .item .commentLink:hover, #feed .item .likeLink:hover, #feed .item .bestLink:hover, #searchResults .likeLink:hover, #tagCloud a:hover{*/
#feed .item .bestLink:hover, #tagCloud a:hover{
	background: #f6f6f6;
}
.likes {
	color: #878787;
	font-weight: normal !important;
	font-family: "Titillium Web",Arial,sans-serif;
	font-size: 12px !important;
}
.likeLink {
	padding-left: 0px !important;
}
.likeLink, .commentLink {
	background: none  !important;
}
.likeText, .commentText{/*}, .followText {*/
	color: #878787;
	font-weight: normal !important;
	font-size: 12px !important;
	font-family: "Titillium Web",Arial,sans-serif;
}
.followLink:hover {
	text-decoration: none;
}
.followLink .fa {
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.likeLink .glyphicon, .commentLink .glyphicon, .followLink .fa {
	color: #8bc2d1;
	margin-right: 3px;
}
.likeLink.unlike .glyphicon-heart {
	color: #FF6670;
}

#feed .item .content, #searchResults .item .content, .attachments{
	font-size: 13px;
	line-height: 18px;
	margin:0;
	padding: 15px 0 0 0;
	position: relative;
	word-wrap: break-word;
	text-transform: none;
	font-weight:inherit;
}
#feed > .item > .contentWrapper > .content:before, #feed > .item > .contentWrapper > .attachments:before, 
#feed > #pinned > .item > .contentWrapper > .attachments:before, #feed > #pinned  > .item > .contentWrapper > .content:before{
	content:"";
	height:100%;
	position: absolute;
	top: -24px;
	left: -45px;
	border-left: 1px solid #e0e0e0;	
}

.moreText2 > .item > .contentWrapper > .content:before{
	content:"";
	height:100%;
	position: absolute;
	top: 5px;
	left: -40px;
	border-left: 1px solid #e0e0e0;	
}
#feed .item .content p{ padding: 0 0 25px 0; margin: 0;}

#feed > .item > .contentWrapper > #edit{position: relative;}
/*#feed > .item > .contentWrapper > #edit:before{
	content:"";
	height:100%;
	position: absolute;
	top: -25px;
	left: -45px;
	border-left: 1px solid #e0e0e0;	
}*/

#feed > .item > .contentWrapper #adminSettings, #feed > #pinned > .item > .contentWrapper #adminSettings{
	margin-left:16px;
	position: relative;
}

#searchResults #adminSettings{
	margin-left:16px;
	position: relative;
}


.adminSettingsCont {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 10px;
	width: 300px;
	color: #333;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
	cursor: default;
	z-index: 99999999;
}

#searchResults .adminSettingsCont {
	position: absolute;
	top: 100%;
	right: 0;
}


.adminSettingsCont input {
	width: 50px;
}
.adminSettingsCont > div {
	margin: 5px 0;
}


#feed .item .commentWrapper, #searchResults .item .commentWrapper {
	border-left: 0;
	margin-top: 0;
	padding-left: 0;
	position: relative;
}
#feed .item .commentWrapper:before{
	content:"";
	height:calc(100% + 22px);
	position: absolute;
	top: -70px;
	left: -45px;
	border-left: 1px solid #e0e0e0;	
	z-index: 0;
}

#searchResults .item .commentWrapper:before{
	content:"";
	height:calc(100% + 26px);
	position: absolute;
	top: -74px;
	left: -40px;
	border-left: 1px solid #e0e0e0;	
	z-index: 0;
}


#feed .item .comments .item, #feed .item .newComment, #searchResults .item .comments .item{position: relative;}
#feed .item .comments .item:before, #feed .item .newComment:before{
	content:"";
	width: 45px;
	height:1px;
	background: #e0e0e0;
	position: absolute;
	left: -45px;
	top: 30px;
}


#searchResults .item .comments .item:before, #searchResults .item .newComment:before{
	content:"";
	width: 40px;
	height:1px;
	background: #e0e0e0;
	position: absolute;
	left: -40px;
	top: 30px;
}

#feed .item .newComment textarea {
	width: 83.75%;
	height: 78px;
}
#sideBarTrain, #sideBarDir {padding:0;}
#sideBarTrain article, #sideBarDir article{padding:10px;}
#sideBarTrain a, #sideBarDir a{display:block;text-transform:uppercase;margin: 5px 0 0 0;}
#sideBarTrain img, #sideBarDir img{display:block; width:100%;}

#feed .msg-relcontent p{
	margin: 0 0 4px 0;
}
#feed .msg-relcontent a{

	color: #434343;
	font-size: 10px;
	padding: 3px 6px;
	background: #f6f6f6;
	text-decoration: none;
	font-family: 'Titillium Web', Arial, sans-serif;
}
#feed .msg-relcontent a:hover{
	background: #ebebeb;
}
#feed .msg-relcontent .fa{
	margin-right: 3px;
	color: #8bc2d1;
}
.commentMoreLink {position:relative; top: 5px;}
.commentMoreLink2 {position:relative; top: 10px;}
.commentMoreLink, .commentMoreLink2 ,#moreBtn, #loadAllMessages .fakeLink{
	padding:3px 10px;
	border: 1px solid #8bc2d1;
	border-radius:100px;
	color: #8bc2d1;
	text-align:center;
	font-family: 'Titillium Web', Arial, sans-serif;
}
.commentMoreLink2:hover, .commentMoreLink:hover, #moreBtn:hover, #backToMessages .fakeLink:hover, #backToMessages2 .fakeLink:hover ,#loadAllMessages .fakeLink:hover, .menu_add_clin.fakeLink:hover{color: #8bc2d1;background: rgba(0,0,0,.03);text-decoration:none;}

.menu_add_clin.fakeLink{padding:10px 0; margin: 0 0 20px 0;clear:both;font-size: 16px;}

#backToMessages, #backToMessages2{display: inline-block;    clear: both;}
#backToMessages span, #backToMessages2 span{
	font-size: 14px;
	color: #666;
	font-weight: 400;
	font-family: 'Titillium Web', Arial, sans-serif;
	cursor:pointer;	
}

#backToMessages, #backToMessages2{
	padding: 3px 10px;
	border: 1px solid #8bc2d1;
	border-radius: 100px;
	color: #8bc2d1;
	text-align: center;
	font-family: 'Titillium Web', Arial, sans-serif;
	left:0;
	z-index:999;
}

#backToMessages2{
	padding: 3px 10px;
	border: 1px solid #8bc2d1;
	border-radius: 100px;
	color: #8bc2d1;
	text-align: center;
	font-family: 'Titillium Web', Arial, sans-serif;
	position:relative;

}

#backToMessages span, #backToMessages2 span{
	color: #8bc2d1;
	font-size: 12px;
}
#backToMessages:hover, #backToMessages2:hover{background:rgba(0,0,0,.03);}
/*#backToMessages {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	border:1px solid red;
}
#backToMessages span {
	display: none;
}
#backToMessages:after {
	content: "\f00d";
	font-size: 22px;
	color: #d85656;
}*/
#backToMessages{
	position:absolute;
	top: 69px;
	margin: 0;
}
/*#backToMessages{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: 35px;
	right: 15px;
	cursor:pointer
}
#backToMessages:after{
	content: "\f00d";
	font-size: 22px;
	color: #d85656;
}
#backToMessages span{display:none;}*/


#feed .item.bestItem{
	padding: 55px 15px 15px 15px;
	background: #e7f3f6;
	border-radius: 3px 3px 0 0;
	outline:none;
}
#feed .item.bestItem .best{
	background-color: #8bc2d1;
	position: absolute;
	top: 0;
	left: 0;
	padding:10px  15px;
	text-indent:30px;
	border-radius: 2px 2px 0 0;
	font-size: 18px;
	box-shadow: 0 4px 0 rgba(0,0,0,.04);
}
#feed .item.bestItem .best:before{
	content: "\f005";
	font-family: FontAwesome;
	margin: 0 3px 0 0;
	font-size: 30px;
	position: absolute;
	top: 2px;
	left: -20px;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
#feed .item.bestItem .bestLink{
	background: none;
	color: #8bc2d1;
	padding: 0;
}

/*#sideBarCloud{
	float:left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #f6f6f6;	
}*/
/*#sideBarCloud h2{float: left;}*/
#tagCloud {float:left;width:100%;}
#tagCloud a{
	float: left;
	margin:0 5px 5px 0;
	color: #434343 !important;
	font-size:12px !important;
	font-family: 'Open Sans','Titillium Web', Arial,sans-serif;
	border-radius: 1px;
}

.side-bar-box {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;

}
.side-bar-box h2 {
	color: #8bc2d1;
	font-size: 15px;
	font-weight: 800;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
}

/*PROFILE COMPLETION*/
.side-bar-box.profile-completion h2{
	color:#4fd59a;
}
.side-bar-box.profile-completion h2 div{
	float: right;
	font-size:12px;
	color:#777;
	text-transform:lowercase;
	font-family:"open sans";
	font-weight:200;
}
.side-bar-box.profile-completion h2 div span{color:#777;font-weight:200;font-family:"open sans";}

#profile-completion-side-bar{
    display:inline-block;
    width: 100%;
    margin: 10px 0;
}
#prof-percent-text{line-height: 28px;}

.progress{
	clear: both;
    height:10px;
    margin: 10px 0;
	background:#ececec;
	border-radius:50px;
	box-shadow:none;

}
.progress:before{
	content:"";
	background:#4fd59a;
	background: linear-gradient(120deg, #4fd59a, #17cec8);
	height:10px;
	float:left;
	border-radius:50px;
	width:0;
}
.progress.percent0:before{width:0%;}
.progress.percent1:before{width:17%;}
.progress.percent2:before{width:33%;}
.progress.percent3:before{width:50%;}
.progress.percent4:before{width:66%;}
.progress.percent5:before{width:83%;}
.progress.percent6:before{width:100%;}

.progress.percent17:before{width:17%;}
.progress.percent33:before{width:33%;}
.progress.percent67:before{width:67%;}
.progress.percent84:before{width:84%;}
.progress.percent100:before{width:100%;}

.profile-completion h6{
    float:left;
    color: #434343;
	font-size:13px;
    font-weight:600;
    line-height: 22px;
    margin-bottom: 12px;
}

.profile-completion .profile-item{
	float:left;
	width:100%;
	clear:both;
	font-size:12px;
	line-height: 20px;
	font-weight:600;
	color:#4fd59a;
	font-family:"open sans";
	margin: 6px 0;
    padding:0 !important;
    background:none !important;
}
.profile-completion .complete{
	color: #aaa;
	font-weight:200;
	cursor:default;
}
.profile-item span{
	float: left;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	text-align: center;
	border-radius: 100px;
	letter-spacing: -1px;
	margin-right:8px;
	font-weight:200;
	-moz-transition: -moz-transform 0.21s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.2s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.2s ease, opacity 0.5s ease;
	transition: transform 0.2s ease, opacity 0.5s ease;
}
.profile-item span{color:#fff;background:#4fd59a;background: linear-gradient(90deg, #4fd59a, #17cec8);}
.complete span{width: 22px;height: 22px;line-height: 20px;color:#9d9d9d;background:none;border:1px solid #ccc;}

.profile-item span:before{font-family: FontAwesome;content: "\f067";}
.complete span:before{font-family: FontAwesome;content: "\f00c";}

.profile-item:hover, .profile-item:focus{color:#4fd59a;text-decoration:none;}
.profile-item.complete:hover, .profile-item.complete:focus{color: #aaa;text-decoration:none;cursor:default;}

.profile-item:hover span{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.profile-item.complete:hover span{
	transition: none;
	transform: none;
}
#hide_progress{
    float: left;
    font-size: 11px;
    line-height: 1.5;
    color: #666;
    border-radius: 100px;
    margin: 10px 0 20px 0;
    padding: 2px 8px;
    transition: background-color 0.1s ease;
    background-color:#ddd;
    border: 1px solid transparent;
    font-weight: 600;
    text-align: center;
    cursor:pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    border: 1px solid #ddd;
}
#hide_progress i{
   
}
#hide_progress:hover{
    background-color: #eee;
}

/*VERIFY EMAIL*/
.verify-email{
	display: inline-block;
	width: 100%;
	position: relative;
	background:#17cec8;
	background: linear-gradient(120deg, #4fd59a, #17cec8);
	padding:20px 20px 20px 20px;
        margin-bottom: 2rem;
}

.verify-email p{
	font-size:20px;
	/*text-transform:uppercase;*/
	color:#308f65;
	color:rgba(0,0,0,.4);
	margin:0 0 15px 0;
}
.verify-email p strong{font-weight:200;}
.verify-email input{
	float:left;
	width:57%;
	border:0;
	font-size:18px;
	font-weight:200;
	line-height:30px;
	color:#999;
	outline:0;
	padding:15px;
	margin: 0 15px 0 0;

}
.verify-email input:focus{color:#666;}
.verify-email button{
	float:left;
	width:auto;
	font-size:13px;
	line-height: 1;
	/*text-transform:uppercase;*/
	color:#308f65;
	color:rgba(0,0,0,.45);
	font-weight:800;
	background:#50f6ad;
	padding: 17px 20px;
	text-align:center;
	box-shadow: 3px 9px 30px rgba(0,0,0,.2);
}
.verify-email button:focus{
	box-shadow: none;
	position:relative;
	top: 2px;
}
.verify-email .close-email{
	position:absolute;
	top:10px;
	right:10px;
	float:left;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#fff;
	color:rgba(0,0,0,.25);
	background:rgba(0,0,0,.1);
	border-radius:100px;
	letter-spacing: 1px;
	cursor:pointer;	
}


.side-link {
	text-align: right;
}

/*RADIO BUTTONS*/
label {
	width: auto;
	color: #666;
	text-transform:uppercase;
}

/* hide input */
input.radio:empty, input.nav-trigger[type="checkbox"] {
	margin-left: -999px;
	height: 0;
	max-height: 0;
	width: 0;
	margin:0;
	overflow: hidden;
	display: none;
}

/* style label */
input.radio:empty ~ label {
/*	position: relative;
	float: left;
	line-height: inherit;
	margin:  0;
	padding: 4px 13px;
	cursor: pointer;
	text-align: center;
	z-index: 9;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    display: flex;
    border-radius: 100px;
    background-color:#fff;
    background: rgba(0,0,0,.03);*/
    
	position: relative;
	float: left;
	width: 100%;
	line-height: inherit;
	margin: 0;
	padding: 8px 10px;
	cursor: pointer;
	text-align: center;
	z-index: 9;	
	border-right: 1px solid rgba(0,0,0,.05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    
    
}
input.radio:empty ~ label:hover{
	background: rgba(0,0,0,.06);
}
input.radio:empty ~ label:before{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;	
}
input.radio span{position:relative;z-index:999;}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	/*content:'\2714';*/
	text-indent: .9em;
	color: #C2C2C2;
	opacity:.9;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	/*content:'\2714';*/
/*	text-indent: .9em;
	color: #5db4c8;
	border-right: none;*/

	text-indent: .9em;
	color: #8bc2d1;
	border-right: none;

}
/*input.radio:checked ~ label:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	content: "\f105";
	font-size: 28px;
    position: absolute;
    padding-left: 8px;
    color: #8bc2d1;
	
}*/
input.radio:checked ~ label {
/*	color: #777;
	background: #5db4c8;
    border:1px solid transparent;*/

	color: #777;
	background: #fff;

}
input.radio:checked ~ label:hover{background: #5db4c8;cursor:default;}
/* radio focus */
input.radio:focus ~ label:before {

}
/*#radio > div{overflow: hidden;margin: 0 6px 10px 0;width: auto;display: inline-flex;}*/
#radio > div{float: left;overflow: hidden;margin: 0 0 0 0;width: auto;}

#radio > div.last {margin: 0 0 0 0;}
#radio .fa {
/*	color: #5db4c8;
	    font-size: 14px;
    line-height: 1.4;
   margin-right: 6px;*/

	color: #f0fbff;
	font-size: 16px;

}
/*#radio input.radio:checked ~ label .fa{color: #fff;}*/
#radio input.radio:checked ~ label .fa{color: #8bc2d1;}


#radio div span{
/*	font-size: 12px;
	line-height: 18px;
	color: #5db4c8;
	font-weight: 600;
	position: relative;
	clear: both;
	display: block;
    text-transform: none;
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;*/

	font-size: 9px;
	line-height: 18px;
	color: #f0fbff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	clear: both;
	display: block;

}
/*#radio input.radio:checked ~ label span{color: #fff;}*/
#radio input.radio:checked ~ label span{color: #8bc2d1;}

#noResults{
	padding: 50px;
	text-align: center;
}


#listingAccordion, .member-area{background: #fff;}
#listingAccordion{background:none;    padding: 0;}
.member-area{padding: 15px;}
#profile {margin-bottom: 30px;}
#profile h3.main-heading, #new-listing h3.main-heading, .main-heading{
	font-size: 30px;
	line-height: 36px;
	margin-top:0;
}
#profile h3.main-heading i, #new-listing h3.main-heading i, .main-heading i{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#fff;
	background: #8bc2d1;
	text-align:center;
	border-radius:100px;
	position:relative;
	top:-5px;
}

#settingsForm .row, #accountForm .row, #billingForm .row{margin:0 0 10px 0;clear: both;width: 100%;display: inline-block;}
#settingsForm .row.state{width: 48%;}
#settingsForm .row.country {width: 48%;}

.member-area label, .member-area input[type="text"], .member-area input[type="email"], .member-area input[type="password"], .member-area select,
#settingsForm label, #settingsForm input[type="text"], #settingsForm input[type="email"], #settingsForm select,
#new-listing label, #new-listing input[type="text"], #new-listing input[type="email"], #new-listing select,
div[id^="addtlLocation"] label, div[id^="addtlLocation"] input[type="text"], div[id^="addtlLocation"] input[type="email"], div[id^="addtlLocation"] select{
	width:100%;margin: 0 0 3px 0;
}
#settingsForm label, #new-listing label, .member-area label {font-size:13px; font-weight: 400; text-transform: capitalize;}
#settingsForm label{text-align:left;border:0;padding:0;}

.member-area input[type="text"], .member-area input[type="email"], .member-area input[type="password"], .member-area select, .member-area textarea,
#settingsForm input[type="text"], #settingsForm input[type="email"], #settingsForm select, #settingsForm textarea,
#new-listing input[type="text"], #new-listing input[type="email"], #new-listing select, #new-listing textarea,
.clinLocForm input[type="text"], .clinLocForm input[type="email"], .clinLocForm select, .clinLocForm textarea,
div[id^="addtlLocation"] input[type="text"], div[id^="addtlLocation"] input[type="email"], div[id^="addtlLocation"] select, div[id^="addtlLocation"] textarea {
	border: 1px solid #ddd;
	background: #eee;
	color: #666;
	font-size: 12px;
	padding: 6px 8px;
	margin: 0 0 8px 0;
	overflow: hidden;
	font-weight:normal;
}
div[id^="addtlLocation"] label{width:auto;}
div[id^="addtlLocation"] input[disabled="disabled"]{    color: #ccc;    background: #f6f6f6;    border: 1px solid #eee;}


.member-area select{
	height: 33px;
}
select#experienceMonth, select#experienceYear{
	width:20%;
	margin-right: 10px;
}
#settingsForm textarea {height:120px;resize: both;max-width:100%;}

#settingsForm input[type="text"], #settingsForm input[type="email"], 
.member-area input[type="text"], .member-area input[type="email"],
#settingsForm select, #settingsForm textarea{
    padding: 9px;
    background:#f3f3f3;
    border:1px solid #e9e9e9;
}
#settingsForm select {padding:8px 9px;}
#settingsForm textarea {width:100%;}

.chosen-container-multi .chosen-choices{
	border: 1px solid #ddd !important;
	background: #eee !important;
	color: #666;
	margin: 0 0 8px 0 !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
	background: #c1c8bb !important;
	border-radius: 2px !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 3px 0 3px 3px !important;
}
.chosen-container .chosen-results li.highlighted {
	background: #eee !important;
	color: #333 !important;
}
.chosen-container-multi .chosen-choices li.search-choice span {
	font-size: 11px;
	color: #fff;
	font-weight: 400;
}

.specialtiesCol {padding:0;margin: 0 0 20px 0;}
.specialtiesCol > div, .financeRows .col-md-7 > div, .financeRows .divider > div{    
	width: 100%;
	padding: 8px 0;
	display: inline-block;
}
.financeRows .col-md-7 > div, .financeRows .divider > div{
    width:auto;
}

#profile input.radio ~ label{
	text-indent: 2.3em;

}

#profile input.radio {height:0;}
#profile input.radio:empty ~ label{line-height: 2em;}
#profile input.radio:empty ~ label:hover {background:none;}
#profile input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: none;
	border-radius: 100px;
	width:25px;
	height:25px;
	border: 1px solid #ccc;
}
#profile input.radio:checked ~ label:before {
	text-indent: .9em;
	color: #9CE2AE;
	background-color: #c1c8bb;
	border: 1px solid #c1c8bb;
}

.testimonials{   
	clear: both;
	display: block;
}
.testimonialRows > div, .financeRows > div{
	padding:0;
}
.testimonialRows > div.col-md-7 {padding: 0 10px;}
.deleteTestimonial {
	margin: 60px  0 0 0;
	display: block;
	opacity:.85;
        text-align: center;
}
.deleteTestimonial:hover{opacity:1}
.deleteTestimonial i{color: #d85656;font-size: 25px;}

#addTestimonial {opacity:.85;font-size:13px;color: #444;font-weight:400;text-transform:capitalize;font-family: 'Titillium Web', Arial, sans-serif;}
#addTestimonial:hover{text-decoration:none;opacity:1}
#addTestimonial i {color: #57b873;font-size: 25px;position:relative;top:3px;}
.divider{
	display: inline-block !important;
	width: 100%;
	padding: 15px 0 0 0 !important;
	margin: 15px 0 0 0 !important;
	border-top: 1px solid #f6f6f6;
}
.saveWrapper{
	margin: 15px 0 0 0;	
	opacity:1;
	transition: all .5s ease;
	position:static;
	top:2px;
	right:15px;
}
.saveAcnt{
    float:left;
    position:static;
    transform:none;
    border:1px solid #5db4c8;
}
.saveAcnt_alt{
    background:none;
    color:#5db4c8;
}
.saveAcnt_alt:hover, .saveAcnt_alt:focus{
    background:none;
    color:#5db4c8;
}

#accountForm .saveWrapper{
	opacity:1;
	position:static;	
	width: 100%;
}
#listingAccordion #fieldsets [data-accordion].open .saveWrapper{display:block;right:0;opacity:1;}
#listingAccordion #fieldsets [data-accordion]{overflow:hidden;position:relative;background: #fff;padding: 0 20px 20px ;}

#listingAccordion [data-control], #listingAccordion [data-content] > * {
	padding: 15px 0 0 0;
}
#listingAccordion #fieldsets.accordion-menu{float: none; margin: 0 0 15px 0!important;padding:0 !important;border-bottom:0;}
#listingAccordion #fieldsets button{
	padding: 20px 0 10px !important;
	border:0 !important;
	color: #8bc2d1;
	font-weight: 400;
	text-transform: uppercase; 
	font-weight: 600;
    font-size:13px;
    cursor:default;
}

#listingAccordion #fieldsets button:hover{

	background:none;
}
#listingAccordion #fieldsets [data-accordion].open > [data-control]{
	color: #8bc2d1 !important;
	background:none;
	box-shadow: none;
	border:0 !important;
}
#listingAccordion #fieldsets [data-accordion].open > [data-control]:hover {
	color: #8bc2d1 !important;
	background:none;
}

#listingAccordion #fieldsets [data-accordion].open article{
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
#listingAccordion #fieldsets [data-accordion] > [data-control]:after{top: 16px;}

.update-success{
	background: rgba(255,255,255,.9);
	padding: 20% 0 0 0;
	font-size:28px;
	line-height: 36px;
	text-align: center;
	transition: all .5s ease;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #8bc2d1;
	z-index: 999;
	text-transform:uppercase;
	font-weight:800;
	font-family: 'Titillium Web', Arial, sans-serif;
}
.update-success a{display:block;clear:both;font-size:20px;text-decoration:none;color: #666;font-weight:400;}
.alert-close{
	cursor: pointer;
	opacity: .85;
}
.alert-close i{
	color: #d85656;
	font-size: 55px;
	position:fixed;
	top: 30px;
	right:30px;	
}
.col1, .col2 {width: 50%;}
.fieldalignleft {
    padding-left: 0;
}
.fieldalignleft.col1{
    padding-right:10px;
}
.fieldalignleft.col2{
    padding-left:10px; 
}

textarea[name=testimonial] {width: 100%;}
.testimonialRows{display: inline-block;width: 100%;}

div[id^="addtlLocation"]{
	background: #fff;
	margin: 0;
	padding: 0 !important;
	position:relative !important;
}
div[id^="addtlLocation"] .row {
	margin: 0 0 4px 0;
	clear: both;
}
div[id^="addtlLocation"] .saveWrapper{
	margin: 0 0 0 0;	
	opacity:1;
	transition: all .5s ease;
	position:absolute;
	top: auto;
	bottom: 100px;
	right: 15px;
}
#superPopup_3{
	padding: 10px 20px !important;	
	background: #eee !important;
	border-radius: 2px !important;
	border: 5px solid #8bc2d1 !important;
	top: 595px  !important;
	box-shadow: 0 2px 8px rgba(0,0,0,.1) !important;
	right: 178px !important
}
#superPopup_3 a, .fakeLink{
	color: #8bc2d1;
	text-transform:uppercase;
	font-weight:800;
	font-family: 'Titillium Web', Arial, sans-serif;
}
#buyAddtnlLocLink.fakeLink, #buyAddtnlLocLink.fakeLink:hover{
	color: #fff;
}
#superPopup_3 .dtooltip-arrow{
	border-color: transparent transparent #8bc2d1 !important;
}
.mini-menu-arrow-top, .mini-menu-arrow-border-top {
	top: -20px !important;
}

#superPopup_2{
	background: #fff !important;

}
#superPopup_2_close{
	color: #666 !important;
	font-size: 25px !important;
	top: 5px !important;
	right: 15px !important;
}
.table > div{
	margin: 0 0 10px 0;
}
#billingForm, #ccForm{margin: 0 0 40px 0;}
#billingForm .row{margin-right:0;position:relative;}

.dtooltip{

	max-width: 250px !important;
}
.dtooltip_error{
	background-color: #d85656;
	border: 1px solid #d85656;
}
.dtooltip_error .dtooltip-arrow-top, .dtooltip_error .dtooltip-arrow-border-top {
	border-color: transparent transparent #d85656 transparent;
}
.dToolTipContent span{
	text-transform:capitalize !important;
	color: #fff !important;
	font-size:12px !important;
	font-weight:normal;
}
.error_cont.ui-state-error-wrapper{
	position: absolute;
	top: 38%;
	right: 5px;
}
.securitycode .error_cont.ui-state-error-wrapper{
	top: 50%;
	right: auto;
	left:30px;
} 

/*FOOTER*/
#footer {padding-top: 60px; padding-bottom: 50px;clear: both;max-width: 930px;margin:auto;}
#footer p { color:#999;text-align: left; font-size:10px; font-family: Arial, Helvetica,Verdana, sans-serif;}
#footer p span{color:#999; font-size:10px;font-weight: normal;}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

/*LOADING ANIMATION*/
html .loading{
	float:left;
	width:100%;
	height:100%;
	background: url(../img/load.GIF) no-repeat center center;
	background-color: rgba(255,255,255,.95);
	position: fixed;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
html.waiting .loading{
	display:block;

}

.cd-top {
	display: inline-block;
	position: fixed;
	bottom: 30px;
	font-size:40px;
	right: 30px;
	z-index: 10;;
	/* image replacement properties */
	text-align: center;
	white-space: nowrap;
	color: #8cc4d7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor:pointer;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	opacity: .8;
	color: #8cc4d7;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	opacity: 1;
}

.ui-autocomplete{
	z-index:9 !important;	
}

/*MEMBER BENEFITS LIGHTBOX*/
.featherlight-inner h2{
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #434343;
	margin: 0 0 10px 0;
}
.featherlight-inner p{
	font-size: 13px;
	line-height: 18px;
	color: #434343;
}


.empty-space15, .empty-space30, .empty-space50{
	float:left;
	width:100%;
	height:15px;	
}
.empty-space30{height:30px;}
.empty-space50{height:50px;}

#noaccess .nope {text-align:center;color: #fff;font-size:22px;background: #cd3a4a;border: 1px solid #b42a39;padding: 18px 0;}
#noaccess h5 {color: #666;margin: 40px 0 15px 0;}

.prod_block{width:100%;background:#fff;display: inline-block; padding: 20px 20px 20px 10px;margin:0 0 6px 0;}
.prod_block h4{color:#474747;font-size:22px;line-height:26px;font-weight:400;font-family: "Open Sans";margin:0;padding:0 0 12px 0;border-bottom:1px solid #efefef;}
.prod_block h4 strong {font-weight:600;}
.prod_block span {display: block;font-size:12px;color:#707070;margin:12px 0;font-family: 'Merriweather', serif;text-transform:none;font-weight:400;}
.prod_block ul {margin:0 0 0 14px;padding:0;}
.prod_block ul li {margin:0 0 8px 0;padding:0;}
.prod_block .btn, #catProductsWr .btn, #productText .btn, .prod-desc .btn, .green-btn, #goCheckout{color:#fff;background:#45b4b8;border:1px solid #45b4b8;padding:5px 15px;float:left;font-size:12px;border-radius:100px;font-family: "Open Sans";margin-right:10px;transition: all 0.1s ease;cursor:pointer;}
.prod_block .btn:hover, #catProductsWr .btn:hover, #productText .btn:hover, .prod-desc .btn:hover, .green-btn:hover, #goCheckout:hover {background:#50d3d8;color:#fff;border:1px solid #50d3d8;}
.prod_block .btn.wht {color:#474747;border:1px solid #d6d6d6;background:none;}
.prod_block .btn.wht:hover {background:#50d3d8;color:#fff;border:1px solid #50d3d8;}
.prod_block img{width:252px;height:auto;display: block;box-shadow: 0 6px 16px rgba(0,0,0,.07)}

.associates a {color: #73a8b7;}

/*RESPONSIVE*/
@media(max-width: 992px){
	#header > .row{float:left;position: relative;z-index: 1;}
	.cd-top {display:none;}
	.col-left{width: 100%;}
	.col-right {width: 100%;}
	.col-right, .accordion-menu{clear:both;}
	.navbar-default {margin: 0;}
	#memberinfo{padding-top:15px;padding-right:0;padding-left:0;}
	#memberinfo .avatar { margin: 0 0 0 10px;}
	
	.accordion-menu{width: 100%;margin: 15px 0;}	
	#search:after {display:none;}
	#search input[type=submit], #search input[type=submit]:hover, #search input[type=submit]:focus {
		padding: 13px 0;
		background-size: 20%;
  	}
	#search i {top: 12px;}
	#tagCloud a {font-size: 13px !important;}
	#feed .item .avatar{float:left;}
	#feedHeader {
		background: none;
		padding: 0;
		margin: 30px 0;
	}
	#newMessage {margin-top: 5px ;}
	#newMessage textarea{background: #fff;}
	#feed .item .contentWrapper, #feed .item .comments .contentWrapper {
		width: 100%;
		max-width: 100%;
  	}
	#feed > .item > .contentWrapper > .content:before, #feed .item .commentWrapper:before{
		display:none;
  	}	


	#feed .item{
		padding: 0;
		background: none;
	}
	#feed > .item {
		padding-top: 20px;
		border-top: 3px solid #8bc2d1;
  	}
  	/*#feed .item .commentLink, #feed .item .likeLink, #feed .item .bestLink, #searchResults .likeLink {*/
  	#feed .item .commentLink, #feed .item .bestLink {
		background: #eee;
  	}
	#feed .item .comments .item, #feed .item .newComment {
		margin-left: 20px;
	}
	#feed .item .newComment textarea {
		width: 100%;
		margin-top: 5px;
		background: #fff;
	}
	#listingAccordion{background:none;padding:0;}


	#settingsForm label {font-size:13px;}
	#settingsForm input[type="text"], #settingsForm input[type="email"], #settingsForm select, #settingsForm textarea{
		background: #fff;
	}
	select#experienceMonth, select#experienceYear{width:20%;margin-right: 10px;}
	#settingsForm textarea {height:120px;resize: both;}
	.chosen-container-multi .chosen-choices{background: #fff !important;}
	.specialtiesCol.col-md-6 {float: left;width:48%;}
	.testimonialRows .col-md-4 {float: left;width: 33.33333333%;}
	.testimonialRows .col-md-7 {float: left;width: 58.33333333%;}
	.testimonialRows .col-md-1 {float: left;width: 8.33333333%;}
	#profile h3.main-heading i{display:none;}

	#searchResultsCont {
		position: static;
		width: 100%;
		margin:0;
	}
	#searchResults h2 {
		font-size: 16px;
		font-weight: 200;
		text-align: left;
		color: #8bc2d1;
		text-indent: 0;
		border: 0;
	}
	#searchResultsCont form{
		float:left;	
		padding:0;
		background:#8bc2d1;
		width:100%;
		position: fixed;
		bottom:0;
		left:0;
		z-index:999;
	}
	#searchResultsCont form #radio > div{
		float:left;
		width: 14%;
		clear: none;	
		text-align: center;
	}
	#searchResultsCont form #radio > div:first-of-type{border:0;}

	#radio > div.last input.radio:empty ~ label{border-right:0;}


	input.radio:empty ~ label {
		text-indent: 0;
		line-height: inherit;
		margin: 0;
		padding: 15px 0;
		background: none;
	}
	#radio .fa {
		color: #999;
		color:rgba(0,0,0,.2);
		margin: 0;
		width: 100%;
		text-align: center;
		font-size: 25px;
	}
	#radio div span {
		font-size: 9px;
		color: #999;
		text-transform: uppercase;
		font-weight: 800;
		position: relative;
		display:none;
	}
	input.radio:checked ~ label:before {
		background:none;
	}
	#radio input.radio:checked ~ label .fa, #radio input.radio:checked ~ label span {
		color: #fff;
	}
	input.radio:empty ~ label:hover{background: none;}

	#searchResults {
		float: left;
		max-width: 100%;
		width: 100%;
		min-height: 800px;
		padding-left:0;
		padding-right:0;
		margin-bottom: 60px;
		border:0;
	}

	#searchResults .resultsItem{margin:  0; padding: 20px 0 12px 0;border-top: 1px solid #eee;}
	#searchResults .resultsItem:hover{box-shadow:none;}
	#searchResults .resultsItem:first-of-type {    border-top: 20px solid #fff;}
	#searchResults .resultsItem .searchTextCont{width: 100%;font-size: 13px;line-height: 18px;clear: none;padding-left: 0;}

	.resultIcon {
		float:left;
		color: #ccc;
	}
	#searchResults .resultsItem .fakeLink {	
		background: none;
		padding: 0;
		margin: 0;
		height: 100%;
		width: 100%;
		border-radius: 0;
		top: 0;
		left: 0;
		text-indent: -9999px;
		z-index:1;
	}
	#searchResults .resultsItem .fakeLink a{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#searchResults .resultsItem .fakeLink:hover,
	#searchResults .resultsItem:hover .fakeLink{background:none;}

	#searchResults .resultsItem .fakeLink.readLessLink {
		bottom: auto;
		top: 0;
		z-index:9;
	}
	#searchResults .resultsItem .fakeLink,
	#searchResults .resultsItem .displayText.fakeLink-vid > a.watch{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0 !important;
	}
	#searchResults .resultsItem .username.app{padding-left: 0;}
	#searchResults .avatar{left: 0;}
	.resultIcon .fa-cubes, .resultIcon .fa-book{display:none;}
	.resultIcon .fa-video-camera{ margin-left: -12px;}

	.side-bar-box{ padding-left: 15px; padding-right: 15px;}


	/*VERIFY EMAIL*/
	.verify-email{
		padding:20px 20px 20px 20px;
		text-align:center;
	}

	.verify-email input{
		width:100%;
		margin: 0 0 15px 0;
		text-align:center;
	}
	.verify-email input:focus{color:#666;}
	.verify-email button{
		float:none;
		width:auto;
		display:inline-block;
		padding:21px 12px;
	}
	.verify-email .close-email{
		top:-5px;
		right:-5px;
		background:#17cec8;
	}
	
	.prod_block {text-align: center;margin:0 0 20px 0;}
	.prod_block h4 {font-size: 30px;line-height: 36px;}
	.prod_block span {font-size:14px;margin:18px 0;}
	.prod_block .btn{float:none; padding: 9px 15px;   font-size: 16px;clear: both;    display: block;    width: 200px;    margin: 0 auto;    margin-bottom: 15px;}
	.prod_block img {      margin: 12px auto;  display: inline-block;}


}
@media(max-width: 899px){
	.navbar-default {margin: 0 !important;}
}
@media(max-width: 650px){
	#newMessage {margin-top: 0 ;}
	#header { display: block;}
	#header img{max-width:50%;}
	#search input[type=submit], #search input[type=submit]:hover, #search input[type=submit]:focus {background-size: 35%;}
	#search i {    right: 20px;}


	#socialMedia {
		width: auto !important;
		padding: 15px 0 0 15px;
		float:left !important;
		clear: left;
  	}
	.navbar {margin-bottom: 10px;}
	.navbar-default {margin-top: 0 !important;}
	.navbar-toggle{margin-right:0;}



	#searchResults h2 em{color: #777;}
	#content h1, #feedHeader h3 {/*, #sideBarCloud h2*/
		font-size: 20px;
		line-height: 22px;
	}
	.col1, .col2 {width: 100%;}
	.fieldalignleft{padding-left: 0 !important; margin-bottom: 0 !important;}

	.testimonialRows{margin-bottom: 20px;}
	.testimonialRows .col-md-4, .testimonialRows .col-md-7, .testimonialRows .col-md-1 {width: 100%;    padding: 0  !important;}
	.deleteTestimonial{
		margin: 0 auto;
		display: block;
		width: 25px;
		text-align: center;
	}
	#fieldsets button{font-size: 15px;}
	#profile h3.main-heading{
		font-size: 20px;
		line-height: 22px;
	}


}
@media(max-width: 480px){
	#header img{max-width:75%;}
	.navbar-header button::before {display:none;}
	.navbar-toggle {margin-top: 0;}

}



/*CONFLICTS*/
.dash #header {
	margin: 15px 0;
}
.dash #container{}
.navbar-default {
	margin: 0;
}
.row{position:relative;}
.navbar-default {
	background: none;
	border:0
}
#socialMedia{display:none;}
#mainNav {
	position: relative;
	z-index: 99;
}
.no-style-span span:not(.fakeLink) {
	text-transform: none;
	color: inherit;
	font-weight: normal;
}
.live-call-row {
	margin-bottom: 10px;
}
.live-call-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.registration {
	float: right;
}

.timed {
	font-size: 10px;
	margin-left: 8px;
}

.notification{
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 10px;
}
#searchResults .resultsItem .displayText.member2{
	font-size: 12px;
	color: #8bc2d1;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Titillium Web', Arial, sans-serif;
}
#searchResults .resultsItem .displayText.member2.with-underline {
	font-size: 16px;
	line-height: 18px;
	color: #666;
}
#searchResults .resultsItem .displayText.member2.with-underline a{
	font-family: 'Titillium Web', Arial, sans-serif;
	white-space: nowrap;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background: #8bc2d1;
	padding: 3px 6px;
	border-radius: 100px;
}
#searchResults .resultsItem .displayText.member2.with-underline a:hover{text-decoration:none;opacity:.9;}
.subject2 {
	padding-left: 75px;
	color: #434343;
}

.member2Flex{
	display: flex;
}
.member2{padding:0;width: 100%;}
.member2Left{
	padding-left : 75px;
}

.member2OthCert{
	font-size : 10px;
}

.member2Middle{
	display : inline;
	position: relative;
	left: 15px;
}

.member2SmallFont{
	font-size : 10px !important;
	line-height: 12px !important;
	color: #666 !important;
	text-transform: none !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif !important;
}

span.likes{
    cursor: pointer;
}

.likePanelAbs {
    position: absolute; 
    bottom: 3rem; 
    z-index: 100;
}

.likePanelAbs .likePanel, .conf-post-alert{
    position: relative; 
    /*max-height: 300px;*/ 
    padding: 5px; 
    /*width: 300px;*/ 
    min-width: 300px; 
    background-color: #f5f5f5; 
    z-index: 1000; 
    border-radius: .5rem;
    box-shadow: -2px 10px 48px -12px rgba(0,0,0,0.79);
    -webkit-box-shadow: -2px 10px 48px -12px rgba(0,0,0,0.79);
    -moz-box-shadow: -2px 10px 48px -12px rgba(0,0,0,0.79);
        
}
.conf-post-alert{
    width: 250px;
    min-width: 0;
    padding: 20px;
    background-color: #fff; 
     border-radius: 2px;
    text-align:center;
        top: 10px;
        left: 50%;
    transform: translateX(-50%);
    display:none;
}
#feedHeader .conf-post-alert p{
    font-weight:600;
    color:#5db4c8;
}
.conf-post-alert .saveAcnt{
    float:none;
    margin: 15px 5px 0;
}
.likePanelAbs .likePanel .likePanelUser {
    width: 100%;
    height: 40px;
    cursor: pointer;
    /*display: flex;*/
    margin: 1rem 0;
}

.likePanelAbs .likePanelUserImage {
    width: 40px; 
    height: 40px; 
    background-color: rgb(255, 255, 255); 
    background-size: cover; 
    background-position: center center; 
    display: inline-block; 
    border-radius: 100%; 
    border: 1px solid #87c6d7;
    padding: 0 !important;
}

.likePanelAbs .likePanelUserName {
    text-align: left; 
    vertical-align: middle; 
    display: inline-block; 
    /*margin: 1.5rem 0;*/
}

.likePanelAbs .likeTriangle, .conf-post-alert .tri {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-top: 10px solid #f5f5f5; 
    bottom: -1rem;
    left: 2rem; 
    position: absolute
}
.conf-post-alert .tri{
    bottom:auto;
    top: -1rem;
    left: 47%; 
    border-top: 0; 
    border-bottom: 10px solid #fff; 
}

time_circles p{
    padding: 0 !important;
}


/*#search input[type="radio"] {
    display: block;
    height: 2rem;
    width: 2rem;
    max-height: unset;
}*/

/*.searchCategories {
    display: inline-block;
}*/

.searchCategories input[type="radio"] {
    display: none;
}

.searchCategories > span > div > span{
    margin-right: .5rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid #ccc;
    border-radius: 100%;    
    color: #fff;
    background-color: #4fd59a;
}

.searchCategories > span > div > span{
    margin-right: .5rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid #ccc;
    border-radius: 100%;    
    color: #fff;
    background-color: #fff;
    position: relative;
}


.searchCategories > span > div {
    display: inline-flex;
    cursor: pointer;
}

.searchCategories > span {
    display: inline-block;
    margin-top: 1rem;
}

.searchCategories > span:nth-child(1) > div {
    margin-right: 1rem;
}

.searchCategories > span:nth-child(2) > div {
    margin-right: .3rem;
}

.searchCategories > span > div > span.checked {
    background-color: #4fd59a;
}
.searchCategories > span > div > span.checked:before{
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: .3rem;
}



.post-attachments {
    position: absolute;
    bottom: .5rem;
    z-index: 1;
    left: 1rem;
    color: #5DB4C8;
}

.post-attachments label{
    color: unset;
    text-transform: unset;
    font-weight: unset;
    cursor: pointer;
}


.post-attachments .add-attachment > i {
    margin-right: .5rem;
}

.post-attachments .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.post-attachments .attached-files {
    cursor: pointer;
}

.post-attachments .attached-files i {
    transform: rotate(90deg);
    margin: .3rem;
    font-size: 1.5rem;
}

.post-attachments .attached-files i.close {
    margin-left: .5rem !important;
}

.highlight .chatBtn {
    display: none;
}

.scroll-single-post {
    animation: fadein 3s;
}

@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
