.header {
  padding: 0 0.75em;
  background-color: #ffffff;
}
.header .logo img {
  width: 37px;
  height: 40px;
}
.hamburger,
.hamburger_checkbox {
  position: absolute;
  z-index: 5000;
  width: 43px;
  height: 43px;
}
.hamburger {
  top: 6px;
  right: 6px;
}
.hamburger_checkbox {
  display: block;
  z-index: 5001;
  top: 3px;
  right: 3px;
  opacity: 0;
  -webkit-touch-callout: none;
}
.hamburger__icon {
  position: absolute;
  z-index: 5000;
  width: 43px;
  height: 43px;
  top: 8px;
  right: 8px;
  padding: 0.3em;
}
.hamburger__icon div {
  width: 2.25em;
  height: 5px;
  border-radius: 3px;
  background-color: #455a64;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger__icon div:first-of-type {
  margin-top: 3px;
}
.hamburger_checkbox:checked ~ .burger li:not(.noburger) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.burger li:not(.noburger) {
  display: none;
}
ul.header__primary-nav {
  display: grid;
  position: relative;
  grid-template-columns: minmax(90px, 160px) auto repeat(2, -webkit-min-content) 43px;
  grid-template-columns: minmax(90px, 160px) auto repeat(2, min-content) 43px;
  gap: 0;
  height: 56px;
  padding: 0.5em 0 !important;
  overflow: visible;
}
ul.header__primary-nav li {
  margin-top: 0;
}
.search-container {
  margin-top: 0 !important;
  display: block;
  grid-row: 2;
  background: #f5f5f5;
  padding: 0.75em 1.5em;
}
.header .search {
  position: relative;
  width: 100%;
}
.header .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
.header .search .btn:active {
  color: #ffffff;
  background: #ede7f6;
}
.header .search .search__input {
  width: 100%;
  padding: 1.5em;
  background: #ffffff;
}
.calendar-container {
  grid-column: 4;
  grid-row: 1;
  justify-self: right;
  font-size: 1em;
}
.calendar-container .browse-calendar {
  font-size: 0.75em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  padding: .5rem 1rem;
  border-radius: .25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #673ab7;
  color: #ffffff;
  border: 1px solid #673ab7;
  font-size: 1em;
}
.calendar-container .browse-calendar:focus {
  outline: 0;
  border: 0;
}
.calendar-container .browse-calendar:hover {
  color: #ffffff;
  background-color: #9c27b0;
}
.calendar-container .browse-calendar .icon-calendar-alt {
  margin-right: 0.25em;
}
.header__join {
  grid-column: 3;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.75em;
}
.header__join a {
  font-size: 0.75em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  padding: .5rem 1rem;
  border-radius: .25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e91e63;
  color: #ffffff;
  border: 1px solid #e91e63;
  font-size: 1em;
  text-decoration: none;
}
.header__join a:focus {
  outline: 0;
  border: 0;
}
.header__join a:hover {
  color: #ffffff;
  background-color: #ec407a;
}
.header__login {
  grid-row: 3;
}
.header__secondary-nav {
  grid-row: 4;
}
.header__secondary-nav ul {
  padding: 0;
}
.header__secondary-nav .header__secondary-nav__tags {
  display: none;
}
.burgered {
  grid-column-start: 1;
  grid-column-end: 6;
  background: #ffffff;
  justify-self: right;
  text-align: left;
  width: 100%;
  max-width: 90vw;
  margin-right: -0.75em !important;
  -webkit-box-shadow: 0px 10px 10px rgba(60, 55, 12, 0.1);
          box-shadow: 0px 10px 10px rgba(60, 55, 12, 0.1);
}
.burgered:nth-child(2) {
  margin-top: calc(0.75em - 4px) !important;
}
@media (min-width: 768px) {
  .burgered {
    max-width: 50vw;
  }
}
.burgered:not(.header__secondary-nav),
.burgered li {
  border-top: #f5f5f5 solid 1px;
}
.burgered:not(.header__secondary-nav) a,
.burgered li a {
  text-decoration: none;
  color: #673ab7;
  padding: 0.75em 1.5em;
  width: 100%;
  display: block;
}
.burgered:not(.header__secondary-nav) a:active,
.burgered li a:active {
  background: #673ab7;
  color: #ffffff;
}
.header__secondary-heading {
  background: #fafafa;
  padding: 0.75em 1.5em;
}
.header__account nav {
  width: 100%;
}
.header__account nav img.avatar,
.header__account nav i,
.header__account nav span.first_name {
  display: none;
}
.header__account nav .account__menu {
  width: 100%;
}
.header__account nav .account__menu li:first-of-type {
  border: none;
}
.btn {
  font-size: 0.75em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  padding: .5rem 1rem;
  border-radius: .25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn:focus {
  outline: 0;
  border: 0;
}
.btn--ghost--purple {
  background: none;
  color: #673ab7;
  border: 1px solid #673ab7;
}
.btn--ghost--purple:hover {
  background-color: #673ab7;
  color: #ffffff;
}
.btn--ghost--white {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.btn--ghost--white:hover {
  background-color: #ffffff;
  color: #673ab7;
}
.btn--ghost--red {
  background: none;
  color: #f44336;
  border: 1px solid #f44336;
}
.btn--ghost--red:hover {
  background-color: #f44336;
  color: #ffffff;
}
.btn--solid--purple {
  background-color: #673ab7;
  color: #ffffff;
  border: 1px solid #673ab7;
}
.btn--solid--purple:hover {
  color: #ffffff;
  background-color: #9c27b0;
}
.btn--solid--pink {
  background-color: #e91e63;
  color: #ffffff;
  border: 1px solid #e91e63;
}
.btn--solid--pink:hover {
  color: #ffffff;
  background-color: #ec407a;
}
.btn--solid--green {
  background-color: #4caf50;
  color: #ffffff;
  border: 1px solid #4caf50;
}
.btn--solid--green:hover {
  color: #ffffff;
  background-color: #8bc34a;
}
.btn--solid--red {
  background-color: #f44336;
  color: #ffffff;
  border: 1px solid #f44336;
}
.btn--solid--red:hover {
  color: #ffffff;
  background-color: #e57373;
}
.btn--solid--white {
  background-color: #ffffff;
  color: #673ab7;
}
.btn--solid--white:hover {
  color: #673ab7;
}
.btn--wide {
  width: 100%;
}
.simplefavorite-button {
  color: #455a64;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: 2em;
  height: 2em;
  font-size: 1.25em;
  margin-left: -3px;
}
.simplefavorite-button:focus {
  outline: 0;
}
.simplefavorite-button i.icon-bell-outline {
  padding: 0.4em 0.3em 0.4em 0.5em;
}
.simplefavorite-button i.icon-bell-outline:hover {
  background-color: #4caf50;
  color: #ffffff;
  border-radius: 50%;
}
.simplefavorite-button i.icon-bell {
  padding: 0.4em 0.3em 0.4em 0.5em;
  background-color: #ffc107;
  color: #ffffff;
  border-radius: 50%;
}
.simplefavorite-button i.icon-bell:hover {
  background-color: #f44336;
  color: #ffffff;
}
.simplefavorite-button i.icon-bell:hover::before {
  content: '\f1f6';
  position: relative;
  right: 1px;
}
.simplefavorite-button span.sf-icon-spinner-wrapper {
  padding: 0;
  margin: 0;
}
.simplefavorite-button span.sf-icon-spinner-wrapper i.sf-icon-spinner {
  top: 0.1em;
  left: 0;
  padding: 0;
  margin: 0;
}
.active {
  opacity: 1 !important;
}
.banner__meta-lower  .simplefavorite-button {
  color: #ffffff;
  font-size: 1.5em;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell-outline {
  padding: 0.3em 0.3em 0.4em 0.5em;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell-outline:hover {
  background-color: #ffffff;
  color: #673ab7;
  border-radius: 50%;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell {
  padding: 0.3em 0.3em 0.4em 0.5em;
  background-color: #ffa000;
  color: #ffffff;
  border-radius: 50%;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell:hover {
  background: none;
  background: #f44336;
  color: #ffffff;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell:hover::before {
  content: '\f1f6';
  position: relative;
  right: 2px;
  top: 1px;
}
.banner__meta-lower  .simplefavorite-button span.sf-icon-spinner-wrapper {
  padding: 0;
  margin: 0;
}
.banner__meta-lower  .simplefavorite-button span.sf-icon-spinner-wrapper i.sf-icon-spinner {
  top: 0.15em;
  left: 0;
  padding: 0;
  margin: 0;
}
.vex {
  margin: 1.5em;
}
.vex .vex-content {
  font-family: "Rubik", "Helvetica Neue", "Segoe UI", "Arial", sans-serif !important;
  border-radius: 8px !important;
}
.vex .vex-dialog-button-primary {
  background-color: #673ab7 !important;
  color: #ffffff !important;
  border: 1px solid #673ab7 !important;
}
.vex .vex-dialog-button-primary:hover {
  color: #ffffff !important;
  background-color: #9c27b0 !important;
}
.vex .vex-dialog-button-secondary {
  background: none !important;
  color: #673ab7 !important;
  border: 1px solid #673ab7 !important;
}
.vex .vex-dialog-button-secondary:hover {
  background-color: #673ab7 !important;
  color: #ffffff !important;
}
