:root {
	--7s-fonts-primary: "Nunito Sans Variable", "L Futura W01", "HelveticaNeue-Light", "Helvetica Neue Light", "Roboto Light", "sans-serif-thin", "sans-serif-light", "Arial", "sans-serif";
	--7s-fonts-icons: "Font Awesome 6 Pro";
}

body {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px;
	background: #ffffff;
}
body,
select {
	font-family: var(--7s-fonts-primary);
	font-size: 20px; 
	line-height: 25px; 
	font-weight: 200;
	letter-spacing: -0.01em;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--7s-fonts-primary);
	font-weight: 200;
	letter-spacing: -0.03em;
}
h1 {
   font-size:200%;
}
h2 {
   font-size:180%;
}
h3 {
   font-size:160%;
}
h4 {
   font-size: 140%;
}
h5 {
   font-size: 120%;
}
textarea,
input[type=text] {
	border-color: #ddd;
}
a {
	color: #008FC7;
}
a:hover {
	text-decoration: none;
	color: #000;
}
.Selected {
	font-weight: bold;
}
.Read a:hover {
	text-decoration: none;
	color: #666;
}
select {
	border: 1px solid #aaa;
	height: 32px;
	min-width: 240px;
}
#Menu li {
	font-weight: 300;
}
#Menu a {
	font-weight: 300; 
	font-size: 18px; 
}
.MessageList .Author a {
	font-weight: 200;
	font-size: 40px;
	line-height: 40px;
}
.btn.btn-primary {
	cursor:pointer;
}
.DataList {
	border-radius: 2px;
	padding: 0;
	margin-bottom: 50px;
	background: #fff;
}
.DataList .Item {
	margin: 0;
	padding: 6px 0;
	border: 0;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
.ItemDiscussion {
	margin-bottom: 0;
}
.Item.Read,
.ItemDiscussion.Read {
	background: #fafafa;
}
.Read .ProfilePhoto {
	-webkit-filter: saturate(20%);
	filter: saturate(20%);
	opacity: 0.4;
}
body.NoTouch .Item.Read:hover,
body.NoTouch .ItemDiscussion.Read:hover {
	background: #f6f8fa;
}
.Read a {
	color: #888;
}
body.NoTouch .Item.Unread:hover,
body.NoTouch .ItemDiscussion.Unread:hover,
body.NoTouch .Item.New:hover,
body.NoTouch .ItemDiscussion.New:hover {
	background: #fbfdff;
}

.Banner a .fa {
	opacity: 0.6;
	position: relative;
	bottom: 1px;
}
.Banner a[href="/forums/profile"]:before {
	content: "\f007";
	font-family: var(--7s-fonts-icons);
	margin-right: 5px;
	padding-left: 1px;
	position: relative;
	bottom: 1px;
}

.Message i.fa {
    font-style: normal; /* So that icons aren't italicized */
}
.Message i {
    font-style: italic; /* So that italics tags work */
}

#latest {
	position: relative;
    top: -21px;
    font-size: 20px;
    padding: 5px 10px;
    background: #090;
    border-radius: 1px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#latest:before {
	content: '\f078';
	font-family: var(--7s-fonts-icons);
	font-size: 13px;
}
#latest:after {
	content: 'Newest comments';
	margin-left: 7px;
}
@supports (-webkit-overflow-scrolling: touch) {
	#latest {
	 	display: none; /* Don't show #latest on iOS.  This seens ti solve a big issue on iOS where the entire page is shifted upwards a lot and the content is clipped */
	}
}

.AllRead {
	float: right;
	font-size: 14px;
}
.AllRead:before {
	content: "\f14a";
	font-family: var(--7s-fonts-icons);
	margin-right: 4px;
	position: relative;
	top: 1px;
	opacity: 0.75;
}
.Conversations .AllRead {
	display: none;
}
.New .CommentCount {
	font-weight: bold;
}
.ItemDiscussion .Message {
	font-size: inherit;
}
.Notifications .Photo img,
.Item .Author .ProfilePhoto {
	border-radius: 50%;
	background-color: inherit;
	border: 0 none;
	float: left;
	height: 72px;
	width: 72px;
	margin: 15px 12px 10px 25px;
	overflow: hidden;
}
.ProfilePhoto {
	border-radius: 50%;
}
.ProfilePhotoLarge {
	border-radius: 50%;
}
.Activity .Author img {
	margin-left: 24px;
}
.MessageList .Item .Author .ProfilePhoto {
	margin: 0px;
}
.Message {
	margin-top: 20px;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}
.Form-Header .Author .PhotoWrap {
    margin: 39px 0 0 10px;
}
/* Don't link profile pics in discussions list to profiles */
.PhotoWrap {
	pointer-events: none;
	cursor: default;
}
.DataList .Excerpt {
	font-size: 18px;
}
.DataList .Excerpt a br {
	content: " ";
}
.MessageList {
	border-radius: 2px;
	padding: 0;
	background: #fff;
}
.MessageList h1 {
	padding-top: 18px;
	margin-left: 29px;
}
.MessageList .Meta .Author {
	line-height: 28px;
}
.DataList .Title { 
	font-size: 26px;
	line-height: 31px;
	margin-top: 3px;
	margin-bottom: 7px;
	font-weight: 200 !important;
}
.DataList .ItemContent {
	margin: 0 0 0 94px;
	padding: 15px 25px;
	min-height: 72px;
	cursor: pointer;
}
.MItem {
	margin-left: 0;
}
.MItem a:hover {
	color: #000 !important;
	text-decoration: underline;
}
.MItem a {
	color: #777;
}
.MItem.CommentFlag {
	margin-left: 12px;
}
.MItem.IPAddress {
	display: none;
}
.HasNew {
}
.DataList .Meta .RSS {
	display: none;
}
.Discussion .PageTitle h1 {
	font-size: 32px;
}
.Discussions .likes {
	display: none;
}
.MessageList .Meta.DiscussionMeta,
.MessageList .Meta.CommentInfo {
	line-height: 26px;
}
.Meta-Discussion .ViewCount,
.Meta-Discussion .icon-thumbs-up {
	display: none;
}
.DiscussionMeta .DateUpdated,
.CommentMeta .DateUpdated,
.DiscussionMeta .Category,
.CommentMeta .Category {
	display: none;
}
.Banned .AuthorInfo:before,
.RoleTitle,
.ssCourse,
.ssCourseExpired {
	font-size: 14px;
	color: #290;
	position: relative;
	bottom: 2px;
	margin-right: 8px;
}
.RoleTitleEye,
.RoleTitleMember,
.RoleTitle7Sager {
	display: none;
}
.RoleTitleTutor,
.RoleTitleMentor,
.RoleTitleSage {
	color: #00a4e3;
}
.Roles {
    display: none !important; /* Hide roles from user account screens */
}
.RoleTitleStudentServices,
.RoleTitleStudentService,
.RoleTitleAdministrator {
	color: #b90;
}
.Banned .AuthorInfo:before {
	content: "Banned";
	color: #c00;
}
.ssCourse {
	color: #00a4e3;
}
.ssCourseExpired {
	color: rgba(0,0,0,0.4);
}
.ssCourse .fa,
.ssCourseExpired .fa {
	font-size: 120%;
}
.Count {
	background: none;
	color: #777;
}
.Item.Announcement {
	border-right: 2px solid #ec0;
	border-left: 2px solid #ec0;
}
.DataList .Meta .Announcement {
	background: inherit;
	color: inherit;
	font-weight: inherit;
}

.DataList .Meta {
	font-size: 17px;
}
.MessageList .Meta {
	font-size: 17px;
	margin-bottom: 12px;
}
.DataList .Meta strong {
	font-weight: bold;
	background: rgba(255,255,0,0.0);
	color: #70727c;
	margin-right: 8px;
	font-size: inherit;
}
.DataList .Meta .DateCreated .Permalink {
	color: #70727c;
}

.DataList .Meta .Category {
	float: right;
}
.Category .Meta span {
	margin-left: 12px;
	display:  inline-block;
}
.Announcement span.MItem.Category:after {
  content: "\f0a1";
  font-family: var(--7s-fonts-icons);
  margin-left: 12px;
  color: #ec0;
}
.Announcement span.MItem.Category:before {
    content: "Announcement";
    margin-right: 12px;
    opacity: 0.5;
}

.CategoryBox {
	padding-bottom: 15px;
}

.LastCommentBy {
	display: none;
}

.Box.GuestBox {
	display: none;
}

.MessageList .Item {
	padding: 30px 40px;
}

.Tag {
	display: none;
}

.Tabs li {
	padding: 4px;
}
.Tabs .TabLink {
	font-weight: normal;
}

#Body {
	margin: 0;
	width: 99.9%;
	position: relative;
}
#Head {
	background: #3B5998;
	padding:0;
	margin: 20px 20px 0;
	text-align: left;
	position: relative;
}

/*
 * JS Connect
 */
#smokescreen-panel-box {
	padding: 0;
}
div.Popup h1,
div.Popup h2,
div.Connect h1,
div.Connect h2 {
	background: #00a4e3;
	padding: 12px;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
}
.Banner {
	padding:  0 0 10px;
	text-align: left;
	position: relative;
	left: -12px;
}
.Banner ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.Banner ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.Banner ul li a {
	padding: 3px 12px;
	border-radius: 30px;
	color: #00a4e3;
	display: inline-block;
	transition: all 0.15s;
}
.Banner ul li a:hover {
	background: #00a4e3;
	color: #fff;
}
.Banner ul li a.SignOut {
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
}
.Notifications .Count,
.Banner .Alert {
	font-size: 13px;
	border-radius: 15px;
	padding: 3px 8px 3px 7px;
	background: #f00;
	color: #fff;
}
#Content {
	float: none;
	width: auto;
	margin: 0 230px 0 0;
}
#Panel {
	float: right;
}
#Panel div.SearchBox input.InputBox {
	width: 100%;
	margin-right: 4px;
}
#Panel .FilterMenu li {
	transition: all 0.2s;
}
#Panel .FilterMenu li:hover {
	background: #f0f7ff;
	cursor: pointer;
}
#Panel .FilterMenu li:first-child, 
.PanelInfo li:first-child,
#Panel .FilterMenu li, 
.PanelInfo li {
	border: none;
	font-size: 14px;
}
.PanelInfo .Heading {
	font-family: var(--7s-fonts-primary);
	font-size: 18px;
}
div.SearchBox {
	margin-bottom: 6px;
}

#Form_Go {
	background: #eee;
    height: 28px;
    padding: 0 10px;
    box-shadow: none;
    font-weight: normal;
    border: none;
    position: absolute;
    right: -3px;
    top: -3px;
}
#Form_Go:hover {
	background: #e3e3e3;
}
.Search .SearchBox,
.Conversations .SearchBox,
.Profile .SearchBox {
	display: none;
}

.Section-Discussion #Panel .BoxCategories {
	display: none;
}

body.Profile #Content {
	float:none;
	width: auto;
}
body.Profile #Panel {
	margin: 0;
}
form.Activity textarea {
	width:98%;
}
.Activities .Title,
.Activities .Title a {
	font-size: 18px;
	font-weight: bold;
}
.Activity .Excerpt {
clear: left;
}
#Foot div {
	width: auto;
}
body.Post #Content {
	width: auto;
	margin:0 20px;
}
.CommentHeading {
	padding-left: 25px;
}
#ConversationForm textarea.MultiComplete,
#ConversationForm .TextBox,
#MessageForm textarea,
div.Comment div.CommentForm,
div.Comment div.CommentForm textarea,
div.CommentForm textarea,
#DiscussionForm input.InputBox,
#DiscussionForm textarea {
	font-family: var(--7s-fonts-primary);
	border-radius: 1px;
	font-weight: 200;
	padding: 6px 12px;
}
.DiscussionForm label {
	font-size: 19px;
}
input.SmallInput:focus, input.InputBox:focus, textarea:focus {
	background: #fff;
	border-color: #bbb;
}
#Form_Name {
	font-size: 22px;
}
#Form_Closed,
#Form_Announce {
	top: -2px;
	position: relative;
}
.SearchTabs #Form_Search {
	margin-bottom: 20px;
}
.DataList a.Delete, .DataList a.Delete:hover {
	font-size: 24px;
	height: 22px;
}
#ConversationForm form {
	border: none;
}
div.Preview div.Message,
ul.MessageList div.Message {
	clear: none;
}

/* Tabs */
div.Tabs {
	background: none;
	border-bottom: none;
}
div.Tabs ul {
	padding: 0 8px;
	white-space: nowrap;
}
div.MessageForm div.Tabs {
	padding: 0 8px;
}
.Tabs.ProfileTabs {
	padding-bottom: 0;
}
div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:hover,
div.Tabs li a:active,
div.Tabs li a:visited {
   margin: 0;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   background: none;
   color: #1E79A7;
   text-decoration: none;
   padding: 8px 10px;
	line-height: 11px;
}
div.Tabs li a:hover {
   text-decoration: underline;
}
a.Active,
div.Tabs li.Active a {
	background: #fff;
	color: #474747;
	margin: 0;
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	display: inline-block;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 20px;
	position: relative;
	top: 1px;
	font-weight: bold;
}
div.Tabs li a span {
	background: none;
   	color: #333;
   
}
.HeadingTabs {
	padding-left: 0;
}
.DiscussionsTabs {
	padding: 0;
}
div.DiscussionsTabs ul {
	border-bottom: 1px solid #ddd;
}
.DiscussionsTabs.TabLink {
	color: 
}
div.DiscussionsTabs div.SubTab {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-top: 1px solid #aaa;
	background: #eef7ff;
	margin: 0;
	font-size: 20px;
	padding: 6px 10px;
}
div.HeadingTabs ul {
	margin: 8px 0 0;
}
.HeadingTabs .SubTab {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	margin-left: 10px;
}
body.Discussion a.Bookmark {
}
a.Bookmark {
	background-image: url('images/star_sprite.png');
	background-size: 22px 66px;
	width: 22px;
	height: 22px;
	background-position: 0 0;
}
a.Bookmark:hover {
	background-position: 0 -44px;
}
a.Bookmarking {
	background-position: 0 -44px;
}
a.Bookmarked {
	background-position: 0 -22px;
}
.Options {
	margin-right: 22px;
}
.PageTitle .Options {
	margin: 20px 30px 0 0;
}
.OptionsTitle {
	top: 3px;
	position: relative;
	transition: all 0.2s;
}
body.Touch .Item .OptionsTitle {
	visibility: visible;
}
div.Preview {
	border: 1px solid #aaa;
	background: #fff;
	margin:0 0 8px;
	padding: 8px;
}
.Foot {
	background: none;
	border: none;
}
.Pager {
	font-weight: normal;
}
body.add #Content {
	margin: 0 10px;
}
.Button {
	padding: 3px 8px;
}
.Index .Button.NewConversation {
	display: none;
}
.Button.NewConversation,
.BigButton.NewDiscussion,
.BigButton.ClearConversation {
	background: #00a4e3;
	box-shadow: none;
	border: none;
	text-shadow: none;
	font-weight: normal;
	color: #fff;
	font-size: 17px;
	padding: 8px 20px;
	transition: background 0.15s;
}
.Button.NewConversation:hover,
.BigButton.NewDiscussion:hover,
.BigButton.ClearConversation:hover {
	color: #fff;
	background :#0094d3;
	box-shadow: none;
}
.Button.NewConversation:active,
.BigButton.NewDiscussion:active,
.BigButton.ClearConversation:active {
	position:relative;
	top: 1px;
}
#Form_PostDiscussion {
	font-weight: bold;
}
.NavButton,
.Button-EditProfile,
.Buttons a.Button, 
input.Button,
.Buttons .Button {
	background: #f7f7f7;
	box-shadow: none;
	font-weight: normal;
	padding: 10px 24px;
	font-size: 18px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #f3f3f3;
}
.NavButton:hover,
.Button-EditProfile:hover,
.Buttons a.Button:hover, 
input.Button:hover,
.Buttons .Button:hover {
	background: #f0f0f0;
	border: 1px solid #ededed;
}
.Buttons .Back {
	display: none;
}
.CommentForm .WriteButton, 
.CommentForm .PreviewButton, 
.CommentForm .DraftButton {
	margin-left: 0;
}
.ScrollToLatest {
    position: absolute;
    right: 0;
    top: -11px;
    background: #aaa;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 75%;
}
div.About {
	padding: 20px 30px;
	margin-top: 30px;
}
div.About,
.FormWrapper {
	margin-bottom: 50px;
	background: #fff;
}
.FormWrapper textarea {
	font-size: 19px;
	font-weight: 200;
	line-height: 25px;
	padding: 7px 14px;
	box-sizing: border-box;
}
#Form_Body {
	min-height: 42px;
	height: 42px;
}

.TextBoxWrapper .MultiComplete {
	height: 42px;
}

.Profile .FormWrapper {
	display: none;
}
.BoxProfileFilter .KarmaBank,
.BoxProfileFilter .Inbox {
	display: none;
}

/* Sign In Page */
body.Entry #Content {
	text-align: center;
	margin: 0 auto !important;
}
body.Entry #Content div.Box {
	background: #efefef;
	border: 0;
}
div.Methods {
	border-left: 1px solid #ccc;
}

/* Messages */
div.DismissMessage {
	background: #ffd;
	border: 1px solid #ccc;
	padding:6px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.DismissMessage a.Dismiss:hover {
	color: #000;
}
div.Warning {
	background: #d00;
	border: 1px solid #b00;
	color: #fff;
	text-shadow: 1px 1px 1px #444;
}
div.Warning a.Dismiss {
	color: #fff;
}
#Content div.Box {
	color: #000;
	background: #D3F0FF;
	border: 1px solid #A5D0E7;
}
body#dashboard_entrycontroller_signin div.Box {
	border: none;
}

.KarmaBank .ItemContent {
	height: 30px;
}

.Mine {
	border-right-color: #090 !important;
	border-right-width: 2px !important;
	border-right-style: solid !important;
}

/* Autocomplete */
.ac_results {
	border: 1px solid #d7d8da;
	color: #333;
	background-color: white;
}
.ac_results li {
   border-bottom: none;
   font-size: 15px;
   height: 22px;
}
.ac_lastitem {
   border-bottom: 0 !important;
}
.ac_results strong {
   background: #eee;
}
.ac_over strong {
   background: #0094d3;
}
.ac_over {
   background: #00a4e3;
   color: #fff;
}

/* Sign In Page (this hides the 'username/email' and 'password' fields, and emphasises the SSO link) */
.MultipleEntryMethods {
	width: 314px;
}
.MultipleEntryMethods .MainForm {
	height: 95px;
}
.MultipleEntryMethods .MainForm div {
     display:none; 
}
.MultipleEntryMethods .Methods {
    right:auto;
    left:0;
    border-left:0;
    width:300px;
}
.MultipleEntryMethods .Methods div b {
    display:none;
}
.MultipleEntryMethods .RegisterLink {
    display:none;
}
a.Button.SignInLink {
    font-size:1.8em;
    padding:0.4em 1em;
}
.MultipleEntryMethods .JsConnect-Connect {
    font-size:1.4em;
}
.JsConnect-Connect .ConnectLabel {
    color: #000000;
    font-weight: bold;
    line-height:150%;
}
.SignInOrRegister {
	display: none;
}

/* profile pages (removes profile link for editing account and changing password) */
.ThumbnailLink,
.PictureLink,
.RemovePictureLink, 
.Dashboard li.EditAccountLink, 
.Dashboard li.PasswordLink,
#Form_Comment .Author .SignOut {
    display:none;
} 

/* Conversations */
.Conversation .MItem.DateCreated {
	display: block;
}
.BoxButtons.BoxNewConversation {
  display: none;
}
.Conversations .DataList .ItemContent {
	margin: 0;
  	padding: 15px 0;
}
.Conversations .Box.InThisConversation, 
.Conversations .Box.AddPeople {
  padding: 6px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  background: #fafafa;
}
.Conversations .Box.InThisConversation h4, 
.Conversations .Box.AddPeople h4 {
	font-size: 20px;
}


.MessageList .Meta span.Like {
	padding-left: 0;
}
.like-button {
	background: #f7f7f7;
	font-weight: 200;
	border: none;
	border-radius: 100px;
	padding: 4px 8px;
	min-width: 46px;
	text-align: center;
	font-size: 16px;
	font-family: var(--7s-fonts-primary);
	transition: all 0.2s;
}
.Item .like-button {
	opacity: 0;
}
body.Touch .Item .like-button {
	opacity: 1;
}
.Item:hover .like-button {
	opacity: 1;
}
.like-button:hover {
	background: #f0f0f0;
}
.likes
{
	color: #00a4e3;
	padding: 2px 6px !important;
	border-radius: 1px;
	margin-left: 6px;
	text-align: center;
	font-size: 18px;
}

/* Like highlighting */
.ss-liked-high-1 {
	border-left-color: #00a4e3 !important;
	border-left-width: 1px !important;
	border-left-style: solid !important;
}
.ss-liked-high-2 {
	border-left-color: #00a4e3 !important;
	border-left-width: 2px !important;
	border-left-style: solid !important;
}
.ss-liked-high-3 {
	border-left-color: #00a4e3 !important;
	border-left-width: 3px !important;
	border-left-style: solid !important;
}
.ss-liked-high-4 {
	border-left-color: #00a4e3 !important;
	border-left-width: 4px !important;
	border-left-style: solid !important;
}
.ss-liked-high-5 {
	border-left-color: #00a4e3 !important;
	border-left-width: 5px !important;
	border-left-style: solid !important;
}
.ss-liked-high-6 {
	border-left-color: #00a4e3 !important;
	border-left-width: 6px !important;
	border-left-style: solid !important;
}

.Reactions {
	margin: 0;
}

.Reactions .ReactButton .ReactQuote.ReactSprite {
	width: 0px;
	height: 0px;
	margin-right: 10px;
}
.Reactions .ReactButton .ReactQuote:before {
	content: "\f10d";
	font-family: var(--7s-fonts-icons);
}
.Reactions .ReactButton {
	color: #ccc;
	padding: 2px 8px;
	transition: all 0.2s;
	border-radius: 100px;
}
.Reactions .ReactButton:hover {
	color: #333;
	background: #eee;
}
.Reactions .ReactButton:active {
	background: #ddd;
}

.Pager {
	font-weight: 200;
}
.Pager .Highlight {
	font-weight: bold;
}

blockquote {
	font-family: var(--7s-fonts-primary);
	margin: 7px 7px;
	padding: 10px 15px;
	border-left: 1px solid #ddd;
	font-size: 16px;
}
blockquote.Quote, 
blockquote.UserQuote {
	background: #f8f8f8;
	background: rgba(0, 0, 0, 0.03);
	border-left: 4px solid #eee;
	border-left: 4px solid rgba(0, 0, 0, 0.06);
}


/***********************************************************
Sphinx Search
***********************************************************/
.Title .SphinxExcerpts {
    font-size: inherit;
    background-color: none;
}
.Message .SphinxExcerpts{
    font-weight: bold;
    background-color: none;
}
.SphinxSearch {
	margin-top: 0;
}
.SphinxSearch .DataList {
	margin-bottom: 0;
}
.SphinxSearch .Item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #f3f3f3;
    border-bottom: none;
}
.SphinxSearch .ItemContent {
    line-height: 19px;
}
.SphinxSearch .DataList .ItemContent {
    margin: 0;
    padding: 8px 24px;
}
.RelatedDiscussion {
    margin-bottom: 30px;
}
.RelatedDiscussion.Box {
	border: none;
}
.RelatedDiscussion .RelatedDiscussionToggle {
    color: #333;
    background: #f7f7f7;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
}
.RelatedDiscussion .RelatedDiscussionToggle:hover {
    background: #f0f0f0;
}
#Content .RelatedDiscussion .SphinxSearch {
	margin-top: 0;
	border-left: 10px solid #f7f7f7;
    border-right: 10px solid #f7f7f7;
    border-bottom: 10px solid #f7f7f7;
	display: none;
}
#Search {
	padding-top: 30px;
}

.ToolTip.ShowToolTip {
	font-family: var(--7s-fonts-primary);
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, 0.85);
    max-width: 250px; 
}

#Popup {
    top: 0 !important;
}

@media screen and (max-width: 800px)
{
	body {
		font-size: 19px;
		padding: 0 10px;
	}
	#Panel {
		float: none;
		width: 100%;
	}
	#Panel .FilterMenu {
		padding: 8px;
	}
	.Discussions #Panel .BoxFilter,
	#Panel .BoxCategories,
	#Panel #RelatedDiscussion,
	#Panel #RelatedThreads,
	#Panel #RelatedSearches {
		display: none;
	}
	#Content {
		margin: 0;
	}
	.Banner {
		left: 0;
	}
	.Banner ul li {
		text-align: center;
		padding: 2px 0;
	}
	.Banner ul li a {
		color: #000;
	}
	.AllRead {
		float: none;
		font-size: inherit;
	}
	.Item {
		min-height: 90px;
	}
	.Item .Author .ProfilePhoto {
		margin: 9px 0px 0px 10px;
	}
	.Discussion .Author .ProfilePhoto {
		height: 48px;
		width: 48px;
	}
	.DataList .Title {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 2px;
		display: block;
		min-height: 34px;
	}
	.DataList .ItemContent {
		margin: 0 0 0 77px;
		padding: 10px 15px 8px 15px;
	}
	.DataList .ItemContent {
		min-height: 48px;
	}
	.MItem.Category {
		display: none;
	}
	.MItem.RoleTitle,
	.HasNew,
	.Meta-Discussion span,
	.DiscussionMeta span,
	.CommentMeta span {
		margin-left: 1px;
		margin-right: 1px;
		font-size: 14px !important;
	}
	.MessageList .Item {
		padding: 15px 20px;
	}
	.MessageList .Author a {
		font-size: 22px;
		line-height: 22px;
	}

	.MessageList .Meta.DiscussionMeta,
	.MessageList .Meta.CommentInfo {
		line-height: 14px;
	}

	.like-button,
	.likes {
		font-size: 12px !important;
	}
	.ProfilePhotoLarge {
		width: 200px;
		width: 100%;
		padding: 5% !important;
		box-sizing: border-box;
	}
	.Item-Body a {
		max-width: 440px;
    	vertical-align: bottom;
		display: inline-block;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}

}
@media screen and (max-width: 480px)
{
	body {
		font-size: 18px;
		padding: 0 10px;
	}
	body {
		padding: 0 5px;
	}
	.Item-Body a {
		max-width: 250px;
	}
}