.group:after, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}


/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

/**
 * Prevent the duplicate application of 'bolder' by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}



/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native 'audio' and 'video'
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * 1. Set the global 'box-sizing' state to 'border-box'.
 *    http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * 2. Set font family. [normalize.css]
 * 3. Set the base element's 'font-size' to the value of your choosing.
 * 4. Work out the unitless 'line-height' for your project based around your
 *    desired 'line-height' (defined previously in pixels), and your project's
 *    base font size.
 * 5. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. [normalize.css]
 *
 */
html {
  box-sizing: border-box;
  /* [1] */
}

/**
 * 1. Inherit box-sizing to make it easier to change the property for components
 *    that leverage other behavior.
 *    https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*:before,
*:after {
  box-sizing: inherit;
  /* [1] */
}

/* Default Links */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a {
  color: #5d768d;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #5d768d;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

.black {
  color: #0d0d0e;
}

.inverted {
  color: #fff;
}

.error {
  color: #EF3E46;
}

.success {
  color: #1CD991;
}

.warning {
  color: #f7ba45;
}

.focus {
  color: #1c86f2;
}

.aluminum {
  color: #f8f8f8;
}

.silver {
  color: #e0e1e1;
}

.lightgray {
  color: #DEDFE2;
}

.gray {
  color: #bdbdbd;
}

.midgray {
  color: #676b72;
}

.darkgray {
  color: #313439;
}

.bg-black {
  background-color: #0d0d0e;
}

.bg-inverted {
  background-color: #fff;
}

.bg-error {
  background-color: #EF3E46;
}

.bg-success {
  background-color: #1CD991;
}

.bg-warning {
  background-color: #f7ba45;
}

.bg-focus {
  background-color: #1c86f2;
}

.bg-aluminum {
  background-color: #f8f8f8;
}

.bg-silver {
  background-color: #e0e1e1;
}

.bg-lightgray {
  background-color: #DEDFE2;
}

.bg-gray {
  background-color: #bdbdbd;
}

.bg-midgray {
  background-color: #676b72;
}

.bg-darkgray {
  background-color: #313439;
}

.bg-highlight {
  background-color: #edf2ff;
}


hr {
  background-color: #E6EAF0;
  border: 0;
  box-sizing: content-box;
  /* Address differences between Firefox and other browsers. Source- normalize.css */
  height: 2px;
}

/* Grid Cell Wrapper */
.bb-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Grid Cell */
.bb-grid > *,
.bb-grid-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  list-style: none;
}

/*prevent style tag to display*/
.site-content-grid > style {
  display: none;
}


@media screen and (max-width: 544px) {
  form.search-form > label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  form.search-form > label input[type="search"] {
    width: 100%;
  }
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button,
.button,
input[type=button],
input[type=submit],
.buddypress .buddypress-wrap .comment-reply-link,
.buddypress .buddypress-wrap .generic-button a,
.buddypress .buddypress-wrap a.bp-title-button,
.buddypress .buddypress-wrap a.button,
.buddypress .buddypress-wrap button,
.buddypress .buddypress-wrap input[type=button],
.buddypress .buddypress-wrap input[type=reset],
.buddypress .buddypress-wrap input[type=submit],
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
    background: #f73558;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    cursor: pointer;
    display: inline-block;
    border: 0;
    text-align: center;
    white-space: nowrap;
    background: #0071e3;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1.33337;
    font-weight: 400;
    font-family: "nmed","Helvetica Neue","Helvetica","Arial",sans-serif;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 40px;
}
button i,
.button i,
input[type=button] i,
input[type=submit] i,
.buddypress .buddypress-wrap .comment-reply-link i,
.buddypress .buddypress-wrap .generic-button a i,
.buddypress .buddypress-wrap a.bp-title-button i,
.buddypress .buddypress-wrap a.button i,
.buddypress .buddypress-wrap button i,
.buddypress .buddypress-wrap input[type=button] i,
.buddypress .buddypress-wrap input[type=reset] i,
.buddypress .buddypress-wrap input[type=submit] i,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a i {
  position: relative;
  /*top: 1px;*/
  /*margin: 0 2px;*/
}
button:hover, button:focus,
.button:hover,
.button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.buddypress .buddypress-wrap .comment-reply-link:hover,
.buddypress .buddypress-wrap .comment-reply-link:focus,
.buddypress .buddypress-wrap .generic-button a:hover,
.buddypress .buddypress-wrap .generic-button a:focus,
.buddypress .buddypress-wrap a.bp-title-button:hover,
.buddypress .buddypress-wrap a.bp-title-button:focus,
.buddypress .buddypress-wrap a.button:hover,
.buddypress .buddypress-wrap a.button:focus,
.buddypress .buddypress-wrap button:hover,
.buddypress .buddypress-wrap button:focus,
.buddypress .buddypress-wrap input[type=button]:hover,
.buddypress .buddypress-wrap input[type=button]:focus,
.buddypress .buddypress-wrap input[type=reset]:hover,
.buddypress .buddypress-wrap input[type=reset]:focus,
.buddypress .buddypress-wrap input[type=submit]:hover,
.buddypress .buddypress-wrap input[type=submit]:focus,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus {
  outline: none;
  text-decoration: none;
 
}
button:active,
.button:active,
input[type=button]:active,
input[type=submit]:active,
.buddypress .buddypress-wrap .comment-reply-link:active,
.buddypress .buddypress-wrap .generic-button a:active,
.buddypress .buddypress-wrap a.bp-title-button:active,
.buddypress .buddypress-wrap a.button:active,
.buddypress .buddypress-wrap button:active,
.buddypress .buddypress-wrap input[type=button]:active,
.buddypress .buddypress-wrap input[type=reset]:active,
.buddypress .buddypress-wrap input[type=submit]:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active {
  outline: none;
  text-decoration: none;
 }
button.disabled,
.button.disabled,
input[type=button].disabled,
input[type=submit].disabled,
.buddypress .buddypress-wrap .comment-reply-link.disabled,
.buddypress .buddypress-wrap .generic-button a.disabled,
.buddypress .buddypress-wrap a.bp-title-button.disabled,
.buddypress .buddypress-wrap a.button.disabled,
.buddypress .buddypress-wrap button.disabled,
.buddypress .buddypress-wrap input[type=button].disabled,
.buddypress .buddypress-wrap input[type=reset].disabled,
.buddypress .buddypress-wrap input[type=submit].disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.disabled {
  cursor: default;
  font-style: normal;
  color: #C8CBCF;
  background-color: #F5F5F5;
  opacity: 1;
}
button.small,
.button.small,
input[type=button].small,
input[type=submit].small,
.buddypress .buddypress-wrap .comment-reply-link.small,
.buddypress .buddypress-wrap .generic-button a.small,
.buddypress .buddypress-wrap a.bp-title-button.small,
.buddypress .buddypress-wrap a.button.small,
.buddypress .buddypress-wrap button.small,
.buddypress .buddypress-wrap input[type=button].small,
.buddypress .buddypress-wrap input[type=reset].small,
.buddypress .buddypress-wrap input[type=submit].small,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.small {
  font-size: 14px;
  font-weight: 500;
  min-height: 34px;
  padding: 6px 20px;
  border-radius: 100px;
}
button.big,
.button.big,
input[type=button].big,
input[type=submit].big,
.buddypress .buddypress-wrap .comment-reply-link.big,
.buddypress .buddypress-wrap .generic-button a.big,
.buddypress .buddypress-wrap a.bp-title-button.big,
.buddypress .buddypress-wrap a.button.big,
.buddypress .buddypress-wrap button.big,
.buddypress .buddypress-wrap input[type=button].big,
.buddypress .buddypress-wrap input[type=reset].big,
.buddypress .buddypress-wrap input[type=submit].big,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.big {
  font-size: 16px;
  min-height: 62px;
  padding: 20px 40px;
  border-radius: 100px;
}
button.large,
.button.large,
input[type=button].large,
input[type=submit].large,
.buddypress .buddypress-wrap .comment-reply-link.large,
.buddypress .buddypress-wrap .generic-button a.large,
.buddypress .buddypress-wrap a.bp-title-button.large,
.buddypress .buddypress-wrap a.button.large,
.buddypress .buddypress-wrap button.large,
.buddypress .buddypress-wrap input[type=button].large,
.buddypress .buddypress-wrap input[type=reset].large,
.buddypress .buddypress-wrap input[type=submit].large,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.large {
  font-size: 16px;
  min-height: 50px;
  padding: 14px 30px;
  border-radius: 100px;
}
button.full,
.button.full,
input[type=button].full,
input[type=submit].full,
.buddypress .buddypress-wrap .comment-reply-link.full,
.buddypress .buddypress-wrap .generic-button a.full,
.buddypress .buddypress-wrap a.bp-title-button.full,
.buddypress .buddypress-wrap a.button.full,
.buddypress .buddypress-wrap button.full,
.buddypress .buddypress-wrap input[type=button].full,
.buddypress .buddypress-wrap input[type=reset].full,
.buddypress .buddypress-wrap input[type=submit].full,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.full {
  width: 100%;
}
button.secondary,
.button.secondary,
input[type=button].secondary,
input[type=submit].secondary,
.buddypress .buddypress-wrap .comment-reply-link.secondary,
.buddypress .buddypress-wrap .generic-button a.secondary,
.buddypress .buddypress-wrap a.bp-title-button.secondary,
.buddypress .buddypress-wrap a.button.secondary,
.buddypress .buddypress-wrap button.secondary,
.buddypress .buddypress-wrap input[type=button].secondary,
.buddypress .buddypress-wrap input[type=reset].secondary,
.buddypress .buddypress-wrap input[type=submit].secondary,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary {
  color: #fff;
  background-color: #A1ABB5;
}
button.secondary:hover,
.button.secondary:hover,
input[type=button].secondary:hover,
input[type=submit].secondary:hover,
.buddypress .buddypress-wrap .comment-reply-link.secondary:hover,
.buddypress .buddypress-wrap .generic-button a.secondary:hover,
.buddypress .buddypress-wrap a.bp-title-button.secondary:hover,
.buddypress .buddypress-wrap a.button.secondary:hover,
.buddypress .buddypress-wrap button.secondary:hover,
.buddypress .buddypress-wrap input[type=button].secondary:hover,
.buddypress .buddypress-wrap input[type=reset].secondary:hover,
.buddypress .buddypress-wrap input[type=submit].secondary:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:hover {
  color: #fff;
  background-color: #939eaa;
}
button.secondary:active,
.button.secondary:active,
input[type=button].secondary:active,
input[type=submit].secondary:active,
.buddypress .buddypress-wrap .comment-reply-link.secondary:active,
.buddypress .buddypress-wrap .generic-button a.secondary:active,
.buddypress .buddypress-wrap a.bp-title-button.secondary:active,
.buddypress .buddypress-wrap a.button.secondary:active,
.buddypress .buddypress-wrap button.secondary:active,
.buddypress .buddypress-wrap input[type=button].secondary:active,
.buddypress .buddypress-wrap input[type=reset].secondary:active,
.buddypress .buddypress-wrap input[type=submit].secondary:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:active {
  color: #fff;
  background-color: #bbc2c9;
}
button.secondary:disabled, button.secondary.disabled,
.button.secondary:disabled,
.button.secondary.disabled,
input[type=button].secondary:disabled,
input[type=button].secondary.disabled,
input[type=submit].secondary:disabled,
input[type=submit].secondary.disabled,
.buddypress .buddypress-wrap .comment-reply-link.secondary:disabled,
.buddypress .buddypress-wrap .comment-reply-link.secondary.disabled,
.buddypress .buddypress-wrap .generic-button a.secondary:disabled,
.buddypress .buddypress-wrap .generic-button a.secondary.disabled,
.buddypress .buddypress-wrap a.bp-title-button.secondary:disabled,
.buddypress .buddypress-wrap a.bp-title-button.secondary.disabled,
.buddypress .buddypress-wrap a.button.secondary:disabled,
.buddypress .buddypress-wrap a.button.secondary.disabled,
.buddypress .buddypress-wrap button.secondary:disabled,
.buddypress .buddypress-wrap button.secondary.disabled,
.buddypress .buddypress-wrap input[type=button].secondary:disabled,
.buddypress .buddypress-wrap input[type=button].secondary.disabled,
.buddypress .buddypress-wrap input[type=reset].secondary:disabled,
.buddypress .buddypress-wrap input[type=reset].secondary.disabled,
.buddypress .buddypress-wrap input[type=submit].secondary:disabled,
.buddypress .buddypress-wrap input[type=submit].secondary.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.disabled {
  color: #C8CBCF;
  background-color: #F5F5F5;
}
button.secondary.outline,
.button.secondary.outline,
input[type=button].secondary.outline,
input[type=submit].secondary.outline,
.buddypress .buddypress-wrap .comment-reply-link.secondary.outline,
.buddypress .buddypress-wrap .generic-button a.secondary.outline,
.buddypress .buddypress-wrap a.bp-title-button.secondary.outline,
.buddypress .buddypress-wrap a.button.secondary.outline,
.buddypress .buddypress-wrap button.secondary.outline,
.buddypress .buddypress-wrap input[type=button].secondary.outline,
.buddypress .buddypress-wrap input[type=reset].secondary.outline,
.buddypress .buddypress-wrap input[type=submit].secondary.outline,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline {
  background: none;
  color: #A1ABB5;
  border-color: #A1ABB5;
}
button.secondary.outline:hover,
.button.secondary.outline:hover,
input[type=button].secondary.outline:hover,
input[type=submit].secondary.outline:hover,
.buddypress .buddypress-wrap .comment-reply-link.secondary.outline:hover,
.buddypress .buddypress-wrap .generic-button a.secondary.outline:hover,
.buddypress .buddypress-wrap a.bp-title-button.secondary.outline:hover,
.buddypress .buddypress-wrap a.button.secondary.outline:hover,
.buddypress .buddypress-wrap button.secondary.outline:hover,
.buddypress .buddypress-wrap input[type=button].secondary.outline:hover,
.buddypress .buddypress-wrap input[type=reset].secondary.outline:hover,
.buddypress .buddypress-wrap input[type=submit].secondary.outline:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:hover {
  color: #939eaa;
  border-color: #939eaa;
}
button.secondary.outline:active,
.button.secondary.outline:active,
input[type=button].secondary.outline:active,
input[type=submit].secondary.outline:active,
.buddypress .buddypress-wrap .comment-reply-link.secondary.outline:active,
.buddypress .buddypress-wrap .generic-button a.secondary.outline:active,
.buddypress .buddypress-wrap a.bp-title-button.secondary.outline:active,
.buddypress .buddypress-wrap a.button.secondary.outline:active,
.buddypress .buddypress-wrap button.secondary.outline:active,
.buddypress .buddypress-wrap input[type=button].secondary.outline:active,
.buddypress .buddypress-wrap input[type=reset].secondary.outline:active,
.buddypress .buddypress-wrap input[type=submit].secondary.outline:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:active {
  color: #c3cad0;
  border-color: #c3cad0;
}
button.secondary.outline:disabled, button.secondary.outline.disabled,
.button.secondary.outline:disabled,
.button.secondary.outline.disabled,
input[type=button].secondary.outline:disabled,
input[type=button].secondary.outline.disabled,
input[type=submit].secondary.outline:disabled,
input[type=submit].secondary.outline.disabled,
.buddypress .buddypress-wrap .comment-reply-link.secondary.outline:disabled,
.buddypress .buddypress-wrap .comment-reply-link.secondary.outline.disabled,
.buddypress .buddypress-wrap .generic-button a.secondary.outline:disabled,
.buddypress .buddypress-wrap .generic-button a.secondary.outline.disabled,
.buddypress .buddypress-wrap a.bp-title-button.secondary.outline:disabled,
.buddypress .buddypress-wrap a.bp-title-button.secondary.outline.disabled,
.buddypress .buddypress-wrap a.button.secondary.outline:disabled,
.buddypress .buddypress-wrap a.button.secondary.outline.disabled,
.buddypress .buddypress-wrap button.secondary.outline:disabled,
.buddypress .buddypress-wrap button.secondary.outline.disabled,
.buddypress .buddypress-wrap input[type=button].secondary.outline:disabled,
.buddypress .buddypress-wrap input[type=button].secondary.outline.disabled,
.buddypress .buddypress-wrap input[type=reset].secondary.outline:disabled,
.buddypress .buddypress-wrap input[type=reset].secondary.outline.disabled,
.buddypress .buddypress-wrap input[type=submit].secondary.outline:disabled,
.buddypress .buddypress-wrap input[type=submit].secondary.outline.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline.disabled {
  background: #f5f5f5;
  color: #DEDFE2;
  border-color: #DEDFE2;
  opacity: 1;
}
button.success,
.button.success,
input[type=button].success,
input[type=submit].success,
.buddypress .buddypress-wrap .comment-reply-link.success,
.buddypress .buddypress-wrap .generic-button a.success,
.buddypress .buddypress-wrap a.bp-title-button.success,
.buddypress .buddypress-wrap a.button.success,
.buddypress .buddypress-wrap button.success,
.buddypress .buddypress-wrap input[type=button].success,
.buddypress .buddypress-wrap input[type=reset].success,
.buddypress .buddypress-wrap input[type=submit].success,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success {
  color: #fff;
  background-color: #28cf8b;
}
button.success:hover,
.button.success:hover,
input[type=button].success:hover,
input[type=submit].success:hover,
.buddypress .buddypress-wrap .comment-reply-link.success:hover,
.buddypress .buddypress-wrap .generic-button a.success:hover,
.buddypress .buddypress-wrap a.bp-title-button.success:hover,
.buddypress .buddypress-wrap a.button.success:hover,
.buddypress .buddypress-wrap button.success:hover,
.buddypress .buddypress-wrap input[type=button].success:hover,
.buddypress .buddypress-wrap input[type=reset].success:hover,
.buddypress .buddypress-wrap input[type=submit].success:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:hover {
  color: #fff;
  background-color: #24ba7d;
}
button.success:active,
.button.success:active,
input[type=button].success:active,
input[type=submit].success:active,
.buddypress .buddypress-wrap .comment-reply-link.success:active,
.buddypress .buddypress-wrap .generic-button a.success:active,
.buddypress .buddypress-wrap a.bp-title-button.success:active,
.buddypress .buddypress-wrap a.button.success:active,
.buddypress .buddypress-wrap button.success:active,
.buddypress .buddypress-wrap input[type=button].success:active,
.buddypress .buddypress-wrap input[type=reset].success:active,
.buddypress .buddypress-wrap input[type=submit].success:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:active {
  color: #fff;
  background-color: #49dca0;
}
button.success:disabled, button.success.disabled,
.button.success:disabled,
.button.success.disabled,
input[type=button].success:disabled,
input[type=button].success.disabled,
input[type=submit].success:disabled,
input[type=submit].success.disabled,
.buddypress .buddypress-wrap .comment-reply-link.success:disabled,
.buddypress .buddypress-wrap .comment-reply-link.success.disabled,
.buddypress .buddypress-wrap .generic-button a.success:disabled,
.buddypress .buddypress-wrap .generic-button a.success.disabled,
.buddypress .buddypress-wrap a.bp-title-button.success:disabled,
.buddypress .buddypress-wrap a.bp-title-button.success.disabled,
.buddypress .buddypress-wrap a.button.success:disabled,
.buddypress .buddypress-wrap a.button.success.disabled,
.buddypress .buddypress-wrap button.success:disabled,
.buddypress .buddypress-wrap button.success.disabled,
.buddypress .buddypress-wrap input[type=button].success:disabled,
.buddypress .buddypress-wrap input[type=button].success.disabled,
.buddypress .buddypress-wrap input[type=reset].success:disabled,
.buddypress .buddypress-wrap input[type=reset].success.disabled,
.buddypress .buddypress-wrap input[type=submit].success:disabled,
.buddypress .buddypress-wrap input[type=submit].success.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.disabled {
  color: #C8CBCF;
  background-color: #F5F5F5;
}
button.success.outline,
.button.success.outline,
input[type=button].success.outline,
input[type=submit].success.outline,
.buddypress .buddypress-wrap .comment-reply-link.success.outline,
.buddypress .buddypress-wrap .generic-button a.success.outline,
.buddypress .buddypress-wrap a.bp-title-button.success.outline,
.buddypress .buddypress-wrap a.button.success.outline,
.buddypress .buddypress-wrap button.success.outline,
.buddypress .buddypress-wrap input[type=button].success.outline,
.buddypress .buddypress-wrap input[type=reset].success.outline,
.buddypress .buddypress-wrap input[type=submit].success.outline,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline {
  background: none;
  color: #28cf8b;
  border-color: #28cf8b;
}
button.success.outline:hover,
.button.success.outline:hover,
input[type=button].success.outline:hover,
input[type=submit].success.outline:hover,
.buddypress .buddypress-wrap .comment-reply-link.success.outline:hover,
.buddypress .buddypress-wrap .generic-button a.success.outline:hover,
.buddypress .buddypress-wrap a.bp-title-button.success.outline:hover,
.buddypress .buddypress-wrap a.button.success.outline:hover,
.buddypress .buddypress-wrap button.success.outline:hover,
.buddypress .buddypress-wrap input[type=button].success.outline:hover,
.buddypress .buddypress-wrap input[type=reset].success.outline:hover,
.buddypress .buddypress-wrap input[type=submit].success.outline:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:hover {
  color: #24ba7d;
  border-color: #24ba7d;
}
button.success.outline:active,
.button.success.outline:active,
input[type=button].success.outline:active,
input[type=submit].success.outline:active,
.buddypress .buddypress-wrap .comment-reply-link.success.outline:active,
.buddypress .buddypress-wrap .generic-button a.success.outline:active,
.buddypress .buddypress-wrap a.bp-title-button.success.outline:active,
.buddypress .buddypress-wrap a.button.success.outline:active,
.buddypress .buddypress-wrap button.success.outline:active,
.buddypress .buddypress-wrap input[type=button].success.outline:active,
.buddypress .buddypress-wrap input[type=reset].success.outline:active,
.buddypress .buddypress-wrap input[type=submit].success.outline:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:active {
  color: #56dea7;
  border-color: #56dea7;
}
button.success.outline:disabled, button.success.outline.disabled,
.button.success.outline:disabled,
.button.success.outline.disabled,
input[type=button].success.outline:disabled,
input[type=button].success.outline.disabled,
input[type=submit].success.outline:disabled,
input[type=submit].success.outline.disabled,
.buddypress .buddypress-wrap .comment-reply-link.success.outline:disabled,
.buddypress .buddypress-wrap .comment-reply-link.success.outline.disabled,
.buddypress .buddypress-wrap .generic-button a.success.outline:disabled,
.buddypress .buddypress-wrap .generic-button a.success.outline.disabled,
.buddypress .buddypress-wrap a.bp-title-button.success.outline:disabled,
.buddypress .buddypress-wrap a.bp-title-button.success.outline.disabled,
.buddypress .buddypress-wrap a.button.success.outline:disabled,
.buddypress .buddypress-wrap a.button.success.outline.disabled,
.buddypress .buddypress-wrap button.success.outline:disabled,
.buddypress .buddypress-wrap button.success.outline.disabled,
.buddypress .buddypress-wrap input[type=button].success.outline:disabled,
.buddypress .buddypress-wrap input[type=button].success.outline.disabled,
.buddypress .buddypress-wrap input[type=reset].success.outline:disabled,
.buddypress .buddypress-wrap input[type=reset].success.outline.disabled,
.buddypress .buddypress-wrap input[type=submit].success.outline:disabled,
.buddypress .buddypress-wrap input[type=submit].success.outline.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline.disabled {
  background: #f5f5f5;
  color: #DEDFE2;
  border-color: #DEDFE2;
  opacity: 1;
}
button.error,
.button.error,
input[type=button].error,
input[type=submit].error,
.buddypress .buddypress-wrap .comment-reply-link.error,
.buddypress .buddypress-wrap .generic-button a.error,
.buddypress .buddypress-wrap a.bp-title-button.error,
.buddypress .buddypress-wrap a.button.error,
.buddypress .buddypress-wrap button.error,
.buddypress .buddypress-wrap input[type=button].error,
.buddypress .buddypress-wrap input[type=reset].error,
.buddypress .buddypress-wrap input[type=submit].error,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error {
  color: #fff;
  background-color: #EF3E46;
}
button.error:hover,
.button.error:hover,
input[type=button].error:hover,
input[type=submit].error:hover,
.buddypress .buddypress-wrap .comment-reply-link.error:hover,
.buddypress .buddypress-wrap .generic-button a.error:hover,
.buddypress .buddypress-wrap a.bp-title-button.error:hover,
.buddypress .buddypress-wrap a.button.error:hover,
.buddypress .buddypress-wrap button.error:hover,
.buddypress .buddypress-wrap input[type=button].error:hover,
.buddypress .buddypress-wrap input[type=reset].error:hover,
.buddypress .buddypress-wrap input[type=submit].error:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover {
  color: #fff;
  background-color: #ed262f;
}
button.error:active,
.button.error:active,
input[type=button].error:active,
input[type=submit].error:active,
.buddypress .buddypress-wrap .comment-reply-link.error:active,
.buddypress .buddypress-wrap .generic-button a.error:active,
.buddypress .buddypress-wrap a.bp-title-button.error:active,
.buddypress .buddypress-wrap a.button.error:active,
.buddypress .buddypress-wrap button.error:active,
.buddypress .buddypress-wrap input[type=button].error:active,
.buddypress .buddypress-wrap input[type=reset].error:active,
.buddypress .buddypress-wrap input[type=submit].error:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:active {
  color: #fff;
  background-color: #f3686f;
}
button.error:disabled, button.error.disabled,
.button.error:disabled,
.button.error.disabled,
input[type=button].error:disabled,
input[type=button].error.disabled,
input[type=submit].error:disabled,
input[type=submit].error.disabled,
.buddypress .buddypress-wrap .comment-reply-link.error:disabled,
.buddypress .buddypress-wrap .comment-reply-link.error.disabled,
.buddypress .buddypress-wrap .generic-button a.error:disabled,
.buddypress .buddypress-wrap .generic-button a.error.disabled,
.buddypress .buddypress-wrap a.bp-title-button.error:disabled,
.buddypress .buddypress-wrap a.bp-title-button.error.disabled,
.buddypress .buddypress-wrap a.button.error:disabled,
.buddypress .buddypress-wrap a.button.error.disabled,
.buddypress .buddypress-wrap button.error:disabled,
.buddypress .buddypress-wrap button.error.disabled,
.buddypress .buddypress-wrap input[type=button].error:disabled,
.buddypress .buddypress-wrap input[type=button].error.disabled,
.buddypress .buddypress-wrap input[type=reset].error:disabled,
.buddypress .buddypress-wrap input[type=reset].error.disabled,
.buddypress .buddypress-wrap input[type=submit].error:disabled,
.buddypress .buddypress-wrap input[type=submit].error.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.disabled {
  color: #C8CBCF;
  background-color: #F5F5F5;
}
button.error.outline,
.button.error.outline,
input[type=button].error.outline,
input[type=submit].error.outline,
.buddypress .buddypress-wrap .comment-reply-link.error.outline,
.buddypress .buddypress-wrap .generic-button a.error.outline,
.buddypress .buddypress-wrap a.bp-title-button.error.outline,
.buddypress .buddypress-wrap a.button.error.outline,
.buddypress .buddypress-wrap button.error.outline,
.buddypress .buddypress-wrap input[type=button].error.outline,
.buddypress .buddypress-wrap input[type=reset].error.outline,
.buddypress .buddypress-wrap input[type=submit].error.outline,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline {
  background: none;
  color: #EF3E46;
  border-color: #EF3E46;
}
button.error.outline:hover,
.button.error.outline:hover,
input[type=button].error.outline:hover,
input[type=submit].error.outline:hover,
.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,
.buddypress .buddypress-wrap .generic-button a.error.outline:hover,
.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,
.buddypress .buddypress-wrap a.button.error.outline:hover,
.buddypress .buddypress-wrap button.error.outline:hover,
.buddypress .buddypress-wrap input[type=button].error.outline:hover,
.buddypress .buddypress-wrap input[type=reset].error.outline:hover,
.buddypress .buddypress-wrap input[type=submit].error.outline:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover {
  color: #ed262f;
  border-color: #ed262f;
}
button.error.outline:active,
.button.error.outline:active,
input[type=button].error.outline:active,
input[type=submit].error.outline:active,
.buddypress .buddypress-wrap .comment-reply-link.error.outline:active,
.buddypress .buddypress-wrap .generic-button a.error.outline:active,
.buddypress .buddypress-wrap a.bp-title-button.error.outline:active,
.buddypress .buddypress-wrap a.button.error.outline:active,
.buddypress .buddypress-wrap button.error.outline:active,
.buddypress .buddypress-wrap input[type=button].error.outline:active,
.buddypress .buddypress-wrap input[type=reset].error.outline:active,
.buddypress .buddypress-wrap input[type=submit].error.outline:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:active {
  color: #f4777c;
  border-color: #f4777c;
}
button.error.outline:disabled, button.error.outline.disabled,
.button.error.outline:disabled,
.button.error.outline.disabled,
input[type=button].error.outline:disabled,
input[type=button].error.outline.disabled,
input[type=submit].error.outline:disabled,
input[type=submit].error.outline.disabled,
.buddypress .buddypress-wrap .comment-reply-link.error.outline:disabled,
.buddypress .buddypress-wrap .comment-reply-link.error.outline.disabled,
.buddypress .buddypress-wrap .generic-button a.error.outline:disabled,
.buddypress .buddypress-wrap .generic-button a.error.outline.disabled,
.buddypress .buddypress-wrap a.bp-title-button.error.outline:disabled,
.buddypress .buddypress-wrap a.bp-title-button.error.outline.disabled,
.buddypress .buddypress-wrap a.button.error.outline:disabled,
.buddypress .buddypress-wrap a.button.error.outline.disabled,
.buddypress .buddypress-wrap button.error.outline:disabled,
.buddypress .buddypress-wrap button.error.outline.disabled,
.buddypress .buddypress-wrap input[type=button].error.outline:disabled,
.buddypress .buddypress-wrap input[type=button].error.outline.disabled,
.buddypress .buddypress-wrap input[type=reset].error.outline:disabled,
.buddypress .buddypress-wrap input[type=reset].error.outline.disabled,
.buddypress .buddypress-wrap input[type=submit].error.outline:disabled,
.buddypress .buddypress-wrap input[type=submit].error.outline.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline.disabled {
  background: #f5f5f5;
  color: #DEDFE2;
  border-color: #DEDFE2;
  opacity: 1;
}
button.inverted,
.button.inverted,
input[type=button].inverted,
input[type=submit].inverted,
.buddypress .buddypress-wrap .comment-reply-link.inverted,
.buddypress .buddypress-wrap .generic-button a.inverted,
.buddypress .buddypress-wrap a.bp-title-button.inverted,
.buddypress .buddypress-wrap a.button.inverted,
.buddypress .buddypress-wrap button.inverted,
.buddypress .buddypress-wrap input[type=button].inverted,
.buddypress .buddypress-wrap input[type=reset].inverted,
.buddypress .buddypress-wrap input[type=submit].inverted,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted {
  color: #000;
  background-color: #fff;
}
button.inverted:hover,
.button.inverted:hover,
input[type=button].inverted:hover,
input[type=submit].inverted:hover,
.buddypress .buddypress-wrap .comment-reply-link.inverted:hover,
.buddypress .buddypress-wrap .generic-button a.inverted:hover,
.buddypress .buddypress-wrap a.bp-title-button.inverted:hover,
.buddypress .buddypress-wrap a.button.inverted:hover,
.buddypress .buddypress-wrap button.inverted:hover,
.buddypress .buddypress-wrap input[type=button].inverted:hover,
.buddypress .buddypress-wrap input[type=reset].inverted:hover,
.buddypress .buddypress-wrap input[type=submit].inverted:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:hover {
  color: #000;
  background-color: #f2f2f2;
}
button.inverted:active,
.button.inverted:active,
input[type=button].inverted:active,
input[type=submit].inverted:active,
.buddypress .buddypress-wrap .comment-reply-link.inverted:active,
.buddypress .buddypress-wrap .generic-button a.inverted:active,
.buddypress .buddypress-wrap a.bp-title-button.inverted:active,
.buddypress .buddypress-wrap a.button.inverted:active,
.buddypress .buddypress-wrap button.inverted:active,
.buddypress .buddypress-wrap input[type=button].inverted:active,
.buddypress .buddypress-wrap input[type=reset].inverted:active,
.buddypress .buddypress-wrap input[type=submit].inverted:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:active {
  color: #000;
  background-color: white;
}
button.inverted:disabled, button.inverted.disabled,
.button.inverted:disabled,
.button.inverted.disabled,
input[type=button].inverted:disabled,
input[type=button].inverted.disabled,
input[type=submit].inverted:disabled,
input[type=submit].inverted.disabled,
.buddypress .buddypress-wrap .comment-reply-link.inverted:disabled,
.buddypress .buddypress-wrap .comment-reply-link.inverted.disabled,
.buddypress .buddypress-wrap .generic-button a.inverted:disabled,
.buddypress .buddypress-wrap .generic-button a.inverted.disabled,
.buddypress .buddypress-wrap a.bp-title-button.inverted:disabled,
.buddypress .buddypress-wrap a.bp-title-button.inverted.disabled,
.buddypress .buddypress-wrap a.button.inverted:disabled,
.buddypress .buddypress-wrap a.button.inverted.disabled,
.buddypress .buddypress-wrap button.inverted:disabled,
.buddypress .buddypress-wrap button.inverted.disabled,
.buddypress .buddypress-wrap input[type=button].inverted:disabled,
.buddypress .buddypress-wrap input[type=button].inverted.disabled,
.buddypress .buddypress-wrap input[type=reset].inverted:disabled,
.buddypress .buddypress-wrap input[type=reset].inverted.disabled,
.buddypress .buddypress-wrap input[type=submit].inverted:disabled,
.buddypress .buddypress-wrap input[type=submit].inverted.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.disabled {
  color: #C8CBCF;
  background-color: #F5F5F5;
}
button.inverted.outline,
.button.inverted.outline,
input[type=button].inverted.outline,
input[type=submit].inverted.outline,
.buddypress .buddypress-wrap .comment-reply-link.inverted.outline,
.buddypress .buddypress-wrap .generic-button a.inverted.outline,
.buddypress .buddypress-wrap a.bp-title-button.inverted.outline,
.buddypress .buddypress-wrap a.button.inverted.outline,
.buddypress .buddypress-wrap button.inverted.outline,
.buddypress .buddypress-wrap input[type=button].inverted.outline,
.buddypress .buddypress-wrap input[type=reset].inverted.outline,
.buddypress .buddypress-wrap input[type=submit].inverted.outline,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline {
  background: none;
  color: #fff;
  border-color: #fff;
}
button.inverted.outline:hover,
.button.inverted.outline:hover,
input[type=button].inverted.outline:hover,
input[type=submit].inverted.outline:hover,
.buddypress .buddypress-wrap .comment-reply-link.inverted.outline:hover,
.buddypress .buddypress-wrap .generic-button a.inverted.outline:hover,
.buddypress .buddypress-wrap a.bp-title-button.inverted.outline:hover,
.buddypress .buddypress-wrap a.button.inverted.outline:hover,
.buddypress .buddypress-wrap button.inverted.outline:hover,
.buddypress .buddypress-wrap input[type=button].inverted.outline:hover,
.buddypress .buddypress-wrap input[type=reset].inverted.outline:hover,
.buddypress .buddypress-wrap input[type=submit].inverted.outline:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:hover {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
button.inverted.outline:active,
.button.inverted.outline:active,
input[type=button].inverted.outline:active,
input[type=submit].inverted.outline:active,
.buddypress .buddypress-wrap .comment-reply-link.inverted.outline:active,
.buddypress .buddypress-wrap .generic-button a.inverted.outline:active,
.buddypress .buddypress-wrap a.bp-title-button.inverted.outline:active,
.buddypress .buddypress-wrap a.button.inverted.outline:active,
.buddypress .buddypress-wrap button.inverted.outline:active,
.buddypress .buddypress-wrap input[type=button].inverted.outline:active,
.buddypress .buddypress-wrap input[type=reset].inverted.outline:active,
.buddypress .buddypress-wrap input[type=submit].inverted.outline:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:active {
  color: white;
  border-color: white;
}
button.inverted.outline:disabled, button.inverted.outline.disabled,
.button.inverted.outline:disabled,
.button.inverted.outline.disabled,
input[type=button].inverted.outline:disabled,
input[type=button].inverted.outline.disabled,
input[type=submit].inverted.outline:disabled,
input[type=submit].inverted.outline.disabled,
.buddypress .buddypress-wrap .comment-reply-link.inverted.outline:disabled,
.buddypress .buddypress-wrap .comment-reply-link.inverted.outline.disabled,
.buddypress .buddypress-wrap .generic-button a.inverted.outline:disabled,
.buddypress .buddypress-wrap .generic-button a.inverted.outline.disabled,
.buddypress .buddypress-wrap a.bp-title-button.inverted.outline:disabled,
.buddypress .buddypress-wrap a.bp-title-button.inverted.outline.disabled,
.buddypress .buddypress-wrap a.button.inverted.outline:disabled,
.buddypress .buddypress-wrap a.button.inverted.outline.disabled,
.buddypress .buddypress-wrap button.inverted.outline:disabled,
.buddypress .buddypress-wrap button.inverted.outline.disabled,
.buddypress .buddypress-wrap input[type=button].inverted.outline:disabled,
.buddypress .buddypress-wrap input[type=button].inverted.outline.disabled,
.buddypress .buddypress-wrap input[type=reset].inverted.outline:disabled,
.buddypress .buddypress-wrap input[type=reset].inverted.outline.disabled,
.buddypress .buddypress-wrap input[type=submit].inverted.outline:disabled,
.buddypress .buddypress-wrap input[type=submit].inverted.outline.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline.disabled {
  background: #f5f5f5;
  color: #DEDFE2;
  border-color: #DEDFE2;
  opacity: 1;
}
button.inverted:hover,
.button.inverted:hover,
input[type=button].inverted:hover,
input[type=submit].inverted:hover,
.buddypress .buddypress-wrap .comment-reply-link.inverted:hover,
.buddypress .buddypress-wrap .generic-button a.inverted:hover,
.buddypress .buddypress-wrap a.bp-title-button.inverted:hover,
.buddypress .buddypress-wrap a.button.inverted:hover,
.buddypress .buddypress-wrap button.inverted:hover,
.buddypress .buddypress-wrap input[type=button].inverted:hover,
.buddypress .buddypress-wrap input[type=reset].inverted:hover,
.buddypress .buddypress-wrap input[type=submit].inverted:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:hover {
  opacity: .7;
}
button.round,
.button.round,
input[type=button].round,
input[type=submit].round,
.buddypress .buddypress-wrap .comment-reply-link.round,
.buddypress .buddypress-wrap .generic-button a.round,
.buddypress .buddypress-wrap a.bp-title-button.round,
.buddypress .buddypress-wrap a.button.round,
.buddypress .buddypress-wrap button.round,
.buddypress .buddypress-wrap input[type=button].round,
.buddypress .buddypress-wrap input[type=reset].round,
.buddypress .buddypress-wrap input[type=submit].round,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.round {
  border-radius: 50px;
}
button.raised,
.button.raised,
input[type=button].raised,
input[type=submit].raised,
.buddypress .buddypress-wrap .comment-reply-link.raised,
.buddypress .buddypress-wrap .generic-button a.raised,
.buddypress .buddypress-wrap a.bp-title-button.raised,
.buddypress .buddypress-wrap a.button.raised,
.buddypress .buddypress-wrap button.raised,
.buddypress .buddypress-wrap input[type=button].raised,
.buddypress .buddypress-wrap input[type=reset].raised,
.buddypress .buddypress-wrap input[type=submit].raised,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
button.outline,
.button.outline,
input[type=button].outline,
input[type=submit].outline,
.buddypress .buddypress-wrap .comment-reply-link.outline,
.buddypress .buddypress-wrap .generic-button a.outline,
.buddypress .buddypress-wrap a.bp-title-button.outline,
.buddypress .buddypress-wrap a.button.outline,
.buddypress .buddypress-wrap button.outline,
.buddypress .buddypress-wrap input[type=button].outline,
.buddypress .buddypress-wrap input[type=reset].outline,
.buddypress .buddypress-wrap input[type=submit].outline,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline {
  background: none;
  border-width: 1px;
  border-color: #5d768d;
  color: #5d768d;
  box-shadow: none;
}
button.outline:hover, button.outline:focus,
.button.outline:hover,
.button.outline:focus,
input[type=button].outline:hover,
input[type=button].outline:focus,
input[type=submit].outline:hover,
input[type=submit].outline:focus,
.buddypress .buddypress-wrap .comment-reply-link.outline:hover,
.buddypress .buddypress-wrap .comment-reply-link.outline:focus,
.buddypress .buddypress-wrap .generic-button a.outline:hover,
.buddypress .buddypress-wrap .generic-button a.outline:focus,
.buddypress .buddypress-wrap a.bp-title-button.outline:hover,
.buddypress .buddypress-wrap a.bp-title-button.outline:focus,
.buddypress .buddypress-wrap a.button.outline:hover,
.buddypress .buddypress-wrap a.button.outline:focus,
.buddypress .buddypress-wrap button.outline:hover,
.buddypress .buddypress-wrap button.outline:focus,
.buddypress .buddypress-wrap input[type=button].outline:hover,
.buddypress .buddypress-wrap input[type=button].outline:focus,
.buddypress .buddypress-wrap input[type=reset].outline:hover,
.buddypress .buddypress-wrap input[type=reset].outline:focus,
.buddypress .buddypress-wrap input[type=submit].outline:hover,
.buddypress .buddypress-wrap input[type=submit].outline:focus,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:hover,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:focus {
  background: none;
  color: #0070e6;
  border-color: #0070e6;
}
button.outline:active,
.button.outline:active,
input[type=button].outline:active,
input[type=submit].outline:active,
.buddypress .buddypress-wrap .comment-reply-link.outline:active,
.buddypress .buddypress-wrap .generic-button a.outline:active,
.buddypress .buddypress-wrap a.bp-title-button.outline:active,
.buddypress .buddypress-wrap a.button.outline:active,
.buddypress .buddypress-wrap button.outline:active,
.buddypress .buddypress-wrap input[type=button].outline:active,
.buddypress .buddypress-wrap input[type=reset].outline:active,
.buddypress .buddypress-wrap input[type=submit].outline:active,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active {
  background: none;
  color: #3d9bff;
  border-color: #3d9bff;
}
button.outline:disabled, button.outline.disabled,
.button.outline:disabled,
.button.outline.disabled,
input[type=button].outline:disabled,
input[type=button].outline.disabled,
input[type=submit].outline:disabled,
input[type=submit].outline.disabled,
.buddypress .buddypress-wrap .comment-reply-link.outline:disabled,
.buddypress .buddypress-wrap .comment-reply-link.outline.disabled,
.buddypress .buddypress-wrap .generic-button a.outline:disabled,
.buddypress .buddypress-wrap .generic-button a.outline.disabled,
.buddypress .buddypress-wrap a.bp-title-button.outline:disabled,
.buddypress .buddypress-wrap a.bp-title-button.outline.disabled,
.buddypress .buddypress-wrap a.button.outline:disabled,
.buddypress .buddypress-wrap a.button.outline.disabled,
.buddypress .buddypress-wrap button.outline:disabled,
.buddypress .buddypress-wrap button.outline.disabled,
.buddypress .buddypress-wrap input[type=button].outline:disabled,
.buddypress .buddypress-wrap input[type=button].outline.disabled,
.buddypress .buddypress-wrap input[type=reset].outline:disabled,
.buddypress .buddypress-wrap input[type=reset].outline.disabled,
.buddypress .buddypress-wrap input[type=submit].outline:disabled,
.buddypress .buddypress-wrap input[type=submit].outline.disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:disabled,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline.disabled {
  background: #f5f5f5;
  color: #DEDFE2;
  border-color: #DEDFE2;
  opacity: 1;
}
button.upper,
.button.upper,
input[type=button].upper,
input[type=submit].upper,
.buddypress .buddypress-wrap .comment-reply-link.upper,
.buddypress .buddypress-wrap .generic-button a.upper,
.buddypress .buddypress-wrap a.bp-title-button.upper,
.buddypress .buddypress-wrap a.button.upper,
.buddypress .buddypress-wrap button.upper,
.buddypress .buddypress-wrap input[type=button].upper,
.buddypress .buddypress-wrap input[type=reset].upper,
.buddypress .buddypress-wrap input[type=submit].upper,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 14px;
}
button.upper.small,
.button.upper.small,
input[type=button].upper.small,
input[type=submit].upper.small,
.buddypress .buddypress-wrap .comment-reply-link.upper.small,
.buddypress .buddypress-wrap .generic-button a.upper.small,
.buddypress .buddypress-wrap a.bp-title-button.upper.small,
.buddypress .buddypress-wrap a.button.upper.small,
.buddypress .buddypress-wrap button.upper.small,
.buddypress .buddypress-wrap input[type=button].upper.small,
.buddypress .buddypress-wrap input[type=reset].upper.small,
.buddypress .buddypress-wrap input[type=submit].upper.small,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.small {
  font-size: 12px;
}
button.upper.big,
.button.upper.big,
input[type=button].upper.big,
input[type=submit].upper.big,
.buddypress .buddypress-wrap .comment-reply-link.upper.big,
.buddypress .buddypress-wrap .generic-button a.upper.big,
.buddypress .buddypress-wrap a.bp-title-button.upper.big,
.buddypress .buddypress-wrap a.button.upper.big,
.buddypress .buddypress-wrap button.upper.big,
.buddypress .buddypress-wrap input[type=button].upper.big,
.buddypress .buddypress-wrap input[type=reset].upper.big,
.buddypress .buddypress-wrap input[type=submit].upper.big,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.big {
  font-size: 14px;
}
button.upper.large,
.button.upper.large,
input[type=button].upper.large,
input[type=submit].upper.large,
.buddypress .buddypress-wrap .comment-reply-link.upper.large,
.buddypress .buddypress-wrap .generic-button a.upper.large,
.buddypress .buddypress-wrap a.bp-title-button.upper.large,
.buddypress .buddypress-wrap a.button.upper.large,
.buddypress .buddypress-wrap button.upper.large,
.buddypress .buddypress-wrap input[type=button].upper.large,
.buddypress .buddypress-wrap input[type=reset].upper.large,
.buddypress .buddypress-wrap input[type=submit].upper.large,
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.large {
  font-size: 15px;
}

input[type="submit"] {
  width: auto;
  font-style: normal;
}



.dropdown:not(.v-select) {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 17.5rem;
  color: #000;
  font-size: 17px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 18.75rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dropdown:not(.v-select).dropdown-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: none;
  border: none;
}
.dropdown:not(.v-select) .close {
  margin: 1.25rem auto;
}
.dropdown:not(.v-select).open {
  overflow: auto;
}
.dropdown:not(.v-select) ul {
  list-style: none;
  margin: 0;
}
.dropdown:not(.v-select) ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.dropdown:not(.v-select) ul li:last-child {
  border-bottom: none;
}
.dropdown:not(.v-select) ul a {
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #000;
}
.dropdown:not(.v-select) ul a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.message {
  font-size: 16px;
  line-height: 24px;
  background: #e0e1e1;
  color: #4D5C6D;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 27px;
  position: relative;
}
.message a {
  color: inherit;
}
.message h2, .message h3, .message h4, .message h5, .message h6 {
  margin-bottom: 0;
}
.message .close {
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}

.message.error {
  background: #EF3E46;
  color: #fff;
}

.message.success {
  background: #1CD991;
  color: #fff;
}

.message.warning {
  background: #f7ba45;
}

.message.focus {
  background: #1c86f2;
  color: #fff;
}

.message.black {
  background: #0d0d0e;
  color: #fff;
}

.message.inverted {
  background: #fff;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
  cursor: pointer;
}
[data-balloon]:after {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
          transition: all 0.18s ease-out 0.18s;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.24px;
  background: rgba(18, 43, 70, 0.95);
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
  content: attr(data-balloon);
  line-height: 1.3;
  padding: 7px 15px;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}
[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
          transition: all 0.18s ease-out 0.18s;
  content: '';
  position: absolute;
  z-index: 10;
}
[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
  opacity: 1;
  pointer-events: auto;
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}
[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
          transition: none;
}
[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
[data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
[data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down']:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
      -ms-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos='down']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
      -ms-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos='down-left']:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down-right']:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='left']:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
      -ms-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
      -ms-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos='right']:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
[data-balloon][data-balloon-length='small']:after {
  white-space: normal;
  width: 80px;
}
[data-balloon][data-balloon-length='medium']:after {
  white-space: normal;
  width: 150px;
}
[data-balloon][data-balloon-length='large']:after {
  white-space: normal;
  width: 260px;
}
[data-balloon][data-balloon-length='xlarge']:after {
  white-space: normal;
  width: 380px;
}
@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 90vw;
  }
}
[data-balloon][data-balloon-length='fit']:after {
  white-space: normal;
  width: 100%;
}

.bs-item-list.list-view {
  list-style: none;
  margin: 0;
}
.bs-item-list.list-view .bs-item-wrap {
  background-color: #fff;
  border: 1px solid #E7E9EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 0 -1px;
  padding: 15px 20px;
  position: relative;
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
}
.bs-item-list.list-view .bs-item-wrap:not(.no-hover-effect):hover {
  box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08);
  border-left-color: #fff;
  border-right-color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.bs-item-list.list-view .bs-item-wrap:first-child {
  border-radius: 4px 4px 0 0;
}
.bs-item-list.list-view .bs-item-wrap:last-child {
  border-radius: 0 0 4px 4px;
}
.bs-item-list.list-view .item-meta {
  font-size: 13px;
  color: #A3A5A9;
  letter-spacing: -0.24px;
  line-height: 1;
}
.bs-item-list.list-view .bs-dropdown {
  right: -15px;
}
.bs-item-list.list-view .bb-icon-map-pin-small:before {
  margin-left: 0;
}
.bs-item-list.list-view .item-avatar > a {
  display: inline-block;
  margin: 0;
  position: relative;
}
.bs-item-list.list-view .item-avatar {
  margin-right: 20px;
}
.bs-item-list.list-view .bs-dropdown-link {
  color: #122B46;
  border: 0;
  display: inline-block;
  line-height: 1;
  opacity: 0.4;
  padding: 7px 0;
  -webkit-transition: all linear 0.2s;
          transition: all linear 0.2s;
}
.bs-item-list.list-view .bs-dropdown-link.active, .bs-item-list.list-view .bs-dropdown-link.focus, .bs-item-list.list-view .bs-dropdown-link:hover {
  background: transparent;
  opacity: 1;
}
.bs-item-list.list-view .bs-dropdown-link i {
  font-size: 20px;
}

.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover {
  border-left-color: transparent;
  border-right-color: transparent;
}

.bs-item-list .infinite-loading-container {
  padding: 0;
}

.bs-item-wrap.loading * {
  -webkit-transition: opacity;
          transition: opacity;
  -webkit-animation: loading 1s infinite;
          animation: loading 1s infinite;
}

/* Dropdown - Starts Here */
.bs-dropdown-wrap {
  position: relative;
}
.bs-dropdown-wrap.hover-open:hover .bs-dropdown {
  opacity: 1;
  visibility: visible;
}

.bs-dropdown {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  -webkit-transition: all linear 0.2s;
          transition: all linear 0.2s;
  right: 0;
  top: 38px;
  margin: 0;
  min-width: 168px;
  opacity: 0;
  visibility: hidden;
  z-index: 95;
}
.bs-dropdown.open {
  opacity: 1;
  visibility: visible;
}
.bs-dropdown:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
  margin: 0 auto;
  right: 25px;
  box-sizing: border-box;
  border: 6px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all linear 0.2s;
          transition: all linear 0.2s;
  z-index: 96;
}
.bs-dropdown li {
  font-size: 13px;
  font-weight: inherit;
  color: #4D5C6D;
  letter-spacing: -0.24px;
  line-height: 1;
  margin-bottom: 1px;
  padding: 0.5625rem 0.9375rem;
  cursor: pointer;
  width: 100%;
}

/* Dropdown - Ends Here */
/* More Actions Dropdown */
.bs-dropdown-wrap li {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
.bs-dropdown-wrap .bs-dropdown a {
  margin: 0;
  padding: 9px 15px;
  display: block;
  text-align: left;
  opacity: 1;
  color: #939597;
}
.bs-dropdown-wrap .bs-dropdown a.selected, .bs-dropdown-wrap .bs-dropdown a:hover {
  background: #F5F5F5;
  color: #5d768d;
}

.bs-dropdown-wrap .bs-icon-sort-desc {
  color: #122B46;
  opacity: 0.4;
  font-size: 22px;
  line-height: 1;
}

.bb-modal {
  position: relative;
  background-color: #fff;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 10px auto;
  box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.28);
}
.bb-modal .mfp-close,
.bb-modal .mfp-close:hover {
  background-color: transparent;
  box-shadow: none;
}

.mfp-bg {
  opacity: 0.4;
}

@media (max-width: 992px) {
  .bb-modal {
    padding: 40px 20px;
  }
}
.bb-cover-wrap {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  padding-top: 96.52%;
  display: block;
  background: #607387;
}
.bb-cover-wrap:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(270deg, transparent 0%, #07121D 100%);
  background-image: linear-gradient(-180deg, transparent 0%, #07121D 100%);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bb-cover-wrap.bs-no-cover-img:after {
  opacity: 0.3;
}
.bb-cover-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  border-radius: 0;
}

.my-account.events.profile .item-body-inner .statusnotice .em-warning {
  padding: 0;
  margin: 0;
}
.my-account.events.profile .item-body-inner .statusnotice .em-warning p {
  padding: 0;
  margin: 0 0 1.6875rem !important;
}

/* bp-navs */
.bp-navs:after,
.bp-navs ul:after {
  content: ' ';
  display: table;
  clear: both;
}

.bp-navs ul li .count,
.buddypress-wrap .bp-navs li.dynamic a .count {
  background: #C8CBCF;
  box-shadow: none;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.26px;
  line-height: 15px;
  border: 0;
  min-width: 22px;
  display: inline-block;
  margin-left: 3px;
  padding: 2px 7px 1px;
  text-align: center;
  vertical-align: middle;
}
.bp-navs ul li .count:empty,
.buddypress-wrap .bp-navs li.dynamic a .count:empty {
  display: none;
}

/* Subnav */
.bp-navs.bp-subnavs {
  font-size: 14px;
}

.bp-navs ul li a {
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}

.bp-navs ul li a,
.bp-navs ul li span {
  padding: 0 0 5px;
  color: #939597;
}

.bb-yoast-breadcrumbs {
  max-width: 1200px;
  margin: auto;
  padding: 20px 10px 0;
  font-size: 14px;
}

strong.breadcrumb_last {
  font-weight: 500;
}

.bb-checkbox,
.bb-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.bb-checkbox .bb-radio-help:before,
.bb-checkbox .bb-checkbox-help:before,
.bb-radio .bb-radio-help:before,
.bb-radio .bb-checkbox-help:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #D6DCE6;
  border-radius: 4px;
  margin-right: 10px;
}
.bb-checkbox .bb-checkbox-help:after,
.bb-radio .bb-checkbox-help:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '\E809';
  width: 22px;
  height: 22px;
  font-family: "bb-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  background-color: #5d768d;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
}
.bb-checkbox input,
.bb-radio input {
  position: absolute;
  opacity: 0;
}
.bb-checkbox input[type=checkbox]:checked + .bb-checkbox-help:after,
.bb-radio input[type=checkbox]:checked + .bb-checkbox-help:after {
  opacity: 1;
}

.vue-tabs label.bb-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Radio */
.bb-radio .bb-radio-help:before {
  border-radius: 50%;
}
.bb-radio .bb-radio-help:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #5d768d;
  border-radius: 50%;
  opacity: 0;
}
.bb-radio input[type=radio]:checked + .bb-radio-help:after {
  opacity: 1;
}

.bb-switch {
  position: relative;
  display: inline-block !important;
  width: 44px !important;
  height: 28px !important;
  margin: 0 !important;
  vertical-align: middle;
}
.bb-switch input {
  display: none;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C8CBCF;
  -webkit-transition: .4s;
          transition: .4s;
  border-radius: 34px;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: .4s;
          transition: .4s;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 1px 0 rgba(0, 0, 0, 0.1);
}

.bb-input-switch:checked + .switch-slider {
  background-color: #5d768d;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}

ins.iCheck-helper {
  z-index: 2;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.flex-reverse {
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
}

.flex-column {
  -ms-flex-flow: column;
      flex-flow: column;
}

@media (max-width: 544px) {
  .flex-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-w100-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 544px) and (max-width: 544px) {
  .flex-w100-sm {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

/* Image Caption Style */
.wp-caption {
  background-color: #e6e6e6;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
.wp-caption.alignleft {
  margin: 0.5rem 2rem 1.625rem 0;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  margin: 0.5rem 0 1.625rem 2rem;
}

.wp-caption-text {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.5rem;
}

#tinymce.mce-content-body {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding: 15px !important;
}

.bb-vw-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#bb-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/svg/loader.svg) center no-repeat #fff;
  background-size: 62px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  z-index: 9999;
}
.bb-remove-loader #bb-loader {
  opacity: 0;
  visibility: hidden;
  z-index: -1111;
}

.bp-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

[v-cloak] {
  display: none !important;
}

/* Fixed `contenteditable = true` height issue in FireFox */
*[contenteditable]:empty:before {
  content: "\feff";
}





.avatar {
  border-radius: 50%;
}


.bb-mobile-header .flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}


.site-header .button i {
  color: inherit;
}

.user-link img {
  border-radius: 50%;
  max-width: 36px;
}

.header-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-aside > * {
  padding: 0 10px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-aside > *:first-child {
  padding-left: 0;
}
.header-aside > *:last-child {
  padding-right: 0;
}
.header-aside .bb-button:not(.button) {
  font-size: 14px;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 1;
}
.header-aside .bb-button:not(.button):hover {
  color: #5d768d;
}

.header-aside-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-aside-inner > * {
  padding: 0 10px;
  line-height: 1;
}
.header-aside-inner > *:last-child {
  padding-right: 0;
}
.header-aside-inner .bb-header-buttons {
  padding: 0;
}
.header-aside-inner .ab-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-aside-inner .ab-submenu a {
  padding-left: 25px;
}

a.user-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #122B46;
  letter-spacing: -0.24px;
  height: 76px;
}
a.user-link i {
  margin: 0 6px 0 2px;
}

.bb-separator {
  background: rgba(0, 0, 0, 0.1);
  height: 28px;
  max-height: 28px;
  width: 1px;
  display: inline-block;
  margin: 0 12px 0 12px;
  padding: 0;
  vertical-align: middle;
}

.header-search-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 76px;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 5px 18px 0 rgba(65, 71, 108, 0.22);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
  z-index: 2;
}
.search-visible .header-search-wrap {
  opacity: 1;
  visibility: visible;
}
.header-search-wrap .container {
  padding: 0;
  position: relative;
  width: 100%;
}
.header-search-wrap .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-search-wrap .search-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.header-search-wrap input.search-field,
.header-search-wrap .search-field-top {
  border: 0;
  background-size: 20px;
  outline: none;
  box-shadow: none;
  padding: 0 50px 0 50px;
  font-size: 16px;
  width: 100%;
  height: 76px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-search-wrap input.search-submit {
  position: absolute;
  width: 30px;
  font-size: 0;
  top: 18px;
  padding: 0;
  opacity: 0;
}
.header-search-wrap a.close-search {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 15px);
  right: 10px;
}
.header-search-wrap a.close-search i {
  font-size: 34px;
}

.site-header i.bb-icon-menu-left {
  font-size: 24px;
}

.header-aside .sub-menu {
  min-width: 180px;
}
.header-aside .menu-item-has-children:not(.hideshow):after {
  display: none;
}

.entry-header {
  margin-bottom: 2.1875rem;
}
.post-grid .entry-header {
  margin-bottom: 1.25rem;
}
.entry-header.has-parent-forums {
  margin-bottom: 0;
}
.entry-header.has-parent-forums h1 {
  margin-bottom: 0;
}

.bb-single-forum.has-subforums h1 {
  margin-bottom: 40px;
}

.entry-title {
  font-size: 1.75rem;
  color: #122B46;
  line-height: 1.5rem;
  margin: 0;
}

.menu-link {
  font-size: 0.875rem;
  color: #939597;
  letter-spacing: -0.24px;
}
.menu-link:hover {
  color: #5d768d;
}

.button.singup {
  margin-left: 0.625rem;
  min-width: 110px;
}

.bb-header-more-menu,
.bb-help-dropdown-wrap {
  position: relative;
}
.bb-header-more-menu:hover .bb-more-menu-icon:after,
.bb-header-more-menu:hover .bb-help-link:after,
.bb-header-more-menu:hover .bb-more-menu-nav,
.bb-header-more-menu:hover .bb-help-content,
.bb-help-dropdown-wrap:hover .bb-more-menu-icon:after,
.bb-help-dropdown-wrap:hover .bb-help-link:after,
.bb-help-dropdown-wrap:hover .bb-more-menu-nav,
.bb-help-dropdown-wrap:hover .bb-help-content {
  opacity: 1;
  visibility: visible;
}

.bb-more-menu-icon,
.bb-help-link {
  position: relative;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-more-menu-icon:after,
.bb-help-link:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  margin: 0;
  right: 5px;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  /*transition: all linear 0.2s;*/
  z-index: 101;
  opacity: 0;
  visibility: hidden;
}

.bb-more-menu-nav,
.bb-help-content {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  list-style: none;
  padding: 10px;
  position: absolute;
  /*transition: all linear 0.2s;*/
  right: -15px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 168px;
  z-index: 100;
  font-size: 13px;
  line-height: 1.6;
  color: #939597;
  letter-spacing: -0.24px;
  opacity: 0;
  visibility: hidden;
}

.header-aside .bb-more-menu-nav .menu-item-has-children > a:after {
  display: none;
}

.bb-more-menu-nav {
  padding: 5px 0;
}
.bb-more-menu-nav ul {
  list-style: none;
  margin: 0;
}
.bb-more-menu-nav li:hover > a {
  background: #F5F5F5;
  color: #5d768d;
}
.bb-more-menu-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: inherit;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 1;
  margin-bottom: 1px;
  padding: 0.5625rem 0.9375rem;
}
.bb-more-menu-nav a:hover {
  background: #F5F5F5;
  color: #5d768d;
}
.bb-more-menu-nav i {
  font-size: 14px;
  margin-right: 8px;
}
.bb-more-menu-nav [data-balloon]:before,
.bb-more-menu-nav [data-balloon]:after {
  display: none;
}
.bb-more-menu-nav .sub-menu {
  right: 95%;
  top: 0;
}
.bb-more-menu-nav .sub-menu .sub-menu {
  left: auto;
}

.bb-header-search-bar form {
  margin: 0 auto;
  max-width: 600px;
}
.bb-header-search-bar .search-field {
  border-radius: 50px;
  height: 34px;
  font-size: 14px;
  width: 100%;
}
.bb-header-search-bar .search-submit {
  display: none;
}

.bb-header-search-bar .menu-item-has-children:not(.hideshow):after,
#header-messages-dropdown-elem .menu-item-has-children:not(.hideshow):after,
#header-notification-dropdown-elem .menu-item-has-children:not(.hideshow):after {
  display: none;
}

.user-wrap,
.notification-wrap {
  display: inline-block;
}

.notification-wrap span.count {
  background-color: #EF3E46;
  line-height: 1.6;
  font-size: 9px;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  right: -4px;
  padding: 1px 6px;
  position: absolute;
}

a.header-search-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .bb-button-wrap {
  display: inline-block;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.site-header .bb-button-wrap:last-child {
  padding-right: 0;
}
.site-header .bb-button-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-header .bb-button {
  font-size: 14px;
}
.site-header span.bb-separator.vertical {
  height: 28px;
  margin: 0 10px;
}
.site-header span.bb-separator.horizontal {
  max-width: 20px;
}

.header-search-link-wrap,
.user-wrap-container,
.bb-header-more-menu,
.bb-header-search-bar,
.bb-help-dropdown-wrap,
.header-cart-link-wrap,
#header-messages-dropdown-elem,
#header-notifications-dropdown-elem {
  display: inline-block;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
}
.header-search-link-wrap:last-child,
.user-wrap-container:last-child,
.bb-header-more-menu:last-child,
.bb-header-search-bar:last-child,
.bb-help-dropdown-wrap:last-child,
.header-cart-link-wrap:last-child,
#header-messages-dropdown-elem:last-child,
#header-notifications-dropdown-elem:last-child {
  /*padding-right: 0;*/
}

.text-center .bb-header-search-bar {
  width: 80%;
}

.dropdown-left .menu-item-has-children:not(.hideshow):after {
  line-height: 1;
  right: 12px;
  top: 4px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.dropdown-right .menu-item-has-children:not(.hideshow):after {
  line-height: 1;
  right: 12px;
  top: 4px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.bb-header-buttons .button.link {
  background: transparent;
  border: 0;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
}
.bb-header-buttons a.button.outline {
  color: #939597;
}
.bb-header-buttons a.button.outline:hover {
  color: #5d768d;
}

.bb-button-wrap + .bb-button-wrap {
  padding-left: 0;
}

.beaver-header {
  position: relative;
}

.fl-theme-builder-header.bb-sfwd-aside .buddypanel .panel-head {
  display: none;
}

.ehf-header #masthead {
  width: 100%;
}

@media (min-width: 800px) {
  body.bb-buddypanel:not(.bb-sfwd-aside) > .fl-builder-content,
  .bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    padding-left: 68px;
  }

  .beaver-sticky-header .buddypanel {
    top: 0;
  }
  .beaver-sticky-header.admin-bar .buddypanel {
    top: 32px;
  }
}
.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
  position: initial;
}

@-webkit-keyframes autofill {
  to {
    background-color: transparent;
    background-image: url("../images/svg/search.svg");
  }
}
.header-search-wrap input.search-field:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

@media (max-width: 480px) {
  .header-search-wrap input.search-field {
    width: 100%;
    padding-right: 50px;
  }
}
@media (max-width: 799px) {
  
  .bb-mobile-header {
    height: 76px;
  }

.bb-left-panel-mobile {
    margin-left: 10px;
    margin-right: 10px;
}

  .bb-left-panel-mobile,
  .header-search-link {
    color: #939597;
    font-size: 26px;
  }

  .site-title a {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .bb-mobile-header-wrapper,
  .bb-mobile-panel-wrapper {
    display: none !important;
  }
}
.bb-mobile-panel-wrapper {
  width: 285px;
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
  z-index: 999;
  box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.7);
}
.bb-mobile-panel-wrapper.left {
  left: 0;
}
.bb-mobile-panel-wrapper.left.closed {
  left: -300px;
}
.bb-mobile-panel-wrapper.right {
  right: 0;
}
.bb-mobile-panel-wrapper.right.closed {
  right: -300px;
}
.bb-mobile-panel-wrapper.dark {
  background-color: #242424;
}
.bb-mobile-panel-wrapper.light {
  background-color: #fff;
}
.admin-bar .bb-mobile-panel-wrapper {
  top: 32px;
}

.bb-mobile-panel-inner {
  background: #fff;
  min-height: 100%;
  position: relative;

  z-index: 11;
}
.bb-mobile-panel-inner hr {
  background: #DEDFE2;
  height: 1px;
  opacity: 0.5;
  margin-top: 25px;
  margin-bottom: 25px;
}
.bb-mobile-panel-inner .mobile-menu {
  list-style: none;
  margin: 0;
}
.bb-mobile-panel-inner .mobile-menu > li {
  float: none;
  line-height: 1;
  margin: 0;
  height: auto;
}
.bb-mobile-panel-inner .mobile-menu a {
  display: block;
  padding: 12px 0;
}
.bb-mobile-panel-inner footer {
  opacity: 0.5;
  font-size: 13px;
  color: #939597;
  letter-spacing: -0.22px;
}
.bb-mobile-panel-inner .side-panel-menu {
  margin: 0 0 30px;
}
.bb-mobile-panel-inner .side-panel-menu > li {
  min-height: 44px;
}
.bb-mobile-panel-inner .side-panel-menu a {
  padding: 15px 0px;
}
.bb-mobile-panel-inner [data-balloon]:before,
.bb-mobile-panel-inner [data-balloon]:after {
  display: none;
}
.bb-mobile-panel-inner .menu-item i._mi {
  margin-top: 0;
}
.bb-mobile-panel-inner .bb-primary-menu a {
  font-size: 14px;
  color: #939597;
  letter-spacing: -0.21px;
}
.bb-mobile-panel-inner .bb-primary-menu a:hover {
  color: #5d768d;
}
.bb-mobile-panel-inner .bb-primary-menu .current-menu-item a {
  color: #5d768d;
}
.bb-mobile-panel-inner .bb-primary-menu .current_page_item > a {
  color: #5d768d;
}
.bb-mobile-panel-inner .menu-item-has-children:not(.hideshow):after {
  display: none;
}
.bb-mobile-panel-inner .side-panel-menu .bs-submenu-toggle {
  opacity: 1;
  visibility: visible;
}
.bb-mobile-panel-inner .sub-menu.bb-open {
  display: block;
  box-shadow: none;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.bb-mobile-panel-inner .sub-menu.bb-open a {
  background: transparent;
  padding: 10px 0px;
}
.site-header .bb-mobile-panel-inner .sub-menu.bb-open a:hover {
  background-color: transparent;
}
.bb-mobile-panel-inner .buddypanel-menu li {
  position: relative;
}
.bb-mobile-panel-inner .bs-submenu-toggle {
  color: inherit;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 22;
  -webkit-transition: all linear 0.2s;
          transition: all linear 0.2s;
}
.bb-mobile-panel-inner .sub-menu li {
  min-height: 34px;
}
.bb-mobile-panel-inner .sub-menu .bs-submenu-toggle {
  top: 5px;
}
.bb-mobile-panel-inner .current-menu-item > a {
  font-weight: 500;
}

a.bb-close-panel {
  cursor: pointer;
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all linear 0.25s;
          transition: all linear 0.25s;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.closed a.bb-close-panel {
  visibility: hidden;
  opacity: 0;
}
a.bb-close-panel i {
  background: #fff;
  position: absolute;
  right: 14px;
  top: 67px;
  line-height: 1;
  font-size: 34px;
  color: #000;
  border-radius: 50px;
}

.bb-search-area .search-field {
  border-radius: 50px;
  font-size: 14px;
  height: 34px;
  width: 100%;
}
.bb-search-area .search-submit {
  display: none;
}

.bb-login-section .button {
  margin-bottom: 16px;
}

.bb-mobile-panel-header .user-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-mobile-panel-header .avatar {
  border-radius: 50%;
  margin-right: 15px;
  max-width: 52px;
}
.bb-mobile-panel-header .user-name {
  font-size: 18px;
  font-weight: 500;
  color: #122B46;
  letter-spacing: -0.24px;
}
.bb-mobile-panel-header + hr {
  margin-bottom: 15px;
}

.bs-submenu-toggle {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.bs-submenu-toggle.bs-submenu-open {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

[dir='rtl'] .side-panel-menu .bs-submenu-toggle {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

[dir='rtl'] .side-panel-menu .bs-submenu-toggle.bs-submenu-open {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bb-mobile-header .header-aside {
  padding-right: 15px;
}
.bb-mobile-header .header-aside span:not(.count) {
  line-height: 1;
}

.mobile-logo-wrapper {
  padding: 0 15px;
}

.bb-single-icon .mobile-logo-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-account-link {
  line-height: 1.2;
}
.my-account-link a {
  font-size: 13px;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 1;
}

@media screen and (max-width: 782px) {
  .admin-bar .bb-mobile-panel-wrapper {
    top: 46px;
    height: -webkit-calc(100% - 46px);
    height: calc(100% - 46px);
  }
}
@media screen and (max-width: 768px) {
  .bb-mobile-header .header-aside > *:last-child {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .bb-mobile-panel-wrapper {
    width: 270px;
  }
  .bb-mobile-panel-wrapper a.bb-close-panel i {
    right: 10px;
  }
}
@media screen and (max-width: 543px) {
  #header-notifications-dropdown-elem:not(:last-child) .notification-dropdown {
    right: -38px;
  }

  .messages-wrap:not(:last-child) .notification-dropdown {
    right: -78px;
  }

  .messages-wrap:nth-last-child(2):not(:last-child) .notification-dropdown {
    right: -35px;
  }
}
.menu-item i._mi,
.menu-item img._mi {
  display: inline-block;
  vertical-align: middle;
}

.menu-item i._mi {
  width: auto;
  height: auto;
  margin-top: -0.265em;
  font-size: 20px;
  line-height: 1;
}

.menu-item i._before,
.rtl .menu-item i._after {
  margin-right: 0.40em;
}

.menu-item i._after,
.rtl .menu-item i._before {
  margin-left: 0.40em;
}

.menu-item img._before,
.rtl .menu-item img._after {
  margin-right: 0.5em;
}

.menu-item img._after,
.rtl .menu-item img._before {
  margin-left: 0.5em;
}

.menu-item ._svg {
  width: 1em;
  font-size: 20px;
}

.menu-item ._image {
  width: 1.4em;
}

.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.menu-item i.elusive {
  margin-top: -0.3em;
}

/**
 * Force the icons' styles
 *
 * Some themes -- notably 2014 -- has nasty rules that
 * could override the icons' styles so we need to force them here.
 */
.dashicons-admin-site:before {
  content: "\f319" !important;
}

.dashicons-welcome-view-site:before {
  content: "\f115" !important;
}

.side-panel-menu img._mi {
  margin-left: 7px;
  margin-right: .40em;
}

#primary-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 130px;
}
@media screen and (min-width: 992px) {
  #primary-navbar {
    min-width: 210px;
  }
}

.buddypanel-transtioned #primary-navbar {
  overflow: hidden;
}

.site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover > .sub-menu,
.site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover > a:after {
  visibility: hidden;
}

.primary-menu.bb-primary-overflow .menu-item-has-children:not(.hideshow):after {
  opacity: 0.1;
}

.primary-menu {
  margin: 0;
  /* Display flex needs here to work backend settings */
  list-style: none;
  vertical-align: middle;
  height: 76px;
  white-space: nowrap;
}
.primary-menu.bb-primary-overflow {
  overflow: hidden;
}
body:not(.bb-page-loaded) .primary-menu {
  height: 76px;
  overflow: hidden;
}
.primary-menu > li {
  float: left;
  display: inline-block;
  height: 76px;
  line-height: 76px;
  padding: 0 16px;
  position: relative;
  vertical-align: middle;
}
.primary-menu > li:first-child {
  padding-left: 0;
}
.primary-menu > li > a {
  height: 76px;
  display: block;
}
.primary-menu > li .sub-menu i._mi {
  margin-top: -0.165em;
  font-size: 16px;
}
.primary-menu a {
    font-family: hedlt,Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
	    color: #3f3f3f;
}
.home-page .primary-menu a  {
     color: #fff;
}
.home-page .site-header i.bb-icon-menu-dots-h{
    color: #fff;
  
}
.primary-menu a:hover, .primary-menu a:focus {
  color: #5d768d;
}
.primary-menu a:hover > i, .primary-menu a:focus > i {
  color: #5d768d;
}
.primary-menu .current-menu-parent > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  font-weight: 500;
  color: #5d768d;
  letter-spacing: -0.24px;
}
.primary-menu .current-menu-parent > a > i,
.primary-menu .current-menu-ancestor > a > i,
.primary-menu .current-menu-item > a > i,
.primary-menu .current_page_item > a > i {
  color: #5d768d;
}
.primary-menu .more-button {
  font-size: 22px;
  color: #122B46;
  line-height: 1;
}
.primary-menu .more-button i {
  position: relative;
}
.primary-menu > .menu-item-has-children:not(.hideshow) {
  padding: 0 21px 0 11px;
}
.primary-menu .menu-item-has-children > a:after {
  left: 0;
  right: 0;
  margin: auto;
}

#navbar-collapse {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
#navbar-collapse:not(.hasItems) {
  margin: 0;
}
#navbar-collapse:not(.hasItems) a.more-button {
  display: none;
}
#navbar-collapse a.more-button {
  opacity: 0;
  visibility: hidden;
}
#navbar-collapse #navbar-extend {
  display: none;
}
#navbar-collapse.hasItems a.more-button {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navbar-collapse.hasItems #navbar-extend {
  display: block;
}

.menu-items-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-items-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .sub-menu {
  background: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	  border-radius: 4px;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  /*@include transition;*/
  right: -20px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 168px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.header-aside-inner .sub-menu a {
  display: block;
  font-weight: inherit;
  color: #939597;
   line-height: 1;
  margin-bottom: 1px;
  padding: 0.5625rem 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header .sub-menu .sub-menu {
  top: -6px;
  left: -webkit-calc(100% + -16px);
  left: calc(100% + -16px);
}
.site-header .sub-menu .menu-item-has-children:not(.hideshow):after {
  line-height: 1;
  right: 15px;
  top: 4px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.site-header .sub-menu .menu-item-has-children > a:after {
  left: -webkit-calc(100% + 5px);
  left: calc(100% + 5px);
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 28px;
  display: none;
}
.site-header .sub-menu.active {
  opacity: 1;
  visibility: visible;
}

.site-header .bb-mobile-panel-wrapper .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-header .menu-item-has-children {
  position: relative;
}
.site-header .menu-item-has-children > a {
  position: relative;
}

.primary-menu > li > .sub-menu:before,
.user-wrap-container > .sub-menu:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 28px;
  border: 7px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  z-index: 1002;
}

.user-wrap-container > .sub-menu:before {
  right: 78px;
}

.site-header .main-navigation .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.site-header .header-aside .menu-item-has-children.selected > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.user-wrap-container .sub-menu {
  /**---- BuddyPress component's sub menu items ------------- **/
}
.user-wrap-container .sub-menu li.menupop {
  position: relative;
}
.user-wrap-container .sub-menu li.menupop:hover .ab-sub-wrapper {
  display: block;
}
.user-wrap-container .sub-menu .ab-sub-wrapper {
  display: none;
  position: absolute;
  width: 187px;
  left: -187px;
  top: 0;
  box-sizing: border-box;
  margin: 0;
}
.user-wrap-container .sub-menu .ab-sub-wrapper::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
.user-wrap-container .sub-menu .ab-sub-wrapper .ab-submenu {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  list-style: none;
  padding: 5px 0;
}

.site-header .more-button {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-button.active {
  position: relative;
}
.more-button.active:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2px;
  margin: 0 auto;
  right: 0;
  left: -7px;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  z-index: 101;
  opacity: 1;
  visibility: visible;
}

.primary-menu .menu-item-has-children:not(.hideshow):after,
#navbar-extend .menu-item-has-children:after {
  content: '\e826';
  font-family: 'bb-icons';
  font-weight: normal;
  speak: none;
  display: inline-block;
  color: #939597;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header #navbar-extend.sub-menu .menu-item-has-children:after {
  right: 15px;
  top: 4px;
}

li.hideshow {
  padding: 0 8px;
  position: relative;
}

.sub-menu .user-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  border-bottom: 1px solid #EEF0F3;
  margin-bottom: 8px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.sub-menu span.user-name {
  font-size: 16px;
  font-weight: 500;
  color: #122B46;
  letter-spacing: -0.24px;
  margin-bottom: 2px;
  display: block;
}
.sub-menu .user-mention {
  font-size: 13px;
  color: #939597;
  letter-spacing: -0.24px;
}
.sub-menu .user-link img {
  float: left;
  margin-right: 10px;
}
.sub-menu li.current.selected a {
  background: #F5F5F5;
  border: 0;
}

.notification-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
}
.notification-link.active i {
  position: relative;
}
.notification-link.active i:after {
  content: '';
  background: #EE343C;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 4px;
  top: 1px;
}
.notification-link.active i.bb-icon-mail-small:after {
  right: 0;
}

.notification-dropdown {
  background: #fff;
  border: 1px solid #E7E9EC;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  list-style: none;
  position: absolute;
  /*@include transition;*/
  right: -15px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 430px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
}
.menu-item-has-children.selected .notification-dropdown {
  opacity: 1;
  visibility: visible;
}
.dropdown-left .notification-dropdown {
  right: auto;
  left: -15px;
}

@media (max-width: 543px) {
  .notification-dropdown {
    min-width: 330px;
  }
}
@media (max-width: 380px) {
  .notification-dropdown {
    min-width: 280px;
  }
}
.user-wrap.menu-item-has-children:not(.hideshow):after {
  display: none;
}
.user-wrap.menu-item-has-children .bb-icon-angle-down {
  font-size: 22px;
}
.user-wrap.menu-item-has-children .sub-menu {
  min-width: 160px;
}
.user-wrap.menu-item-has-children .sub-menu a {
  display: block;
  position: relative;
}
.user-wrap.menu-item-has-children .user-name {
  line-height: 1.3;
  white-space: nowrap;
  padding-right: 3px;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .user-wrap.menu-item-has-children .user-name {
    max-width: 180px;
  }
}
.user-wrap.menu-item-has-children span.no-count {
  display: none;
}
.user-wrap.menu-item-has-children span.count {
  font-size: 10px;
  padding: 1px 7px;
  position: absolute;
  right: 10px;
}
.user-wrap.menu-item-has-children > a:after {
  left: auto;
  right: 48px;
  margin: auto;
  bottom: -3px;
}

.bb-more-menu-nav.dropdown-left {
  right: auto;
  left: -15px;
}
.bb-more-menu-nav.dropdown-left .sub-menu {
  right: auto;
  left: 95%;
}
.bb-more-menu-nav.dropdown-left .menu-item-has-children > a:after {
  display: none;
}

.bb-more-menu-nav a:after {
  display: none;
}

.dropdown-left .sub-menu,
.dropdown-left .bb-help-content {
  right: auto;
  left: -15px;
}

.user-wrap .wp-admin-bar-arrow {
  display: none;
}



.user-wrap ul.sub-menu a:not(.user-link) > .count {
  background: rgba(238, 52, 60, 0.95);
  box-shadow: none;
  border-radius: 100px;
  margin-left: auto;
  padding: 2px 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.55px;
  min-width: 16px;
  min-height: 16px;
}

.site-header-container .sub-menu .ab-submenu a:hover {
  background: transparent;
}

#header-aside .bb-my-account-menu {
  list-style: none;
  margin: 0;
}
#header-aside .bb-my-account-menu li {
  position: relative;
}
#header-aside .bb-my-account-menu li:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header-aside .bb-my-account-menu i {
  position: relative;
  top: 2px;
}
#header-aside .bb-my-account-menu .sub-menu {
  display: none;
  position: absolute;
  width: 187px;
  left: -187px;
  top: 0;
  box-sizing: border-box;
  margin: 0;
}
#header-aside .bb-my-account-menu .sub-menu::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
#header-aside .bb-my-account-menu .sub-menu a:hover {
  background: transparent;
}
#header-aside .bb-my-account-menu .sub-menu .current-menu-item a {
  background: transparent;
}

.header-aside .wrapper {
  position: relative;
}
.header-aside .wrapper .count {
  display: none;
}
.header-aside .wrapper .sub-menu-inner {
  width: 160px;
  max-height: 76vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.header-aside .wrapper .bb-sub-menu {
  width: 187px;
  margin: 0;
  list-style: none;
}
.header-aside .wrapper li {
  position: static !important;
}
.header-aside .wrapper li .wrapper {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  list-style: none;
  left: -187px;
  z-index: 10;
  display: none;
}
.header-aside .wrapper li .wrapper:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
.header-aside .wrapper li:hover > .wrapper {
  display: block;
}
.header-aside .wrapper a {
  position: static !important;
}


span.bb-separator.vertical {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  max-height: 100%;
  margin: 0;
}

span.bb-separator.horizontal {
  background: rgba(0, 0, 0, 0.1);
  max-height: 1px;
  width: 100%;
  margin: 1rem 0;
}

