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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--thm-color-text-main);
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  color: var(--thm-color-text-heading);
}

h1, .h1 {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 1.5;
  }
}

h2, .h2 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

h3, .h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h3, .h3 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

h4, .h4 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h4, .h4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

h5, .h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h5, .h5 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

h6, .h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 576px) {
  h6, .h6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

p {
  margin: 0;
}

.entry-content p {
  margin-bottom: 2.5rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.8;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
  --thm-color-primary: #1f449d;
  --thm-color-secondary: #fda82b;
  --thm-color-light-bg: #f5f6fd;
  --thm-color-text-heading: #120f2d;
  --thm-color-text-main: #606060;
  --thm-color-white: #ffffff;
  --thm-color-black: #000000;
  --thm-color-footer: #002a8f;
}

html {
  font-size: 62.5%; /* Now 10px = 1rem! */
}

body {
  background: var(--thm-color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alumnus-wrapper {
  overflow: hidden;
}
.alumnus-wrapper .site-footer {
  margin-top: 8rem;
}

@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
.alumnus-main-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tribe-events-view--list {
  padding-top: 8rem;
}

#tribe-events-pg-template {
  padding: 0;
}

ul.job_listings li.job_listing {
  padding: 2rem 0 !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5rem 3rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}
table th,
table td {
  border-style: solid;
  border-color: #eee;
  border-width: 1px 1px;
  padding: 0.5rem;
  font-weight: 500;
}
table th {
  text-align: center;
  color: var(--thm-color-text-heading);
}
table td {
  font-weight: 400;
}
table a:hover {
  color: var(--thm-color-primary);
}

/* Links
--------------------------------------------- */
a {
  color: var(--thm-color-primary);
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:visited {
  color: var(--thm-color-primary);
}
a:hover, a:focus, a:active {
  color: var(--thm-color-secondary);
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 5px;
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  line-height: 1;
  padding: 1.8rem 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--thm-color-secondary);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background: var(--thm-color-secondary);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.theme-banner {
  background: var(--thm-color-light-bg);
  padding: 5rem 0;
}
.theme-banner .banner-content h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--thm-color-text-heading);
}
.theme-banner.has-header-image {
  text-align: center;
  padding: 15rem 0;
  position: relative;
}
.theme-banner.has-header-image .banner-content {
  position: relative;
  z-index: 1;
}
.theme-banner.has-header-image .banner-content h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--thm-color-white);
}
.theme-banner.has-header-image:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.copyright {
  background: var(--thm-color-footer);
  color: var(--thm-color-white);
  padding: 1.5rem 0;
}
.copyright a {
  color: var(--thm-color-white);
}
.copyright .copyright-text p {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.not-found {
  height: 89.9vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.not-found .page-title {
  margin-bottom: 4rem;
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar {
  padding: 0;
}
.navbar.thm--navbar .nav-item .nav-link {
  color: var(--thm-color-text-heading);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4em;
  padding: 0.7rem 0;
}
.navbar.thm--navbar .nav-item .nav-link.active {
  background: var(--thm-color-secondary);
  color: var(--thm-color-white);
}
.navbar.thm--navbar .nav-item .nav-link.active.dropdown-toggle:after {
  color: var(--thm-color-white);
}
@media (min-width: 992px) {
  .navbar.thm--navbar .nav-item .nav-link {
    padding: 2rem 1rem;
    line-height: 3;
  }
}
.navbar.thm--navbar .nav-item > .nav-link.dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  color: var(--thm-color-text-heading);
  vertical-align: 0em;
  margin-left: 0.5em;
}
.navbar.thm--navbar .dropdown-menu {
  margin: 0;
  padding: 0;
}
.navbar.thm--navbar .dropdown-menu .dropdown-item {
  padding: 0.7rem 1rem;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--thm-color-text-main);
}
@media (min-width: 992px) {
  .navbar.thm--navbar .dropdown-menu .dropdown-item {
    min-width: 200px;
  }
}
.navbar.thm--navbar .dropdown-menu .dropdown-item:hover {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
}
.navbar.thm--navbar .dropdown-menu .dropdown-item.active {
  background: var(--thm-color-secondary);
  color: var(--thm-color-white);
}

button.navbar-toggler {
  border: 0;
  background: transparent;
}
button.navbar-toggler i {
  color: var(--thm-color-text-heading);
}
button.navbar-toggler:hover, button.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--thm-color-text-heading);
}

/**hide caret in dropdown menu item**/
.dropdown-menu .dropdown-toggle::after {
  display: none;
}

#hamburger-nav-icon {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
#hamburger-nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--thm-color-text-heading);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburger-nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger-nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#hamburger-nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
  left: 8px;
}

.header_right {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header_right i {
  color: #fff;
}
@media (max-width: 992px) {
  .header_right i {
    margin-right: 2rem;
  }
}
.header_right .search-float {
  position: absolute;
  top: 4.2rem;
  right: 0;
  z-index: 9;
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .header_right .search-float {
    position: relative;
    top: 0;
  }
}
.header_right .search-float input[type=search] {
  padding: 0.5rem 1rem;
}
@media (max-width: 992px) {
  .header_right .search-float input[type=search] {
    width: 100%;
  }
}
.header_right .search-float input[type=search]::-webkit-input-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]:-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]::-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]::placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float.search-open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    overflow: hidden;
  }
}
.breadcrumbs-section {
  color: #fff;
}
.breadcrumbs-section span {
  color: #fff;
}
.breadcrumbs-section span a > span {
  color: #fda82b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.breadcrumbs-section span a:hover > span {
  color: var(--thm-color-text-main);
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .pagination-wrap {
    margin: 5rem 0;
  }
}
.pagination-wrap .page-numbers {
  font-size: 1.5rem;
  line-height: 0;
  font-weight: 400;
  text-align: center;
  padding: 1.6rem;
  border-radius: 5px;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.8rem;
  color: var(--thm-color-text-main);
  text-decoration: none;
  border: 1px solid var(--thm-color-primary);
}
.pagination-wrap .page-numbers.current {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
}
.pagination-wrap .page-numbers i {
  font-size: 1.4rem;
  line-height: 0;
}
.pagination-wrap a {
  color: var(--thm-color-text-main);
}
.pagination-wrap a:hover {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  -webkit-box-shadow: 0 0 40px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 40px rgba(34, 34, 34, 0.1);
}

.post-navigation {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
}
@media (max-width: 480px) {
  .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post-navigation .post-previous {
  padding-right: 1.6rem;
}
@media (max-width: 480px) {
  .post-navigation .post-previous {
    padding-right: 0;
  }
}
.post-navigation .post-next {
  padding-left: 1.6rem;
  text-align: right;
  border-left: 1px solid #eee;
}
@media (max-width: 480px) {
  .post-navigation .post-next {
    margin-top: 1.6rem;
    border-left: 0;
    padding-left: 0;
  }
}
.post-navigation .post-previous,
.post-navigation .post-next {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    width: auto;
  }
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
  text-decoration: none;
}
.post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
  color: var(--thm-color-text-heading);
  font-size: 2.4rem;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  word-wrap: break-word;
}
.post-navigation .post-previous a h3:hover,
.post-navigation .post-next a h3:hover {
  color: var(--thm-color-primary);
}
@media (max-width: 480px) {
  .post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.post-navigation .post-previous a span,
.post-navigation .post-next a span {
  color: var(--thm-color-text-main);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.post-navigation .post-previous a span:hover,
.post-navigation .post-next a span:hover {
  color: var(--thm-color-primary);
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    text-align: center;
  }
}

.page-links span,
.page-links a {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.page-links span {
  background: var(--thm-color-light-bg);
}
.page-links a {
  background: var(--thm-color-secondary);
  color: var(--thm-color-white);
}
.page-links a:hover {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
}

/* Posts and pages
--------------------------------------------- */
/**block: image**/
/**block: button**/
.wp-block-button {
  margin-bottom: 1.5rem;
}

a.wp-block-button__link {
  background-color: var(--thm-color-primary);
}
a.wp-block-button__link:hover {
  background-color: var(--thm-color-secondary);
}

/**block: cover**/
.wp-block-cover.has-background-dim .wp-block-cover-text {
  color: var(--thm-color-white);
}
.wp-block-cover.has-background-dim .wp-block-cover-text a {
  color: var(--thm-color-secondary);
}
.wp-block-cover.has-background-dim .wp-block-cover-text a:hover {
  color: var(--thm-color-white);
}

/**block: gallery**/
.blocks-gallery-caption {
  margin-bottom: 1.5rem;
}

/**block: columns**/
/**block: quote**/
.wp-block-quote,
blockquote {
  background: #f9f9f9;
  color: var(--thm-color-text-main);
  margin: 0 0 1.5rem;
  padding: 2rem;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: 400;
}
.wp-block-quote.is-style-large,
blockquote.is-style-large {
  padding: 5rem;
}
.wp-block-quote a,
blockquote a {
  color: var(--thm-color-text-heading);
}
.wp-block-quote p,
blockquote p {
  margin-bottom: 0;
}

.wp-block-pullquote {
  border-width: 1px;
  border-style: solid;
  border-radius: 1rem;
}
.wp-block-pullquote blockquote {
  background: transparent;
}
.wp-block-pullquote blockquote.has-light-gray-color {
  color: var(--thm-color-text-main);
}

/**block: widgets**/
.wp-block-archives-list {
  margin: 0;
  padding: 0;
}
.wp-block-archives-list li {
  list-style: none;
  padding: 0.5rem 0;
}
.wp-block-archives-list li a:hover {
  color: var(--thm-color-secondary);
}

.wp-block-calendar table.wp-calendar-table th {
  background: transparent;
  color: var(--thm-color-text-heading);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-calendar table.wp-calendar-table td {
  color: var(--thm-color-text-main);
}
.wp-block-calendar table.wp-calendar-table td a {
  text-decoration: none;
  color: var(--thm-color-primary);
  font-weight: 500;
}

.wp-calendar-nav {
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 1rem;
}
.wp-calendar-nav a {
  text-decoration: none;
  color: var(--thm-color-primary);
}
.wp-calendar-nav a:hover {
  color: var(--thm-color-secondary);
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  margin: 0.5rem 0 1rem;
  padding: 1rem;
}
.wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus {
  outline: none;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.wp-block-latest-comments li {
  margin: 1.5rem 0;
}
.wp-block-latest-comments a {
  font-weight: 500;
}
.wp-block-latest-comments a:hover {
  color: var(--thm-color-secondary);
}
.wp-block-latest-comments time {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wp-block-latest-posts__list {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}
.wp-block-latest-posts__list li {
  margin: 1.5rem 0;
}
.wp-block-latest-posts__list li a {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-latest-posts__list li a:hover {
  color: var(--thm-color-secondary);
}
.wp-block-latest-posts__list li time {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

/*.wp-block-search__inside-wrapper {
    position: relative;
    margin: 1rem 0;
    input[type='search'] {
        width: 100%;
        border-radius: 5px;
        padding: 0.8rem;
    }
    button {
        position: absolute;
        top: 0;
        right: 0;
    }
}*/
.wp-block-search .wp-block-search__button {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  border: 0;
  padding: 1.6rem;
}
.wp-block-search .wp-block-search__button:hover {
  border-color: var(--thm-color-secondary);
  background: var(--thm-color-secondary);
}

.wp-block-tag-cloud a:hover {
  color: var(--thm-color-secondary);
}

.wp-block-rss {
  margin: 0;
  padding: 0;
}
.wp-block-rss li {
  list-style: none;
  margin: 1rem 0;
}
.wp-block-rss li a:hover {
  color: var(--thm-color-secondary);
}

/**block category: layout elements**/
.wp-block-group {
  margin-bottom: 1.5rem;
}
.wp-block-group.has-background {
  padding: 4rem;
  border-radius: 1rem;
}

.sticky {
  display: block;
  background: var(--thm-color-light-bg);
}

.page-header .page-title {
  color: var(--thm-color-text-heading);
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
}

.elixir-wrapper .post,
.elixir-wrapper .page {
  margin: 0 0 4rem;
  overflow: hidden;
}
.elixir-wrapper .post .post-thumbnail,
.elixir-wrapper .page .post-thumbnail {
  text-align: center;
}
.elixir-wrapper .post .post-thumbnail img,
.elixir-wrapper .page .post-thumbnail img {
  border-radius: 5px;
}

.updated:not(.published) {
  display: none;
}

.search-list .post,
.search-list .page,
.search-list .job_listing,
.search-list .tribe_events,
.search-list .alumnus_footer,
.search-list .alumnus_header {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 4rem;
  padding: 4rem;
}

.page-header {
  margin-bottom: 4rem;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0;
}

/*.category-block.tag-image {
	display: inline-block;
}*/
.entry-body {
  padding: 4rem 0;
}

.post-list .post {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 4rem;
}
.post-list .entry-body {
  padding: 4rem;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
.entry-meta span {
  color: var(--thm-color-primary);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}
.entry-meta span:not(:last-child) {
  margin-right: 2rem;
}
.entry-meta span i {
  margin-right: 0.7rem;
  font-size: 1.5rem;
  line-height: 1;
}
.entry-meta span a {
  color: var(--thm-color-primary);
}
.entry-meta span a:hover {
  color: var(--thm-color-secondary);
}

.entry-header .entry-title {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 600;
  text-transform: inherit;
  word-wrap: break-word;
  margin: 0 0 1rem 0;
  color: var(--thm-color-text-heading);
}
.entry-header .entry-title a {
  color: var(--thm-color-text-heading);
}
.entry-header .entry-title a:hover {
  color: var(--thm-color-secondary);
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-respond {
  border-top: 1px solid #eee;
  margin-top: 2rem;
  padding-top: 2rem;
}

.alumnus-comment-form .comment-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .alumnus-comment-form .comment-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.alumnus-comment-form .comment-form-row .comment-form-field {
  width: 100%;
}
.alumnus-comment-form .comment-form-row .comment-form-field:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .alumnus-comment-form .comment-form-row .comment-form-field:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.alumnus-comment-form label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.alumnus-comment-form label span {
  color: var(--thm-color-secondary);
}
.alumnus-comment-form input[type=text],
.alumnus-comment-form input[type=email] {
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.alumnus-comment-form input[type=submit] {
  border-radius: 5px;
  padding: 1.5rem 2rem;
}

.comments-area {
  padding: 3rem 0;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 3rem;
  line-height: 2.5;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--thm-color-text-heading);
}
.comments-area p.no-comments {
  background: var(--thm-color-white);
}
.comments-area ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.comments-area ol.comment-list li.comment {
  list-style: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.comments-area ol.comment-list li.comment:not(:last-child) {
  margin-bottom: 3rem;
}
.comments-area .itl-comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comments-area .itl-comment-box .itl-comment-box__img {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__img {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }
}
.comments-area .itl-comment-box .itl-comment-box__img .avatar {
  border-radius: 5px;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__img .avatar {
    max-width: 30px;
    max-height: 30px;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__author {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: var(--thm-color-text-heading);
  margin-bottom: 1rem;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__time {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a {
  color: var(--thm-color-text-heading);
  text-decoration: none;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.url {
  color: var(--thm-color-text-heading);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
  color: var(--thm-color-primary);
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-transform: lowercase;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
    font-size: 1.2rem;
    padding: 0.5rem;
    margin-top: 1.5rem;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link:hover {
  background: var(--thm-color-secondary);
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Widgets
--------------------------------------------- */
@media (max-width: 991px) {
  #secondary.widget-area {
    margin-top: 4rem;
  }
}

.widget .wp-block-group .wp-block-group__inner-container > h2,
.widget .wp-block-group .wp-block-group__inner-container > h3,
.widget .wp-block-group .wp-block-group__inner-container > h4, .widget .widget-title {
  color: var(--thm-color-text-heading);
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.widget .wp-block-group .wp-block-group__inner-container > h2:before,
.widget .wp-block-group .wp-block-group__inner-container > h3:before,
.widget .wp-block-group .wp-block-group__inner-container > h4:before, .widget .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: var(--thm-color-primary);
}

.widget, .widget ul li {
  color: var(--thm-color-text-main);
}
.widget a, .widget ul li a {
  color: var(--thm-color-text-main);
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
}
.widget a.url, .widget a.rsswidget {
  color: #3a3a3a;
}
.widget a.rsswidget {
  font-weight: 500;
}
.widget a:hover {
  color: var(--thm-color-secondary);
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.widget ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget ul li > div span {
  color: var(--thm-color-text-main);
}
.widget ul li ul.children {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li ul.sub-menu {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget ul li cite {
  color: #3a3a3a;
}
.widget ul + li:first-child {
  margin-top: 0;
}
.widget ul + li:last-child {
  margin-bottom: 0;
}

.widget_text.widget {
  color: var(--thm-color-text-main);
}
.widget_text.widget img {
  max-width: 100%;
  height: auto;
}
.widget_tag_cloud.widget .tagcloud a {
  color: var(--thm-color-text-main);
  display: inline-block;
  font-weight: 400;
  background: #efefef;
  padding: 0.5rem 1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-bottom: 0.83rem;
  margin-right: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.widget_tag_cloud.widget .tagcloud a:hover {
  color: #fff;
  background: var(--thm-color-primary);
}
.widget_calendar.widget table {
  border-style: solid;
  border-color: #ccc;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.widget_calendar.widget table th,
.widget_calendar.widget table td {
  color: var(--thm-color-text-heading);
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.widget_calendar.widget table th a,
.widget_calendar.widget table td a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget table th a:hover,
.widget_calendar.widget table td a:hover {
  color: var(--thm-color-secondary);
}
.widget_calendar.widget table th#today,
.widget_calendar.widget table td#today {
  background: var(--thm-color-primary);
  color: #fff;
}
.widget_calendar.widget table th#today a,
.widget_calendar.widget table td#today a {
  color: #fff;
}
.widget_calendar.widget table td {
  font-weight: 400;
}
.widget_calendar.widget .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget_calendar.widget .wp-calendar-nav span a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget .wp-calendar-nav span a:hover {
  color: var(--thm-color-secondary);
}
.widget_search.widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.widget_search.widget input[type=text] {
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #eee;
  padding: 2rem 6.8rem 2rem 2rem;
}
.widget_search.widget .search-submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0 5px 5px 0;
  padding: 0.8rem;
}
.widget_search.widget .search-submit-btn span {
  padding: 0;
}
.widget_search.widget .search-submit-btn span i {
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 2.95;
}
.widget_search.widget .search-submit-btn:hover {
  color: var(--thm-color-white);
  background: var(--thm-color-secondary);
}
.widget_recent_comments.widget span a {
  font-weight: 500;
}

.widget select {
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #ccc;
  color: var(--thm-color-text-main);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.widget select:focus, .widget select:hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--thm-color-primary);
}

.widget {
  padding: 3rem;
  border-radius: 5px;
  margin: 0 0 3rem;
  border: 1px solid #eee;
}
.wp-block-latest-posts__list li {
  margin: 0;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0;
}
.wp-block-latest-comments a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.wp-block-latest-comments a:hover {
  color: var(--thm-color-secondary);
  text-decoration: none;
}

.widget_block.widget_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.widget.widget_block {
  background: var(--thm-color-white);
}

.widget_bp_core_members_widget .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: flex start;
      -ms-flex-pack: flex start;
          justify-content: flex start;
  margin: 0;
  padding: 0;
}
.widget_bp_core_members_widget .item-options a {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--thm-color-text-heading);
  position: relative;
  padding: 1rem 0;
}
.widget_bp_core_members_widget .item-options a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.widget_bp_core_members_widget .item-options a.selected {
  color: var(--thm-color-secondary);
}
.widget_bp_core_members_widget .item-options a.selected:after {
  background-color: var(--thm-color-secondary);
}
.widget_bp_core_members_widget .item-options a:not(:last-child) {
  margin-right: 2rem;
}
.widget_bp_core_members_widget .item-options .bp-separator {
  display: none;
}
.widget_bp_core_members_widget .item-list {
  margin: 0;
  padding: 0;
}
.widget_bp_core_members_widget .item-list li {
  margin: 0;
  padding: 0;
}
.widget_bp_core_members_widget .item-list li.vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.widget_bp_core_members_widget .item-list li.vcard .item-avatar {
  float: none;
  width: auto;
  margin-right: 1rem;
}
.widget_bp_core_members_widget .item-list li.vcard .item-avatar img {
  border-radius: 0.4rem;
  max-width: 50px;
}
.widget_bp_core_members_widget .item-list li.vcard .item {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.widget_bp_core_members_widget .item-list li.vcard .item .item-title a {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--thm-color-primary);
}
.widget_bp_core_members_widget .item-list li.vcard .item .item-title a:hover {
  color: var(--thm-color-secondary);
}
.widget_bp_core_members_widget .item-list li.vcard .item .item-meta {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}

.widget_bp_core_whos_online_widget .avatar-block,
.widget_bp_core_recently_active_widget .avatar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget_bp_core_whos_online_widget .avatar-block .item-avatar,
.widget_bp_core_recently_active_widget .avatar-block .item-avatar {
  margin-bottom: 1rem;
}
.widget_bp_core_whos_online_widget .avatar-block img,
.widget_bp_core_recently_active_widget .avatar-block img {
  max-width: 50px;
  border-radius: 0.4rem;
}

.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini) {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1rem;
}

.wp-block-bp-latest-activities .activity-list blockquote {
  background-color: #fff;
}
.wp-block-bp-latest-activities .activity-list footer {
  margin: 1rem 0 0 0;
}
.wp-block-bp-latest-activities .activity-list footer img {
  border-radius: 0.4rem;
}
.wp-block-bp-latest-activities .activity-list footer a span {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.wp-block-bp-latest-activities .activity-item p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--thm-color-text-main);
}
.wp-block-bp-latest-activities .activity-item:not(.mini) {
  border: 1px solid #eee;
}

.widget.buddypress .bp-login-widget-user-links > div {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.widget_bp_core_login_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.widget_bp_core_login_widget form {
  width: 100%;
}
.widget_bp_core_login_widget .bp-login-widget-user-links {
  margin-left: 0;
}
.widget_bp_core_login_widget .bp-login-widget-user-avatar {
  margin-right: 2rem;
}
.widget_bp_core_login_widget .bp-login-widget-user-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.widget_bp_core_login_widget .bp-login-widget-user-links .bp-login-widget-user-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--thm-color-primary);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
.widget_bp_core_login_widget .bp-login-widget-user-links .bp-login-widget-user-logout a {
  color: var(--thm-color-secondary);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}

#bp-login-widget-form label {
  font-weight: 400;
}
#bp-login-widget-form input[type=text],
#bp-login-widget-form input[type=password] {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 0.5em;
}
#bp-login-widget-form input[type=submit] {
  font-weight: 400;
  padding: 1.2rem 2rem;
}

.widget_bp_groups_widget .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: flex start;
      -ms-flex-pack: flex start;
          justify-content: flex start;
  margin: 0;
  padding: 0;
}
.widget_bp_groups_widget .item-options a {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--thm-color-text-heading);
  position: relative;
  padding: 1rem 0;
}
.widget_bp_groups_widget .item-options a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.widget_bp_groups_widget .item-options a.selected {
  color: var(--thm-color-secondary);
}
.widget_bp_groups_widget .item-options a.selected:after {
  background-color: var(--thm-color-secondary);
}
.widget_bp_groups_widget .item-options a:not(:last-child) {
  margin-right: 1rem;
}
.widget_bp_groups_widget .item-options .bp-separator {
  display: none;
}
.widget_bp_groups_widget .item-list {
  margin: 0;
  padding: 0;
}
.widget_bp_groups_widget .item-list li {
  margin: 0;
  padding: 0;
}
.widget_bp_groups_widget .item-list li.vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.widget_bp_groups_widget .item-list li.vcard .item-avatar {
  float: none;
  width: auto;
  margin-right: 1rem;
}
.widget_bp_groups_widget .item-list li.vcard .item-avatar img {
  border-radius: 0.4rem;
  max-width: 50px;
}
.widget_bp_groups_widget .item-list li.vcard .item {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.widget_bp_groups_widget .item-list li.vcard .item .item-title a {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  display: inline-block;
  color: var(--thm-color-primary);
}
.widget_bp_groups_widget .item-list li.vcard .item .item-title a:hover {
  color: var(--thm-color-secondary);
}
.widget_bp_groups_widget .item-list li.vcard .item .item-meta {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

.tribe-events-calendar-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .tribe-events-calendar-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .tribe-events-calendar-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.tribe-events-calendar-list .event-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.tribe-events-calendar-list .event-card__body {
  padding: 2rem;
}
.tribe-events-calendar-list .event-card__body time {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--thm-color-primary);
}
.tribe-events-calendar-list .event-card__body h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
.tribe-events-calendar-list .event-card__body h3 a:hover {
  color: var(--thm-color-secondary);
}
.tribe-events-calendar-list .event-card__body address {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.tribe-events-calendar-list .event-card__body header {
  margin-bottom: 1rem;
}
.tribe-events-calendar-list .event-card__body footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tribe-events-calendar-list .event-card__body footer .tribe-events-c-small-cta__price {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--thm-color-primary);
}

.tribe-events-single .tribe-events-single-event-title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
}
.tribe-events-single .tribe-events-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tribe-events-single .tribe-events-schedule h2 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  color: var(--thm-color-text-main);
}

.tribe-common .container {
  margin-left: auto;
  margin-right: auto;
}
.tribe-common.tribe-events-view--list {
  margin-bottom: 10rem;
}

.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev {
  padding: 1rem 2rem;
}
.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-c-nav__prev:hover {
  cursor: pointer;
}

.tribe-events-single > .tribe_events {
  overflow: visible;
}

ul.job_listings li.job_listing a div.position h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
}
ul.job_listings li.job_listing a div.position .company {
  color: var(--thm-color-primary);
}
ul.job_listings li.job_listing a div.position .company strong {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
ul.job_listings li.job_listing a div.location {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--thm-color-text-main);
}
ul.job_listings li.job_listing a .meta .job-type {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
ul.job_listings li.job_listing a .meta .date {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--thm-color-text-main);
}

.single_job_listing .meta li {
  margin: 0;
  padding: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: var(--thm-color-text-main);
}
.single_job_listing .meta li:last-child {
  padding: 0;
}
.single_job_listing .meta li a {
  color: var(--thm-color-text-main);
}
.single_job_listing .meta li.job-type {
  border-radius: 0.5rem;
}
.single_job_listing .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: auto;
  margin: 0;
}

.job_description p:not(:last-child) {
  margin-bottom: 1rem;
}

.single_job_listing .single_job_listing_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  padding: 2rem;
  margin: 3rem 0;
}
@media (max-width: 576px) {
  .single_job_listing .single_job_listing_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.single_job_listing .single_job_listing_header .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .single_job_listing .single_job_listing_header .meta {
    border-right: 1px dashed #e7e7e7;
  }
}
@media (max-width: 576px) {
  .single_job_listing .single_job_listing_header .meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.single_job_listing .single_job_listing_header .meta .job-type {
  background: transparent;
  color: var(--thm-color-primary);
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

.acompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 576px) {
  .acompany {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #e7e7e7;
  }
}
.acompany__logo {
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .acompany__logo {
    text-align: right;
  }
}
.acompany__logo img {
  width: 50%;
}
.acompany__name a {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
.acompany .tagline {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

/*--------------------------------------------------------------
Hello, this is the BuddyPress Legacy stylesheet.

@version 3.0.0

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Navigation
	1.1 - Pagination
2.0 - WordPress
	2.1 - Images
3.0 - BuddyPress
	3.1 - Activity
		3.1.1 - Activity Listing
		3.1.2 - Activity Comments
	3.2 - Toolbar
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.4 - Error / Success Messages
	3.5 - Forms
	3.6 - Ajax Loading
	3.7 - Topics and Tables - Forums and General
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
		3.8.1 - Cover Image
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
	3.12 - Tooltips
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/
#buddypress div.pagination {
  background: transparent;
  border: none;
  color: #767676;
  font-size: small;
  margin: 0;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
}
#buddypress div.pagination .pagination-links {
  margin-right: 10px;
}
#buddypress div.pagination .pagination-links span {
  font-size: 90%;
  padding: 0 5px;
}
#buddypress div.pagination .pagination-links a {
  font-size: 90%;
  padding: 0 5px;
}
#buddypress div.pagination .pagination-links a:hover {
  font-weight: 700;
}
#buddypress noscript div.pagination {
  margin-bottom: 15px;
}
#buddypress #nav-above {
  display: none;
}
#buddypress .paged #nav-above {
  display: block;
}

/*--------------------------------------------------------------
2 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Images
--------------------------------------------------------------*/
#buddypress img.wp-smiley {
  border: none !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#buddypress .clear {
  clear: left;
}

/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
.buddypress {
  background: #f7f7f7;
}

.alumnus-buddypress-main-content {
  padding: 10rem 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress .home-page form#whats-new-form {
  border-bottom: none;
  padding-bottom: 0;
}
#buddypress form#whats-new-form {
  position: relative;
  background: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #eee;
  border-radius: 0.5rem;
}
#buddypress form#whats-new-form #whats-new-avatar {
  margin-right: 1rem;
}
#buddypress form#whats-new-form #whats-new-avatar img {
  border-radius: 0.4rem;
  position: relative;
  z-index: 2;
}
#buddypress form#whats-new-form #whats-new-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#buddypress form#whats-new-form #whats-new-content {
  width: 100%;
}
#buddypress form#whats-new-form textarea {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  font-family: inherit;
  font-size: medium;
  height: 5rem;
  line-height: 1.4;
  padding: 6px;
  width: 100%;
  resize: none;
  border: 0;
}
#buddypress form#whats-new-form textarea::-webkit-scrollbar {
  display: none;
}
#buddypress form#whats-new-form #whats-new-options {
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress form#whats-new-form #whats-new-options select {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 0.4rem;
}
#buddypress form#whats-new-form #whats-new-submit input[type=submit] {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  background: var(--thm-color-primary);
  border: 0;
  color: var(--thm-color-white);
  padding: 5px 10px;
}
#buddypress form#whats-new-form #whats-new-submit input[type=submit]:hover {
  background-color: var(--thm-color-secondary);
}
#buddypress #whats-new:focus {
  border-color: rgba(31, 179, 221, 0.9) !important;
  outline-color: rgba(31, 179, 221, 0.9);
}

body.no-js #buddypress form#whats-new-form textarea {
  height: 50px;
}
body.no-js #buddypress #whats-new-options {
  height: auto;
}

/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress ul.activity-list li {
  overflow: hidden;
  padding: 15px 0 0;
  list-style: none;
}
#buddypress ul.activity-list li.activity-item:not(:last-child) {
  margin-bottom: 3rem;
}
#buddypress .activity-list .activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#buddypress .activity-list .activity-avatar {
  margin-right: 1rem;
}
#buddypress .activity-list .activity-avatar img.avatar {
  border-radius: 0.5rem;
  max-width: 100%;
}
#buddypress .activity-list .activity-action p {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
}
#buddypress .activity-list .activity-action p a {
  font-weight: 500;
}
#buddypress .activity-list .activity-action img.avatar {
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}
#buddypress .activity-list .activity-action .activity-time-since {
  display: block;
}
#buddypress .activity-list .activity-action .activity-time-since span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress .activity-list li.mini .activity-content p {
  margin: 0;
}
#buddypress .activity-list li .activity-content {
  position: relative;
}
#buddypress .activity-list li .activity-inreplyto {
  color: #767676;
  font-size: 80%;
}
#buddypress .activity-list li .activity-inreplyto > p {
  margin: 0;
  display: inline;
}
#buddypress .activity-list li .activity-inreplyto blockquote {
  background: none;
  border: none;
  display: inline;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#buddypress .activity-list li .activity-inreplyto div.activity-inner {
  background: none;
  border: none;
  display: inline;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#buddypress .activity-list .activity-content .comment-header {
  color: #767676;
  line-height: 2.2;
}
#buddypress .activity-list .activity-content .activity-inner {
  margin: 10px 10px 5px 0;
  overflow: hidden;
}
#buddypress .activity-list .activity-content .activity-inner p {
  margin-bottom: 0;
}
#buddypress .activity-list .activity-content blockquote {
  margin: 10px 10px 5px 0;
  overflow: hidden;
}
#buddypress .activity-list .activity-content img.thumbnail {
  border: 2px solid #eee;
  float: left;
  margin: 0 10px 5px 0;
}
#buddypress .activity-list .activity-footer {
  margin-top: 1rem;
}
#buddypress .activity-list li.new_forum_post .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}
#buddypress .activity-list li.load-more {
  background-color: transparent;
  border: 0;
  text-align: center;
}
#buddypress .activity-list li.load-more a {
  padding: 1.5rem 3rem;
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  display: inline-block;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
#buddypress .activity-list li.load-newest {
  background: #f0f0f0;
  font-size: 110%;
  margin: 15px 0;
  padding: 10px 15px;
  text-align: center;
}
#buddypress .activity-list li.load-newest a {
  color: #4d4d4d;
}
#buddypress ul.item-list.activity-list li.has-comments {
  padding-bottom: 15px;
}
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar {
  height: auto;
  margin-left: 0;
  width: auto;
}
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
  height: auto;
  margin-left: 0;
  width: auto;
}
#buddypress .activity-header {
  margin-right: 20px;
}
#buddypress .activity-header a {
  text-decoration: none;
}
#buddypress .comment-meta a {
  text-decoration: none;
}
#buddypress .acomment-meta a {
  text-decoration: none;
}
#buddypress a.bp-secondary-action {
  font-size: 80%;
  padding: 0;
  margin-right: 5px;
  text-decoration: none;
}
#buddypress span.highlight {
  font-size: 80%;
  padding: 0;
  margin-right: 5px;
  text-decoration: none;
}
#buddypress .activity-inner > p {
  word-wrap: break-word;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
#buddypress .activity-inner > .activity-inner {
  margin: 0;
}
#buddypress .activity-inner > blockquote {
  margin: 0;
}
#buddypress .activity-read-more {
  margin-left: 1em;
  white-space: nowrap;
}

body.activity-permalink #buddypress ul.activity-list li.has-comments {
  padding-bottom: 0;
}
body.activity-permalink #buddypress .activity-list > li:first-child {
  padding-top: 0;
}
body.activity-permalink #buddypress .activity-list li .activity-content {
  border: none;
  font-size: 100%;
  line-height: 1.5;
  margin-left: 170px;
  margin-right: 0;
  padding: 0;
}
body.activity-permalink #buddypress .activity-list li .activity-header > p {
  margin: 0;
  padding: 5px 0 0;
}
body.activity-permalink #buddypress li.mini .activity-meta {
  margin-top: 4px;
}
body.activity-permalink #buddypress .activity-content .activity-inner {
  margin-left: 0;
  margin-top: 5px;
}
body.activity-permalink #buddypress .activity-content blockquote {
  margin-left: 0;
  margin-top: 5px;
}

/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
/* Overrides for embedded WP editors */
/* Form classes & generic attr styling */
/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
/*--------------------------------------------------------------
3.8.1 - Cover Image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.11 - Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.12 - Tooltips
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
#buddypress div.activity-meta {
  margin: 0 0 2rem;
}
#buddypress div.activity-meta a {
  padding: 4px 8px;
  border-radius: 0.4rem;
}
#buddypress div.activity-meta a span {
  border-radius: 0.4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#buddypress div.activity-meta a:hover {
  color: var(--thm-color-white);
  background-color: var(--thm-color-primary);
  border-color: var(--thm-color-primary);
}
#buddypress div.activity-meta a:hover span {
  background-color: var(--thm-color-secondary);
}
#buddypress a.activity-time-since {
  color: #767676;
  text-decoration: none;
}
#buddypress a.activity-time-since:hover {
  color: #767676;
  text-decoration: underline;
}
#buddypress a.bp-primary-action {
  font-size: 80%;
  margin-right: 5px;
  text-decoration: none;
}
#buddypress a.bp-primary-action span {
  background: #767676;
  color: #fff;
  font-size: 90%;
  margin-left: 2px;
  padding: 0 5px;
}
#buddypress a.bp-primary-action:hover span {
  background: #555;
  color: #fff;
}
#buddypress #reply-title small a {
  font-size: 80%;
  margin-right: 5px;
  text-decoration: none;
}
#buddypress #reply-title small a span {
  background: #767676;
  color: #fff;
  font-size: 90%;
  margin-left: 2px;
  padding: 0 5px;
}
#buddypress #reply-title small a:hover span {
  background: #555;
  color: #fff;
}
#buddypress div.activity-comments > ul {
  padding: 0;
  margin: 0;
}
#buddypress div.activity-comments ul li {
  padding: 1.5rem 1.5rem 0;
  border: 0;
}
#buddypress div.activity-comments ul li:first-child {
  margin-top: 1rem;
}
#buddypress div.activity-comments ul li:nth-child(odd) {
  background-color: #f7f7f7;
}
#buddypress div.activity-comments div.acomment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#buddypress div.activity-comments div.acomment-avatar img {
  margin-right: 1rem;
  max-width: 25px;
  border-radius: 0.4rem;
}
#buddypress div.activity-comments div.acomment-content p {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
}
#buddypress div.activity-comments div.acomment-meta {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
}
#buddypress div.activity-comments div.acomment-meta a {
  font-weight: 500;
}
#buddypress div.activity-comments form.ac-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#buddypress div.activity-comments div#message {
  margin-top: 15px;
  margin-bottom: 0;
}
#buddypress div.activity-comments form.ac-form-block .ac-reply-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#buddypress div.activity-comments form.ac-form-block textarea {
  border: 1px solid #e7e7e7;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #555;
  font-family: inherit;
  font-size: 100%;
  height: 50px;
  padding: 1.7rem;
  margin: 0;
  width: 100%;
  resize: none;
  min-height: 50px;
  color: var(--thm-colot-text-main);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress div.activity-comments form.ac-form-block textarea::-webkit-scrollbar {
  display: none;
}
#buddypress div.activity-comments form.ac-form-block input[type=submit],
#buddypress div.activity-comments form.ac-form-block .ac-reply-cancel {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress div.activity-comments form.ac-form-block input[type=submit] {
  border: 0;
  background-color: var(--thm-color-primary);
  color: var(--thm-color-white);
  padding: 5px 10px;
}
#buddypress div.activity-comments form.ac-form-block input[type=submit]:hover {
  background-color: var(--thm-color-secondary);
}
#buddypress div.activity-comments form.ac-form-block div.ac-reply-avatar img {
  border-radius: 0.4rem;
  margin-right: 1rem;
}
#buddypress div.activity-comments form.ac-form-block div.ac-reply-content a {
  text-decoration: none;
}
#buddypress div.ac-reply-avatar img {
  border: 1px solid #eee;
}
#buddypress .acomment-options {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#buddypress .acomment-options a {
  color: var(--thm-colot-text-main);
}
#buddypress .acomment-options a:hover {
  color: var(--thm-color-secondary);
}
#buddypress div.dir-search {
  display: none;
}
#buddypress div.dir-search input[type=text] {
  font-size: 90%;
  padding: 1px 3px;
}
#buddypress li.groups-members-search input[type=text] {
  font-size: 90%;
  padding: 1px 3px;
}
#buddypress .current-member-type {
  font-style: italic;
}
#buddypress .dir-form {
  clear: both;
}
#buddypress div#message {
  margin: 0 0 15px;
}
#buddypress div#message p {
  font-size: 90%;
  display: block;
  padding: 10px 15px;
  background-color: #ffd;
  border: 1px solid #cb2;
  color: #440;
  font-weight: 400;
  margin-top: 3px;
  text-decoration: none;
}
#buddypress #message.info {
  margin-bottom: 0;
}
#buddypress div#message.updated {
  clear: both;
  display: block;
}
#buddypress div#message.updated p {
  background-color: #efc;
  border: 1px solid #591;
  color: #250;
}
#buddypress div#message.error p {
  background-color: #fdc;
  border: 1px solid #a00;
  clear: left;
  color: #800;
}
#buddypress div#message.warning p {
  background-color: #ffe0af;
  border: 1px solid #ffd087;
  clear: left;
  color: #800;
}
#buddypress #pass-strength-result {
  background-color: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  display: none;
  margin: 5px 5px 5px 0;
  padding: 5px;
  text-align: center;
  width: 150px;
}
#buddypress .standard-form #basic-details-section #pass-strength-result {
  width: 35%;
}
#buddypress .standard-form #basic-details-section input[type=password] {
  width: 100%;
}
#buddypress .standard-form textarea {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 6px;
  height: 120px;
}
#buddypress .standard-form textarea:focus {
  background: #fafafa;
  color: #555;
}
#buddypress .standard-form input[type=text] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 6px;
  width: 100%;
}
#buddypress .standard-form input[type=color] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=date] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=datetime] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=datetime-local] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=email] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
  width: 100%;
}
#buddypress .standard-form input[type=month] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=number] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=range] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=search] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=tel] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=time] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=url] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form input[type=week] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form select {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
  padding: 3px;
}
#buddypress .standard-form select:focus {
  background: #fff;
  color: #555;
}
#buddypress .standard-form input[type=password] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: var(--thm-colot-text-main);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 100%;
  padding: 6px;
  margin-bottom: 5px;
}
#buddypress .standard-form .option-label {
  margin: 0;
}
#buddypress .standard-form .option-label input[type=checkbox],
#buddypress .standard-form .option-label input[type=radio] {
  margin-right: 1rem;
}
#buddypress .standard-form label {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin: 15px 0 5px;
  width: auto;
}
#buddypress .standard-form span.label {
  display: block;
  font-weight: 700;
  margin: 15px 0 5px;
  width: auto;
}
#buddypress .standard-form legend {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin: 15px 0 5px;
}
#buddypress .standard-form p label {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin: auto;
}
#buddypress .standard-form #invite-list label {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin: auto;
}
#buddypress .standard-form .checkbox label {
  color: #767676;
  font-size: 100%;
  font-weight: 400;
  margin: 5px 0 0;
}
#buddypress .standard-form .checkbox label input {
  margin-right: 3px;
}
#buddypress .standard-form .radio label {
  color: #767676;
  font-size: 100%;
  font-weight: 400;
  margin: 5px 0 0;
}
#buddypress .standard-form .radio label input {
  margin-right: 3px;
}
#buddypress .standard-form #blog-details-section {
  float: left;
  width: 48%;
  clear: left;
}
#buddypress .standard-form #blog-details-section input#signup_blog_url {
  width: 35%;
}
#buddypress .standard-form textarea#message_content {
  height: 200px;
  background: #fff;
  width: 100%;
}
#buddypress .standard-form p.description {
  color: #767676;
  font-size: 80%;
  margin: 5px 0;
}
#buddypress .standard-form div.submit {
  padding: 15px 0;
}
#buddypress .standard-form p.submit {
  margin-bottom: 0;
  padding: 15px 0 0;
}
#buddypress .standard-form div.radio ul {
  margin: 10px 0 15px 38px;
  list-style: disc;
}
#buddypress .standard-form div.radio ul li {
  margin-bottom: 5px;
}
#buddypress .standard-form a.clear-value {
  display: block;
  margin-top: 5px;
  outline: none;
}
#buddypress .standard-form #profile-details-section {
  float: left;
  width: 48%;
  float: right;
}
#buddypress .standard-form input:focus {
  background: #fff;
  color: #555;
}
#buddypress .standard-form button {
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}
#buddypress .standard-form button:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress .standard-form .field-visibility-settings label {
  margin: 0;
  font-weight: 400;
}
#buddypress .standard-form .wp-editor-container textarea {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#buddypress #pass-strength-result.error {
  background-color: #ffb78c;
  border-color: #ff853c !important;
  display: block;
}
#buddypress #pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
  display: block;
}
#buddypress #pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
  display: block;
}
#buddypress #pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
  display: block;
}
#buddypress #pass-strength-result.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
  display: block;
}
#buddypress .standard-form#signup_form div div.error {
  background: #faa;
  color: #a00;
  margin: 0 0 10px;
  padding: 6px;
  width: 90%;
}
#buddypress .standard-form#signup_form input[type=text] {
  width: 90%;
}
#buddypress .standard-form#signup_form textarea {
  width: 90%;
}
#buddypress .standard-form#signup_form div.submit {
  float: right;
}
#buddypress div.accept {
  float: left;
  margin-left: 10px;
}
#buddypress div.reject {
  float: left;
  margin-left: 10px;
}
#buddypress ul.button-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#buddypress ul.button-nav li {
  list-style: none;
}
#buddypress ul.button-nav li:not(:last-child) {
  margin-right: 1rem;
}
#buddypress ul.button-nav li a {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 15px 30px;
  border-radius: 0.5rem;
  text-align: center;
  text-decoration: none;
}
#buddypress ul.button-nav li a:hover {
  background: var(--thm-color-secondary);
  color: var(--thm-color-white);
  outline: none;
  text-decoration: none;
}
#buddypress ul.button-nav li.current a {
  background: var(--thm-color-secondary);
  color: var(--thm-color-white);
  outline: none;
  text-decoration: none;
}
#buddypress form label {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress form select {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress form fieldset {
  border: 0;
  padding: 0;
}
#buddypress form *[disabled=disabled] {
  cursor: default;
  opacity: 0.4;
}
#buddypress .dir-search input[type=search] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #737373;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .dir-search input[type=text] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #737373;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .groups-members-search input[type=search] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #737373;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .groups-members-search input[type=text] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #737373;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress label.xprofile-field-label {
  display: inline;
}
#buddypress .standard-form#sidebar-login-form label {
  margin-top: 5px;
}
#buddypress .standard-form#sidebar-login-form input[type=text] {
  padding: 4px;
  width: 95%;
}
#buddypress .standard-form#sidebar-login-form input[type=password] {
  padding: 4px;
  width: 95%;
}
#buddypress .form-allowed-tags {
  width: 90%;
}
#buddypress #commentform input[type=text] {
  width: 90%;
}
#buddypress #commentform textarea {
  width: 90%;
}
#buddypress div#signup-avatar img {
  margin: 0 15px 10px 0;
}
#buddypress form#send-invite-form {
  margin-top: 20px;
}
#buddypress div#invite-list {
  background: #f5f5f5;
  height: 400px;
  margin: 0 0 10px;
  overflow: auto;
  padding: 5px;
  width: 160px;
}
#buddypress a.button {
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress a.button:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress a.button:focus {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress input[type=submit] {
  background: var(--thm-color-primary);
  color: #fff;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}
#buddypress input[type=submit]:hover {
  background: var(--thm-color-secondary);
  outline: none;
  text-decoration: none;
}
#buddypress input[type=submit]:hover.pending {
  border-color: #eee;
  color: #bbb;
}
#buddypress input[type=submit]:hover.disabled {
  border-color: #eee;
  color: #bbb;
}
#buddypress input[type=button] {
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}
#buddypress input[type=button]:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress input[type=button]:hover.pending {
  border-color: #eee;
  color: #bbb;
}
#buddypress input[type=button]:hover.disabled {
  border-color: #eee;
  color: #bbb;
}
#buddypress input[type=reset] {
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}
#buddypress input[type=reset]:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress input[type=reset]:hover.pending {
  border-color: #eee;
  color: #bbb;
}
#buddypress input[type=reset]:hover.disabled {
  border-color: #eee;
  color: #bbb;
}
#buddypress .generic-button a {
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}
#buddypress .comment-reply-link {
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}
#buddypress .comment-reply-link:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress div.generic-button a:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress form.standard-form .left-menu #invite-list ul {
  margin: 1%;
  list-style: none;
}
#buddypress form.standard-form .left-menu #invite-list ul li {
  margin: 0 0 0 1%;
}
#buddypress form.standard-form .main-column {
  margin-left: 190px;
}
#buddypress form.standard-form .main-column ul#friend-list {
  clear: none;
  float: left;
}
#buddypress form.standard-form .main-column ul#friend-list h3 {
  clear: none;
}
#buddypress form.standard-form .main-column ul#friend-list h4 {
  clear: none;
}
#buddypress .wp-editor-wrap a.button {
  padding: 0 8px 1px;
}
#buddypress .wp-editor-wrap button {
  padding: 0 8px 1px;
}
#buddypress .wp-editor-wrap input[type=submit] {
  padding: 0 8px 1px;
}
#buddypress .wp-editor-wrap input[type=button] {
  padding: 0 8px 1px;
}
#buddypress .wp-editor-wrap input[type=reset] {
  padding: 0 8px 1px;
}
#buddypress a.loading {
  -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  border-color: #aaa;
}
#buddypress a.loading:hover {
  color: #767676;
}
#buddypress input.loading {
  -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  border-color: #aaa;
}
#buddypress input.loading:hover {
  color: #767676;
}
#buddypress input[type=submit].pending {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress input[type=button].pending {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress input[type=reset].pending {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress input[type=submit].disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress input[type=button].disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress input[type=reset].disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress input[type=submit][disabled=disabled] {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress button.pending {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress button.pending:hover {
  border-color: #eee;
  color: #bbb;
}
#buddypress button.disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress button.disabled:hover {
  border-color: #eee;
  color: #bbb;
}
#buddypress div.pending a {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress div.pending a:hover {
  border-color: #eee;
  color: #bbb;
}
#buddypress a.disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress a.disabled:hover {
  border-color: #eee;
  color: #bbb;
}
#buddypress ul#topic-post-list {
  margin: 0;
  width: auto;
}
#buddypress ul#topic-post-list li {
  padding: 15px;
  position: relative;
}
#buddypress ul#topic-post-list li div.poster-meta {
  color: #767676;
  margin-bottom: 10px;
}
#buddypress ul#topic-post-list li div.post-content {
  margin-left: 54px;
}
#buddypress ul#topic-post-list li.alt {
  background: #f5f5f5;
}
#buddypress div.topic-tags {
  font-size: 80%;
}
#buddypress div.admin-links {
  color: #767676;
  font-size: 80%;
  position: absolute;
  top: 15px;
  right: 25px;
}
#buddypress div#topic-meta {
  margin: 0;
  padding: 5px 19px 30px;
  position: relative;
}
#buddypress div#topic-meta div.admin-links {
  right: 19px;
  top: -36px;
}
#buddypress div#topic-meta h3 {
  margin: 5px 0;
}
#buddypress div#new-topic-post {
  display: none;
  margin: 20px 0 0;
  padding: 1px 0 0;
}
#buddypress table.profile-settings {
  width: 100%;
}
#buddypress table.profile-settings thead tr {
  background: var(--thm-color-primary);
}
#buddypress table.profile-settings thead th {
  color: var(--thm-color-white);
}
#buddypress table.profile-settings tr td {
  padding: 8px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress table.profile-settings tr.alt td {
  background: #f5f5f5;
  color: #707070;
}
#buddypress table.profile-settings th.title {
  width: 80%;
}
#buddypress table.profile-fields {
  width: 100%;
  margin-bottom: 20px;
}
#buddypress table.profile-fields thead tr {
  background: #eaeaea;
}
#buddypress table.profile-fields:last-child {
  margin-bottom: 0;
}
#buddypress table.profile-fields p {
  margin: 0;
}
#buddypress table.profile-fields p:last-child {
  margin-top: 0;
}
#buddypress table.profile-fields tr td {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.profile-fields tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.profile-fields tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 700;
  width: 25%;
}
#buddypress table.profile-fields tr.alt td {
  background: #f5f5f5;
  color: #707070;
}
#buddypress table.wp-profile-fields {
  width: 100%;
}
#buddypress table.wp-profile-fields thead tr {
  background: #eaeaea;
}
#buddypress table.wp-profile-fields tr td {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.wp-profile-fields tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.wp-profile-fields tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 700;
  width: 25%;
}
#buddypress table.wp-profile-fields tr.alt td {
  background: #f5f5f5;
  color: #707070;
}
#buddypress table.forum {
  width: 100%;
  margin: 0;
  width: auto;
  clear: both;
}
#buddypress table.forum thead tr {
  background: #eaeaea;
}
#buddypress table.forum tr td {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.forum tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.forum tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 700;
  width: 25%;
}
#buddypress table.forum tr > td:first-child {
  padding-left: 15px;
}
#buddypress table.forum tr > td:last-child {
  padding-right: 15px;
}
#buddypress table.forum tr > th:first-child {
  padding-left: 15px;
}
#buddypress table.forum tr > th:last-child {
  padding-right: 15px;
}
#buddypress table.forum tr th#th-title {
  text-align: left;
}
#buddypress table.forum tr th#th-poster {
  text-align: left;
}
#buddypress table.forum tr th#th-group {
  text-align: left;
}
#buddypress table.forum tr td.td-title a.topic-title {
  font-size: 110%;
}
#buddypress table.forum td {
  text-align: center;
}
#buddypress table.forum td p.topic-text {
  color: #767676;
  font-size: 100%;
}
#buddypress table.forum td img.avatar {
  float: none;
  margin: 0 5px -8px 0;
}
#buddypress table.forum tr.alt td {
  background: #f5f5f5;
  color: #707070;
}
#buddypress table.forum tr.sticky td {
  font-size: 110%;
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
}
#buddypress table.forum tr.closed td.td-title {
  padding-left: 35px;
}
#buddypress table.forum td.td-poster {
  text-align: left;
  min-width: 140px;
}
#buddypress table.forum td.td-group {
  text-align: left;
  min-width: 140px;
}
#buddypress table.forum td.td-title {
  text-align: left;
}
#buddypress table.forum td.td-freshness {
  white-space: nowrap;
}
#buddypress table.forum td.td-freshness span.time-since {
  font-size: 80%;
  color: #767676;
}
#buddypress table.forum th#th-title {
  width: 80%;
}
#buddypress table.forum th#th-freshness {
  width: 25%;
}
#buddypress table.forum th#th-postcount {
  width: 15%;
}
#buddypress table.forum p.topic-meta {
  font-size: 80%;
  margin: 5px 0 0;
}
#buddypress table#message-threads {
  clear: both;
}
#buddypress table#message-threads tr.unread td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
#buddypress table#message-threads tr.unread td .thread-excerpt {
  font-weight: 400;
}
#buddypress table#message-threads tr.unread td .activity {
  font-weight: 400;
}
#buddypress table#message-threads tr.unread td.thread-options {
  font-weight: 400;
}
#buddypress #message-threads .thread-info {
  min-width: 40%;
}
#buddypress #message-threads img.avatar {
  max-width: none;
}
#buddypress table tr td.thread-info p {
  margin: 0;
}
#buddypress table tr td.thread-info p.thread-excerpt {
  color: #767676;
  font-size: 80%;
  margin-top: 3px;
}
#buddypress table.notification-settings {
  margin-bottom: 20px;
  text-align: left;
}
#buddypress table.notification-settings th {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
}
#buddypress table.notification-settings th.icon {
  display: none;
}
#buddypress table.notification-settings td {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
#buddypress table.notification-settings td:first-child {
  display: none;
}
#buddypress table.notification-settings th.title {
  width: 80%;
}
#buddypress table.notification-settings .yes {
  text-align: center;
  width: 40px;
}
#buddypress table.notification-settings .no {
  text-align: center;
  width: 40px;
}
#buddypress #groups-notification-settings {
  margin-bottom: 0;
}
#buddypress .item-body {
  margin: 20px 0;
}
#buddypress span.activity {
  display: inline-block;
  font-size: small;
  padding: 0;
}
#buddypress span.user-nicename {
  color: #767676;
  display: inline-block;
  font-size: 120%;
  font-weight: 700;
}
#buddypress #item-header:after {
  clear: both;
  content: "";
  display: table;
}
#buddypress div#item-header h2 {
  line-height: 1.2;
  color: var(--thm-color-primary);
}
#buddypress div#item-header h2 a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
#buddypress div#item-header h2 a:hover {
  color: var(--thm-color-secondary);
}
#buddypress div#item-header h2 span.highlight {
  font-size: 60%;
  font-weight: 400;
  line-height: 1.7;
  vertical-align: middle;
  display: inline-block;
}
#buddypress div#item-header h2 span.highlight span {
  background: #a1dcfa;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 80%;
  margin-bottom: 2px;
  padding: 1px 4px;
  position: relative;
  right: -2px;
  top: -2px;
  vertical-align: middle;
}
#buddypress div#item-header div#item-meta {
  font-size: 80%;
  color: #767676;
  overflow: hidden;
  margin: 15px 0 5px;
  padding-bottom: 10px;
}
#buddypress div#item-header div#item-actions {
  float: right;
  margin: 0 0 15px 15px;
  text-align: right;
  width: 20%;
}
#buddypress div#item-header div#item-actions h2 {
  margin: 0 0 5px;
}
#buddypress div#item-header div#item-actions h3 {
  margin: 0 0 5px;
}
#buddypress div#item-header div#item-actions a {
  display: inline-block;
}
#buddypress div#item-header ul {
  margin-bottom: 15px;
}
#buddypress div#item-header ul:after {
  clear: both;
  content: "";
  display: table;
}
#buddypress div#item-header ul h5 {
  display: none;
}
#buddypress div#item-header ul span {
  display: none;
}
#buddypress div#item-header ul hr {
  display: none;
}
#buddypress div#item-header ul li {
  float: right;
  list-style: none;
}
#buddypress div#item-header ul img.avatar {
  height: 30px;
  margin: 2px;
  width: 30px;
}
#buddypress div#item-header ul.avatars img.avatar {
  height: 30px;
  margin: 2px;
  width: 30px;
}
#buddypress div#item-header a.button {
  margin: 10px 10px 0 0;
}
#buddypress div#item-header div#message.info {
  line-height: 0.8;
}
#buddypress .mygroups ul.item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 600px) {
  #buddypress .mygroups ul.item-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#buddypress .friends ul.item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  #buddypress .friends ul.item-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 465px) {
  #buddypress .friends ul.item-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 350px) {
  #buddypress .friends ul.item-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#buddypress .friends ul.item-list li {
  text-align: center;
}
#buddypress ul.item-list {
  width: 100%;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
}
#buddypress ul.item-list li {
  background-color: var(--thm-color-white);
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
  list-style: none;
}
#buddypress ul.item-list li .item-avatar img {
  border-radius: 0.5rem;
}
#buddypress ul.item-list li div.item-title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 1rem;
}
#buddypress ul.item-list li div.item-title span {
  font-size: 80%;
}
#buddypress ul.item-list li div.item-desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
#buddypress ul.item-list li div.meta {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 10px;
}
#buddypress ul.item-list li h5 span.small {
  float: right;
  font-size: 80%;
  font-weight: 400;
}
#buddypress ul.item-list li.group-no-avatar div.item-desc {
  margin-left: 0;
}
#buddypress ul.single-line li {
  border: none;
}
#buddypress #admins-list li {
  overflow: auto;
  list-style: none;
}
#buddypress #mods-list li {
  overflow: auto;
  list-style: none;
}
#buddypress #members-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 575px) {
  #buddypress #members-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 330px) {
  #buddypress #members-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#buddypress #members-list li {
  overflow: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#buddypress #members-list li .item a {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
#buddypress #members-list li .item span {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
#buddypress .group-members-list {
  width: 100%;
  margin-top: 1em;
  clear: both;
  overflow: auto;
}
#buddypress #item-buttons:empty {
  display: none;
}
#buddypress #cover-image-container {
  position: relative;
  z-index: 0;
}
#buddypress #header-cover-image {
  background-color: #c5c5c5;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
#buddypress #item-header-cover-image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#buddypress #item-header-cover-image #item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#buddypress #item-header-cover-image #item-buttons .generic-button a {
  border-radius: 0.5rem;
}
#buddypress #item-header-cover-image #item-buttons .generic-button:not(:last-child) {
  margin-right: 1rem;
}
#buddypress li span.unread-count {
  background: #d00;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
}
#buddypress tr.unread span.unread-count {
  background: #d00;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
}
#buddypress div.profile h2 {
  margin: 3rem 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
#buddypress #profile-edit-form ul.button-nav {
  padding: 0;
  margin: 1.5rem 0;
}
#buddypress .field-visibility-settings {
  display: none;
  margin-top: 10px;
  color: #707070;
}
#buddypress .field-visibility-settings a {
  font-size: 80%;
}
#buddypress .field-visibility-settings legend {
  font-style: italic;
}
#buddypress .field-visibility-settings .radio {
  list-style: none;
  margin-bottom: 0;
}
#buddypress .current-visibility-level {
  font-weight: 700;
  font-style: normal;
}
#buddypress .field-visibility-settings-toggle {
  color: #707070;
  font-style: italic;
}
#buddypress .field-visibility-settings-toggle a {
  font-size: 80%;
}
#buddypress .field-visibility-settings-notoggle {
  color: #707070;
}
#buddypress .field-visibility select {
  margin: 0;
}
#buddypress .wp-editor-container {
  border: 1px solid #dedede;
}
#buddypress .html-active button.switch-html {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f5f5f5;
  color: #707070;
}
#buddypress .tmce-active button.switch-tmce {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f5f5f5;
  color: #707070;
}

body.activity-permalink #buddypress div.activity-meta {
  margin-bottom: 6px;
}
body.activity-permalink #buddypress div.activity-comments {
  background: none;
  margin-left: 170px;
  width: auto;
}
body.activity-permalink #buddypress div.activity-comments ul li {
  border-width: 1px;
  padding: 10px 0 0;
}
body.activity-permalink #buddypress div.activity-comments ul li > ul {
  margin-top: 10px;
}
body.activity-permalink #buddypress div.activity-comments > ul {
  padding: 0 10px 0 15px;
}
body.activity-permalink #buddypress div.activity-comments div.acomment-content {
  font-size: 90%;
}
body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
  clear: none;
  margin-top: 0;
}
body.activity-permalink #buddypress ul.item-list {
  border: none;
}
body.activity-permalink #buddypress ul.item-list li.activity-item {
  border: none;
}

#sitewide-notice {
  position: relative;
}
#sitewide-notice p {
  font-size: 90%;
  display: block;
  padding: 10px 15px;
}
#sitewide-notice strong {
  display: block;
  margin-bottom: -1em;
}
#sitewide-notice strong:first-child {
  font-size: 90%;
  display: block;
  padding: 10px 15px;
}
#sitewide-notice #message {
  left: 2%;
  position: fixed;
  top: 1em;
  width: 96%;
  z-index: 9999;
  background-color: #ffd;
  border: 1px solid #cb2;
  color: #440;
  font-weight: 400;
  margin-top: 3px;
  text-decoration: none;
}

#sitewide-notice.admin-bar-on #message {
  top: 3.3em;
}

body.create-blog #buddypress .error {
  background-color: #fdc;
  border: 1px solid #a00;
  color: #800;
  padding: 10px 15px;
}
body.create-blog #buddypress .success {
  background-color: #efc;
  border: 1px solid #591;
  color: #250;
  padding: 10px 15px;
}

body.no-js #buddypress #notifications-bulk-management #select-all-notifications {
  display: none;
}
body.no-js #buddypress label[for=message-type-select] {
  display: none;
}
body.no-js #buddypress #message-type-select {
  display: none;
}
body.no-js #buddypress #delete_inbox_messages {
  display: none;
}
body.no-js #buddypress #delete_sentbox_messages {
  display: none;
}
body.no-js #buddypress #messages-bulk-management #select-all-messages {
  display: none;
}
body.no-js #buddypress div#item-header .js-self-profile-button {
  display: none;
}
body.no-js #buddypress .field-visibility-settings-toggle {
  display: none;
}
body.no-js #buddypress .field-visibility-settings-close {
  display: none;
}
body.no-js #buddypress .field-visibility-settings {
  display: block;
}

a.bp-title-button {
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}

fieldset.register-site {
  margin-top: 1em;
}

fieldset.create-site {
  margin-bottom: 2em;
}
fieldset.create-site legend {
  margin-bottom: 1em;
}
fieldset.create-site label {
  margin-right: 3em;
}

.bp-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.bp-screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.bp-site-wide-message {
  position: relative;
}
.bp-site-wide-message #message p {
  padding-right: 25px;
}
.bp-site-wide-message #message button {
  font-size: 0.8em;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.bp-site-wide-message #message a.button {
  font-size: 0.8em;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.bp-site-wide-message .bp-tooltip:after {
  right: 50px;
}

.admin-bar-on #message p {
  padding-right: 25px;
}
.admin-bar-on #message button {
  font-size: 0.8em;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  right: 10px;
  top: 7px;
}
.admin-bar-on #message a.button {
  font-size: 0.8em;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  right: 10px;
  top: 7px;
}
.admin-bar-on .bp-tooltip:after {
  right: 50px;
}

.message-metadata {
  position: relative;
}
.message-metadata .bp-tooltip:after {
  right: 0;
  text-align: right;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.message-star-actions {
  position: absolute;
  right: 0;
  top: 0;
}

a.message-action-star {
  opacity: 0.7;
}
a.message-action-star:hover {
  opacity: 1;
}

.message-action-star span.icon:before {
  font-family: dashicons;
  font-size: 18px;
  content: "\f154";
}

.message-action-unstar span.icon:before {
  font-family: dashicons;
  font-size: 18px;
  color: #fcdd77;
  content: "\f155";
}

body.register #buddypress div.page ul {
  list-style: none;
}

.widget.buddypress #bp-login-widget-form label {
  display: block;
  margin: 1rem 0 0.5rem;
}
.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
  margin-right: 10px;
}
.widget.buddypress .bp-login-widget-user-avatar {
  float: left;
}
.widget.buddypress .bp-login-widget-user-links > div {
  padding-left: 60px;
  margin-bottom: 0.5rem;
}
.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
  font-weight: 700;
}
.widget.buddypress #members-list {
  margin-left: 0;
  padding-left: 0;
}
.widget.buddypress #members-list li {
  clear: both;
  list-style-type: none;
}
.widget.buddypress #friends-list {
  margin-left: 0;
  padding-left: 0;
}
.widget.buddypress #friends-list li {
  clear: both;
  list-style-type: none;
}

#groups-list {
  width: 100%;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  #groups-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  #groups-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#groups-list li {
  background-color: var(--thm-color-white);
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#groups-list li .item-avatar img {
  border-radius: 0.5rem;
}
#groups-list li div.item-title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 1rem;
}
#groups-list li div.item-title span {
  font-size: 80%;
}
#groups-list li div.item-desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
#groups-list li div.meta {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 10px;
}
#groups-list li h5 span.small {
  float: right;
  font-size: 80%;
  font-weight: 400;
}
#groups-list li.group-no-avatar div.item-desc {
  margin-left: 0;
}

.bp-login-widget-user-avatar img.avatar {
  height: 40px;
  width: 40px;
}

.buddypress .bp-tooltip {
  position: relative;
}

.bp-tooltip:after {
  background: #fff;
  border: 1px solid #aaa;
  border-collapse: separate;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 0 1px rgba(132, 132, 132, 0.3);
          box-shadow: 1px 1px 0 1px rgba(132, 132, 132, 0.3);
  color: #000;
  content: attr(data-bp-tooltip);
  display: none;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 240px;
  opacity: 0;
  padding: 3px 6px;
  position: absolute;
  right: 50%;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 100%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
  white-space: pre;
  word-wrap: break-word;
  z-index: 998;
}
.bp-tooltip:hover:after {
  display: inline-block;
  opacity: 1;
  overflow: visible;
  text-decoration: none;
  z-index: 999;
}
.bp-tooltip:active:after {
  display: inline-block;
  opacity: 1;
  overflow: visible;
  text-decoration: none;
  z-index: 999;
}
.bp-tooltip:focus:after {
  display: inline-block;
  opacity: 1;
  overflow: visible;
  text-decoration: none;
  z-index: 999;
}

#group-admins .bp-tooltip:after {
  right: 0;
  text-align: right;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#group-mods .bp-tooltip:after {
  right: 0;
  text-align: right;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.feed .bp-tooltip:after {
  left: 0;
  right: auto;
  text-align: left;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.item-list .bp-tooltip:after {
  left: 0;
  right: auto;
  text-align: left;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.messages-notices .bp-tooltip:after {
  left: 0;
  right: auto;
  text-align: left;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 480px) {
  #buddypress div.dir-search {
    float: right;
    margin-top: -50px;
    text-align: right;
  }
  #buddypress div.dir-search input[type=text] {
    margin-bottom: 1em;
    width: 50%;
  }
  #buddypress form.standard-form .main-column div.action {
    position: relative;
    margin-bottom: 1em;
  }
  #buddypress form.standard-form .main-column ul#friend-list h3 {
    width: 100%;
  }
  #buddypress form.standard-form .main-column ul#friend-list h4 {
    width: 100%;
  }
  a.bp-title-button {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 320px) {
  #buddypress div.dir-search {
    clear: left;
    float: left;
    margin-top: 0;
    text-align: left;
  }
  #buddypress li#groups-order-select {
    clear: left;
    float: left;
  }
  #buddypress ul.item-list li div.action {
    clear: left;
    float: left;
    margin-top: 0;
    margin-left: 70px;
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
  }
  #buddypress ul.item-list li div.item-desc {
    clear: left;
    float: left;
    margin: 10px 0 0;
    width: auto;
  }
  #buddypress ul.item-list li div.meta {
    margin-top: 0;
  }
  #buddypress li div.item {
    margin-left: 70px;
    width: auto;
  }
  #buddypress .item-desc p {
    margin: 0 0 10px;
  }
  #buddypress div.pagination .pag-count {
    margin-left: 0;
  }
}
@media only screen and (max-width: 240px) {
  #buddypress div.dir-search {
    float: left;
    margin: 0;
  }
  #buddypress div.dir-search input[type=text] {
    width: 50%;
  }
  #buddypress li#groups-order-select {
    float: left;
  }
  #buddypress ul.item-list li img.avatar {
    width: 30px;
    height: auto;
  }
  #buddypress ul.item-list li div.action {
    margin-left: 45px;
  }
  #buddypress li div.item {
    margin-left: 45px;
  }
  h1 a.bp-title-button {
    clear: left;
    float: left;
    margin: 10px 0 20px;
  }
}
/*===== item-list-tabs =====*/
.item-list-tabs {
  background: var(--thm-color-white);
  border-radius: 0.5rem;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-list-tabs ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-list-tabs ul li {
  list-style: none;
  padding: 1rem 0;
  border-bottom: 1px solid var(--thm-color-white);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.item-list-tabs ul li a {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: var(--thm-color-text-heading);
}
.item-list-tabs ul li a span {
  display: none;
  border: 1px solid var(--thm-color-primary);
  background-color: var(--thm-color-primary);
  border-radius: 50%;
  color: var(--thm-color-white);
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.3rem;
}
.item-list-tabs ul li:hover, .item-list-tabs ul li.selected {
  border-bottom: 1px solid var(--thm-color-primary);
}
.item-list-tabs ul li:hover a, .item-list-tabs ul li.selected a {
  color: var(--thm-color-primary);
}
.item-list-tabs ul li:not(:last-child) {
  margin-right: 1.5rem;
}

.bp-user #buddypress #item-header {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -75px;
}

.bp-avatar-nav ul.avatar-nav-items li a {
  background: none;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  outline: 0;
}
.bp-avatar-nav ul.avatar-nav-items li.current {
  border-color: var(--thm-color-primary);
  background: var(--thm-color-primary);
}
.bp-avatar-nav ul.avatar-nav-items li.current a {
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

#buddypress table.notifications {
  width: 100%;
}
#buddypress table.notifications thead tr {
  background: var(--thm-color-primary);
}
#buddypress table.notifications thead tr th {
  color: var(--thm-color-white);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
#buddypress table.notifications tr td {
  padding: 8px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
}
#buddypress table.notifications tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.notifications tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 700;
  width: 25%;
}
#buddypress table.notifications tr.alt td {
  background: #f5f5f5;
  color: #707070;
}
#buddypress table.notifications th.icon {
  display: none;
}
#buddypress table.notifications td:first-child {
  display: none;
}
#buddypress table.notifications-settings {
  width: 100%;
}
#buddypress table.notifications-settings thead tr {
  background: #eaeaea;
}
#buddypress table.notifications-settings tr td {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.notifications-settings tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.notifications-settings tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 700;
  width: 25%;
}
#buddypress table.notifications-settings tr.alt td {
  background: #f5f5f5;
  color: #707070;
}
#buddypress .messages-options-nav select:focus,
#buddypress .notifications-options-nav select:focus {
  outline: none;
}
#buddypress .messages-options-nav .action,
#buddypress .notifications-options-nav .action {
  padding: 5px 10px;
}

#buddypress div#message-thread div.message-box {
  margin: 0;
  padding: 15px;
}
#buddypress div#message-thread div.alt {
  background: #f4f4f4;
}
#buddypress div#message-thread p#message-recipients {
  margin: 10px 0 20px;
}
#buddypress div#message-thread img.avatar {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#buddypress div#message-thread strong {
  font-size: 100%;
  margin: 0;
}
#buddypress div#message-thread strong a {
  text-decoration: none;
}
#buddypress div#message-thread strong span.activity {
  margin-top: 4px;
}
#buddypress div#message-thread div.message-metadata:after {
  clear: both;
  content: "";
  display: table;
}
#buddypress div#message-thread div.message-content {
  margin-left: 45px;
}
#buddypress div#message-thread div.message-options {
  text-align: right;
}
#buddypress div.message-search input[type=text] {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 1rem;
}
#buddypress div.message-search input[type=submit] {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 1.2rem;
}
#buddypress a.message-action-star {
  border-bottom: 0;
  text-decoration: none;
  outline: none;
}
#buddypress a.message-action-unstar {
  border-bottom: 0;
  text-decoration: none;
  outline: none;
}

#buddypress table.messages-notices {
  width: 100%;
}
#buddypress table.messages-notices thead tr {
  background: var(--thm-color-primary);
}
#buddypress table.messages-notices thead tr th {
  color: var(--thm-color-white);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
#buddypress table.messages-notices thead tr th .message-action-star span.icon:before {
  color: var(--thm-color-white);
}
#buddypress table.messages-notices tr td {
  padding: 8px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
#buddypress table.messages-notices tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.messages-notices tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 700;
  width: 25%;
}
#buddypress table.messages-notices tr.alt td {
  background: #f5f5f5;
  color: #707070;
}

.wpcf7-form .form-left input[type] {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 1.5rem;
  margin-bottom: 0rem;
}
.wpcf7-form .form-left input[type]::preloader {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.wpcf7-form .form-right textarea {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 1.5rem;
  height: 203px;
}
@media (max-width: 991px) {
  .wpcf7-form .form-right textarea {
    margin-top: 3rem;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: block;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader__content img {
  -webkit-animation: zoom-in-zoom-out 1s ease infinite;
          animation: zoom-in-zoom-out 1s ease infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:hover {
  background-color: transparent;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3) {
  width: 27px;
}

#hamburger-4.is-active .line:nth-child(2) {
  width: 35px;
}

#hamburger-4.is-active .line:nth-child(1) {
  -webkit-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
}

#hamburger-4.is-active .line:nth-child(3) {
  -webkit-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
}
/*# sourceMappingURL=alumnus.css.map */