@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width: 1280px)";
  width: 1280px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width: 1440px)";
  width: 1440px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #f2f2f2;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right, .elgg-menu-title {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small {
    display: inherit !important;
  }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #5f768b;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #752735;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #58287c;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #212930;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #5f768b;
  line-height: 0;
}

h1 {
  font-size: 1.25em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 0.8125em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #f0efeb;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.5625em 0 1.5em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #200203;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

ul, ol {
  margin-left: 0;
}
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #4b5d6c;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #4b5d6c;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #5f768b;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 1.875em;
  }

  h2 {
    font-size: 1.875em;
  }

  h3 {
    font-size: 1.5625em;
  }

  h4 {
    font-size: 1.125em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #752735;
  border-color: #601623;
  color: white;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #601623;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
button.secondary, .button.secondary {
  background-color: #008193;
  border-color: #005460;
  color: white;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #005460;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}
button.success, .button.success {
  background-color: #396516;
  border-color: #213b0d;
  color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #213b0d;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
button.alert, .button.alert {
  background-color: #67080a;
  border-color: #380405;
  color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #380405;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, button.elgg-state-disabled, button[disabled], .button.disabled, .button.elgg-state-disabled, .button[disabled] {
  background-color: #752735;
  border-color: #601623;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, button.elgg-state-disabled:hover, button.disabled:focus, button.elgg-state-disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.elgg-state-disabled:hover, .button.disabled:focus, .button.elgg-state-disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #601623;
}
button.disabled:hover, button.elgg-state-disabled:hover, button.disabled:focus, button.elgg-state-disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.elgg-state-disabled:hover, .button.disabled:focus, .button.elgg-state-disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
button.disabled:hover, button.elgg-state-disabled:hover, button.disabled:focus, button.elgg-state-disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.elgg-state-disabled:hover, .button.disabled:focus, .button.elgg-state-disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #752735;
}
button.disabled.secondary, button.secondary.elgg-state-disabled, button[disabled].secondary, .button.disabled.secondary, .button.secondary.elgg-state-disabled, .button[disabled].secondary {
  background-color: #008193;
  border-color: #005460;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, button.secondary.elgg-state-disabled:hover, button.disabled.secondary:focus, button.secondary.elgg-state-disabled:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.secondary.elgg-state-disabled:hover, .button.disabled.secondary:focus, .button.secondary.elgg-state-disabled:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #005460;
}
button.disabled.secondary:hover, button.secondary.elgg-state-disabled:hover, button.disabled.secondary:focus, button.secondary.elgg-state-disabled:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.secondary.elgg-state-disabled:hover, .button.disabled.secondary:focus, .button.secondary.elgg-state-disabled:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: white;
}
button.disabled.secondary:hover, button.secondary.elgg-state-disabled:hover, button.disabled.secondary:focus, button.secondary.elgg-state-disabled:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.secondary.elgg-state-disabled:hover, .button.disabled.secondary:focus, .button.secondary.elgg-state-disabled:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #008193;
}
button.disabled.success, button.success.elgg-state-disabled, button[disabled].success, .button.disabled.success, .button.success.elgg-state-disabled, .button[disabled].success {
  background-color: #396516;
  border-color: #213b0d;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, button.success.elgg-state-disabled:hover, button.disabled.success:focus, button.success.elgg-state-disabled:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.success.elgg-state-disabled:hover, .button.disabled.success:focus, .button.success.elgg-state-disabled:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #213b0d;
}
button.disabled.success:hover, button.success.elgg-state-disabled:hover, button.disabled.success:focus, button.success.elgg-state-disabled:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.success.elgg-state-disabled:hover, .button.disabled.success:focus, .button.success.elgg-state-disabled:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
button.disabled.success:hover, button.success.elgg-state-disabled:hover, button.disabled.success:focus, button.success.elgg-state-disabled:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.success.elgg-state-disabled:hover, .button.disabled.success:focus, .button.success.elgg-state-disabled:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #396516;
}
button.disabled.alert, button.alert.elgg-state-disabled, button[disabled].alert, .button.disabled.alert, .button.alert.elgg-state-disabled, .button[disabled].alert {
  background-color: #67080a;
  border-color: #380405;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.alert.elgg-state-disabled:hover, button.disabled.alert:focus, button.alert.elgg-state-disabled:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.alert.elgg-state-disabled:hover, .button.disabled.alert:focus, .button.alert.elgg-state-disabled:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #380405;
}
button.disabled.alert:hover, button.alert.elgg-state-disabled:hover, button.disabled.alert:focus, button.alert.elgg-state-disabled:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.alert.elgg-state-disabled:hover, .button.disabled.alert:focus, .button.alert.elgg-state-disabled:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
button.disabled.alert:hover, button.alert.elgg-state-disabled:hover, button.disabled.alert:focus, button.alert.elgg-state-disabled:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.alert.elgg-state-disabled:hover, .button.disabled.alert:focus, .button.alert.elgg-state-disabled:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #67080a;
}

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}
label.right, label.elgg-menu-title {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #dfddd5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #67080a;
  color: white;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #67080a;
  color: white;
}

.error input,
.error textarea,
.error select {
  border-color: #67080a;
  background-color: rgba(103, 8, 10, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
.error label,
.error label.error {
  color: #67080a;
}
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #67080a;
  color: white;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #67080a;
  background-color: rgba(103, 8, 10, 0.1);
  margin-bottom: 0;
}
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error select {
  border-color: #67080a;
  background-color: rgba(103, 8, 10, 0.1);
}
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

label.error {
  color: #67080a;
}

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > * {
  margin: 0 0 0 0;
  float: left;
}
.button-group > *:first-child {
  margin-left: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
  width: 50%;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.33333%;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.66667%;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.28571%;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar {
  *zoom: 1;
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.small {
  padding-right: 2.8125em;
}
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.large {
  padding-right: 4em;
}
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: #3d1b55;
}
.split.button span {
  width: 3em;
}
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
.split.button span:before {
  border-color: white transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: #003e46;
}
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: #200203;
}
.split.button.success span {
  border-left-color: #162608;
}
.split.button.tiny {
  padding-right: 3.9375em;
}
.split.button.tiny span {
  width: 2.84375em;
}
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
.split.button.small {
  padding-right: 3.9375em;
}
.split.button.small span {
  width: 2.8125em;
}
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
.split.button.large {
  padding-right: 6em;
}
.split.button.large span {
  width: 3.75em;
}
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
.split.button.expand {
  padding-left: 2em;
}
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.elgg-state-selected > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > section.elgg-state-selected > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.elgg-state-selected > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .section.elgg-state-selected > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].elgg-state-selected > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section=''] > [data-section-region].elgg-state-selected > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.elgg-state-selected > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > section.elgg-state-selected > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.elgg-state-selected > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .section.elgg-state-selected > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].elgg-state-selected > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, [data-section='auto'] > [data-section-region].elgg-state-selected > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.elgg-state-selected > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > section.elgg-state-selected > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.elgg-state-selected > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .section.elgg-state-selected > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].elgg-state-selected > [data-section-content], .section-container.auto > [data-section-region].active > .content, .section-container.auto > [data-section-region].elgg-state-selected > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.elgg-state-selected > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > section.elgg-state-selected > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.elgg-state-selected > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > .section.elgg-state-selected > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].elgg-state-selected > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content,
[data-section='vertical-tabs'] > [data-section-region].elgg-state-selected > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.elgg-state-selected > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > section.elgg-state-selected > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.elgg-state-selected > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .section.elgg-state-selected > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].elgg-state-selected > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, .section-container.vertical-tabs > [data-section-region].elgg-state-selected > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.elgg-state-selected > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > section.elgg-state-selected > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.elgg-state-selected > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > .section.elgg-state-selected > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].elgg-state-selected > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content,
[data-section='vertical-nav'] > [data-section-region].elgg-state-selected > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.elgg-state-selected > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > section.elgg-state-selected > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.elgg-state-selected > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .section.elgg-state-selected > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].elgg-state-selected > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, .section-container.vertical-nav > [data-section-region].elgg-state-selected > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.elgg-state-selected > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > section.elgg-state-selected > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.elgg-state-selected > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > .section.elgg-state-selected > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].elgg-state-selected > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content,
[data-section='horizontal-nav'] > [data-section-region].elgg-state-selected > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.elgg-state-selected > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > section.elgg-state-selected > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.elgg-state-selected > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .section.elgg-state-selected > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].elgg-state-selected > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, .section-container.horizontal-nav > [data-section-region].elgg-state-selected > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.elgg-state-selected > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > section.elgg-state-selected > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.elgg-state-selected > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > .section.elgg-state-selected > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].elgg-state-selected > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content,
[data-section='accordion'] > [data-section-region].elgg-state-selected > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.elgg-state-selected > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > section.elgg-state-selected > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.elgg-state-selected > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > .section.elgg-state-selected > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].elgg-state-selected > [data-section-content], .section-container.accordion > [data-section-region].active > .content, .section-container.accordion > [data-section-region].elgg-state-selected > .content {
  display: block;
}
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.auto > section.active > .title, .section-container.auto > section.elgg-state-selected > .title, .section-container.auto > .section.active > .title, .section-container.auto > .section.elgg-state-selected > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > section.elgg-state-selected > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-tabs > .section.elgg-state-selected > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > section.elgg-state-selected > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.vertical-nav > .section.elgg-state-selected > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > section.elgg-state-selected > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.horizontal-nav > .section.elgg-state-selected > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > section.elgg-state-selected > .title,
.section-container.accordion > .section.active > .title,
.section-container.accordion > .section.elgg-state-selected > .title {
  background: #d5d5d5;
}
.section-container.auto > section.active > .title a, .section-container.auto > section.elgg-state-selected > .title a, .section-container.auto > .section.active > .title a, .section-container.auto > .section.elgg-state-selected > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > section.elgg-state-selected > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-tabs > .section.elgg-state-selected > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > section.elgg-state-selected > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.vertical-nav > .section.elgg-state-selected > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > section.elgg-state-selected > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.horizontal-nav > .section.elgg-state-selected > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > section.elgg-state-selected > .title a,
.section-container.accordion > .section.active > .title a,
.section-container.accordion > .section.elgg-state-selected > .title a {
  color: #333333;
}
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.elgg-state-selected > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > section.elgg-state-selected > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.elgg-state-selected > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > .section.elgg-state-selected > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].elgg-state-selected > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, [data-section='tabs'] > [data-section-region].elgg-state-selected > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.elgg-state-selected > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > section.elgg-state-selected > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.elgg-state-selected > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > .section.elgg-state-selected > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].elgg-state-selected > [data-section-content], .section-container.tabs > [data-section-region].active > .content, .section-container.tabs > [data-section-region].elgg-state-selected > .content {
  display: block;
}
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-container.tabs {
  border: none;
}
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.tabs > section.active > .title, .section-container.tabs > section.elgg-state-selected > .title, .section-container.tabs > .section.active > .title, .section-container.tabs > .section.elgg-state-selected > .title {
  background: white;
}
.section-container.tabs > section.active > .title a, .section-container.tabs > section.elgg-state-selected > .title a, .section-container.tabs > .section.active > .title a, .section-container.tabs > .section.elgg-state-selected > .title a {
  color: #333333;
}
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
.section-container.tabs > section.active > .title, .section-container.tabs > section.elgg-state-selected > .title, .section-container.tabs > .section.active > .title, .section-container.tabs > .section.elgg-state-selected > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.elgg-state-selected > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > section.elgg-state-selected > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.elgg-state-selected > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .section.elgg-state-selected > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].elgg-state-selected > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section=''] > [data-section-region].elgg-state-selected > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.elgg-state-selected > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > section.elgg-state-selected > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.elgg-state-selected > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .section.elgg-state-selected > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].elgg-state-selected > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, [data-section='auto'] > [data-section-region].elgg-state-selected > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.elgg-state-selected > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > section.elgg-state-selected > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.elgg-state-selected > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .section.elgg-state-selected > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].elgg-state-selected > [data-section-content], .section-container.auto > [data-section-region].active > .content, .section-container.auto > [data-section-region].elgg-state-selected > .content {
    display: block;
  }
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-container.auto {
    border: none;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .title, .section-container.auto > section.elgg-state-selected > .title, .section-container.auto > .section.active > .title, .section-container.auto > .section.elgg-state-selected > .title {
    background: white;
  }
  .section-container.auto > section.active > .title a, .section-container.auto > section.elgg-state-selected > .title a, .section-container.auto > .section.active > .title a, .section-container.auto > .section.elgg-state-selected > .title a {
    color: #333333;
  }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.auto > section.active > .title, .section-container.auto > section.elgg-state-selected > .title, .section-container.auto > .section.active > .title, .section-container.auto > .section.elgg-state-selected > .title {
    border-bottom: 0;
  }

  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.elgg-state-selected > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > section.elgg-state-selected > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.elgg-state-selected > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > .section.elgg-state-selected > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].elgg-state-selected > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, [data-section='vertical-tabs'] > [data-section-region].elgg-state-selected > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.elgg-state-selected > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > section.elgg-state-selected > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.elgg-state-selected > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .section.elgg-state-selected > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].elgg-state-selected > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, .section-container.vertical-tabs > [data-section-region].elgg-state-selected > .content {
    display: block;
  }
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > section.elgg-state-selected, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > .section.elgg-state-selected, [data-section='vertical-tabs'] > [data-section-region].active, [data-section='vertical-tabs'] > [data-section-region].elgg-state-selected, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > section.elgg-state-selected, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > .section.elgg-state-selected, .section-container.vertical-tabs > [data-section-region].active, .section-container.vertical-tabs > [data-section-region].elgg-state-selected {
    padding-left: 12.5em;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.elgg-state-selected > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > section.elgg-state-selected > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.elgg-state-selected > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > .section.elgg-state-selected > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].elgg-state-selected > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, [data-section='vertical-tabs'] > [data-section-region].elgg-state-selected > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.elgg-state-selected > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > section.elgg-state-selected > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.elgg-state-selected > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > .section.elgg-state-selected > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].elgg-state-selected > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title, .section-container.vertical-tabs > [data-section-region].elgg-state-selected > .title {
    width: 12.5em;
  }

  .section-container.vertical-tabs {
    border: none;
  }
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > section.elgg-state-selected > .title, .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > .section.elgg-state-selected > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > section.elgg-state-selected > .title a, .section-container.vertical-tabs > .section.active > .title a, .section-container.vertical-tabs > .section.elgg-state-selected > .title a {
    color: #333333;
  }
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > section.elgg-state-selected, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > .section.elgg-state-selected {
    padding-left: 12.4375em;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > section.elgg-state-selected > .title, .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > .section.elgg-state-selected > .title {
    background-color: #d5d5d5;
  }

  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.elgg-state-selected > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > section.elgg-state-selected > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.elgg-state-selected > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > .section.elgg-state-selected > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].elgg-state-selected > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, [data-section='vertical-nav'] > [data-section-region].elgg-state-selected > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.elgg-state-selected > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > section.elgg-state-selected > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.elgg-state-selected > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .section.elgg-state-selected > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].elgg-state-selected > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, .section-container.vertical-nav > [data-section-region].elgg-state-selected > .content {
    display: block;
  }
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  .section-container.vertical-nav {
    border: none;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > section.elgg-state-selected > .title, .section-container.vertical-nav > .section.active > .title, .section-container.vertical-nav > .section.elgg-state-selected > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > section.elgg-state-selected > .title a, .section-container.vertical-nav > .section.active > .title a, .section-container.vertical-nav > .section.elgg-state-selected > .title a {
    color: #333333;
  }
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.elgg-state-selected > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > section.elgg-state-selected > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.elgg-state-selected > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > .section.elgg-state-selected > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].elgg-state-selected > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, [data-section='horizontal-nav'] > [data-section-region].elgg-state-selected > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.elgg-state-selected > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > section.elgg-state-selected > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.elgg-state-selected > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .section.elgg-state-selected > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].elgg-state-selected > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, .section-container.horizontal-nav > [data-section-region].elgg-state-selected > .content {
    display: block;
  }
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > section.elgg-state-selected > .title, .section-container.horizontal-nav > .section.active > .title, .section-container.horizontal-nav > .section.elgg-state-selected > .title {
    background: #d5d5d5;
  }
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > section.elgg-state-selected > .title a, .section-container.horizontal-nav > .section.active > .title a, .section-container.horizontal-nav > .section.elgg-state-selected > .title a {
    color: #333333;
  }
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.elgg-state-selected > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > section.elgg-state-selected > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.elgg-state-selected > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > .section.elgg-state-selected > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].elgg-state-selected > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js [data-section] > [data-section-region].elgg-state-selected > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.elgg-state-selected > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > section.elgg-state-selected > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.elgg-state-selected > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > .section.elgg-state-selected > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].elgg-state-selected > [data-section-content], .no-js .section-container > [data-section-region].active > .content, .no-js .section-container > [data-section-region].elgg-state-selected > .content {
  display: block;
}
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
.no-js .section-container {
  border-top: 1px solid #cccccc;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.no-js .section-container > section.active > .title, .no-js .section-container > section.elgg-state-selected > .title, .no-js .section-container > .section.active > .title, .no-js .section-container > .section.elgg-state-selected > .title {
  background: #d5d5d5;
}
.no-js .section-container > section.active > .title a, .no-js .section-container > section.elgg-state-selected > .title a, .no-js .section-container > .section.active > .title a, .no-js .section-container > .section.elgg-state-selected > .title a {
  color: #333333;
}
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #f2f2f2;
}
.contain-to-grid .top-bar, .contain-to-grid .elgg-page-topbar nav, .elgg-page-topbar .contain-to-grid nav {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section, .fixed.expanded:not(.top-bar) .elgg-page-topbar nav section, .elgg-page-topbar nav .fixed.expanded:not(.top-bar) section {
  z-index: 98;
  margin-top: 75px;
}

.top-bar, .elgg-page-topbar nav {
  overflow: hidden;
  height: 75px;
  line-height: 75px;
  position: relative;
  background: #f2f2f2;
  margin-bottom: 0;
}
.top-bar ul, .elgg-page-topbar nav ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row, .elgg-page-topbar nav .row {
  max-width: none;
}
.top-bar form, .elgg-page-topbar nav form,
.top-bar input,
.elgg-page-topbar nav input {
  margin-bottom: 0;
}
.top-bar input, .elgg-page-topbar nav input {
  height: 2.45em;
}
.top-bar .button, .elgg-page-topbar nav .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
.top-bar .title-area, .elgg-page-topbar nav .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name, .elgg-page-topbar nav .name {
  height: 75px;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1, .elgg-page-topbar nav .name h1 {
  line-height: 75px;
  font-size: 1.0625em;
  margin: 0;
}
.top-bar .name h1 a, .elgg-page-topbar nav .name h1 a {
  font-weight: bold;
  color: #212930;
  width: 50%;
  display: block;
  padding: 0 25px;
}
.top-bar .toggle-topbar, .elgg-page-topbar nav .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a, .elgg-page-topbar nav .toggle-topbar a {
  color: #212930;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 25px;
  height: 75px;
  line-height: 75px;
}
.top-bar .toggle-topbar.menu-icon, .elgg-page-topbar nav .toggle-topbar.menu-icon {
  right: 25px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon a, .elgg-page-topbar nav .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #212930;
}
.top-bar .toggle-topbar.menu-icon a span, .elgg-page-topbar nav .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #212930, 0 16px 0 1px #212930, 0 22px 0 1px #212930;
  box-shadow: 0 10px 0 1px #212930, 0 16px 0 1px #212930, 0 22px 0 1px #212930;
}
.top-bar.expanded, .elgg-page-topbar nav.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area, .elgg-page-topbar nav.expanded .title-area {
  background: #f2f2f2;
}
.top-bar.expanded .toggle-topbar a, .elgg-page-topbar nav.expanded .toggle-topbar a {
  color: #008193;
}
.top-bar.expanded .toggle-topbar a span, .elgg-page-topbar nav.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #212930, 0 16px 0 1px #212930, 0 22px 0 1px #212930;
  box-shadow: 0 10px 0 1px #212930, 0 16px 0 1px #212930, 0 22px 0 1px #212930;
}

.top-bar-section, .elgg-page-topbar nav section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.top-bar-section ul, .elgg-page-topbar nav section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #fbfbfb;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider, .elgg-page-topbar nav section .divider,
.top-bar-section [role="separator"],
.elgg-page-topbar nav section [role="separator"] {
  border-bottom: solid 1px #36434e;
  border-top: solid 1px #0c0f12;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a, .elgg-page-topbar nav section ul li > a {
  display: block;
  width: 100%;
  color: #212930;
  padding: 12px 0 12px 0;
  padding-left: 25px;
  font-size: 0.9375em;
  font-weight: bold;
  background: #fbfbfb;
}
.top-bar-section ul li > a.button, .elgg-page-topbar nav section ul li > a.button {
  background: #752735;
  font-size: 0.9375em;
  padding-right: 25px;
  padding-left: 25px;
}
.top-bar-section ul li > a.button:hover, .elgg-page-topbar nav section ul li > a.button:hover {
  background: #601623;
}
.top-bar-section ul li > a.button.secondary, .elgg-page-topbar nav section ul li > a.button.secondary {
  background: #008193;
}
.top-bar-section ul li > a.button.secondary:hover, .elgg-page-topbar nav section ul li > a.button.secondary:hover {
  background: #005460;
}
.top-bar-section ul li > a.button.success, .elgg-page-topbar nav section ul li > a.button.success {
  background: #396516;
}
.top-bar-section ul li > a.button.success:hover, .elgg-page-topbar nav section ul li > a.button.success:hover {
  background: #213b0d;
}
.top-bar-section ul li > a.button.alert, .elgg-page-topbar nav section ul li > a.button.alert {
  background: #67080a;
}
.top-bar-section ul li > a.button.alert:hover, .elgg-page-topbar nav section ul li > a.button.alert:hover {
  background: #380405;
}
.top-bar-section ul li:hover > a, .elgg-page-topbar nav section ul li:hover > a {
  background: white;
  color: #008193;
}
.top-bar-section ul li.active > a, .elgg-page-topbar nav section ul li.active > a, .top-bar-section ul li.elgg-state-selected > a, .elgg-page-topbar nav section ul li.elgg-state-selected > a {
  background: #f2f2f2;
  color: #008193;
}
.top-bar-section .has-form, .elgg-page-topbar nav section .has-form {
  padding: 25px;
}
.top-bar-section .has-dropdown, .elgg-page-topbar nav section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after, .elgg-page-topbar nav section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(33, 41, 48, 0.9);
  border-left-style: solid;
  margin-right: 25px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved, .elgg-page-topbar nav section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown, .elgg-page-topbar nav section .has-dropdown.moved > .dropdown {
  display: block;
}
.top-bar-section .dropdown, .elgg-page-topbar nav section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
.top-bar-section .dropdown li, .elgg-page-topbar nav section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a, .elgg-page-topbar nav section .dropdown li a {
  font-weight: normal;
  padding: 8px 25px;
}
.top-bar-section .dropdown li a.parent-link, .elgg-page-topbar nav section .dropdown li a.parent-link {
  font-weight: bold;
}
.top-bar-section .dropdown li.title h5, .elgg-page-topbar nav section .dropdown li.title h5 {
  margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a, .elgg-page-topbar nav section .dropdown li.title h5 a {
  color: #212930;
  line-height: 37.5px;
  display: block;
}
.top-bar-section .dropdown label, .elgg-page-topbar nav section .dropdown label {
  padding: 8px 25px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.9375em;
}

.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 940px) {
  .top-bar, .elgg-page-topbar nav {
    background: #f2f2f2;
    *zoom: 1;
    overflow: visible;
  }
  .top-bar:before, .elgg-page-topbar nav:before, .top-bar:after, .elgg-page-topbar nav:after {
    content: " ";
    display: table;
  }
  .top-bar:after, .elgg-page-topbar nav:after {
    clear: both;
  }
  .top-bar .toggle-topbar, .elgg-page-topbar nav .toggle-topbar {
    display: none;
  }
  .top-bar .title-area, .elgg-page-topbar nav .title-area {
    float: left;
  }
  .top-bar .name h1 a, .elgg-page-topbar nav .name h1 a {
    width: auto;
  }
  .top-bar input, .elgg-page-topbar nav input,
  .top-bar .button,
  .elgg-page-topbar nav .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  .top-bar.expanded, .elgg-page-topbar nav.expanded {
    background: #f2f2f2;
  }

  .contain-to-grid .top-bar, .contain-to-grid .elgg-page-topbar nav, .elgg-page-topbar .contain-to-grid nav {
    max-width: 75em;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section, .elgg-page-topbar nav section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul, .elgg-page-topbar nav section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li, .elgg-page-topbar nav section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated, .elgg-page-topbar nav section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button), .elgg-page-topbar nav section li.hover > a:not(.button) {
    background: white;
    color: #008193;
  }
  .top-bar-section li a:not(.button), .elgg-page-topbar nav section li a:not(.button) {
    padding: 0 25px;
    line-height: 75px;
    background: #f2f2f2;
  }
  .top-bar-section li a:not(.button):hover, .elgg-page-topbar nav section li a:not(.button):hover {
    background: white;
  }
  .top-bar-section .has-dropdown > a, .elgg-page-topbar nav section .has-dropdown > a {
    padding-right: 45px !important;
  }
  .top-bar-section .has-dropdown > a:after, .elgg-page-topbar nav section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(33, 41, 48, 0.9) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 37.5px;
  }
  .top-bar-section .has-dropdown.moved, .elgg-page-topbar nav section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown, .elgg-page-topbar nav section .has-dropdown.moved > .dropdown {
    display: none;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .elgg-page-topbar nav section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown, .elgg-page-topbar nav section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after, .elgg-page-topbar nav section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  .top-bar-section .dropdown, .elgg-page-topbar nav section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a, .elgg-page-topbar nav section .dropdown li a {
    color: #212930;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 25px;
    background: #fbfbfb;
  }
  .top-bar-section .dropdown li label, .elgg-page-topbar nav section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  .top-bar-section .dropdown li .dropdown, .elgg-page-topbar nav section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .elgg-page-topbar nav section > ul > .divider, .top-bar-section > ul > [role="separator"], .elgg-page-topbar nav section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #36434e;
    border-left: solid 1px #0c0f12;
    clear: none;
    height: 75px;
    width: 0;
  }
  .top-bar-section .has-form, .elgg-page-topbar nav section .has-form {
    background: #f2f2f2;
    padding: 0 25px;
    height: 75px;
  }
  .top-bar-section ul.right li .dropdown, .elgg-page-topbar nav section ul.right li .dropdown, .top-bar-section ul.elgg-menu-title li .dropdown, .elgg-page-topbar nav section ul.elgg-menu-title li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section ul.right li .dropdown li .dropdown, .elgg-page-topbar nav section ul.right li .dropdown li .dropdown, .top-bar-section ul.elgg-menu-title li .dropdown li .dropdown, .elgg-page-topbar nav section ul.elgg-menu-title li .dropdown li .dropdown {
    right: 100%;
  }

  .no-js .top-bar-section ul li:hover > a, .no-js .elgg-page-topbar nav section ul li:hover > a, .elgg-page-topbar nav .no-js section ul li:hover > a {
    background: white;
    color: #008193;
  }
  .no-js .top-bar-section ul li:active > a, .no-js .elgg-page-topbar nav section ul li:active > a, .elgg-page-topbar nav .no-js section ul li:active > a {
    background: #f2f2f2;
    color: #008193;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown, .no-js .elgg-page-topbar nav section .has-dropdown:hover > .dropdown, .elgg-page-topbar nav .no-js section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #cccccc;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -8px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #cccccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.orbit-bullets li.active, .orbit-bullets li.elgg-state-selected {
  background: #555555;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium, .reveal-modal {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !important;
  }
}
/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
.joyride-tip-guide .joyride-nub.right, .joyride-tip-guide .joyride-nub.elgg-menu-title {
  right: -28px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  .joyride-tip-guide .joyride-nub.right, .joyride-tip-guide .joyride-nub.elgg-menu-title {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
[data-clearing]:after {
  clear: both;
}
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: white;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: white;
  }

  .clearing-main-prev.disabled, .clearing-main-prev.elgg-state-disabled,
  .clearing-main-next.disabled,
  .clearing-main-next.elgg-state-disabled {
    opacity: 0.5;
  }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #752735;
  border-color: #601623;
  color: white;
}
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333333;
  opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #396516;
  border-color: #213b0d;
  color: white;
}
.alert-box.alert {
  background-color: #67080a;
  border-color: #380405;
  color: white;
}
.alert-box.secondary {
  background-color: #008193;
  border-color: #005460;
  color: white;
}

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #fbfbfb;
  border-color: #f0efeb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #752735;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: white;
}
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
}
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222222 transparent transparent transparent;
  border-top-style: solid;
}
form.custom .custom.dropdown .disabled, form.custom .custom.dropdown .elgg-state-disabled {
  color: #888888;
}
form.custom .custom.dropdown .disabled:hover, form.custom .custom.dropdown .elgg-state-disabled:hover {
  background: transparent;
  color: #888888;
}
form.custom .custom.dropdown .disabled:hover:after, form.custom .custom.dropdown .elgg-state-disabled:hover:after {
  display: none;
}
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
form.custom .custom.dropdown.small {
  max-width: 134px;
}
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
form.custom .custom.dropdown.large {
  max-width: 434px;
}
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .error .custom.dropdown {
  border-color: #67080a;
  background-color: rgba(103, 8, 10, 0.1);
  background: rgba(103, 8, 10, 0.1);
  margin-bottom: 0;
}
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
}
form.custom .custom.dropdown ul li {
  color: #555555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
form.custom .custom.dropdown ul li.selected, form.custom .custom.dropdown ul li.elgg-state-selected {
  background: #eeeeee;
  color: black;
}
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: black;
}
form.custom .custom.dropdown ul li.selected:hover, form.custom .custom.dropdown ul li.elgg-state-selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}
form.custom .custom.dropdown ul.show {
  display: block;
}
form.custom .custom.disabled, form.custom .custom.elgg-state-disabled {
  background: #dddddd;
}

/* Keystroke Characters */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
.label {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.25em 0.25em 0.1875em;
  font-size: 0.8125em;
  background-color: #752735;
  color: white;
}
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.label.alert {
  background-color: #67080a;
  color: white;
}
.label.success {
  background-color: #396516;
  color: white;
}
.label.secondary {
  background-color: #008193;
  color: white;
}

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
ul.pagination li {
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
ul.pagination li a {
  display: block;
  padding: 0.125em 0.375em;
  color: #752735;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #752735;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #752735;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 0;
  border-color: #601623;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #752735;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: white;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a {
  color: white;
}
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #dddddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 1em;
}
.pricing-table .price {
  background-color: #eeeeee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 1.25em;
}
.pricing-table .description {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #777777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #333333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Progress Bar */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}
.progress .meter {
  background: #752735;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #008193;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #396516;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #67080a;
  height: 100%;
  display: block;
}
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
.side-nav li a {
  display: block;
  color: #752735;
}
.side-nav li.active > a:first-child, .side-nav li.elgg-state-selected > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0 0 1.5625em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  text-decoration: none;
}
.sub-nav dt.active a, .sub-nav dt.elgg-state-selected a,
.sub-nav dd.active a,
.sub-nav dd.elgg-state-selected a,
.sub-nav li.active a,
.sub-nav li.elgg-state-selected a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  background: #752735;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: white;
}

/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 2.25em;
    background: white;
    border-color: #cccccc;
  }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  div.switch input:checked {
    display: none !important;
  }
  div.switch input {
    left: 0;
    display: block !important;
  }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  div.switch span.custom {
    display: none !important;
  }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  div.switch label {
    padding: 0;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #b8e793, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #b8e793, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  div.switch:active {
    background: transparent;
  }
  div.switch.large {
    height: 2.75em;
  }
  div.switch.large label {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  div.switch.small {
    height: 1.75em;
  }
  div.switch.small label {
    padding: 0;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  div.switch.tiny {
    height: 1.375em;
  }
  div.switch.tiny label {
    padding: 0;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  div.switch.round label {
    padding: 0 0.5625em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }

    to {
      position: relative;
    }
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  div.switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  div.switch {
    -webkit-animation: none 0;
  }
}
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
}
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(102, 46, 143, 0.5);
  box-shadow: 0 0 6px 1px rgba(102, 46, 143, 0.5);
}
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #2f1542;
  color: #752735;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}
.tooltip.opened {
  color: #752735 !important;
  border-bottom: dotted 1px #2f1542 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before, .f-dropdown.elgg-menu-title:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after, .f-dropdown.elgg-menu-title:after {
  left: auto;
  right: 9px;
}
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ***************************************
	GRID
*************************************** */
.elgg-col {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
.elgg-col > .elgg-inner {
  *zoom: 1;
}
.elgg-col > .elgg-inner:before, .elgg-col > .elgg-inner:after {
  content: " ";
  display: table;
}
.elgg-col > .elgg-inner:after {
  clear: both;
}

.elgg-col-1of1 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.elgg-col-1of2,
.elgg-col-2of4,
.elgg-col-3of6 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-1of2,
  .elgg-col-2of4,
  .elgg-col-3of6 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 50%;
    float: left;
  }
}

.elgg-col-1of3,
.elgg-col-2of6 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-1of3,
  .elgg-col-2of6 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 33.33333%;
    float: left;
  }
}

.elgg-col-2of3,
.elgg-col-4of6 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-2of3,
  .elgg-col-4of6 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    float: left;
  }
}

.elgg-col-1of4 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-1of4 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: left;
  }
}

.elgg-col-3of4 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-3of4 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 75%;
    float: left;
  }
}

.elgg-col-1of5 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-1of5 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 20%;
    float: left;
  }
}

.elgg-col-2of5 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-2of5 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 40%;
    float: left;
  }
}

.elgg-col-3of5 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-3of5 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 60%;
    float: left;
  }
}

.elgg-col-4of5 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-4of5 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 80%;
    float: left;
  }
}

.elgg-col-1of6 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-1of6 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 16.66667%;
    float: left;
  }
}

.elgg-col-5of6 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-col-5of6 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    float: left;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 1.875em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.5625em;
}

h4 {
  font-size: 1.125em;
}

acronym {
  text-transform: none;
}

ol, ul {
  list-style: none;
}

.elgg-heading-site, .elgg-heading-site:hover {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 0 black;
  font-size: 1.25em;
  padding: 0.625em;
}
@media only screen and (min-width: 768px) {
  .elgg-heading-site, .elgg-heading-site:hover {
    font-size: 1.5625em;
  }
}

.elgg-heading-main, .elgg-heading-main:hover {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 66.66667%;
  float: left;
  color: #212930;
}

.elgg-heading-basic {
  color: #212930;
  font-size: 1.125em;
}

.elgg-subtext {
  color: #2f2f2f;
  font-size: 0.875em;
  line-height: 1.2em;
  font-style: italic;
}

.elgg-text-help {
  display: block;
  font-size: 85%;
  font-style: italic;
}

.elgg-quiet {
  color: #3c3c3c;
}

.elgg-loud {
  color: #090909;
  font-weight: bold;
}

.elgg-output {
  margin: 0.625em 0;
}

form, .elgg-form {
  margin: 0;
  *zoom: 1;
}
form:before, form:after, .elgg-form:before, .elgg-form:after {
  content: " ";
  display: table;
}
form:after, .elgg-form:after {
  clear: both;
}
form > fieldset, .elgg-form > fieldset {
  border: none;
  margin: 0;
}
form label, .elgg-form label {
  color: #151515;
}
form label + br, .elgg-form label + br {
  display: none;
}
form .mceEditor, .elgg-form .mceEditor {
  margin-bottom: 20px;
  display: block;
}

/* **************************
	BUTTONS
************************** */
.elgg-button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #752735;
  border-color: #601623;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.elgg-button:hover, .elgg-button:focus {
  background-color: #601623;
}
.elgg-button:hover, .elgg-button:focus {
  color: white;
}
.elgg-button.elgg-button-large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
.elgg-button.elgg-button-small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
.elgg-button.elgg-button-tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
.elgg-button.elgg-button-submit {
  background-color: #752736;
  border-color: #752735;
  color: white;
}
.elgg-button.elgg-button-submit:hover, .elgg-button.elgg-button-submit:focus {
  background-color: #752735;
}
.elgg-button.elgg-button-submit:hover, .elgg-button.elgg-button-submit:focus {
  color: white;
}
.elgg-button.elgg-button-action {
  background-color: #008193;
  border-color: #005460;
  color: white;
}
.elgg-button.elgg-button-action:hover, .elgg-button.elgg-button-action:focus {
  background-color: #005460;
}
.elgg-button.elgg-button-action:hover, .elgg-button.elgg-button-action:focus {
  color: white;
}
.elgg-button.elgg-button-cancel {
  background-color: #999999;
  border-color: gray;
  color: white;
}
.elgg-button.elgg-button-cancel:hover, .elgg-button.elgg-button-cancel:focus {
  background-color: gray;
}
.elgg-button.elgg-button-cancel:hover, .elgg-button.elgg-button-cancel:focus {
  color: white;
}
.elgg-button.elgg-button-delete {
  background-color: #67080a;
  border-color: #380405;
  color: white;
}
.elgg-button.elgg-button-delete:hover, .elgg-button.elgg-button-delete:focus {
  background-color: #380405;
}
.elgg-button.elgg-button-delete:hover, .elgg-button.elgg-button-delete:focus {
  color: white;
}
.elgg-button.elgg-button-dropdown {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #752735;
  border-color: #601623;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding-right: 3.1875em;
}
.elgg-button.elgg-button-dropdown:hover, .elgg-button.elgg-button-dropdown:focus {
  background-color: #601623;
}
.elgg-button.elgg-button-dropdown:hover, .elgg-button.elgg-button-dropdown:focus {
  color: white;
}
.elgg-button.elgg-button-dropdown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
.elgg-button.elgg-button-dropdown:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
.elgg-button.elgg-button-dropdown:before {
  border-color: white transparent transparent transparent;
}
.elgg-button.elgg-state-disabled {
  background-color: #dedede;
  border-color: #c5c5c5;
  color: #333333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elgg-button.elgg-state-disabled:hover, .elgg-button.elgg-state-disabled:focus {
  background-color: #c5c5c5;
}
.elgg-button.elgg-state-disabled:hover, .elgg-button.elgg-state-disabled:focus {
  color: #333333;
}
.elgg-button.elgg-state-disabled:hover, .elgg-button.elgg-state-disabled:focus {
  background-color: #dedede;
}

/* ***************************************
	ICONS
*************************************** */
/*!
 *  Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/../fonts/fontawesome-webfont.eot?v=4.0.2');
  src: url('../../../fonts/../fonts/fontawesome-webfont.eot?v=4.0.2#iefix') format("embedded-opentype"), url('../../../fonts/../fonts/fontawesome-webfont.woff?v=4.0.2') format("woff"), url('../../../fonts/../fonts/fontawesome-webfont.ttf?v=4.0.2') format("truetype"), url('../../../fonts/../fonts/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}

.elgg-icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.elgg-icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.elgg-icon-2x {
  font-size: 2em;
}

.elgg-icon-3x {
  font-size: 3em;
}

.elgg-icon-4x {
  font-size: 4em;
}

.elgg-icon-5x {
  font-size: 5em;
}

.elgg-icon-fw {
  width: 1.28571em;
  text-align: center;
}

.elgg-icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.elgg-icon-ul > li {
  position: relative;
}

.elgg-icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.elgg-icon-li.elgg-icon-lg {
  left: -1.85714em;
}

.elgg-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #cccccc;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.elgg-icon.pull-left {
  margin-right: .3em;
}
.elgg-icon.pull-right {
  margin-left: .3em;
}

.elgg-icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.elgg-icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.elgg-icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.elgg-icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.elgg-icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.elgg-icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.elgg-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.elgg-icon-stack-1x, .elgg-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.elgg-icon-stack-1x {
  line-height: inherit;
}

.elgg-icon-stack-2x {
  font-size: 2em;
}

.elgg-icon-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.elgg-icon-glass:before {
  content: "\f000";
}

.elgg-icon-music:before {
  content: "\f001";
}

.elgg-icon-search:before {
  content: "\f002";
}

.elgg-icon-envelope-o:before {
  content: "\f003";
}

.elgg-icon-heart:before {
  content: "\f004";
}

.elgg-icon-star:before {
  content: "\f005";
}

.elgg-icon-star-o:before {
  content: "\f006";
}

.elgg-icon-user:before {
  content: "\f007";
}

.elgg-icon-film:before {
  content: "\f008";
}

.elgg-icon-th-large:before {
  content: "\f009";
}

.elgg-icon-th:before {
  content: "\f00a";
}

.elgg-icon-th-list:before {
  content: "\f00b";
}

.elgg-icon-check:before {
  content: "\f00c";
}

.elgg-icon-times:before {
  content: "\f00d";
}

.elgg-icon-search-plus:before {
  content: "\f00e";
}

.elgg-icon-search-minus:before {
  content: "\f010";
}

.elgg-icon-power-off:before {
  content: "\f011";
}

.elgg-icon-signal:before {
  content: "\f012";
}

.elgg-icon-gear:before,
.elgg-icon-cog:before {
  content: "\f013";
}

.elgg-icon-trash-o:before {
  content: "\f014";
}

.elgg-icon-home:before {
  content: "\f015";
}

.elgg-icon-file-o:before {
  content: "\f016";
}

.elgg-icon-clock-o:before {
  content: "\f017";
}

.elgg-icon-road:before {
  content: "\f018";
}

.elgg-icon-download:before {
  content: "\f019";
}

.elgg-icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.elgg-icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.elgg-icon-inbox:before {
  content: "\f01c";
}

.elgg-icon-play-circle-o:before {
  content: "\f01d";
}

.elgg-icon-rotate-right:before,
.elgg-icon-repeat:before {
  content: "\f01e";
}

.elgg-icon-refresh:before {
  content: "\f021";
}

.elgg-icon-list-alt:before {
  content: "\f022";
}

.elgg-icon-lock:before {
  content: "\f023";
}

.elgg-icon-flag:before {
  content: "\f024";
}

.elgg-icon-headphones:before {
  content: "\f025";
}

.elgg-icon-volume-off:before {
  content: "\f026";
}

.elgg-icon-volume-down:before {
  content: "\f027";
}

.elgg-icon-volume-up:before {
  content: "\f028";
}

.elgg-icon-qrcode:before {
  content: "\f029";
}

.elgg-icon-barcode:before {
  content: "\f02a";
}

.elgg-icon-tag:before {
  content: "\f02b";
}

.elgg-icon-tags:before {
  content: "\f02c";
}

.elgg-icon-book:before {
  content: "\f02d";
}

.elgg-icon-bookmark:before {
  content: "\f02e";
}

.elgg-icon-print:before {
  content: "\f02f";
}

.elgg-icon-camera:before {
  content: "\f030";
}

.elgg-icon-font:before {
  content: "\f031";
}

.elgg-icon-bold:before {
  content: "\f032";
}

.elgg-icon-italic:before {
  content: "\f033";
}

.elgg-icon-text-height:before {
  content: "\f034";
}

.elgg-icon-text-width:before {
  content: "\f035";
}

.elgg-icon-align-left:before {
  content: "\f036";
}

.elgg-icon-align-center:before {
  content: "\f037";
}

.elgg-icon-align-right:before {
  content: "\f038";
}

.elgg-icon-align-justify:before {
  content: "\f039";
}

.elgg-icon-list:before {
  content: "\f03a";
}

.elgg-icon-dedent:before,
.elgg-icon-outdent:before {
  content: "\f03b";
}

.elgg-icon-indent:before {
  content: "\f03c";
}

.elgg-icon-video-camera:before {
  content: "\f03d";
}

.elgg-icon-picture-o:before {
  content: "\f03e";
}

.elgg-icon-pencil:before {
  content: "\f040";
}

.elgg-icon-map-marker:before {
  content: "\f041";
}

.elgg-icon-adjust:before {
  content: "\f042";
}

.elgg-icon-tint:before {
  content: "\f043";
}

.elgg-icon-edit:before,
.elgg-icon-pencil-square-o:before {
  content: "\f044";
}

.elgg-icon-share-square-o:before {
  content: "\f045";
}

.elgg-icon-check-square-o:before {
  content: "\f046";
}

.elgg-icon-arrows:before {
  content: "\f047";
}

.elgg-icon-step-backward:before {
  content: "\f048";
}

.elgg-icon-fast-backward:before {
  content: "\f049";
}

.elgg-icon-backward:before {
  content: "\f04a";
}

.elgg-icon-play:before {
  content: "\f04b";
}

.elgg-icon-pause:before {
  content: "\f04c";
}

.elgg-icon-stop:before {
  content: "\f04d";
}

.elgg-icon-forward:before {
  content: "\f04e";
}

.elgg-icon-fast-forward:before {
  content: "\f050";
}

.elgg-icon-step-forward:before {
  content: "\f051";
}

.elgg-icon-eject:before {
  content: "\f052";
}

.elgg-icon-chevron-left:before {
  content: "\f053";
}

.elgg-icon-chevron-right:before {
  content: "\f054";
}

.elgg-icon-plus-circle:before {
  content: "\f055";
}

.elgg-icon-minus-circle:before {
  content: "\f056";
}

.elgg-icon-times-circle:before {
  content: "\f057";
}

.elgg-icon-check-circle:before {
  content: "\f058";
}

.elgg-icon-question-circle:before {
  content: "\f059";
}

.elgg-icon-info-circle:before {
  content: "\f05a";
}

.elgg-icon-crosshairs:before {
  content: "\f05b";
}

.elgg-icon-times-circle-o:before {
  content: "\f05c";
}

.elgg-icon-check-circle-o:before {
  content: "\f05d";
}

.elgg-icon-ban:before {
  content: "\f05e";
}

.elgg-icon-arrow-left:before {
  content: "\f060";
}

.elgg-icon-arrow-right:before {
  content: "\f061";
}

.elgg-icon-arrow-up:before {
  content: "\f062";
}

.elgg-icon-arrow-down:before {
  content: "\f063";
}

.elgg-icon-mail-forward:before,
.elgg-icon-share:before {
  content: "\f064";
}

.elgg-icon-expand:before {
  content: "\f065";
}

.elgg-icon-compress:before {
  content: "\f066";
}

.elgg-icon-plus:before {
  content: "\f067";
}

.elgg-icon-minus:before {
  content: "\f068";
}

.elgg-icon-asterisk:before {
  content: "\f069";
}

.elgg-icon-exclamation-circle:before {
  content: "\f06a";
}

.elgg-icon-gift:before {
  content: "\f06b";
}

.elgg-icon-leaf:before {
  content: "\f06c";
}

.elgg-icon-fire:before {
  content: "\f06d";
}

.elgg-icon-eye:before {
  content: "\f06e";
}

.elgg-icon-eye-slash:before {
  content: "\f070";
}

.elgg-icon-warning:before,
.elgg-icon-exclamation-triangle:before {
  content: "\f071";
}

.elgg-icon-plane:before {
  content: "\f072";
}

.elgg-icon-calendar:before {
  content: "\f073";
}

.elgg-icon-random:before {
  content: "\f074";
}

.elgg-icon-comment:before {
  content: "\f075";
}

.elgg-icon-magnet:before {
  content: "\f076";
}

.elgg-icon-chevron-up:before {
  content: "\f077";
}

.elgg-icon-chevron-down:before {
  content: "\f078";
}

.elgg-icon-retweet:before {
  content: "\f079";
}

.elgg-icon-shopping-cart:before {
  content: "\f07a";
}

.elgg-icon-folder:before {
  content: "\f07b";
}

.elgg-icon-folder-open:before {
  content: "\f07c";
}

.elgg-icon-arrows-v:before {
  content: "\f07d";
}

.elgg-icon-arrows-h:before {
  content: "\f07e";
}

.elgg-icon-bar-chart-o:before {
  content: "\f080";
}

.elgg-icon-twitter-square:before {
  content: "\f081";
}

.elgg-icon-facebook-square:before {
  content: "\f082";
}

.elgg-icon-camera-retro:before {
  content: "\f083";
}

.elgg-icon-key:before {
  content: "\f084";
}

.elgg-icon-gears:before,
.elgg-icon-cogs:before {
  content: "\f085";
}

.elgg-icon-comments:before {
  content: "\f086";
}

.elgg-icon-thumbs-o-up:before {
  content: "\f087";
}

.elgg-icon-thumbs-o-down:before {
  content: "\f088";
}

.elgg-icon-star-half:before {
  content: "\f089";
}

.elgg-icon-heart-o:before {
  content: "\f08a";
}

.elgg-icon-sign-out:before {
  content: "\f08b";
}

.elgg-icon-linkedin-square:before {
  content: "\f08c";
}

.elgg-icon-thumb-tack:before {
  content: "\f08d";
}

.elgg-icon-external-link:before {
  content: "\f08e";
}

.elgg-icon-sign-in:before {
  content: "\f090";
}

.elgg-icon-trophy:before {
  content: "\f091";
}

.elgg-icon-github-square:before {
  content: "\f092";
}

.elgg-icon-upload:before {
  content: "\f093";
}

.elgg-icon-lemon-o:before {
  content: "\f094";
}

.elgg-icon-phone:before {
  content: "\f095";
}

.elgg-icon-square-o:before {
  content: "\f096";
}

.elgg-icon-bookmark-o:before {
  content: "\f097";
}

.elgg-icon-phone-square:before {
  content: "\f098";
}

.elgg-icon-twitter:before {
  content: "\f099";
}

.elgg-icon-facebook:before {
  content: "\f09a";
}

.elgg-icon-github:before {
  content: "\f09b";
}

.elgg-icon-unlock:before {
  content: "\f09c";
}

.elgg-icon-credit-card:before {
  content: "\f09d";
}

.elgg-icon-rss:before {
  content: "\f09e";
}

.elgg-icon-hdd-o:before {
  content: "\f0a0";
}

.elgg-icon-bullhorn:before {
  content: "\f0a1";
}

.elgg-icon-bell:before {
  content: "\f0f3";
}

.elgg-icon-certificate:before {
  content: "\f0a3";
}

.elgg-icon-hand-o-right:before {
  content: "\f0a4";
}

.elgg-icon-hand-o-left:before {
  content: "\f0a5";
}

.elgg-icon-hand-o-up:before {
  content: "\f0a6";
}

.elgg-icon-hand-o-down:before {
  content: "\f0a7";
}

.elgg-icon-arrow-circle-left:before {
  content: "\f0a8";
}

.elgg-icon-arrow-circle-right:before {
  content: "\f0a9";
}

.elgg-icon-arrow-circle-up:before {
  content: "\f0aa";
}

.elgg-icon-arrow-circle-down:before {
  content: "\f0ab";
}

.elgg-icon-globe:before {
  content: "\f0ac";
}

.elgg-icon-wrench:before {
  content: "\f0ad";
}

.elgg-icon-tasks:before {
  content: "\f0ae";
}

.elgg-icon-filter:before {
  content: "\f0b0";
}

.elgg-icon-briefcase:before {
  content: "\f0b1";
}

.elgg-icon-arrows-alt:before {
  content: "\f0b2";
}

.elgg-icon-group:before,
.elgg-icon-users:before {
  content: "\f0c0";
}

.elgg-icon-chain:before,
.elgg-icon-link:before {
  content: "\f0c1";
}

.elgg-icon-cloud:before {
  content: "\f0c2";
}

.elgg-icon-flask:before {
  content: "\f0c3";
}

.elgg-icon-cut:before,
.elgg-icon-scissors:before {
  content: "\f0c4";
}

.elgg-icon-copy:before,
.elgg-icon-files-o:before {
  content: "\f0c5";
}

.elgg-icon-paperclip:before {
  content: "\f0c6";
}

.elgg-icon-save:before,
.elgg-icon-floppy-o:before {
  content: "\f0c7";
}

.elgg-icon-square:before {
  content: "\f0c8";
}

.elgg-icon-bars:before {
  content: "\f0c9";
}

.elgg-icon-list-ul:before {
  content: "\f0ca";
}

.elgg-icon-list-ol:before {
  content: "\f0cb";
}

.elgg-icon-strikethrough:before {
  content: "\f0cc";
}

.elgg-icon-underline:before {
  content: "\f0cd";
}

.elgg-icon-table:before {
  content: "\f0ce";
}

.elgg-icon-magic:before {
  content: "\f0d0";
}

.elgg-icon-truck:before {
  content: "\f0d1";
}

.elgg-icon-pinterest:before {
  content: "\f0d2";
}

.elgg-icon-pinterest-square:before {
  content: "\f0d3";
}

.elgg-icon-google-plus-square:before {
  content: "\f0d4";
}

.elgg-icon-google-plus:before {
  content: "\f0d5";
}

.elgg-icon-money:before {
  content: "\f0d6";
}

.elgg-icon-caret-down:before {
  content: "\f0d7";
}

.elgg-icon-caret-up:before {
  content: "\f0d8";
}

.elgg-icon-caret-left:before {
  content: "\f0d9";
}

.elgg-icon-caret-right:before {
  content: "\f0da";
}

.elgg-icon-columns:before {
  content: "\f0db";
}

.elgg-icon-unsorted:before,
.elgg-icon-sort:before {
  content: "\f0dc";
}

.elgg-icon-sort-down:before,
.elgg-icon-sort-asc:before {
  content: "\f0dd";
}

.elgg-icon-sort-up:before,
.elgg-icon-sort-desc:before {
  content: "\f0de";
}

.elgg-icon-envelope:before {
  content: "\f0e0";
}

.elgg-icon-linkedin:before {
  content: "\f0e1";
}

.elgg-icon-rotate-left:before,
.elgg-icon-undo:before {
  content: "\f0e2";
}

.elgg-icon-legal:before,
.elgg-icon-gavel:before {
  content: "\f0e3";
}

.elgg-icon-dashboard:before,
.elgg-icon-tachometer:before {
  content: "\f0e4";
}

.elgg-icon-comment-o:before {
  content: "\f0e5";
}

.elgg-icon-comments-o:before {
  content: "\f0e6";
}

.elgg-icon-flash:before,
.elgg-icon-bolt:before {
  content: "\f0e7";
}

.elgg-icon-sitemap:before {
  content: "\f0e8";
}

.elgg-icon-umbrella:before {
  content: "\f0e9";
}

.elgg-icon-paste:before,
.elgg-icon-clipboard:before {
  content: "\f0ea";
}

.elgg-icon-lightbulb-o:before {
  content: "\f0eb";
}

.elgg-icon-exchange:before {
  content: "\f0ec";
}

.elgg-icon-cloud-download:before {
  content: "\f0ed";
}

.elgg-icon-cloud-upload:before {
  content: "\f0ee";
}

.elgg-icon-user-md:before {
  content: "\f0f0";
}

.elgg-icon-stethoscope:before {
  content: "\f0f1";
}

.elgg-icon-suitcase:before {
  content: "\f0f2";
}

.elgg-icon-bell-o:before {
  content: "\f0a2";
}

.elgg-icon-coffee:before {
  content: "\f0f4";
}

.elgg-icon-cutlery:before {
  content: "\f0f5";
}

.elgg-icon-file-text-o:before {
  content: "\f0f6";
}

.elgg-icon-building-o:before {
  content: "\f0f7";
}

.elgg-icon-hospital-o:before {
  content: "\f0f8";
}

.elgg-icon-ambulance:before {
  content: "\f0f9";
}

.elgg-icon-medkit:before {
  content: "\f0fa";
}

.elgg-icon-fighter-jet:before {
  content: "\f0fb";
}

.elgg-icon-beer:before {
  content: "\f0fc";
}

.elgg-icon-h-square:before {
  content: "\f0fd";
}

.elgg-icon-plus-square:before {
  content: "\f0fe";
}

.elgg-icon-angle-double-left:before {
  content: "\f100";
}

.elgg-icon-angle-double-right:before {
  content: "\f101";
}

.elgg-icon-angle-double-up:before {
  content: "\f102";
}

.elgg-icon-angle-double-down:before {
  content: "\f103";
}

.elgg-icon-angle-left:before {
  content: "\f104";
}

.elgg-icon-angle-right:before {
  content: "\f105";
}

.elgg-icon-angle-up:before {
  content: "\f106";
}

.elgg-icon-angle-down:before {
  content: "\f107";
}

.elgg-icon-desktop:before {
  content: "\f108";
}

.elgg-icon-laptop:before {
  content: "\f109";
}

.elgg-icon-tablet:before {
  content: "\f10a";
}

.elgg-icon-mobile-phone:before,
.elgg-icon-mobile:before {
  content: "\f10b";
}

.elgg-icon-circle-o:before {
  content: "\f10c";
}

.elgg-icon-quote-left:before {
  content: "\f10d";
}

.elgg-icon-quote-right:before {
  content: "\f10e";
}

.elgg-icon-spinner:before {
  content: "\f110";
}

.elgg-icon-circle:before {
  content: "\f111";
}

.elgg-icon-mail-reply:before,
.elgg-icon-reply:before {
  content: "\f112";
}

.elgg-icon-github-alt:before {
  content: "\f113";
}

.elgg-icon-folder-o:before {
  content: "\f114";
}

.elgg-icon-folder-open-o:before {
  content: "\f115";
}

.elgg-icon-smile-o:before {
  content: "\f118";
}

.elgg-icon-frown-o:before {
  content: "\f119";
}

.elgg-icon-meh-o:before {
  content: "\f11a";
}

.elgg-icon-gamepad:before {
  content: "\f11b";
}

.elgg-icon-keyboard-o:before {
  content: "\f11c";
}

.elgg-icon-flag-o:before {
  content: "\f11d";
}

.elgg-icon-flag-checkered:before {
  content: "\f11e";
}

.elgg-icon-terminal:before {
  content: "\f120";
}

.elgg-icon-code:before {
  content: "\f121";
}

.elgg-icon-reply-all:before {
  content: "\f122";
}

.elgg-icon-mail-reply-all:before {
  content: "\f122";
}

.elgg-icon-star-half-empty:before,
.elgg-icon-star-half-full:before,
.elgg-icon-star-half-o:before {
  content: "\f123";
}

.elgg-icon-location-arrow:before {
  content: "\f124";
}

.elgg-icon-crop:before {
  content: "\f125";
}

.elgg-icon-code-fork:before {
  content: "\f126";
}

.elgg-icon-unlink:before,
.elgg-icon-chain-broken:before {
  content: "\f127";
}

.elgg-icon-question:before {
  content: "\f128";
}

.elgg-icon-info:before {
  content: "\f129";
}

.elgg-icon-exclamation:before {
  content: "\f12a";
}

.elgg-icon-superscript:before {
  content: "\f12b";
}

.elgg-icon-subscript:before {
  content: "\f12c";
}

.elgg-icon-eraser:before {
  content: "\f12d";
}

.elgg-icon-puzzle-piece:before {
  content: "\f12e";
}

.elgg-icon-microphone:before {
  content: "\f130";
}

.elgg-icon-microphone-slash:before {
  content: "\f131";
}

.elgg-icon-shield:before {
  content: "\f132";
}

.elgg-icon-calendar-o:before {
  content: "\f133";
}

.elgg-icon-fire-extinguisher:before {
  content: "\f134";
}

.elgg-icon-rocket:before {
  content: "\f135";
}

.elgg-icon-maxcdn:before {
  content: "\f136";
}

.elgg-icon-chevron-circle-left:before {
  content: "\f137";
}

.elgg-icon-chevron-circle-right:before {
  content: "\f138";
}

.elgg-icon-chevron-circle-up:before {
  content: "\f139";
}

.elgg-icon-chevron-circle-down:before {
  content: "\f13a";
}

.elgg-icon-html5:before {
  content: "\f13b";
}

.elgg-icon-css3:before {
  content: "\f13c";
}

.elgg-icon-anchor:before {
  content: "\f13d";
}

.elgg-icon-unlock-alt:before {
  content: "\f13e";
}

.elgg-icon-bullseye:before {
  content: "\f140";
}

.elgg-icon-ellipsis-h:before {
  content: "\f141";
}

.elgg-icon-ellipsis-v:before {
  content: "\f142";
}

.elgg-icon-rss-square:before {
  content: "\f143";
}

.elgg-icon-play-circle:before {
  content: "\f144";
}

.elgg-icon-ticket:before {
  content: "\f145";
}

.elgg-icon-minus-square:before {
  content: "\f146";
}

.elgg-icon-minus-square-o:before {
  content: "\f147";
}

.elgg-icon-level-up:before {
  content: "\f148";
}

.elgg-icon-level-down:before {
  content: "\f149";
}

.elgg-icon-check-square:before {
  content: "\f14a";
}

.elgg-icon-pencil-square:before {
  content: "\f14b";
}

.elgg-icon-external-link-square:before {
  content: "\f14c";
}

.elgg-icon-share-square:before {
  content: "\f14d";
}

.elgg-icon-compass:before {
  content: "\f14e";
}

.elgg-icon-toggle-down:before,
.elgg-icon-caret-square-o-down:before {
  content: "\f150";
}

.elgg-icon-toggle-up:before,
.elgg-icon-caret-square-o-up:before {
  content: "\f151";
}

.elgg-icon-toggle-right:before,
.elgg-icon-caret-square-o-right:before {
  content: "\f152";
}

.elgg-icon-euro:before,
.elgg-icon-eur:before {
  content: "\f153";
}

.elgg-icon-gbp:before {
  content: "\f154";
}

.elgg-icon-dollar:before,
.elgg-icon-usd:before {
  content: "\f155";
}

.elgg-icon-rupee:before,
.elgg-icon-inr:before {
  content: "\f156";
}

.elgg-icon-cny:before,
.elgg-icon-rmb:before,
.elgg-icon-yen:before,
.elgg-icon-jpy:before {
  content: "\f157";
}

.elgg-icon-ruble:before,
.elgg-icon-rouble:before,
.elgg-icon-rub:before {
  content: "\f158";
}

.elgg-icon-won:before,
.elgg-icon-krw:before {
  content: "\f159";
}

.elgg-icon-bitcoin:before,
.elgg-icon-btc:before {
  content: "\f15a";
}

.elgg-icon-file:before {
  content: "\f15b";
}

.elgg-icon-file-text:before {
  content: "\f15c";
}

.elgg-icon-sort-alpha-asc:before {
  content: "\f15d";
}

.elgg-icon-sort-alpha-desc:before {
  content: "\f15e";
}

.elgg-icon-sort-amount-asc:before {
  content: "\f160";
}

.elgg-icon-sort-amount-desc:before {
  content: "\f161";
}

.elgg-icon-sort-numeric-asc:before {
  content: "\f162";
}

.elgg-icon-sort-numeric-desc:before {
  content: "\f163";
}

.elgg-icon-thumbs-up:before {
  content: "\f164";
}

.elgg-icon-thumbs-down:before {
  content: "\f165";
}

.elgg-icon-youtube-square:before {
  content: "\f166";
}

.elgg-icon-youtube:before {
  content: "\f167";
}

.elgg-icon-xing:before {
  content: "\f168";
}

.elgg-icon-xing-square:before {
  content: "\f169";
}

.elgg-icon-youtube-play:before {
  content: "\f16a";
}

.elgg-icon-dropbox:before {
  content: "\f16b";
}

.elgg-icon-stack-overflow:before {
  content: "\f16c";
}

.elgg-icon-instagram:before {
  content: "\f16d";
}

.elgg-icon-flickr:before {
  content: "\f16e";
}

.elgg-icon-adn:before {
  content: "\f170";
}

.elgg-icon-bitbucket:before {
  content: "\f171";
}

.elgg-icon-bitbucket-square:before {
  content: "\f172";
}

.elgg-icon-tumblr:before {
  content: "\f173";
}

.elgg-icon-tumblr-square:before {
  content: "\f174";
}

.elgg-icon-long-arrow-down:before {
  content: "\f175";
}

.elgg-icon-long-arrow-up:before {
  content: "\f176";
}

.elgg-icon-long-arrow-left:before {
  content: "\f177";
}

.elgg-icon-long-arrow-right:before {
  content: "\f178";
}

.elgg-icon-apple:before {
  content: "\f179";
}

.elgg-icon-windows:before {
  content: "\f17a";
}

.elgg-icon-android:before {
  content: "\f17b";
}

.elgg-icon-linux:before {
  content: "\f17c";
}

.elgg-icon-dribbble:before {
  content: "\f17d";
}

.elgg-icon-skype:before {
  content: "\f17e";
}

.elgg-icon-foursquare:before {
  content: "\f180";
}

.elgg-icon-trello:before {
  content: "\f181";
}

.elgg-icon-female:before {
  content: "\f182";
}

.elgg-icon-male:before {
  content: "\f183";
}

.elgg-icon-gittip:before {
  content: "\f184";
}

.elgg-icon-sun-o:before {
  content: "\f185";
}

.elgg-icon-moon-o:before {
  content: "\f186";
}

.elgg-icon-archive:before {
  content: "\f187";
}

.elgg-icon-bug:before {
  content: "\f188";
}

.elgg-icon-vk:before {
  content: "\f189";
}

.elgg-icon-weibo:before {
  content: "\f18a";
}

.elgg-icon-renren:before {
  content: "\f18b";
}

.elgg-icon-pagelines:before {
  content: "\f18c";
}

.elgg-icon-stack-exchange:before {
  content: "\f18d";
}

.elgg-icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.elgg-icon-arrow-circle-o-left:before {
  content: "\f190";
}

.elgg-icon-toggle-left:before,
.elgg-icon-caret-square-o-left:before {
  content: "\f191";
}

.elgg-icon-dot-circle-o:before {
  content: "\f192";
}

.elgg-icon-wheelchair:before {
  content: "\f193";
}

.elgg-icon-vimeo-square:before {
  content: "\f194";
}

.elgg-icon-turkish-lira:before,
.elgg-icon-try:before {
  content: "\f195";
}

.elgg-icon-plus-square-o:before {
  content: "\f196";
}

.elgg-icon-arrow-left:before {
  content: "\f060";
}

.elgg-icon-arrow-right:before {
  content: "\f061";
}

.elgg-icon-arrow-two-head:before {
  content: "\f07e";
}

.elgg-icon-attention:before {
  content: "\f071";
}

.elgg-icon-calendar:before {
  content: "\f073";
}

.elgg-icon-cell-phone:before {
  content: "\f095";
}

.elgg-icon-checkmark:before {
  content: "\f00c";
}

.elgg-icon-clip:before {
  content: "\f0c6";
}

.elgg-icon-cursor-drag-arrow:before {
  content: "\f00d";
}

.elgg-icon-delete-alt:before {
  content: "\f057";
}

.elgg-icon-delete:before {
  content: "\f00d";
}

.elgg-icon-download:before {
  content: "\f019";
}

.elgg-icon-eye:before {
  content: "\f06e";
}

.elgg-icon-facebook:before {
  content: "\f09a";
}

.elgg-icon-grid:before {
  content: "\f00a";
}

.elgg-icon-home:before {
  content: "\f015";
}

.elgg-icon-info:before {
  content: "\f129";
}

.elgg-icon-link:before {
  content: "\f0c1";
}

.elgg-icon-list:before {
  content: "\f00b";
}

.elgg-icon-lock-closed:before {
  content: "\f023";
}

.elgg-icon-lock-open:before {
  content: "\f09c";
}

.elgg-icon-mail-alt:before {
  content: "\f003";
}

.elgg-icon-mail:before {
  content: "\f0e0";
}

.elgg-icon-photo:before {
  content: "\f03e";
}

.elgg-icon-print-alt:before {
  content: "\f02f";
}

.elgg-icon-print:before {
  content: "\f02f";
}

.elgg-icon-push-pin-alt:before {
  content: "\f02e";
}

.elgg-icon-push-pin:before {
  content: "\f08d";
}

.elgg-icon-redo:before {
  content: "\f01e";
}

.elgg-icon-refresh:before {
  content: "\f021";
}

.elgg-icon-round-arrow-left:before {
  content: "\f190";
}

.elgg-icon-round-arrow-right:before {
  content: "\f18e";
}

.elgg-icon-round-checkmark:before {
  content: "\f046";
}

.elgg-icon-round-minus:before {
  content: "\f056";
}

.elgg-icon-round-plus:before {
  content: "\f055";
}

.elgg-icon-rss:before {
  content: "\f09e";
}

.elgg-icon-search-focus:before {
  content: "\f002";
}

.elgg-icon-search:before {
  content: "\f002";
}

.elgg-icon-settings-alt:before {
  content: "\f013";
}

.elgg-icon-settings:before {
  content: "\f085";
}

.elgg-icon-share:before {
  content: "\f064";
}

.elgg-icon-shop-cart:before {
  content: "\f07a";
}

.elgg-icon-speech-bubble-alt:before {
  content: "\f086";
}

.elgg-icon-speech-bubble:before {
  content: "\f075";
}

.elgg-icon-star-alt:before {
  content: "\f005";
}

.elgg-icon-star-empty:before {
  content: "\f006";
}

.elgg-icon-star:before {
  content: "\f005";
}

.elgg-icon-tag:before {
  content: "\f02b";
}

.elgg-icon-thumbs-down-alt:before {
  content: "\f088";
}

.elgg-icon-thumbs-down:before {
  content: "\f165";
}

.elgg-icon-thumbs-up-alt:before {
  content: "\f087";
}

.elgg-icon-thumbs-up:before {
  content: "\f164";
}

.elgg-icon-trash:before {
  content: "\f014";
}

.elgg-icon-twitter:before {
  content: "\f099";
}

.elgg-icon-undo:before {
  content: "\f0e2";
}

.elgg-icon-user:before {
  content: "\f007";
}

.elgg-icon-users:before {
  content: "\f0c0";
}

.elgg-icon-video:before {
  content: "\f008";
}

.elgg-ajax-loader {
  background: white url('../../../graphics/ajax_loader_bw.gif?1384285377') no-repeat center center;
  min-height: 31px;
  min-width: 31px;
  margin: 1.875em auto;
  height: 100%;
  width: 100%;
}

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar-tiny {
  position: relative;
  display: inline-block;
  width: 1.5625em;
  height: auto;
  max-width: 100%;
  display: block;
  border: none;
}
.elgg-avatar-tiny a > img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.elgg-avatar-tiny > .elgg-icon-hover-menu {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  width: 0.625em;
  height: 0.625em;
  z-index: 2;
}
.elgg-avatar-tiny > .elgg-icon-hover-menu + * {
  padding: 0;
}
.elgg-avatar-tiny > .elgg-icon-hover-menu:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 0.8125em 0.8125em;
  border-color: transparent transparent white transparent;
  z-index: 3;
}
.elgg-avatar-tiny > .elgg-icon-hover-menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 0.625em 0.625em;
  border-color: transparent transparent #601623 transparent;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .elgg-avatar-tiny > .elgg-icon-hover-menu {
    display: none;
  }
}

.elgg-avatar-small {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: auto;
  max-width: 100%;
  display: block;
  border: none;
}
.elgg-avatar-small a > img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.elgg-avatar-small > .elgg-icon-hover-menu {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  width: 0.75em;
  height: 0.75em;
  z-index: 2;
}
.elgg-avatar-small > .elgg-icon-hover-menu + * {
  padding: 0;
}
.elgg-avatar-small > .elgg-icon-hover-menu:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 0.9375em 0.9375em;
  border-color: transparent transparent white transparent;
  z-index: 3;
}
.elgg-avatar-small > .elgg-icon-hover-menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 0.75em 0.75em;
  border-color: transparent transparent #601623 transparent;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .elgg-avatar-small > .elgg-icon-hover-menu {
    display: none;
  }
}

.elgg-avatar-medium {
  position: relative;
  display: inline-block;
  width: 6.25em;
  height: auto;
  max-width: 100%;
  display: block;
  border: none;
}
.elgg-avatar-medium a > img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.elgg-avatar-medium > .elgg-icon-hover-menu {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  width: 0.9375em;
  height: 0.9375em;
  z-index: 2;
}
.elgg-avatar-medium > .elgg-icon-hover-menu + * {
  padding: 0;
}
.elgg-avatar-medium > .elgg-icon-hover-menu:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 1.125em 1.125em;
  border-color: transparent transparent white transparent;
  z-index: 3;
}
.elgg-avatar-medium > .elgg-icon-hover-menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 0.9375em 0.9375em;
  border-color: transparent transparent #601623 transparent;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .elgg-avatar-medium > .elgg-icon-hover-menu {
    display: none;
  }
}

.elgg-avatar-large {
  position: relative;
  display: inline-block;
  width: 12.5em;
  height: auto;
  max-width: 100%;
  display: block;
  border: none;
}
.elgg-avatar-large a > img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.elgg-avatar-large > .elgg-icon-hover-menu {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  width: 0.9375em;
  height: 0.9375em;
  z-index: 2;
}
.elgg-avatar-large > .elgg-icon-hover-menu + * {
  padding: 0;
}
.elgg-avatar-large > .elgg-icon-hover-menu:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 1.125em 1.125em;
  border-color: transparent transparent white transparent;
  z-index: 3;
}
.elgg-avatar-large > .elgg-icon-hover-menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 0.9375em 0.9375em;
  border-color: transparent transparent #601623 transparent;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .elgg-avatar-large > .elgg-icon-hover-menu {
    display: none;
  }
}

/* ***************************************
	NAVIGATION ELEMENTS
*************************************** */
.elgg-pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
  font-size: 1.25em;
}
.elgg-pagination li {
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
.elgg-pagination li a {
  display: block;
  padding: 0.125em 0.375em;
  color: #752735;
}
.elgg-pagination li:hover a,
.elgg-pagination li a:focus {
  background: #e6e6e6;
}
.elgg-pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
.elgg-pagination li.unavailable:hover a, .elgg-pagination li.unavailable a:focus {
  background: transparent;
}
.elgg-pagination li.current a {
  background: #752735;
  color: white;
  font-weight: bold;
  cursor: default;
}
.elgg-pagination li.current a:hover, .elgg-pagination li.current a:focus {
  background: #752735;
}
.elgg-pagination li {
  float: left;
  display: block;
}
.elgg-pagination li {
  padding: 0;
}
.elgg-pagination li a, .elgg-pagination li span {
  line-height: 1.5em;
  font-size: 0.875em;
  padding: 0.125em 0.375em;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.elgg-pagination li.elgg-state-disabled > * {
  color: #999999;
}
.elgg-pagination li.elgg-state-disabled > *:hover {
  background: transparent;
}
.elgg-pagination li.elgg-state-selected > *, .elgg-pagination li a:hover {
  color: white;
  background: #752735;
}

.elgg-htabs {
  border-bottom: 1px #cccccc solid;
  display: table;
  width: 100%;
}
.elgg-htabs li {
  border: 1px #cccccc solid;
  border-bottom: 0;
  background: #f2f2f2;
  margin: 0;
  width: 100%;
}
.elgg-htabs li a {
  text-decoration: none;
  display: block;
  padding: 0 0.5625em;
  text-align: center;
  font-size: 0.9375em;
  line-height: 2.1875em;
  color: gray;
  background: #d9d9d9;
}
.elgg-htabs li a:hover {
  color: #666666;
  background: #d4d4d4;
}
.elgg-htabs li.elgg-state-selected {
  background: white;
}
.elgg-htabs li.elgg-state-selected a, .elgg-htabs li.elgg-state-selected a:hover {
  color: #666666;
  top: 1px;
  background: white;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .elgg-htabs {
    -webkit-border-radius: none;
    border-radius: none;
  }
  .elgg-htabs li {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    float: left;
    width: auto;
    margin: 0 0 0 0.5625em;
  }
  .elgg-htabs li a {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
}

.elgg-vtabs {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
.elgg-vtabs li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
.elgg-vtabs li a {
  display: block;
  color: #752735;
}
.elgg-vtabs li.active > a:first-child, .elgg-vtabs li.elgg-state-selected > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}
.elgg-vtabs li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

.elgg-breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #fbfbfb;
  border-color: #f0efeb;
}
.elgg-breadcrumbs li {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}
.elgg-breadcrumbs li:hover a, .elgg-breadcrumbs li:focus a {
  text-decoration: underline;
}
.elgg-breadcrumbs li a,
.elgg-breadcrumbs li span {
  text-transform: uppercase;
  color: #752735;
}
.elgg-breadcrumbs li.current {
  cursor: default;
  color: #333333;
}
.elgg-breadcrumbs li.current a {
  cursor: default;
  color: #333333;
}
.elgg-breadcrumbs li.current:hover, .elgg-breadcrumbs li.current:hover a, .elgg-breadcrumbs li.current:focus, .elgg-breadcrumbs li.current:focus a {
  text-decoration: none;
}
.elgg-breadcrumbs li.unavailable {
  color: #999999;
}
.elgg-breadcrumbs li.unavailable a {
  color: #999999;
}
.elgg-breadcrumbs li.unavailable:hover, .elgg-breadcrumbs li.unavailable:hover a, .elgg-breadcrumbs li.unavailable:focus,
.elgg-breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.elgg-breadcrumbs li:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
.elgg-breadcrumbs li:first-child:before {
  content: " ";
  margin: 0;
}

.elgg-menu {
  font-family: Arial, sans-serif;
}

.elgg-menu-hz {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.elgg-menu-hz > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.elgg-menu-hz > li > * {
  display: block;
}
.elgg-menu-hz .hidden {
  display: none;
}

/* ***************************************
	TOPBAR MENU
**************************************** */
.elgg-menu-topbar {
  background: transparent;
  float: left;
}
.elgg-menu-topbar li {
  position: relative;
}
.elgg-menu-topbar .elgg-icon {
  font-size: 1.4375em;
  line-height: 75px;
  height: 75px;
  vertical-align: middle;
  display: inline;
}
.elgg-menu-topbar .elgg-icon .elgg-icon + * {
  margin-left: 0.625em;
}
.elgg-menu-topbar .elgg-topbar-avatar img {
  height: 25px;
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elgg-menu-topbar li:not(.elgg-menu-item-toggle) > a:not(.elgg-button) {
  line-height: 75px;
  height: 75px;
  color: #212930;
  font-size: 0.9375em;
  display: inline-block;
  overflow: hidden;
}
.elgg-menu-topbar li:not(.elgg-menu-item-toggle) > a:not(.elgg-button):hover {
  color: #008193;
}
.elgg-menu-topbar li:not(.elgg-menu-item-toggle) > a:not(.elgg-button) > .elgg-icon + span {
  background: #67080a;
  color: white;
  height: 1.5625em;
  line-height: 1.5625em;
  text-align: center;
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
  overflow: visible;
  margin: 0;
  position: relative;
  left: -3px;
  top: -7px;
  font-size: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.elgg-menu-topbar.title-area > li {
  height: 75px;
  line-height: 75px;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
}
.elgg-menu-topbar.title-area > li.elgg-menu-item-elgg-logo.name {
  display: none;
  /*			position: absolute;
  	width: 100%;
  	margin-top: 0;
  	margin-left: 0;
  	margin-right: 15px;
  	top: 0;
  	left: 15px;
  	font-size: $topbar-link-font-size + emCalc(8px);
  	a h1 {
  	line-height: $topbar-height;
  	overflow: hidden;
  	white-space: nowrap;
  	color: $topbar-link-color;
  	font-wegith: bold;
  }*/
}
.elgg-menu-topbar.title-area > li.toggle-topbar.menu-icon {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
  top: 0;
  right: 15px;
}
.elgg-menu-topbar.elgg-menu-topbar-alt {
  float: right;
}
.elgg-menu-topbar.elgg-menu-topbar-alt li a {
  font-size: 0.9375em;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
.elgg-guest-user .elgg-menu-topbar.elgg-menu-topbar-alt {
  float: left;
  margin-left: 20px;
}
.elgg-menu-topbar.elgg-menu-topbar-alt .elgg-icon {
  margin-right: 10px;
  font-size: 1.1875em;
}
.elgg-menu-topbar.elgg-menu-topbar-alt li > a {
  padding: 0 0 0 30px;
}
.elgg-menu-topbar.title-area {
  width: 100%;
}
@media only screen and (min-width: 940px) {
  .elgg-menu-topbar.title-area {
    width: auto;
  }
  .elgg-menu-topbar.title-area > li {
    float: left;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 0;
  }
  .elgg-menu-topbar.title-area > li.elgg-menu-item-elgg-logo.name {
    position: relative;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 15px;
  }
  .elgg-menu-topbar.title-area > li.elgg-menu-item-elgg-logo.name h1 {
    overflow: hidden;
    white-space: nowrap;
  }
}

/* ***************************************
	SITE MENU
*************************************** */
.elgg-menu-site {
  *zoom: 1;
  z-index: 1;
  margin: 0 auto;
}
.elgg-menu-site:before, .elgg-menu-site:after {
  content: " ";
  display: table;
}
.elgg-menu-site:after {
  clear: both;
}
.elgg-menu-site li {
  background: transparent;
  height: 45px;
}
.elgg-menu-site li:hover, .elgg-menu-site .elgg-state-selected {
  background: #111111;
  @inlude single-transition;
}
.elgg-menu-site li a {
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  padding: 0 0.875em;
  color: white;
  line-height: 45px;
}
.elgg-menu-site.elgg-menu-site-default {
  position: relative;
  bottom: 0;
  left: 0;
}
.elgg-menu-site.elgg-menu-site-default > li {
  display: inline-block;
  vertical-align: middle;
}
.elgg-menu-site .elgg-menu-site-default > li > a {
  line-height: 45px;
}
.elgg-menu-site .elgg-menu-site-more {
  display: none;
  position: absolute;
  left: auto;
  top: 45px;
  z-index: 9999;
  min-width: 14.0625em;
  background: #111111;
}
.elgg-menu-site li.elgg-state-acive > .elgg-menu-site-more,
.elgg-menu-site li:hover > .elgg-menu-site-more {
  display: block;
}
.elgg-menu-site .elgg-menu-site-more > .elgg-state-selected,
.elgg-menu-site .elgg-menu-site-more > li:hover {
  background: #2e1442;
}
.elgg-menu-site .elgg-more {
  position: relative;
}
.elgg-menu-site .elgg-more > a:before {
  content: "\25BC";
  font-size: 0.625em;
  line-height: 45px;
  height: 45px;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
}

/* ***************************************
	TITLE
*************************************** */
.elgg-menu-title {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-right: 0.9375em;
}
.elgg-menu-title > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.elgg-menu-title > li > * {
  display: block;
}

/* ***************************************
	FILTER MENU
*************************************** */
.elgg-menu-filter {
  border-bottom: 1px #cccccc solid;
  display: table;
  width: 100%;
  margin-left: 0;
  overflow: auto;
}
.elgg-menu-filter li {
  border: 1px #cccccc solid;
  border-bottom: 0;
  background: #f2f2f2;
  margin: 0;
  width: 100%;
}
.elgg-menu-filter li a {
  text-decoration: none;
  display: block;
  padding: 0 0.5625em;
  text-align: center;
  font-size: 0.9375em;
  line-height: 2.1875em;
  color: gray;
  background: #d9d9d9;
}
.elgg-menu-filter li a:hover {
  color: #666666;
  background: #d4d4d4;
}
.elgg-menu-filter li.elgg-state-selected {
  background: white;
}
.elgg-menu-filter li.elgg-state-selected a, .elgg-menu-filter li.elgg-state-selected a:hover {
  color: #666666;
  top: 1px;
  background: white;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .elgg-menu-filter {
    -webkit-border-radius: none;
    border-radius: none;
  }
  .elgg-menu-filter li {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    float: left;
    width: auto;
    margin: 0 0 0 0.5625em;
  }
  .elgg-menu-filter li a {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
}

/* ***************************************
	PAGE MENU / OWNER BLOCK
*************************************** */
.elgg-menu-page, .elgg-menu-owner-block {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
.elgg-menu-page li, .elgg-menu-owner-block li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
.elgg-menu-page li a, .elgg-menu-owner-block li a {
  display: block;
  color: #752735;
}
.elgg-menu-page li.active > a:first-child, .elgg-menu-page li.elgg-state-selected > a:first-child, .elgg-menu-owner-block li.active > a:first-child, .elgg-menu-owner-block li.elgg-state-selected > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}
.elgg-menu-page li.divider, .elgg-menu-owner-block li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}
.elgg-menu-page li a, .elgg-menu-owner-block li a {
  padding: 0.28125em 0.5625em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.elgg-menu-page li.elgg-state-selected > a:first-child, .elgg-menu-page li > a:first-child:hover, .elgg-menu-owner-block li.elgg-state-selected > a:first-child, .elgg-menu-owner-block li > a:first-child:hover {
  background: #752735;
  color: white;
  font-weight: normal;
}
.elgg-menu-page .elgg-child-menu, .elgg-menu-owner-block .elgg-child-menu {
  display: none;
  margin-left: 15px;
}
.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-page .elgg-menu-opened:before, .elgg-menu-owner-block .elgg-menu-closed:before, .elgg-menu-owner-block .elgg-menu-opened:before {
  display: inline-block;
  padding-right: 4px;
}
.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-owner-block .elgg-menu-closed:before {
  content: "\002B";
}
.elgg-menu-page .elgg-menu-opened:before, .elgg-menu-owner-block .elgg-menu-opened:before {
  content: "\002D";
}

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: hidden;
  min-width: 12.5em;
  max-width: 15.625em;
  border: solid 1px;
  border-color: #cccccc #999999 #999999 #cccccc;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.elgg-menu-hover > li {
  border-bottom: 1px solid #cccccc;
}
.elgg-menu-hover > li:last-child {
  border-bottom: none;
}
.elgg-menu-hover > li:first-child {
  background: #d1d1d1;
  font-weight: bold;
}
.elgg-menu-hover > li ul {
  margin: 0;
}
.elgg-menu-hover a {
  padding: 2px 6px;
  font-size: 0.8125em;
  display: block;
  width: 100%;
}
.elgg-menu-hover a:hover {
  background: #d9d9d9;
}
.elgg-menu-hover a .elgg-heading-basic {
  display: block;
}
.elgg-menu-hover .elgg-menu-hover-admin a {
  color: red;
}
.elgg-menu-hover .elgg-menu-hover-admin a:hover {
  color: white;
  background-color: red;
}

/* ***************************************
	SITE FOOTER
*************************************** */
.elgg-menu-footer {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding-top: 0.75em;
}
.elgg-menu-footer > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.elgg-menu-footer > li > * {
  display: block;
}
.elgg-menu-footer li, .elgg-menu-footer li > a {
  color: #4d4d4d;
  font-size: 1em;
  text-shadow: 1px 1px 0 white;
}

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general {
  font-size: 0.875em;
}
.elgg-menu-general > li {
  display: inline-block;
  margin: 0 0.4375em;
}
.elgg-menu-general > li:first-child {
  margin-left: 0;
}
.elgg-menu-general > li:last-child {
  margin-right: 0;
}

/* ***************************************
	ENTITY AND ANNOTATION AND RIVER
*************************************** */
.elgg-menu-entity, .elgg-menu-annotation, .elgg-menu-river {
  margin: 0;
  float: right;
  margin-left: 15px;
}
.elgg-menu-entity li, .elgg-menu-annotation li, .elgg-menu-river li {
  margin-left: 0.5625em;
  color: #00272d;
  font-size: 0.84375em;
  line-height: 1em;
  vertical-align: middle;
}
.elgg-menu-entity li a, .elgg-menu-entity li span, .elgg-menu-annotation li a, .elgg-menu-annotation li span, .elgg-menu-river li a, .elgg-menu-river li span {
  color: #00272d;
  font-size: 1.125em;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
}
.elgg-menu-entity li a:hover, .elgg-menu-entity li span:hover, .elgg-menu-annotation li a:hover, .elgg-menu-annotation li span:hover, .elgg-menu-river li a:hover, .elgg-menu-river li span:hover {
  color: #752735;
}
@media only screen and (min-width: 768px) {
  .elgg-menu-entity li a, .elgg-menu-entity li span, .elgg-menu-annotation li a, .elgg-menu-annotation li span, .elgg-menu-river li a, .elgg-menu-river li span {
    font-size: 1em;
    line-height: 1.125em;
  }
}

/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext {
  float: right;
  margin-left: 0.75em;
  font-size: 0.75em;
}

/* ***************************************
	SIDEBAR EXTRAS (rss, bookmark, etc)
*************************************** */
.elgg-menu-extras {
  margin-bottom: 15px;
}

/* ***************************************
	WIDGET MENU
*************************************** */
.elgg-menu-widget {
  text-align: right;
}
.elgg-menu-widget li {
  float: right;
  margin: 0 2px;
  top: 0;
  display: inline-block;
  line-height: 40px;
}
.elgg-menu-widget li a:not(.elgg-button) {
  color: #999999;
}
.elgg-menu-widget li a:not(.elgg-button) .elgg-icon:hover, .elgg-menu-widget li a:not(.elgg-button):hover {
  color: #752735;
}
.elgg-menu-widget li.elgg-menu-item-collapse {
  left: 5px;
  font-size: 12px;
}
.elgg-menu-widget li.elgg-menu-item-delete {
  right: 10px;
}
.elgg-menu-widget li.elgg-menu-item-delete .elgg-icon {
  font-size: 20px;
}
.elgg-menu-widget li.elgg-menu-item-settings {
  right: 35px;
}
.elgg-menu-widget li.elgg-menu-item-settings .elgg-icon {
  font-size: 20px;
}
.elgg-menu-widget li .elgg-widget-collapse-button:before {
  content: "\25E2";
}
.elgg-menu-widget li .elgg-widget-collapse-button.elgg-widget-collapsed:before {
  content: "\25BA";
}

.elgg-module-info {
  margin-bottom: 1.875em;
}
.elgg-module-info > .elgg-head {
  *zoom: 1;
  padding: 0.21875em 0.4375em;
  background: #d9d9d9;
  border-bottom: 1px solid #a6a6a6;
  padding: 0.21875em 0.4375em;
}
.elgg-module-info > .elgg-head:before, .elgg-module-info > .elgg-head:after {
  content: " ";
  display: table;
}
.elgg-module-info > .elgg-head:after {
  clear: both;
}
.elgg-module-info > .elgg-head h1, .elgg-module-info > .elgg-head h2, .elgg-module-info > .elgg-head h3, .elgg-module-info > .elgg-head h4, .elgg-module-info > .elgg-head h5, .elgg-module-info > .elgg-head h6 {
  font-size: 1.125em;
  line-height: 1.5625em;
  margin: 0;
  font-weight: normal;
}
.elgg-module-info > .elgg-body {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-info > .elgg-body:before, .elgg-module-info > .elgg-body:after {
  content: " ";
  display: table;
}
.elgg-module-info > .elgg-body:after {
  clear: both;
}
.elgg-module-info > .elgg-foot {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-info > .elgg-foot:before, .elgg-module-info > .elgg-foot:after {
  content: " ";
  display: table;
}
.elgg-module-info > .elgg-foot:after {
  clear: both;
}

.elgg-module-aside {
  margin-bottom: 1.875em;
}
.elgg-module-aside > .elgg-head {
  *zoom: 1;
  padding: 0.21875em 0.4375em;
  border-bottom: 1px solid #f0efeb;
}
.elgg-module-aside > .elgg-head:before, .elgg-module-aside > .elgg-head:after {
  content: " ";
  display: table;
}
.elgg-module-aside > .elgg-head:after {
  clear: both;
}
.elgg-module-aside > .elgg-head h1, .elgg-module-aside > .elgg-head h2, .elgg-module-aside > .elgg-head h3, .elgg-module-aside > .elgg-head h4, .elgg-module-aside > .elgg-head h5, .elgg-module-aside > .elgg-head h6 {
  font-size: 1.125em;
  line-height: 1.5625em;
  margin: 0;
  font-weight: normal;
}
.elgg-module-aside > .elgg-body {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-aside > .elgg-body:before, .elgg-module-aside > .elgg-body:after {
  content: " ";
  display: table;
}
.elgg-module-aside > .elgg-body:after {
  clear: both;
}
.elgg-module-aside > .elgg-foot {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-aside > .elgg-foot:before, .elgg-module-aside > .elgg-foot:after {
  content: " ";
  display: table;
}
.elgg-module-aside > .elgg-foot:after {
  clear: both;
}

.elgg-module-popup {
  margin-bottom: 1.875em;
  background: white;
  border: 1px solid #a6a6a6;
  -webkit-box-shadow: 0px 0px 5px #d9d9d9;
  -moz-box-shadow: 0px 0px 5px #d9d9d9;
  box-shadow: 0px 0px 5px #d9d9d9;
  z-index: 9999;
}
.elgg-module-popup > .elgg-head {
  *zoom: 1;
  padding: 0.21875em 0.4375em;
  background: #d9d9d9;
}
.elgg-module-popup > .elgg-head:before, .elgg-module-popup > .elgg-head:after {
  content: " ";
  display: table;
}
.elgg-module-popup > .elgg-head:after {
  clear: both;
}
.elgg-module-popup > .elgg-head h1, .elgg-module-popup > .elgg-head h2, .elgg-module-popup > .elgg-head h3, .elgg-module-popup > .elgg-head h4, .elgg-module-popup > .elgg-head h5, .elgg-module-popup > .elgg-head h6 {
  font-size: 1.125em;
  line-height: 1.5625em;
  margin: 0;
  font-weight: normal;
}
.elgg-module-popup > .elgg-body {
  *zoom: 1;
  padding: 0.4375em;
  background: white;
}
.elgg-module-popup > .elgg-body:before, .elgg-module-popup > .elgg-body:after {
  content: " ";
  display: table;
}
.elgg-module-popup > .elgg-body:after {
  clear: both;
}
.elgg-module-popup > .elgg-foot {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-popup > .elgg-foot:before, .elgg-module-popup > .elgg-foot:after {
  content: " ";
  display: table;
}
.elgg-module-popup > .elgg-foot:after {
  clear: both;
}

.elgg-module-dropdown {
  margin-bottom: 1.875em;
  background: white;
  border: 1px solid #a6a6a6;
  -webkit-box-shadow: 0px 0px 5px #d9d9d9;
  -moz-box-shadow: 0px 0px 5px #d9d9d9;
  box-shadow: 0px 0px 5px #d9d9d9;
  background-color: white;
  display: none;
  min-width: 210px;
  padding: 12px;
  margin-right: 0px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  position: absolute;
  right: 0px;
  top: 100%;
}
.elgg-module-dropdown > .elgg-head {
  *zoom: 1;
  padding: 0.21875em 0.4375em;
  background: #d9d9d9;
}
.elgg-module-dropdown > .elgg-head:before, .elgg-module-dropdown > .elgg-head:after {
  content: " ";
  display: table;
}
.elgg-module-dropdown > .elgg-head:after {
  clear: both;
}
.elgg-module-dropdown > .elgg-head h1, .elgg-module-dropdown > .elgg-head h2, .elgg-module-dropdown > .elgg-head h3, .elgg-module-dropdown > .elgg-head h4, .elgg-module-dropdown > .elgg-head h5, .elgg-module-dropdown > .elgg-head h6 {
  font-size: 1.125em;
  line-height: 1.5625em;
  margin: 0;
  font-weight: normal;
}
.elgg-module-dropdown > .elgg-body {
  *zoom: 1;
  padding: 0.4375em;
  background: white;
}
.elgg-module-dropdown > .elgg-body:before, .elgg-module-dropdown > .elgg-body:after {
  content: " ";
  display: table;
}
.elgg-module-dropdown > .elgg-body:after {
  clear: both;
}
.elgg-module-dropdown > .elgg-foot {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-dropdown > .elgg-foot:before, .elgg-module-dropdown > .elgg-foot:after {
  content: " ";
  display: table;
}
.elgg-module-dropdown > .elgg-foot:after {
  clear: both;
}

.elgg-module-featured, .elgg-module-highlight {
  margin-bottom: 1.875em;
  background: white;
  border: 1px solid #7434a2;
}
.elgg-module-featured > .elgg-head, .elgg-module-highlight > .elgg-head {
  *zoom: 1;
  padding: 0.21875em 0.4375em;
  background: #7434a2;
  border-bottom: 1px solid #752735;
  color: white;
}
.elgg-module-featured > .elgg-head:before, .elgg-module-featured > .elgg-head:after, .elgg-module-highlight > .elgg-head:before, .elgg-module-highlight > .elgg-head:after {
  content: " ";
  display: table;
}
.elgg-module-featured > .elgg-head:after, .elgg-module-highlight > .elgg-head:after {
  clear: both;
}
.elgg-module-featured > .elgg-head h1, .elgg-module-featured > .elgg-head h2, .elgg-module-featured > .elgg-head h3, .elgg-module-featured > .elgg-head h4, .elgg-module-featured > .elgg-head h5, .elgg-module-featured > .elgg-head h6, .elgg-module-highlight > .elgg-head h1, .elgg-module-highlight > .elgg-head h2, .elgg-module-highlight > .elgg-head h3, .elgg-module-highlight > .elgg-head h4, .elgg-module-highlight > .elgg-head h5, .elgg-module-highlight > .elgg-head h6 {
  font-size: 1.125em;
  line-height: 1.5625em;
  margin: 0;
  font-weight: normal;
}
.elgg-module-featured > .elgg-head *, .elgg-module-highlight > .elgg-head * {
  color: white;
}
.elgg-module-featured > .elgg-body, .elgg-module-highlight > .elgg-body {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-featured > .elgg-body:before, .elgg-module-featured > .elgg-body:after, .elgg-module-highlight > .elgg-body:before, .elgg-module-highlight > .elgg-body:after {
  content: " ";
  display: table;
}
.elgg-module-featured > .elgg-body:after, .elgg-module-highlight > .elgg-body:after {
  clear: both;
}
.elgg-module-featured > .elgg-foot, .elgg-module-highlight > .elgg-foot {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-featured > .elgg-foot:before, .elgg-module-featured > .elgg-foot:after, .elgg-module-highlight > .elgg-foot:before, .elgg-module-highlight > .elgg-foot:after {
  content: " ";
  display: table;
}
.elgg-module-featured > .elgg-foot:after, .elgg-module-highlight > .elgg-foot:after {
  clear: both;
}

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets {
  float: right;
  min-height: 30px;
}

.elgg-widget-add-control {
  text-align: right;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.elgg-widgets-add-panel {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding: 0.75em;
  margin-bottom: 0.75em;
}
.elgg-widgets-add-panel > :first-child {
  margin-top: 0;
}
.elgg-widgets-add-panel > :last-child {
  margin-bottom: 0;
}
.elgg-widgets-add-panel h1, .elgg-widgets-add-panel h2, .elgg-widgets-add-panel h3, .elgg-widgets-add-panel h4, .elgg-widgets-add-panel h5, .elgg-widgets-add-panel h6, .elgg-widgets-add-panel p {
  color: #333333;
}
.elgg-widgets-add-panel h1, .elgg-widgets-add-panel h2, .elgg-widgets-add-panel h3, .elgg-widgets-add-panel h4, .elgg-widgets-add-panel h5, .elgg-widgets-add-panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.elgg-widgets-add-panel h1.subheader, .elgg-widgets-add-panel h2.subheader, .elgg-widgets-add-panel h3.subheader, .elgg-widgets-add-panel h4.subheader, .elgg-widgets-add-panel h5.subheader, .elgg-widgets-add-panel h6.subheader {
  line-height: 1.4;
}
.elgg-widgets-add-panel li {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  color: gray;
  background: #d9d9d9;
  border: #cccccc 1px solid;
  padding: 0.3125em 0.625em;
}
@media only screen and (min-width: 768px) {
  .elgg-widgets-add-panel li {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: left;
  }
}
.elgg-widgets-add-panel li.elgg-state-available {
  color: #752735;
  cursor: pointer;
}
.elgg-widgets-add-panel li.elgg-state-available:hover {
  background: #d1d1d1;
}

.elgg-module-widget {
  margin-bottom: 1.875em;
  border: 1px solid #a6a6a6;
  position: relative;
}
.elgg-module-widget > .elgg-head {
  *zoom: 1;
  padding: 0.21875em 0.4375em;
  background: #d9d9d9;
  border-bottom: 1px solid #a6a6a6;
}
.elgg-module-widget > .elgg-head:before, .elgg-module-widget > .elgg-head:after {
  content: " ";
  display: table;
}
.elgg-module-widget > .elgg-head:after {
  clear: both;
}
.elgg-module-widget > .elgg-head h1, .elgg-module-widget > .elgg-head h2, .elgg-module-widget > .elgg-head h3, .elgg-module-widget > .elgg-head h4, .elgg-module-widget > .elgg-head h5, .elgg-module-widget > .elgg-head h6 {
  font-size: 1.125em;
  line-height: 1.5625em;
  margin: 0;
  font-weight: normal;
}
.elgg-module-widget > .elgg-head h3 {
  white-space: nowrap;
  height: 1.5625em;
  overflow: hidden;
  text-indent: 20px;
  margin: 0;
  padding: 0;
}
.elgg-module-widget > .elgg-body {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-widget > .elgg-body:before, .elgg-module-widget > .elgg-body:after {
  content: " ";
  display: table;
}
.elgg-module-widget > .elgg-body:after {
  clear: both;
}
.elgg-module-widget > .elgg-foot {
  *zoom: 1;
  padding: 0.4375em;
}
.elgg-module-widget > .elgg-foot:before, .elgg-module-widget > .elgg-foot:after {
  content: " ";
  display: table;
}
.elgg-module-widget > .elgg-foot:after {
  clear: both;
}
.elgg-module-widget.elgg-state-draggable:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(179, 179, 179, 0.5);
  -moz-box-shadow: 0 0 4px 1px rgba(179, 179, 179, 0.5);
  box-shadow: 0 0 4px 1px rgba(179, 179, 179, 0.5);
}
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
  cursor: move;
}
.elgg-module-widget .elgg-widget-edit {
  display: none;
  background: #d4d4d4;
}
.elgg-module-widget .elgg-widget-content {
  padding: 0.5625em;
}

.elgg-widget-placeholder {
  border: 2px dashed #cccccc;
  margin-bottom: 1.875em;
}

/* ***************************************
	Image Block
*************************************** */
.elgg-image-block {
  *zoom: 1;
}
.elgg-image-block:before, .elgg-image-block:after {
  content: " ";
  display: table;
}
.elgg-image-block:after {
  clear: both;
}
.elgg-image-block .elgg-image {
  float: left;
  margin-right: 0.4375em;
}
.elgg-image-block .elgg-image-alt {
  float: right;
  margin-left: 0.4375em;
}

/* ***************************************
	List
*************************************** */
.elgg-list {
  *zoom: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.elgg-list:before, .elgg-list:after {
  content: " ";
  display: table;
}
.elgg-list:after {
  clear: both;
}
.elgg-list > li {
  *zoom: 1;
  position: relative;
  padding: 0.4375em;
  border-color: #f0efeb;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}
.elgg-list > li:before, .elgg-list > li:after {
  content: " ";
  display: table;
}
.elgg-list > li:after {
  clear: both;
}
.elgg-list > li:first-child {
  margin-top: 0.4375em;
}
.elgg-list > li:last-child {
  border-bottom-width: 1px;
  margin-bottom: 0.4375em;
}

/* ***************************************
	Gallery
*************************************** */
.elgg-gallery {
  *zoom: 1;
}
.elgg-gallery:before, .elgg-gallery:after {
  content: " ";
  display: table;
}
.elgg-gallery:after {
  clear: both;
}
.elgg-gallery > li {
  display: inline-block;
  vertical-align: top;
  margin: 0.21875em;
  padding: 1px;
  border: none;
  background: none;
}

/* ***************************************
	Tables
*************************************** */
/* ***************************************
	Owner Block
*************************************** */
.elgg-owner-block {
  margin-bottom: 20px;
}

/* ***************************************
	Messages
*************************************** */
.elgg-message {
  color: white;
  font-weight: bold;
  display: block;
  padding: 0.21875em 0.4375em;
  cursor: pointer;
  opacity: 0.9;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.elgg-state-success {
  background-color: #396516;
}

.elgg-state-error {
  background-color: #67080a;
}

.elgg-state-notice {
  background-color: #752735;
}

/* ***************************************
	River
*************************************** */
.elgg-list-river {
  *zoom: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.elgg-list-river:before, .elgg-list-river:after {
  content: " ";
  display: table;
}
.elgg-list-river:after {
  clear: both;
}
.elgg-list-river > .elgg-river-item {
  *zoom: 1;
  position: relative;
  padding: 0.4375em;
  border-color: #f0efeb;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}
.elgg-list-river > .elgg-river-item:before, .elgg-list-river > .elgg-river-item:after {
  content: " ";
  display: table;
}
.elgg-list-river > .elgg-river-item:after {
  clear: both;
}
.elgg-list-river > .elgg-river-item:first-child {
  margin-top: 0.4375em;
}
.elgg-list-river > .elgg-river-item:last-child {
  border-bottom-width: 1px;
  margin-bottom: 0.4375em;
}

.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
  *zoom: 1;
  border-left: 1px solid #cccccc;
  font-size: 0.875em;
  line-height: 1.125em;
  margin: 0.4375em 0;
  padding: 0 0.4375em;
  display: inline-block;
  width: 100%;
  position: relative;
}
.elgg-river-attachments:before, .elgg-river-attachments:after,
.elgg-river-message:before,
.elgg-river-message:after,
.elgg-river-content:before,
.elgg-river-content:after {
  content: " ";
  display: table;
}
.elgg-river-attachments:after,
.elgg-river-message:after,
.elgg-river-content:after {
  clear: both;
}

.elgg-river-responses {
  position: relative;
}

.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
  float: left;
}

.elgg-river-layout .elgg-input-dropdown {
  margin: 10px 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.elgg-river-comments-tab {
  display: block;
  margin: 0.4375em 0 0 0.4375em;
  padding: 0.21875em 0.5625em;
  background: #e0e0e0;
  color: #484848;
  height: 25px;
  position: absolute;
  margin-top: -25px;
  right: 0;
  font-size: 0.8125em;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.elgg-river-comments {
  margin: 25px 0 0;
  background: #f1f1f1;
  font-size: 90%;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}
.elgg-river-comments > li.elgg-item {
  border-color: white;
}

.elgg-river-more {
  font-size: 0.875em;
  margin-left: 0.5625em;
}

.elgg-river-item form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  margin-top: -0.4375em;
  background-color: #f1f1f1;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.elgg-river-item form:before, .elgg-river-item form:after {
  content: " ";
  display: table;
}
.elgg-river-item form:after {
  clear: both;
}

.elgg-river-item input[type=text] {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 83.33333%;
  float: left;
}

.elgg-river-item input[type=submit] {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 16.66667%;
  float: left;
}

/* **************************************
	Comments (from elgg_view_comments)
************************************** */
.elgg-comments {
  margin-top: 25px;
}

.elgg-comments > form {
  margin-top: 15px;
}

/* ***************************************
	Image-related
*************************************** */
.elgg-photo {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.elgg-photo:hover, .elgg-photo:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(102, 46, 143, 0.5);
  box-shadow: 0 0 6px 1px rgba(102, 46, 143, 0.5);
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
  font-size: 0.875em;
}

.elgg-tags > li {
  float: left;
  margin-right: 5px;
}

.elgg-tags li.elgg-tag:after {
  content: ",";
}

.elgg-tags li.elgg-tag:last-child:after {
  content: "";
}

.elgg-tagcloud {
  text-align: justify;
}

/* ***************************************
	TOPBAR
**************************************** */
/* ***************************************
	HEADER
**************************************** */
.elgg-page-header {
  *zoom: 1;
  background: #652c90;
  position: relative;
  margin: 0;
}
.elgg-page-header:before, .elgg-page-header:after {
  content: " ";
  display: table;
}
.elgg-page-header:after {
  clear: both;
}
.elgg-page-header > .elgg-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  position: relative;
}
.elgg-page-header > .elgg-inner:before, .elgg-page-header > .elgg-inner:after {
  content: " ";
  display: table;
}
.elgg-page-header > .elgg-inner:after {
  clear: both;
}
.elgg-page-header > .elgg-inner h1 {
  display: inline-block;
  margin: 0;
}
.elgg-page-header .elgg-page-toolbar {
  z-index: 2;
}
.elgg-page-header .orbit-container {
  z-index: 1;
}

/* ***************************************
	TOOLSBAR (SITE MENU WRAPPER)
**************************************** */
.elgg-page-toolbar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  background: #2e1442;
  position: relative;
  min-height: 45px;
}
.elgg-page-toolbar:before, .elgg-page-toolbar:after {
  content: " ";
  display: table;
}
.elgg-page-toolbar:after {
  clear: both;
}
.elgg-page-toolbar .elgg-col {
  padding: 0;
}

/* ***************************************
	PAGE BODY
**************************************** */
.elgg-page-body {
  *zoom: 1;
  margin: 0 auto;
  padding: 10px;
}
.elgg-page-body:before, .elgg-page-body:after {
  content: " ";
  display: table;
}
.elgg-page-body:after {
  clear: both;
}
.elgg-page-body > .elgg-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  background: white;
  border: 1px solid #e8e8e8;
  padding: 30px 0;
}
.elgg-page-body > .elgg-inner:before, .elgg-page-body > .elgg-inner:after {
  content: " ";
  display: table;
}
.elgg-page-body > .elgg-inner:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .elgg-page-body {
    padding: 40px;
  }
}

/* ***************************************
	FOOTER
**************************************** */
.elgg-page-footer {
  *zoom: 1;
  background: transparent;
}
.elgg-page-footer:before, .elgg-page-footer:after {
  content: " ";
  display: table;
}
.elgg-page-footer:after {
  clear: both;
}
.elgg-page-footer > .elgg-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  background: transparent;
  border: 1px solid transparent;
  border-top: 0;
  padding: 1.5em;
  margin-bottom: 1.875em;
}
.elgg-page-footer > .elgg-inner:before, .elgg-page-footer > .elgg-inner:after {
  content: " ";
  display: table;
}
.elgg-page-footer > .elgg-inner:after {
  clear: both;
}

.elgg-system-messages {
  position: fixed;
  bottom: 24px;
  left: 20px;
  max-width: 768px;
  z-index: 2000;
}

.elgg-system-messages li {
  margin-top: 10px;
}

.elgg-system-messages li p {
  margin: 0;
}

.elgg-layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  min-height: 768px;
}
.elgg-layout:before, .elgg-layout:after {
  content: " ";
  display: table;
}
.elgg-layout:after {
  clear: both;
}

.elgg-layout-one-sidebar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}
.elgg-layout-one-sidebar:before, .elgg-layout-one-sidebar:after {
  content: " ";
  display: table;
}
.elgg-layout-one-sidebar:after {
  clear: both;
}
.elgg-layout-one-sidebar .elgg-main {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
.elgg-layout-one-sidebar .elgg-sidebar {
  min-height: 0.4375em;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-layout-one-sidebar .elgg-main {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 75%;
    right: 25%;
    left: auto;
    float: left;
  }
  .elgg-layout-one-sidebar .elgg-sidebar {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: right;
    left: 75%;
    right: auto;
    float: left;
  }
}

.elgg-layout-two-sidebar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}
.elgg-layout-two-sidebar:before, .elgg-layout-two-sidebar:after {
  content: " ";
  display: table;
}
.elgg-layout-two-sidebar:after {
  clear: both;
}
.elgg-layout-two-sidebar .elgg-main {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
.elgg-layout-two-sidebar .elgg-sidebar {
  min-height: 0.4375em;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
.elgg-layout-two-sidebar .elgg-sidebar-alt {
  min-height: 0.4375em;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .elgg-layout-two-sidebar .elgg-main {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 58.33333%;
    right: 25%;
    left: auto;
    float: left;
  }
  .elgg-layout-two-sidebar .elgg-sidebar {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: right;
    left: 75%;
    right: auto;
    float: left;
  }
  .elgg-layout-two-sidebar .elgg-sidebar-alt {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 16.66667%;
    right: 25%;
    left: auto;
    float: left;
  }
}

.elgg-layout-one-column {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.elgg-layout-error > * {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 66.66667%;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  float: left;
}

/* ***************************************
	MISC
*************************************** */
#login-dropdown {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 100;
  margin: 10px;
}
#login-dropdown .elgg-button {
  background-color: #2f1542;
}

#login-dropdown-box {
  width: 25em;
}

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */
#current-user-avatar {
  border: 1px solid #cccccc;
  border-bottom: 0;
  margin: 0;
  padding: 0.75em;
}
#current-user-avatar + a {
  width: 100%;
  margin: 0;
}

#avatar-croppingtool {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #avatar-croppingtool {
    display: block;
  }
}
#avatar-croppingtool .elgg-form-avatar-crop {
  position: relative;
}
#avatar-croppingtool .elgg-form-avatar-crop fieldset {
  padding: 0 0 0 140px;
}
#avatar-croppingtool .elgg-form-avatar-crop fieldset .elgg-foot {
  padding: 0.75em 0;
}
#avatar-croppingtool #user-avatar-cropper {
  display: block;
  max-width: 99999px;
}
#avatar-croppingtool #user-avatar-preview-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  border: 10px solid #cccccc;
  background: #cccccc;
  font-weight: bold;
}
#avatar-croppingtool #user-avatar-preview {
  position: absolute;
  background: white;
  top: 30px;
  left: 0;
  border: 1px solid;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 10px solid #cccccc;
}
#avatar-croppingtool #user-avatar-preview img {
  max-width: 9999px;
  display: block;
}

/* ***************************************
	FRIENDS COLLECTIONS
*************************************** */
#friends_collections_accordian li h2 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #008193;
  color: white;
  cursor: pointer;
  margin: 0.4375em;
  padding: 0.28125em 0.5625em;
  font-size: 1.125em;
  line-height: 1.125em;
}
#friends_collections_accordian li h2:hover {
  background: #0097ac;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#friends_collections_accordian li h2 .friends_collections_controls {
  float: right;
}
#friends_collections_accordian li h2 .elgg-icon {
  font-size: 1.125em;
  color: white;
}
#friends_collections_accordian li .elgg-tabs {
  border-bottom: 1px #cccccc solid;
  display: table;
  width: 100%;
}
#friends_collections_accordian li .elgg-tabs li {
  border: 1px #cccccc solid;
  border-bottom: 0;
  background: #f2f2f2;
  margin: 0;
  width: 100%;
}
#friends_collections_accordian li .elgg-tabs li a {
  text-decoration: none;
  display: block;
  padding: 0 0.5625em;
  text-align: center;
  font-size: 0.9375em;
  line-height: 2.1875em;
  color: gray;
  background: #d9d9d9;
}
#friends_collections_accordian li .elgg-tabs li a:hover {
  color: #666666;
  background: #d4d4d4;
}
#friends_collections_accordian li .elgg-tabs li.elgg-state-selected {
  background: white;
}
#friends_collections_accordian li .elgg-tabs li.elgg-state-selected a, #friends_collections_accordian li .elgg-tabs li.elgg-state-selected a:hover {
  color: #666666;
  top: 1px;
  background: white;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #friends_collections_accordian li .elgg-tabs {
    -webkit-border-radius: none;
    border-radius: none;
  }
  #friends_collections_accordian li .elgg-tabs li {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    float: left;
    width: auto;
    margin: 0 0 0 0.5625em;
  }
  #friends_collections_accordian li .elgg-tabs li a {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
}
#friends_collections_accordian li .friends-picker-main-wrapper {
  display: none;
  height: 550px;
}
#friends_collections_accordian li .friends-picker-main-wrapper > * {
  position: relative;
  margin: 0.5625em;
  *zoom: 1;
}
#friends_collections_accordian li .friends-picker-main-wrapper > *:before, #friends_collections_accordian li .friends-picker-main-wrapper > *:after {
  content: " ";
  display: table;
}
#friends_collections_accordian li .friends-picker-main-wrapper > *:after {
  clear: both;
}

/* ***************************************
	FRIENDS PICKER
*************************************** */
.friends-picker-main-wrapper {
  position: relative;
  height: 500px;
  max-width: 730px;
}
.friends-picker-main-wrapper .friends-picker-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.friends-picker-main-wrapper .friends-picker-navigation br {
  display: none;
}
.friends-picker-main-wrapper .friends-picker-navigation ul {
  padding: 0.4375em;
  padding-right: 100px;
  margin-bottom: 0.4375em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.friends-picker-main-wrapper .friends-picker-navigation ul li {
  display: inline-block;
}
.friends-picker-main-wrapper .friends-picker-navigation ul li a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 2px;
  font-weight: bold;
  color: #008193;
  padding: 2px 4px;
}
.friends-picker-main-wrapper .friends-picker-navigation ul li a.current, .friends-picker-main-wrapper .friends-picker-navigation ul li a:hover {
  color: white;
  background: #008193;
}
.friends-picker-main-wrapper .friends-picker {
  overflow: auto;
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  .friends-picker-main-wrapper .friends-picker {
    overflow: hidden;
  }
}
.friends-picker-main-wrapper .friends-picker:before, .friends-picker-main-wrapper .friends-picker:after {
  content: " ";
  display: table;
}
.friends-picker-main-wrapper .friends-picker:after {
  clear: both;
}
.friends-picker-main-wrapper .friends-picker .friends-picker-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  list-style-type: none;
}
.friends-picker-main-wrapper .friends-picker .friends-picker-container .panel {
  padding: 0;
  margin: 0;
  float: left;
  height: 100%;
  position: relative;
  width: 730px;
}
.friends-picker-main-wrapper .friends-picker .friends-picker-container .panel .wrapper {
  padding: 10px;
  height: 400px;
  overflow-y: auto;
}
.friends-picker-main-wrapper .friends-picker .friends-picker-container .panel h3 {
  color: #999;
  font-size: 1.875em;
  text-shadow: 1px 1px 0 white;
  width: 100%;
}
.friends-picker-main-wrapper .friends-picker-navigation-l {
  position: absolute;
  top: 0;
  right: 48px;
  text-indent: -9000em;
  background: url('../../../graphics/../../../_graphics/friendspicker.png?1369846458') no-repeat left top;
}
.friends-picker-main-wrapper .friends-picker-navigation-l:hover {
  background: url('../../../graphics/../../../_graphics/friendspicker.png?1369846458') no-repeat left -44px;
}
.friends-picker-main-wrapper .friends-picker-navigation-l a {
  display: block;
  height: 40px;
  width: 40px;
}
.friends-picker-main-wrapper .friends-picker-navigation-r {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9000em;
  background: url('../../../graphics/../../../_graphics/friendspicker.png?1369846458') no-repeat -60px top;
}
.friends-picker-main-wrapper .friends-picker-navigation-r:hover {
  background: url('../../../graphics/../../../_graphics/friendspicker.png?1369846458') no-repeat -60px -44px;
}
.friends-picker-main-wrapper .friends-picker-navigation-r a {
  display: block;
  height: 40px;
  width: 40px;
}
.friends-picker-main-wrapper .friendspicker-savebuttons {
  margin: 0.5625em 0;
}

.hidden {
  display: none;
}

.centered {
  margin: 0 auto;
}

.center {
  text-align: center;
}

.float {
  float: left;
  margin-right: 0px;
}

.float-alt {
  float: right;
  margin-left: 0px;
}

.link {
  cursor: pointer;
}

.elgg-discover .elgg-discoverable {
  display: none;
}

.elgg-discover:hover .elgg-discoverable {
  display: block;
}

.elgg-transition:hover {
  opacity: .7;
}

***************************************
* BORDERS AND SEPARATORS
***************************************
.elgg-border-plain {
  border: 1px solid #d1d1d1;
}

.elgg-border-transition {
  border: 1px solid #d1d1d1;
}

.elgg-divide-top {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
}

.elgg-divide-bottom {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #cccccc;
}

.elgg-divide-left {
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #cccccc;
}

.elgg-divide-right {
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
}

***************************************
* 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: 0.4375em;
}

.prs, .phs {
  padding-right: 0.4375em;
}

.pls, .phs {
  padding-left: 0.4375em;
}

.pts, .pvs {
  padding-top: 0.4375em;
}

.pbs, .pvs {
  padding-bottom: 0.4375em;
}

.pam {
  padding: 0.5625em;
}

.prm, .phm {
  padding-right: 0.5625em;
}

.plm, .phm {
  padding-left: 0.5625em;
}

.ptm, .pvm {
  padding-top: 0.5625em;
}

.pbm, .pvm {
  padding-bottom: 0.5625em;
}

.pal {
  padding: 0.75em;
}

.prl, .phl {
  padding-right: 0.75em;
}

.pll, .phl {
  padding-left: 0.75em;
}

.ptl, .pvl {
  padding-top: 0.75em;
}

.pbl, .pvl {
  padding-bottom: 0.75em;
}

***************************************
* MARGINS
***************************************
.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: 0.4375em;
}

.mrs, .mhs {
  margin-right: 0.4375em;
}

.mls, .mhs {
  margin-left: 0.4375em;
}

.mts, .mvs {
  margin-top: 0.4375em;
}

.mbs, .mvs {
  margin-bottom: 0.4375em;
}

.mam {
  margin: 0.5625em;
}

.mrm, .mhm {
  margin-right: 0.5625em;
}

.mlm, .mhm {
  margin-left: 0.5625em;
}

.mtm, .mvm {
  margin-top: 0.5625em;
}

.mbm, .mvm {
  margin-bottom: 0.5625em;
}

.mal {
  margin: 0.75em;
}

.mrl, .mhl {
  margin-right: 0.75em;
}

.mll, .mhl {
  margin-left: 0.75em;
}

.mtl, .mvl {
  margin-top: 0.75em;
}

.mbl, .mvl {
  margin-bottom: 0.75em;
}

.elgg-page-walledgarden {
  background: rgba(244, 244, 244, 0.8);
  border: none;
  overflow: visible;
  *zoom: 1;
  height: 100%;
  width: 100%;
  position: absolute;
}
.elgg-page-walledgarden:before, .elgg-page-walledgarden:after {
  content: " ";
  display: table;
}
.elgg-page-walledgarden:after {
  clear: both;
}

.elgg-body-walledgarden {
  margin: -225px 0 0 -200px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.elgg-body-walledgarden .elgg-module-walledgarden {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
  max-width: 400px;
}
.elgg-body-walledgarden .elgg-module-walledgarden:before, .elgg-body-walledgarden .elgg-module-walledgarden:after {
  content: " ";
  display: table;
}
.elgg-body-walledgarden .elgg-module-walledgarden:after {
  clear: both;
}
.elgg-body-walledgarden .elgg-module-walledgarden > :first-child {
  margin-top: 0;
}
.elgg-body-walledgarden .elgg-module-walledgarden > :last-child {
  margin-bottom: 0;
}
.elgg-body-walledgarden .elgg-module-walledgarden h1, .elgg-body-walledgarden .elgg-module-walledgarden h2, .elgg-body-walledgarden .elgg-module-walledgarden h3, .elgg-body-walledgarden .elgg-module-walledgarden h4, .elgg-body-walledgarden .elgg-module-walledgarden h5, .elgg-body-walledgarden .elgg-module-walledgarden h6, .elgg-body-walledgarden .elgg-module-walledgarden p {
  color: #333333;
}
.elgg-body-walledgarden .elgg-module-walledgarden h1, .elgg-body-walledgarden .elgg-module-walledgarden h2, .elgg-body-walledgarden .elgg-module-walledgarden h3, .elgg-body-walledgarden .elgg-module-walledgarden h4, .elgg-body-walledgarden .elgg-module-walledgarden h5, .elgg-body-walledgarden .elgg-module-walledgarden h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.elgg-body-walledgarden .elgg-module-walledgarden h1.subheader, .elgg-body-walledgarden .elgg-module-walledgarden h2.subheader, .elgg-body-walledgarden .elgg-module-walledgarden h3.subheader, .elgg-body-walledgarden .elgg-module-walledgarden h4.subheader, .elgg-body-walledgarden .elgg-module-walledgarden h5.subheader, .elgg-body-walledgarden .elgg-module-walledgarden h6.subheader {
  line-height: 1.4;
}
.elgg-body-walledgarden .elgg-module-walledgarden .elgg-col {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .elgg-body-walledgarden {
    margin: -250px 0 0 -250px;
    top: 50%;
    left: 50%;
    position: absolute;
  }
  .elgg-body-walledgarden .elgg-module-walledgarden {
    max-width: 500px;
  }
}
.elgg-body-walledgarden h1, .elgg-body-walledgarden h2, .elgg-body-walledgarden h3, .elgg-body-walledgarden h4, .elgg-body-walledgarden h5, .elgg-body-walledgarden h6 {
  color: #008193;
}

.custom-index {
  padding: 20px 0;
}
.custom-index .elgg-inner.prl,
.custom-index .elgg-inner.pvm {
  padding: 0;
}
.custom-index .elgg-module {
  margin-bottom: 20px;
}
.custom-index .elgg-module > .elgg-body {
  padding: 0;
}
.custom-index h2 {
  margin: 0;
  padding: 10px;
}

.groups-profile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  border: 1px solid #cccccc;
  margin-bottom: 1.25em;
}
.groups-profile:before, .groups-profile:after {
  content: " ";
  display: table;
}
.groups-profile:after {
  clear: both;
}
.groups-profile > .elgg-image {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding: 0.9375em;
  background-color: #e6e6e6;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .groups-profile > .elgg-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: left;
    padding: 0.9375em;
  }
}
.groups-profile > .elgg-image .groups-profile-icon {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 33.33333%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .groups-profile > .elgg-image .groups-profile-icon {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    padding: 0;
  }
}
.groups-profile > .elgg-image .groups-profile-icon img {
  width: 100%;
  height: auto;
}
.groups-profile > .elgg-image .groups-stats {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 66.66667%;
  float: left;
}
.groups-profile > .elgg-image .groups-stats p {
  margin: 3px 0;
}
@media only screen and (min-width: 768px) {
  .groups-profile > .elgg-image .groups-stats {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 10px;
  }
}
.groups-profile > .elgg-body {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding: 0.9375em;
}
@media only screen and (min-width: 768px) {
  .groups-profile > .elgg-body {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 75%;
    float: left;
    padding: 0.9375em;
  }
}

#groups-tools.elgg-gallery > li {
  margin: 0;
  display: block;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  #groups-tools.elgg-gallery > li {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 50%;
    float: left;
  }
}

.groups-widget-viewall {
  float: right;
  margin-left: 0.75em;
}
.groups-widget-viewall a {
  color: #752735;
  text-transform: uppercase;
  font-size: 0.625em;
}

.messages-container {
  min-height: 12.5em;
}
.messages-container .elgg-list > .elgg-item {
  padding: 2px 0;
}

.message {
  position: relative;
  padding: 0.4375em;
}
.message a {
  color: #666;
}
.message.unread {
  background: #e6e6e6;
}
.message.unread a {
  color: #752735;
}
.message > .elgg-body .messages-delete {
  position: absolute;
  right: 0;
  top: 0;
  margin: -4px 4px 0 0;
  padding: 2px 4px;
  background: #752735;
  line-height: 25px;
  text-align: center;
}
.message > .elgg-body .messages-delete .elgg-icon {
  color: white;
}
.message > .elgg-body .messages-delete:hover {
  background: #7434a2;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.message > .elgg-body .messages-timestamp {
  font-weight: normal;
  position: absolute;
  right: 24px;
  top: 0;
  margin: -4px 4px 0 0;
  padding: 2px 8px;
  line-height: 25px;
  background: #d9d9d9;
}
.message > .elgg-body .messages-owner {
  min-height: 35px;
}
.message > .elgg-body .messages-subject {
  margin-left: 32px;
}
.message > .elgg-body .messages-subject input[type="checkbox"] {
  margin: 0 7px 7px 0;
}
.elgg-main > .message {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  background: #e6e6e6;
  margin-bottom: 10px;
}

.elgg-context-messages .elgg-output {
  padding: 20px;
}

/* ***************************************
	Profile
*************************************** */
.profile {
  margin-bottom: 1.875em;
}
.profile .elgg-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  border: 1px solid #cccccc;
}
.profile .elgg-inner:before, .profile .elgg-inner:after {
  content: " ";
  display: table;
}
.profile .elgg-inner:after {
  clear: both;
}

#profile-owner-block {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding: 1.25em;
  background-color: #e6e6e6;
}
#profile-owner-block .elgg-menu-owner-block li a {
  background: white;
}
#profile-owner-block .elgg-menu-owner-block li:hover a {
  background: #752735;
}
#profile-owner-block .elgg-avatar {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding: 0;
}
#profile-owner-block .elgg-avatar + *, #profile-owner-block .elgg-avatar + * + * {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding: 0;
}
#profile-owner-block .elgg-avatar + * .elgg-button, #profile-owner-block .elgg-avatar + * + * .elgg-button {
  width: 100%;
  margin: 0 0 5px 0;
}
#profile-owner-block .profile-admin-menu-wrapper {
  display: inline-block;
  width: 100%;
}
#profile-owner-block .profile-admin-menu-wrapper > li {
  float: none;
}
#profile-owner-block .profile-admin-menu-wrapper > li a {
  width: 100%;
  display: inline-block;
  padding: 0.21875em 0.4375em;
  background: white;
}
#profile-owner-block .profile-admin-menu-wrapper > li a:hover {
  background: #752735;
  color: white;
}
#profile-owner-block .profile-admin-menu-wrapper .profile-admin-menu {
  background: white;
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 400px) {
  #profile-owner-block .elgg-avatar {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 41.66667%;
    float: left;
    padding: 0;
  }
  #profile-owner-block .elgg-avatar + *, #profile-owner-block .elgg-avatar + * + * {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 58.33333%;
    float: left;
    margin: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #profile-owner-block {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 16.66667%;
    float: left;
    padding: 1.25em;
  }
  #profile-owner-block .elgg-avatar {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    padding: 0;
  }
  #profile-owner-block .elgg-avatar + *, #profile-owner-block .elgg-avatar + * + * {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    padding: 0;
  }
  #profile-owner-block .elgg-avatar + *.mvm, #profile-owner-block .elgg-avatar + * + *.mvm {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1280px) {
  #profile-owner-block {
    @inluce grid-column(3);
  }
}

.profile-tab {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  *zoom: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding: 1.25em;
}
.profile-tab:before, .profile-tab:after {
  content: " ";
  display: table;
}
.profile-tab:after {
  clear: both;
}
.profile-tab > .odd, .profile-tab .even {
  *zoom: 1;
  position: relative;
  padding: 0.4375em;
  border-color: #f0efeb;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}
.profile-tab > .odd:before, .profile-tab > .odd:after, .profile-tab .even:before, .profile-tab .even:after {
  content: " ";
  display: table;
}
.profile-tab > .odd:after, .profile-tab .even:after {
  clear: both;
}
.profile-tab > .odd:first-child, .profile-tab .even:first-child {
  margin-top: 0.4375em;
}
.profile-tab > .odd:last-child, .profile-tab .even:last-child {
  border-bottom-width: 1px;
  margin-bottom: 0.4375em;
}
@media only screen and (min-width: 768px) {
  .profile-tab {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    float: left;
    padding: 1.25em;
  }
}
@media only screen and (min-width: 1280px) {
  .profile-tab {
    @inluce grid-column(9);
  }
}
.profile-tab .odd, .profile-tab .even {
  padding: 10px;
  *zoom: 1;
}
.profile-tab .odd:before, .profile-tab .odd:after, .profile-tab .even:before, .profile-tab .even:after {
  content: " ";
  display: table;
}
.profile-tab .odd:after, .profile-tab .even:after {
  clear: both;
}
.profile-tab .odd label, .profile-tab .even label {
  width: 150px;
  float: left;
  margin-right: 20px;
  font-size: 1em;
}
.profile-tab .odd .elgg-output, .profile-tab .even .elgg-output {
  margin: 0;
}
.profile-tab .even {
  background-color: #e6e6e6;
}
.profile-tab .profile-aboutme-title {
  margin: 20px 0 0;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
.reveal-modal .profile-tab {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.profile-banned-user {
  border: 2px solid #752735;
  padding: 0.5625em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.elgg-search {
  margin: 0;
  padding: 4px;
  background: #210e2e;
  overflow: hidden;
  height: 45px;
}
.elgg-search fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
}
.elgg-search fieldset input[type="text"].search-input {
  font-family: Arial, sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  color: white;
  border: none;
  text-indent: 30px;
  font-size: 0.875em;
  line-height: 29px;
  height: auto;
  padding: 4px 10px;
  margin: 0;
}
.elgg-search fieldset input[type="text"].search-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
}
.elgg-search fieldset .elgg-icon-search {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.375em;
  margin: 0 10px;
  color: white;
  line-height: 37px;
}
.elgg-search fieldset input[type="submit"].search-submit-button {
  display: none;
}

html {
  height: 100%;
}

body {
  border: #008193 4px solid;
  border-width: 4px 0;
  background-size: cover;
  background-position: 25%;
  background-image: url('../../../graphics/body/cover1.jpg?1384285377');
  background-attachment: fixed;
  min-height: 100%;
}

.elgg-page-header, .elgg-page-body, .elgg-page-footer {
  background: rgba(244, 244, 244, 0.8);
  border: none;
  overflow: visible;
  *zoom: 1;
}
.elgg-page-header:before, .elgg-page-header:after, .elgg-page-body:before, .elgg-page-body:after, .elgg-page-footer:before, .elgg-page-footer:after {
  content: " ";
  display: table;
}
.elgg-page-header:after, .elgg-page-body:after, .elgg-page-footer:after {
  clear: both;
}

.elgg-page-body {
  min-height: 900px;
}

section {
  margin-bottom: 5em;
}

h2 {
  margin-bottom: 25px;
  /*margin-top: -4px;*/
}

.button {
  box-shadow: none;
}
@media only screen and (max-width: 47.99em) {
  .button {
    width: 100%;
    margin-bottom: 0;
  }
}

label {
  padding-top: 1px;
  margin-bottom: 15px;
}

a.label {
  margin-top: 0;
}
@media only screen and (max-width: 47.99em) {
  a.label {
    float: left;
    margin-right: 10px;
    padding: 7px 10px;
  }
}

input[type="text"],
textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

textarea {
  height: auto;
}

.panel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

a:hover .panel {
  background-color: #e6e6e6;
}

.resource-grid {
  margin-bottom: 30px;
}
.resource-grid .panel {
  height: 210px;
  text-align: center;
  color: #212930;
  font-size: 14px;
  font-weight: bold;
}

.reveal-modal {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.reveal-modal:before, .reveal-modal:after {
  content: " ";
  display: table;
}
.reveal-modal:after {
  clear: both;
}
.reveal-modal > * {
  max-width: 75em;
  margin: 0 auto;
}

.top-bar, .elgg-page-topbar nav {
  background: rgba(242, 242, 242, 0.9);
}
.top-bar .button, .elgg-page-topbar nav .button {
  width: auto;
  margin-left: 10px;
  padding: 0 10px;
}
.top-bar input[type="text"], .elgg-page-topbar nav input[type="text"] {
  margin: 15px -28px 0 0;
  padding-left: 38px;
}
.top-bar input[type="submit"], .elgg-page-topbar nav input[type="submit"] {
  position: relative;
  top: -31px;
  float: left;
  width: 28px;
  height: 28px;
  border: none;
  text-indent: -999em;
  background: transparent;
}
.top-bar .title-area, .elgg-page-topbar nav .title-area {
  z-index: 2;
}
.top-bar .title-area .name h1, .elgg-page-topbar nav .title-area .name h1 {
  max-width: 160px;
  width: auto;
  float: left;
  line-height: 3.4375em;
}
.top-bar .title-area .name h1 a, .elgg-page-topbar nav .title-area .name h1 a {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}
.top-bar .title-area .name h1 a:hover, .elgg-page-topbar nav .title-area .name h1 a:hover {
  border: none;
}
.top-bar .top-bar-section, .elgg-page-topbar nav .top-bar-section, .elgg-page-topbar nav section {
  margin: 0;
  z-index: 1;
}
.top-bar .top-bar-section a span.elgg-button, .elgg-page-topbar nav .top-bar-section a span.elgg-button, .elgg-page-topbar nav section a span.elgg-button {
  padding: 3px 10px;
}
@media only screen and (min-width: 940px) {
  .top-bar, .elgg-page-topbar nav {
    background: transparent;
    margin: -15px 0 0;
    height: auto;
  }
  .top-bar .title-area .name h1, .elgg-page-topbar nav .title-area .name h1 {
    width: 285px;
    max-width: 285px;
    position: absolute;
    padding: 10px;
  }
  .top-bar .top-bar-section, .elgg-page-topbar nav .top-bar-section, .elgg-page-topbar nav section {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top-bar .top-bar-section > ul, .elgg-page-topbar nav .top-bar-section > ul, .elgg-page-topbar nav section > ul {
    margin-top: 40px;
    background: none;
    text-align: right;
    display: block;
    padding-left: 285px;
    background: rgba(242, 242, 242, 0.65);
  }
  .top-bar .top-bar-section > ul > li, .elgg-page-topbar nav .top-bar-section > ul > li, .elgg-page-topbar nav section > ul > li {
    background: transparent;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .top-bar .top-bar-section > ul > li > a, .elgg-page-topbar nav .top-bar-section > ul > li > a, .elgg-page-topbar nav section > ul > li > a {
    background: transparent;
  }
  .top-bar .top-bar-section .dropdown, .elgg-page-topbar nav .top-bar-section .dropdown, .elgg-page-topbar nav section .dropdown {
    right: 0;
    margin-left: -100px;
    margin-right: 0;
    /*border: 1px solid darken($hr-border-color, 10%);*/
    background: rgba(242, 242, 242, 0.98);
    text-align: left;
  }
  .top-bar .top-bar-section .dropdown li a, .elgg-page-topbar nav .top-bar-section .dropdown li a, .elgg-page-topbar nav section .dropdown li a {
    padding: 15px 25px;
    background: transparent;
    border: 1px solid transparent;
  }
  .top-bar .top-bar-section .dropdown li a:hover, .elgg-page-topbar nav .top-bar-section .dropdown li a:hover, .elgg-page-topbar nav section .dropdown li a:hover {
    background: white;
    border: 1px solid #f2f2f2;
  }
  .top-bar .top-bar-section input[type="text"], .elgg-page-topbar nav .top-bar-section input[type="text"], .elgg-page-topbar nav section input[type="text"] {
    top: 0;
    padding-left: 28px;
  }
  .top-bar .top-bar-section .button, .elgg-page-topbar nav .top-bar-section .button, .elgg-page-topbar nav section .button {
    top: 0;
  }
  .top-bar .top-bar-section form, .elgg-page-topbar nav .top-bar-section form, .elgg-page-topbar nav section form {
    margin-top: 10px;
  }
  .top-bar .top-bar-section form input[type="submit"], .elgg-page-topbar nav .top-bar-section form input[type="submit"], .elgg-page-topbar nav section form input[type="submit"] {
    top: -28px;
    float: left;
  }
}

.active input[type="text"], .elgg-state-selected input[type="text"] {
  border-color: #008193;
}

*.svg .top-bar input[type="submit"], *.svg .elgg-page-topbar nav input[type="submit"], .elgg-page-topbar *.svg nav input[type="submit"] {
  background: transparent url('../../../graphics/header-search.svg?1374964481') center no-repeat;
}

.no-svg .top-bar input[type="submit"], .no-svg .elgg-page-topbar nav input[type="submit"], .elgg-page-topbar .no-svg nav input[type="submit"] {
  background: transparent url('../../../graphics/header-search.png?1374964481') center no-repeat;
}

.live h1 {
  padding-top: 4em;
}

.live .fixed {
  border-top: #008193 4px solid;
}

/*// Line Item Icons
	.time, .who, .location, .count, .icon-attachment, .icon-notes, .icon-labels { padding-left: 20px; }
	.who, .count { margin-left: 10px; }

	// Line Item Graphics
	.svg .time { background: image-url("icon-time.svg") left center no-repeat; }
	.svg .who { background: image-url("icon-who.svg") left center no-repeat; }
	.svg .location { background: image-url("icon-location.svg") left center no-repeat; }
	.svg .count { background: image-url("icon-count.svg") left center no-repeat; }
	.svg .icon-attachment { background: image-url("icon-attachment.svg") left center no-repeat; }
	.svg .icon-notes { background: image-url("icon-notes.svg") left center no-repeat; }
	.svg .icon-labels { background: image-url("icon-labels.svg") left center no-repeat; }
	.no-svg .time { background: image-url("icon-time.png") left center no-repeat; }
	.no-svg .who { background: image-url("icon-who.png") left center no-repeat; }
	.no-svg .location { background: image-url("icon-location.png") left center no-repeat; }
	.no-svg .count { background: image-url("icon-count.png") left center no-repeat; }
	.no-svg .notes { background: image-url("icon-notes.png") left center no-repeat; }
.no-svg .labels { background: image-url("icon-labels.png") left center no-repeat; }*/
.resource-grid {
  margin-top: 10px;
}

.resource-file .panel,
.resource-link .panel,
.resource-folder .panel {
  text-align: center;
  overflow: hidden;
  word-break: break-all;
}
.resource-file .panel .elgg-icon,
.resource-link .panel .elgg-icon,
.resource-folder .panel .elgg-icon {
  font-size: 90px;
  display: block;
  line-height: 120px;
  color: #aaa;
}

/*
	.resource-file .panel { background-image: image-url("resource-file.png"); }
	.resource-link .panel { background-image: image-url("resource-link.png"); }
	.resource-folder .panel { background-image: image-url("resource-folder.png"); }
*/
.list-items p {
  margin-bottom: 0;
}

.line-title .button, .line-title h2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1280px) {
  .breadcrumbs > * {
    float: none;
    display: inline-block;
  }
}
.elgg-menu-entity li, .elgg-menu-entitynews li {
  position: relative;
  margin: 0 0 0 0.625em;
  border: 0;
  padding: inherit;
}
.elgg-menu-entity li a, .elgg-menu-entity li span, .elgg-menu-entitynews li a, .elgg-menu-entitynews li span {
  font-size: 1em;
}
.elgg-menu-entity li .elgg-icon:hover, .elgg-menu-entitynews li .elgg-icon:hover {
  color: #008193;
  font-size: 1.875em;
}
li.elgg-item .elgg-menu-entity, li.elgg-item .elgg-menu-entitynews {
  margin: 0 0 1.25em 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
}

.elgg-menu-filter {
  margin-bottom: 10px;
}

.elgg-menu-widget {
  height: 50px;
}
.elgg-menu-widget li a {
  line-height: 15px;
}
.elgg-menu-widget li.elgg-menu-item-settings {
  right: 70px;
}
.elgg-menu-widget li.elgg-menu-item-settings .elgg-icon {
  line-height: 15px;
  display: block;
}
.elgg-menu-widget li.elgg-menu-item-delete .elgg-icon {
  line-height: 15px;
  display: block;
}

.elgg-list {
  list-style: none;
  margin-top: 1.25em;
}
.elgg-module .elgg-list {
  margin-top: 0;
}
.elgg-list > li.elgg-item {
  padding: 0.625em 1.25em;
  border: 1px solid #cccccc;
  margin-bottom: 0.3125em;
  min-height: 80px;
  padding-bottom: 30px;
}
.elgg-list > li.elgg-item h4 {
  font-size: 1.25em;
  line-height: 1.5625em;
}
.elgg-list > li:last-child {
  border: 1px solid #cccccc;
}
.elgg-module-widget .elgg-list {
  border-top: 0;
  margin-top: 0;
}
.elgg-list.trn-resources-explorer-list {
  padding: 0;
  border: 0;
}
.elgg-list.trn-resources-explorer-list .elgg-item {
  padding: 0;
  border: 0;
  margin: 0.3125em;
}

.elgg-tags {
  list-style: none;
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.elgg-tags > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.elgg-tags > li > * {
  display: block;
}
.elgg-tags li:first-child {
  display: none;
}
.elgg-tags li.elgg-tag {
  border: #f2f2f2 1px solid;
  background: none;
  color: #222222;
  padding: 0.1875em 0.375em;
  margin: 2px;
  font-size: 0.875em;
}
.elgg-tags li.elgg-tag:hover {
  border-color: #008193;
  color: #008193;
}
.elgg-tags li.elgg-tag:after {
  content: "";
}
li.elgg-item .elgg-tags {
  position: absolute;
  top: 0;
  right: 0;
}

.elgg-tagcloud {
  list-style: none;
  padding: 10px;
}
.elgg-tagcloud a {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1.25em;
}

form label + br {
  display: none;
}

label .elgg-icon {
  color: #3c3c3c;
  margin-right: 5px;
}
label .elgg-icon:hover {
  color: #3c3c3c;
}

.elgg-icon:not(.elgg-icon-hover-menu) + * {
  margin-left: 10px;
}

.elgg-layout {
  min-height: 800px;
}

.elgg-footer {
  margin: 0.5em;
  padding: 0.5em;
}

.file-tools-folder {
  line-height: 1.4em;
}

.elgg-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.elgg-menu.breadcrumbs > li, .elgg-menu.breadcrumbs > li > * {
  display: inline;
  vertical-align: middle;
}

.trn-sidebar {
  position: relative;
  float: left;
  width: 210px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #eeeeee;
}

.trn-main {
  position: relative;
  min-height: 360px;
  padding: 10px;
}

.trn-layout .elgg-widgets {
  float: none;
}

.elgg-menu-page.elgg-menu-resources .elgg-menu-closed:before, .elgg-menu-page.elgg-menu-resources .elgg-menu-opened:before {
  display: none;
}

.elgg-menu-page.elgg-menu-resources .elgg-menu-closed i:before, .elgg-menu-page.elgg-menu-resources .elgg-menu-opened i:before {
  display: inline-block;
  padding-right: 4px;
  width: 10px;
  font-weight: bold;
  text-align: center;
  font-family: Verdana;
}

.elgg-menu-page.elgg-menu-resources .elgg-menu-closed i:before {
  content: "\002B";
}

.elgg-menu-page.elgg-menu-resources .elgg-menu-opened i:before {
  content: "\002D";
}

.elgg-menu-trnsite > li a .button {
  display: inline-block;
  vertical-align: middle;
  margin-top: -17px;
  left: 5px;
  width: auto;
}

.row .elgg-body {
  overflow: visible;
}

#file_tools_breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #fbfbfb;
  border-color: #f0efeb;
}
#file_tools_breadcrumbs li {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}
#file_tools_breadcrumbs li:hover a, #file_tools_breadcrumbs li:focus a {
  text-decoration: underline;
}
#file_tools_breadcrumbs li a,
#file_tools_breadcrumbs li span {
  text-transform: uppercase;
  color: #752735;
}
#file_tools_breadcrumbs li.current {
  cursor: default;
  color: #333333;
}
#file_tools_breadcrumbs li.current a {
  cursor: default;
  color: #333333;
}
#file_tools_breadcrumbs li.current:hover, #file_tools_breadcrumbs li.current:hover a, #file_tools_breadcrumbs li.current:focus, #file_tools_breadcrumbs li.current:focus a {
  text-decoration: none;
}
#file_tools_breadcrumbs li.unavailable {
  color: #999999;
}
#file_tools_breadcrumbs li.unavailable a {
  color: #999999;
}
#file_tools_breadcrumbs li.unavailable:hover, #file_tools_breadcrumbs li.unavailable:hover a, #file_tools_breadcrumbs li.unavailable:focus,
#file_tools_breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
#file_tools_breadcrumbs li:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
#file_tools_breadcrumbs li:first-child:before {
  content: " ";
  margin: 0;
}
#file_tools_breadcrumbs li a {
  float: none;
  display: inline-block;
}
#file_tools_breadcrumbs li:after {
  content: "";
}

#file_tools_breadcrumbs {
  font-weight: bold;
  margin-left: 0;
}

#file_tools_list_files_container {
  border: 1px solid #cccccc;
  margin-top: 0.5625em;
}

#file_tools_breadcrumbs ul {
  padding: 3px 10px;
  margin: 0;
}

#file_tools_breadcrumbs ul li a {
  font-size: 0.9em;
  font-weight: normal;
}

#file_tools_list_files .elgg-content {
  padding: 10px;
  background: #fbfbfb;
  margin: 0;
  border-bottom: #ddd 1px solid;
  border-top: #ddd 1px solid;
}

#file_tools_list_files .elgg-list {
  margin: 10px;
}
#file_tools_list_files .elgg-list > li {
  min-height: 0;
  padding: 0;
  margin: 0;
}
#file_tools_list_files .elgg-list > li .file-tools-folder, #file_tools_list_files .elgg-list > li .file-tools-file {
  font-size: 1em;
  min-height: 80px;
}
#file_tools_list_files .elgg-list > li .file-tools-folder .elgg-image-alt, #file_tools_list_files .elgg-list > li .file-tools-file .elgg-image-alt {
  margin: 20px 0 0;
}

a[id^=file_tools_action], a#file_tools_select_all span {
  margin: 4px 8px;
  padding: 4px;
  line-height: 30px;
}

#file_tools_list_files .elgg-content .elgg-output {
  padding: 10px;
  margin-left: 50px;
}

#file_tools_list_files .file-tools-file {
  padding: 10px 18px;
}

.elgg-sidebar .tree-classic li a, .tree li span {
  height: 24px;
  margin: -7px 0 7px 0;
  padding: 8px 0 10px 5px;
  font-size: 17px;
  font-weight: normal;
  display: block;
}

.elgg-sidebar .tree-classic li a.clicked, .elgg-sidebar .tree-classic li a.clicked:hover, .elgg-sidebar .tree-classic li span.clicked {
  display: block;
  padding: 8px 0 10px 5px;
  vertical-align: middle;
  font-size: 17px;
  background: none;
  border: none;
  color: #61207F;
  font-weight: bold;
}

.elgg-menu-item-root {
  width: 100%;
}

#appointyOverlayGdIf {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

li.token-input-token {
  background-color: #f0f0f0;
}

.elgg-list.elgg-list-shared-folders > li {
  min-height: 0;
  padding: 0;
  border: 0;
}
.elgg-list.elgg-list-shared-folders > li .file-tools-folder, .elgg-list.elgg-list-shared-folders > li .file-tools-file {
  font-size: 1em;
  min-height: 80px;
}
.elgg-list.elgg-list-shared-folders > li .file-tools-folder .elgg-image-alt, .elgg-list.elgg-list-shared-folders > li .file-tools-file .elgg-image-alt {
  margin: 20px 0 0;
}

#file_tools_list_tree_container {
  overflow: visible;
}

.elgg-module-widget {
  border: none;
}
.elgg-module-widget.elgg-state-draggable:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.elgg-module-widget .elgg-widget-edit {
  margin: 10px;
  padding: 10px;
}

.elgg-icon-notes:before {
  content: "\f15b";
}

.elgg-icon-lesson:before {
  content: "\f0b1";
}

.elgg-icon-labels:before {
  content: "\f02c";
}

.elgg-icon-time:before {
  content: "\f017";
}

.elgg-icon-group:before {
  content: "\f0c0";
}

.elgg-icon-complete:before {
  content: "\f046";
}

.elgg-icon-timezone:before {
  content: "\f0ac";
}

.elgg-icon-studentid:before {
  content: "\f0a3";
}

.elgg-icon-report:before {
  content: "\f02d";
}

.elgg-icon-resources:before {
  content: "\f114";
}

.elgg-icon-sound:before {
  content: "\f027";
}

.elgg-icon-number:before {
  content: "\f022";
}

.elgg-icon-folder:before {
  content: "\f114";
}

.elgg-icon-file:before {
  content: "\f15c";
}

.elgg-icon-bookmark:before {
  content: "\f02e";
}

.elgg-icon-completion:before {
  content: "\f0eb";
}

.elgg-icon-lastlist:before {
  content: "\f0cb";
}

.elgg-icon-checkup:before {
  content: "\f00c";
}

.elgg-icon-book:before {
  content: "\f02d";
}

.elgg-icon-level:before {
  content: "\f0ae";
}

.line-items {
  padding: 20px;
  margin-bottom: 0;
}
.line-items hr {
  margin: 25px -35px;
}

.profile-field {
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
}
fieldset .profile-field:nth-child(odd) {
  background: #f9f9f9;
}
fieldset .profile-field:last-child {
  border-bottom: none;
}
.profile-field > .profile-label-row label {
  font-weight: bold;
}
.profile-field .profile-label-row {
  line-height: 1.875em;
}
.profile-field .profile-label-row label {
  margin: 0;
}
.profile-field .profile-label-row label.access-label {
  color: #999;
  font-weight: normal;
  padding-right: 10px;
}
.profile-field .profile-label-row .profile-field-access .columns {
  padding: 0;
}

.elgg-icon-required {
  margin-left: 10px;
  vertical-align: super;
  font-size: 60%;
}
.elgg-icon-required:before, .elgg-icon-required:hover:before {
  color: red;
  content: "\f069";
}

.trn-notes-list, .no-class {
  margin: 0;
}
.trn-notes-list > li.elgg-item, .no-class > li.elgg-item {
  border: 0;
  padding: 0 10px 0 0;
}

.panel.parent-panel {
  border-left: 6px solid #752735;
}
.panel.parent-panel .parent-panel-label {
  color: #752735;
}

.panel hr {
  border-color: #fff;
}

.panel.report-view-panel {
  background: #f8f8f8;
}
.panel.report-view-panel .elgg-output {
  margin-left: 15px;
}
.panel.report-view-panel h5 {
  color: #008193;
}

table-trn-assessment-form tr:hover {
  background: #eeeeee;
  font-size: 110%;
}

td.trn-ar-l-letter {
  font-size: 40px;
  text-transform: lowercase;
  text-align: center;
  font-weight: bold;
}

td.trn-ar-l-word {
  font-weight: bold;
  font-size: 18px;
}

td.trn-ar-l-form textarea {
  margin-bottom: 0;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 66.66667%;
  float: left;
}
td.trn-ar-l-form .elgg-horizontal {
  margin: 0;
}
td.trn-ar-l-form .elgg-horizontal label {
  margin: 0 4px 4px 0;
}
td.trn-ar-l-form .elgg-horizontal.has-comment {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 33.33333%;
  float: left;
}
td.trn-ar-l-form .elgg-horizontal li {
  display: inline-block;
  margin-right: 10px;
}
td.trn-ar-l-form .elgg-horizontal li:first-child label {
  text-transform: uppercase;
  color: #900000;
  font-weight: bold;
}
td.trn-ar-l-form .elgg-horizontal li:first-child label .custom.radio {
  margin-right: 10px;
}
td.trn-ar-l-form .elgg-horizontal li:nth-child(2) label {
  text-transform: uppercase;
  color: #009933;
}
td.trn-ar-l-form .elgg-horizontal li:nth-child(2) label .custom.radio {
  margin-right: 10px;
}
