/* default */
/* howdy */

@font-face {
	font-family: 'Genericons';
	src: url('../genericons/Genericons.eot?#iefix') format('embedded-opentype'), url('../genericons/Genericons.woff') format('woff'), url('../genericons/Genericons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* { margin: 0; padding: 0; }

body {
	background: #fff;
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-size: 12px;
	line-height: 21px;
	color: #1a1a1a;
	padding: 0px;
	vertical-align: baseline;
	width: 100%;
	max-width: none;
}

img {
	border-width: 0px;
	border-style: none;
}

a, a:link, a:visited,
.manage-invites-cta button {
	color: #1c576c;
}

a:hover, a:active { color: #000000; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Arial, Geneva, Helvetica, Verdana;
}

h1.directory-title {
	color: #00090a;
	font-size: 22px;
	line-height: 31px;
}

h3 a {
	color: #000000;
	text-decoration: none;
}

.screen-reader-only,
.bp-screen-reader-text {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

blockquote {
	margin: 0 30px 10px 30px;
	padding: 5px 10px;
	background: #eee;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
	padding: 28px 0px;
	position: relative;
}

.mobile-only {
	display: none;
}

div#content {
	float: none;
	margin: 0 auto;
	max-width: 940px;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div#content::after {
	content: '';
	clear: both;
	display: table;
	height: 100px;
}

button, a.button, a.button:focus, input[type=submit], input[type=button], input[type=reset], ul.button-nav li a, ul.button-nav li.current a, div.generic-button a, .comment-reply-link {
	color: #595959;
}

button:hover, a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, ul.button-nav li a:hover, ul.button-nav li.current a, div.generic-button a:hover, div.generic-button a:focus, .comment-reply-link:hover {
	color: #000;
}

.standard-form div.radio ul:last-child {
	margin-bottom: 0; /* Standardize */
}

#headerWrap {
	width: 940px;
	padding-top: 10px;
	background-color: #000 !important;
	margin-bottom: 0;
}
#header {
	background: #000 url('../images/bg-header.gif') no-repeat 10px 10px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	height: 85px;
	position: relative;
}
.img-header {
	display: none;
}

#cse-search-box {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

#cse-search-box div {
	background: url(../images/bg-search.gif) no-repeat 0 1px;
	padding: 2px 0 2px 30px;
}

#cse-search-box input[type="text"] {
	background: #fff;
	border: none;
	padding: 5px;
}

.cac-nav-social-icons {
	position: absolute;
	right: 5px;
	top: 10px;
}

@media screen and (max-width:540px) {
	.cac-nav-social-icons {
		top: 44px;
	}
}

.cac-nav-social-icons > a {
	margin-left: 5px;
	text-decoration: none;
}

.cac-nav-social-icon {
	fill: #fff;
	width: 16px;
}

.cac-nav-social-icon.cac-nav-social-icon-twitter:hover {
	fill: #1da1f2;
}

.cac-nav-social-icon.cac-nav-social-icon-rss:hover {
	fill: #dd7d37;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* MEMBERS DIRECTORY */
.keyword-match {
	font-weight: 700;
}

.site-title {
	height: 80px;
	width: 590px;
	text-indent: -9999em;
}

.custom-image-top {
	width: 510px;
	height: 80px;
	overflow: hidden;
}
.site-title h1 {
	font-size: 3em;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}
.site-title h1 a {
	text-decoration: none;
	display:block;
	width: 510px;
	height: 80px;
}
.site-title p {
	font-size: 1.025em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	display:none;
}

div#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: #252525 url(../images/bg-nav.gif);
	position: relative;
	z-index: 450;
}

.rss {
	position: absolute;
	right: 8px;
	top: 9px;
}

img.twitter {
	position: absolute;
	right: 30px;
	top: 9px;
}

/* Changing text color in Message boxes */
div#message p, div.message p {
	color: #888888;
}

div.message p {
	padding: 10px 15px;
	font-size: 12px;
	display: block;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-bottom-left-radius: 3px 3px;
}

div#message p a {
	color: #ddd;
	font-weight: bold;
}

div#message.updated p a {
	color: inherit;
	font-weight: normal;
}

.cac-metadata-notice {
	background-color: #f5f1be;
	border: solid 1px #ccc679;
	border-radius: 4px;
	margin-bottom: 20px;
	position: relative;
}

.cac-metadata-notice p {
	color: #474747;
	margin-bottom: 0;
	padding: 10px 15px;
}

.cac-metadata-notice a {
	color: #474747;
}

a.cac-notice-dismiss {
	display: block;
	font-family: dashicons;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: calc( 50% - 7px );
	width: 14px;
}

.cac-notice-dismiss:before {
	content: "\f153";
}

.cac-notice-dismiss:hover {
	color: #000;
}

/** Blogs directory **********************************************************/

#blogs_search {
	width: 190px;
}

.blog-authors-list {
	font-size: .9em;
	margin-top: 1em;
}

.blog-authors-list-more {
	color: #666;
	font-style: italic;
}


ul#navigation .rss-feeds {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 28px;
	width: 100px;
	line-height: 28px;
	font-size: 1em;
	color: #FFFFFF;
}
ul#navigation .rss-feeds a {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/rss.png) no-repeat left center;
}


div.featured {
	overflow: hidden;
}

.featured div img.btn {
	float: none;
	margin: 0px;
	padding: 0px 7px;
}

.featured div img.join {
	margin-top: 10px;
}

.featured div h4.large span {
	position: relative;
	top: -10px;
}

.featured p.more {
	display: none;
	visibility: hidden;
}

.cac_featured_content h4 {
	margin-left: 10px;
}

.widget_cac_featured_content_widget {
	margin-bottom: 0;
}

#custom-img-header {
	margin: 0px;
	padding: 1em 0px 0px;
	float: left;
	height: 150px;
	width: 900px;
	overflow: hidden;
}

div.pagination {
	color: #666;
	margin: 5px 0 15px 0;
	background: none;
	border-bottom: 1px solid #EAEAEA;
}

.group-forum-topic div.pagination {
	margin-bottom: 10px;
}

div#topic-meta {
	margin-top: 0;
	padding-bottom: 10px;
}

div#topic-meta h3 {
	margin: 10px 250px 10px 0;
}

div#topic-tags {
	padding: 10px 0;
}

h4.topic-tags-header {
	margin-top: 15px;
}

div#content .padder {
	border-right: none;
	margin-right: 0;
	padding: 0;
}

body.single-item.groups div#content .padder {
	margin-right: 20px;
}

/* -------------------
REGISTER PAGE
--------------------- */
#signup_form p.submit {
	/*float: right; */
	margin: 0;
	padding-top: 15px;
	font-size: 1.4em;
	clear: both;

}
#signup_form p.submit #signup_submit{
/*increase the left and right padding to make it a bit wider*/
	padding-left:40px;
	padding-right:40px;

	color:#333333;
	font-weight:bold;
}
/* For BP TOS Check plugin that adds the TOS
this moves it to the bottom of the stack right before the submit*/
#bp-tos-check{
	clear:both;
	/*float:right;*/
	width:98%;
	}
#tos_accept{
	margin:10px 0 40px 0;
	padding: 7px 5px;
	background:#F58D59;
	width: 300px;
}
#tos_accept label{
	display: inline;
	font-size:1.2em;
	font-weight:bold;
	padding-left:3px;
}

#bp-tos-privacy{
	margin:1em 0;
}

/* ----- END REGISTER -------- */

#content li.load-more {min-height:0;}

.activity-permalink ul.item-list li {
	background: none;
}

ul.item-list li div.item-title span {
	color: #666;
}

body.activity-permalink div.activity-comments ul li {
	padding: 15px 30px;
}

div.activity-comments ul li .delete {
	clear: none;
	float: none;
}

body.directory .create-button {
	margin-top: -20px;
	white-space: nowrap;
}

body.directory .create-button a,
body.directory div.item-list-tabs ul li.create-button a {
	height: auto;
}

div.item-list-tabs ul li a span {
	background: #1c576c;
}

/* Sites > Create */
.site-create h2 {
	margin-bottom: 1em;
}

.site-create h3 {
	margin-top: 1.5em;
}

.standard-form .site-create-privacy-options label {
	display: inline;
	font-weight: normal;
	margin: 0;
}

.standard-form .signup-choice {
	background-color: #f3f3f3;
	padding: 2em;
	margin-bottom: 1em;
}

#create-group-form .signup-choice {
	margin-top: 1rem;
}

.standard-form .signup-choice h3 {
	margin-top: 0;
}

#create-group-form .signup-choice h3 {
	font-size: 1.1rem;
	margin-bottom: .75rem;
}

.standard-form .signup-choice label {
	font-weight: 300;
	padding-left: 1.5em;
}

.standard-form .signup-existing-hidden .signup-associated-site label {
	font-style: normal;
	color: #333;
	font-size: 0.75rem;
}

.standard-form .signup-choice input {
	margin-right: .75em;
}

.signup-associated-site {
	margin-top: 2rem;
}

#create-group-form .signup-associated-site p {
	font-size: .75rem;
	margin-bottom: 0;
}

.standard-form .group-clone-gloss {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.standard-form .group-clone-details-head {
	font-size: 1.25rem;
}

#clone-select-wrapper .select2-container,
#connect-select-wrapper .select2-container {
	width: 300px;
}

.signup-existing-hidden {
	padding-left: 3.75em;
	margin-top: 1rem;
}

.standard-form .signup-existing-hidden label {
	padding-left: 0;
	margin-top: .5em;
	font-style: italic;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}

.signup-existing-site-url {
	margin-left: 1.75em;
}

/* Group and site, clone and create, field manipulation */

.signup-existing-hidden,
.group-clone-gloss,
.group-clone-details-head,
.group-clone-site-list-item,
.cac-clone-notice-wrapper {
	display: none;
}

#previous-next {
	float: none;
}

/* Be very specific about when the previous-next button floats. */
.bp-avatar-status ~ #previous-next,
.groupblog-settings-section ~ #previous-next,
.group-settings-section ~ #previous-next {
	float: right;
}

.selected-clone-site .groupblog-details-section > p,
.selected-clone-site .site-template-selector,
.selected-clone-site #cac-cc-link ~ p,
.doing-new-site-choice-clone .standard-form-main,
.doing-new-site-choice-clone .standard-form-main ~ p,
.doing-clone-fields .group-create-gloss,
.doing-clone-fields .groupblog-details-section > p,
.doing-clone-fields .site-template-selector,
.doing-clone-fields #cac-cc-link ~ p,
.selected-clone-groupblog .groupblog-details-section > p,
.selected-clone-groupblog .site-template-selector,
.selected-clone-groupblog #cac-cc-link ~ p,
.selected-connect-groupblog .groupblog-details-section,
.selected-connect-groupblog #cac-cc-blog-create,
.selected-connect-groupblog #groupblog-blog-privacy,
.selected-connect-groupblog .site-template-selector,
.selected-connect-groupblog .groupblog-settings-section,
.doing-new-group-choice-clone .group-create-gloss,
.doing-new-group-choice-clone #group-create-tabs,
.doing-new-group-choice-clone .group-clone-gloss,
.doing-new-group-choice-clone .group-clone-details-head,
.doing-new-group-choice-clone #group-create-body,
.doing-new-groupblog-choice-existing .groupblog-details-section,
.doing-new-groupblog-choice-existing #cac-cc-blog-create,
.doing-new-groupblog-choice-existing #groupblog-blog-privacy,
.doing-new-groupblog-choice-existing .site-template-selector,
.doing-new-groupblog-choice-existing .groupblog-settings-section,
.doing-new-groupblog-choice-existing #previous-next,
.doing-new-groupblog-choice-clone .groupblog-details-section,
.doing-new-groupblog-choice-clone #cac-cc-blog-create,
.doing-new-groupblog-choice-clone #groupblog-blog-privacy,
.doing-new-groupblog-choice-clone .site-template-selector,
.doing-new-groupblog-choice-clone .groupblog-settings-section,
.doing-new-groupblog-choice-clone #previous-next,
.selected-clone-group-has-site-skip #group-create-tabs,
.selected-clone-group-has-site .group-create-gloss,
.selected-clone-group-has-site #group-create-tabs li,
.selected-clone-group .group-create-gloss,
.selected-clone-group #group-create-tabs {
	display: none;
}

.selected-clone-site .cac-clone-notice-wrapper,
.selected-clone-site #clone-select-wrapper,
.doing-clone-fields .cac-clone-notice-wrapper,
.selected-clone-groupblog .cac-clone-notice-wrapper,
.selected-connect-groupblog #connect-select-wrapper,
.doing-new-site-choice-clone #clone-select-wrapper,
.selected-clone-groupblog #clone-select-wrapper,
.doing-new-groupblog-choice-existing #connect-select-wrapper,
.doing-new-groupblog-choice-clone #clone-select-wrapper,
.selected-clone-group-has-site-skip .cac-clone-notice-wrapper,
.selected-clone-group-has-site .cac-clone-notice-wrapper,
.selected-clone-group-has-site .group-clone-gloss,
.selected-clone-group-has-site .group-clone-details-head,
.selected-clone-group-has-site #group-create-tabs li:first-of-type,
.selected-clone-group-has-site #group-create-tabs li:last-of-type,
.selected-clone-group .cac-clone-notice-wrapper,
.selected-clone-group .group-clone-gloss,
.selected-clone-group .group-clone-details-head,
.selected-clone-group .signup-existing-hidden,
.selected-clone-group-has-site .signup-existing-hidden,
.selected-clone-group-has-site-skip .signup-existing-hidden,
.doing-new-group-choice-clone .signup-existing-hidden {
	display: block;
}

@media screen and (max-width:600px) {
	#clone-select-wrapper .select2-container,
	#connect-select-wrapper .select2-container {
		width: 100%;
	}

	.signup-existing-site-url {
		display: block;
		margin-left: 0;
		margin-top: .5em;
	}
}

.standard-form .input-notice {
	font-size: 12px;
	line-height: 24px;
	color: #1a1a1a;
}

.standard-form .cac-clone-notice {
	position: relative;
	color: #1a1a1a;
	border-bottom: 1px solid #eee;
	clear: right;
	margin-bottom: 0em;
	padding-bottom: 3em;
}

#create-group-form .cac-clone-notice-wrapper {
	margin-top: 3rem;
}

#create-group-form .cac-clone-notice {
	margin-top: .5rem;
}

.standard-form .svg-icon-caution {
    height: 28px;
    width: 28px;
    position: absolute;
    top: 16px;
    left: 9px;
}

.standard-form .cac-clone-notice ul,
.standard-form .cac-clone-notice p {
	background-color: #fcf5ab;
	font-size: 12px;
	line-height: 20px;
	padding: 14px 24px 14px 55px;
}

.standard-form .cac-clone-notice ul {
	list-style: initial;
}

.standard-form .cac-clone-notice li {
	margin-left: 13px;
}

.continue-error {
	display: none;
}

.disabled-form .continue-error {
	color: #f00;
	display: block;
	font-style: italic;
}

.group-create .continue-error p {
	padding-right: 12px;
	text-align: right;
}

#setupform .error {
	color: #f00;
	font-style: italic;
}

#blogname-error {
	color: #f00;
	font-style: italic;
}

.standard-form .site-template-selector label {
	display: inline;
	margin-left: 10px;
}

.site-template-description ul {
	list-style-type: disc;
	margin-left: 20px;
}

#groups-dir-list .group-subscription-options {
	z-index: 100 !important;
}

.directory .action .meta {
	padding-top: 0;
}

.directory .dir-list {
	margin-top: 20px;
}

div#content h3 {
	font-size: 22px;
	line-height: 30px;
}


#item-header {
	padding-top: 25px;
	padding-bottom: 20px;
	width: 750px;
	float: right;
	position: relative;
}

#item-header-main {
	padding-bottom: 40px;
}

div#item-header {
	overflow: visible;
}

div#item-header div#item-meta {
	color: #666;
}

#item-header-main div {
	float: left;
	width: auto;
}

#item-nav {
	float: right;
}

#top-content {
	margin: 0px;
	padding: 0px 0px 0em;
	width: 100%;
}

#item-group-join-button {
	float: left;
	width: 150px;
	display: block;
}

div#item-header #item-group-join-button div.generic-button {
	margin: 6px 0 0 10px;
}

.groups div#item-header div#item-meta {
	margin: 0;
	clear: right;
}

#new-forum-button {
	margin-bottom: 30px;
}

div.bbp-template-notice {
	position: relative;
}

a#post-new-topic {
	display: block;
	padding: 3px 8px;
	position: absolute;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	right: 0;
	top: 2px;
	font-weight: bold;
}

a#post-new-topic:hover {
	background: #eee;
}

body.groups #bbpress-forums fieldset.bbp-form select {
	height: auto;
	min-height: unset;
}

/* Hack to offset the anchor tag for the toolbar */
form#new-post {
	padding-top: 3.5em;
}

body.groups.forum #bbpress-forums h2,
#rbe-header {
	display: none;
}

body.groups.forum.single-topic #bbpress-forums h2 {
	display: block;
	line-height: 1;
}

body.logged-in.groups #content:not(.confirmation) #item-meta + p,
.group-quick-link {
	margin-bottom: 1em;
}

body.logged-in.groups.forum.single-topic #bbpress-forums:first-child {
	margin-top: 2em;
}

body.bbpress.single-item h2 + #bbpress-forums {
	margin-top: .5em;
}

body.logged-in.single-item .group-subscription-div {
	padding-top: 0;
}

body.logged-in.groups #content:not(.confirmation) #item-header {
	padding-bottom: 25px;
}

body.logged-in.groups #content:not(.confirmation) #message {
	margin: 40px 0 0;
}

.bbp-topics a.bbp-topic-permalink {
	font-size: 1.4em;
	text-decoration: none;
}

.bbp-topics .bbp-topic-freshness a {
	font-size: 1.2em;
	text-decoration: none;
}

.bbp-topics .bbp-topic-freshness .bbp-topic-meta a {
	font-size: 1em;
	text-decoration: underline;
}

body.groups.forum.group-forum-topic #bbpress-forums h3 {
	display: inline;
}

#bbpress-forums .bbp-form legend,
#bbpress-forums .bbp-form label {
	font-weight: bold;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form label,
#bbpress-forums .bbp-reply-form fieldset.bbp-form label {
	display: block;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form label[for="bbp_topic_subscription"],
#bbpress-forums .bbp-reply-form fieldset.bbp-form label[for="bbp_topic_subscription"] {
	display: inline-block;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form label[for="bbp_topic_title"] {
	margin: 1.5em 0 -1.5em;
}

#bbpress-forums .bbp-reply-form #bbp_topic_tags {
	margin-top: -1.5em;
}

#bbpress-forums .wp-editor-container,
#bbpress-forums .wp-switch-editor {
	border-top-color: #a0a0a0;
	border-left-color: #a0a0a0;
	border-right-color: #a0a0a0;
}

#bbpress-forums .wp-switch-editor,
#bbpress-forums div.mce-toolbar-grp,
#bbpress-forums .quicktags-toolbar {
	border-bottom-color: #b7b7b7;
}

#bbpress-forums .wp-editor-container {
	border-bottom-color: #a0a0a0;
}

#bbpress-forums .tmce-active .wp-switch-editor.switch-tmce,
#bbpress-forums .html-active .wp-switch-editor.switch-html {
	border-bottom-color: #f4f4f4;
}

#bbpress-forums #bbp_topic_content_ifr {
	width: calc(100% - 1px) !important;
}

#bbpress-forums .bbp-form input[type="text"] {
	padding: 6px;
	width: calc(100% - 15px);
}

#bbpress-forums #crosspost-div legend {
	padding: 0;
}

#bbp-topic-form-extras #crosspost-groups label {
	position: relative;
	display: inline;
	width: auto;
	font-weight: normal;
}

/* Specific selector to override bbPress styles */
#wrapper #bbpress-forums .status-closed,
#wrapper #bbpress-forums .status-closed a {
	color: #999;
}

#bbpress-forums #bbp-post-preview ul,
#bbpress-forums #bbp-post-preview li {
	list-style: inherit;
	margin-left: 8px;
}

#bbpress-forums #bbp-post-preview ol {
	list-style-type: decimal;
	margin-left: 8px;
}

body.groups .creative-commons-footer {
	margin-bottom: -35px;
	padding: 20px 20px 0 20px;
}

/* -----------------------------------*/
/* >> Who's Online Box <<<-----*/
/* -----------------------------------*/

#online {
	clear: both;
}

#online h3 {
	background: #3fc2f3;
	color: #fff;
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 4px 16px;
}

#online ul {
/*	background: #f1f1f1 url(../images/bg-online.gif) no-repeat 63px 0;*/
	list-style: none;
	margin: 0;
	padding: 11px 0 0 0;
	display: inline-block;
}

#online #onlineListWrap {
	clear: both;
	background:#F1F1F1 url(../images/bg-online.gif) no-repeat scroll 63px 0;
}


#online ul li {
	float: left;
	padding: 0 5px;
	width: 170px;
}

#online ul li a {
	font-size: 12px;
	font-weight: bold;
}

#online .item-title {
	word-break: break-all;
}

#bp-group-documents-list {
	padding-top: 0;
}

.bp-group-documents-upload-size-notice {
	border: 2px solid #f00;
	clear: both;
	display: none;
	margin-top: 40px;
	padding: 8px;
}

.bp-group-documents-category-wrapper {
	float: left;
	width: 200px;
}

input[type="submit"]:disabled {
	opacity: .5;
}

.bp-group-docs-gloss,
.bp-group-documents-gloss {
	width: 600px;
}

#bp-group-documents #bp-group-documents-form .document-info {
	width: 500px;
}

#bp-group-documents-upload-new {
  clear: both;
}

#bp-group-documents form#bp-group-documents-form label {
	margin-top: 1.5em;
}

#bp-group-documents form#bp-group-documents-form .bp-group-documents-category-list label {
	font-weight: normal;
	margin-top: auto;
}

label[for="bp_group_documents_silent_add"] {
	font-weight: normal;
}

#file-list-header {
	margin-top: 30px;
}

#bp-group-documents-upload-button {
	font-size: 13pt;
	border: 1px solid #000;
}

#bp-group-documents-download-links {
	float: right;
	width: 400px;
	text-align: right;
	margin-bottom: 2em;
}

#bp-group-documents-download-links:before {
	font-size: 11pt;
	font-family: 'Genericons';
	content: '\f440';
}

#bp-group-documents-replace-existing-file-wrapper {
	display: none;
}

#bp-group-documents form#bp-group-documents-form label[for="bp-group-documents-replace-existing-file"] {
	padding-right: 10px;
	display: inline-block;
}

#bp-group-documents-replace-existing-file-name {
	padding-right: 10px;
}

#bp-group-documents-replace-cancel {
	font-style: italic;
	font-size: .9em;
}

#bp-group-documents div.pagination {
	margin-top: 10px;
}

#files-table {
	width: 540px;
	float: left;
}

#files-table .actions {
	font-size: .9em;
}

#files-table .actions .nowrap {
	white-space: nowrap;
}

.bp-group-documents-folder-links {
	padding-left: 560px;
}

#bp-group-documents div.bp-group-documents-category-list {
	height: auto;
	min-height: 185px;
}

.folder-header {
	background: transparent url(../images/folder-open-white.png) no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	width: 400px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

.folder-header .delete-folder-link {
	color: #f00;
	margin-left: 10px;
	font-size: .9em;
	font-weight: normal;
}

li.folder {
	margin-left: 5px;
	padding-left: 20px;
	background: transparent url(../images/folder-closed-white.png) no-repeat;
}

li.folder.current-category {
	background: transparent url(../images/folder-open-white.png) no-repeat;
}

li.current-category a {
	font-weight: bold;
}

/* -----------------------------------*/
/* >> Groups/Members widgets <<<-----*/
/* -----------------------------------*/

ul#members-list li:first-child {
	margin: 10px auto;
}

#blogs-dir-list .action {
	padding-top: 3px;
}

ul.item-list li {
	padding: 0px 0px 5px 0px;
	display: block;
	clear: both;
	height: auto;
	min-height: 70px;
	font-size: 12px;
}

.item-list .generic-button {
	margin-bottom: 1.2em;
}


.directory ul.item-list li, .my-groups ul.item-list li {
	min-height: 100px;
}

ul.item-list li div.item-title {
	font-size: 13px;
	font-weight: bold;
	width: auto;
	word-break: break-word;
}


span.activity {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 5px;
	color: #000;
	padding: 3px 9px;
}

div#bottom-content {
	border-top: 3px solid #ddd;
	clear: both;
	padding: 15px 0 0 0;
}

#footerWrap {
	background-color: #000;
}

.itembox #blog-post-list p {
	float: none;
}

.confirmation #item-header {
	float: none;
	margin-top: 26px;
	padding: 0 20px;
	width: auto;
}

.confirmation #item-body {
	float: none;
	margin-top: 16px;
	padding: 0 20px 40px 20px;
	width: auto;
}

.confirmation #message {
	margin-bottom: 23px;
}

.confirmation h4 {
	font-size: 18px;
	margin-bottom: 17px;
}

.group-create-gloss {
	margin-top: 21px;
}

.group-create-gloss,
body.group-create p,
body.group-create label,
body.group-create .cac-subfield-container legend,
body.create-blog p,
body.create-blog .cac-subfield-container legend,
body.create-blog label {
	font-size: 14px;
}

.standard-form .group-settings-section div.checkbox label, .standard-form .group-settings-section div.radio label {
	color: #000;
}

.group-settings-section {
	margin-bottom: 33px;
}

.group-settings-section h4 {
	margin-bottom: 8px;
}

.standard-form .group-settings-section-privacy-options div.radio label {
	margin-bottom: 26px;
}

.standard-form .groupblog-user-roles-toggle-option label {
	margin-top: 0;
	margin-bottom: 0;
}

.standard-form .inline-label {
	display: inline;
}

form.standard-form #groupblog-details label.groupblog-label {
	display: block;
}

div#content #group-create-body h3 {
	font-size: 18px;
}

input.groupblog-domain {
	margin-right: 5px;
}

#blog-details-fields #groupblog-details span.gbd-value {
	margin-left: 0;
}

#group-create-body .site-template-selector {
	margin-top: 30px;
}

.group-create-invite-buttons a {
	margin-right: 20px;
}

.groupblog-details-section ul#groupblog-details li.select2-search {
	padding-left: 0; /* Making the bp-groupblog rule more specific here and below */
}

.groupblog-details-section ul#groupblog-details > li {
	padding-left: 0;
}

.groupblog-details-section ul#groupblog-details li.select2-selection__choice {
	padding-left: inherit;
}

.standard-form p.description {
	font-size: 12px;
}

.standard-form p.domain-change-notice.description {
	color: inherit;
	font-style: italic;
	margin-top: 0;
}

.groupblog-settings-section-user-roles h3 {
	margin-bottom: 18px;
}

.groupblog-label[for="blogname"] {
	margin-bottom: 0;
}

label[for="blogname"] {
	margin-bottom: 0;
}

#groupblog-details .cac-subfield-container fieldset {
	margin-top: 15px;
}

.groupblog-choose-gloss {
	margin-bottom: 25px;
}

.groupblog-privacy-gloss-top {
	font-style: italic;
	margin-top: 10px;
}

.groupblog-privacy-selector input {
	margin-bottom: 12px;
}

#group-create-body #cac-cc-blog-create {
	margin-top: 30px;
}

#group-create-body .simpletooltip_container {
    display: inline-block;
    vertical-align: middle;
}

.invite-anyone-group-list li {
	float: left;
	width: 150px;
	display: inline;
	height: 70px;
}

body.group-create.invite-anyone #previous-next {
	display: none;
}

.doing-clone-fields #previous-next {
    float: right;
}

@media screen and (max-width:600px) {
	body.group-create #previous-next {
		float: none;
	}
}

body.group-create .bp-avatar-status .warning {
	display: none;
}

.cac-subfield-container legend {
	font-weight: 800;
	margin-bottom: 5px;
}

.cac-purpose-academic-term-part {
	width: 30%;
	float: left;
	margin-right: 15px;
}

.cac-subfield[data-subfield-type="oer"] label {
	display: inline;
	font-weight: normal;
}

.invite-anyone-group-avatar {
	float: left;
	width: 45px;
}

.invite-anyone-group-name {
	width: 100px;
	float: left;
}

#invite-anyone-invite-list li {
	clear: none;
}

.invites .item-list li p {
	width: 500px;
}

#invite-anyone-group-list label.invite-anyone-group-name span {
	line-height: 1.1em;
}

#invite-anyone-by-email strong {
	font-weight: bold;
}

.directory ul.item-list li div.item-title {
	width: 100%;
}

.directory ul.item-list li .item-avatar {
	padding-right: 10px;
}

body.settings.data #item-body p + ul {
	margin: 1.5em 2em;
}

body.settings.data #item-body p + ul li {
	list-style: disc;
}

/* News/activity page */

body.activity-news-page div#content,
body.activity-news-page div#sidebar {
	display: inline-block;
	float: none;
	vertical-align: top;
}

body.activity-news-page div#content {
	margin-left: calc( (100% - var(--container-width)) / 2 );
	margin-right: 10px;
	width: calc( 100% - 350px - 50px );
}

body.activity-news-page div#sidebar {
	background: none;
	margin-bottom: 30px;
	margin-left: 0;
	width: 350px;
}

@media screen and (max-width: 1376px) {
	body.activity-news-page div#content {
		margin-left: 25px;
	}
}

@media screen and (max-width: 1150px) {
	body.activity-news-page div#content {
		min-width: calc(100% - 270px - 50px);
	}

	body.activity-news-page div#sidebar {
		width: 270px;
	}
}

body.activity-news-page div.item-list-tabs {
	padding-top: 0px;
	margin: 25px -20px 20px;
}

body.activity-news-page .widgettitle a {
	text-decoration: none;
}

body.activity-news-page #whats-new-form {
	display: none;
}

body.activity-news-page .widget {
	padding: 15px 10px;
	background: #EAEAEA;
	margin-top: 25px;

}

body.activity-news-page .widget h2 {
	font-size: 14pt;
	margin-bottom: 12px;
}

body.activity-news-page span.rss-date, body.activity-news-page cite {
	font-size: 7pt;
	font-style: italic;
	display: block;
	text-align: right;
}

body.activity-news-page cite {
	font-size: 8pt;
}

body.activity-news-page .widget h2 a:first-child {
	float: right;
	width: 40px;
	text-align: right;
	padding-top: 3px;
}

body.activity-news-page .widget_rss li {
	padding-bottom: 15px;
}

body.activity-news-page .widget_rss li a:first-child {
	font-weight: bold;
	text-decoration: none;
}

.activity-avatar img.avatar {
	width: 50px;
	height: 50px;
}

/* Styling for Twitter Widget Pro */
body.activity-news-page .widget_twitter li{
	padding-bottom:15px;
	border-bottom:1px solid #666666;
	margin-top:15px;
}

/* Item nav (sidebar) */

div#item-nav {
	width: 140px;
	float: left;
	margin-bottom: 25px;
}

div#item-nav ul {
	padding-bottom: 25px;
}

#item-nav div.item-list-tabs ul li {
	float: none;
	padding: 0em 3.1em 0em 0px !important;
	width: 100px;
	white-space: nowrap;
}

#item-nav div.item-list-tabs ul li#request-membership-groups-li {
	white-space: normal;
}

#item-nav div.item-list-tabs ul li#request-membership-groups-li a {
	height: auto;
}

#item-nav div.item-list-tabs ul li:first-child {
	margin-left: 5px;
}

li#home-personal-li, li#groups-personal-li {
	background: url('../images/groups_bullet.gif') no-repeat 87% 52%;
}

li#home-groups-li {
	background: url('../images/groups_bullet.gif') no-repeat 88% 52%;
}

li#nav-docs-personal-li, li#nav-docs-groups-li {
	background: url('../images/groups_bullet.gif') no-repeat 88% 52%;
}


li#admin-personal-li, li#admin-groups-li {
	background: url('../images/blogadmin_icon.gif') no-repeat 87% 52%;
}

li#forums-personal-li, li#forums-groups-li, li#nav-forum-groups-li {
	background: url('../images/forum_bullet.gif') no-repeat 87% 52%;
}

li#members-personal-li, li#members-groups-li, li#xprofile-personal-li {
	background: url('../images/friends_bullet.gif') no-repeat 87% 52%;
}

li#invite-personal-li, li#invite-groups-li, li#nav-invite-anyone-groups-li, li#nav-invite-anyone-personal-li, li#invite-anyone-personal-li,
#cacoinvites--li-personal-li, #cacoinvites-sent-li-personal-li, #cacoinvites-claim-li-personal-li {
	background: url('../images/invite_bullet.gif') no-repeat 87% 52%;
}

li#activity-personal-li {
	background: url('../images/activity_bullet.gif') no-repeat 87% 52%;
}

li#profile-personal-li {
	background: url('../images/profile_bullet.gif') no-repeat 87% 52%;
}

/* Except on subnav */
.item-list-tabs li#profile-personal-li {
	background: none;
}

li#blogs-personal-li, li#group-blog-personal-li, li#group-blog-groups-li, li#docs-personal-li, li#events-personal-li, li#nav-events-groups-li {
	background: url('../images/blog_bullet.gif') no-repeat 85% 52%;
}

/* Except on Manage */
.item-list-tabs li#group-blog-groups-li {
	background: none;
}

li#messages-personal-li, li#nav-notifications-personal-li, li#nav-notifications-groups-li {
	background: url('../images/messages_bullet.gif') no-repeat 87% 52%;
}

li#announcements-personal-li, li#nav-announcements-groups-li, li#nav-announcements-personal-li {
	background: url('../images/messages_bullet.gif') no-repeat 87% 52%;
}

li#friends-personal-li {
	background: url('../images/friends_bullet.gif') no-repeat 87% 52%;
}

li#settings-personal-li {
	background: url('../images/settings_bullet.gif') no-repeat 87% 52%;
}

li#group-documents-personal-li, li#group-documents-groups-li, li#library-groups-li {
	background: url('../images/group_documents_bullet.gif') no-repeat 87% 52%;
}

#groups-notification-settings .gas-choice {
	min-width: 50px;
	text-align: center;

}

/* Spacing adjustment for BPGES subscription text */
.group_members .item-list .generic-button.friendship-button {
	margin-bottom: .5em;
}

a#nav-announcements {
	font-size: 8.5pt;
	padding-left: 3px;
}

div#activity-info-box {
	display: none;
}

div.home-box {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.home-box h4 {
	color: #686868;
}

.activity-list img {
	max-width: 100%;
}

.activity-list li.load-more {
	min-height: auto;
}

.activity-list li.mini .activity-content {
	margin-right: 0px;
}

.activity-list li.mini .activity-content p {
	float: none;
}

.activity-list li.mini .activity-meta {
	position: relative;
}


div#item-body {
	width: 750px;
	float: right;
	margin-bottom: 20px;
}

div.item-list-tabs {
	padding-top: 25px;
	margin: 0;
	text-align: center;
}

body.directory div.item-list-tabs {
	margin: 25px 0 0 0;
	height: 50px;
	text-align: center;
}

body.directory div.item-list-tabs#subnav {
	border-bottom: none;
	margin-top: 0;
}

body.members.directory div.item-list-tabs {
	height: auto;
}

div#content div.item-list-tabs h3 {
	font-size: 12pt;
	margin: 0 5px;
}

div.item-list-tabs div.group-avatar-holder {
	padding: 10px 0;
}

div.item-list-tabs ul {
	text-align: right;
}

#item-nav div.item-list-tabs a {
	color: #555;
}

form#members-directory-form h3 {
	float: left;
}

div #item-header div#item-header-content {
	margin-left: 0px;
}

div#item-header div#message.info {
	margin-left: 170px;
}

#top-right-widget object {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#top-right-widget embed {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#top-right-widget table {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#top-right-widget {
	margin: 0px;
/* CHANGED: was 20px */
	margin-right: 0;
	padding: 0px;
	float: right;
	width: 280px;
}

/* TAGS HEADER */
/*
	background: url(../images/bg-tags.png) no-repeat 0 4px;
	padding-left: 33px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 15px 0 0px 0;;
	padding-bottom: 8px;
	border-bottom: 2px solid #ddd;
	color: #666;
*/

#top-right-widget .list {
	margin: 0px;
	padding: 0.5em 0px 1em;
	float: left;
	width: 100%;
	list-style-type: none;
}
#top-right-widget .list ul {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
}
#top-right-widget .list li {
	margin: 0px 0px 8px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
#top-right-widget .list ul li {
	margin: 8px 0px 0px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
#top-right-widget .list li a {
	color: #3fc2f3;
	line-height: 1.1em;
	text-decoration: none;
}
#top-right-widget .list li a:hover {
	color: #000;
	text-decoration: none !important;
}

div#groupblog-blog-privacy {
	margin-top: 40px;
}

form.standard-form div#groupblog-blog-privacy label {
	display: inline;
	font-weight: normal;
}

.groupblog-user-roles-toggle {
	overflow: hidden;
}

.groupblog-user-roles-toggle-option {
	float: left;
	width: 85px;
}

.groupblog-user-roles-toggle input {
	margin-right: 5px;
	margin-bottom: 36px;
}

.custom-bottom-image a {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	overflow: hidden;
}

#box1 {
	margin: 0px;
	float: left;
	width: 290px;
	padding-right: 10px;
}
#box2 {
	margin: 0px;
	float: left;
	width: 277px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#box3 {
	margin: 0px;
	float: left;
	width: 290px;
	padding-right: 0px;
	padding-left: 10px;
}
.itembox {
	float: left;
	width: 300px;
	padding: 0px;
	overflow: hidden;
}
.itembox img {
	margin-bottom: 10px;
}

.itembox h2 {
	border-bottom: 2px solid #ddd;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px 0 5px 0;
	color: #000000;
}

.itembox h2 a {
	text-decoration: none;
}

#box3 h2 {
	padding-left: 0;
}

.itembox h2:before {
	color: #666;
	font-family: dashicons;
	font-size: 24px;
	padding-right: 5px;
	vertical-align: bottom;
}
	.widget_bp_groups_widget h2:before {
		content: "\f307";
	}
	.widget_bp_core_members_widget h2:before {
		content: "\f110";
	}
	.widget_cac_bp_blogs_recent_posts_widget h2:before {
		content: "\f123";
		padding-right: 8px;
	}

.widget_cac_bp_blogs_recent_posts_widget .item-list img {
	max-width: 100%;
	height: auto;
}

.item-options {
	color: #686868;
	font-size: 11px;
	margin: 5px 0 0 0;
}

.item-options a {
	color: #686868 !important;
	font-size: 11px;
	padding: 4px 4px 10px 4px;
}

.item-options a.selected {
	background: url(../images/bg-item-options.png) no-repeat 50% 100%;
	color: #000 !important;
	font-weight: bold;
}

.itembox p {
	font-size: 1em;
	line-height: 21px;
	margin: 0px;
	padding: 10px 0px;
	float: left;
	width: 100%;
}

.itembox h3 {
	margin: 0px;
	padding: 15px 0px 0px;
	float: left;
	width: 100%;
}

.itembox .list {
	margin: 0px;
	padding: 0.5em 0px 1em;
	float: left;
	width: 100%;
	list-style-type: none;
}

.itembox .list ul {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
}

.itembox .list li {
	border-bottom: 1px solid #efefef;
	margin: 0 0 8px 0;
	padding: 0 0 5px;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
}

.itembox .list li:last-child { border: none; }

#recent-posts li:first-child {
	background: #f3f3f3;
	border: 2px solid #eee;
	margin: 5px 0 0;
	padding: 10px;
	width: auto;
}

#recent-posts li:first-child .item-content {
	margin: 10px 0 0 0px;
	width: 260px;
}

#recent-posts h4.item-title {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 6px;
}

#recent-posts li {
	margin: 8px 0;
}

.item-title {
	font-size: 13px;
	line-height: 16px;
}

h4.item-title { padding: 0 0 6px 0; }

#recent-posts li:first-child h4.item-title a {
	font-size: 18px;
	font-weight: normal !important;
	line-height: 23px;
}

.itembox .list a {
	font-weight: bold;
	text-decoration: underline;
}

.itembox .list a:hover {
	color: #000;
	text-decoration: none;
}

.itembox .list ul li em {
	color: #686868;
	font-size: 11px;
	font-style: normal;
}

.itembox .list ul li em a {
	font-weight: normal;
}


#post-entry {
	margin: 0px;
	padding: 0px 15px 15px 0px;
	float: left;
	width: 578px;
	border-right: 1px solid #ededed;
}
#post-entry h2 {
	font-size: 1.35em;
	color: #000000;
	margin: 0px 0px 1em;
	padding: 0px;
	float: left;
	width: 100%;
}
#post-entry h2 a {
	color: #660000;
	text-decoration: underline;
}
#sidebar {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: right;
	width: 285px;
}
.list .textf {
	padding: 1%;
	width: 90%;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



/**************************
 OPTIONS BAR
***************************/

#optionsbar {
	width: 138px;
	float: left;
	position: relative;
}
	#optionsbar ul li {
		float: none;
		margin-right: 0;
	}

	#optionsbar p.avatar {
		text-align: center !important;
		float: none;
		margin: 1em 0 0 0;
	}

	#optionsbar img.avatar {
		margin: 0;
		float: none;
	}

	#optionsbar h3 {
		font: normal 1em "Georgia", Times, serif;
		text-transform: uppercase;
		text-align: center;
		background: url(../images/optionsbar_header_noarrow.gif) top center repeat-x;
		padding: 8px 0 17px 0;
		letter-spacing: 0.5px;
	}
		#optionsbar.arrow h3 {
			background: #c9c9c9 url(../images/optionsbar_header_arrow-2.gif) bottom center no-repeat;
		padding: 8px 0 17px 0;
		height: auto;
		}

	#optionsbar ul#options-nav {
		width: 148px;
		margin: 1.75em 0 0 0;
		position: relative;
		z-index: 1;
	}
		#optionsbar ul#options-nav li.current {
			background: url(../images/optionnavitem_selected_back.gif) 100% -1px repeat-x;
		}
			#optionsbar ul#options-nav li a {
				font-size: 1em;
				color: #555;
				padding: 0.55em 2.5em 0.55em 0;
				display: block;
				text-align: right;
			}

			#optionsbar ul.icons li a {
				padding-right: 3.1em !important;
				margin-right: 0.7em;
			}

li.current {
	border: none !important;
	}

/* Letter list */

ul#letter-list li {
	display: inline;
	}

.directory-featured {
	padding-top: 20px;
	}

.directory .item-list {
	padding-top: 0;
}

ul#members-list li, ul#comment-list li, .directory-featured ul li, ul.item-list ul li, div#post-new-topic, ul.item-list li, div#post-topic-reply {
	background-color: #fff;
	margin: 5px auto;
	padding: 10px auto;
}

ul#request-list > li {
	overflow: hidden;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

div#post-new-topic {
	padding-top: 40px;
}

.more-member-data {
	padding-left: 70px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.ass_members_status {
	clear: both;
}

.item-list {
	padding-top: 30px;
	}

.item-meta {
	margin-top: 5px;
	}

.item-list li {
	vertical-align: top;
	}

ul.item-list li div.action {
	width: 30%;
	padding: 12px 0 0 0;
	margin: 0;
	top: 0;
	}

.action .meta {
	padding-top: 10px;
	}

#blogs-list .action {
	width: auto;
}

#blogs-list .action > div {
	float: left;
	margin-right: .8em;
}
#blogs-list .action > div:last-child {
	margin-right: 0;
}

#blogs-list .dropdown {
	margin-top: -5px;
}

#blogs-list .dropdown a {
	line-height: 12px;
}

/* Special list-formatting for blogs to allow for 'Latest Post' */
body.my-blogs .item-list > li {
	padding-bottom: 2.5em;
}

#blogs-list .item {
	position: relative;
}

.blog-list-bottom {
	display: flex;
	font-size: .95em;
	line-height: 1.3em;
	margin-top: 1em;
	position: absolute;
	bottom: 0;
	width: calc(100% - 50px);
}

.myblogs .item-list > li .blog-list-bottom {
	bottom: .75em;
}

.dir-list-boxed .blog-list-bottom {
	margin-bottom: 2em;
}

.blog-list-bottom-column {
	flex: 1;
}

.site-role-message {
	flex-basis: auto;
}

.site-latest-post {
	flex-basis: auto;
	text-align: right;
}

@media screen and (max-width:600px) {
	.blog-list-bottom {
		display: block;
	}

	.site-latest-post {
		margin-top: 2em;
		text-align: left;
	}
}

.item-list .item {
	width: 300px;
	}

ul#groups-list .item {
	width: 950px;
	}

.dir-list-boxed ul#groups-list .item {
	width: auto;
}

ul#groups-list .action {
	text-align: right;
	}

.field-data {
	padding-top: 15px;
	}

.suffix_address {
	vertical-align: top;
	line-height: 3em;
	margin-top: -45px;
	}

.delete {
	margin: 0 auto;
	padding: 5px;
	float: left;
	clear: both;
	}

table#message-threads input {
	margin: 0 auto;
	padding: 5px;
	float: left;
	clear: both;
	}

ul.acfb-holder {
	padding: 0;
	}

input#upload {
	float: left;	}

ul#topic-post-list {
	margin: -20px -20px 0 -20px;
}

div#topic-meta div.admin-links {
	position: static;
}

.standard-form textarea#topic_text,
.standard-form textarea#reply_text {
	font-size: 12px;
}

#bbp-post-preview-wrapper {
	padding: 3px 10px 10px 10px;
	border: 3px solid #1fb3dd;
	border-radius: 3px;
	margin-top: 2em;
	background: #fafafa;
}

#bbp-post-preview-wrapper label {
	font-weight: bold;
}

#bbp-post-preview {
	border: 0 !important;
}

img.avatar {
	position: relative;
	z-index: 0;
	float: none;
	border: 3px solid #ddd;
	}

.item-avatar {
	padding-bottom: 10px;
	width: 60px;
	float: left;
}

.post-meta {
	padding-bottom: 1em;
	}

.post-content {
	float: none !important;
	padding: 0 auto !important;

	}

.left-menu .avatar {
	position:relative;
	z-index: 1;
	}

ulul#nav {
	z-index: 10;
	}

ulul#nav li.current_page_item, ulul#nav li.current_page_ancestor {
	background:#454545 none repeat scroll 0 0;
	}


div.group-button {
	position: relative;
	z-index: 5;
	}

.friendship-button {
	float: right;
	}

div#item-header div.generic-button.friendship-button {
	margin-top: 5px;
}

ul.item-list .item {
	width: 70%;
	}

div#box1 ul li, div#box2 ul li, div#box3 ul li {
	width: 100%;
}

div#box1 ul.item-list .item, div#box2 ul.item-list .item, div#box3 ul.item-list .item {
	width: 100%;
}

.invite-anyone .main-column {
	padding-top: 40px;
}

.main-column ul.item-list div.action {
	width: 40%;
	}

.item-list#invite-anyone-invite-list {
	padding-top: 0;
}

.already-sent-header {
	color: #686868;
	margin-top: 2em;
	margin-bottom: .5em;
}

ul#friend-list .friendship-button {
	margin-top: 1px;
	}

a.selected {
	text-decoration: none !important;
	}



.home-page .featured h3 {
	background: #CCC;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
}
h4.large {
	font-size: 18px;
	display: inline;
	line-height: 36px;
	font-weight: bold !important;
}
h4.large span {
	font-size: 18px;
	color: #A3A3A3;
	display: inline;
}
.featured h4.title {
	float: left;
	width: 70%;
	margin-top: -3px;
}

.featured p {
	padding: 0 10px;
	margin-bottom: 8px;
	color: #444;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
}

.featured p strong {
	color: #454545;
}

.featured h4.title a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
/*	padding: 5px 16px 0px 16px;*/
}

.featured div.featuredContent {
	width: 140px;
	float: left;
	margin-top: 0px;
}

.home-page .featured {
	background-color: #F3F3F3;
	padding-bottom: 5px;
	border: 1px solid #EEE;
	margin-bottom: 15px;
}

.featured div img {
	float: left;
	margin: 0px 10px 5px 10px;
}
.featured div {
	margin-top: 10px;
}

.featured div.clear {
	margin-top: 0;
}

.featured p.more a {
	display: none;
	/*
	float: right;
	background: #EBF7FF;
	border-bottom: ;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-right: 1px solid #A1DCFA;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	color: #059AE7;
	margin-right: 3px;
	padding: 3px 8px;
	text-decoration: none;
	*/
}

.featured p.more .extra {
	float: left;
	padding: 3px 0;
}

.featured p.more a:hover {
	color: #EBF7FF;
	background: #059AE7;
}

.cac-more-link {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

.cac-more-link a {
	margin-right: 25px;
}

/**************************
  Getting Started Block
***************************/
#content #top-right-widget h3 {font-size:1.3em; font-weight:bold; line-height:1.4;}

.getting-started {padding-bottom:15px;}
	.getting-started p {padding:3px 10px; line-height:1.3;}
	#top-right-widget .button-block {text-align:center; margin-top:14px;}

a.button-minimal-indent {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	-moz-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	color: #666;
	display: inline-block;
	font: bold 13px "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 7px 7px;
	text-shadow: 0 1px 1px #fff;
	text-decoration:none;
	position:relative;
}
	a.button-minimal-indent:hover {
		background-color: #d4d4d4;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
		background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
		background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
		background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
		background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
		background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
		-webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
		-moz-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
		box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
		cursor: pointer; }
		a.button-minimal-indent:active {
		-webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
		-moz-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
		box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
	}

/************************/
/*  Post Gallery Widget */
/************************/

.introbox {
	width: 600px;
	float: left;
	height: 340px;
}

.introbox a#prev, .introbox a#next {
	color: #fff;
}

#pgw-gallery-full .slide:hover {
	border-color: #bbb;
}

#pgw-gallery-large {
	height: 325px;
}

#pgw-gallery-large .slideshow div span {
	padding: 10px 15px 15px 15px !important;
}

#pgw-prev, #pgw-next {
	height: 325px;
}

/* Buttons */
#content #pgw-gallery-full > a {
	color: #000;
}

div.first_slide {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

div.first_slide span {
	bottom: 0px !important;
}
.introbox #pgw-gallery-large h2 {
	font-size: 22px;
}


.introbox #pgw-gallery-large p {
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	margin: 0;
}

/************************/
/*  Group Docs		*/
/************************/



/************************/
/*  Login page		*/
/************************/

form#loginform {
	-moz-box-shadow: 0 0 0 #fff;
}

.login p#nav {
	text-align: left;
	padding: 0;
	clear: both;
	margin: 40px 0 0 0;
}

.login p#nav a {
	color: #000 !important;
}

body.login {
	width: 100%;
	max-width: none;
	height: 100%;
}

/* Appeasing the WP Theme Check */
.gallery-caption {
	font-size: auto;
}

/** PASSWORD STRENGTH ***********************************************/

body.buddypress .wp-pwd button {
	vertical-align: middle;
}

body.buddypress #pass1,
body.buddypress #pass1-text,
body.buddypress #pass-strength-result {
	width: 16em;
}

body.buddypress.register #pass1 {
	width: 35%;
}

body.buddypress #pass1 {
	display: inline-block;
	margin-bottom: inherit;
}

body.buddypress #pass1-text,
body.buddypress .pw-weak,
body.buddypress #pass-strength-result {
	display: none;
}

body.buddypress .show-password #pass1-text {
	display: inline-block;
	margin-bottom: inherit;
}

body.buddypress .show-password #pass1 {
	display: none;
}

body.buddypress #pass-strength-result {
	background-color: #eee;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	display: none;
	font-weight: 700;
	margin: 10px 0 10px 0;
	padding: 0.5em;
	text-align: center;
}

body.buddypress #pass-strength-result.show {
	display: block;
}

body.buddypress #pass-strength-result.mismatch {
	background-color: #333;
	border-color: transparent;
	color: #fff;
}

body.buddypress #pass-strength-result.error,
body.buddypress #pass-strength-result.bad {
	background-color: #ffb78c;
	border-color: #ff853c;
	color: #333;
}

body.buddypress #pass-strength-result.short {
	background-color: #ffa0a0;
	border-color: #f04040;
	color: #333;
}

body.buddypress #pass-strength-result.good {
	background-color: #ffec8b;
	border-color: #fc0;
	color: #333;
}

body.buddypress #pass-strength-result.strong {
	background-color: #66d66e;
	border-color: #438c48;
	color: #333;
}

body.bp-user.settings #your-profile #submit:disabled {
	color: #767676;
	opacity: 0.4;
}

body.bp-user.settings.js .wp-pwd,
body.bp-user.settings.js .user-pass2-wrap,
body.bp-user.settings.no-js .wp-generate-pw,
body.bp-user.settings.no-js .wp-cancel-pw,
body.bp-user.settings.no-js .wp-hide-pw {
	display: none;
}

/************************/
/*  Blog signup page	*/
/************************/

input[name="type_option_model_blog"], input[name="feature_option_model_blog[]"] {
	margin-right: 5px;
}

.create-blog input[type="submit"] {
	margin-top: 20px;
}

.create-blog input[type="text"] {
	border: 1px solid #ccc;
}

.create-blog div#content h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.create.create-blog div#content.confirmation .create-site-title {
	display: none;
}

.create.create-blog div#content.confirmation {
	padding-top: 0;
}

.create-blog div#content.confirmation h3 {
	font-size: 22px;
}

.create-confirmation-actions a.button {
	display: inline-block;
	padding: 6px 14px;
	margin-bottom: .5em;
}

.site-create-privacy-options {
	padding-top: 6px;
}

.site-create-privacy-options input {
	margin-bottom: 12px;
	margin-right: 8px;
}

/********************************/
/* "Something's different" box	*/
/********************************/

#somethings-changed {
	border: 2px solid #ffe8c4;
	background: #fff9db;
	padding: 10px 20px;
	margin-bottom: 20px;
}

#somethings-changed h4 {
	margin-bottom: 15px;
}

#somethings-changed #nav-image {
	float: right;
	width: 120px;
	padding-left: 20px;
	font-size: .9em;
	font-style: italic;
	text-align: center;
	color: #666;
}

#somethings-changed #nav-image img {
	border: 2px solid #666;
}

div.activity-meta a.acomment-reply-nojs:hover {
	background: #f7740a;
	color: #fff;
        border-color: #f7740a;
}

div#posts-per-page-wrapper {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	color: #888;
}
	form.standard-form div#posts-per-page-wrapper label {
		display: inline-block;
		width: 120px;
		text-align: right;
	}
	div#posts-per-page-wrapper select {
		width: 120px;
	}

/********************/
/* BuddyPress Docs  */
/********************/

#doc-submit-options {
	min-height: 40px;
}

#bp-docs-pagination {
	min-height: 50px;
}

div.doc-tabs {
	margin-top: 20px;
}

div#validation-code {
	padding-left: 30px;
}

body.docs .row-actions a.delete {
	float: none;
	padding: 0;
}

body.docs.mobile .row-actions {
	visibility: visible;
}

#bp-smp-header {
	margin-top: 20px;
}

#bp-smp-header .bp-smp-label {
	font-weight: bold;
	padding-left: 8px;
	padding-top: 5px;
	display: block;
	width: 25%;
	float: left;
}

#bp-smp-header > a {
	margin-right: 5px;
}

div#item-header h2 span.highlight span {
    background: none repeat scroll 0 0 #1FB3DD;
}

.doc-content table.diff {
	width: 600px;
}

.doc-content ul {
	margin: 15px 0 15px 15px;
}

table.diff td {
	width: 10px;
	max-width: 270px;
}
table.diff td.diff-context, table.diff td.diff-deletedline, table.diff td.diff-addedline {
	width: 270px;
	word-wrap: break-word !important;
	display: block;
	text-overflow: clip;
}

#doc-content-textarea .mce-btn button:hover {
	border: none;
}

.title-cell {
	word-break: break-word;
}

/** SOCIAL ICONS ***************************************************/
.cac-social li {list-style-type:none; background-position:0 2px; background-repeat:no-repeat; padding-left:22px;}
	.cac-social li.cac-twitter {background-image:url(../../../../social-media-icons/twitter_16.png);}
	.cac-social li.cac-fb      {background-image:url(../../../../social-media-icons/facebook_16.png);}
	.cac-social li.cac-gplus   {background-image:url(../../../../social-media-icons/google-plus_16.png);}

.forum td.td-poster > a {
        float: left;
        width: 40px;
}

.forum td.td-poster .poster-name {
        padding-left: 40px;
}

/** CAC ADVANCED PROFILES ****************************************************/
body.bp-user {
	background: #fff;
	max-width: none;
}

body.profile div.generic-button a {
        padding: 0;
        background: none;
        border: none;
}

body.bp-user #cacap-header .cacap-short-aboutme {
	color: #fff;
}


body.bp-user h1 {
	font-size: 44px;
}

body.bp-user #cacap-header {
    background-color: #000;
}

body.cacap.short-header #cacap-header {
	padding-bottom: 15px;
}

body.cacap.my-account.short-header #cacap-header {
	height: 125px;
}

body.cacap.short-header #cacap-header .cacap-hero-row.stuck {
	padding-top: 25px;
	padding-bottom: 0;
}

body.bp-user #cacap-header .cacap-hero-row h1 a {
        color: #fff;
}

.cacap-avatar .friendship-button {
	float: none;
}

body.bp-user div#buddypress {
	margin: 0 auto;
	max-width: 100%;
	min-width: 768px;
	width: 940px;
}

body.bp-user #cacap-content {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#cacap-header #cacap-vitals dd.cacap-vitals-contact a {
        display: block;
        float: left;
        padding-right: 10px;
}

#cacap-header #cacap-vitals dd.cacap-vitals-contact {
        clear: right;
}

.cacap-row.cacap-bp-profile-fields {
        margin-top: 50px;
}

#cacap-header .cacap-row.cacap-bp-profile-fields label,
#cacap-header .cacap-row.cacap-bp-profile-fields span.label {
	color: #fff;
}

#cacap-header .cacap-row.cacap-bp-profile-fields input[type="checkbox"] {
	margin-right: 4px;
}

body.bp-user #cacap-header .cacap-hero-row.stuck .cacap-short-aboutme,
body.bp-user #cacap-header .cacap-hero-row.stuck .cacap-long-aboutme {
	display: none;
}

#cacap-header .editfield [type="checkbox"].smp-field__checkbox {
	margin-right: .5rem;
	margin-bottom: .5rem;
}
#cacap-header .editfield .smp-field__label {
	display: inline-block;
	margin-bottom: .5rem;
	vertical-align: bottom;
	color: white;
}

.smp-field__text-container {
	display: flex;
	height: 0;
	overflow: hidden;
	transition: .2s all ease-in-out;
}
.smp-field__checkbox:checked ~ .smp-field__text-container {
	height: 32px;
}

#cacap-header .cacap-bp-profile-fields .smp-field__text-container .smp-field__text {
	border: none;
	margin-bottom:  0;
}

#cacap-header .smp-field__checkbox:checked ~ .smp-field__text-container .smp-field__text {
	padding-left:  .5rem;
	margin-bottom: .5rem;
	border-radius: 0 2px 2px 0;
}

.smp-field__hint {
	height:  100%;
	padding: 0 .5rem;
	margin-bottom: .5rem;
	line-height: 32px;
	font-weight: bold;
	background-color:  gray;
	pointer-events: none;
}

#cacap-vitals {
	margin-top: 40px;
}

a#m {
	display: block;
	position: relative;
	top: -520px;
	visibility: hidden;
}

#cacap-header .stuck #cacap-pct-complete {
	display: none;
}

#cacap-header #cacap-pct-complete {
	position: relative;
}

#cacap-header #cacap-pct-complete #cacap-pct-complete-help {
	display: none;
	background-color: rgba( 255, 255, 255, 0.9 );
	z-index: 2;
	position: absolute;
	left: 10px;
	color: #000;
	border-radius: 2px;
	padding: 12px 20px;
	width: 200px;
}

#cacap-header #cacap-pct-complete-help li {
	color: #000;
	margin-left: 20px;
	list-style-type: disc;
}

#cacap-header #cacap-pct-complete:hover #cacap-pct-complete-help {
	display: block;
}

#cacap-header #cacap-pct-complete:hover .cacap-pct-complete-q {
	background: #aaa;
	color: #000;
}

#cacap-header .cacap-pct-complete-q {
	color: #aaa;
	display: inline-block;
	padding: 0px 4px;
	border-radius: 3px;
	border: 1px solid #aaa;
}

#profile-details-section .ui-helper-hidden-accessible {
	display: none;
}

.cacap-row.cac-yourls-edit {
	border-top: 1px solid #fff;
}

.cac-yourls-shorturl-edit-fields {
	float: left;
	width: 500px;
}

.cac-yourls-shorturl-edit-title {
	width: 100px;
	float: left;
	padding-top: 8px;
}

#cac-yourls-notices {
	min-height: 1em;
	margin-bottom: 1em;
}

#cac-yourls-notices.success {
	color: #0f0;
}

#cac-yourls-notices.error {
	color: #f00;
}

#cac-yourls-keyword.loading {
	background: #fff url("../../../../../wp-admin/images/loading.gif") no-repeat right center;
	padding-right: 0;
}

#cacap-header .cac-yourls-keyword {
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: #000000;
	margin-bottom: 12px;
	height: 32px;
	width: 250px;
}

.cac-yourls-cuny-is code {
	font-family: Pragmata, Menlo, 'DejaVu LGC Sans Mono', 'DejaVu Sans Mono', Consolas, 'Everson Mono', 'Lucida Console', 'Andale Mono', 'Nimbus Mono L', 'Liberation Mono', FreeMono, 'Osaka Monospaced', Courier, 'New Courier', monospace;
}

body.registration .ui-autocomplete {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	width: 300px;
}

body.registration .ui-autocomplete li.ui-menu-item a {
	display: block;
	width: 296px;
	padding: 2px;
}

body.registration .ui-autocomplete li.ui-menu-item a.ui-state-focus {
	 background: #ccc;
}

.deprecated-fields td.label {
	color: #888;
}

#cacap-message {
	background-color: #ffffe0;
	border: 2px solid #fc7;
	padding: 10px;
	position: relative;
	overflow: hidden;
	-webkit-transition: max-height 1s ease-out;
	-moz-transition: max-height 1s ease-out;
	-o-transition: max-height 1s ease-out;
	-ms-transition: max-height 1s ease-out;
	transition: max-height 1s ease-in-out;
	max-height: 18px;
	width: 100%;
}

#cacap-message p {
	margin-bottom: 0;
}

#cacap-message strong {
	font-weight: bold;
}

#cacap-message .action {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

body.my-account #cacap-message {
	max-height: 200px;
}

/* Hide jQuery UI modal close button */
.ui-dialog .ui-button.ui-dialog-titlebar-close {
	display: none;
}

body.cacap .cacap-avatar-buttons .button {
	float: none;
	margin-bottom: .5em;
}

#cacap-header .cacap-avatar-buttons .button a {
	color: #fff;
}

body.bp-user:not(.profile-edit) input[type="text"] {
	padding: .5em;
}

.cacap-hero .gender-pronouns {
	font-size: 22px;
	opacity: .5;
}

#cacap-content code {
	font-family: monospace;
}

.field-visibility-settings-notoggle {
	font-style: italic;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* Don't let the footer get smaller than the container */
#wrapper .sitewide-footer {
  min-width: 940px;
}

#whats-new-form #message {
	margin-bottom: 1em;
}

.currently-searching .search-terms {
	font-weight: bold;
}

.group-matches .excerpt .match {
	font-weight: bold;
}

.delete-confirm {
	display: none;
}

body.documents .ui-dialog {
	background: #fff;
	border: 2px solid #ccc;
}

body.documents .ui-dialog-titlebar-close {
	display: none;
}

.notifications a.delete {
	float: none;
	clear: none;
}

/** My Commons **********************************************************/

.bp-blog-page #content.my-commons {
	background: #efefef;
	margin-bottom: 0;
	padding: 0.9375rem;
	width: 96.5%;
}

.my-commons div#item-body {
	width: 100%;
	position: relative;
}

.my-commons .show-text {
	float: left;
	margin-top: 0.9em;
}

.my-commons div.item-list-tabs {
	background: none;
	clear: none;
	float: left;
	margin-bottom: 2em;
	padding-top: 0;
}

.my-commons div.item-list-tabs ul li.selected a {
	background-color: #008cba;
	border-radius: 5px;
	color: #fff;
}

#about-my-commons {
	position: absolute;
	right: 5px;
	top: 10px;
}

.my-commons .activity-list li {
	padding-top: 0;
}

.activity-list li .activity-content {
	position: static;
}

.activity-list .activity-content .activity-header {
	color: #686868;
}

.my-commons .activity-avatar, .my-commons .activity-header {
	padding-top:1em;
}

.my-commons .activity-header a:first-child {
	display: block;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: .2em;
	margin-right: 55px;
}

.my-commons .activity-avatar img, .my-commons .activity-header img {
	border-radius: 10px;
}

.my-commons .activity-header img:first-child {
	position: absolute;
	left: 6.5em;
	top: 5.5em;
}

.my-commons div#item-header div#item-header-content {
	margin-left: 170px;
}

.my-commons .activity-list li {
	border-radius: 5px;
	margin-bottom: 2em;
	min-height: 120px;
}

.my-commons .activity-list li.mini.bp_doc_created {
	height: 125px;
}

.my-commons .activity-avatar {
	width: 17%;
	margin-left: 1.5em;
}
	.my-commons .activity-avatar img.avatar {
		width: 75px;
		height: 75px;
	}

.my-commons .activity-list li.mini .activity-avatar img.avatar,
.my-commons .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: 75px;
	width: 75px;
	margin-left: 0;
}

.my-commons .activity-content {
	float: left;
	width: 81%;
	margin-left: 0;
	position: static;
}

.my-commons .time-since {
	position: absolute;
	right: 1em;
	top: 0.5em;
}
	.my-commons .activity-comments .time-since {
		position: static;
	}

.my-commons div.activity-comments {
	margin-left: 18%;
}

.my-commons li.load-more {
	background: #fff !important;
}

.my-commons div#message {
	clear: both;
	margin-top: 6em;
}

#activity-stream .load-newest {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 0;
	min-height: 25px;
}

.load-newest a {
	color: #4d4d4d;
	display: block;
	font-size: 1.2em;
	text-align: center;
}

.my-commons #message a {
	color: #2f90b4;
}

/** DiRT Directory ***********************************************************/

ul.dirt-tools {
	line-height: 1.4em;
}

.dirt-tool-all-users .dirt-tool-action {
	min-height: 4em;
}

#item-nav div.item-list-tabs ul li#tools-personal-li,
#item-nav div.item-list-tabs ul li#nav-tools-groups-li {
	white-space: normal;
	background: url('../images/wire_bullet.gif') no-repeat 87% 52%;
}

#item-nav div.item-list-tabs ul li#tools-personal-li a,
#item-nav div.item-list-tabs ul li#nav-tools-groups-li a {
	height: auto;
	line-height: 18px;
}

/** Notifications ************************************************************/

#buddypress table.notifications th.icon,
#buddypress table.notifications td:first-child {
	display: none;
}

.notifications-options-nav {
	margin: 1.5em 0;
}

body.notifications th.actions {
	width: 76px;
}

body.notifications.read th.actions {
	width: 89px;
}

body.notifications table.notifications td {
	line-height: 1.4;
}

body.notifications .delete {
	padding: 0;
}

body.notifications div.pagination {
	padding-left: 3px;
	padding-right: 3px;
}

body.notifications .notification-filter {
	display: block;
	margin-bottom: 4.5em;
}

body.notifications .notification-filter h3 {
	float: left;
}

body.notifications .notification-filter span {
	display: block;
	float: left;
	margin: 14px 5px;
}


/** Events *******************************************************************/

body.events.buddypress #titlediv #title {
	height: inherit;
}

body.events.buddypress #postdivrich {
	margin-bottom: 2.5em;
}

body.bp-user #event-category-adder h4 {
	font-size: inherit;
}

body.events.buddypress h2.admin-page-title {
	margin-bottom: 1em;
}

body.events.group-admin.group-privacy-private #group-settings-form,
body.events.group-admin.group-privacy-hidden #group-settings-form {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 3em;
}

body.events.group-admin #group-settings-form h3,
body.events.group-admin #group-settings-form input[type="text"] {
	margin-bottom: .8em;
}

body.events.buddypress div#content h3 {
	font-size: 1.2em;
}

body.events.buddypress div#content h4 {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}

div.item-list-tabs ul li#new-event-groups-li,
div.item-list-tabs ul li#new-event-personal-li,
div.item-list-tabs ul li#new-paper-personal-li {
	float: right;
}

div.item-list-tabs ul li#new-event-groups-li a,
div.item-list-tabs ul li#new-event-personal-li a,
div.item-list-tabs ul li#new-paper-personal-li a {
	height: auto;
}

/* Group button needs some breathing room */
div.item-list-tabs ul li#new-event-groups-li {
	margin-right: 20px;
}

span.bpeo-calendar-icon {
	display: none;
}

body.tax-event-venue .eo-venue-map {
	margin: 2em 0;
}

body.bp-user:not(.profile) .dashicons {
	line-height: .5;
}

body.bp-user .bpeo-ical-link span.icon::before {
	vertical-align: -1px;
}

body.events.group-admin span.delete {
	float: none;
}

body.events div.manage-icalendar-feeds {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 3em;
}

body.events div.manage-icalendar-ics {
	margin-top: 0;
}

/* hide five minutes sync option as that's way too fast! */
body.events.group-admin option[value="five_minutes"],
body.events.group-admin option[value="wp_gf_upgrader_cron_interval"],
body.events.group-admin option[value="wp_gf_feed_processor_cron_interval"] {
	display: none;
}

body.events.group-admin .input-text-wrap input {
	height: 27px;
}

#content #bpeo-ical-download p {
	margin-bottom: 0.4em;
}

#content #add-eo-feed-submit {
	margin-top: 1em;
}

/** Social Paper *************************************************************/

body.post-type-archive-cacsp_paper h1 {
	margin-bottom: .4em;
}

.button.create-paper {
	background: #2ba6cb;
	color: #fff;
	border: 1px solid #1e728c;
	box-shadow: 0px 1px 0px rgba( 255,255,255,0.5) inset;
	font-size: 13pt;
	padding: .5em 30px;
}

a.button.create-paper:hover {
	background: #2ba6cb;
	color: #fff;
	border: 1px solid #1e728c;
	box-shadow: 0px 1px 0px rgba( 255,255,255,0.5) inset;
}

#create-portal a.create-paper:hover {
	background: #1e728c;
}

body.post-type-archive-cacsp_paper ul {
	list-style: none;
}

body.post-type-archive-cacsp_paper div.item-list-tabs ul li:first-child,
body.post-type-archive-cacsp_paper .item-list {
	margin-left: 0;
}

body.post-type-archive-cacsp_paper .item-avatar {
	padding-right: 10px;
}

#papers-dir-search {
	margin-top: -52px;
}

h2.currently-searching {
	font-size: 1em;
	font-weight: normal;
	margin: 2em 0 -1em;
}

#papers-create {
	margin-left: -1.5em;
	margin-top: 5em;
	position: absolute;
}

#papers-create a {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
	border: 1px solid #ccc;
	border-radius: 3px;
	height: auto;
	line-height: 14px;
}

#papers-create a:hover {
	background: #ededed;
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
	border: 1px solid #bbb;
}

.papers ul.item-list li {
	margin-top: 1em;
}

.papers ul.item-list .item {
	width: 100%;
}

body.papers.archive #buddypress ul.item-list li div.item-desc {
	width: 70%;
}

body.papers.single-item ul.item-list li div.item-desc,
body.papers.bp-user #buddypress ul.item-list li div.item-desc {
	width: 60%;
}

.papers ul.item-list li div.action {
	top: -1em;
}

.papers div.action span {
	white-space: pre;
}

.papers div.action .item-site-creator::after {
	content: '\A';
}

.papers .follow-button span {
	background: #999;
	color: #fff;
	font-size: 90%;
	margin-left: 2px;
	padding: 0 5px;
}

.paper-button {
	display: inline-block;
	margin-left: .75em;
	margin-top: .25em;
}

body.logged-in #buddypress div.papers {
	padding-top: 4em;
}

#item-nav div.item-list-tabs ul li#user-papers-personal-li,
#item-nav div.item-list-tabs ul li#nav-papers-groups-li {
	white-space: normal;
	background: url('../images/status_bullet.gif') no-repeat 87% 52%;
}

.bp-user.papers .item-meta span {
	line-height: 1.5;
}

body.papers ul.item-list li div.meta {
	margin-top: 0;
	padding-top: 0;
}

.sp-intro {
	margin-top: 2em;
	margin-bottom: 2em;
	overflow: hidden;
}

.sp-hub-left {
	float: left;
	width: 600px;
	margin-right: 10px;
}

.sp-hub-right {
	padding-left: 600px;
}

.sp-intro .sp-hub-right {
	padding-top: 30px;
	text-align: center;
}

.sp-newest-comments-and-papers {
	border-right: 1px solid #eaeaea;
	position: relative;
}

.sp-activity-pagination {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 1.2em;
}

.sp-newest-comments-and-papers .activity-content {
	transition: opacity .5s;
}

.sp-newest-comments-and-papers .activity-content.loading {
	opacity: .5;
}

.sp-newest-comments-and-papers .activity-content .activity-content img {
	display: none;
}

div#content .sp-widgets h3 {
	font-size: 14pt;
}

.sp-widgets {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}

.sp-widgets ul.item-list {
	padding-top: 0;
}

.sp-widgets ul.item-list.activity-list li:last-child {
	border-bottom: none;
}

.sp-widgets .sp-hub-right > div {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 1em;
}

.sp-widgets .sp-hub-right > div:last-child {
	border-bottom: none;
}

/* Don't wrap around avatar */
.featured-paper .item-meta {
	padding-left: 85px;
}

h2.paper-directory-title {
	margin-bottom: 1em;
	clear: both;
}

.sp-tag-notice {
	font-size: 1.2em;
}

.sp-tag-clear {
	font-size: .9em;
	font-weight: bold;
	padding-left: 10px;
}

/** CAC Onboarding ***********************************************************/

.cacoinvites table td {
	padding-top: 12px;
	padding-bottom: 12px;
}

.cacoinvites td p {
	line-height: 1;
}

.cacoinvites .sorting-indicator:before {
	top: .05em;
}

/* Element queries. Requires EQCSS.js */
@element '.cacoinvites table' and (max-width: 44em) {
	$this div.generic-button {
		margin-bottom: 1em;
	}
}

@media screen and (max-width:600px) {
	td:before {
		margin-bottom:-.9rem;
	}
}

@media screen and (max-width: 414px) {
	.cacoinvites div.generic-button {
		margin-bottom: 0 !important;
	}
}

/** Tooltip ******************************************************************/

/* needed for old browsers */
dialog {
	display: block;
	border: 0;
	z-index: 99999;
}

#js-dialogtooltip {
	border: 2px solid #333;
	border-radius: 4px;
	padding: 1em;
}

#js-tooltip-content ul {
	list-style: circle;
}

#item-header #js-tooltip-content li {
	float: none;
	margin-left: 1.4em;
}

.js-dialogtooltip #tooltip-title {
	font-size: 1em;
	margin-bottom: .6em;
}

#js-tooltip-close {
	float: right;
}

#js-tooltip-content div {
       margin: 0;
}

#groups-list .ges-panel #js-dialogtooltip {
       position: absolute !important;
}

/** Directory Filters ********************************************************/

.directory-title {
	align-items: center;
	display: flex;
	padding: 10px 0;
}

.directory-title h2 {
	display: inline-block;
	margin-right: 15px;
}

.directory-title .directory-create-button {
	display: inline-block;
	line-height: 18px;
}

.filter-container {
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 17px;
	padding: 10px 21px;
	display: flex;
	flex-direction: row;
}

.filter-container > div {
	flex-shrink: 0;
}

.directory-nav-tabs {
	flex-basis: 300px;
}

.directory-nav-tabs ul li {
	float: left;
	margin: 5px 0 0 5px;
}

.directory-nav-tabs ul li a {
	border-radius: 3px;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.directory-nav-tabs ul li.selected a {
	background-color: #fff;
	color: #555;
	font-weight: bold;
}

.directory-nav-tabs ul li a span {
    background: #1c576c;
	border-radius: 2px;
	color: #fff;
	display: inline;
	font-size: 90%;
	margin-left: 2px;
	padding: 1px 6px;
}

.directory-nav-tabs ul li a:hover span {
    background-color: #999;
}

.directory-nav-tabs ul li.selected a span {
    background: #555;
}

.directory-order-by-container {
	float: right;
}

.directory-filters-inputs {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	padding-top: 4px;
}

.directory-filters-inputs > div {
	margin-right: 13px;
}

.directory-filters-inputs button {
	border: none;
	border-radius: 0;
	height: 31px;
	line-height: 31px;
	padding: 0 12px;
	white-space: nowrap;
}

.directory-filters-inputs input[type="text"] {
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	padding: 0 11px;
}

.directory-filter-dropdown {
	height: 31px;
	overflow: visible;
	position: relative;
}

.directory-filters-inputs button.directory-filter-dropdown-button {
	background: #ccc;
	color: #00090a;
	position: relative;
	padding-right: 30px;
}

.directory-filters-inputs button.directory-filter-dropdown-button:hover {
	background: #555;
	color: #fff;
}

.directory-filter-dropdown-button:after {
	color: #666;
	content: '\f140';
	font-family: 'dashicons';
	font-size: 18px;
	position: absolute;
	right: 9px;
}

.directory-filter-dropdown-button:hover:after {
	color: #fff;
}

.has-active-filters .directory-filter-dropdown-button:after {
	color: #fff;
	content: '\f12a';
	font-size: 14px;
}

.directory-filter-dropdown-button:hover {
	border: none;
}

.directory-filters-inputs .has-active-filters button.directory-filter-dropdown-button {
	background: #666;
	color: #fff;
}

.directory-filters-inputs .has-active-filters button.directory-filter-dropdown-button:hover {
	background: #555;
}

.directory-filters-inputs button.directory-filter-dropdown-button[aria-selected="true"] {
	background: #f58d58;
	color: #fff;
}

.directory-filters-inputs button.directory-filter-dropdown-button[aria-selected="true"]:hover {
	background: #e27640;
}

.directory-filters-inputs button.directory-filter-dropdown-button[aria-selected="true"]:after {
	color: #fff;
}

.directory-filter-options {
	background: #fff;
	border: solid 1px #f58d58;
	top: 39px;
	height: 200px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	width: 280px;
	z-index: 10;
}

.directory-filter-options-scrollable {
	height: 100%;
	padding: 19px 19px;
	overflow-y: auto;
}

.directory-filter-options[aria-hidden="true"] {
	display: none;
}

.directory-filter-options input[type="checkbox"] {
	float: left;
}

.directory-filter-options ul {
	display: flex;
	flex-direction: column;
}

.directory-filter-options label {
	display: block;
	margin-left: 30px;
	text-indent: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.directory-filter-options li {
	margin-bottom: 12px;
}

.directory-filter-type-checkbox {
	display: flex;
	align-items: center;
	height: 31px;
	margin-left: 10px;
}

.directory-filter-type-checkbox label {
	display: flex;
	align-items: center;
}

.directory-filter-type-checkbox input {
	margin-right: 5px;
}

.directory-filters-inputs button.directory-filter-submit {
	background: #f58d58;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 18px;
}

.directory-filters-inputs button.directory-filter-submit:hover {
	background: #e27640;
}

.directory-filters-inputs button.directory-filter-submit:disabled {
	background: #aaa;
}

.directory-filters-inputs button.directory-filter-reset {
	background: none;
	font-style: italic;
	text-decoration: underline;
}

.directory-filters-inputs button.directory-filter-reset:disabled {
	text-decoration: none;
}

.directory-filters-inputs button.directory-filter-reset:hover {
	color: #f58d58;
}

.directory-filters-inputs button.directory-filter-reset:disabled:hover {
	color: inherit;
}

.directory-filter-type-dropdown {
	height: 40px;
}

.courses-directory-filters .directory-filters-inputs.directory-filters-inputs-actions {
	border-top: 1px solid #ddd;
	padding-top: 12px;
	justify-content: flex-end;
}

/** Courses ******************************************************************/

.filter-container.courses-directory-filters {
	display: block;
	padding: 17px 21px;
}

.courses-directory-filters .directory-filters-inputs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 0;
	text-align: left;
}

.courses-directory-filters .directory-filters-inputs input[type="text"] {
	height: 31px;
	line-height: 31px;
}

.courses-directory-filters .directory-filter {
	margin-bottom: 15px;
}

.courses-featured-wrapper {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.courses-featured {
	height: 100%;
}

.courses-featured article {
	display: none;
	height: 100%;
	width: 100%;
}

.courses-featured article:first-child {
	display: block;
}

.courses-featured-item {
	background: #f5f5f5;
	height: 100%;
	overflow: hidden;
	padding: 11px 30px;
}

.courses-featured-item-image {
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 50%;
	height: 100%;
}

.courses-featured-item-image img {
	max-width: 100%;
	height: auto;
}

.featured-label {
	color: #00090a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.courses-featured-item-info {
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: calc(50% + 25px);
}

.courses-featured-item-info h2 {
	color: #1c576c;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.36;
	margin-top: 14px;
	margin-bottom: 14px;
}

.courses-featured-item-info a {
	text-decoration: none;
}

.courses-featured-item-info a:hover {
	text-decoration: underline;
}

.courses-featured-nav {
	height: 322px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 8;
}

.courses-featured-nav-inner {
	display: block;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.courses-featured-nav-inner-inner {
	display: block;
	height: 70px;
}

.courses-featured-nav-triangle {
	display: inline-block;
	margin-top: 26px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 10px 9px 0;
	border-color: transparent #666666 transparent transparent;
}

.courses-featured-nav.courses-featured-nav-next {
	left: auto;
	right: 0;
}

.courses-featured-nav.courses-featured-nav-next .courses-featured-nav-triangle {
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #666666;
}

.courses-featured-nav:hover .courses-featured-nav-inner-inner {
	background: rgba(0,0,0,.4);
}

.courses-featured-nav:hover .courses-featured-nav-triangle {
	border-right-color: #fff;
}

.courses-featured-nav.courses-featured-nav-next:hover .courses-featured-nav-triangle {
	border-left-color: #fff;
}

.directory-order-by {
	border-bottom: 1px solid #eaeaea;
	padding: 22px 0;
	text-align: right;
}

div.pagination.pagination-boxed,
.dir-list-boxed div.pagination {
	border-bottom: none;
	height: auto;
	margin-bottom: 5px;
	overflow: auto;
	padding-left: 0;
	padding-right: 0;
}

.directory-pagination-message {
	font-weight: bold;
}

.dir-list-boxed .item-avatar {
	position: relative;
}

.dir-list-boxed .tooltip-text {
	background: #fff;
	border: 1px solid #999;
	border-radius: 1px;
	left: 35px;
	padding: 6px 12px;
	position: absolute;
	top: 10px;
	white-space: nowrap;
}

.dir-list-boxed .tooltip-text[aria-hidden="true"] {
	display: none;
}

.dir-list-boxed .tooltip-text[aria-hidden="false"] {
	display: block;
}

.dir-list-boxed .item-title {
	font-size: 22px;
	line-height: 31px;
	margin-bottom: .5em;
}

.dir-list-boxed span.activity {
	margin-bottom: 15px;
}

.dir-list-boxed .item-description {
	font-size: 11px;
	line-height: 22px;
}

.dir-list-boxed .item-actions {
	flex-basis: 200px;
	margin-left: 30px;
	text-align: right;
}

.dir-list-boxed .item-actions-buttons {
	margin-top: 5px;
}

.dir-list-boxed .item-actions-buttons div.generic-button {
	display: inline-block;
	margin-left: 10px;
}

.dir-list-boxed ul.item-list li .item-actions .meta {
	color: #000008;
	margin-top: 0;

}

#courses-dir-list .item-list {
	padding-top: 0;
}

.dir-list-boxed .item-list > li {
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16);
	border: solid 1px #dddddd;
	margin-bottom: 2em;
	padding: 15px 25px;
}

.dir-list-boxed .item-title a {
	text-decoration: none;
}

.dir-list-boxed .item-title a:hover {
	text-decoration: underline;
}

.dir-list-boxed ul.item-list .item {
	width: auto;
}

.dir-list.dir-list-boxed .item-title {
	color: #1c576c;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.41;
}

.dir-list-boxed .item {
	display: flex;
}

.dir-list-boxed .item > div.item-avatar {
	flex-basis: 50px;
}

.dir-list-boxed .item > div.item-details {
	flex: 1;
	padding-bottom: 30px;
}

.dir-list-boxed .item-avatar span.disciplinary-cluster-icon:before {
	color: #1c576c;
	display: block;
	font-size: 32px;
	width: 100%;
}

.dir-list.dir-list-boxed .item-meta {
	display: flex;
	width: 100%;
}

.dir-list.dir-list-boxed .item-meta-column {
	flex: 1;
	padding-right: 10px;
}

@media screen and (max-width:600px) {
	.dir-list.dir-list-boxed .item-meta {
		display: block;
	}

	.dir-list.dir-list-boxed .item-meta-column {
		text-align: left;
	}


	.dir-list-boxed .item {
		flex-wrap: wrap;
	}

	.dir-list-boxed .item-actions {
		flex-basis: unset;
		margin-left: 0;
		margin-top: 15px;
		text-align: left;
		width: 100%;
	}

	.dir-list-boxed .item-actions-buttons div.generic-button {
		margin-left: 0;
		margin-right: 10px;
	}

	.dir-list-boxed .blog-list-bottom {
		bottom: auto;
		margin-bottom: 1em;
		position: relative;
		width: 100%;
	}
}

#covid {
	background: #ededed;
	color: #000;
	padding: 20px;
}

#covid h2 {
	font: normal 22px sans-serif;
	margin-bottom: 14px;
}

#covid .covid-callout {
	font-size: 14px;
}

#covid .covid-callout a {
	background: #E27640;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 5px 9px;
	text-decoration: none;
}

#covid .covid-callout a:hover {
	background: #BA5427;
}

@media screen and (max-width:650px) {
	#covid .itembox {
		box-sizing: border-box;
		margin-right: 2em;
		width: 45%;
	}

	#covid img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width:375px) {
	#covid .itembox {
		display: none;
	}
}

/** Media queries ************************************************************/

@media screen and (max-width:980px) {
	#wrapper,
	div#container,
	#headerWrap {
		width: 100%;
	}

	body.activity-news-page div#content {
		width: calc(100% - 40px);
	}

	body.activity-news-page div#content::after {
		height: 25px;
	}

	body.activity-news-page .widget:first-child {
		margin-top: 0;
	}

	#header {
		z-index: 450;
	}

	#wrapper .sitewide-footer {
		min-width: 0;
	}

	#wrapper .sitewide-footer .fnote, #wrapper .sitewide-footer .fright {
		max-width: none;
	}

	#cse-search-box {
		display: none;
	}

	/* Home Page */
	#top-right-widget {
		float: left;
		width: 100%;
	}

	#top-right-widget > div {
		width: 45%;
		float: left;
		margin-right: 2%;
	}

	#box2 {
		clear: right;
	}

	#box3 {
		width: auto;
		float: none;
		clear: both;
		padding-top: 2em;
	}

        /* Directories */
        body.members.directory ul.item-list .item {
                width: 95%;
        }

	/* Single items */
	body.single-item.groups div#content .padder {
		margin-right: 0;
	}

	#item-header {
		width: calc(100% - 40px);
		margin: 0 auto;
		clear: both;
		float: none;
	}

	#item-header img.avatar {
		width: 80px;
		height: 80px;
	}

	div#item-body {
		width: auto;
	}

	body.single-item #item-body,
	body.bp-user #item-body {
		width: calc(100% - 180px);
		padding-left: 20px;
		padding-right: 20px;
	}

	div.item-list-tabs {
		clear: none;
	}

	body.single-item ul.item-list li {
		clear: none;
	}

	body.invite-anyone div#content .main-column {
		margin-left: 0 !important;
		float: left;
	}

	body.invite-anyone #send-invite-form div.submit {
		position: relative;
	}

	.my-commons #item-body {
		padding-left: 0;
	}

	.my-commons .activity-content {
		width: 79.5%;
	}

	body.bp-user div#buddypress {
		width: auto;
		min-width: 0;
	}

	.sp-intro > div {
		float: left;
	}

	.sp-hub-right {
		padding-left: 0;
		height: 45px;
	}

	.sp-intro .sp-hub-right {
		display: none;
	}

	body.logged-in .sp-intro .sp-hub-right {
		display: block;
	}
}

/* WP mobile admin bar breakpoint */
@media screen and (max-width:782px) {
	html[lang="en-CAC"] {
		padding-top: 0 !important;
	}

	#wrapper {
		padding-top: 46px;
	}

	.standard-form #basic-details-section, .standard-form #blog-details-section, .standard-form #profile-details-section {
		width: 100%;
	}
}

@media screen and (max-width:750px) {
	.my-commons .activity-avatar {
		width: 20%;
	}

	.my-commons .activity-content {
		width: 75%;
	}

	/* Don't show Today's Featured Paper at narrow widths */
	.sp-widgets .sp-hub-right {
		display: none;
	}

	/* bbPress */
	.bbp-topic-voice-count {
		display: none;
	}

	#bbpress-forums li.bbp-forum-info,
	#bbpress-forums li.bbp-topic-title {
		width: 60%;
	}
}

@media screen and (max-width:650px) {
	#header {
		background: black;
		height: auto;
	}

	#wrapper {
		padding-top: 0;
	}

	#headerWrap {
		padding-top: 56px;
	}

	.site-title {
		width: auto;
		height: auto;
	}

	.site-title h1 {
		display: none;
	}

	.img-header {
		width: 80%;
		display: block;
	}

	/* Home Page */

	.introbox {
		display: none;
	}

	#top-right-widget > div {
		width: 90%;
		float: none;
		margin-right: auto;
	}

	#online {
		overflow: hidden;
		width: 90%;
	}

	#box1 {
		width: 45%;
	}

	#box2 {
		padding-top: 2em;
		width: 45%;
	}

	/* Directories */
	#members-left-column {
		width: 100%;
	}

	body.directory.members #members-dir-search,
	body.directory.members #bpbd-filters,
	.paper-button {
		float: none;
	}

	body.directory.members.buddypress div.item-list-tabs,
	body.directory.members.buddypress #members-dir-list,
	body.directory.members.buddypress #subnav {
		margin-left: auto;
		padding-left: 0;
	}

	div.dir-search {
		float: none;
		margin: 0;
	}

	#papers-dir-search {
		margin: 2em 0 1em 0;
	}

	ul.item-list .item {
		width: 95%;
	}

	ul#groups-list .item {
		width: auto;
	}

	ul#blogs-list > li {
		margin-bottom: 1.5em;
	}

	ul.item-list li div.action {
		position: relative;
		width: auto;
		padding-top: 0;
		text-align: left;
	}

	ul.item-list li div.action .generic-button {
		margin-top: 18px;
		margin-bottom: 18px;
	}

	#blogs-list .dropdown {
		margin-top: 13px;
	}

	ul.item-list li div.item-desc {
		margin-left: 0;
		width: 100%;
	}

	ul#groups-list .action {
		text-align: left;
	}

	ul.item-list li div.meta {
		margin-top: 4px;
	}

	.item-meta {
		margin-top: 0;
	}

	.blog-authors-list {
		clear: left;
		color: #888;
	}

	ul.item-list#blogs-list li div.action {
		clear: both;
		padding-bottom: 50px;
	}

	ul.item-list#blogs-list li div.action .generic-button {
		float: left;
		margin-right: 20px;
	}

	.activity-list .activity-content {
		margin-left: 0;
	}

	/* Single group */
	.groups div#item-header div#item-meta {
		clear: both;
	}

	#files-table {
		width: auto;
	}

	#th-postcount,
	.td-postcount {
		display: none;
	}

	.created-date-cell {
		display: none;
	}

	.tags-cell {
		display: none;
	}

	#bp-group-documents #bp-group-documents-form .document-info {
		width: auto;
	}

	#bp-group-documents-form .document-info #bp-group-documents-name,
	#bp-group-documents-form .document-info #bp-group-documents-description {
		width: 90%;
	}

	.my-commons .activity-avatar {
		width: 23%;
	}

	.my-commons .activity-content {
		width: 73%;
	}

	.papers ul.item-list li div.action {
		right: 10px;
		text-align: right;
		top: 0;
	}

	/* Social Paper */
	.sp-hub-left,
	.sp-hub-right {
		width: 90%;
	}

  #buddypress div.papers {
		margin-right: 8px;
	}

	body.papers.archive #buddypress ul.item-list li div.item-desc {
		width: 100%;
	}

  #papers-create {
		margin-left: 0;
		margin-top: 0;
		position: relative;
	}

	.mobile-only {
		display: block;
	}

	.directory-gloss {
		font-size: 12px;
		line-height: 16px;
	}

	.featured-label {
		margin-bottom: 15px;
	}

	.courses-featured-wrapper {
		height: 450px; /* Children are all absolutely positioned */
	}

	.courses-featured-item {
		padding-left: 22px;
		padding-right: 22px;
	}

	.courses-featured-item-image {
		float: none;
		height: 220px;
		width: 100%;
	}

	.courses-featured-item-info {
		padding-left: 0;
	}

	.courses-featured-nav {
		left: 22px;
	}

	.courses-featured-nav.courses-featured-nav-next {
		right: 22px;
	}

	.courses-featured-nav-inner-inner {
		height: 45px;
	}

	.courses-featured-nav-triangle {
		margin-top: 14px;
	}

	.courses-featured-nav-inner {
		background: #f5f5f5;
	}

	.courses-featured-item-info .featured-label {
		display: none;
	}

	.filter-container {
		display: block;
		padding: 10px;
	}

	.directory-nav-tabs {
		margin-bottom: 18px;
		overflow: hidden;
	}

	.directory-filters-inputs {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.courses-directory-filters .directory-filter,
	.courses-directory-filters .directory-filter-actions,
	.directory-filter,
	.directory-filter-actions {
		margin-bottom: 10px;
	}

	.directory-filter-actions,
	.directory-filter-type-text {
		flex-basis: 100%;
	}

	.directory-filter-type-text input {
		width: 95%;
	}

	.directory-filters-inputs button.directory-filter-dropdown-button {
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 34px;
	}

	.directory-filters-inputs button.directory-filter-submit {
		height: 40px;
		line-height: 40px;
		margin-right: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.directory-order-by {
		text-align: left;
	}

	body.has-open-filter-dropdown .directory-filter-overlay {
		background: #fff;
		height: 100%;
		opacity: .7;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 475;
	}

	body.has-open-filter-dropdown .directory-filter-options {
		left: 0;
		height: calc(100% - 29px - 80px);
		position: fixed;
		left: 25px;
		width: calc(100% - 50px);
		z-index: 500;
	}

	.directory-filter-options-close {
		font-size: 18px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 19px;
	}

	.directory-filter-options-close button {
		background: 0;
		border: 0;
		color: #666;
	}

	.directory-filter-options-title {
		border-bottom: 1px solid #eaeaea;
		color: #f58d58;
		font-weight: normal;
		font-size: 16px;
		margin: 19px 19px 0;
		padding-bottom: 12px;
	}

	body.notifications th.actions,
	body.notifications.read th.actions {
		width: auto;
	}

	body.notifications .delete {
		float: left;
		margin-top: 10px;
	}
}

@media screen and (max-width:570px) {
	#th-freshness,
	.td-freshness {
		display: none;
	}

	div#posts-per-page-wrapper {
		position: relative;
	}

	div#topic-meta h3 {
		margin-right: 0;
	}

	.groups-cell {
		display: none;
	}

	body.groups.single-item #item-actions {
		display: none;
	}

	.my-commons .activity-avatar {
		width: 26%;
	}

	.my-commons .activity-content {
		width: 66%;
	}

	.my-commons .show-text {
		margin-top: 2em;
	}

	.my-commons div.item-list-tabs {
		margin-top: 1em;
	}

	#about-my-commons {
		top: -1em;
	}
}

@media screen and (max-width:500px) {
	.bp-blog-page #content.my-commons {
		padding: .5rem;
	}

	.show-text {
		display: none;
	}

	.my-commons div.item-list-tabs ul li:first-child {
		margin-left: 0;
	}

	.my-commons .activity-list li.mini.bp_doc_created {
		height: 75px;
	}

	.my-commons .time-since {
		position: static;
	}

	.my-commons .activity-header a:first-child {
		font-size: 1.4em;
	}

	/* remove nested avatars for devices with small widths */

	.my-commons .activity-avatar {
		display: none;
		margin-left: 1em;
	}

	/* resize and reposition avatars */

	.my-commons .activity-avatar img.avatar, .my-commons .activity-header a img:first-child {
		height: 25px;
		width: 25px;
	}

	.my-commons .activity-header a img:first-child {
		top: 1em;
		left: 1em;
	}

	.my-commons .activity-content, .my-commons div.activity-comments {
		margin-left: 55px;
		width: 84%;
	}

	/* revert primary avatar to user for specific activity types... sigh */

	.my-commons .activity_update .activity-avatar,
	.my-commons .blogs .activity-avatar,
	.my-commons .new_groupblog_post .activity-avatar {
		display: block;
		width: 35px;
	}

	.my-commons .activity_update .activity-header a img,
	.my-commons .blogs .activity-header a img,
	.my-commons .new_groupblog_post .activity-header a img {
		display: none;
	}

	.my-commons .activity_update .activity-content,
	.my-commons .blogs .activity-content,
	.my-commons .new_groupblog_post .activity-content {
		margin-left: 8px;
		margin-top: 4px;
		width: 82%;
	}
}

@media screen and (max-width:470px) {
	/* Home page */
	#navigation > a {
		display: none;
	}

	#box1, #box2 {
		width: 90%;
	}

	#box2 {
		border-left: none;
		border-right: none;
		padding-left: 0;
		padding-right: 0;
	}

	body.single-item #item-body,
	body.bp-user #item-body {
		width: calc(100% - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Directories */
	.directory .dir-list {
		margin-top: 0;
	}

	div.pagination {
		height: auto;
		clear: both;
	}

	div.pagination .pag-count,
	div.pagination .pagination-links {
		float: none;
	}

	div.pagination .pagination-links {
		text-align: right;
	}

	.more-member-data {
		clear: both;
		padding-left: 0;
	}

	/* Single groups */
	#item-header-main > div {
		float: none;
		padding-left: 100px;
	}

	#item-group-type .activity {
		display: none;
	}

	div#item-header #item-group-join-button div.generic-button {
		float: none;
		margin: 6px 0 0 0;
	}

	div#item-nav {
		width: 100%;
	}

	#item-nav div.item-list-tabs {
		padding-top: 0;
	}

	#object-nav > h3,
	#object-nav > .group-avatar-holder {
		display: none;
	}

	#item-nav div.item-list-tabs ul {
		text-align: left;
	}

	#item-nav div.item-list-tabs ul li {
		width: 100%;
		padding: 0;
	}

	div#item-body {
		padding-left: 5%;
	}

	li#home-groups-li,
	li#nav-announcements-groups-li,
	li#group-blog-groups-li,
	li#group-documents-groups-li,
	li#forums-groups-li,
	li#nav-docs-groups-li,
	li#members-groups-li,
	li#nav-invite-anyone-groups-li,
	li#nav-notifications-groups-li,
	li#admin-groups-li {
		background: none;
	}

	.activity-list li.mini .activity-avatar img.avatar {
		margin-left: 0;
	}

	.attachment-clip-cell, .edited-date-cell {
		display: none;
	}
}

@media screen and (max-width:420px) {
	#about-my-commons {
		top: 4.7em;
	}
}

@media screen and (max-width:360px) {
	.my-commons .activity_update .activity-content,
	.my-commons .blogs .activity-content,
	.my-commons .new_groupblog_post .activity-content {
		width: 79%;
	}

	/* bbPress */
	.bbp-topic-reply-count {
		display: none;
	}

	ul.forum-titles .bbp-topic-title {
		text-align: left !important;
	}

	#bbpress-forums .bbp-topic-freshness {
		text-align: right;
		width: 100% !important;
	}
}

fieldset.create-site {
	display: none;
}
