/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body { margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main { display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 { font-size: 2em; margin: .67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre { font-family: monospace,monospace; font-size: 1em; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a { background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong { font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp { font-family: monospace,monospace; font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small { font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img { border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset { padding: .35em .75em .625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress { vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea { overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details { display: block; }

/*
 * Add the correct display in all browsers.
 */
summary { display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template { display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] { display: none; }

/* <style> /**/
/* Some of the reset concepts borrowed from https://bulma.io/ */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
img, embed, object, audio, video { max-width: 100%; }
iframe { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; text-align: left; }
html { background-color: white; font-size: 16px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; min-width: 300px; overflow-x: hidden; overflow-y: scroll; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; }
article, aside, figure, footer, header, hgroup, section { display: block; }
body, button, input, select, textarea { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
code, pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; font-family: monospace; }
body { color: #2d3047; background: #FFF; font-size: 1rem; font-weight: 400; line-height: 1.5; }
a { cursor: pointer; text-decoration: none; }
a strong { color: currentColor; }
code { background-color: #fafafa; color: #ff3860; font-size: .875em; font-weight: normal; padding: .25em .5em .25em; }
hr { background-color: #dcdcdc; border: none; display: block; height: 1px; margin: 1.5rem 0; }
img { height: auto; max-width: 100%; }
input[type="checkbox"], input[type="radio"] { vertical-align: baseline; }
small { font-size: .875em; }
span { font-style: inherit; font-weight: inherit; }
pre { -webkit-overflow-scrolling: touch; background-color: #fafafa; color: #2d3047; font-size: .875em; overflow-x: auto; padding: 1.25rem 1.5rem; white-space: pre; word-wrap: normal; }
pre code { background-color: transparent; color: currentColor; font-size: 1em; padding: 0; }
table td, table th { text-align: left; vertical-align: top; }
table th { color: #363636; }

/* Elgg Reset /**/
ol, ul { list-style: none; }
em, i { font-style: italic; }
ins { text-decoration: none; }
strike, del { text-decoration: line-through; }
strong, b { font-weight: 600; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: top; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a { text-decoration: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
[hidden] { display: none !important; }
fieldset { border: none; min-width: 0; }

/* <style> /**/
/* Clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

/* ***************************************
	Grid
*************************************** */
.elgg-col { float: left; }
.elgg-col-alt { float: right; }
.elgg-col-1of1 { float: none; width: 100%; }
.elgg-col-1of2 { width: 50%; }
.elgg-col-1of3 { width: 33.33%; }
.elgg-col-2of3 { width: 66.66%; }
.elgg-col-1of4 { width: 25%; }
.elgg-col-3of4 { width: 75%; }
.elgg-col-1of5 { width: 20%; }
.elgg-col-2of5 { width: 40%; }
.elgg-col-3of5 { width: 60%; }
.elgg-col-4of5 { width: 80%; }
.elgg-col-1of6 { width: 16.66%; }
.elgg-col-5of6 { width: 83.33%; }

/* Create a responsive grid */
.elgg-grid { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -.5rem; }
@media screen and (max-width: 50rem) {
.elgg-grid > * { width: 100%; }
}

/* Create a multiline grid */
.elgg-columns { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -.5rem; }

/* Create a single row grid */
.elgg-row { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 -.5rem; }
.elgg-columns .elgg-col, .elgg-columns .elgg-col-alt, .elgg-row .elgg-col, .elgg-row .elgg-col-alt, .elgg-grid .elgg-col, .elgg-grid .elgg-col-alt { float: none; display: block; -webkit-flex-basis: 0; flex-basis: 0; -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-shrink: 1; flex-shrink: 1; padding: 0 .5rem; }
.elgg-columns > *:not(.elgg-col), .elgg-columns .elgg-col-1of1, .elgg-columns .elgg-col-1of2, .elgg-columns .elgg-col-1of3, .elgg-columns .elgg-col-2of3, .elgg-columns .elgg-col-1of4, .elgg-columns .elgg-col-3of4, .elgg-columns .elgg-col-1of5, .elgg-columns .elgg-col-2of5, .elgg-columns .elgg-col-3of5, .elgg-columns .elgg-col-4of5, .elgg-columns .elgg-col-1of6, .elgg-columns .elgg-col-5of6, .elgg-row > *:not(.elgg-col), .elgg-row .elgg-col-1of1, .elgg-row .elgg-col-1of2, .elgg-row .elgg-col-1of3, .elgg-row .elgg-col-2of3, .elgg-row .elgg-col-1of4, .elgg-row .elgg-col-3of4, .elgg-row .elgg-col-1of5, .elgg-row .elgg-col-2of5, .elgg-row .elgg-col-3of5, .elgg-row .elgg-col-4of5, .elgg-row .elgg-col-1of6, .elgg-row .elgg-col-5of6, .elgg-grid > *:not(.elgg-col), .elgg-grid .elgg-col-1of1, .elgg-grid .elgg-col-1of2, .elgg-grid .elgg-col-1of3, .elgg-grid .elgg-col-2of3, .elgg-grid .elgg-col-1of4, .elgg-grid .elgg-col-3of4, .elgg-grid .elgg-col-1of5, .elgg-grid .elgg-col-2of5, .elgg-grid .elgg-col-3of5, .elgg-grid .elgg-col-4of5, .elgg-grid .elgg-col-1of6, .elgg-grid .elgg-col-5of6 { -webkit-flex: none; -ms-flex: none; flex: none; }

/* ***************************************
	Typography
*************************************** */
body { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; word-break: break-all; word-break: break-word; }
a { color: #0078ac; }
a:hover, a.selected { color: #2d3047; text-decoration: underline; }
pre, code { font-family: Monaco,"Courier New",Courier,monospace; font-size: .75rem; background: #EBF5FF; color: #000; overflow: auto; overflow-x: auto; white-space: pre-wrap; word-wrap: break-word; }
pre { padding: .25rem 1rem; margin: 0 0 1rem; line-height: 1.3rem; }
code { padding: .25rem; }
.elgg-monospace { font-family: Monaco,"Courier New",Courier,monospace; }
blockquote { padding: .5rem 1rem; margin: 0 0 1rem; background-color: #e7f1f9; border: 1px solid #b1d1e9; color: #3b8bc9; }
h1, h2, h3, h4, h5, h6 { font-weight: 500; }
h1 { font-size: 1.8rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.0rem; }
h5 { font-size: .9rem; }
h6 { font-size: .8rem; }
.elgg-subtext { color: #7d7d7d; font-size: .75rem; }
time, .elgg-river-timestamp, .elgg-text-help, .elgg-quiet, .elgg-tags { display: inline-block; color: #969696; font-size: .75rem; line-height: normal; }
.elgg-text-help, .elgg-tags { margin-top: .25rem; }
.elgg-loud { font-weight: 600; }
.elgg-more, .elgg-widget-more { padding: .5rem; font-size: .85rem; font-weight: 600; }
.elgg-state.elgg-state-success { color: #397f2e; }
.elgg-state.elgg-state-error, .elgg-state.elgg-state-danger { color: #b94a48; }
.elgg-state.elgg-state-notice { color: #3b8bc9; }
.elgg-state.elgg-state-warning { color: #6b420f; }

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
p + *, blockquote + *, .elgg-output + * { margin-top: 1rem; }
* + p, * + blockquote, * + .elgg-output { margin-top: 1rem; }
p img, p iframe { margin: .5rem auto; }
.elgg-output dt { font-weight: bold; }
.elgg-output dd { margin: 0 0 1rem 1rem; }
.elgg-output ul, .elgg-output ol { margin: 0 1.5rem 1.5rem 0; padding-left: 1.5rem; }
.elgg-output ul { list-style-type: disc; }
.elgg-output ol { list-style-type: decimal; list-style-position: inside; padding-left: .4rem; }
.elgg-output table { border: 1px solid #e6e6ea; }
.elgg-output table td { padding: .25rem .5rem; }
.elgg-output img { max-width: 100%; height: auto; }

/* <style> /**/
/**
 * CSS form/input elements
 */
/* ***************************************
	Form Elements
*************************************** */
fieldset > div, .elgg-field { margin-bottom: 1rem; }
fieldset > div:last-child { margin-bottom: 0; }
.elgg-form-alt > fieldset > .elgg-foot { border-top: 1px solid #e6e6ea; padding: 10px 0; }
label, .elgg-field-label { font-weight: 600; font-size: .9rem; line-height: 1.8rem; }
.elgg-field-label { display: block; }
label.elgg-state-disabled, .elgg-field-label.elgg-state-disabled { opacity: .6; }
.elgg-required-indicator { font-size: 110%; font-weight: bold; color: #b94a48; display: inline; padding: 0 5px; }
input, textarea { border: 1px solid #dcdcdc; color: #2d3047; font-size: 1rem; padding: .25rem .5rem; line-height: normal; width: 100%; border-radius: 3px; }
input:disabled, textarea:disabled, select:disabled, option:disabled { cursor: not-allowed; }
textarea { padding: .5rem; }
input[type=email], input[type=password], input[type=text], input[type=number], input[type=url] { height: 2.5rem; }
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=url]:focus, textarea:focus { border: solid 1px #cfcfd2; background-color: #fafafa; outline: 0 none; }
.elgg-longtext-control { float: right; margin-left: 14px; font-size: 80%; cursor: pointer; }
input[type="checkbox"], input[type="radio"] { margin: 0 .25rem 0 0; padding: 0; border: none; width: auto; vertical-align: middle; }
input[type="number"] { -moz-appearance: textfield; }
.elgg-input-checkbox + label, .elgg-input-checkbox + .elgg-field-label { display: inline-block; }
.elgg-input-checkboxes.elgg-horizontal li, .elgg-input-radios.elgg-horizontal li { display: inline-block; padding-right: 1rem; }
.elgg-input-checkbox-switch { position: relative; padding-left: 4em; }
.elgg-input-checkbox-switch:before, .elgg-input-checkbox-switch:after { position: absolute; display: inline-block; top: 0; bottom: 0; left: 0; content: ' '; width: 3.4em; background-color: #e6e6ea; border-radius: 3px; -webkit-box-shadow: inset 0 .1em 0 rgba(0,0,0,.2); box-shadow: inset 0 .1em 0 rgba(0,0,0,.2); -webkit-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; transition: all 100ms ease-in; }
.elgg-input-checkbox-switch:after { width: 1.4em; top: .1em; bottom: .1em; margin-left: .1em; background-color: #fff; border-radius: 3px; -webkit-box-shadow: inset 0 -.15em 0 rgba(0,0,0,.2); box-shadow: inset 0 -.15em 0 rgba(0,0,0,.2); }
input:checked ~ .elgg-input-checkbox-switch:before { background-color: #0078ac; }
input:checked ~ .elgg-input-checkbox-switch:after { margin-left: 1.8em; }
input:disabled ~ .elgg-input-checkbox-switch { cursor: not-allowed; }
.elgg-input-single-checkbox label + .elgg-field-label { display: inline-block; }
select { max-width: 100%; border: 1px solid #dcdcdc; color: #2d3047; padding: .25rem .5rem; line-height: 1.75rem; vertical-align: middle; border-radius: 3px; }
select:not([multiple]) { height: 2.5rem; }
.elgg-form-account { margin-bottom: 1rem; }
.elgg-input-radios label { font-weight: normal; font-size: 100%; }
.elgg-input-checkboxes label { font-weight: normal; font-size: 100%; }
.elgg-form-login, .elgg-form-account { max-width: 40rem; margin: 0 auto; }
.elgg-fieldset-has-legend { border: 1px solid #e6e6ea; padding: 1rem; margin-bottom: 1rem; }
.elgg-fieldset-horizontal .elgg-field { display: inline-block; margin: 0 1rem 0 0; }
.elgg-fieldset-horizontal.elgg-justify-right .elgg-field { margin: 0 0 0 1rem; }
.elgg-fieldset-horizontal.elgg-justify-center .elgg-field { margin: 0 5px; }

/* ***************************************
	AUTOCOMPLETE
*************************************** */
.ui-autocomplete { position: absolute; cursor: default; }
.elgg-autocomplete-item .elgg-body { max-width: 600px; }
.elgg-autocomplete-item-remove { cursor: pointer; }
.ui-autocomplete { background-color: #fff; border: 1px solid #e6e6ea; overflow: hidden; border-radius: 3px; }
.ui-autocomplete .ui-menu-item { padding: 0 4px; border-radius: 3px; }
.ui-autocomplete .ui-menu-item:hover { background-color: #fafafa; }
.ui-autocomplete a:hover { text-decoration: none; color: #0078ac; }
.ui-autocomplete a.ui-state-hover { background-color: #fafafa; display: block; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* ***************************************
	USER PICKER
*************************************** */
.elgg-user-picker-list > li:first-child { border-top: 1px solid #e6e6ea; margin-top: .5rem; }
.elgg-user-picker-list > li { padding: 0 1rem; border-bottom: 1px solid #e6e6ea; }
.elgg-user-picker.elgg-state-disabled > input, .elgg-user-picker.elgg-state-disabled > label { display: none; }

/* ***************************************
	DATE PICKER
**************************************** */
.ui-datepicker { display: none; margin: 0; padding: 0; border-radius: 2px; overflow: hidden; min-width: 300px; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); border-top: 1px solid #e6e6ea; background: #fff; }
.ui-datepicker-inline { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.ui-datepicker-header { position: relative; background: transparent; padding: .25em; border: 0; }
.ui-datepicker-header a { padding: 0 .5em; }
.ui-datepicker-prev, .ui-datepicker-next { position: absolute; top: .5em; cursor: pointer; }
.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover { border: none; background: transparent; font-weight: bold; }
.ui-datepicker-prev { left: .5rem; }
.ui-datepicker-prev.ui-state-disabled { display: none; }
.ui-datepicker-next { right: .5rem; }
.ui-datepicker-next.ui-state-disabled { display: none; }
.ui-datepicker-title { line-height: 2rem; margin: 0 2rem; text-align: center; font-weight: normal; }
.ui-datepicker-title select { max-width: 6.25rem; display: inline-block; margin: 2px; border: 1px solid #dcdcdc; padding: 4px; border-radius: 3px; }
.ui-datepicker-calendar { width: 90%; margin: 4% auto; font-size: .85rem; }
.ui-datepicker th { color: #2d3047; border: none; font-weight: bold; padding: .5rem .25rem; text-align: center; }
.ui-datepicker td { padding: 1px; min-width: 2.5rem; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .25rem; text-align: center; text-decoration: none; }
.ui-datepicker-calendar .ui-state-default { border: 1px solid #dcdcdc; color: #2d3047; background: #fff; border-radius: 2px; }
.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-active.ui-state-hover { border: 1px solid #0078ac; -webkit-box-shadow: 0 0 0 0 #cfcfd2 inset; box-shadow: 0 0 0 0 #cfcfd2 inset; font-weight: normal; color: #0078ac; background: #fafafa; }
.ui-datepicker-calendar .ui-state-disabled .ui-state-default { border: none; color: #7d7d7d; cursor: not-allowed; background: none; }

/* **************************
	BUTTONS
************************** */
.elgg-button, button { display: inline-block; color: #2d3047; width: auto; height: 2.5rem; line-height: 1.75rem; padding: .325rem 1rem; cursor: pointer; border-radius: 3px; -webkit-transition: background-color .5s,color .5s; -moz-transition: background-color .5s,color .5s; transition: background-color .5s,color .5s; border: none; white-space: nowrap; }
.elgg-button:hover, .elgg-button:focus, button:hover, button:focus { background-color: #e6e6ea; text-decoration: none; }
.elgg-button + .elgg-button { margin-left: .5rem; }
.elgg-button-submit { background: #2d3047; color: #fff; }
.elgg-button-submit:hover, .elgg-button-submit:focus { background: #0078ac; color: #fff; }
.elgg-button-cancel { background: #e6e6ea; color: #2d3047; }
.elgg-button-cancel:hover, .elgg-button-cancel:focus { background: #cfcfd2; color: #2d3047; }
.elgg-button-action { background: #0078ac; color: #fff; }
.elgg-button-action:hover, .elgg-button-action:focus { background: #2d3047; color: #fff; }
.elgg-button-action-done, .elgg-button-action-done:hover, .elgg-button-action-done:focus { background: #2d3047; color: #fff; }
.elgg-button-delete { background: #e6e6ea; color: #2d3047; }
.elgg-button-delete:hover, .elgg-button-delete:focus { background: #d33f49; color: #fff; }
.elgg-button-outline { border: 1px solid #dcdcdc; }
.elgg-button-dropdown { background: none; text-decoration: none; display: block; position: relative; margin-left: 0; color: #fff; border: none; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; }
.elgg-button-dropdown:hover, .elgg-button-dropdown:focus, .elgg-button-dropdown.elgg-state-active { color: #fff; background: #60B8F7; text-decoration: none; }
.elgg-button-special { background: #42C5B8; }
.elgg-button-special:hover, .elgg-button-special:focus { background: #5ED9CD; }
.elgg-button:disabled, .elgg-button.elgg-state-disabled { background: #e6e6ea; color: #7d7d7d; cursor: default; }

/* Use .elgg-size-small or .elgg-size-large for additional sizes */
.elgg-module-menu .elgg-button, .elgg-button.elgg-size-small { padding: .25rem .5rem; line-height: 1.5rem; height: 2rem; }
.elgg-button.elgg-size-large { font-size: 1.5rem; line-height: 2.5rem; padding: 1rem 2rem; height: 4.5rem; border-radius: 3px; }
.elgg-button-icon + .elgg-button-label { margin-left: .5rem; }

/* ***************************************
	AJAX LOADER
*************************************** */
@-webkit-keyframes infinite-spinning {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes infinite-spinning {
from { -moz-transform: rotate(0deg); transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes infinite-spinning {
from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

.elgg-ajax-loader { background-color: #fff; height: 2.5rem; width: 2.5rem; -webkit-animation: infinite-spinning 1s infinite linear; -moz-animation: infinite-spinning 1s infinite linear; animation: infinite-spinning 1s infinite linear; border-radius: 50%; border-width: 5px; border-color: #0078ac #e6e6ea #e6e6ea; border-style: solid; display: block; margin: .75rem auto; }

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar { position: relative; display: inline-block; }
.elgg-avatar > a { display: inline-block; }
.elgg-avatar > a img { display: inline-block; vertical-align: middle; width: 100%; height: auto; }
.elgg-avatar-tiny img, .elgg-avatar-small img, .elgg-avatar-medium img { border-radius: 50%; }
.elgg-avatar-tiny img { max-width: 25px; max-height: 25px; }
.elgg-avatar-small img { max-width: 40px; max-height: 40px; }
.elgg-avatar-medium img { max-width: 100px; max-height: 100px; }
.elgg-state-banned { opacity: .5; }
.elgg-state-banned:hover { opacity: 1; }

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */
#current-user-avatar { border-right: 1px solid #e6e6ea; }
#avatar-croppingtool { border-top: 1px solid #e6e6ea; }

/* ***************************************
	ANCHORS & BADGES
*************************************** */
.elgg-anchor * { display: inline; }
.elgg-anchor .elgg-icon { color: inherit; font-size: inherit; }
.elgg-anchor img { vertical-align: middle; }
.elgg-anchor * + .elgg-anchor-label { margin-left: .5rem; }
.elgg-anchor .elgg-anchor-label + * { margin-left: .5rem; }
.elgg-badge { display: inline-block; color: #2d3047; background-color: #fafafa; padding: .15rem .25rem; margin-top: -.15rem; text-align: center; white-space: nowrap; vertical-align: middle; border-radius: 10px; font-size: .7rem; line-height: 1rem; font-weight: bold; }

/* ***************************************
	PAGINATION
*************************************** */
.elgg-pagination { margin: 1rem auto; display: block; text-align: center; }
.elgg-pagination li { display: inline-block; text-align: center; margin-left: -1px; border: 1px solid #e6e6ea; }
.elgg-pagination li:first-child { border-radius: 3px 0 0 3px; }
.elgg-pagination li:last-child { border-radius: 0 3px 3px 0; }
.elgg-pagination li:first-child > a:before, .elgg-pagination li:first-child > span:before { content: "\ab"; margin-right: .5rem; }
.elgg-pagination li:last-child > a:after, .elgg-pagination li:last-child > span:after { content: "\bb"; margin-left: .5rem; }
.elgg-pagination li > a, .elgg-pagination li > span { display: inline-block; padding: .5rem 1rem; color: #2d3047; }
.elgg-pagination li > a:hover { background: #e6e6ea; text-decoration: none; }
.elgg-pagination .elgg-state-disabled > span { color: #7d7d7d; }
.elgg-pagination .elgg-state-selected > span { color: #969696; }

/* ***************************************
	MENUS
*************************************** */
.elgg-menu-container { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-menu-container.elgg-menu-title-container { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-menu-container.elgg-menu-title-container > .elgg-menu-hz { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.elgg-menu-container.elgg-menu-title-container > .elgg-menu-hz > li { margin: 0 .25rem; }
.elgg-menu, .elgg-child-menu { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-menu > li, .elgg-child-menu > li { position: relative; }
.elgg-menu > li:last-child:after, .elgg-child-menu > li:last-child:after { display: none; }
.elgg-menu > li > a, .elgg-child-menu > li > a { display: block; }
.elgg-menu.elgg-menu-hz { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-menu.elgg-menu-hz > li { margin: 0 .25rem 0 0; }
.elgg-menu.elgg-menu-hz > li > .elgg-button { margin-bottom: .25rem; }
.elgg-module-menu .elgg-menu-hz > li { margin: 0 0 0 .25rem; }
.elgg-menu-item-has-dropdown .elgg-child-menu { display: none; }
.elgg-menu-item-has-toggle > .elgg-child-menu { display: none; margin-left: 1rem; }
.elgg-menu-item-has-toggle.elgg-state-selected > .elgg-child-menu { display: block; }
.elgg-menu > li > a .elgg-icon.elgg-state-opened, .elgg-menu > li > a .elgg-icon.elgg-state-closed { font-size: 9px; color: inherit; line-height: inherit; margin: 0 .5rem; }
.elgg-menu > li > .elgg-menu-opened .elgg-icon.elgg-state-opened { display: inline-block; }
.elgg-menu > li > .elgg-menu-opened .elgg-icon.elgg-state-closed { display: none; }
.elgg-menu > li > .elgg-menu-closed .elgg-icon.elgg-state-closed { display: inline-block; }
.elgg-menu > li > .elgg-menu-closed .elgg-icon.elgg-state-opened { display: none; }
.elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-closed:after, .elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-opened:after { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; float: right; font-size: .5rem; line-height: 1.5rem; width: 1rem; text-align: center; }
.elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-closed:after { content: "\f105"; }
.elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-opened:after { content: "\f107"; }
.elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-closed:after, .elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-opened:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-closed:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-opened:after { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; font-size: .5rem; text-align: center; margin-left: .5rem; vertical-align: middle; }
.elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-closed:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-closed:after { content: "\f107"; }
.elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-opened:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-opened:after { content: "\f106"; }
.elgg-menu .elgg-anchor-icon, .elgg-child-menu .elgg-anchor-icon { color: inherit; font-size: inherit; }
.elgg-menu .elgg-anchor-icon + .elgg-anchor-label, .elgg-child-menu .elgg-anchor-icon + .elgg-anchor-label { margin-left: .5rem; }
.elgg-menu a:hover .elgg-icon, .elgg-child-menu a:hover .elgg-icon { color: inherit; }

/* ***************************************
	ENTITY NAVIGATION
*************************************** */
.elgg-menu-entity-navigation-container { margin-top: 1rem; }
.elgg-menu-entity-navigation { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-menu-entity-navigation .elgg-menu-item-next { margin-left: auto; }

/* ***************************************
	PAGE MENU
*************************************** */
.elgg-menu-page-container .elgg-menu-section-header { font-size: 1.2rem; padding: .5rem; }
.elgg-menu-page, .elgg-menu-owner-block { background: #fff; border: 1px solid #e6e6ea; margin-bottom: 2rem; }
.elgg-menu-page li:not(:last-child), .elgg-menu-owner-block li:not(:last-child) { border-bottom: 1px solid #f7f7f8; }
.elgg-menu-page .elgg-child-menu, .elgg-menu-owner-block .elgg-child-menu { border-top: #f7f7f8; }
.elgg-menu-page .elgg-menu-item-has-toggle > .elgg-child-menu, .elgg-menu-owner-block .elgg-menu-item-has-toggle > .elgg-child-menu { margin: 0; border-top: 1px solid #f7f7f8; }
.elgg-menu-page .elgg-menu-item-has-toggle > .elgg-child-menu > li > a, .elgg-menu-owner-block .elgg-menu-item-has-toggle > .elgg-child-menu > li > a { padding-left: 2rem; }
.elgg-menu-page li > a, .elgg-menu-owner-block li > a { padding: .5rem 1rem; color: #2d3047; }
.elgg-menu-page li > a:hover, .elgg-menu-owner-block li > a:hover { background: #fafafa; text-decoration: none; color: #333; }
.elgg-menu-page li.elgg-state-selected > a, .elgg-menu-owner-block li.elgg-state-selected > a { color: #333; background-color: #e6e6ea; }
.elgg-menu-page .elgg-badge, .elgg-menu-owner-block .elgg-badge { float: right; margin-top: 0; }
.elgg-menu-page .elgg-anchor-icon, .elgg-menu-owner-block .elgg-anchor-icon { width: 1rem; display: inline-block; text-align: center; margin-right: .5rem; }

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover { display: none; position: absolute; overflow: hidden; background-color: #fff; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); min-width: 10rem; }
.elgg-menu-hover-card-container { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-menu-hover-card { padding: 1rem; max-width: 20rem; -webkit-flex: 2; -ms-flex: 2; flex: 2; }
.elgg-menu-hover li:not(:last-child), .elgg-menu-hover-actions li:not(:last-child), .elgg-menu-hover-admin li:not(:last-child) { border-bottom: 1px solid #e6e6ea; }
.elgg-menu-hover .elgg-child-menu { border: 1px solid #e6e6ea; border-width: 1px 0; margin: 0 0 -1px; }
.elgg-menu-hover .elgg-child-menu:before { content: "\25b2"; color: #fff; font-size: .5rem; text-shadow: 0 -2px #dcdcdc; top: -.5rem; left: 1.5rem; position: relative; margin-bottom: -.75rem; }
.elgg-menu-hover li > a, .elgg-menu-hover-actions li > a, .elgg-menu-hover-admin li > a { color: #2d3047; font-size: .9rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; transition: background-color .5s; text-decoration: none; padding: .5rem 1rem; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.elgg-menu-hover li > a:hover, .elgg-menu-hover-actions li > a:hover, .elgg-menu-hover-admin li > a:hover { background: #fafafa; color: #333; }
.elgg-menu-hover .elgg-anchor-icon { width: 1.5rem; text-align: center; display: inline-block; }
.elgg-menu-hover .elgg-menu { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 20rem; }
.elgg-menu-hover .elgg-menu.elgg-menu-hover-actions { border-top: 1px solid #e6e6ea; }
.elgg-menu.elgg-menu-hover-admin { border-top: 1px solid #e6e6ea; max-width: unset; }
.elgg-menu-hover .elgg-menu-hover-admin a { color: #d33f49; }

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general > li, .elgg-menu-general > li > a { display: inline-block; color: #969696; }
.elgg-menu-general > li:after { content: "\007C"; padding: 0 6px; }

/* ***************************************
	ENTITY, SOCIAL, RIVER AND ANNOTATION
*************************************** */
.elgg-listing-summary-metadata > .elgg-menu-container, .elgg-river-metadata > .elgg-menu-container, .elgg-menu-annotation-container { float: right; margin-left: 1rem; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-listing-summary-metadata > .elgg-menu-container > .elgg-menu + .elgg-menu, .elgg-river-metadata > .elgg-menu-container > .elgg-menu + .elgg-menu, .elgg-menu-annotation-container > .elgg-menu + .elgg-menu { margin-left: 1rem; }
.elgg-menu-river, .elgg-menu-entity, .elgg-menu-social, .elgg-menu-annotation, .elgg-menu-widget { font-size: .9rem; color: #7d7d7d; height: auto; vertical-align: middle; }
.elgg-menu-river > li:not(:first-child), .elgg-menu-entity > li:not(:first-child), .elgg-menu-social > li:not(:first-child), .elgg-menu-annotation > li:not(:first-child), .elgg-menu-widget > li:not(:first-child) { margin-left: .75rem; }
.elgg-menu-river > li > a:not(.elgg-state-active), .elgg-menu-entity > li > a:not(.elgg-state-active), .elgg-menu-social > li > a:not(.elgg-state-active), .elgg-menu-annotation > li > a:not(.elgg-state-active), .elgg-menu-widget > li > a:not(.elgg-state-active) { color: inherit; }
.elgg-menu-river > li > a:hover, .elgg-menu-entity > li > a:hover, .elgg-menu-social > li > a:hover, .elgg-menu-annotation > li > a:hover, .elgg-menu-widget > li > a:hover { color: #0078ac; text-decoration: none; }
.elgg-menu-entity-default .elgg-menu-item-has-dropdown, .elgg-menu-river-default .elgg-menu-item-has-dropdown { font-size: 100%; }
.elgg-menu-social .elgg-anchor > span:not(:first-child).elgg-anchor-label { display: none; }

/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext-container { float: right; }

/* ***************************************
	LOGIN MENU
*************************************** */
.elgg-menu-login-container { margin-top: 1rem; border-top: 1px solid #e6e6ea; }
.elgg-menu-login > li { width: 100%; }
.elgg-menu-login > li > a { padding: .5rem 1rem; font-size: .9rem; color: #646464; display: block; }
.elgg-menu-login > li > a:hover { background: #fafafa; text-decoration: none; }

/* ***************************************
	FILTER MENU AND TABS
*************************************** */
.elgg-menu-filter, .elgg-tabs { margin-bottom: .5rem; border-bottom: 1px solid #e6e6ea; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.elgg-menu-filter > li, .elgg-tabs > li { border: 1px solid #e6e6ea; border-bottom-width: 0; background: #fafafa; -webkit-flex-grow: 1; flex-grow: 1; }
.elgg-menu-filter > li.elgg-state-selected a:hover, .elgg-tabs > li.elgg-state-selected a:hover { background: #fff; }
.elgg-menu-filter > li > a, .elgg-tabs > li > a { text-decoration: none; display: block; padding: .5rem 1rem; text-align: center; height: auto; color: #646464; }
.elgg-menu-filter > li > a:hover, .elgg-tabs > li > a:hover { background-color: #e6e6ea; color: #333; }
.elgg-menu-filter > .elgg-state-selected, .elgg-tabs > .elgg-state-selected { border-color: #e6e6ea; background: #fff; }
.elgg-menu-filter > .elgg-state-selected > a, .elgg-tabs > .elgg-state-selected > a { position: relative; top: 1px; background: #fff; }
@media screen and (min-width: 50rem) {
.elgg-menu-filter > li, .elgg-tabs > li { border-bottom-width: 1px; margin: .25rem 0 0 .5rem; border-radius: 3px 3px 0 0; position: relative; top: 1px; -webkit-flex-grow: 0; flex-grow: 0; }
}

/* ***************************************
	BREADCRUMBS
*************************************** */
.elgg-breadcrumbs { padding: .5rem; color: #969696; font-size: .9rem; }
.elgg-breadcrumbs > li { display: inline-block; }
.elgg-breadcrumbs > li:after { content: "\203A"; padding: 0 .25rem; font-weight: normal; }
.elgg-breadcrumbs > li > a { display: inline-block; color: #969696; }
.elgg-breadcrumbs > li > a:hover { color: #7d7d7d; }

/* <style> /**/
/* ***************************************
	MODULES
*************************************** */
.elgg-module { display: block; margin-bottom: 1rem; }
.elgg-module > .elgg-head { display: -ms-flexbox; display: -webkit-flex; display: flex; }
.elgg-module > .elgg-head > .elgg-module-menu { margin-left: auto; }

/* ***************************************
	ASIDE
*************************************** */
.elgg-module-aside > .elgg-head { padding: .5rem 1rem; border-bottom: 1px solid #e6e6ea; }
.elgg-module-aside > .elgg-body { padding: .5rem; }

/* ***************************************
	INFO
*************************************** */
.elgg-module-info { border: 1px solid #e6e6ea; }
.elgg-module-info > .elgg-head { background-color: #e6e6ea; padding: .5rem 1rem; }
.elgg-module-info > .elgg-head > * { color: #2d3047; }
.elgg-module-info > .elgg-body { padding: 1rem; }
.elgg-module-info > .elgg-foot { padding: .5rem 1rem; }

/* ***************************************
	POPUP MODULE
*************************************** */
.elgg-module-popup { background-color: #fff; margin-bottom: 0; padding: .5rem; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); border-top: 1px solid #e6e6ea; }
.elgg-module-popup > .elgg-head { margin-bottom: .5rem; }
.elgg-module-popup > .elgg-head > * { color: #2d3047; }

/* ***************************************
	DROPDOWN MODULE
*************************************** */
.elgg-module-dropdown { background-color: #fff; display: none; width: 15rem; padding: 2rem; margin-right: 0; position: absolute; right: 0; top: 100%; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2); box-shadow: 0 2px 4px rgba(0,0,0,.2); }

/* ***************************************
	FEATURED MODULE
*************************************** */
.elgg-module-featured { border: 1px solid #0078ac; }
.elgg-module-featured > .elgg-head { background-color: #0078ac; color: #fff; padding: .5rem 1rem; height: auto; overflow: hidden; }
.elgg-module-featured > .elgg-body { padding: 1rem; }

/* ***************************************
	SIDEBAR OWNER BLOCK AND PAGE MENU
*************************************** */
.elgg-owner-block, .elgg-page-menu { border: none; margin: 0; }
.elgg-owner-block-empty { margin-bottom: 2rem; }
.elgg-owner-block > .elgg-head, .elgg-page-menu > .elgg-body { padding: 1.5rem; }
.elgg-owner-block > .elgg-body, .elgg-page-menu > .elgg-body { padding: 0; }

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets-grid { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-widgets { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 100%; flex-basis: 100%; }
@media screen and (min-width: 80rem) {
.elgg-widgets-grid { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0 -.5rem; }
.elgg-widgets { padding: 0 .5rem; }
}

.elgg-menu-title-widgets-container { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: .5rem; }
.elgg-widgets-add-panel ul { border-top: 1px solid #e6e6ea; margin-top: .5rem; }
.elgg-widgets-add-panel ul > li { padding: .5rem; -webkit-transition: background .2s linear; -moz-transition: background .2s linear; transition: background .2s linear; border-bottom: 1px solid #e6e6ea; }
.elgg-widgets-add-panel ul > li:hover { background: #e6e6ea; }
.elgg-widgets-add-actions { max-width: 8rem; text-align: right; }
.elgg-widget-single.elgg-state-available .elgg-widgets-add-actions > span, .elgg-widget-single.elgg-state-unavailable .elgg-widgets-add-actions .elgg-button-submit { display: none; }
.elgg-module-widget { border: 1px solid #e6e6ea; margin: 0 0 1rem; position: relative; }
.elgg-module-widget.elgg-state-draggable:hover { -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2); box-shadow: 0 2px 4px rgba(0,0,0,.2); }
.elgg-module-widget > .elgg-head { background-color: #e6e6ea; padding: .5rem 1rem; height: auto; overflow: hidden; }
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle { cursor: move; -webkit-flex-grow: 1; flex-grow: 1; }
.elgg-module-widget > .elgg-body { background-color: #fff; width: 100%; }
.elgg-module-widget .elgg-menu-widget-container { display: none; }
.elgg-module-widget:hover .elgg-menu-widget-container { display: inline-block; }
.elgg-widget-edit { display: none; width: auto; padding: 10px; border-bottom: 1px solid #e6e6ea; background-color: #e6e6ea; }
.elgg-widget-content { padding: 1rem; }
.elgg-widget-placeholder { border: 1px dashed #a1a1a3; margin-bottom: 1rem; }

/* ***************************************
	Image Block
*************************************** */
.elgg-image-block { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.elgg-image-block:after { display: none; }
.elgg-image-block .elgg-image { margin-right: 1rem; }
.elgg-image-block .elgg-image-alt { margin-left: 1rem; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.elgg-image-block > .elgg-body { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.elgg-image-block.elgg-chip { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

/* ***************************************
	Image-related
*************************************** */
.elgg-photo { border: 1px solid #e6e6ea; padding: 2px; background-color: #fff; max-width: 100%; height: auto; }

/* ***************************************
	List
*************************************** */
.elgg-list > li { border-bottom: 1px solid #e6e6ea; padding: 1rem; }
.elgg-module .elgg-list > li:last-child { border-bottom: 0; }
.elgg-module .elgg-list + .elgg-pagination { border-top: 1px solid #e6e6ea; padding-top: 1rem; }
.elgg-item h3 a { padding-bottom: .25rem; }
.elgg-item > .elgg-subtext { margin-bottom: .25rem; }
.elgg-item .elgg-content { margin: .5rem 0; }
.elgg-content { clear: both; }
.elgg-module > .elgg-body > .elgg-list, .elgg-module .elgg-widget-content > .elgg-list { margin-top: 0; }
.elgg-no-results { padding: .5rem 1rem; }

/* ***************************************
	List Item
*************************************** */
.elgg-listing-summary-title { line-height: 1.5rem; margin-bottom: .25rem; }
.elgg-listing-full-header { margin-bottom: 2rem; }
.elgg-listing-imprint { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.elgg-listing-imprint > span { margin-right: 1rem; }
.elgg-listing-imprint .elgg-icon { margin-right: .5rem; }

/* ***************************************
	Gallery
*************************************** */
.elgg-gallery { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.elgg-gallery > li { padding: .25em; }
.elgg-gallery.elgg-gallery-users > li { padding: .25rem; }

/* ***************************************
	TABLES
*************************************** */
.elgg-table, .elgg-table-alt { background-color: white; margin-bottom: 1rem; width: 100%; }
.elgg-table td, .elgg-table th, .elgg-table-alt td, .elgg-table-alt th { border-style: solid; border-width: 0 0 1px; border-color: #e6e6ea; padding: .5em .75em; vertical-align: top; background-color: white; }
.elgg-table tr.elgg-state-selected td, .elgg-table tr.elgg-state-selected th, .elgg-table tr:hover td, .elgg-table tr:hover th, .elgg-table-alt tr.elgg-state-selected td, .elgg-table-alt tr.elgg-state-selected th, .elgg-table-alt tr:hover td, .elgg-table-alt tr:hover th { background-color: #fafafa; }
.elgg-table thead th, .elgg-table-alt thead th { font-weight: bold; border-width: 0 0 2px; }
.elgg-table tfoot th, .elgg-table-alt tfoot th { border-width: 2px 0 0; font-weight: bold; }
.elgg-table-alt th:first-child, .elgg-table-alt td:first-child { width: 15rem; }
@media screen and (min-width: 50rem) {
.elgg-table thead th, .elgg-table tfoot th, .elgg-table-alt thead th, .elgg-table-alt tfoot th { word-break: normal; }
}

/* ***************************************
	Messages
*************************************** */
.elgg-message { border-width: 1px; border-style: solid; color: #2d3047; background-color: #fafafa; border-color: #cfcfd2; border-radius: 3px; margin-bottom: 1rem; }
.elgg-message.elgg-message-success { color: #397f2e; background-color: #eaf8e8; border-color: #aadea2; }
.elgg-message.elgg-message-error { color: #b94a48; background-color: #f8e8e8; border-color: #e5b7b5; }
.elgg-message.elgg-message-help, .elgg-message.elgg-message-notice { color: #3b8bc9; background-color: #e7f1f9; border-color: #b1d1e9; }
.elgg-message.elgg-message-warning { color: #6b420f; background-color: #fcf8e4; border-color: #eddc7d; }
.elgg-message > .elgg-inner { border-color: inherit; }
.elgg-message > .elgg-inner > .elgg-head { background-color: rgba(255,255,255,.7); font-weight: bold; padding: .5rem 1rem; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: inherit; }
.elgg-message > .elgg-inner > .elgg-head .elgg-message-icon { padding-right: 1rem; }
.elgg-message > .elgg-inner > div:last-child { border-bottom: 0; }
.elgg-message > .elgg-inner > .elgg-body { padding: 1rem; }
.elgg-message > .elgg-inner > .elgg-body p { margin: 0; }

/* ***************************************
	River
*************************************** */
.elgg-module .elgg-list-river { border-top: none; }
.elgg-river-layout .elgg-list-river { border-top: 1px solid #e6e6ea; }
.elgg-list-river > li { border-bottom: 1px solid #e6e6ea; }
.elgg-river-attachments, .elgg-river-message, .elgg-river-content { border-left: 1px solid #e6e6ea; margin: .5rem 0; padding-left: 1rem; }
.elgg-river-attachments .elgg-avatar, .elgg-river-attachments .elgg-icon { display: inline-block; }
.elgg-river-attachments .elgg-icon-arrow-right { margin: .5rem; }
.elgg-river-more { border-color: #e6e6ea; border-style: solid; border-width: 0 1px 1px 1px; padding: .5rem 1rem; font-size: 85%; }
.elgg-river-item form { border-color: #e6e6ea; border-style: solid; border-width: 0 1px 1px 1px; padding: .5rem; height: auto; }

/* **************************************
    Comments
************************************** */
.elgg-comments .elgg-list, .elgg-river-comments { position: relative; border-top: 1px solid #e6e6ea; margin-top: 2rem; }
.elgg-comments .elgg-list > li, .elgg-river-comments > li { border-color: #e6e6ea; border-style: solid; border-width: 0 1px 1px 1px; padding: 1rem; }
.elgg-comments .elgg-list > li:last-child, .elgg-river-comments > li:last-child { border-bottom: 1px solid #e6e6ea; }
.elgg-comments .elgg-list > li.elgg-state-highlight, .elgg-river-comments > li.elgg-state-highlight { -webkit-animation: comment-highlight 5s; -moz-animation: comment-highlight 5s; animation: comment-highlight 5s; }
.elgg-comments .elgg-list:before, .elgg-river-comments:before { content: "\25b2"; color: #fff; position: absolute; text-shadow: 0 -2px 0 #e6e6ea; font-size: 1rem; top: -1rem; left: 2rem; margin-right: 1.5rem; line-height: 1rem; padding-top: 3px; pointer-events: none; }
.elgg-comments .elgg-list.comments-list, .elgg-river-comments.comments-list { margin-top: 1rem; }
.elgg-module-comments { margin-top: 1rem; }
#comments .elgg-form-comment-save { margin-top: 1rem; }
#comments .elgg-form-comment-save .elgg-field-label { display: none; }

/* Standard syntax */
@-webkit-keyframes comment-highlight {
from { background: #e7f1f9; }
to { background: white; }
}

@-moz-keyframes comment-highlight {
from { background: #e7f1f9; }
to { background: white; }
}

@keyframes comment-highlight {
from { background: #e7f1f9; }
to { background: white; }
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags > .elgg-icon { margin-right: 5px; }

/* ***************************************
	 Level
*************************************** */
.elgg-level { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.elgg-level > *:first-child { margin-right: auto; }

/* ***************************************
	  PROGRESS BAR
**************************************** */
.elgg-progressbar { height: 1rem; border: 1px solid #dcdcdc; border-radius: .5rem; }
.ui-progressbar-value { height: 1rem; background: #0078ac; border-radius: .5rem; margin: -1px 0 0 -1px; }
.elgg-progressbar-counter { float: left; color: white; margin: 1px; }
.elgg-profile-fields { padding: 1rem; }
.elgg-profile-field { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 1rem .5rem; }
.elgg-profile-field.elgg-profile-field-horizontal { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-profile-field > * { padding: 0 .5rem; }
.elgg-profile-field-label { font-weight: 600; font-size: .85rem; color: #7d7d7d; }
.elgg-page-default .elgg-page-section > .elgg-inner { max-width: 80rem; margin: 0 auto; padding: 0 .5rem; position: relative; }
.elgg-page-default .elgg-page-body > .elgg-inner { padding-top: 1rem; padding-bottom: 1rem; }
@media screen and (min-width: 80rem) {
.elgg-page-default .elgg-page-section > .elgg-inner { padding-left: 1rem; padding-right: 1rem; }
}

/* ***************************************
	SYSTEM MESSAGES
*************************************** */
.elgg-system-messages { position: fixed; top: 2rem; right: 1rem; max-width: 30rem; }
.elgg-system-messages .elgg-message { cursor: pointer; }
.elgg-nav-logo { left: 0; -webkit-flex-grow: 1; flex-grow: 1; }
.elgg-nav-logo h1 { font-size: 1.3rem; line-height: 3rem; font-weight: 700; }
.elgg-nav-logo a { padding: .5rem 1rem; display: inline-block; }
.elgg-nav-logo img { max-height: 2rem; vertical-align: middle; line-height: 2rem; }
#login-dropdown { -webkit-order: 2; -ms-flex-order: 2; order: 2; position: static; top: auto; right: auto; }
#login-dropdown a { padding: .5rem 1rem; line-height: 3rem; display: inline-block; }
#login-dropdown a:hover { background-color: rgba(255,255,255,.1); }
#login-dropdown-box { border-top: 0; border-radius: 0; width: auto; max-width: 300px; position: relative; }
#login-dropdown-box:before { content: "\25b2"; color: #fff; position: absolute; font-size: 1rem; top: -1rem; right: 0; margin-right: 1.5rem; }
@media only screen and (min-width: 80rem) {
.elgg-nav-logo { -webkit-flex-grow: 0; flex-grow: 0; }
#login-dropdown { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
}

.elgg-nav-collapse { height: auto; width: 100%; -webkit-flex-grow: 4; flex-grow: 4; -webkit-order: 4; -ms-flex-order: 4; order: 4; display: none; }
.elgg-nav-collapsed .elgg-nav-collapse { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
@media only screen and (min-width: 80rem) {
.elgg-nav-collapse { position: relative; top: auto; bottom: auto; width: auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
}

.elgg-nav-button { width: 20px; height: 15px; position: relative; margin: 10px 20px; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transition: ease-in-out .5s; -o-transition: ease-in-out .5s; -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; cursor: pointer; display: block; -webkit-order: 3; -ms-flex-order: 3; order: 3; -webkit-flex-grow: 0; flex-grow: 0; }
@media only screen and (min-width: 80rem) {
.elgg-nav-button { display: none; }
}

.elgg-nav-button span { display: block; position: absolute; height: 3px; width: 100%; background: #fff; border-radius: 2px; opacity: 1; left: 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transition: ease-in-out .25s; -o-transition: ease-in-out .25s; -webkit-transition: ease-in-out .25s; transition: ease-in-out .25s; }
.elgg-nav-button span:nth-child(1) { top: 0; }
.elgg-nav-button span:nth-child(2) { top: 6px; }
.elgg-nav-button span:nth-child(3) { top: 12px; }
.elgg-nav-collapsed .elgg-nav-button span:nth-child(1) { top: 6px; -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }
.elgg-nav-collapsed .elgg-nav-button span:nth-child(2) { opacity: 0; left: -60px; }
.elgg-nav-collapsed .elgg-nav-button span:nth-child(3) { top: 6px; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.elgg-page-topbar { background: #0078ac; }
.elgg-page-topbar > .elgg-inner { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-page-topbar a { color: #fff; text-decoration: none; }
.elgg-page-topbar .elgg-menu-container { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-page-topbar .elgg-menu-topbar-container { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-page-topbar .elgg-menu-topbar-container .elgg-badge { background-color: #faa51a; }
.elgg-page-topbar .elgg-menu-site-container { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
.elgg-page-topbar .elgg-menu-site-container .elgg-menu-site .elgg-anchor-icon { display: none; }
.elgg-page-topbar .elgg-menu-site-container .elgg-menu-site .elgg-anchor-icon + .elgg-anchor-label { margin-left: 0; }
.elgg-page-topbar .elgg-menu { width: 100%; }
.elgg-page-topbar .elgg-menu li { display: block; width: 100%; }
.elgg-page-topbar .elgg-menu li > a { padding: .5rem 1rem; -webkit-transition: background-color .5s,color .5s; -moz-transition: background-color .5s,color .5s; transition: background-color .5s,color .5s; border-top: 1px solid rgba(0,0,0,.05); }
.elgg-page-topbar .elgg-menu li .elgg-child-menu .elgg-child-menu { margin-left: 1rem; }
.elgg-page-topbar .elgg-menu .elgg-menu-item-account img { max-height: 2rem; }
.elgg-page-topbar .elgg-menu li > a:hover, .elgg-page-topbar .elgg-menu li.elgg-state-selected > a { background-color: rgba(255,255,255,.1); }
.elgg-page-topbar .elgg-menu > li > a .elgg-icon { width: 1.5rem; display: inline-block; text-align: center; margin: 0; }
.elgg-page-topbar .elgg-menu-site .elgg-menu-item-more > .elgg-menu-parent, .elgg-page-topbar .elgg-menu-topbar .elgg-menu-item-account > .elgg-menu-parent { display: none; }
.elgg-page-topbar .elgg-menu-site .elgg-menu-item-more .elgg-icon-angle-down, .elgg-page-topbar .elgg-menu-topbar .elgg-menu-item-account .elgg-icon-angle-down { font-size: .5rem; vertical-align: middle; }
@media only screen and (min-width: 80rem) {
.elgg-nav-collapse { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-page-topbar .elgg-nav-search { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-page-topbar .elgg-menu-container { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-order: 1; -ms-flex-order: 1; order: 1; margin-right: auto; }
.elgg-page-topbar .elgg-menu-topbar-container { -webkit-order: 3; -ms-flex-order: 3; order: 3; margin-left: auto; margin-right: 0; }
.elgg-page-topbar .elgg-menu { width: auto; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-page-topbar .elgg-menu li { display: inline-block; width: auto; position: relative; }
.elgg-page-topbar .elgg-menu li > a { border: none; }
.elgg-page-topbar .elgg-menu-site .elgg-menu-item-more > .elgg-menu-parent, .elgg-page-topbar .elgg-menu-topbar .elgg-menu-item-account > .elgg-menu-parent { display: inline-block; width: 100%; }
.elgg-page-topbar .elgg-menu li .elgg-child-menu { display: none; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: absolute; top: 4rem; right: 0; width: 12rem; background: #0078ac; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.2); box-shadow: 1px 2px 4px rgba(0,0,0,.2); }
.elgg-page-topbar .elgg-menu-site li .elgg-child-menu .elgg-child-menu { top: 0; left: 100%; right: auto; margin: 0; }
.elgg-page-topbar .elgg-menu-topbar li .elgg-child-menu .elgg-child-menu { top: 0; right: 100%; left: auto; margin: 0; }
.elgg-page-topbar .elgg-menu li:hover > .elgg-child-menu { display: -ms-flexbox; display: -webkit-flex; display: flex; }
.elgg-page-topbar .elgg-menu li:hover > .elgg-child-menu:before { content: "\25b2"; color: #0078ac; position: absolute; text-shadow: 0 -2px 0 rgba(0,0,0,.05); font-size: 1rem; top: -1rem; right: 0; margin-right: 1.5rem; line-height: 1rem; padding-top: 3px; }
.elgg-page-topbar .elgg-menu-site li .elgg-child-menu li:hover > .elgg-child-menu:before { content: "\25c0"; top: 0; right: 100%; margin: 13px -1px 0 0; text-shadow: -2px 0 rgba(0,0,0,.05); padding: 0; }
.elgg-page-topbar .elgg-menu-topbar li .elgg-child-menu li:hover > .elgg-child-menu:before { content: "\25b6"; top: 0; left: 100%; margin: 13px 0 0 -2px; padding: 0; }
.elgg-page-topbar .elgg-menu.elgg-child-menu > li > a { border-top: 1px solid rgba(0,0,0,.05); }
.elgg-page-topbar .elgg-menu.elgg-child-menu > li { display: block; width: 100%; }
.elgg-page-topbar .elgg-menu.elgg-child-menu > li > a:hover { background-color: rgba(255,255,255,.1); }
.elgg-page-topbar .elgg-menu-topbar > li > a .elgg-icon + .elgg-anchor-label { display: none; }
.elgg-page-topbar .elgg-menu-topbar-alt { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-page-topbar .elgg-menu:not(.elgg-child-menu) > li > a { padding: .5rem 1rem; line-height: 3rem; vertical-align: middle; }
.elgg-menu-topbar .elgg-badge { position: absolute; top: 1rem; right: 0; }
}

/* ***************************************
	HEADER
*************************************** */
.elgg-layout-header { margin-bottom: 1rem; border-bottom: 1px solid #e6e6ea; width: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.elgg-layout-header > h1, .elgg-layout-header > h2, .elgg-layout-header > h3 { -webkit-order: 1; -ms-flex-order: 1; order: 1; -webkit-flex-basis: 30%; flex-basis: 30%; -webkit-flex-grow: 1; flex-grow: 1; padding: 1rem; text-align: center; font-size: 2rem; }
.elgg-layout-header > .elgg-menu-container { -webkit-order: 2; -ms-flex-order: 2; order: 2; padding: 1rem; }
@media screen and (min-width: 80rem) {
.elgg-layout-header { padding: 1rem; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.elgg-layout-header > h1, .elgg-layout-header > h2, .elgg-layout-header > h3 { padding: 0; text-align: left; }
.elgg-layout-header > .elgg-menu-container { padding: 0; margin-left: auto; }
}

/* ***************************************
	LAYOUT COLUMNS
*************************************** */
.elgg-layout-sidebar, .elgg-layout-sidebar-alt, .elgg-layout-body { padding: .5rem; }
.elgg-layout-sidebar, .elgg-layout-sidebar-alt { border-top: 1px solid #e6e6ea; }
.elgg-layout-columns { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-layout-columns > .elgg-body { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.elgg-layout-columns > .elgg-sidebar { float: none; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.elgg-layout-columns > .elgg-sidebar { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-layout-columns > .elgg-sidebar-alt { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
@media screen and (min-width: 80rem) {
.elgg-layout-columns { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-layout-sidebar, .elgg-layout-sidebar-alt, .elgg-layout-body { min-height: calc(100vh - 8rem); min-height: calc(100vh - 8rem); min-height: calc(100vh - 8rem); }
.elgg-layout-sidebar { border-top: none; padding: 0; width: 18rem; margin-left: 2rem; }
.elgg-layout-sidebar-alt { padding: 0; border-top: none; max-width: 18rem; margin-right: 2rem; }
.elgg-layout-body { padding: 0; }
}

/* ***************************************
	FOOTER
*************************************** */
.elgg-page-footer { position: relative; background: #fafafa; border-top: 1px solid #e6e6ea; color: #969696; font-size: .9rem; min-height: 4rem; }
.elgg-page-footer a { color: #969696; }
.elgg-page-footer a:hover { color: #0078ac; }

/* ***************************************
	FOOTER MENU
*************************************** */
.elgg-page-footer .elgg-menu-container { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; padding: .5rem 1rem; }
.elgg-menu-footer { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1rem; }
.elgg-menu-footer > li > a { padding: .5rem 1rem; }
@media screen and (min-width: 80rem) {
.elgg-page-footer .elgg-menu-container { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.elgg-menu-footer { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin-bottom: 0; }
.elgg-menu-footer-default { margin-right: auto; }
}

/* ***************************************
	FIXED POSITION AJAX INDICATOR
*************************************** */
.elgg-spinner { background: #fff; padding: .5rem; border: 1px solid #e6e6ea; border-top: 0; border-radius: 0 0 1rem 1rem; margin-left: -2rem; position: fixed; top: 0; left: -10000px; opacity: 0; -webkit-transition: opacity 300ms ease-in-out,left 0s linear 300ms; -moz-transition: opacity 300ms ease-in-out,left 0s linear 300ms; transition: opacity 300ms ease-in-out,left 0s linear 300ms; }
.elgg-spinner-active .elgg-spinner { left: 50%; opacity: 1; -webkit-transition: opacity 0s,left 0s; -moz-transition: opacity 0s,left 0s; transition: opacity 0s,left 0s; }

/* <style> /**/
.clearfloat { clear: both; }
.hidden, .elgg-page .hidden, .elgg-menu > li.hidden { display: none; }
.centered { margin: 0 auto; }
.center, .elgg-justify-center { text-align: center; }
.elgg-justify-right { text-align: right; }
.elgg-justify-left { text-align: left; }
.float { float: left; }
.float-alt { float: right; }
.link { cursor: pointer; }
.elgg-discover .elgg-discoverable { display: none; }
.elgg-discover:hover .elgg-discoverable { display: block; }
.elgg-transition:hover, .elgg-transition:focus, :focus > .elgg-transition { opacity: .7; }

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain { border: 1px solid #e6e6ea; }
.elgg-border-transition { border: 1px solid #e6e6ea; }
.elgg-divide-top { border-top: 1px solid #e6e6ea; }
.elgg-divide-bottom { border-bottom: 1px solid #e6e6ea; }
.elgg-divide-left { border-left: 1px solid #e6e6ea; }
.elgg-divide-right { border-right: 1px solid #e6e6ea; }

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan { padding: 0; }
.prn, .phn { padding-right: 0; }
.pln, .phn { padding-left: 0; }
.ptn, .pvn { padding-top: 0; }
.pbn, .pvn { padding-bottom: 0; }
.pas { padding: 5px; }
.prs, .phs { padding-right: 5px; }
.pls, .phs { padding-left: 5px; }
.pts, .pvs { padding-top: 5px; }
.pbs, .pvs { padding-bottom: 5px; }
.pam { padding: 10px; }
.prm, .phm { padding-right: 10px; }
.plm, .phm { padding-left: 10px; }
.ptm, .pvm { padding-top: 10px; }
.pbm, .pvm { padding-bottom: 10px; }
.pal { padding: 20px; }
.prl, .phl { padding-right: 20px; }
.pll, .phl { padding-left: 20px; }
.ptl, .pvl { padding-top: 20px; }
.pbl, .pvl { padding-bottom: 20px; }

/* Margin */
.man { margin: 0; }
.mrn, .mhn { margin-right: 0; }
.mln, .mhn { margin-left: 0; }
.mtn, .mvn { margin-top: 0; }
.mbn, .mvn { margin-bottom: 0; }
.mas { margin: 5px; }
.mrs, .mhs { margin-right: 5px; }
.mls, .mhs { margin-left: 5px; }
.mts, .mvs { margin-top: 5px; }
.mbs, .mvs { margin-bottom: 5px; }
.mam { margin: 10px; }
.mrm, .mhm { margin-right: 10px; }
.mlm, .mhm { margin-left: 10px; }
.mtm, .mvm { margin-top: 10px; }
.mbm, .mvm { margin-bottom: 10px; }
.mal { margin: 20px; }
.mrl, .mhl { margin-right: 20px; }
.mll, .mhl { margin-left: 20px; }
.mtl, .mvl { margin-top: 20px; }
.mbl, .mvl { margin-bottom: 20px; }

/* ***************************************
	z-index
*************************************** */
.elgg-page-walled-garden-background { z-index: 10; }
.elgg-page-walled-garden > .elgg-inner { z-index: 20; }
.elgg-comments .elgg-list:before, .elgg-river-comments:before { z-index: 30; }
#login-dropdown-box { z-index: 40; }
#login-dropdown-box:before { z-index: 50; }
.elgg-module-popup, .elgg-module-dropdown { z-index: 60; }
@media only screen and (min-width: 80rem) {
.elgg-page-topbar .elgg-menu li .elgg-child-menu { z-index: 70; }
.elgg-page-topbar .elgg-menu li:hover > .elgg-child-menu:before { z-index: 80; }
}

#colorbox, #cboxOverlay, #cboxWrapper { z-index: 90; }
.ui-autocomplete, .ui-datepicker { z-index: 100; }
.elgg-system-messages { z-index: 1000; }
.elgg-spinner { z-index: 2000; }
.elgg-menu.elgg-state-popped { z-index: 3000; }
.elgg-page-walled-garden { margin: 0; position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-height: 100vh; }
.elgg-page-walled-garden-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(graphics/walled_garden.jpg); background-size: cover; background-repeat: no-repeat; background-position: 50%; -webkit-filter: blur(4px); filter: blur(4px); }
.elgg-heading-walled-garden { font-size: 3rem; line-height: 3rem; color: #2d3047; text-shadow: 1px 1px 3px rgba(0,0,0,.3); font-weight: 600; }
.elgg-page-walled-garden > .elgg-inner { width: 30rem; min-height: 100%; }
.elgg-page-walled-garden > .elgg-inner > div.elgg-page-body { padding: 1.5rem 3rem; background: #fff; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3),-1px -1px 1px rgba(0,0,0,.3); box-shadow: 1px 1px 1px rgba(0,0,0,.3),-1px -1px 1px rgba(0,0,0,.3); }
.elgg-page-walled-garden > .elgg-inner > div.elgg-page-header { padding: 3rem 0; }
.elgg-page-walled-garden > .elgg-inner > div.elgg-page-footer { background: none; }
.elgg-page-walled-garden > .elgg-inner > div.elgg-page-footer a { color: #2d3047; text-shadow: 1px 1px 3px rgba(0,0,0,.3); font-weight: 600; }
.elgg-page-walled-garden .elgg-main { min-height: 0; padding: 0; }
.elgg-heading-walled-garden a { text-decoration: none; color: inherit; }
.elgg-page-walled-garden .elgg-form-login, .elgg-page-walled-garden .elgg-form-account { max-width: none; }
@media screen and (max-width: 50rem) {
.elgg-page-walled-garden { width: 100%; float: none; }
}
