.fp-form .fp-form__row, .widget, .fp-comment .fp-comment__content {
  *zoom: 1; }
  .fp-form .fp-form__row::before, .widget::before, .fp-comment .fp-comment__content::before, .fp-form .fp-form__row::after, .widget::after, .fp-comment .fp-comment__content::after {
    content: '';
    display: table; }
  .fp-form .fp-form__row::after, .widget::after, .fp-comment .fp-comment__content::after {
    clear: both; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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; }

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

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #f2f6f7; }

a {
  text-decoration: underline;
  color: #006eb0; }
  a:hover {
    text-decoration: none;
    color: #004e7d; }

.fp-siteheader {
  background: #fff;
  border-bottom: 1px solid #ececec; }

.fp-siteheadertop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }
  @media screen and (max-width: 900px) {
    .fp-siteheadertop {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  .fp-siteheadertop .fp-headerlogo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 20px; }
    @media screen and (max-width: 900px) {
      .fp-siteheadertop .fp-headerlogo {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 900px) {
      .fp-siteheadertop .fp-headerlogo {
        padding-left: 0;
        border-right: 1px solid #ececec; } }
    .fp-siteheadertop .fp-headerlogo a {
      display: block;
      line-height: 1; }
    .fp-siteheadertop .fp-headerlogo img {
      max-width: 100%;
      height: auto; }
  .fp-siteheadertop .fp-headersearch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 15px 20px; }
    @media screen and (max-width: 900px) {
      .fp-siteheadertop .fp-headersearch {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0; } }
    @media screen and (min-width: 900px) {
      .fp-siteheadertop .fp-headersearch {
        border-right: 1px solid #ececec;
        width: 380px; } }
    .fp-siteheadertop .fp-headersearch.fp-headersearch--active .fp-headersearch__form {
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      right: 0;
      z-index: 9999;
      padding: 27px 0px;
      background: #fff; }
    .fp-siteheadertop .fp-headersearch .fp-headersearch__icon {
      line-height: 1; }
      @media screen and (min-width: 900px) {
        .fp-siteheadertop .fp-headersearch .fp-headersearch__icon {
          display: none; } }
      .fp-siteheadertop .fp-headersearch .fp-headersearch__icon svg {
        max-width: 32px;
        max-height: 32px; }
    .fp-siteheadertop .fp-headersearch .fp-headersearch__form {
      position: relative;
      display: none;
      width: 100%; }
      @media screen and (min-width: 900px) {
        .fp-siteheadertop .fp-headersearch .fp-headersearch__form {
          display: block; } }
      .fp-siteheadertop .fp-headersearch .fp-headersearch__form input {
        width: 100%;
        padding: 10px 40px 10px 35px;
        background: #fff url("search.svg") no-repeat center left 10px; }
        .fp-siteheadertop .fp-headersearch .fp-headersearch__form input.live-search-loading + .fp-headersearch__loader {
          opacity: 1; }
    .fp-siteheadertop .fp-headersearch .fp-headersearch__loader {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -10px;
      opacity: 0;
      transition: opacity .1s ease-in-out; }
  .fp-siteheadertop .fp-headeruser {
    position: relative;
    padding: 15px 20px;
    display: none; }
    @media screen and (max-width: 900px) {
      .fp-siteheadertop .fp-headeruser {
        padding-right: 0; } }
    @media screen and (min-width: 900px) {
      .fp-siteheadertop .fp-headeruser {
        border-right: 1px solid #ececec;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    .fp-siteheadertop .fp-headeruser:hover .fp-headeruser__menu {
      opacity: 1;
      max-height: 500px;
      visibility: visible; }
    .fp-siteheadertop .fp-headeruser.fp-headeruser--loggedin svg {
      margin-left: 6px; }
    .fp-siteheadertop .fp-headeruser.fp-headeruser--guest a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      text-decoration: none; }
    .fp-siteheadertop .fp-headeruser.fp-headeruser--guest svg {
      margin-right: 6px; }
    .fp-siteheadertop .fp-headeruser .fp-headeruser__name {
      line-height: 20px;
      white-space: nowrap; }
      @media screen and (max-width: 900px) {
        .fp-siteheadertop .fp-headeruser .fp-headeruser__name {
          display: none; } }
      .fp-siteheadertop .fp-headeruser .fp-headeruser__name a {
        text-decoration: none; }
    @media screen and (max-width: 900px) {
      .fp-siteheadertop .fp-headeruser .avatar {
        max-width: 45px;
        max-height: 45px; } }
    @media screen and (min-width: 900px) {
      .fp-siteheadertop .fp-headeruser .avatar {
        margin-right: 10px; } }
    .fp-siteheadertop .fp-headeruser .fp-headeruser__menu {
      position: absolute;
      top: 83px;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 9999;
      padding: 10px 20px;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      transition: all .5s ease-in-out;
      opacity: 0;
      max-height: 0;
      visibility: hidden; }
      .fp-siteheadertop .fp-headeruser .fp-headeruser__menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      .fp-siteheadertop .fp-headeruser .fp-headeruser__menu a {
        display: block;
        text-decoration: none; }
  .fp-siteheadertop .fp-headeraction {
    display: none; }
    @media screen and (min-width: 900px) {
      .fp-siteheadertop .fp-headeraction {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding-left: 20px; } }
  .fp-siteheadertop .fp-new-discussion {
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    white-space: nowrap;
    transition: background .3s ease-in-out; }
  .fp-siteheadertop .fp-headernav {
    padding: 20px;
    align-items: center;
    display: flex; }
    @media screen and (min-width: 900px) {
      .fp-siteheadertop .fp-headernav {
        display: none; } }
    .fp-siteheadertop .fp-headernav.fp-headernav--active .fp-headernav__menu {
      opacity: 1;
      max-height: 500px;
      visibility: visible; }
    .fp-siteheadertop .fp-headernav .fp-headernav__menu {
      position: absolute;
      top: 83px;
      right: 0;
      background: #fff;
      z-index: 9999;
      padding: 25px 20px;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      max-width: 300px;
      transition: all .5s ease-in-out;
      opacity: 0;
      max-height: 0;
      visibility: hidden; }
      .fp-siteheadertop .fp-headernav .fp-headernav__menu .fp-headernav__menutop {
        border-bottom: 1px solid #ececec;
        margin: 0 0 12px;
        padding: 0 0 12px; }
      .fp-siteheadertop .fp-headernav .fp-headernav__menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      .fp-siteheadertop .fp-headernav .fp-headernav__menu a {
        display: block;
        text-decoration: none; }

.fp-sitefootertop {
  margin: 0 0 10px; }
  @media screen and (max-width: 450px) {
    .fp-sitefootertop {
      text-align: center; } }
  @media screen and (min-width: 450px) {
    .fp-sitefootertop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .fp-sitefootertop a {
    display: block;
    line-height: 1; }
  .fp-sitefootertop .fp-sitefootertop__logo img {
    max-height: 50px; }
  @media screen and (min-width: 450px) {
    .fp-sitefootertop .fp-sitefootertop__nav {
      border-left: 1px solid #ececec;
      margin: 0 0 0 20px;
      padding: 0 0 0 20px; } }

@media screen and (max-width: 450px) {
  .fp-sitefooterbottom {
    text-align: center; } }

@media screen and (min-width: 450px) {
  .fp-sitefooterbottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

.fp-sitefooterbottom .fp-sitefooterbottom__copyright {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5); }

.fp-sitefooterbottom__social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }
  @media screen and (min-width: 450px) {
    .fp-sitefooterbottom__social {
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid #ececec; } }
  .fp-sitefooterbottom__social li {
    display: inline-block; }
  .fp-sitefooterbottom__social a {
    display: block;
    padding: 5px; }

.nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-footer ul li {
    display: inline-block;
    margin: 0 4px 0 0; }

.nav-footer a {
  display: block;
  padding: 10px;
  text-decoration: none; }

textarea,
select,
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'] {
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #595959;
  padding: 10px 12px;
  outline: 0;
  margin: 0;
  vertical-align: middle;
  max-width: 100%; }
  textarea:focus,
  select:focus,
  input[type='date']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='email']:focus,
  input[type='month']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='time']:focus,
  input[type='url']:focus,
  input[type='week']:focus {
    outline-color: rgba(0, 0, 0, 0.1);
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px; }

textarea[disabled],
select[disabled],
input[type='date'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='email'][disabled],
input[type='month'][disabled],
input[type='number'][disabled],
input[type='password'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='text'][disabled],
input[type='time'][disabled],
input[type='url'][disabled],
input[type='week'][disabled] {
  color: #eee; }

input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #b3b3b3;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3; }

textarea {
  min-height: 40px;
  max-height: 180px;
  overflow: auto;
  resize: vertical;
  width: 100%;
  max-width: 600px; }

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 4px;
  background: #006eb0;
  border: 0;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  text-decoration: none;
  vertical-align: middle;
  width: auto; }
  button:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  input[type='button']:hover {
    text-decoration: none;
    background: #005e97; }
  button[disabled],
  input[type='reset'][disabled],
  input[type='submit'][disabled],
  input[type='button'][disabled] {
    background: #E0E1E2;
    color: rgba(0, 0, 0, 0.6);
    cursor: not-allowed; }
    button[disabled]:hover,
    input[type='reset'][disabled]:hover,
    input[type='submit'][disabled]:hover,
    input[type='button'][disabled]:hover {
      background: #E0E1E2; }

input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='button']::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea,
select[size],
select[multiple] {
  height: auto; }

input[type='search']::-webkit-search-decoration {
  display: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.fp-form {
  color: #a6a6a6; }
  .fp-form p {
    margin: 0 0 1em; }
  .fp-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 100%;
    max-width: 100%; }
  .fp-form label {
    display: block;
    font-size: 16px;
    color: #a6a6a6; }
  .fp-form legend {
    display: block;
    margin: 0 0 32px;
    font-weight: 600;
    font-size: 28px;
    color: #30313a;
    text-align: center; }
  .fp-form .fp-form__row {
    margin: 0 0 16px; }
    .fp-form .fp-form__row.fp-form__row--checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .fp-form .fp-form__row.fp-form__row--checkbox input[type="checkbox"] {
        margin-right: 4px; }
    .fp-form .fp-form__row .fp-form__row--col2 {
      float: left;
      width: 50%; }
      .fp-form .fp-form__row .fp-form__row--col2:nth-child(1) {
        padding-right: 8px; }
      .fp-form .fp-form__row .fp-form__row--col2:nth-child(2) {
        padding-left: 8px; }
      .fp-form .fp-form__row .fp-form__row--col2 input,
      .fp-form .fp-form__row .fp-form__row--col2 select {
        width: 100%; }
  .fp-form .fp-form__submit {
    margin-top: 32px; }
    .fp-form .fp-form__submit #bbp-cancel-reply-to-link {
      text-decoration: none;
      margin-right: 8px; }
  .fp-form .fp-input--large {
    width: 100%;
    padding: 16px 24px; }
  .fp-form .bbp-the-content-wrapper {
    margin: 0 0 16px; }

.button.button--fullwidth {
  width: 100%; }

.widget {
  background: #fff;
  border: 1px solid #ececec;
  padding: 20px;
  margin: 0 0 30px; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .widget__title {
    margin: 0 -20px 20px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #ececec;
    color: rgba(69, 73, 77, 0.85);
    font-size: 15px;
    line-height: 22px; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget a {
    text-decoration: none; }

.widget_display_stats dl {
  margin: 0;
  overflow: hidden; }

.widget_display_stats dt {
  float: left;
  clear: right; }

.widget_display_stats dd {
  float: right; }

.bbp_widget_login .user-submit {
  display: block;
  float: left;
  line-height: 1;
  margin: 0 20px 0 0; }

.bbp_widget_login h4 {
  margin: 0;
  padding: 6px 0; }

.bbp_widget_login .logout-link {
  background: #ccc;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 18px;
  display: inline-block;
  line-height: 1; }

.widget_search .button,
.widget_search .search-submit,
.widget_display_search .button,
.widget_display_search .search-submit {
  display: none; }

.widget_calendar table {
  width: 100%; }
  .widget_calendar table caption {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: rgba(69, 73, 77, 0.85);
    font-size: 15px;
    line-height: 22px; }
  .widget_calendar table thead {
    font-size: 10px;
    background: rgba(0, 0, 0, 0.04); }
    .widget_calendar table thead th {
      padding-bottom: 10px; }
  .widget_calendar table tbody {
    font-size: 11px;
    color: #aaa;
    background: transparent; }
    .widget_calendar table tbody td {
      background: #f5f5f5;
      text-align: center;
      padding: 3%; }
      .widget_calendar table tbody td:hover {
        background: #fff; }
    .widget_calendar table tbody .pad {
      background: rgba(0, 0, 0, 0.04); }
  .widget_calendar table tfoot a {
    font-size: 14px;
    text-decoration: none; }
  .widget_calendar table tfoot #next {
    text-align: right; }
  .widget_calendar table tfoot #prev {
    padding-top: 10px; }

.widget_rss .widget-title > a img {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px; }

.widget_rss li {
  margin: 0 0 20px; }
  .widget_rss li a {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px; }
  .widget_rss li .rss-date {
    display: block;
    color: #737980;
    margin: 0 0 10px;
    font-size: 13px; }
  .widget_rss li .rssSummary {
    margin: 0 0 10px; }

.recentcomments a {
  color: inherit; }
  .recentcomments a:visited {
    color: inherit; }

.widget_display_topics {
  color: #737e84;
  font-size: 14px;
  line-height: 18px; }
  .widget_display_topics ul li {
    margin: 0 0 12px; }
    .widget_display_topics ul li:last-child {
      margin-bottom: 0; }
  .widget_display_topics .bbp-forum-title {
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    line-height: 18px;
    font-weight: 600; }

.widget_display_replies {
  color: #737e84;
  font-size: 14px;
  line-height: 18px; }
  .widget_display_replies a {
    font-size: 15px; }

.widget_display_forums ul {
  list-style: square;
  margin: 0 0 0 17px; }

.ht-post {
  background: #fff;
  border: 1px solid #ececec;
  margin: 0 0 20px;
  padding: 32px; }
  @media screen and (min-width: 500px) {
    .ht-post {
      padding: 48px; } }
  .ht-post .ht-post__title {
    margin: 0 0 10px; }
    .ht-post .ht-post__title a {
      text-decoration: none;
      color: inherit; }

.ht-postsingle .ht-postsingle__header {
  text-align: center;
  padding: 40px 0 20px; }

.ht-postsingle .ht-postsingle__title {
  font-size: 28px;
  margin: 0 0 16px; }

.ht-postsingle .ht-postsingle__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(69, 73, 77, 0.65); }
  .ht-postsingle .ht-postsingle__meta li {
    display: inline-block; }
    .ht-postsingle .ht-postsingle__meta li::after {
      content: ","; }
    .ht-postsingle .ht-postsingle__meta li:last-child::after {
      content: ""; }
  .ht-postsingle .ht-postsingle__meta a {
    color: rgba(69, 73, 77, 0.65); }

.ht-postsingle .ht-postsingle__content {
  background: #fff;
  border: 1px solid #ececec;
  margin: 0 0 50px;
  padding: 32px; }
  @media screen and (min-width: 500px) {
    .ht-postsingle .ht-postsingle__content {
      padding: 48px; } }

.fp-commentsarea .fp-commentsarea__title {
  margin: 0 0 24px;
  font-size: 26px;
  text-align: center; }

.fp-commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-respond {
  background: #fff;
  border: 1px solid #ececec;
  margin: 0 0 40px;
  padding: 32px; }
  @media screen and (min-width: 500px) {
    .comment-respond {
      padding: 48px; } }
  .comment-respond .comment-respond {
    margin: 0 0 20px;
    font-size: 24px; }
  .comment-respond .comment-reply-title {
    margin: 0 0 20px;
    font-size: 22px; }

.fp-comment {
  background: #fff;
  border: 1px solid #ececec;
  margin: 0 0 40px;
  padding: 32px; }
  @media screen and (min-width: 500px) {
    .fp-comment {
      padding: 48px; } }
  .fp-comment .fp-comment__header {
    margin: 0 0 20px; }
  .fp-comment .fp-comment__authoravatar {
    display: block;
    float: left;
    margin: 0 20px 0 0; }
  .fp-comment .fp-comment__authorname {
    display: block;
    padding: 10px 0 8px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 1; }
    .fp-comment .fp-comment__authorname a {
      color: #333;
      text-decoration: none; }
  .fp-comment .fp-comment__time {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 1; }
    .fp-comment .fp-comment__time a {
      color: #999;
      text-decoration: none; }
  .fp-comment .fp-comment__actions a {
    display: inline-block;
    color: #999;
    line-height: 1;
    font-size: 15px;
    text-decoration: none; }
  .fp-comment .fp-comment__actions .comment-edit-link::after {
    content: '\00b7';
    margin: 0 3px 0 8px;
    color: #999;
    position: relative;
    top: -1px;
    font-weight: bold; }
  .fp-comment .fp-comment__content {
    font-size: 16px;
    line-height: 1.45; }
    .fp-comment .fp-comment__content p {
      margin: 0 0 20px; }
  .fp-comment .fp-comment__content,
  .fp-comment .fp-comment__footer {
    margin: 0 0 0 80px; }
  .fp-comment .fp-comment__moderation {
    background: #f3f8fb;
    padding: 16px 20px;
    margin: 0 0 18px 80px;
    font-size: 15px;
    border-radius: 5px; }

.fp-profileheader {
  position: relative;
  padding: 40px 0;
  color: #fff;
  background: rgba(119, 88, 200, 0.5); }
  .fp-profileheader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .fp-profileheader .fp-container {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .fp-profileheader .avatar {
    margin: 0 20px 0 0; }
  .fp-profileheader span {
    font-weight: bold;
    font-size: 22px; }

.fp-profilenav {
  background: #fff;
  border-bottom: 1px solid #ececec;
  margin: 0 0 40px; }
  @media screen and (max-width: 900px) {
    .fp-profilenav select {
      display: block;
      margin: 20px 0; } }
  @media screen and (min-width: 900px) {
    .fp-profilenav select {
      display: none; } }
  @media screen and (max-width: 900px) {
    .fp-profilenav ul {
      display: none; } }
  @media screen and (min-width: 900px) {
    .fp-profilenav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      .fp-profilenav ul li.current a {
        color: #006eb0; }
      .fp-profilenav ul a {
        display: block;
        text-decoration: none;
        padding: 20px 18px;
        color: #222132; }
        .fp-profilenav ul a:hover {
          color: #006eb0; } }

body.bbp-user-edit .fp-profilebody {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

body.bbp-user-page .fp-profilebody {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.fp-profilebody .fp-profilebody__title {
  margin: 0 0 24px; }

.fp-profilemain {
  background: #fff;
  border: 1px solid #ececec;
  padding: 30px 40px;
  margin: 0 auto 20px;
  max-width: 600px; }

.htf-formblock {
  margin: 0 0 48px; }

.fp-forums-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 0; }

.forum-titles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  color: rgba(69, 73, 77, 0.65);
  font-size: 15px; }
  .forum-titles .bbp-forum-info,
  .forum-titles .bbp-forum-freshness {
    padding: 16px 24px; }
  .forum-titles .bbp-forum-topic-count,
  .forum-titles .bbp-forum-reply-count {
    display: none;
    padding: 16px 8px; }
    @media screen and (min-width: 450px) {
      .forum-titles .bbp-forum-topic-count,
      .forum-titles .bbp-forum-reply-count {
        display: block; } }
  .forum-titles .bbp-forum-info {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    flex: 50%; }
  .forum-titles .bbp-forum-topic-count {
    -webkit-box-flex: 10%;
    -webkit-flex: 10%;
    -moz-box-flex: 10%;
    -moz-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    text-align: center; }
  .forum-titles .bbp-forum-reply-count {
    -webkit-box-flex: 10%;
    -webkit-flex: 10%;
    -moz-box-flex: 10%;
    -moz-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    text-align: center; }
  .forum-titles .bbp-forum-freshness {
    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
    -moz-box-flex: 30%;
    -moz-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    text-align: center;
    display: none; }
    @media screen and (min-width: 350px) {
      .forum-titles .bbp-forum-freshness {
        display: block; } }

.fp-forum {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ececec; }
  .fp-forum .bbp-forum-info,
  .fp-forum .bbp-forum-freshness {
    padding: 24px; }
  .fp-forum .bbp-forum-topic-count,
  .fp-forum .bbp-forum-reply-count {
    flex: 10%;
    text-align: center;
    padding: 24px 8px;
    font-size: 15px;
    display: none; }
    @media screen and (min-width: 450px) {
      .fp-forum .bbp-forum-topic-count,
      .fp-forum .bbp-forum-reply-count {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .fp-forum .bbp-forum-topic-count,
  .fp-forum .bbp-forum-reply-count,
  .fp-forum .bbp-forum-freshness {
    justify-content: center; }
  .fp-forum .bbp-forum-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }
    .fp-forum .bbp-forum-info .bbp-forum-title {
      font-weight: 600;
      color: #3b4248;
      font-size: 18px; }
    .fp-forum .bbp-forum-info a {
      text-decoration: none; }
      .fp-forum .bbp-forum-info a:hover {
        color: #006eb0; }
  .fp-forum .bbp-forum-freshness {
    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
    -moz-box-flex: 30%;
    -moz-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    text-align: center;
    font-size: 15px;
    display: none; }
    @media screen and (min-width: 350px) {
      .fp-forum .bbp-forum-freshness {
        display: block; } }
    .fp-forum .bbp-forum-freshness a {
      text-decoration: none;
      color: inherit; }
  .fp-forum .bbp-forum-content {
    font-size: 16px;
    line-height: 20px;
    color: #737e84; }

.bbp-forums-list {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0 0 0 24px;
  border-left: 1px solid #ececec; }

.fp-reply {
  background: #fff;
  border: 1px solid #ececec;
  padding: 20px 20px 10px;
  margin: 0 0 20px; }
  @media screen and (min-width: 600px) {
    .fp-reply {
      padding: 30px 30px 20px; } }
  .fp-reply.status-trash {
    border: 2px solid #D06557; }
  .fp-reply .fp-reply__topheader {
    margin: 0 0 30px; }
  .fp-reply .fp-reply__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 0 30px; }
    @media screen and (min-width: 900px) {
      .fp-reply .fp-reply__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .fp-reply .fp-reply__authoravatar {
    float: left;
    margin-right: 15px; }
    @media screen and (min-width: 600px) {
      .fp-reply .fp-reply__authoravatar {
        margin-right: 20px; } }
    .fp-reply .fp-reply__authoravatar a {
      line-height: 1;
      display: block; }
  .fp-reply .fp-reply__authorname {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .fp-reply .fp-reply__authorname a {
      text-decoration: none;
      color: #323538;
      font-weight: 600;
      font-size: 18px; }
  .fp-reply .fp-reply__date {
    color: rgba(69, 73, 77, 0.65);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 14px; }
    .fp-reply .fp-reply__date svg {
      margin: -1px 5px 0 0; }
  .fp-reply .fp-reply__content {
    margin: 0 0 30px; }
    @media screen and (min-width: 900px) {
      .fp-reply .fp-reply__content {
        margin-left: 65px; } }
    @media screen and (min-width: 900px) {
      .fp-reply .fp-reply__content {
        margin-left: 70px; } }
  .fp-reply .fp-reply__footer {
    margin: 0 0 0 60px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: right; }
    .fp-reply .fp-reply__footer > a {
      display: inline-block;
      line-height: 0;
      white-space: nowrap; }
  .fp-reply .fp-reply__link:hover svg g {
    stroke: red; }
  .fp-reply .fp-reply__link svg g {
    transition: stroke .3s ease-in-out; }
  .fp-reply .bbp-topic-revision-log,
  .fp-reply .bbp-reply-revision-log {
    background: #fafafa;
    margin: 22px 0 0 !important;
    padding: 15px 20px 15px 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px; }
  .fp-reply .fp-reply__thecontent p {
    margin: 0 0 1em; }
    .fp-reply .fp-reply__thecontent p:last-of-type {
      margin-bottom: 0; }
  .fp-reply .fp-reply__thecontent ul,
  .fp-reply .fp-reply__thecontent ol {
    margin: 0 0 1em; }
  .fp-reply .fp-reply__thecontent img {
    max-width: 100%;
    height: auto; }

.fp-replytop {
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 0;
  padding: 10px; }
  .fp-replytop a {
    text-decoration: none; }

.fp-admin-links {
  position: relative;
  display: inline-block;
  margin: 0 0 0 4px; }
  .fp-admin-links .fp-admin-links__btn {
    display: inline-flex;
    padding: 12px; }
    .fp-admin-links .fp-admin-links__btn:hover {
      cursor: pointer; }
    .fp-admin-links .fp-admin-links__btn:hover + ul,
    .fp-admin-links .fp-admin-links__btn:hover + .fp-admin-links__menu {
      opacity: 1;
      max-height: 500px;
      visibility: visible; }
  .fp-admin-links .fp-admin-links__menu,
  .fp-admin-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -20px;
    right: 0;
    bottom: 40px;
    background: #fff;
    padding: 4px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    min-width: 120px;
    font-size: 15px;
    line-height: 22px;
    transition: all .5s ease-in-out;
    opacity: 0;
    max-height: 0;
    visibility: hidden; }
    .fp-admin-links .fp-admin-links__menu:hover,
    .fp-admin-links ul:hover {
      opacity: 1;
      max-height: 500px;
      visibility: visible; }
    .fp-admin-links .fp-admin-links__menu a,
    .fp-admin-links ul a {
      display: flex;
      padding: 6px 10px;
      text-decoration: none; }

.fp-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  padding: 25px 15px;
  border-bottom: 1px solid #ececec; }
  @media screen and (min-width: 600px) {
    .fp-topic {
      padding: 25px 25px; } }
  .fp-topic.topic-tag-sticky {
    background: #fff9e1;
    margin: 0 0 5px; }
  .fp-topic .fp-topic__avatar {
    margin-right: 20px; }
    .fp-topic .fp-topic__avatar a {
      display: block; }
  .fp-topic .fp-topic__center {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fp-topic .fp-topic__title {
    font-size: 20px;
    margin: 0; }
    .fp-topic .fp-topic__title a {
      color: #303038;
      text-decoration: none; }
  .fp-topic .fp-topic__meta {
    color: #797980;
    font-size: 14px; }
    .fp-topic .fp-topic__meta a {
      color: #797980; }
  .fp-topic .fp-topic__author {
    display: none; }
    .fp-topic .fp-topic__author::after {
      content: ","; }
    @media screen and (min-width: 600px) {
      .fp-topic .fp-topic__author {
        display: inline-block; } }
  .fp-topic .fp-topic__time {
    display: none; }
    @media screen and (min-width: 600px) {
      .fp-topic .fp-topic__time {
        display: inline-block; } }
  .fp-topic .fp-topic__timemobile {
    display: inline-block; }
    @media screen and (min-width: 600px) {
      .fp-topic .fp-topic__timemobile {
        display: none; } }
  .fp-topic .fp-topic__comments {
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 30px; }
    @media screen and (min-width: 600px) {
      .fp-topic .fp-topic__comments {
        margin-left: 20px; } }
    .fp-topic .fp-topic__comments a {
      color: #006eb0;
      text-decoration: none; }
      .fp-topic .fp-topic__comments a:hover {
        color: #006eb0; }
  .fp-topic .fp-topic__comments-avatars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .fp-topic .fp-topic__comments-avatars li {
      margin-left: -20px; }
      @media screen and (min-width: 600px) {
        .fp-topic .fp-topic__comments-avatars li {
          margin-left: -10px; } }

.fp-thecontent a {
  text-decoration: none; }

.fp-thecontent h1,
.fp-thecontent h2,
.fp-thecontent h3,
.fp-thecontent h4,
.fp-thecontent h5,
.fp-thecontent h6 {
  margin: 0 0 1em; }

.fp-thecontent h1 {
  font-size: 28px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .fp-thecontent h1 {
      font-size: 38px; } }

.fp-thecontent h2 {
  font-size: 28px;
  line-height: 1.2;
  padding: 1em 0 0; }
  @media screen and (min-width: 768px) {
    .fp-thecontent h2 {
      font-size: 30px; } }

.fp-thecontent h3 {
  font-size: 20px;
  line-height: 1.3;
  padding-top: 1em; }

.fp-thecontent h4 {
  font-size: 19px;
  line-height: 1.3;
  padding-top: 1em; }

.fp-thecontent h5 {
  font-size: 18px;
  line-height: 1.3;
  padding-top: 1em; }

.fp-thecontent h6 {
  font-size: 17px;
  line-height: 1.25;
  padding-top: 1em; }

.fp-thecontent p {
  margin: 0 0 1em; }

.fp-thecontent ul {
  list-style-type: circle;
  margin: 0 0 1em;
  padding: 0 0 0 40px; }
  .fp-thecontent ul li {
    margin: 0 0 10px; }
    .fp-thecontent ul li:last-of-type {
      margin: 0; }

.fp-thecontent ol {
  margin: 0 0 1em;
  padding: 0 0 0 40px; }
  .fp-thecontent ol li {
    margin: 0 0 10px; }
    .fp-thecontent ol li:last-of-type {
      margin: 0; }

.fp-thecontent hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eaeaea;
  margin: 2em 0;
  padding: 0; }

.fp-thecontent img {
  display: block;
  max-width: 100%;
  height: auto; }
  .fp-thecontent img.alignleft {
    margin: 0 auto 0.5em; }
    @media screen and (min-width: 580px) {
      .fp-thecontent img.alignleft {
        float: left;
        margin: 0 1em 1em 0; } }
  .fp-thecontent img.alignright {
    margin: 0 auto 0.5em; }
    @media screen and (min-width: 580px) {
      .fp-thecontent img.alignright {
        float: right;
        margin: 0 0 1em 1em; } }
  .fp-thecontent img.aligncenter {
    margin: 0 auto 0.5em; }

.fp-thecontent figure {
  margin: 0 0 2em;
  max-width: 100%; }
  .fp-thecontent figure.alignleft {
    margin: 0 auto 0.5em;
    text-align: center; }
    @media screen and (min-width: 580px) {
      .fp-thecontent figure.alignleft {
        text-align: left;
        float: left;
        margin: 0 1em 1em 0; } }
  .fp-thecontent figure.alignright {
    margin: 0 auto 0.5em;
    text-align: center; }
    @media screen and (min-width: 580px) {
      .fp-thecontent figure.alignright {
        text-align: right;
        float: right;
        margin: 0 0 1em 1em; } }
  .fp-thecontent figure.aligncenter {
    text-align: center;
    margin: 0 auto 0.5em; }
  .fp-thecontent figure > a {
    display: block;
    line-height: 0; }
  .fp-thecontent figure img {
    max-width: 100%;
    height: auto; }
  .fp-thecontent figure figcaption {
    margin: 0.5em 0 0;
    text-align: center;
    font-style: italic;
    font-size: 15px;
    line-height: 1.3;
    color: #808080; }

.fp-thecontent blockquote {
  padding: 0 0 0 1em;
  margin: 2em 0;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.45;
  border-left: 5px solid #e3e4e5; }
  @media screen and (min-width: 768px) {
    .fp-thecontent blockquote {
      padding: 0 0 0 2em;
      font-size: 20px;
      line-height: 1.45; } }
  .fp-thecontent blockquote p:last-of-type {
    margin-bottom: 0; }

.fp-thecontent code,
.fp-thecontent kbd,
.fp-thecontent pre,
.fp-thecontent samp {
  font-family: Consolas, Liberation Mono, Courier, monospace; }

.fp-thecontent code {
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 95%;
  padding: 2px 4px; }

.fp-thecontent pre {
  border-radius: 4px;
  background: #f5f5f5;
  display: block;
  padding: 25px;
  margin: 0 0 1em;
  font-size: 95%;
  line-height: 1.4;
  color: #222;
  overflow-x: auto;
  word-wrap: normal; }

.fp-thecontent kbd {
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333; }

.fp-thecontent mark {
  padding: .2em;
  background-color: #fcf8e3; }

.fp-thecontent abbr[data-original-title], .fp-thecontent abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.fp-thecontent iframe,
.fp-thecontent object,
.fp-thecontent embed {
  max-width: 100%; }

.fp-thecontent table {
  border: 1px solid #eaeaea;
  margin: 0 0 1em;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  @media screen and (max-width: 640px) {
    .fp-thecontent table {
      overflow-x: auto;
      display: block; } }
  .fp-thecontent table th {
    font-weight: 600; }
  .fp-thecontent table tr {
    border-bottom: 1px solid #eaeaea; }
    .fp-thecontent table tr th:last-child,
    .fp-thecontent table tr td:last-child {
      border-right: 0; }
  .fp-thecontent table th,
  .fp-thecontent table td {
    background: #fafafa;
    padding: 4px 8px;
    border-right: 1px solid #eaeaea; }
  .fp-thecontent table thead th {
    background: #f2f2f2; }
  .fp-thecontent table tbody tr:nth-child(odd) th,
  .fp-thecontent table tbody tr:nth-child(odd) td {
    background: #fff; }

#jquery-live-search {
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all .5s ease-in-out;
  z-index: 99999999; }

.fp-ajaxsearch {
  list-style: none;
  margin: 0;
  padding: 10px 10px; }
  .fp-ajaxsearch a {
    display: block;
    text-decoration: none;
    transition: background .5s ease-in-out;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 22px; }
    .fp-ajaxsearch a:hover {
      background: #fafafa; }

.hidden,
.js .hide-if-js {
  display: none; }

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
  /* many screen reader and browser combinations announce broken words as they would appear visually */ }

.bbp-template-notice {
  background: rgba(0, 0, 0, 0.04);
  padding: 16px 16px 16px 24px;
  margin: 0 0 24px;
  border-radius: 4px;
  border-left: 3px solid #006eb0;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65); }
  .bbp-template-notice p {
    margin: 0 0 8px; }
    .bbp-template-notice p:last-of-type {
      margin-bottom: 0; }

#bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline; }

#bbp-your-profile fieldset fieldset.password .password-input-wrapper,
#bbp-your-profile fieldset fieldset.password .password-button-wrapper {
  width: 100%;
  margin: 0;
  display: inline-block; }

#bbp-your-profile fieldset fieldset.password .password-button-wrapper button {
  width: 46%;
  margin: 4% 2%;
  box-sizing: border-box;
  display: inline-block; }

#bbp-your-profile fieldset fieldset.password input,
#bbp-your-profile fieldset fieldset.passwword textarea {
  width: 100%; }

#bbp-your-profile fieldset fieldset.password button .dashicons {
  display: none; }

#bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px; }

#password #pass-strength-result {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #23282d;
  margin: 0;
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block; }

#password #pass-strength-result.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  opacity: 1; }

#password #pass-strength-result.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  opacity: 1; }

#password #pass-strength-result.good {
  background-color: #ffe399;
  border-color: #ffc733;
  opacity: 1; }

#password #pass-strength-result.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1; }

#password #pass1.short,
#password #pass1-text.short {
  border-color: #e35b5b; }

#password#pass1.bad,
#password #pass1-text.bad {
  border-color: #f78b53; }

#password #pass1.good,
#password #pass1-text.good {
  border-color: #ffc733; }

#password #pass1.strong,
#password #pass1-text.strong {
  border-color: #83c373; }

.indicator-hint {
  padding-top: 8px; }

.pw-weak,
#pass1-text,
.show-password #pass1 {
  display: none; }

.show-password #pass1-text {
  display: inline-block; }

.pw-weak {
  margin-top: 10px; }
  .pw-weak .pw-checkbox {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    top: 13px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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: .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; }

.avatar {
  border-radius: 99%; }

.fp-sitecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  .fp-sitecontainer .fp-main {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto; }

.fp-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 600px) {
    .fp-container {
      padding-left: 16px;
      padding-right: 16px; } }
  .fp-container.fp-container--860 {
    max-width: 860px; }

.fp-page {
  display: block; }
  @media screen and (min-width: 900px) {
    .fp-page.fp-page--sbleft, .fp-page.fp-page--sbright {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 900px) {
    .fp-page.fp-page--sbleft .fp-page__main, .fp-page.fp-page--sbright .fp-page__main {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 75%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; } }
  .fp-page.fp-page--sbleft .fp-page__sidebar, .fp-page.fp-page--sbright .fp-page__sidebar {
    display: none; }
    @media screen and (min-width: 900px) {
      .fp-page.fp-page--sbleft .fp-page__sidebar, .fp-page.fp-page--sbright .fp-page__sidebar {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        display: block; } }
  @media screen and (min-width: 900px) {
    .fp-page.fp-page--sbleft .fp-page__main {
      padding-left: 20px; } }
  .fp-page.fp-page--sbleft .fp-page__sidebar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1; }
    @media screen and (min-width: 900px) {
      .fp-page.fp-page--sbleft .fp-page__sidebar {
        padding-right: 20px; } }
  @media screen and (min-width: 900px) {
    .fp-page.fp-page--sbright .fp-page__main {
      padding-right: 20px; } }
  @media screen and (min-width: 900px) {
    .fp-page.fp-page--sbright .fp-page__sidebar {
      padding-left: 20px; } }
  .fp-page.fp-page--sboff {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }

.fp-sitefooter {
  background: #fff;
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #ececec; }

.nav-header a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px; }

.nav-header .nav-header__menuwrapper {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-header .nav-header__menuwrapper li {
    float: left;
    margin-left: 16px; }
    .nav-header .nav-header__menuwrapper li:first-child {
      margin-left: 0; }

.fp-pagesingle {
  background: #fff;
  border: 1px solid #ececec;
  padding: 32px; }
  @media screen and (min-width: 500px) {
    .fp-pagesingle {
      padding: 48px; } }

.bbp-topics {
  list-style: none;
  margin: 0 0 24px;
  padding: 0; }

.bbp-replies {
  list-style: none;
  margin: 0;
  padding: 0; }
  .bbp-replies > li > ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.bbp-threaded-replies {
  list-style: none;
  padding: 0;
  margin-left: 48px; }

.bbp-reply-header {
  padding: 20px 40px;
  border-bottom: 1px solid #ececec; }

.bbp-topic-tags {
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
  border-radius: 4px;
  font-size: 16px; }
  .bbp-topic-tags p {
    margin: 0; }
  .bbp-topic-tags a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    border-radius: 99px;
    padding: 4px 16px;
    margin-bottom: 4px;
    text-decoration: none; }
    .bbp-topic-tags a:first-of-type {
      margin-left: 8px; }

.fp-pagination,
.bbp-pagination {
  font-size: 15px;
  margin: 20px 0 60px;
  color: rgba(48, 49, 58, 0.85); }

.fp-pagination-links,
.bbp-pagination-links {
  font-size: 15px;
  line-height: 1;
  text-align: center; }
  .fp-pagination-links span,
  .fp-pagination-links a,
  .bbp-pagination-links span,
  .bbp-pagination-links a {
    display: inline-block;
    background: #fff;
    padding: 11px 12px 10px;
    border-radius: 4px;
    border: 1px solid #edeef0; }
  .fp-pagination-links a,
  .bbp-pagination-links a {
    color: #797980;
    text-decoration: none;
    transition: background .3s ease-in-out, color .3s ease-in-out; }
    .fp-pagination-links a:hover,
    .bbp-pagination-links a:hover {
      background: #006eb0;
      color: #fff; }
  .fp-pagination-links span,
  .bbp-pagination-links span {
    background: #006eb0;
    color: #fff; }

.bbp-breadcrumb {
  margin: 8px 0 0;
  color: rgba(34, 33, 50, 0.75); }
  .bbp-breadcrumb p {
    margin: 0; }
  .bbp-breadcrumb a {
    text-decoration: none;
    color: #222132; }
    .bbp-breadcrumb a:hover {
      color: #222132;
      text-decoration: underline; }
  .bbp-breadcrumb .bbp-breadcrumb-sep {
    color: rgba(34, 33, 50, 0.5); }

.fp-forumheader {
  overflow: hidden;
  padding: 55px 0 40px;
  width: 100%; }
  .fp-forumheader.fp-page--sboff {
    max-width: 892px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 500px) {
    .fp-forumheader > .fp-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .fp-forumheader .fp-forumheader__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .fp-forumheader .fp-forumheader__title {
    margin: 0;
    font-size: 36px;
    line-height: 38px;
    font-weight: 500; }

.wp-editor-container textarea {
  max-width: 100%; }

.wp-editor-container .mce-btn button {
  background-color: inherit; }
  .wp-editor-container .mce-btn button:hover {
    background-color: inherit; }

.bbp-the-content.wp-editor-area {
  padding: 14px 18px; }

@media screen and (max-width: 499px) {
  #subscription-toggle,
  #favorite-toggle {
    margin-top: 16px; } }

@media screen and (min-width: 500px) {
  #subscription-toggle,
  #favorite-toggle {
    margin-left: 16px; } }

#subscription-toggle,
#subscription-toggle span,
#favorite-toggle,
#favorite-toggle span {
  display: inline-block; }

.bbp-row-actions #subscription-toggle {
  margin: 0;
  padding: 0 0 5px; }

.bbp-row-actions .subscription-toggle {
  padding: 4px 4px 4px 24px; }

.subscription-toggle {
  background-image: url("");
  background-size: 18px;
  background-position: 2px center;
  background-repeat: no-repeat;
  transition: background .3s ease-in-out, color .3s ease-in-out;
  padding: 4px 4px 4px 26px;
  text-decoration: none;
  color: #45494d; }
  .subscription-toggle:hover {
    background-image: url("");
    background-position: 4px center;
    color: #e06c6c; }

.is-subscribed .subscription-toggle {
  background-image: url(""); }
  .is-subscribed .subscription-toggle:hover {
    background-image: url(""); }

.favorite-toggle {
  background-image: url("");
  background-size: 18px;
  background-position: 2px center;
  background-repeat: no-repeat;
  transition: background .3s ease-in-out, color .3s ease-in-out;
  padding: 4px 4px 4px 26px;
  text-decoration: none;
  color: #45494d; }
  .favorite-toggle:hover {
    background-image: url("");
    background-position: 4px center;
    color: #e06c6c; }

.is-favorite .favorite-toggle {
  background-image: url(""); }
  .is-favorite .favorite-toggle:hover {
    background-image: url(""); }

.bbp-search-results {
  list-style: none;
  margin: 0;
  padding: 0; }

.fp-loginpanel {
  margin: 0 auto 24px;
  width: 100%;
  max-width: 500px; }
  .fp-loginpanel .fp-loginpanel__header {
    text-align: center;
    margin: 0 0 8px; }
  .fp-loginpanel .fp-loginpanel__main {
    background: #fff;
    border: 1px solid #ececec;
    padding: 50px; }
  .fp-loginpanel .fp-loginpanel__title {
    margin: 0 0 8px; }

.fp-header-login {
  padding: 15px 0;
  text-align: right; }
  .fp-header-login .button {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    text-decoration: none;
    margin-left: 5px; }
    .fp-header-login .button:hover {
      background: rgba(0, 0, 0, 0.2); }

.fp-loginlogo {
  text-align: center;
  margin: 20px 0 40px; }

.fp-lostpasslink {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #a6a6a6;
  text-decoration: none;
  margin: 12px 0 0; }

.fp-formcontainer {
  background: #fff;
  border: 1px solid #ececec;
  padding: 48px;
  margin: 64px 0; }

.fp-404 {
  margin: 100px 0 80px;
  text-align: center; }
  .fp-404 .fp-404__title {
    font-size: 110px;
    line-height: 88px;
    margin: 0 0 20px; }
  .fp-404 p {
    margin: 0 auto;
    max-width: 400px;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.65); }
