<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;}

/*LEFT COLUMN*/

#memberinfo {
	color: #666;    font-family: 'Titillium Web', Arial, sans-serif;position:relative;
	/*z-index:1;*/
}
.avatar {
	width: 60px;
	height:60px;
	border-radius:100px;
	padding: 3px;
	border: 1px solid #8bc2d1;
	position:relative;
	overflow: hidden;
        z-index: 1;        
}
#searchResults .resultsItem &gt; .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{

}
.avatar-img {
	background-size: cover;
	background-position: center center;
	border-radius: 100px;
	height: 52px;
	width: 52px;

}
.member, .member2{
	padding:0 0 0 7px;
	/*	display:block;*/
	position: relative;
	width: 78%;
}

.member2{
	padding:0 0 0 7px;
	/*	display:block;*/
	position: relative;    
}

/*.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;
}
span{
	font-size: 12px;	
	color: #8bc2d1;
	text-transform:uppercase;
	font-weight:600;
}
.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] &gt; * {
	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] &gt; [data-control]{
	padding: 18px 10px;
	border-top: 1px solid #e0e0e0;
	text-transform:uppercase;
	color: #8bc2d1;
	font-weight:800;
	font-size:15px;
	width: 100%;

}
[data-accordion] &gt; [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%;
}
[data-accordion].open &gt; [data-control]{
	background: #8bc2d1;
	color: #fff !important;
	box-shadow: 0 3px 0 rgba(0,0,0,.05);
}
[data-accordion] &gt; [data-control]:hover{color: #8bc2d1 !important;background: rgba(0,0,0,.03);}
[data-accordion].open &gt; [data-control]:hover{color: #fff !important;background: #8bc2d1;}

[data-accordion].open &gt; [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%;
	margin: 42px 0 0 0;
}
#searchResultsCont form{
	float:left;	
	padding:0;
	background: #8bc2d1;
}
#radio {margin:0;}

#searchResults{
	float: right;
	max-width: 590px;
	min-height: 500px;
	padding-right: 0;
	padding-left: 0;
	background: #fff;
}
#searchResults h2{
	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 .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 &gt; a{margin-bottom:8px;margin-left: 30px;display: inline-block;}
#searchResults .resultsItem .displayText.fakeLink-vid &gt; 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 &gt; a{margin-bottom:8px;margin-left: 30px;display: inline-block;}
#searchResults .resultsItem .displayText.fakeLink-vid &gt; 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: 0;

	/*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: url('../img/search.svg') #e8e8e8 center center no-repeat;*/
	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;	
}


#feedHeader {
	margin: 20px 0;
	border:0;
}

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

	color: #595959;
	text-transform:uppercase;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	font-family: 'Titillium Web', Arial, sans-serif;
}
#content h1 {
	font-size: 30px;
	line-height: 36px;
}
/*#sideBarCloud h2{
	font-size: 18px;
	line-height: 22px;
}*/
#newMessage .contentWrapper {
	width: 100%;
	max-width: 100%;
}
#newMessage textarea, #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;
	text-transform:uppercase;
	font-family: 'Titillium Web', Arial, sans-serif;
}
.eegBtn:hover {
	opacity:.85
}
.chatBtn, .relatedBtn, .saveAcnt, #saveAcnt, .saveClinician, #submitPicBtn, .actionLink, #loginBtn, #searchOptions .searchBtn {
	float:right;
	clear:right;
	color: #fff;
	background: #8bc2d1;
	padding: 12px 28px !important;
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	font-weight: 800;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Titillium Web', Arial, sans-serif;
}
.chatBtn:hover, .relatedBtn:hover, .saveAcnt:hover, #saveAcnt:hover, .saveClinician:hover, #submitPicBtn:hover, .actionLink: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 &gt; .item &gt; .contentWrapper .newComment, #feed &gt; #pinned &gt; .item &gt; .contentWrapper .newComment{
	margin-top: 30px;
}
#feed .item .content, #searchResults .item .content{color:#595959;}

#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:#595959;
	font-size: 18px;
	margin-right: 20px;
	font-weight: 800;
	text-transform:uppercase;
	font-family: 'Titillium Web', Arial, sans-serif;
}
#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: #595959;
	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 &gt; .item &gt; .contentWrapper &gt; .content:before, #feed &gt; .item &gt; .contentWrapper &gt; .attachments:before, 
#feed &gt; #pinned &gt; .item &gt; .contentWrapper &gt; .attachments:before, #feed &gt; #pinned  &gt; .item &gt; .contentWrapper &gt; .content:before{
	content:"";
	height:100%;
	position: absolute;
	top: -24px;
	left: -45px;
	border-left: 1px solid #e0e0e0;	
}

.moreText2 &gt; .item &gt; .contentWrapper &gt; .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 &gt; .item &gt; .contentWrapper &gt; #edit{position: relative;}
/*#feed &gt; .item &gt; .contentWrapper &gt; #edit:before{
	content:"";
	height:100%;
	position: absolute;
	top: -25px;
	left: -45px;
	border-left: 1px solid #e0e0e0;	
}*/

#feed &gt; .item &gt; .contentWrapper #adminSettings, #feed &gt; #pinned &gt; .item &gt; .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%;
	left: 0;
}


.adminSettingsCont input {
	width: 50px;
}
.adminSettingsCont &gt; 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: #595959;
	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, .menu_add_clin.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: #595959 !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";}


.progress{
	height:10px;
	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-item{
	float:left;
	width:100%;
	clear:both;
	font-size:12px;
	line-height: 20px;
	font-weight:600;
	color:#4fd59a;
	font-family:"open sans";
	margin: 0 0 15px 0;
}
.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 #9d9d9d;}

.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:#9d9d9d;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;
}



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

.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:40%;
	font-size:13px;
	text-transform:uppercase;
	color:#308f65;
	color:rgba(0,0,0,.45);
	font-weight:800;
	background:#50f6ad;
	padding:21px 0;
	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;
	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,.05);
}
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: #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: #fff;
}
input.radio:checked ~ label:hover{background: #fff;}
/* radio focus */
input.radio:focus ~ label:before {

}
#radio &gt; div{float: left;overflow: hidden;margin: 0 0 0 0;width: auto;}
#radio &gt; div.last {margin: 0 0 0 0;}
#radio &gt; div.last &gt; label {border-right: none;}
#radio .fa {
	color: #f0fbff;
	font-size: 16px;
}
#radio input.radio:checked ~ label .fa{color: #8bc2d1;}

#radio div span{
	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: #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 4px 0;clear: both;}
.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"] {padding: 7px 8px;}
.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 &gt; div{    
	width: 100%;
	padding: 5px 0;
	display: inline-block;
}
#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 &gt; div, .financeRows &gt; div{
	padding:0;
}
.testimonialRows &gt; div.col-md-7 {padding: 0 10px;}
.deleteTestimonial {
	margin: 60px  0 0 0;
	display: block;
	opacity:.85;
}
.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: 0 0 0 0;	
	opacity:1;
	transition: all .5s ease;
	position:absolute;
	top:2px;
	right:15px;
}
#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 15px 10px 15px;}

#listingAccordion [data-control], #listingAccordion [data-content] &gt; * {
	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 !important;
	border:0 !important;
	border-bottom: 3px solid #8bc2d1 !important;
	color: #8bc2d1;
	text-transform: capitalize; 
	font-weight: 400;
}
#listingAccordion #fieldsets button:hover{

	background:none;
}
#listingAccordion #fieldsets [data-accordion].open &gt; [data-control]{
	color: #8bc2d1 !important;
	background:none;
	box-shadow: none;
	border:0 !important;
}
#listingAccordion #fieldsets [data-accordion].open &gt; [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] &gt; [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%;}
textarea[name=testimonial] {width: 100%;}
.testimonialRows{display: inline-block;width: 100%;}

div[id^="addtlLocation"]{
	background: #fff;
	margin: 0;
	padding: 15px !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 &gt; 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: #595959;
	margin: 0 0 10px 0;
}
.featherlight-inner p{
	font-size: 13px;
	line-height: 18px;
	color: #595959;
}


.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 &gt; .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;border-top: 1px solid #8bc2d1;}
	#memberinfo .avatar { margin: 0 0 0 10px;}
	.member{width: 70%;}
	.accordion-menu{width: 100%;margin: 15px 0;}	
	#search:after {display:none;}
	#search input[type=text] {font-size: 20px;  padding: 5px 10px;height: 43px;}
	#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 &gt; .item &gt; .contentWrapper &gt; .content:before, #feed .item .commentWrapper:before{
		display:none;
  	}	


	#feed .item{
		padding: 0;
		background: none;
	}
	#feed &gt; .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 &gt; div{
		float:left;
		width: 14%;
		clear: none;	
		text-align: center;
	}
	#searchResultsCont form #radio &gt; div:first-of-type{border:0;}

	#radio &gt; 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 &gt; 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: #595959;
}

.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;
}</pre></body></html>