/*! jQuery UI - v1.12.1 - 2017-06-28
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.taggle_list {
  float: left;
  width: 100%;
}
.taggle_input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
}
.taggle_list li {
  float: left;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 5px;
}
.taggle_list .taggle {
  margin-right: 8px;
  background: #E2E1DF;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.taggle_list .taggle_hot {
  background: #cac8c4;
}
.taggle_list .taggle .close {
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  right: 3px;
  text-decoration: none;
  padding-left: 2px;
  padding-top: 3px;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}
.taggle_list .taggle:hover {
  padding: 5px;
  padding-right: 15px;
  background: #ccc;
  transition: all 0.3s;
}
.taggle_list .taggle:hover > .close {
  display: block;
}
.taggle_list .taggle .close:hover {
  color: #990033;
}
.taggle_placeholder {
  position: absolute;
  color: #CCC;
  top: 12px;
  left: 8px;
  transition: opacity, 0.25s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.taggle_input {
  padding: 8px;
  padding-left: 0;
  float: left;
  margin-top: -5px;
  background: none;
  width: 100%;
  max-width: 100%;
}
.taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}
/*
html {
  background: url(/assets/images/projects/taggle/bg.png) repeat; }

h1, h2, h3, h4, h5, h6 {
  text-shadow: 1px 1px 1px #fff;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin: 0; }

pre {
  border-radius: 3px;
  overflow-x: scroll; }

p {
  color: #000; }

p a {
  color: #990033;
  text-decoration: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  padding: 3px; }

p a:hover {
  color: #fff;
  background: #990033;
  -webkit-transition: all .25s;
  transition: all .25s; }

.btn {
  background: #990033;
  padding: 12px 30px;
  border-radius: 3px;
  margin-right: 10px;
  color: #fff !important;
  position: relative;
  display: inline-block;
  width: 130px; }
  .btn:hover {
    background: #cc0044; }
  .btn:active {
    top: 1px; }
  .btn:last-child {
    margin-right: 0; }

::selection {
  background: #990033;
  color: #fff; }

::-moz-selection {
  background: #990033;
  color: #fff; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px); }
  60% {
    -webkit-transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px); }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce; }

#forkongithub a {
  background: #990033;
  color: #fff; }

.project_container a {
  color: #000; }

.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
  clear: both; }


// container styles
textarea.input,
.textarea.input {
  border: 0;
  background: #FDFDFD;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.7);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.7);
  min-height: 60px;
  padding: 8px;
  border-radius: 3px;
  color: #555;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: text;
  margin-bottom: 10px;
  position: relative; }

.textarea.input:focus,
.textarea.input.active,
textarea.input:focus,
textarea.input.active {
  background: #fff;
  -webkit-transition: all .25s;
  transition: all .25s; }

.textarea.input,
textarea.input {
  height: auto; }

.textarea.tags {
  position: relative; }

.textarea.tags * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.placeholder_input {
  position: relative; }

.placeholder_input span {
  position: absolute;
  color: #AAA;
  top: 50%;
  margin-top: -11px;
  left: 10px; }

.placeholder_input input {
  width: 120px; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-widget-content {
  background: #fff;
  color: #990033; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
  color: #8a8a8a;
  cursor: pointer; }
  .ui-menu .ui-menu-item a:hover {
    color: #fff;
    background: #990033; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #990033;
  color: #fff !important; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #fff; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }

.ui-helper-hidden {
  display: none; }

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

.autocomplete {
  max-height: 200px;
  overflow: scroll;
  position: absolute;
  top: 66px;
  background: white;
  width: 99.5%;
  left: 0.25%;
  z-index: 2; }

.autocomplete ul li {
  display: block;
  padding: 6px 8px; }

.autocomplete ul li.selected, .autocomplete ul li:hover {
  background: #ff6633;
  color: #fff;
  cursor: pointer; }

.ui-autocomplete {
  max-height: 200px;
  overflow: scroll;
  width: 99% !important; }

.custom.textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .custom.textarea .taggle {
    border-radius: 0;
    padding: 5px;
    padding-right: 20px; }
    .custom.textarea .taggle .close {
      display: inline-block;
      right: 3px; }

.custom.delicious {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
  border: 1px solid #AAA;
  min-height: 50px; }
  .custom.delicious.active {
    border-color: #3274D1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }
  .custom.delicious .taggle {
    color: #444;
    border-radius: 0;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: #ddd;
    font-family: sans-serif;
    font-size: 0.8rem;
    padding: 5px;
    padding-left: 20px; }
    .custom.delicious .taggle .close {
      color: #aaa;
      font-size: 0.9rem;
      height: 0.7rem;
      width: 0.7rem;
      line-height: .1rem;
      margin-top: 3px;
      right: auto;
      left: 5px; }
      .custom.delicious .taggle .close:hover {
        color: #888; }

.custom.stackoverflow {
  border: 1px solid #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .custom.stackoverflow .taggle {
    color: #3E6D8E;
    border-radius: 0;
    background-color: #E0EAF1;
    font-weight: 200; }
    .custom.stackoverflow .taggle.taggle_hot {
      background: #BDD0DD; }
    .custom.stackoverflow .taggle .close {
      color: #aaa;
      border-radius: 0.7rem;
      font-size: 0.9rem;
      height: 0.7rem;
      width: 0.7rem;
      line-height: .1rem;
      margin-top: 3px; }
      .custom.stackoverflow .taggle .close:hover {
        background: #C03434;
        color: #fff; }
*/

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: #fff;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: #fff !important;
}
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: #fff !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* 

:: Imports

*/
/* 

:: Imports

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
* Less Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/*@light-grey: #e1e1e1;
@dark-grey: #333;
@primary-color: #33c3f0;
@secondary-color: lighten(@dark-grey, 13.5%);
@border-color: #bbb;
@link-color: #1eaedb;
@font-color: #222;
*/
/*@font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*@global-radius: 4px;*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
}
.one_column {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .one_column {
    margin-left: 4%;
  }
  .one_column:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .one_column {
    width: 4.66666667%;
  }
}
.two_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .two_columns {
    margin-left: 4%;
  }
  .two_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .two_columns {
    width: 13.33333333%;
  }
}
.three_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .three_columns {
    margin-left: 4%;
  }
  .three_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .three_columns {
    width: 22%;
  }
}
.four_columns,
.one_third_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .four_columns,
  .one_third_columns {
    margin-left: 4%;
  }
  .four_columns:first-child,
  .one_third_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .four_columns,
  .one_third_columns {
    width: 30.66666667%;
  }
}
.five_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .five_columns {
    margin-left: 4%;
  }
  .five_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .five_columns {
    width: 39.33333333%;
  }
}
.six_columns,
.one_half_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .six_columns,
  .one_half_columns {
    margin-left: 4%;
  }
  .six_columns:first-child,
  .one_half_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .six_columns,
  .one_half_columns {
    width: 48%;
  }
}
.seven_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .seven_columns {
    margin-left: 4%;
  }
  .seven_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .seven_columns {
    width: 56.66666667%;
  }
}
.eight_columns,
.two_thirds_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .eight_columns,
  .two_thirds_columns {
    margin-left: 4%;
  }
  .eight_columns:first-child,
  .two_thirds_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .eight_columns,
  .two_thirds_columns {
    width: 65.33333333%;
  }
}
.nine_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .nine_columns {
    margin-left: 4%;
  }
  .nine_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .nine_columns {
    width: 74%;
  }
}
.ten_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .ten_columns {
    margin-left: 4%;
  }
  .ten_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .ten_columns {
    width: 82.66666667%;
  }
}
.eleven_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .eleven_columns {
    margin-left: 4%;
  }
  .eleven_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .eleven_columns {
    width: 91.33333333%;
  }
}
.twelve_columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .twelve_columns {
    margin-left: 4%;
  }
  .twelve_columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .twelve_columns {
    width: 100%;
    margin-left: 0;
  }
}
.offset_by_one_column {
  margin-left: 8.66666667% !important;
}
.offset_by_two_columns {
  margin-left: 17.33333333% !important;
}
.offset_by_three_columns {
  margin-left: 26% !important;
}
.offset_by_four_columns {
  margin-left: 34.66666667% !important;
}
.offset_by_five_columns {
  margin-left: 43.33333333% !important;
}
.offset_by_six_columns {
  margin-left: 52% !important;
}
.offset_by_seven_columns {
  margin-left: 60.66666667% !important;
}
.offset_by_eight_columns {
  margin-left: 69.33333333% !important;
}
.offset_by_nine_columns {
  margin-left: 78% !important;
}
.offset_by_ten_columns {
  margin-left: 86.66666667% !important;
}
.offset_by_eleven_columns {
  margin-left: 95.33333333% !important;
}
.offset_by_one_third_columns {
  margin-left: 34.66666667% !important;
}
.offset_by_two_thirds_columns {
  margin-left: 69.33333333% !important;
}
.offset_by_one-half_columns {
  margin-left: 52% !important;
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  /*font-size: 62.5%;*/
}
body {
  /*font-size: 1.5em;  currently ems cause chrome bug misinterpreting rems on body element */
  font-size: 1em;
  /*line-height: 1.6;*/
  /*font-weight: 400;*/
  /*font-family: @font-family;*/
  /*color: @font-color;*/
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  /*margin-bottom: 2rem;*/
  /*font-weight: 300;*/
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}
/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
a {
  color: @link-color;
  &:hover {
    color: darken(@link-color, 5%);
  }
}
*/
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  text-align: center;
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  text-decoration: none;
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  /*height: 38px;*/
  /*padding: 6px 10px; // The 6px vertically centers text on FF, ignored by Webkit*/
  /*background-color: #fff;*/
  /*border: 1px solid lighten(@border-color, 8.8%);*/
  /*border-radius: @global-radius;*/
  /*box-shadow: none;*/
  box-sizing: border-box;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  /*height: 38px;*/
  /*padding: 6px 10px;  The 6px vertically centers text on FF, ignored by Webkit */
  /*background-color: #fff;*/
  /*border: 1px solid lighten(@border-color, 8.8%);*/
  /*border-radius: @global-radius;*/
  /*box-shadow: none;*/
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  /*min-height: 65px;*/
  /*padding-top: 6px;*/
  /*padding-bottom: 6px;*/
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  /*border: 1px solid @primary-color;*/
  outline: 0;
}
textarea:focus,
select:focus {
  /*border: 1px solid @primary-color;*/
  outline: 0;
}
label,
legend {
  /*display: block;*/
  /*margin-bottom: .5rem;*/
  /*font-weight: 600;*/
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  /*list-style: circle inside;*/
}
ol {
  /*list-style: decimal inside;*/
  /*padding-left: 0;*/
  /*margin-top: 0;*/
}
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  /*margin: 1.5rem 0 1.5rem 3rem;*/
  /*font-size: 90%;*/
}
ol ol,
ol ul {
  /*margin: 1.5rem 0 1.5rem 3rem;*/
  /*font-size: 90%;*/
}
li {
  /*margin-bottom: 1rem;*/
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  /*padding: .2rem .5rem;*/
  /*margin: 0 .2rem;*/
  /*font-size: 90%;*/
  /*white-space: nowrap;*/
  /*background: lighten(@light-grey, 6.4%);*/
  /*border: 1px solid @light-grey;*/
  /*border-radius: @global-radius;*/
}
pre > code {
  display: block;
  /*padding: 1rem 1.5rem;*/
  white-space: pre;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  /*padding: 12px 15px;*/
  /*text-align: left;*/
  /*border-bottom: 1px solid @light-grey;*/
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  /*margin-bottom: 1.5rem;*/
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  /*margin-bottom: 1.5rem;*/
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  /*margin-top: 3rem;*/
  /*margin-bottom: 3.5rem;*/
  border-width: 0;
  /*border-top: 1px solid @light-grey;*/
}
/* Named Classes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  text-align: center;
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.button:focus,
button:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.button.button-primary,
button.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.button.button-primary:hover,
button.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.button.button-primary:focus,
button.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.button-primaryinput[type="submit"],
.button-primaryinput[type="reset"],
.button-primaryinput[type="button"] {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.button-primaryinput[type="submit"]:hover,
.button-primaryinput[type="reset"]:hover,
.button-primaryinput[type="button"]:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;		*/
}
.button-primaryinput[type="submit"]:focus,
.button-primaryinput[type="reset"]:focus,
.button-primaryinput[type="button"]:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;	*/
}
label > .label-body {
  /*display: inline-block;*/
  /*margin-left: .5rem;*/
  /*font-weight: normal;*/
}
.u-full-width {
  /*width: 100%;*/
  /*box-sizing: border-box;*/
}
.u-max-full-width {
  /*max-width: 100%;*/
  /*box-sizing: border-box;*/
}
.u-pull-right {
  /*float: right;*/
}
.u-pull-left {
  /*float: left;*/
}
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDce2VDSzQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ2VDSzQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6Vc.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBO9a6Vc.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV3lIb7Y.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUHlIb7Y.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaE0lP.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52aE0lP.ttf) format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
/* 

:: Breakpoints

*/
/* Safari Bug */
/* TODO - mobile width is wrong here --*/
#Is_Mobile {
  display: none;
  visibility: visible;
}
@media (min-width: 768px) {
  #Is_Mobile {
    visibility: hidden;
  }
}
#Is_Tablet {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  #Is_Tablet {
    visibility: visible;
  }
}
@media (min-width: 960px) {
  #Is_Tablet {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .Desktop_Only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .Desktop_Only {
    display: initial;
  }
}
@media (max-width: 1279px) {
  .Actually_Desktop_Only {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .Actually_Desktop_Only {
    display: initial;
  }
}
@media (min-width: 1280px) {
  .Actually_Tablet_Only {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .Actually_Tablet_Only {
    display: initial;
  }
}
@media (min-width: 768px) {
  .Mobile_Only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .Mobile_Only {
    display: initial;
  }
}
@media (min-width: 375px) {
  .Legacy_Mobile_Only {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .Legacy_Mobile_Only {
    display: initial;
  }
}
@media (max-width: 374px) {
  .Exclude_Legacy_Mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .Less_Than_Pro_Tablet_Only {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .Less_Than_Pro_Tablet_Only {
    display: initial;
  }
}
@media (max-width: 959px) {
  .Pro_Tablet_Only {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .Pro_Tablet_Only {
    display: initial;
  }
}
/* 

:: Colors

*/
.GODDAMNIT_Bold {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
.GODDAMNIT_Italic {
  font-family: "chalet-london-oblique", "Arial", sans-serif;
}
/*

:: Library Classes 

*/
.material-icons {
  font-size: 2.2em;
}
/* 

:: Base

*/
html {
  box-sizing: border-box;
  font-size: 87.5%;
  /* Safari Bug */
  font-size: 14px;
}
html.Scroll_Lock {
  overflow: hidden;
  height: 100%;
}
html.Scroll_Lock body {
  overflow: hidden;
  height: 100% !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  overflow: auto;
  background-color: #fff;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  color: #000000;
  letter-spacing: -0.25px;
}
input,
.Input {
  box-shadow: none;
  padding: 0.33em;
  border: solid 1px #cecece;
  border-color: #777;
}
input::-webkit-input-placeholder,
.Input::-webkit-input-placeholder {
  color: #9e9d9d;
}
input::placeholder,
.Input::placeholder {
  color: #9e9d9d;
}
input[type="email"],
.Input[type="email"],
input[type="number"],
.Input[type="number"],
input[type="search"],
.Input[type="search"],
input[type="text"],
.Input[type="text"],
input[type="tel"],
.Input[type="tel"],
input[type="url"],
.Input[type="url"],
input[type="password"],
.Input[type="password"] {
  /* .Rounded;*/
  -webkit-appearance: none;
          appearance: none;
  font-size: 1em;
  height: 3.25rem;
  padding: 0.25em 0.5em;
}
@media (min-width: 768px) {
  input[type="email"],
  .Input[type="email"],
  input[type="number"],
  .Input[type="number"],
  input[type="search"],
  .Input[type="search"],
  input[type="text"],
  .Input[type="text"],
  input[type="tel"],
  .Input[type="tel"],
  input[type="url"],
  .Input[type="url"],
  input[type="password"],
  .Input[type="password"] {
    padding: 0.25em 1em;
  }
}
input[type="email"]:invalid,
.Input[type="email"]:invalid,
input[type="number"]:invalid,
.Input[type="number"]:invalid,
input[type="search"]:invalid,
.Input[type="search"]:invalid,
input[type="text"]:invalid,
.Input[type="text"]:invalid,
input[type="tel"]:invalid,
.Input[type="tel"]:invalid,
input[type="url"]:invalid,
.Input[type="url"]:invalid,
input[type="password"]:invalid,
.Input[type="password"]:invalid {
  border: solid 2px #db8d9e;
  border: dashed 1px #ffabac;
}
input[type="email"]:focus,
.Input[type="email"]:focus,
input[type="number"]:focus,
.Input[type="number"]:focus,
input[type="search"]:focus,
.Input[type="search"]:focus,
input[type="text"]:focus,
.Input[type="text"]:focus,
input[type="tel"]:focus,
.Input[type="tel"]:focus,
input[type="url"]:focus,
.Input[type="url"]:focus,
input[type="password"]:focus,
.Input[type="password"]:focus {
  border-color: #ffabac;
}
input[type="email"]:disabled,
.Input[type="email"]:disabled,
input[type="number"]:disabled,
.Input[type="number"]:disabled,
input[type="search"]:disabled,
.Input[type="search"]:disabled,
input[type="text"]:disabled,
.Input[type="text"]:disabled,
input[type="tel"]:disabled,
.Input[type="tel"]:disabled,
input[type="url"]:disabled,
.Input[type="url"]:disabled,
input[type="password"]:disabled,
.Input[type="password"]:disabled {
  background: transparent;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  input[type="email"].Smaller_On_Mobile,
  .Input[type="email"].Smaller_On_Mobile,
  input[type="number"].Smaller_On_Mobile,
  .Input[type="number"].Smaller_On_Mobile,
  input[type="search"].Smaller_On_Mobile,
  .Input[type="search"].Smaller_On_Mobile,
  input[type="text"].Smaller_On_Mobile,
  .Input[type="text"].Smaller_On_Mobile,
  input[type="tel"].Smaller_On_Mobile,
  .Input[type="tel"].Smaller_On_Mobile,
  input[type="url"].Smaller_On_Mobile,
  .Input[type="url"].Smaller_On_Mobile,
  input[type="password"].Smaller_On_Mobile,
  .Input[type="password"].Smaller_On_Mobile {
    height: 2.5rem;
  }
}
input[readonly],
.Input[readonly] {
  color: #9e9d9d;
}
input.Tag_Input,
.Input.Tag_Input {
  /*.Rounded;*/
  background: white;
  font-size: 1em;
  display: flex;
  padding: 0.55em;
  margin-bottom: 1em;
  position: relative;
}
@media (min-width: 768px) {
  input.Tag_Input,
  .Input.Tag_Input {
    min-width: 25rem;
  }
}
input.Tag_Input input[type="text"],
.Input.Tag_Input input[type="text"] {
  margin-top: -0.55em;
  margin-left: 5px;
}
input.Tag_Input .taggle_placeholder,
.Input.Tag_Input .taggle_placeholder {
  top: 15px;
  left: 15px;
}
input.Tag_Input ul.taggle_list,
.Input.Tag_Input ul.taggle_list {
  margin-bottom: -0.9em;
}
input.Tag_Input ul.taggle_list li.taggle,
.Input.Tag_Input ul.taggle_list li.taggle {
  padding-right: 2em;
  padding-left: 1em;
  background-color: #abcdef;
}
input.Tag_Input ul.taggle_list li.taggle button.close,
.Input.Tag_Input ul.taggle_list li.taggle button.close {
  top: 0.45em;
  display: initial;
  color: rgba(0, 0, 0, 0.5);
}
input.Tag_Input ul.taggle_list li.taggle:hover,
.Input.Tag_Input ul.taggle_list li.taggle:hover,
input.Tag_Input ul.taggle_list li.taggle.taggle_hot,
.Input.Tag_Input ul.taggle_list li.taggle.taggle_hot {
  background-color: #89b9e8;
}
input.Tag_Input ul.ui-autocomplete,
.Input.Tag_Input ul.ui-autocomplete {
  width: 100% !important;
  padding: 0px;
}
input.Tag_Input ul.ui-autocomplete .ui-menu-item,
.Input.Tag_Input ul.ui-autocomplete .ui-menu-item {
  padding: 0;
}
input.Tag_Input ul.ui-autocomplete .ui-menu-item-wrapper,
.Input.Tag_Input ul.ui-autocomplete .ui-menu-item-wrapper {
  padding: 0.75em;
}
input.Tag_Input ul.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.Input.Tag_Input ul.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background: #abcdef;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.2);
}
input.Tag_Input .taggle_input,
.Input.Tag_Input .taggle_input {
  margin-bottom: 0;
}
input.Tag_Input.active,
.Input.Tag_Input.active {
  border-color: #ffabac;
}
.Input_Icon.material-icons,
.Input_Icon.fa,
.Input_Icon.far,
.Input_Icon.fab {
  color: #cecece;
  position: absolute;
  left: 0.3em;
  top: 0.05em;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .Input_Icon.material-icons,
  .Input_Icon.fa,
  .Input_Icon.far,
  .Input_Icon.fab {
    left: 0.3em;
    top: 0.05em;
    font-size: 1.2em;
  }
}
.Input_Icon.material-icons.fa,
.Input_Icon.fa.fa,
.Input_Icon.far.fa,
.Input_Icon.fab.fa,
.Input_Icon.material-icons.far,
.Input_Icon.fa.far,
.Input_Icon.far.far,
.Input_Icon.fab.far,
.Input_Icon.material-icons.fab,
.Input_Icon.fa.fab,
.Input_Icon.far.fab,
.Input_Icon.fab.fab {
  left: 0.6em;
  top: 0.05em;
}
.Input_With_Icon {
  padding-left: 2.2em !important;
}
.File_Input_Wrapper {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.File_Input_Wrapper:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.File_Input_Wrapper:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.File_Input_Wrapper.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.File_Input_Wrapper.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.File_Input_Wrapper.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.File_Input_Wrapper:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.File_Input_Wrapper:focus {
  outline-style: none;
}
.File_Input_Wrapper .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.File_Input_Wrapper i.material-icons,
.File_Input_Wrapper i.fa,
.File_Input_Wrapper i.far,
.File_Input_Wrapper i.fab {
  margin-right: 0.35em;
}
.File_Input_Wrapper i.fa,
.File_Input_Wrapper i.far,
.File_Input_Wrapper i.fab {
  font-size: 1.4em;
}
.File_Input_Wrapper:hover {
  background-color: #bca0fe;
}
.File_Input_Wrapper:active {
  background-color: #ab87fd;
}
.File_Input_Wrapper.Disabled,
.File_Input_Wrapper:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.File_Input_Wrapper.Disabled:hover,
.File_Input_Wrapper:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.File_Input_Wrapper.Disabled:active,
.File_Input_Wrapper:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.File_Input_Wrapper.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.File_Input_Wrapper.Secondary {
  background-color: #ffff75;
}
.File_Input_Wrapper.Secondary:hover {
  background-color: #ffff5b;
}
.File_Input_Wrapper.Secondary:active {
  background-color: #ffff42;
}
.File_Input_Wrapper.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.File_Input_Wrapper.Secondary-2:hover {
  background-color: black;
  color: white;
}
.File_Input_Wrapper.Tertiary {
  background-color: #96D6F2;
}
.File_Input_Wrapper.Tertiary:hover {
  background-color: #7fcdef;
}
.File_Input_Wrapper.Tertiary:active {
  background-color: #69c4ec;
}
.File_Input_Wrapper.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.File_Input_Wrapper.Default:hover {
  background-color: #919090;
}
.File_Input_Wrapper.Default:active {
  background-color: #858383;
}
.File_Input_Wrapper.Default:hover,
.File_Input_Wrapper.Default:active {
  background: #1a1a1a;
}
.File_Input_Wrapper.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.File_Input_Wrapper.Disabled a {
  opacity: 0.25;
}
.File_Input_Wrapper.Disabled:hover {
  background-color: #d1d1d1;
}
.File_Input_Wrapper.Disabled:active {
  background-color: #c5c5c5;
}
.File_Input_Wrapper.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.File_Input_Wrapper.Executing:hover,
.File_Input_Wrapper.Executing:active {
  background-color: #ab87fd;
}
.File_Input_Wrapper .Original_Price {
  position: relative;
}
.File_Input_Wrapper .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.File_Input_Wrapper .material-icons {
  font-size: 2em;
}
.File_Input_Wrapper + aside {
  color: #777;
  font-size: 0.925em;
  margin: 0.25em 0 0.5em 0.5em;
}
textarea {
  /* .Rounded; */
  box-shadow: none;
  width: 100%;
  padding: 0.33em;
  border: solid 1px #808080;
  font-size: 1em;
  border: solid 1px #cecece;
  border-color: #777;
  margin-bottom: 1em;
  /*
	&:focus {
		border-color: @Secondary;
	}
	*/
}
textarea:invalid {
  border: solid 2px #db8d9e;
  border: dashed 1px #ffabac;
}
textarea:focus {
  border-color: #ffabac;
}
select {
  line-height: 1.5rem;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0rem;
  padding: 0rem;
}
ul.Bulleted,
ol.Bulleted {
  list-style: disc inside;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
}
h1,
.h1 {
  font-size: 2em;
  letter-spacing: -0.75px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.3em;
  }
}
h2,
.h2 {
  font-size: 1.5em;
  letter-spacing: -0.75px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.8em;
  }
}
h3,
.h3 {
  font-size: 1.5em;
}
h4,
.h4 {
  font-size: 1.4em;
}
h5,
.h5 {
  font-size: 1.2em;
}
h6,
.h6 {
  font-size: 1.1em;
}
p,
.p {
  line-height: 2rem;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  color: #000000;
}
a,
.a {
  font-weight: 700;
  /*font-style: italic;*/
  color: #000000;
  text-decoration: none;
}
a:hover,
.a:hover {
  border-bottom: 4px solid #ffff75;
}
i,
em {
  font-family: "chalet-london-oblique", "Arial", sans-serif;
}
b,
strong {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
figure {
  margin: 0;
}
label {
  display: block;
  font-weight: bold;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
}
label.New {
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.75;
}
/* 

:: Grid modifications

*/
.Container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
}
.Container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
@media (max-width: 480px) {
  .ignore_break_point {
    margin-left: 4%;
  }
  .ignore_break_point.column {
    margin-left: 4%;
  }
  .ignore_break_point.column:first-child {
    margin-left: 0;
  }
  .ignore_break_point.one_column,
  .ignore_break_point.one_columns {
    margin-left: 4%;
    width: 4.66666667%;
  }
  .ignore_break_point.one_column:first-child,
  .ignore_break_point.one_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point:first-child {
    margin-left: 0;
  }
  .ignore_break_point.two_columns {
    margin-left: 4%;
    width: 13.33333333%;
  }
  .ignore_break_point.two_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point.three_columns {
    margin-left: 4%;
    width: 22%;
  }
  .ignore_break_point.three_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point.four_columns,
  .ignore_break_point.one_third_column {
    margin-left: 4%;
    width: 30.66666667%;
  }
  .ignore_break_point.four_columns:first-child,
  .ignore_break_point.one_third_column:first-child {
    margin-left: 0;
  }
  .ignore_break_point.five_columns {
    margin-left: 4%;
    width: 39.33333333%;
  }
  .ignore_break_point.five_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point.six_columns,
  .ignore_break_point.one_half_column {
    margin-left: 4%;
    width: 48%;
  }
  .ignore_break_point.six_columns:first-child,
  .ignore_break_point.one_half_column:first-child {
    margin-left: 0;
  }
  .ignore_break_point.seven_columns {
    margin-left: 4%;
    width: 56.66666667%;
  }
  .ignore_break_point.seven_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point.eight_columns,
  .ignore_break_point.two_thirds_column {
    margin-left: 4%;
    width: 65.33333333%;
  }
  .ignore_break_point.eight_columns:first-child,
  .ignore_break_point.two_thirds_column:first-child {
    margin-left: 0;
  }
  .ignore_break_point.nine_columns {
    margin-left: 4%;
    width: 74%;
  }
  .ignore_break_point.nine_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point.ten_columns {
    margin-left: 4%;
    width: 82.66666667%;
  }
  .ignore_break_point.ten_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point.eleven_columns {
    margin-left: 4%;
    width: 91.33333333%;
  }
  .ignore_break_point.eleven_columns:first-child {
    margin-left: 0;
  }
  .ignore_break_point.twelve_columns {
    margin-left: 4%;
    width: 100%;
    margin-left: 0;
  }
  .ignore_break_point.twelve_columns:first-child {
    margin-left: 0;
  }
}
/* 

:: Styles

*/
.Pointer {
  cursor: pointer;
}
.Clear_Fix:before,
.Clear_Fix:after {
  content: "";
  display: table;
  clear: both;
}
.Circle {
  border-radius: 100%;
}
.Center {
  text-align: center;
}
.Centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Centered_Horizontal {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Centered_Vertical {
  display: flex;
  align-items: center;
}
.Inner_Centered_Vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Inner_Centered_Horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Inner_Centered {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.Selected {
  background-color: #41bde1;
}
.Active {
  background-color: #e6e6e6;
}
.Inline {
  display: inline;
}
.Block {
  display: block;
}
.Inline_Block {
  display: inline-block;
}
.Flex {
  display: flex;
}
.Inline_Flex {
  display: inline-flex;
}
.No_Collapse:after,
.No_Collapse:before {
  content: '';
  display: table;
}
.Left_Align {
  float: left;
  display: block;
}
.Left_Align:after {
  content: "";
  display: table;
  clear: both;
}
.Left_Align:after {
  content: "";
  display: table;
  clear: both;
}
.Right_Align {
  float: right;
  display: block;
}
.Right_Align:after {
  content: "";
  display: table;
  clear: both;
}
.Right_Align:after {
  content: "";
  display: table;
  clear: both;
}
.Left {
  display: block;
  float: left;
}
.Right {
  display: block;
  float: right;
}
.Full_Width {
  width: 100%;
}
.Full {
  display: inline-block;
  width: 100%;
}
.Cell {
  display: block;
  float: left;
}
.Row {
  display: block;
}
.Row:after {
  content: "";
  display: table;
  clear: both;
}
.Row:after {
  content: "";
  display: table;
  clear: both;
}
.Caps {
  text-transform: uppercase;
}
.Small_Caps {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
}
.Bold {
  font-weight: bold;
}
.Italic,
.Italics {
  font-style: italic;
}
.Border {
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Border.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Border.Columns {
    margin: initial;
  }
}
.Border_Bottom {
  border-bottom: solid 1px #808080;
}
.Border_Top {
  border-top: solid 1px #808080;
}
.Border_Left {
  border-left: solid 1px #808080;
}
.Border_Right {
  border-right: solid 1px #808080;
}
.Bottom_Break {
  border-bottom: 6px solid #cecece;
  margin-bottom: 1rem;
}
.Rounded {
  border-radius: 0.5rem;
}
.Small_Shadow {
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}
.Medium_Shadow {
  box-shadow: 1.5rem 1.5rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.Big_Shadow {
  box-shadow: 0 1em 0.7em -0.7em rgba(0, 0, 0, 0.5);
}
.Huge_Shadow {
  box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.1);
}
.Hidden {
  display: none;
}
.iOS_Safari_Bug_Hidden {
  position: absolute;
  left: -9999px;
}
.Grayed_Out {
  opacity: 0.3;
}
.Darkened {
  -webkit-filter: contrast(1.4) brightness(0.75) sepia(0.05);
          filter: contrast(1.4) brightness(0.75) sepia(0.05);
}
.Nice_Scroll {
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
}
.Inset {
  padding-left: 5%;
  padding-right: 5%;
}
.Error {
  color: #fd6b03;
}
.Cover_Image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Slashed {
  position: relative;
}
.Slashed:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Font_Icon {
  vertical-align: middle;
  font-size: 1.4em;
}
.fa,
.far,
.fab,
.material-icons {
  vertical-align: middle;
  font-size: 1.4em;
}
.fa-external-link-alt {
  margin-left: 0.5em;
  position: relative;
  top: -1px;
}
.Stylable {
  /* 
		h3
		ol
		ul
		li
	*/
}
.Stylable b,
.Stylable strong {
  font-weight: 800;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
.Stylable blockquote {
  background: #f0f0f0;
  border-left: solid 0.334rem #cecece;
  margin: 1.5em 1em;
  padding: 0.5em 1em;
}
.Stylable em,
.Stylable i:not(.material-icons) {
  font-size: 1em;
  margin: initial;
  vertical-align: initial;
  font-family: "chalet-london-oblique", "Arial", sans-serif;
}
.Stylable h1 {
  line-height: 1em;
  margin: 1.3rem 0;
}
.Stylable h2 {
  line-height: 1em;
  margin: 1.3rem 0;
}
.Stylable img {
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.Stylable iframe {
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.Stylable s,
.Stylable del,
.Stylable strikethrough {
  text-decoration: line-through;
}
.Stylable hr {
  border: none;
  border-top: solid 1px #9e9d9d;
  margin: 1.5rem 1rem;
}
/* 

:: Components

*/
.Plain_Link {
  text-decoration: inherit;
  color: inherit;
}
.Plain_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Plain_Link:focus {
  outline-style: none;
}
.Quick_Answer {
  display: inline-block;
  padding: 0 0.25em;
  min-width: 2em;
  border-bottom: dotted 2px black;
}
.Quick_Answer:first-of-type {
  margin-right: 0.25em;
}
.Quick_Answer:hover {
  border-bottom: solid 2px #ffff75;
}
.Button {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Button:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Button:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Button.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Button.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Button.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Button:focus {
  outline-style: none;
}
.Button .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Button i.material-icons,
.Button i.fa,
.Button i.far,
.Button i.fab {
  margin-right: 0.35em;
}
.Button i.fa,
.Button i.far,
.Button i.fab {
  font-size: 1.4em;
}
.Button:hover {
  background-color: #bca0fe;
}
.Button:active {
  background-color: #ab87fd;
}
.Button.Disabled,
.Button:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Button.Disabled:hover,
.Button:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Button.Disabled:active,
.Button:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Button.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Button.Secondary {
  background-color: #ffff75;
}
.Button.Secondary:hover {
  background-color: #ffff5b;
}
.Button.Secondary:active {
  background-color: #ffff42;
}
.Button.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Button.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Button.Tertiary {
  background-color: #96D6F2;
}
.Button.Tertiary:hover {
  background-color: #7fcdef;
}
.Button.Tertiary:active {
  background-color: #69c4ec;
}
.Button.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Button.Default:hover {
  background-color: #919090;
}
.Button.Default:active {
  background-color: #858383;
}
.Button.Default:hover,
.Button.Default:active {
  background: #1a1a1a;
}
.Button.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Button.Disabled a {
  opacity: 0.25;
}
.Button.Disabled:hover {
  background-color: #d1d1d1;
}
.Button.Disabled:active {
  background-color: #c5c5c5;
}
.Button.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Button.Executing:hover,
.Button.Executing:active {
  background-color: #ab87fd;
}
.Button_Bar {
  display: flex;
}
.Button_Bar .Button {
  height: initial;
  line-height: 2.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  border-radius: 0;
  flex: 1;
  background: black;
  color: white;
  font-size: 1.11em;
  /*

		&:first-child {
		//	border-top-left-radius: .5em;
		//	border-bottom-left-radius: .5em;
		}
		&:last-child {
		//	border-top-right-radius: .5em;
		// border-bottom-right-radius: .5em;
		}
		*/
}
.Button_Bar .Button.Events {
  flex: 0.9;
}
.Button_Bar .Button .Desktop_Only,
.Button_Bar .Button label,
.Button_Bar .Button .label {
  padding-bottom: 0.125em;
  cursor: pointer;
}
.Button_Bar .Button label {
  display: inline;
  color: #fff;
}
.Button_Bar .Button i {
  margin-right: 0.5em;
}
.Button_Bar .Button.Active {
  color: #ffa59f;
}
.Button_Bar .Button.Active .Desktop_Only,
.Button_Bar .Button.Active label {
  border-bottom: solid 2px #ffa59f;
}
.Button_Bar .Button:hover {
  color: #ffa59f;
}
.Button_Bar .Button.Disabled {
  color: #000000;
  background-color: #efefef;
}
.Button_Bar .Button.Disabled i,
.Button_Bar .Button.Disabled .Desktop_Only,
.Button_Bar .Button.Disabled label {
  opacity: calc(1/3);
}
.Button_Bar .Button.Disabled:hover i,
.Button_Bar .Button.Disabled:hover .Desktop_Only,
.Button_Bar .Button.Disabled:hover label {
  opacity: 0.6;
}
@media (max-width: 320px) {
  .Button_Bar .Button {
    font-size: 1.03em;
  }
}
@media (max-width: 767px) {
  .Button_Bar .Button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .Button_Bar .Button {
    font-size: 1.3em;
  }
  .Button_Bar .Button.Events {
    flex: 1;
  }
}
.Button_Bar.Primary .Button.Active .Desktop_Only,
.Button_Bar.Primary .Button.Active label {
  border-bottom: none;
}
.Button_Bar.Secondary {
  display: inline-flex;
}
.Button_Bar.Secondary .Button {
  text-transform: uppercase;
  font-size: 1.1em;
}
.Image_Button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 4rem;
  margin-right: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .Image_Button {
    width: 5rem;
  }
}
.Image_Button.Last {
  margin-right: 0;
}
.Image_Button figure {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.Image_Button figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Image_Button.Grayed_Out {
  opacity: 1;
}
.Image_Button.Grayed_Out figure {
  opacity: 0.3;
}
.Quiet_Button {
  display: inline-block;
  text-decoration: underline;
  color: #000000;
  background: transparent;
}
.Braya_Button {
  position: relative;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  z-index: 1;
}
.Braya_Button:hover {
  border: none;
  color: #000000;
}
.Braya_Button:hover:before {
  background: #ffff75;
}
.Braya_Button:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 46%;
  content: "";
  display: block;
  background: #3af2a3;
  position: absolute;
  height: 0.6em;
  width: calc(100% + .15em);
  z-index: -1;
  left: -0.15em;
}
.Braya_Button.Pink:hover:before {
  background: #ffabac;
}
.Hide_Quiet_Buttons .Quiet_Button {
  display: none;
}
a.No_Underline:hover {
  border: none;
}
.Input_Checkbox {
  display: inline-block;
}
.Input_Checkbox.Pretty input {
  display: none;
}
.Input_Checkbox.Pretty .Display .Check {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #cecece;
  background: white;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
	  @media(hover) {
	  	&:hover { 
	  		// border: 5px solid rgba(0,0,0,0.2);
	  		border: 2px solid #9e9d9d;
		  }
	  }
	  */
}
@media (min-width: 960px) {
  .Input_Checkbox.Pretty .Display .Check {
    transition: 0.3s ease;
  }
}
.Input_Checkbox.Pretty .Display .Check i.icon {
  opacity: 1;
  font-size: 1.3rem;
  color: #dedede;
}
@media (min-width: 960px) {
  .Input_Checkbox.Pretty .Display .Check i.icon {
    transition: opacity 0.3s 0.1s ease;
  }
}
.Input_Checkbox.Pretty input:checked + .Display .Check {
  width: 2em;
  height: 2em;
  background: #57bb9c;
  border: 0;
}
.Input_Checkbox.Pretty input:checked + .Display .Check .icon {
  opacity: 1;
  color: white;
  -webkit-text-stroke: 0;
}
@-webkit-keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    background: #F269AE;
    background: #57bb9c;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    background: #F269AE;
    background: #57bb9c;
    border: 0;
    opacity: 1;
  }
}
@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    background: #F269AE;
    background: #57bb9c;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    background: #F269AE;
    background: #57bb9c;
    border: 0;
    opacity: 1;
  }
}
.Jelly_Boolean_Input_Wrapper .Input_Checkbox {
  display: block;
}
.Input_Checkbox_Wrapper {
  font-weight: bold;
  text-transform: uppercase;
}
.Input_Checkbox_Wrapper .Input_Checkbox {
  display: inline-block;
  vertical-align: middle;
}
.Input_Checkbox_Wrapper .Input_Checkbox input {
  opacity: 0;
  position: absolute;
}
.Input_Checkbox_Wrapper .Input_Checkbox .Display {
  display: inline-block;
  font-size: 1.5em;
  height: 1em;
  width: 2em;
  background: #9e9d9d;
  border-radius: 1em;
  margin-right: 0.5em;
  margin-left: 0;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.Input_Checkbox_Wrapper .Input_Checkbox .Display figure {
  margin: 0;
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #fff;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  transition: 100ms;
}
.Input_Checkbox_Wrapper .Input_Checkbox input:checked + .Display {
  background: #ffff75;
}
.Input_Checkbox_Wrapper .Input_Checkbox input:checked + .Display figure {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.Input_Checkbox_Wrapper .Display {
  display: inline-block;
  vertical-align: middle;
}
.Time_Input,
.Date_Input {
  cursor: pointer;
  color: black;
}
.Time_Input[readonly],
.Date_Input[readonly] {
  cursor: pointer;
  color: black;
}
.Text_Area_Input_Wrapper .Character_Display {
  text-align: right;
  margin-top: -0.5em;
  margin-right: 0.25em;
}
.Text_Area_Input_Wrapper .Character_Display.Negative {
  color: #fd6b03;
}
.pac-container {
  z-index: 10000;
}
.Picture_Input .Preview {
  background: #606060;
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.Picture_Input .Preview .Aspect {
  float: left;
}
.Picture_Input .Preview .Badge {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px #cecece;
}
.Picture_Input .Preview .Cover_Content {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.Picture_Input .Preview .Upload_Icon,
.Picture_Input .Preview .Jelly_Loading {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  color: #f0f0f0;
  font-size: 4em;
}
@media (min-width: 768px) {
  .Picture_Input .Preview .Upload_Icon,
  .Picture_Input .Preview .Jelly_Loading {
    font-size: 6em;
  }
}
.Picture_Input .Preview .Jelly_Loading {
  width: 6rem;
  height: 6rem;
  border-width: 1rem;
  margin: 0;
  left: calc(50% - 3rem);
  top: calc(50% - 3rem);
}
.Picture_Input .Uploader .uploadcare--widget__button {
  display: none !important;
}
.Picture_Input .Uploader .uploadcare--widget__text {
  display: none;
}
.Picture_Input .Uploader .Button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
}
.Picture_Input .Uploader .Button label {
  display: none;
}
@media (min-width: 768px) {
  .Picture_Input .Uploader .Button i {
    margin-right: 1em;
  }
  .Picture_Input .Uploader .Button label {
    display: initial;
    cursor: pointer;
    margin: 0;
  }
}
.Picture_Input.Horizontal {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
.Picture_Input.Horizontal .Hint {
  margin-top: 0;
}
.Picture_Input.Horizontal .Picture_Input_Inner {
  display: flex;
  flex-direction: row;
}
.Picture_Input.Horizontal .Picture_Input_Inner .Preview {
  margin-right: 1rem;
  margin-bottom: 0;
}
.Picture_Input.Horizontal .Picture_Input_Inner .Uploader {
  display: flex;
  align-items: center;
}
.uploadcare--powered-by.uploadcare--dialog__powered-by {
  display: none;
}
.uploadcare--powered-by.uploadcare--panel__powered-by {
  display: none;
}
.uploadcare--button {
  border-radius: 0 !important;
}
.uploadcare--preview__done,
.uploadcare--tab__action-button:not(.uploadcare--menu__toggle):not([disabled]) {
  background-color: black !important;
  border: none !important;
}
.uploadcare--crop-sizes__item:before {
  display: none;
}
.uploadcare--button {
  outline: none !important;
  cursor: pointer;
}
.uploadcare--button_muted:hover,
.uploadcare--button_muted:focus {
  color: black;
}
.uploadcare--dialog__container {
  border-radius: 0px;
}
.uploadcare--menu__item:focus,
.uploadcare--menu__item:hover {
  color: black !important;
}
.uploadcare--menu__item {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.uploadcare--input {
  border-radius: none;
}
.uploadcare--preview__back {
  border-color: black !important;
  color: black !important;
}
.uploadcare--progress_type_canvas {
  color: #ff877b;
}
.uploadcare--preview__file-name {
  display: none !important;
}
.Video_Input .Preview {
  background: #606060;
  position: relative;
  overflow: hidden;
}
.Video_Input .Preview .Aspect {
  float: left;
}
.Video_Input .Preview .Badge {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Video_Input .Preview .Cover_Content {
  width: 100%;
  height: 100%;
}
.Video_Input .Preview .Jelly_Loading {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  color: #f0f0f0;
  width: 6rem;
  height: 6rem;
  border-width: 1rem;
  margin: 0;
  left: calc(50% - 3rem);
  top: calc(50% - 3rem);
  visibility: visible;
}
.Video_Input .Add_Buttons {
  background: #606060;
  position: relative;
  overflow: hidden;
}
.Video_Input .Add_Buttons .Aspect {
  float: left;
}
.Video_Input .Add_Buttons .Add_Buttons_Inner {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader,
.Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader {
  text-align: center;
  flex: 1;
}
.Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .uploadcare--widget__button,
.Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .uploadcare--widget__button {
  display: none !important;
}
.Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .uploadcare--widget__text,
.Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .uploadcare--widget__text {
  display: none;
}
.Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .Button,
.Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .Button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin: 0;
  height: initial;
  line-height: initial;
  padding: 1.25rem;
  max-width: 21rem;
}
.Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .Button i,
.Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .Button i {
  font-size: 4em;
  margin: 0;
}
.Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .Button label,
.Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .Button label {
  display: none;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 768px) {
  .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .Button,
  .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .Button {
    padding: 2rem;
  }
  .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .Button i,
  .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .Button i {
    margin-right: 0.3em;
  }
  .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader .Button label,
  .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader .Button label {
    display: initial;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.Video_Input .Remove_Buttons {
  margin-top: 1rem;
}
.Video_Input.Horizontal_Mode {
  display: flex;
  align-items: center;
}
.Video_Input.Horizontal_Mode .Preview {
  flex: 1.5;
}
.Video_Input.Horizontal_Mode .Remove_Buttons {
  flex: 1;
  text-align: center;
}
.Video_Input.Horizontal_Mode .Add_Buttons {
  width: 100%;
}
.Menu_Input {
  /*.Rounded; */
  background: #fff;
  display: inline-flex;
  min-width: 200px;
  padding-left: 1em;
  padding-right: 0.5em;
  /*padding-top:.5em; padding-bottom:.25em;*/
  padding-top: 0.85em;
  padding-bottom: 0.6em;
  border: solid 1px #cecece;
  border-color: #777;
  cursor: pointer;
  margin-bottom: 1em;
}
.Menu_Input .Value {
  flex-grow: 1;
}
.Menu_Input i.Icon {
  margin-left: 1em;
  position: relative;
  top: -1px;
  color: #000000;
  font-size: 1.5em;
}
.Menu_Input.Disabled {
  background: transparent;
  cursor: not-allowed;
}
.Menu_Input.Disabled i.Icon {
  display: none;
}
.Menu_Input_List .Jelly_Menu_Item a {
  display: block;
  padding: 0.75em 0.5em;
  font-weight: normal;
}
.Menu_Input_List .Jelly_Menu_Item a:hover {
  border: 0;
  text-decoration: none;
  background: #abcdef;
}
.Menu_Input_List .Jelly_Menu_Item a.Button {
  width: 100%;
  padding: 0;
  text-align: center;
  height: 2.75em;
  line-height: 2.75em;
}
.Menu_Input_List .Jelly_Menu_Item a.Button i {
  position: relative;
  top: -1px;
  margin-right: 0.25em;
  font-size: 1.5em;
}
.Custom_Select_Wrapper .Custom_Select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  margin: 0;
  /* remove default margins */
  background-color: #fff;
  color: #606060;
  width: 100%;
  padding: 1em;
  font-weight: bold;
}
.Period_Inner_Discount_Wrapper input {
  height: 2.5em;
}
@media (min-width: 768px) {
  .Period_Inner_Discount_Wrapper input {
    height: 3.25em;
  }
}
.Period_Input_Wrapper .Menu_Input {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  padding-left: 0.4em;
  margin-left: 0.4em;
}
@media (max-width: 768px) {
  .Period_Input_Wrapper .Menu_Input {
    min-width: initial;
  }
}
@supports (pointer-events: none) and
	  ((-webkit-appearance: none) or (appearance: none)) {
  .Custom_Select_Wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .Custom_Select_Wrapper .Custom_Select {
    padding-right: 2.5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
            appearance: none;
  }
  .Custom_Select_Wrapper:before,
  .Custom_Select_Wrapper:after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .Custom_Select_Wrapper:before {
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
  }
  .Custom_Select_Wrapper:after {
    content: "\25BE";
    height: 1em;
    font-size: 1.5em;
    line-height: 1;
    right: 0.5em;
    top: 50%;
    margin-top: -0.5em;
    color: #000000;
  }
}
@-moz-document url-prefix() {
  .Custom_Select_Wrapper .Custom_Select {
    padding-right: 0.9em;
  }
}
.Dropdown {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  position: relative;
  padding: 0 1em;
  background: #f0f0f0;
  border: 1px solid #808080;
}
.Dropdown:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Dropdown:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Dropdown.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Dropdown.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Dropdown.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Dropdown:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Dropdown:focus {
  outline-style: none;
}
.Dropdown .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Dropdown i.material-icons,
.Dropdown i.fa,
.Dropdown i.far,
.Dropdown i.fab {
  margin-right: 0.35em;
}
.Dropdown i.fa,
.Dropdown i.far,
.Dropdown i.fab {
  font-size: 1.4em;
}
.Dropdown:hover {
  background-color: #bca0fe;
}
.Dropdown:active {
  background-color: #ab87fd;
}
.Dropdown.Disabled,
.Dropdown:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Dropdown.Disabled:hover,
.Dropdown:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Dropdown.Disabled:active,
.Dropdown:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Dropdown.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Dropdown.Secondary {
  background-color: #ffff75;
}
.Dropdown.Secondary:hover {
  background-color: #ffff5b;
}
.Dropdown.Secondary:active {
  background-color: #ffff42;
}
.Dropdown.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Dropdown.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Dropdown.Tertiary {
  background-color: #96D6F2;
}
.Dropdown.Tertiary:hover {
  background-color: #7fcdef;
}
.Dropdown.Tertiary:active {
  background-color: #69c4ec;
}
.Dropdown.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Dropdown.Default:hover {
  background-color: #919090;
}
.Dropdown.Default:active {
  background-color: #858383;
}
.Dropdown.Default:hover,
.Dropdown.Default:active {
  background: #1a1a1a;
}
.Dropdown.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Dropdown.Disabled a {
  opacity: 0.25;
}
.Dropdown.Disabled:hover {
  background-color: #d1d1d1;
}
.Dropdown.Disabled:active {
  background-color: #c5c5c5;
}
.Dropdown.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Dropdown.Executing:hover,
.Dropdown.Executing:active {
  background-color: #ab87fd;
}
.Dropdown .Original_Price {
  position: relative;
}
.Dropdown .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f0f0f0;
  border: 1px solid #808080;
  transition: 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}
.Dropdown ul:hover {
  color: #57a9d9;
}
.Dropdown ul li {
  display: block;
  padding: 0.75em;
  color: #606060;
  border-bottom: 1px solid #808080;
  transition: 0.3s ease-out;
}
.Dropdown ul li:last-of-type {
  border: none;
}
.Dropdown.Active {
  background: #4cbeff;
  color: white;
}
.Dropdown.Active:after {
  border-color: #82d1ff transparent;
}
.Dropdown.Active ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: initial;
}
.Dropdown.Disabled {
  background: #cecece;
  background: #dedede;
}
.Dropdown.Disabled a {
  opacity: 0.25;
}
.Dropdown .material-icons {
  margin-right: 1em;
}
@media (min-width: 768px) {
  .Dropdown i {
    top: 0.25em;
  }
}
.Progress_Bar {
  height: 1.5rem;
  position: relative;
  padding: 0.3em;
  border: solid 1px #9e9d9d;
  background-color: #f0f0f0;
  flex-wrap: nowrap;
  display: flex;
  overflow: hidden;
}
.Progress_Bar .Progress {
  display: block;
  height: 100%;
  transition: 650ms;
  flex-shrink: 0;
  flex-grow: 0;
}
.Progress_Bar .Progress.Memberships {
  background-color: #CEB9FE;
}
.Progress_Bar .Progress.Donations {
  background: #ecd2ff;
}
.Tag {
  display: inline-block;
  padding: 0.3em 0.75em;
  margin-right: 1rem;
  border-radius: 0.5em;
  margin-bottom: 0.5rem;
  background-color: #CEB9FE;
  font-weight: 700;
  font-style: none;
}
.Stat {
  position: relative;
  width: 100%;
  margin: 1rem 0;
  text-align: center;
}
.Stat label.Above {
  font-size: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.Stat label.Below {
  text-transform: initial;
  font-size: 1em;
}
.Stat .Amount {
  width: 100%;
  font-weight: 700;
}
.Stat .Amount.Small {
  font-style: italic;
  width: auto;
  color: #000000;
  font-size: 1.2em;
  display: inline-flex;
  padding-right: 0.5em;
}
.Stat .Amount.Small + label {
  display: inline-flex;
}
.Stat .Amount.Medium {
  font-style: italic;
  color: #000000;
  font-size: 1.5em;
}
.Stat .Amount.Large {
  color: #CEB9FE;
  font-size: 2em;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
.Stat .material-icons {
  display: block;
  position: relative;
  font-size: 2em;
  bottom: -0.5em;
}
@media (min-width: 480px) {
  .Stat .material-icons {
    display: block;
    position: absolute;
    top: 25%;
    right: -1em;
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .Stat label.Above,
  .Stat label.Below {
    font-size: 1.25em;
  }
  .Stat .Amount.Large {
    font-size: 3em;
  }
}
.Share {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 4em;
  color: #ffff75;
  margin: 1em 0;
}
.Share:hover {
  color: #ffff42;
}
.Search {
  position: relative;
  padding: 1em;
  background: #fff;
  display: flex;
}
.Search input {
  background: none;
  flex-grow: 1;
  margin-bottom: 0;
  border: 0;
  font-size: 1.2em;
}
.Search input::-webkit-input-placeholder {
  color: #000000;
}
.Search input::placeholder {
  color: #000000;
}
.Search i {
  flex-grow: 0;
  color: #000000;
}
.Search a.Clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.Search.Disabled {
  background: #cecece;
}
.Search.Disabled i,
.Search.Disabled input {
  opacity: 0.25;
}
.Filter {
  padding: 1em;
  background: #000000;
  display: flex;
}
.Filter input {
  background: none;
  flex-grow: 1;
  margin-bottom: 0;
  border: 0;
  font-size: 1.2em;
}
.Filter input::-webkit-input-placeholder {
  color: #fff;
}
.Filter input::placeholder {
  color: #fff;
}
.Filter i {
  flex-grow: 0;
  color: #fff;
}
.Filter.Disabled {
  background: #606060;
}
.Filter.Disabled i,
.Filter.Disabled input {
  opacity: 0.25;
}
.Twemoji img.emoji {
  height: 1em;
  position: relative;
  top: 0.125em;
}
/* 
.Share_Link { position:relative;
	i.Link {transition:0;}
	i.Check {transition:0; position:absolute; opacity:0; color: darken(@Pink, 5%); top:-.2em; left: 0;}
	&.On { 
		i.Link {opacity:0; transition:.3s;}
		i.Check {opacity:1; transition:.3s;}
	}
}
*/
.Share_Copy_Button .After {
  display: none;
}
.Share_Copy_Button.Active .Before {
  display: none;
}
.Share_Copy_Button.Active .After {
  display: inline;
}
.Beta_Warning {
  padding: 1em;
  margin-bottom: 1rem;
  border: dashed #777 1px;
  background: rgba(255, 245, 157, 0.3);
}
.Beta_Warning img.emoji {
  width: 1.2em;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .Beta_Warning {
    margin-bottom: 2rem;
    padding: 1.5em;
  }
}
table.Alternating {
  width: 100%;
}
table.Alternating thead tr {
  background: initial !important;
}
table.Alternating thead tr td {
  font-weight: bold;
}
table.Alternating tr td {
  padding: 1em;
}
table.Alternating tr:nth-child(even) {
  background: initial;
}
table.Alternating tr:nth-child(odd) {
  background: #efefef;
}
.Form_Table_Wrapper {
  overflow-x: scroll;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.Form_Table_Wrapper table {
  margin-top: 0.75em;
  border: solid 1px #9e9d9d;
  background: white;
}
.Form_Table_Wrapper table thead td {
  font-weight: bold;
  min-width: 11em;
}
.Form_Table_Wrapper table td {
  border: solid 1px #9e9d9d;
  padding: 0.666em;
}
.Form_Table_Wrapper table td.Content_Size {
  min-width: initial;
}
.Footer {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  bottom: -12rem;
  transition: bottom 750ms;
  position: fixed !important;
  padding: 1rem;
  border-top: solid 3px #cecece;
  background: #fff;
}
.Footer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Gem {
  border-radius: 0;
  -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 30%, 50% 100%, 0% 30%);
          clip-path: polygon(15% 0%, 85% 0%, 100% 30%, 50% 100%, 0% 30%);
  background-position-y: 100%;
}
.Another_Gem {
  border-radius: 0;
  -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%, 0% 15%);
          clip-path: polygon(15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%, 0% 15%);
}
.A_Third_Gem {
  border-radius: 0;
  -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 30%, 70% 100%, 30% 100%, 0% 30%);
          clip-path: polygon(15% 0%, 85% 0%, 100% 30%, 70% 100%, 30% 100%, 0% 30%);
}
.Jelly_Lightbox.Interstitial {
  background-color: rgba(0, 0, 0, 0.7);
}
.Barcode_Reader video,
.Barcode_Reader canvas {
  width: 100%;
}
.Scan_Notification {
  text-align: left;
  margin-left: 5vw;
  background: white;
  width: 90vw;
  padding: 1rem;
  border-left: solid 7px white;
}
.Scan_Notification.Scan_Validator {
  border-color: #ffff75;
}
.Scan_Notification.Scan_Validator.Scan_Invalid {
  border-color: red;
}
.Scan_Notification.Scan_Validator.Scan_Loading {
  border-color: white;
}
.Scan_Notification.Scan_Response {
  border-color: #3af2a3;
}
.Scan_Notification > span.Jelly_Hack,
.Scan_Notification > span[data-kind="Item"],
.Scan_Notification > span[data-kind="Iterator"] > span[data-kind="Item"] {
  display: flex;
  align-items: center;
}
.Scan_Notification i.material-icons {
  font-size: 3rem;
  margin-right: 1rem;
}
.Scan_Notification b {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 0.5em;
}
.Scan_Notification p {
  margin: 0;
  line-height: 1.3;
}
/* 

:: Forms

*/
.Form {
  text-align: left;
  background: #f0f0f0;
  padding: 1.5em;
  font-size: 1.1em;
}
.Form label {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.Form label i.material-icons {
  position: relative;
  top: -1px;
  margin-left: 0.25em;
}
.Form label.New {
  margin-top: 1rem;
  margin-left: 0.25em;
}
.Form label.Required {
  position: relative;
  margin-left: 0em;
  left: -0.5em;
}
.Form label.Required:before {
  content: "*";
  margin-right: 0.5em;
  color: hotpink;
}
.Form label.Required.Hint {
  text-align: right;
}
.Form .Divider {
  display: block;
  border-bottom: solid 2px #cecece;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.Form .Divider label {
  display: inline-block;
  position: relative;
  left: 1rem;
  top: 0.75rem;
  background: #f0f0f0;
  padding: 0 1rem;
  margin: 0;
}
.Form input {
  width: 100%;
  margin-bottom: 1em;
  max-width: 100%;
}
.Form input[type="radio"],
.Form input[type="checkbox"] {
  width: initial;
}
.Form .Hint {
  display: block;
  margin-top: 0.7rem;
  color: #666;
  line-height: 1.4em;
}
.Form .Hint.Lower {
  margin-top: -0.7rem;
  margin-bottom: 1.5em;
  margin-left: 0.3rem;
}
.Form .Input_Row {
  display: flex;
}
.Form .Input_Row .Input_Item {
  flex: auto;
}
.Form .Input_Row .Input_Item:first-child {
  margin-right: 1rem;
}
.Form .Jelly_Action_Input_Result {
  top: -1em;
  position: relative;
}
.Form .New_Input_Row {
  margin-bottom: 1.5rem;
}
.Form .New_Input_Row label {
  margin-left: 0;
  margin-bottom: 0;
  text-transform: initial;
}
.Form .New_Input_Row .Input_Wrapper {
  display: block;
  margin-top: 1rem;
}
.Form .New_Input_Row input[type="email"],
.Form .New_Input_Row input[type="number"],
.Form .New_Input_Row .Input[type="number"],
.Form .New_Input_Row input[type="search"],
.Form .New_Input_Row .Input[type="search"],
.Form .New_Input_Row input[type="text"],
.Form .New_Input_Row .Input[type="text"],
.Form .New_Input_Row input[type="tel"],
.Form .New_Input_Row .Input[type="tel"],
.Form .New_Input_Row input[type="url"],
.Form .New_Input_Row .Input[type="url"],
.Form .New_Input_Row input[type="password"],
.Form .New_Input_Row .Input[type="password"] {
  border-radius: 0;
  border-color: #777;
  margin-bottom: 0;
}
.Form .New_Input_Row input[type="email"]:focus,
.Form .New_Input_Row input[type="number"]:focus,
.Form .New_Input_Row .Input[type="number"]:focus,
.Form .New_Input_Row input[type="search"]:focus,
.Form .New_Input_Row .Input[type="search"]:focus,
.Form .New_Input_Row input[type="text"]:focus,
.Form .New_Input_Row .Input[type="text"]:focus,
.Form .New_Input_Row input[type="tel"]:focus,
.Form .New_Input_Row .Input[type="tel"]:focus,
.Form .New_Input_Row input[type="url"]:focus,
.Form .New_Input_Row .Input[type="url"]:focus,
.Form .New_Input_Row input[type="password"]:focus,
.Form .New_Input_Row .Input[type="password"]:focus {
  border-color: #ffabac;
}
.Form .New_Input_Row .Menu_Input {
  border-radius: 0;
  border-color: #777;
  margin-bottom: 0;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
}
.Icon.Left {
  display: inline-flex;
}
.Icon + label {
  display: inline-flex;
  line-height: 1.5rem;
  vertical-align: middle;
}
.Content_Loader_Wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.Content_Loader_Wrapper .Content_Loader {
  height: 3em;
  width: 3em;
  -webkit-animation: Content_Loader_Animation 0.8s infinite linear;
          animation: Content_Loader_Animation 0.8s infinite linear;
  border: 0.5em solid #000000;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
}
@-webkit-keyframes Content_Loader_Animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Content_Loader_Animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 

:: Type-Specific Components

*/
.Person_Item .Cover {
  width: 8rem;
}
.Person_Item .Cover .Image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 50%;
}
.Person_Item .Cover .Image:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Person_Item .Cover .Image.Placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: solid 2px #ffff75;
  position: relative;
}
.Person_Item .Cover .Image.Placeholder i {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 80%;
  height: 80%;
  color: #fff;
  background-size: contain;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend.png");
  left: 10%;
  top: 10%;
}
.Person_Item .Cover h6 {
  font-size: 1em;
  margin-top: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
ul.Movement_List {
  list-style: none;
}
ul.Movement_List:not(:first-child) {
  margin-top: 2.5rem;
}
ul.Movement_List li.Movement_List_Item {
  list_style: none;
  margin-top: 2.5rem;
}
ul.Movement_List li.Movement_List_Item .Movement_Item.In_List {
  box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.1);
  background: white;
  border: solid 2px black;
}
ul.Movement_List li.Movement_List_Item .Movement_Item.In_List .Movement_Identity {
  min-height: 7rem;
}
@media (min-width: 768px) {
  ul.Movement_List li.Movement_List_Item .Movement_Item.In_List .Movement_Identity {
    min-height: 9rem;
  }
}
ul.Movement_List li.Movement_List_Item .Movement_Item.In_List .Movement_Actions {
  position: relative;
}
ul.Movement_List li.Movement_List_Item .Movement_Item.In_List .Movement_Actions .Button {
  width: 10rem;
}
@media (min-width: 768px) {
  ul.Movement_List li.Movement_List_Item .Movement_Item.In_List .Movement_Actions {
    margin-top: -5rem;
  }
}
ul.Movement_List li.Movement_List_Item .Movement_Item.In_List .Movement_Progress {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  ul.Movement_List li.Movement_List_Item .Movement_Item.In_List .Movement_Progress {
    margin-top: 2rem;
  }
}
ul.Movement_List li.Movement_List_Item:first-child {
  margin-top: 0;
}
.Movement_Item:before,
.Movement_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item .Social {
  text-align: center;
}
.Movement_Item .Social .Traction {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.Movement_Item .Social .Traction .Person_Item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.Movement_Item .Appeal {
  display: block;
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
  /*background-color: @Off_White;*/
}
.Movement_Item .Appeal:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item .Appeal:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item .Appeal i {
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-size: 3.3em;
  margin-bottom: 1rem;
}
@media (min-width: 550px) {
  .Movement_Item .Appeal i {
    margin-left: 4%;
  }
  .Movement_Item .Appeal i:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item .Appeal i {
    width: 22%;
  }
}
.Movement_Item .Appeal .Smart_Summary {
  width: 100%;
  float: left;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 1.2em;
  word-wrap: break-word;
}
@media (min-width: 550px) {
  .Movement_Item .Appeal .Smart_Summary {
    margin-left: 4%;
  }
  .Movement_Item .Appeal .Smart_Summary:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item .Appeal .Smart_Summary {
    width: 48%;
  }
}
.Movement_Item .Appeal .Smart_Summary .Break {
  display: inline-block;
}
.Movement_Item .Appeal .CTA {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  background-color: #ffff75;
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: block;
  clear: left;
  float: none;
  margin: auto !important;
}
.Movement_Item .Appeal .CTA:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Movement_Item .Appeal .CTA:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Movement_Item .Appeal .CTA.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Movement_Item .Appeal .CTA.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Movement_Item .Appeal .CTA.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Movement_Item .Appeal .CTA:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Movement_Item .Appeal .CTA:focus {
  outline-style: none;
}
.Movement_Item .Appeal .CTA .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Movement_Item .Appeal .CTA i.material-icons,
.Movement_Item .Appeal .CTA i.fa,
.Movement_Item .Appeal .CTA i.far,
.Movement_Item .Appeal .CTA i.fab {
  margin-right: 0.35em;
}
.Movement_Item .Appeal .CTA i.fa,
.Movement_Item .Appeal .CTA i.far,
.Movement_Item .Appeal .CTA i.fab {
  font-size: 1.4em;
}
.Movement_Item .Appeal .CTA:hover {
  background-color: #bca0fe;
}
.Movement_Item .Appeal .CTA:active {
  background-color: #ab87fd;
}
.Movement_Item .Appeal .CTA.Disabled,
.Movement_Item .Appeal .CTA:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Movement_Item .Appeal .CTA.Disabled:hover,
.Movement_Item .Appeal .CTA:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Movement_Item .Appeal .CTA.Disabled:active,
.Movement_Item .Appeal .CTA:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Movement_Item .Appeal .CTA.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Movement_Item .Appeal .CTA.Secondary {
  background-color: #ffff75;
}
.Movement_Item .Appeal .CTA.Secondary:hover {
  background-color: #ffff5b;
}
.Movement_Item .Appeal .CTA.Secondary:active {
  background-color: #ffff42;
}
.Movement_Item .Appeal .CTA.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Movement_Item .Appeal .CTA.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Movement_Item .Appeal .CTA.Tertiary {
  background-color: #96D6F2;
}
.Movement_Item .Appeal .CTA.Tertiary:hover {
  background-color: #7fcdef;
}
.Movement_Item .Appeal .CTA.Tertiary:active {
  background-color: #69c4ec;
}
.Movement_Item .Appeal .CTA.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Movement_Item .Appeal .CTA.Default:hover {
  background-color: #919090;
}
.Movement_Item .Appeal .CTA.Default:active {
  background-color: #858383;
}
.Movement_Item .Appeal .CTA.Default:hover,
.Movement_Item .Appeal .CTA.Default:active {
  background: #1a1a1a;
}
.Movement_Item .Appeal .CTA.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Movement_Item .Appeal .CTA.Disabled a {
  opacity: 0.25;
}
.Movement_Item .Appeal .CTA.Disabled:hover {
  background-color: #d1d1d1;
}
.Movement_Item .Appeal .CTA.Disabled:active {
  background-color: #c5c5c5;
}
.Movement_Item .Appeal .CTA.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Movement_Item .Appeal .CTA.Executing:hover,
.Movement_Item .Appeal .CTA.Executing:active {
  background-color: #ab87fd;
}
.Movement_Item .Appeal .CTA .Original_Price {
  position: relative;
}
.Movement_Item .Appeal .CTA .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Movement_Item .Appeal .CTA:hover {
  background-color: #ffff5b;
}
.Movement_Item .Appeal .CTA:active {
  background-color: #ffff42;
}
@media (min-width: 550px) {
  .Movement_Item .Appeal .CTA {
    margin-left: 4%;
  }
  .Movement_Item .Appeal .CTA:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item .Appeal .CTA {
    width: 22%;
  }
}
.Movement_Item .Appeal .CTA:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item .Appeal .CTA:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item .Appeal .Campaign_Promotion_Asterisk_Left {
  margin-right: 0.3em;
}
.Movement_Item .Appeal .Campaign_Promotion {
  margin-top: 1rem;
  font-size: 1.2em;
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
  background: #F8C3E3;
}
.Movement_Item .Appeal .Campaign_Promotion label {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .Movement_Item .Appeal .Campaign_Promotion {
    float: none;
    width: -webkit-max-content;
    width: max-content;
  }
  .Movement_Item .Appeal .Campaign_Promotion label {
    display: inline;
  }
}
.Movement_Item .Cover.Picture {
  overflow: hidden;
  position: relative;
  display: block;
}
.Movement_Item .Cover.Picture:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.Movement_Item .Cover.Picture .Cover_Content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.Movement_Item .Ask {
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: block;
  float: none;
  margin: auto !important;
  font-size: 1.5em;
  color: black;
  font-family: "chalet-london-oblique", "Arial", sans-serif;
  font-size: 1.2em;
}
@media (min-width: 550px) {
  .Movement_Item .Ask {
    margin-left: 4%;
  }
  .Movement_Item .Ask:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item .Ask {
    width: 65.33333333%;
  }
}
.Movement_Item .Ask .Purpose {
  display: block;
  margin-bottom: 2rem;
}
.Movement_Item .Ask.Drive {
  font-family: "chalet-london-sixty", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .Movement_Item .Appeal i {
    position: absolute;
    left: 6rem;
    width: initial;
    margin-left: 0;
  }
  .Movement_Item .Appeal .Smart_Summary {
    margin: 0 13rem !important;
    width: initial;
    float: none;
  }
  .Movement_Item .Appeal.Top {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .Movement_Item .Appeal.Bottom {
    padding-top: 2rem !important;
    padding-bottom: 2.5rem !important;
  }
  .Movement_Item .Ask {
    width: initial;
    margin: 0 13rem !important;
  }
}
.Movement_Item.Header,
.Movement_Item.In_Window,
.Movement_Item.In_List {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  /* .Bottom_Break;*/
  font-size: 1em;
  margin-bottom: 0;
  /* background:@White; */
  overflow: hidden;
  padding: 1.5rem;
  /* Rewrite begins here */
  /* Rewrite ended here */
}
.Movement_Item.Header:after,
.Movement_Item.In_Window:after,
.Movement_Item.In_List:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Movement_Item.Header .Details .Checked_In,
.Movement_Item.In_Window .Details .Checked_In,
.Movement_Item.In_List .Details .Checked_In {
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  font-size: 1.5em;
  margin-top: 1rem;
  font-size: 1.1em;
  max-width: 41rem;
  margin-left: auto !important;
  margin-right: auto !important;
  /* font-weight:normal; */
  margin-bottom: 0.25rem;
}
.Movement_Item.Header .Details .Mission,
.Movement_Item.In_Window .Details .Mission,
.Movement_Item.In_List .Details .Mission {
  font-size: 1.1em;
  max-width: 41rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.Movement_Item.Header .Details .Headline,
.Movement_Item.In_Window .Details .Headline,
.Movement_Item.In_List .Details .Headline {
  max-width: 41rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.75em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1em;
}
@media (max-width: 480px) {
  .Movement_Item.Header .Details .Headline,
  .Movement_Item.In_Window .Details .Headline,
  .Movement_Item.In_List .Details .Headline {
    margin-left: 0 !important;
    max-width: 15em;
  }
}
.Movement_Item.Header .Details .Values_Intro,
.Movement_Item.In_Window .Details .Values_Intro,
.Movement_Item.In_List .Details .Values_Intro {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-style: italic;
  font-weight: normal;
}
.Movement_Item.Header .Details .Values,
.Movement_Item.In_Window .Details .Values,
.Movement_Item.In_List .Details .Values {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.Movement_Item.Header .Header_Top_Row,
.Movement_Item.In_Window .Header_Top_Row,
.Movement_Item.In_List .Header_Top_Row {
  display: flex;
  align-items: center;
}
.Movement_Item.Header .Header_Top_Row .Logo,
.Movement_Item.In_Window .Header_Top_Row .Logo,
.Movement_Item.In_List .Header_Top_Row .Logo {
  display: block;
  max-height: 100vh;
  transition: 500ms;
  z-index: 2;
}
.Movement_Item.Header .Header_Top_Row .Logo .Cover_Content,
.Movement_Item.In_Window .Header_Top_Row .Logo .Cover_Content,
.Movement_Item.In_List .Header_Top_Row .Logo .Cover_Content {
  display: inline-block;
  overflow: hidden;
  width: 5rem;
  margin-right: 2rem;
  border: solid 1px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  transition: 500ms;
  z-index: 2;
}
.Movement_Item.Header .Header_Top_Row .Logo .Cover_Content:before,
.Movement_Item.In_Window .Header_Top_Row .Logo .Cover_Content:before,
.Movement_Item.In_List .Header_Top_Row .Logo .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Movement_Item.Header .Header_Top_Row .Logo .icon,
.Movement_Item.In_Window .Header_Top_Row .Logo .icon,
.Movement_Item.In_List .Header_Top_Row .Logo .icon {
  display: inline-block;
}
@media (min-width: 768px) {
  .Movement_Item.Header .Header_Top_Row .Logo,
  .Movement_Item.In_Window .Header_Top_Row .Logo,
  .Movement_Item.In_List .Header_Top_Row .Logo {
    align-items: stretch;
  }
  .Movement_Item.Header .Header_Top_Row .Logo .Cover_Content,
  .Movement_Item.In_Window .Header_Top_Row .Logo .Cover_Content,
  .Movement_Item.In_List .Header_Top_Row .Logo .Cover_Content {
    width: 8rem;
    margin-right: 1rem;
  }
}
.Movement_Item.Header .Header_Top_Row .Identity,
.Movement_Item.In_Window .Header_Top_Row .Identity,
.Movement_Item.In_List .Header_Top_Row .Identity {
  flex-grow: 1;
  margin-left: -7rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.Movement_Item.Header .Header_Top_Row .Identity .Name,
.Movement_Item.In_Window .Header_Top_Row .Identity .Name,
.Movement_Item.In_List .Header_Top_Row .Identity .Name {
  font-size: 2em;
  font-size: 1.75em;
  margin-bottom: 0;
  transition: 500ms;
  text-align: center;
}
.Movement_Item.Header .Header_Top_Row .Identity .Name.No_Logo,
.Movement_Item.In_Window .Header_Top_Row .Identity .Name.No_Logo,
.Movement_Item.In_List .Header_Top_Row .Identity .Name.No_Logo {
  text-align: center;
  margin-left: -5rem;
  margin-right: -5rem;
  /* TODO - there's no reason for the below margin */
}
.Movement_Item.Header .Header_Top_Row .Identity .Name.No_Logo .emoji,
.Movement_Item.In_Window .Header_Top_Row .Identity .Name.No_Logo .emoji,
.Movement_Item.In_List .Header_Top_Row .Identity .Name.No_Logo .emoji {
  width: 1.5em;
  height: auto;
  margin-right: -0.3em;
  margin-left: -0.3em;
}
.Movement_Item.Header .Header_Top_Row.Manage_Mode .Identity,
.Movement_Item.In_Window .Header_Top_Row.Manage_Mode .Identity,
.Movement_Item.In_List .Header_Top_Row.Manage_Mode .Identity {
  margin-right: -2.25rem;
}
.Movement_Item.Header .Header_Top_Row .Manage .Manage_Button,
.Movement_Item.In_Window .Header_Top_Row .Manage .Manage_Button,
.Movement_Item.In_List .Header_Top_Row .Manage .Manage_Button {
  display: inline-block;
  z-index: 2;
  position: static;
  background: #e0d2fe;
  background: #cecece;
  border-radius: 50%;
  padding: 4px;
}
.Movement_Item.Header .Header_Top_Row .Manage .Manage_Button i.material-icons,
.Movement_Item.In_Window .Header_Top_Row .Manage .Manage_Button i.material-icons,
.Movement_Item.In_List .Header_Top_Row .Manage .Manage_Button i.material-icons {
  font-size: 2.5em;
  font-size: 1.75em;
}
.Movement_Item.Header .Header_Top_Row .Manage .Manage_Button:hover,
.Movement_Item.In_Window .Header_Top_Row .Manage .Manage_Button:hover,
.Movement_Item.In_List .Header_Top_Row .Manage .Manage_Button:hover {
  border-bottom: none;
  background: #9e9d9d;
}
@media (min-width: 768px) {
  .Movement_Item.Header .Header_Top_Row .Manage .Manage_Button i.material-icons,
  .Movement_Item.In_Window .Header_Top_Row .Manage .Manage_Button i.material-icons,
  .Movement_Item.In_List .Header_Top_Row .Manage .Manage_Button i.material-icons {
    font-size: 3em;
    font-size: 2.15em;
  }
}
.Movement_Item.Header .Header_Middle_Row,
.Movement_Item.In_Window .Header_Middle_Row,
.Movement_Item.In_List .Header_Middle_Row {
  display: block;
}
.Movement_Item.Header .Header_Middle_Row .Details,
.Movement_Item.In_Window .Header_Middle_Row .Details,
.Movement_Item.In_List .Header_Middle_Row .Details {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .Movement_Item.Header .Header_Middle_Row,
  .Movement_Item.In_Window .Header_Middle_Row,
  .Movement_Item.In_List .Header_Middle_Row {
    display: none;
  }
}
@media (min-width: 768px) {
  .Movement_Item.Header .Details,
  .Movement_Item.In_Window .Details,
  .Movement_Item.In_List .Details {
    text-align: center;
  }
  .Movement_Item.Header .Details .Checked_In,
  .Movement_Item.In_Window .Details .Checked_In,
  .Movement_Item.In_List .Details .Checked_In {
    margin-bottom: 0.5rem;
  }
  .Movement_Item.Header .Details .Mission,
  .Movement_Item.In_Window .Details .Mission,
  .Movement_Item.In_List .Details .Mission {
    margin-bottom: 1rem;
  }
  .Movement_Item.Header .Details .Headline,
  .Movement_Item.In_Window .Details .Headline,
  .Movement_Item.In_List .Details .Headline {
    font-size: 1.2em;
  }
  .Movement_Item.Header .Details .Values_Intro,
  .Movement_Item.In_Window .Details .Values_Intro,
  .Movement_Item.In_List .Details .Values_Intro {
    margin-bottom: 1rem;
  }
  .Movement_Item.Header .Details .Values,
  .Movement_Item.In_Window .Details .Values,
  .Movement_Item.In_List .Details .Values {
    margin-bottom: 1rem;
  }
  .Movement_Item.Header .Header_Top_Row,
  .Movement_Item.In_Window .Header_Top_Row,
  .Movement_Item.In_List .Header_Top_Row {
    align-items: flex-start;
  }
  .Movement_Item.Header .Header_Top_Row .Identity,
  .Movement_Item.In_Window .Header_Top_Row .Identity,
  .Movement_Item.In_List .Header_Top_Row .Identity {
    margin-left: -9rem;
    margin-right: 0rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .Movement_Item.Header .Header_Top_Row .Identity .Name,
  .Movement_Item.In_Window .Header_Top_Row .Identity .Name,
  .Movement_Item.In_List .Header_Top_Row .Identity .Name {
    margin-bottom: 1rem;
    font-size: 2em;
  }
  .Movement_Item.Header .Header_Top_Row .Identity .Name.No_Logo,
  .Movement_Item.In_Window .Header_Top_Row .Identity .Name.No_Logo,
  .Movement_Item.In_List .Header_Top_Row .Identity .Name.No_Logo {
    margin-left: -9rem;
    margin-right: -9rem !important;
  }
  .Movement_Item.Header .Header_Top_Row.Manage_Mode .Identity,
  .Movement_Item.In_Window .Header_Top_Row.Manage_Mode .Identity,
  .Movement_Item.In_List .Header_Top_Row.Manage_Mode .Identity {
    margin-right: -2.75rem;
  }
}
@media (max-width: 480px) {
  .Movement_Item.Header .Header_Top_Row.Manage_Mode .Identity .Name.No_Logo,
  .Movement_Item.In_Window .Header_Top_Row.Manage_Mode .Identity .Name.No_Logo,
  .Movement_Item.In_List .Header_Top_Row.Manage_Mode .Identity .Name.No_Logo {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
@media (max-width: 320px) {
  .Movement_Item.Header .Header_Top_Row .Logo .Cover_Content,
  .Movement_Item.In_Window .Header_Top_Row .Logo .Cover_Content,
  .Movement_Item.In_List .Header_Top_Row .Logo .Cover_Content {
    width: 4rem;
  }
  .Movement_Item.Header .Header_Top_Row .Identity,
  .Movement_Item.In_Window .Header_Top_Row .Identity,
  .Movement_Item.In_List .Header_Top_Row .Identity {
    margin-left: -6rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .Movement_Item.Header .Header_Top_Row .Identity .Name,
  .Movement_Item.In_Window .Header_Top_Row .Identity .Name,
  .Movement_Item.In_List .Header_Top_Row .Identity .Name {
    font-size: 1.5em;
  }
  .Movement_Item.Header .Header_Top_Row .Identity .Name.No_Logo,
  .Movement_Item.In_Window .Header_Top_Row .Identity .Name.No_Logo,
  .Movement_Item.In_List .Header_Top_Row .Identity .Name.No_Logo {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.Movement_Item.Header.In_List,
.Movement_Item.In_Window.In_List,
.Movement_Item.In_List.In_List {
  background: #f0f0f0;
  border-bottom: 0;
}
.Movement_Item.Header.In_List section.Movement_Progress .Progress_Bar,
.Movement_Item.In_Window.In_List section.Movement_Progress .Progress_Bar,
.Movement_Item.In_List.In_List section.Movement_Progress .Progress_Bar {
  background: #fff;
}
.Movement_Item.Header .Manage_Button,
.Movement_Item.In_Window .Manage_Button,
.Movement_Item.In_List .Manage_Button {
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  background: #e0d2fe;
  border-radius: 50%;
  padding: 3px;
}
.Movement_Item.Header .Manage_Button i.material-icons,
.Movement_Item.In_Window .Manage_Button i.material-icons,
.Movement_Item.In_List .Manage_Button i.material-icons {
  font-size: 2.5em;
}
.Movement_Item.Header .Manage_Button:hover,
.Movement_Item.In_Window .Manage_Button:hover,
.Movement_Item.In_List .Manage_Button:hover {
  border-bottom: none;
  background: #CEB9FE;
}
@media (min-width: 768px) {
  .Movement_Item.Header .Manage_Button i.material-icons,
  .Movement_Item.In_Window .Manage_Button i.material-icons,
  .Movement_Item.In_List .Manage_Button i.material-icons {
    font-size: 3em;
  }
}
.Movement_Item.Header section,
.Movement_Item.In_Window section,
.Movement_Item.In_List section {
  display: block;
  transition: 500ms;
  max-height: 21rem;
  margin: 0;
  margin-bottom: 1.5rem;
}
.Movement_Item.Header section:after,
.Movement_Item.In_Window section:after,
.Movement_Item.In_List section:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item.Header section:after,
.Movement_Item.In_Window section:after,
.Movement_Item.In_List section:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item.Header section:last-child,
.Movement_Item.In_Window section:last-child,
.Movement_Item.In_List section:last-child {
  margin-bottom: 0;
}
.Movement_Item.Header section.Movement_Identity,
.Movement_Item.In_Window section.Movement_Identity,
.Movement_Item.In_List section.Movement_Identity {
  margin-bottom: 1rem;
}
.Movement_Item.Header section.Movement_Identity:before,
.Movement_Item.In_Window section.Movement_Identity:before,
.Movement_Item.In_List section.Movement_Identity:before,
.Movement_Item.Header section.Movement_Identity:after,
.Movement_Item.In_Window section.Movement_Identity:after,
.Movement_Item.In_List section.Movement_Identity:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item.Header section.Movement_Identity .Movement_Logo,
.Movement_Item.In_Window section.Movement_Identity .Movement_Logo,
.Movement_Item.In_List section.Movement_Identity .Movement_Logo {
  display: block;
  max-height: 100vh;
  transition: 500ms;
  position: absolute;
  z-index: 2;
}
.Movement_Item.Header section.Movement_Identity .Movement_Logo .Cover_Content,
.Movement_Item.In_Window section.Movement_Identity .Movement_Logo .Cover_Content,
.Movement_Item.In_List section.Movement_Identity .Movement_Logo .Cover_Content {
  display: inline-block;
  overflow: hidden;
  width: 5rem;
  margin-right: 2rem;
  border: solid 1px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  transition: 500ms;
  z-index: 2;
}
.Movement_Item.Header section.Movement_Identity .Movement_Logo .Cover_Content:before,
.Movement_Item.In_Window section.Movement_Identity .Movement_Logo .Cover_Content:before,
.Movement_Item.In_List section.Movement_Identity .Movement_Logo .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Movement_Item.Header section.Movement_Identity .Movement_Logo .icon,
.Movement_Item.In_Window section.Movement_Identity .Movement_Logo .icon,
.Movement_Item.In_List section.Movement_Identity .Movement_Logo .icon {
  display: inline-block;
}
@media (min-width: 768px) {
  .Movement_Item.Header section.Movement_Identity .Movement_Logo,
  .Movement_Item.In_Window section.Movement_Identity .Movement_Logo,
  .Movement_Item.In_List section.Movement_Identity .Movement_Logo {
    align-items: stretch;
  }
  .Movement_Item.Header section.Movement_Identity .Movement_Logo .Cover_Content,
  .Movement_Item.In_Window section.Movement_Identity .Movement_Logo .Cover_Content,
  .Movement_Item.In_List section.Movement_Identity .Movement_Logo .Cover_Content {
    width: 8rem;
    margin-right: 1rem;
  }
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile {
  display: block;
  margin: 0;
  margin-left: 7rem;
  margin-right: 3.5rem;
  position: relative;
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper.Description_Wrapper_Mobile,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper.Description_Wrapper_Mobile,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper.Description_Wrapper_Mobile,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile.Description_Wrapper_Mobile,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile.Description_Wrapper_Mobile,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile.Description_Wrapper_Mobile {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Name,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Name,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Name,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Name,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Name,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Name {
  font-size: 2em;
  font-size: 1.75em;
  margin-bottom: 0.5em;
  transition: 500ms;
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo {
  margin-left: -5rem;
  text-align: center;
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo .emoji,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo .emoji,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo .emoji,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo .emoji,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo .emoji,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo .emoji {
  width: 1.5em;
  height: auto;
  margin-right: -0.3em;
  margin-left: -0.3em;
}
@media (min-width: 768px) {
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Name.No_Logo,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Name.No_Logo {
    margin-left: 0;
    margin-right: 0;
  }
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Checked_In,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Checked_In,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Checked_In,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In {
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  font-size: 1.5em;
  margin-top: 1rem;
  font-size: 1.1em;
  max-width: 41rem;
  margin-left: auto !important;
  margin-right: auto !important;
  /* font-weight:normal; */
  margin-bottom: 0.25rem;
}
@media (max-width: 480px) {
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Checked_In,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Checked_In,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Checked_In,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In {
    width: 100vw;
  }
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Mission,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Mission,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Mission,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Mission,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Mission,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Mission {
  font-size: 1.1em;
  max-width: 41rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Headline,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Headline,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Headline,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline {
  max-width: 41rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.75em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1em;
}
@media (max-width: 480px) {
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Headline,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Headline,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Headline,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline {
    margin-left: 0 !important;
    max-width: 15em;
  }
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Values_Intro,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Values_Intro,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Values_Intro,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Values_Intro,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Values_Intro,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Values_Intro {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-style: italic;
  font-weight: normal;
}
.Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Values,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Values,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Values,
.Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Values,
.Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Values,
.Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Values {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile {
    margin: 0 11rem;
  }
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description {
    text-align: center;
  }
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Name,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Name,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Name,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Name,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Name,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Name {
    margin-bottom: 1rem;
    font-size: 2em;
  }
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Checked_In,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Checked_In,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Checked_In,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Checked_In {
    margin-bottom: 0.5rem;
  }
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Mission,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Mission,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Mission,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Mission,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Mission,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Mission {
    margin-bottom: 1rem;
  }
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Headline,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Headline,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Headline,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Headline {
    font-size: 1.2em;
  }
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Values_Intro,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Values_Intro,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Values_Intro,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Values_Intro,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Values_Intro,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Values_Intro {
    margin-bottom: 1rem;
  }
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Values,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Values,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Values,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Values,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Values,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Values {
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper .Description .Name,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper .Description .Name,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper .Description .Name,
  .Movement_Item.Header section.Movement_Identity .Description_Wrapper_Mobile .Description .Name,
  .Movement_Item.In_Window section.Movement_Identity .Description_Wrapper_Mobile .Description .Name,
  .Movement_Item.In_List section.Movement_Identity .Description_Wrapper_Mobile .Description .Name {
    font-size: 1.65em;
  }
}
.Movement_Item.Header section.Movement_Identity .Movement_Home_Link,
.Movement_Item.In_Window section.Movement_Identity .Movement_Home_Link,
.Movement_Item.In_List section.Movement_Identity .Movement_Home_Link {
  position: absolute;
  font-size: 4em;
  left: 0px;
  top: 0px;
  font-style: normal;
  -webkit-filter: saturate(275%) hue-rotate(260deg) invert(50%);
          filter: saturate(275%) hue-rotate(260deg) invert(50%);
}
.Movement_Item.Header section.Movement_Identity .Movement_Home_Link:hover,
.Movement_Item.In_Window section.Movement_Identity .Movement_Home_Link:hover,
.Movement_Item.In_List section.Movement_Identity .Movement_Home_Link:hover {
  -webkit-filter: saturate(275%) hue-rotate(260deg) invert(0%);
          filter: saturate(275%) hue-rotate(260deg) invert(0%);
  border: none;
}
.Movement_Item.Header section.Movement_Mission,
.Movement_Item.In_Window section.Movement_Mission,
.Movement_Item.In_List section.Movement_Mission {
  margin-top: -4rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.Movement_Item.Header section.Movement_Values,
.Movement_Item.In_Window section.Movement_Values,
.Movement_Item.In_List section.Movement_Values {
  text-align: center;
}
.Movement_Item.Header section.Movement_Actions,
.Movement_Item.In_Window section.Movement_Actions,
.Movement_Item.In_List section.Movement_Actions {
  position: relative;
  margin-bottom: 0;
  transition: 500ms;
  text-align: center;
}
.Movement_Item.Header section.Movement_Actions .Movement_Status,
.Movement_Item.In_Window section.Movement_Actions .Movement_Status,
.Movement_Item.In_List section.Movement_Actions .Movement_Status {
  display: inline-block;
  width: initial;
  margin-right: 1rem;
  margin-top: 1rem;
}
.Movement_Item.Header section.Movement_Actions .Movement_Status .Dropdown,
.Movement_Item.In_Window section.Movement_Actions .Movement_Status .Dropdown,
.Movement_Item.In_List section.Movement_Actions .Movement_Status .Dropdown {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 9rem;
  margin-right: 0;
}
.Movement_Item.Header section.Movement_Actions .Movement_Status .Movement_Expires,
.Movement_Item.In_Window section.Movement_Actions .Movement_Status .Movement_Expires,
.Movement_Item.In_List section.Movement_Actions .Movement_Status .Movement_Expires {
  margin-top: 1rem;
  background: #efefef;
  display: block;
  padding: 0.25em 0.5em;
  margin-bottom: 1em;
  margin-left: 3em;
  margin-right: 3em;
  text-align: center;
}
.Movement_Item.Header section.Movement_Actions .Movement_Join,
.Movement_Item.In_Window section.Movement_Actions .Movement_Join,
.Movement_Item.In_List section.Movement_Actions .Movement_Join {
  display: inline-block;
  width: initial;
}
.Movement_Item.Header section.Movement_Actions .Movement_Join a,
.Movement_Item.In_Window section.Movement_Actions .Movement_Join a,
.Movement_Item.In_List section.Movement_Actions .Movement_Join a {
  font-style: normal !important;
  text-decoration: none;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 0;
  width: 13rem;
}
.Movement_Item.Header section.Movement_Location,
.Movement_Item.In_Window section.Movement_Location,
.Movement_Item.In_List section.Movement_Location {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.Movement_Item.Header section.Movement_Location p,
.Movement_Item.In_Window section.Movement_Location p,
.Movement_Item.In_List section.Movement_Location p {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Location p,
  .Movement_Item.In_Window section.Movement_Location p,
  .Movement_Item.In_List section.Movement_Location p {
    margin-left: 4%;
  }
  .Movement_Item.Header section.Movement_Location p:first-child,
  .Movement_Item.In_Window section.Movement_Location p:first-child,
  .Movement_Item.In_List section.Movement_Location p:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Location p,
  .Movement_Item.In_Window section.Movement_Location p,
  .Movement_Item.In_List section.Movement_Location p {
    width: 100%;
    margin-left: 0;
  }
}
.Movement_Item.Header section.Movement_Location p i,
.Movement_Item.In_Window section.Movement_Location p i,
.Movement_Item.In_List section.Movement_Location p i {
  font-size: 1.75em;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .Movement_Item.Header section.Movement_Location p,
  .Movement_Item.In_Window section.Movement_Location p,
  .Movement_Item.In_List section.Movement_Location p {
    display: inline;
  }
  .Movement_Item.Header section.Movement_Location p i,
  .Movement_Item.In_Window section.Movement_Location p i,
  .Movement_Item.In_List section.Movement_Location p i {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .Movement_Item.Header section.Movement_Location,
  .Movement_Item.In_Window section.Movement_Location,
  .Movement_Item.In_List section.Movement_Location {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.Movement_Item.Header section.Movement_Progress .Movement_Meter,
.Movement_Item.In_Window section.Movement_Progress .Movement_Meter,
.Movement_Item.In_List section.Movement_Progress .Movement_Meter {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Progress .Movement_Meter,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Meter,
  .Movement_Item.In_List section.Movement_Progress .Movement_Meter {
    margin-left: 4%;
  }
  .Movement_Item.Header section.Movement_Progress .Movement_Meter:first-child,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Meter:first-child,
  .Movement_Item.In_List section.Movement_Progress .Movement_Meter:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Progress .Movement_Meter,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Meter,
  .Movement_Item.In_List section.Movement_Progress .Movement_Meter {
    width: 100%;
    margin-left: 0;
  }
}
.Movement_Item.Header section.Movement_Progress .Movement_Meter .Progress_Bar,
.Movement_Item.In_Window section.Movement_Progress .Movement_Meter .Progress_Bar,
.Movement_Item.In_List section.Movement_Progress .Movement_Meter .Progress_Bar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.Movement_Item.Header section.Movement_Progress .Movement_Goal,
.Movement_Item.In_Window section.Movement_Progress .Movement_Goal,
.Movement_Item.In_List section.Movement_Progress .Movement_Goal {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Progress .Movement_Goal,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Goal,
  .Movement_Item.In_List section.Movement_Progress .Movement_Goal {
    margin-left: 4%;
  }
  .Movement_Item.Header section.Movement_Progress .Movement_Goal:first-child,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Goal:first-child,
  .Movement_Item.In_List section.Movement_Progress .Movement_Goal:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Progress .Movement_Goal,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Goal,
  .Movement_Item.In_List section.Movement_Progress .Movement_Goal {
    width: 100%;
    margin-left: 0;
  }
}
.Movement_Item.Header section.Movement_Progress .Movement_Goal h3,
.Movement_Item.In_Window section.Movement_Progress .Movement_Goal h3,
.Movement_Item.In_List section.Movement_Progress .Movement_Goal h3 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 1.1em;
}
.Movement_Item.Header section.Movement_Progress .Movement_Goal span.Operator,
.Movement_Item.In_Window section.Movement_Progress .Movement_Goal span.Operator,
.Movement_Item.In_List section.Movement_Progress .Movement_Goal span.Operator {
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.1em;
  margin-right: 0.1em;
  vertical-align: middle;
  display: inline-block;
}
.Movement_Item.Header section.Movement_Progress .Movement_Percentage,
.Movement_Item.In_Window section.Movement_Progress .Movement_Percentage,
.Movement_Item.In_List section.Movement_Progress .Movement_Percentage {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Progress .Movement_Percentage,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Percentage,
  .Movement_Item.In_List section.Movement_Progress .Movement_Percentage {
    margin-left: 4%;
  }
  .Movement_Item.Header section.Movement_Progress .Movement_Percentage:first-child,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Percentage:first-child,
  .Movement_Item.In_List section.Movement_Progress .Movement_Percentage:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Movement_Item.Header section.Movement_Progress .Movement_Percentage,
  .Movement_Item.In_Window section.Movement_Progress .Movement_Percentage,
  .Movement_Item.In_List section.Movement_Progress .Movement_Percentage {
    width: 100%;
    margin-left: 0;
  }
}
.Movement_Item.Header section.Movement_Progress .Movement_Percentage h3,
.Movement_Item.In_Window section.Movement_Progress .Movement_Percentage h3,
.Movement_Item.In_List section.Movement_Progress .Movement_Percentage h3 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.Movement_Item.Header section.Movement_Progress .Movement_Percentage h3 .Amount,
.Movement_Item.In_Window section.Movement_Progress .Movement_Percentage h3 .Amount,
.Movement_Item.In_List section.Movement_Progress .Movement_Percentage h3 .Amount {
  color: #ab87fd;
}
.Movement_Item.Header section.Movement_Navigation,
.Movement_Item.In_Window section.Movement_Navigation,
.Movement_Item.In_List section.Movement_Navigation {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
}
.Movement_Item.Header section.Movement_Navigation:after,
.Movement_Item.In_Window section.Movement_Navigation:after,
.Movement_Item.In_List section.Movement_Navigation:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item.Header section.Movement_Navigation:after,
.Movement_Item.In_Window section.Movement_Navigation:after,
.Movement_Item.In_List section.Movement_Navigation:after {
  content: "";
  display: table;
  clear: both;
}
.Movement_Item.Header section.Movement_Navigation .Main_Action,
.Movement_Item.In_Window section.Movement_Navigation .Main_Action,
.Movement_Item.In_List section.Movement_Navigation .Main_Action {
  margin-top: 1.6em;
}
.Movement_Item.Header section.Movement_Navigation .Main_Action .Button,
.Movement_Item.In_Window section.Movement_Navigation .Main_Action .Button,
.Movement_Item.In_List section.Movement_Navigation .Main_Action .Button {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.Movement_Item.Header section.Movement_Navigation .Share_Action,
.Movement_Item.In_Window section.Movement_Navigation .Share_Action,
.Movement_Item.In_List section.Movement_Navigation .Share_Action {
  text-align: center;
}
.Movement_Item.Header section.Movement_Navigation .Share_Action label,
.Movement_Item.In_Window section.Movement_Navigation .Share_Action label,
.Movement_Item.In_List section.Movement_Navigation .Share_Action label {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.Movement_Item.Header section.Movement_Navigation .Share_Action i,
.Movement_Item.In_Window section.Movement_Navigation .Share_Action i,
.Movement_Item.In_List section.Movement_Navigation .Share_Action i {
  border-radius: 0.5rem;
  font-size: 2em;
  margin-right: 0.2em;
  padding: 0.3em 0.4em;
  background: #fff;
}
@media (max-width: 320px) {
  .Movement_Item.Header,
  .Movement_Item.In_Window,
  .Movement_Item.In_List {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .Movement_Item.Header section.Movement_Progress,
  .Movement_Item.In_Window section.Movement_Progress,
  .Movement_Item.In_List section.Movement_Progress {
    margin-bottom: 0.5rem;
  }
  .Movement_Item.Header .Stat label,
  .Movement_Item.In_Window .Stat label,
  .Movement_Item.In_List .Stat label {
    font-size: 0.85em;
  }
}
.Movement_Item.Manage_Item .Movement_Goal {
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-end;
}
.Movement_Item.Manage_Item .Movement_Goal h4 {
  flex: 1;
  margin-bottom: 0;
}
.Movement_Item.Manage_Item .Movement_Percentage {
  text-align: center;
}
.Movement_Item.Manage_Item .Movement_Percentage h4 {
  margin-top: 0.5rem;
}
.Movement_Item.Manage_Item .Movement_Percentage.With_Breakdown h4 {
  margin-bottom: 0.4em;
}
.Movement_Item.Manage_Item .Movement_Percentage.With_Breakdown h5 {
  margin: 0;
  margin-bottom: 1.25rem;
}
.Movement_Item.Manage_Item .Movement_Percentage.With_Breakdown h5 figure {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  margin-right: 0.25em;
}
.Movement_Item.Manage_Item .Movement_Percentage.With_Breakdown h5 figure.Memberships {
  background: #CEB9FE;
}
.Movement_Item.Manage_Item .Movement_Percentage.With_Breakdown h5 figure.Donations {
  background: #ecd2ff;
}
.Movement_Item.Manage_Item .Movement_Percentage.With_Breakdown h5 figure:last-of-type {
  margin-left: 1em;
}
.Movement_Item.Manage_Item .Movement_Cover {
  margin-top: 1.333rem;
  margin-bottom: 1.333rem;
  background: #9e9d9d;
}
.Movement_Item.Manage_Item ul.Membership_List,
.Movement_Item.Manage_Item ul.Promotion_List {
  margin-top: 1rem;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item {
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 1.3rem;
  padding: 1em;
  border: solid 1px black;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="email"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="number"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="search"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="text"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="tel"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="url"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="password"]:disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="email"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="number"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="search"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="text"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="tel"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="url"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item input[type="password"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item input[type="password"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item input[type="password"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item input[type="password"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input[type="password"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input[type="password"].Disabled,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input[type="password"].Disabled,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input[type="password"].Disabled {
  background-color: #efefef;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Add_Member_Table_Wrapper,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Add_Member_Table_Wrapper,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Add_Member_Table_Wrapper,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Add_Member_Table_Wrapper {
  overflow-x: scroll;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Add_Member_Table_Wrapper table,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Add_Member_Table_Wrapper table,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Add_Member_Table_Wrapper table,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Add_Member_Table_Wrapper table {
  margin-top: 0.75em;
  border: solid 1px #9e9d9d;
  background: white;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Add_Member_Table_Wrapper table thead td,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Add_Member_Table_Wrapper table thead td,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Add_Member_Table_Wrapper table thead td,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Add_Member_Table_Wrapper table thead td {
  font-weight: bold;
  min-width: 11em;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Add_Member_Table_Wrapper table td,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Add_Member_Table_Wrapper table td,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Add_Member_Table_Wrapper table td,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Add_Member_Table_Wrapper table td {
  border: solid 1px #9e9d9d;
  padding: 0.666em;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Add_Member_Table_Wrapper table td.Content_Size,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Add_Member_Table_Wrapper table td.Content_Size,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Add_Member_Table_Wrapper table td.Content_Size,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Add_Member_Table_Wrapper table td.Content_Size {
  min-width: initial;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item h5.Name,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item h5.Name,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item h5.Name,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item h5.Name {
  margin: 0;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item h5.Amount,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item h5.Amount,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item h5.Amount,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item h5.Amount {
  margin: 0;
  margin-bottom: 0.5em;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Cover_Wrapper,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Cover_Wrapper,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Cover_Wrapper,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Cover_Wrapper {
  display: block;
  margin: 1rem 0;
  width: 7.5rem;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Cover_Wrapper .Cover_Content,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Cover_Wrapper .Cover_Content,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Cover_Wrapper .Cover_Content,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Cover_Wrapper .Cover_Content {
  overflow: hidden;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Cover_Wrapper .Cover_Content:before,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Cover_Wrapper .Cover_Content:before,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Cover_Wrapper .Cover_Content:before,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Cover_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item ul.Benefit_List,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item ul.Benefit_List,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item ul.Benefit_List,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item ul.Benefit_List {
  list-style: disc;
  list-style-position: inside;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input_Row_With_Remove,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input_Row_With_Remove,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input_Row_With_Remove,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input_Row_With_Remove {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input_Row_With_Remove input,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input_Row_With_Remove input,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input_Row_With_Remove input,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input_Row_With_Remove input {
  margin-bottom: 0;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input_Row_With_Remove > *:first-child,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input_Row_With_Remove > *:first-child,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input_Row_With_Remove > *:first-child,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input_Row_With_Remove > *:first-child {
  flex: 1;
}
.Movement_Item.Manage_Item ul.Membership_List li.Membership_Item .Input_Row_With_Remove a,
.Movement_Item.Manage_Item ul.Promotion_List li.Membership_Item .Input_Row_With_Remove a,
.Movement_Item.Manage_Item ul.Membership_List li.Promotion_Item .Input_Row_With_Remove a,
.Movement_Item.Manage_Item ul.Promotion_List li.Promotion_Item .Input_Row_With_Remove a {
  margin-left: 0.5rem;
}
.Movement_Item.Manage_Item .Button.Full_Width i {
  margin-left: 0.5em;
}
.Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header {
  /* Rewrite begins here */
  /* Rewrite ends here */
}
.Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Header_Top_Row .Identity {
  margin-left: -5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Header_Bottom_Row .Movement_Actions {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Header_Top_Row .Identity {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: -9rem;
  }
  .Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Header_Bottom_Row .Movement_Actions {
    margin-top: -2rem;
  }
}
.Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Manage_Button {
  top: 2.25rem;
}
.Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Movement_Identity .Name {
  padding-top: 1.25rem;
  /*@media (min-width:@Tablet_Width) {padding-top:2.25rem;} */
}
.Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Movement_Identity .Description_Wrapper {
  margin: 0;
}
.Header_Collapsed header:not(.Sizing_Dummy) .Movement_Item.Header .Movement_Actions {
  /*margin-top:2rem;*/
  margin-bottom: 0;
  margin-top: 0;
}
.Report_Highlight {
  padding: 1rem;
  background: #7EEFCC;
  margin-bottom: -1.75rem;
}
.Report_Highlight span {
  display: inline-block;
  font-size: 1.3em;
  padding-left: 0.75rem;
  margin-right: 1.5rem;
  vertical-align: middle;
}
.Report_Highlight a {
  display: inline-block;
  vertical-align: middle;
}
.Report_Title {
  text-transform: uppercase;
  margin-top: 5rem;
  margin-left: 0.75em;
}
@media (min-width: 768px) {
  .Report_Title {
    margin-left: 0;
  }
}
.Report_Navigation {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .Report_Navigation {
    font-size: 2em;
  }
}
.Report_Navigation .Report_Back {
  display: inline-block;
  margin-right: 1em;
}
.Report_Navigation .Report_Navigation_Selectors {
  display: flex;
  align-items: center;
  margin: 0 0.75rem;
}
@media (min-width: 768px) {
  .Report_Navigation .Report_Navigation_Selectors {
    margin: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .Report_Navigation .Report_Navigation_Selectors {
    display: inline-flex;
    margin: 0;
  }
}
.Report_Navigation .Report_Navigation_Selectors .Kind_Selector .Menu_Input {
  margin: 0;
  padding: 0.5em 0.2em 0.2em 0.65em;
  border: solid 1px #ccc;
  border-radius: 0;
  min-width: initial;
}
.Report_Navigation .Report_Navigation_Selectors .Kind_Selector .Menu_Input .Jelly_Closed_Menu_Arrow {
  margin-left: 0.25em;
}
.Report_Navigation .Report_Navigation_Selectors .Within {
  flex: 1;
  text-align: center;
  font-weight: normal;
  margin: 0 0.75rem;
}
@media (min-width: 768px) {
  .Report_Navigation .Report_Navigation_Selectors .Within {
    margin: 0 2rem;
  }
}
.Report_Navigation .Report_Navigation_Selectors .Date_Selector {
  margin: 0;
  padding: 0.5em 0.2em 0.2em 0.65em;
  border: solid 1px #ccc;
  border-radius: 0;
}
.Report_Wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  /* padding-bottom:10rem; */
}
.Report_Wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Report_Wrapper .Report {
  border: solid 3px black;
  padding: 1.5em;
  margin: 0.75rem;
}
@media (min-width: 768px) {
  .Report_Wrapper .Report {
    padding: 3em;
    margin: 0;
  }
}
.Report_Wrapper .Report.Small {
  flex: 1;
  flex-basis: no-wrap;
  border: none;
  position: relative;
  flex-basis: calc(100%/3 - 1rem);
  width: calc(100%/3 - 1rem);
}
.Report_Wrapper .Report.Small.x2 {
  width: calc((200%/3) - 2rem);
  flex-basis: calc((200%/3) - 2rem);
}
.Report_Wrapper .Report.Small.x2 .Chart_And_Legend .Chart_Wrapper {
  width: calc(50% - 1rem);
}
.Report_Wrapper .Report.Small.x2 .Chart_And_Legend .Legend_Wrapper {
  width: calc(50% - 1rem);
  margin-left: 2rem;
}
.Report_Wrapper .Report.Small.Full {
  width: 100%;
  flex-basis: 100%;
}
.Report_Wrapper .Report.Small.Full .Chart_And_Legend .Chart_Wrapper {
  width: 100%;
  overflow: hidden;
}
.Report_Wrapper .Report.Small.Full .Chart_And_Legend .Chart_Wrapper:before {
  content: '';
  padding-top: 62.5%;
  float: left;
}
.Report_Wrapper .Report.Small .Title {
  margin: auto;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  text-align: center;
}
.Report_Wrapper .Report.Small .Chart_And_Legend .Chart_Wrapper {
  overflow: hidden;
  margin: 0;
}
.Report_Wrapper .Report.Small .Chart_And_Legend .Chart_Wrapper:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Report_Wrapper .Report.Small .Chart_And_Legend .Chart_Wrapper .Chart {
  display: block;
  width: 100%;
  height: 100%;
}
.Report_Wrapper .Report.Small h3 {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.Report_Wrapper .Report.Small h4 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-size: 1em;
  font-weight: normal;
  left: calc(75% + 1em);
  margin-top: -1em;
}
.Report_Wrapper .Report .Chart_And_Legend {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  align-items: center;
}
.Report_Wrapper .Report .Chart_And_Legend:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Report_Wrapper .Report .Chart_And_Legend .Chart_Wrapper {
  flex: auto;
  margin-right: 8.3rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .Report_Wrapper .Report .Chart_And_Legend .Chart_Wrapper {
    margin-bottom: 0;
  }
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper {
  flex: auto;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li {
  margin-bottom: 1em;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li span {
  display: flex;
  align-items: center;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li span label {
  text-transform: none;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li figure {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  margin: 0;
  margin-right: 1em;
  flex-shrink: 0;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li figure.Icon_Transactions {
  background-color: #E1E2E3;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li figure.Icon_Fundraising {
  background-color: #F8C3E3;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li figure.Icon_Donations {
  background-color: #F269AE;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li figure.Icon_Memberships {
  background-color: #B3336D;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul li figure.Icon_Level {
  background-color: #641839;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Legend li,
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Level_Legend li {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  position: relative;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Legend li span,
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Level_Legend li span {
  top: 1.25em;
  left: 1em;
  padding-left: 1em;
  position: relative;
  background: white;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Legend li.Inactive,
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Level_Legend li.Inactive {
  opacity: 0.2;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Legend {
  margin-left: 0.65em;
}
.Report_Wrapper .Report .Chart_And_Legend .Legend_Wrapper ul.Fundraising_Level_Legend {
  margin-left: 3.5em;
  margin-top: 2em;
}
.Report_Wrapper .Report .Report_Event_List li {
  margin-bottom: 1.5rem;
}
.Report_Wrapper .Report .Report_Event_List li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Report_Wrapper .Report .Report_Event_List li {
    margin-bottom: 0;
  }
}
.Report_Wrapper .Report .Report_Event_List li a {
  display: flex;
  align-items: center;
}
.Report_Wrapper .Report .Report_Event_List li a i {
  font-size: 2.5em;
  margin-right: 0.8em;
}
.Report_Wrapper .Report .Report_Event_List li a h3.Name {
  flex: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .Report_Wrapper .Report .Report_Event_List li a h3.Name {
    font-size: 1.2em;
  }
}
.Report_Wrapper .Report .Report_Event_List li a h2.Total {
  margin: 0;
  margin-left: 1em;
}
.Report_Wrapper .Stats {
  display: flex;
  text-align: center;
  max-width: calc(68.5rem / 2);
  margin: auto;
}
.Report_Wrapper .Stats .Stat {
  flex: 1;
}
.Report_Wrapper .Stats .Stat .Amount {
  font-size: 4em;
}
.Report_Wrapper .Stats .Stat label {
  display: block;
}
.Report_Wrapper .Stats.Many {
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  max-width: 68.5rem;
}
.Report_Wrapper .Stats.Many .Stat {
  margin: 1em;
  flex-basis: calc(100%/3 - 2em);
}
.Report_Wrapper .Stats.Many .Stat label {
  text-transform: none;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.Report_Wrapper .Stats.Many .Stat .Amount {
  font-size: 2.5em;
}
.Report_Wrapper ul.Breakdown {
  border: solid 2px black;
  padding: 1em;
  font-size: 1.1em;
  margin: 0.75rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .Report_Wrapper ul.Breakdown {
    margin-left: 0;
    margin-right: 0;
  }
}
.Report_Wrapper ul.Breakdown li {
  display: flex;
}
.Report_Wrapper ul.Breakdown li p.Label {
  display: block;
  margin: 0;
  flex: 1;
}
.Report_Wrapper ul.Breakdown li p.Value {
  display: block;
  margin: 0;
  flex: 0;
  flex-basis: 5rem;
  text-align: center;
}
.Report_Wrapper ul.Breakdown li p.Value .Disclaimer {
  font-weight: bold;
  color: #db8d9e;
}
.Report_Wrapper ul.Breakdown li.Total {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.Report_Wrapper ul.Breakdown li.Download {
  align-items: center;
}
.Report_Wrapper ul.Breakdown li.Download p.Label {
  text-align: right;
  margin-right: 1em;
}
.Report_Wrapper ul.Breakdown li.Download p.Label i {
  color: #7EEFCC;
}
.Report_Wrapper ul.Breakdown li.Download a {
  margin-right: 0;
}
.Report_Wrapper ul.Breakdown li.Download.Pending p.Label {
  color: #9e9d9d;
}
.Report_Wrapper ul.Breakdown li.Download.Pending p.Label i {
  color: #9e9d9d;
}
.Report_Wrapper ul.Breakdown li.Inactive {
  opacity: 0.2;
}
.Report_Wrapper .Breakdown_Disclaimer {
  text-align: right;
  margin-top: 0.5rem;
  margin: 0.75rem;
}
@media (min-width: 768px) {
  .Report_Wrapper .Breakdown_Disclaimer {
    margin: 0;
  }
}
.Report_Wrapper .Breakdown_Disclaimer .Disclaimer {
  font-weight: bold;
  color: #db8d9e;
}
.Report_Wrapper ul.Ranking {
  margin-top: 1rem;
  padding: 1rem;
}
.Report_Wrapper ul.Ranking li {
  /*.Flex;*/
  list-style-type: disc;
  list-style-position: inside;
}
.Report_Wrapper ul.Ranking li p {
  display: inline-block;
  flex: 1;
  font-size: 1.1em;
  margin: 0;
  line-height: 1.5;
  margin-top: calc(1rem/3);
  max-width: calc(100% - 4.5rem);
  vertical-align: middle;
}
.Report_Wrapper ul.Ranking li i {
  display: inline-block;
  flex: 0;
  font-size: 1.5em;
  margin-left: 1em;
  color: #F8C3E3;
  vertical-align: middle;
}
.Eventbrite_Select_Close,
.Facebook_Select_Close {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  right: 1.5rem;
  top: 1.5rem;
}
@media (min-width: 768px) {
  .Eventbrite_Select_Close,
  .Facebook_Select_Close {
    right: 1.75rem;
    top: 1.75rem;
  }
}
.Eventbrite_Select_Wrapper,
.Facebook_Select_Wrapper {
  width: 68.5rem;
  max-width: 100%;
  min-height: 90vh;
  position: relative;
}
.Eventbrite_Select_Wrapper .Controls,
.Facebook_Select_Wrapper .Controls {
  padding: 1rem;
  height: 4rem;
}
.Eventbrite_Select_Wrapper .Controls .Input_Checkbox_Wrapper,
.Facebook_Select_Wrapper .Controls .Input_Checkbox_Wrapper {
  font-size: 0.9em;
  margin-left: 1rem;
}
.Eventbrite_Select_Wrapper .Controls label,
.Facebook_Select_Wrapper .Controls label {
  margin-top: 0.3em;
  display: inline;
}
@media (min-width: 768px) {
  .Eventbrite_Select_Wrapper .Controls,
  .Facebook_Select_Wrapper .Controls {
    padding: 2.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    height: 5rem;
  }
  .Eventbrite_Select_Wrapper .Controls .Input_Checkbox_Wrapper,
  .Facebook_Select_Wrapper .Controls .Input_Checkbox_Wrapper {
    font-size: 1em;
  }
  .Eventbrite_Select_Wrapper .Controls label,
  .Facebook_Select_Wrapper .Controls label {
    margin-top: 0.2em;
  }
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select,
.Facebook_Select_Wrapper .Event_List.Facebook_Select {
  display: block;
  width: 100%;
  overflow-y: scroll;
  padding: 1rem;
  padding-top: 0;
  max-height: calc(90vh - 4rem);
}
@media (min-width: 768px) {
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select {
    padding: 2.5rem;
    padding-top: 0;
    max-height: calc(90vh - 4.5rem);
  }
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item {
  margin-top: 0;
  position: relative;
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Overlay,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Overlay,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Overlay,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Overlay .Jelly_Loading,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Overlay .Jelly_Loading,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Overlay .Jelly_Loading,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Overlay .Jelly_Loading {
  visibility: visible;
  width: 3rem;
  height: 3rem;
  border-width: 6px !important;
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item.Loading .Overlay,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item.Loading .Overlay,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item.Loading .Overlay,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item.Loading .Overlay {
  display: flex;
}
@media (min-width: 768px) {
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item {
    margin-bottom: 3rem;
  }
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Page_Title,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Page_Title,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Page_Title,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Page_Title {
  color: #efefef;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Page_Title,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Page_Title,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Page_Title,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Page_Title {
    font-size: 1.44em;
  }
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action {
  text-align: right;
  padding-right: 1.5rem;
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action i.fa,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action i.fa,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action i.fa,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action i.fa,
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action i.far,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action i.far,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action i.far,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action i.far,
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action i.fab,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action i.fab,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action i.fab,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action i.fab {
  font-size: 3em;
}
@media (min-width: 768px) {
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Share_Action,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Share_Action {
    padding-right: 0;
  }
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item.May_Have_Already_Added,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item.May_Have_Already_Added,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item.May_Have_Already_Added,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item.May_Have_Already_Added {
  overflow: hidden;
  margin-bottom: 0rem;
  max-height: 0px;
  transition: 300ms;
}
@media (max-width: 768px) {
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover .Basics .Title,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover .Basics .Title,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover .Basics .Title,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover .Basics .Title {
    font-size: 1.4em;
  }
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Metadata .Date,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Metadata .Date,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Metadata .Date,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Metadata .Date {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover {
    overflow: hidden;
  }
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover:before,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover:before,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover:before,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover:before {
    content: '';
    padding-top: 25%;
    float: left;
  }
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover .Title,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Cover .Title,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover .Title,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Cover .Title {
    font-size: 1.8em;
  }
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Metadata .Date,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Event_List_Item .Metadata .Date,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Metadata .Date,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select .Event_List_Item .Metadata .Date {
    margin-top: 0.5rem;
  }
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select .Jelly_Loading,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select .Jelly_Loading,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select .Jelly_Loading,
.Facebook_Select_Wrapper .Event_List.Facebook_Select .Jelly_Loading {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  visibility: visible;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-width: 0.75rem;
  margin: 0;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select.Eventbrite_Select,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select.Eventbrite_Select,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select.Eventbrite_Select,
.Facebook_Select_Wrapper .Event_List.Facebook_Select.Eventbrite_Select {
  margin-top: 4.5rem;
}
.Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added,
.Facebook_Select_Wrapper .Event_List.Eventbrite_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added,
.Eventbrite_Select_Wrapper .Event_List.Facebook_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added,
.Facebook_Select_Wrapper .Event_List.Facebook_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added {
  max-height: 1000px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .Eventbrite_Select_Wrapper .Event_List.Eventbrite_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added,
  .Facebook_Select_Wrapper .Event_List.Eventbrite_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added,
  .Eventbrite_Select_Wrapper .Event_List.Facebook_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added,
  .Facebook_Select_Wrapper .Event_List.Facebook_Select.Show_May_Have_Already_Added .Event_List_Item.May_Have_Already_Added {
    margin-bottom: 3rem;
  }
}
.Event_List .Event_List_Item,
.Event_Item {
  position: relative;
  margin: 0.75rem;
  margin-bottom: 2rem;
}
.Event_List .Event_List_Item:before,
.Event_Item:before,
.Event_List .Event_List_Item:after,
.Event_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item:last-child,
.Event_Item:last-child {
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item,
  .Event_Item {
    margin: 0;
    margin-bottom: 4rem;
  }
}
.Event_List .Event_List_Item .Cover,
.Event_Item .Cover {
  display: block;
  overflow: hidden;
  position: relative;
  color: white;
  background-color: #f0f0f0;
}
.Event_List .Event_List_Item .Cover:after,
.Event_Item .Cover:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item .Cover:after,
.Event_Item .Cover:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item .Cover:before,
.Event_Item .Cover:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item .Cover,
  .Event_Item .Cover {
    overflow: hidden;
  }
  .Event_List .Event_List_Item .Cover:before,
  .Event_Item .Cover:before {
    content: '';
    padding-top: 36%;
    float: left;
  }
}
.Event_List .Event_List_Item .Cover .Tickets,
.Event_Item .Cover .Tickets {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1.3rem;
}
.Event_List .Event_List_Item .Cover .Tickets.Header,
.Event_Item .Cover .Tickets.Header {
  background: white;
  color: black;
  position: absolute;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 1px;
  min-width: 6em;
  z-index: 2;
  text-align: center;
  cursor: default;
}
.Event_List .Event_List_Item .Cover .Tickets.Orders,
.Event_Item .Cover .Tickets.Orders {
  display: flex;
  flex-wrap: wrap;
  left: 8rem;
}
.Event_List .Event_List_Item .Cover .Tickets.Orders .Order,
.Event_Item .Cover .Tickets.Orders .Order {
  color: black;
  background: #ceb9fe;
  z-index: 2;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 1px;
  min-width: 9rem;
  flex-basis: 9rem;
  text-align: center;
  border-bottom: 0px !important;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item .Cover .Tickets.Header,
  .Event_Item .Cover .Tickets.Header {
    padding: 0.75rem;
    min-width: 7rem;
  }
  .Event_List .Event_List_Item .Cover .Tickets.Orders,
  .Event_Item .Cover .Tickets.Orders {
    left: 9rem;
  }
  .Event_List .Event_List_Item .Cover .Tickets.Orders .Order,
  .Event_Item .Cover .Tickets.Orders .Order {
    padding: 0.75rem;
    min-width: 9rem;
    flex-basis: 9rem;
  }
}
.Event_List .Event_List_Item .Cover .Image-Wrapper,
.Event_Item .Cover .Image-Wrapper {
  background-color: #f6f4f4;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.Event_List .Event_List_Item .Cover .Image-Wrapper:before,
.Event_Item .Cover .Image-Wrapper:before {
  content: '';
  padding-top: 52.36%;
  float: left;
}
.Event_List .Event_List_Item .Cover .Image-Wrapper .Image-Inner,
.Event_Item .Cover .Image-Wrapper .Image-Inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.Event_List .Event_List_Item .Cover .Image-Wrapper.square,
.Event_Item .Cover .Image-Wrapper.square {
  padding: 20px;
}
.Event_List .Event_List_Item .Cover .Image-Wrapper.square .Image-Inner,
.Event_Item .Cover .Image-Wrapper.square .Image-Inner {
  aspect-ratio: 1;
  top: 20px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100% - 40px);
}
.Event_List .Event_List_Item .Cover .Basics,
.Event_Item .Cover .Basics {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.2rem;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.Event_List .Event_List_Item .Cover .Basics h2.Title,
.Event_Item .Cover .Basics h2.Title {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #ffffff;
}
.Event_List .Event_List_Item .Cover .Basics h3.Subtitle,
.Event_Item .Cover .Basics h3.Subtitle {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: normal;
  color: #ffffff;
}
.Event_List .Event_List_Item.Event_Item .Cover,
.Event_Item.Event_Item .Cover {
  overflow: hidden;
}
.Event_List .Event_List_Item.Event_Item .Cover:before,
.Event_Item.Event_Item .Cover:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item.Event_Item .Cover,
  .Event_Item.Event_Item .Cover {
    overflow: hidden;
  }
  .Event_List .Event_List_Item.Event_Item .Cover:before,
  .Event_Item.Event_Item .Cover:before {
    content: '';
    padding-top: 36%;
    float: left;
  }
}
.Event_List .Event_List_Item .Guest_List,
.Event_Item .Guest_List {
  padding-bottom: 10rem;
}
.Event_List .Event_List_Item .Guest_List h2,
.Event_Item .Guest_List h2 {
  margin-top: 2rem;
  margin-left: 1rem;
}
.Event_List .Event_List_Item .Guest_List .Temporary_Guests,
.Event_Item .Guest_List .Temporary_Guests {
  display: none;
}
.Event_List .Event_List_Item .Guest_List ul.Table,
.Event_Item .Guest_List ul.Table {
  width: 100%;
  border-top: solid black 2px;
}
.Event_List .Event_List_Item .Guest_List ul.Table li,
.Event_Item .Guest_List ul.Table li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Name,
.Event_Item .Guest_List ul.Table li .Name {
  display: block;
  flex: 1;
  display: flex;
  align-items: center;
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Name p,
.Event_Item .Guest_List ul.Table li .Name p {
  margin: 0;
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Name i,
.Event_Item .Guest_List ul.Table li .Name i {
  flex: 0;
  font-size: 1.3rem;
  position: relative;
  top: -1px;
  margin-left: 0.5rem;
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Amount,
.Event_Item .Guest_List ul.Table li .Amount {
  display: block;
  flex: 0;
  flex-basis: 9rem;
  text-align: right;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item .Guest_List ul.Table li .Amount,
  .Event_Item .Guest_List ul.Table li .Amount {
    margin-right: 2rem;
  }
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Reward,
.Event_Item .Guest_List ul.Table li .Reward {
  display: block;
  flex: 0;
  flex-basis: 11rem;
  text-align: center;
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Reward figure.Reward_Icon,
.Event_Item .Guest_List ul.Table li .Reward figure.Reward_Icon {
  display: inline-block;
  width: 3rem;
  margin: 0;
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Reward figure.Reward_Icon .Cover_Content,
.Event_Item .Guest_List ul.Table li .Reward figure.Reward_Icon .Cover_Content {
  overflow: hidden;
}
.Event_List .Event_List_Item .Guest_List ul.Table li .Reward figure.Reward_Icon .Cover_Content:before,
.Event_Item .Guest_List ul.Table li .Reward figure.Reward_Icon .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Event_List .Event_List_Item .Guest_List ul.Table li.Values:nth-child(even),
.Event_Item .Guest_List ul.Table li.Values:nth-child(even) {
  background: #efefef;
}
.Event_List .Event_List_Item .Guest_List ul.Table.Guests,
.Event_Item .Guest_List ul.Table.Guests {
  border-top: none;
}
.Event_List .Event_List_Item .Guest_List ul.Table.Guests li:nth-child(even),
.Event_Item .Guest_List ul.Table.Guests li:nth-child(even) {
  background: initial;
}
.Event_List .Event_List_Item .Guest_List ul.Table.Guests li:nth-child(odd),
.Event_Item .Guest_List ul.Table.Guests li:nth-child(odd) {
  background: #efefef;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item .Guest_List ul.Table.Guests li .Name:before,
  .Event_Item .Guest_List ul.Table.Guests li .Name:before {
    content: "•";
    font-size: 1.4em;
    margin-right: 0.5em;
  }
}
@media print {
  .Event_List .Event_List_Item .Guest_List ul.Table.Guests li .Name:before,
  .Event_Item .Guest_List ul.Table.Guests li .Name:before {
    content: "•";
    font-size: 1.4em;
    margin-right: 0.5em;
  }
}
.Event_List .Event_List_Item .Guest_List ul.Table.Guests.Entry li.Values,
.Event_Item .Guest_List ul.Table.Guests.Entry li.Values {
  background: initial;
  display: list-item;
  align-items: initial;
  padding-bottom: 0;
}
.Event_List .Event_List_Item .Guest_List ul.Table.Guests.Entry li.Values .Inner,
.Event_Item .Guest_List ul.Table.Guests.Entry li.Values .Inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ddd;
}
.Event_List .Event_List_Item .Guest_List ul.Table.Members,
.Event_Item .Guest_List ul.Table.Members {
  display: flex;
  flex-wrap: wrap;
}
.Event_List .Event_List_Item .Guest_List ul.Table.Members li,
.Event_Item .Guest_List ul.Table.Members li {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}
.Event_List .Event_List_Item .Guest_List ul.Table.Members li:before,
.Event_Item .Guest_List ul.Table.Members li:before {
  content: "•";
  font-size: 1.4em;
  margin-right: 0.5em;
}
.Event_List .Event_List_Item .Guest_List ul.Legend,
.Event_Item .Guest_List ul.Legend {
  display: block;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.Event_List .Event_List_Item .Guest_List ul.Legend li,
.Event_Item .Guest_List ul.Legend li {
  display: inline-block;
  margin-right: 2rem;
}
.Event_List .Event_List_Item .Guest_List ul.Legend li i,
.Event_Item .Guest_List ul.Legend li i {
  display: inline-block;
  font-size: 1.3em;
  position: relative;
  top: -1px;
  margin-right: 0.5em;
}
.Event_List .Event_List_Item .Guest_List ul.Legend li label,
.Event_Item .Guest_List ul.Legend li label {
  display: inline-block;
  font-style: italic;
}
.Event_List .Event_List_Item .Guest_List.Check_In,
.Event_Item .Guest_List.Check_In {
  margin-bottom: 5.25rem;
  padding-bottom: 5.25rem;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Name,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Name {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Name:before,
  .Event_Item .Guest_List.Check_In ul.Table li.Values .Name:before {
    content: none;
  }
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Name p,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Name p {
  letter-spacing: 0;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Name .Tier,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Name .Tier {
  display: none;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Reward,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Reward {
  flex-basis: 2em;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Reward i.fa,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Reward i.fa,
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Reward i.far,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Reward i.far,
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Reward i.fab,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Reward i.fab {
  font-size: 2em;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Amount,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Amount {
  text-align: right;
  flex-basis: 9rem;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values .Amount .Input_Checkbox.Pretty,
.Event_Item .Guest_List.Check_In ul.Table li.Values .Amount .Input_Checkbox.Pretty {
  margin-left: 0.25rem;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values.Completed,
.Event_Item .Guest_List.Check_In ul.Table li.Values.Completed {
  background: #f5f5f5;
}
.Event_List .Event_List_Item .Guest_List.Check_In ul.Table li.Values.Completed .Inner .Name p,
.Event_Item .Guest_List.Check_In ul.Table li.Values.Completed .Inner .Name p {
  color: #888;
}
.Event_List .Event_List_Item .Guest_List.Tiered ul.Table li.Values .Name,
.Event_Item .Guest_List.Tiered ul.Table li.Values .Name {
  display: block;
}
.Event_List .Event_List_Item .Guest_List.Tiered ul.Table li.Values .Name .Tier,
.Event_Item .Guest_List.Tiered ul.Table li.Values .Name .Tier {
  color: #999;
  text-transform: none;
  font-size: 0.9em;
  display: block;
}
.Event_List .Event_List_Item .Details,
.Event_Item .Details {
  display: block;
  text-align: center;
  margin-top: 1rem;
  padding: 1.5rem;
}
.Event_List .Event_List_Item .Details:after,
.Event_Item .Details:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item .Details:after,
.Event_Item .Details:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item .Details i,
.Event_Item .Details i {
  font-size: 1.8em;
  vertical-align: bottom;
  margin-right: 1rem;
}
.Event_List .Event_List_Item .Details .Venue,
.Event_Item .Details .Venue {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Venue,
  .Event_Item .Details .Venue {
    margin-left: 4%;
  }
  .Event_List .Event_List_Item .Details .Venue:first-child,
  .Event_Item .Details .Venue:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Venue,
  .Event_Item .Details .Venue {
    width: 100%;
    margin-left: 0;
  }
}
.Event_List .Event_List_Item .Details .Time,
.Event_Item .Details .Time {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Time,
  .Event_Item .Details .Time {
    margin-left: 4%;
  }
  .Event_List .Event_List_Item .Details .Time:first-child,
  .Event_Item .Details .Time:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Time,
  .Event_Item .Details .Time {
    width: 100%;
    margin-left: 0;
  }
}
.Event_List .Event_List_Item .Details .Artists,
.Event_Item .Details .Artists {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Artists,
  .Event_Item .Details .Artists {
    margin-left: 4%;
  }
  .Event_List .Event_List_Item .Details .Artists:first-child,
  .Event_Item .Details .Artists:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Artists,
  .Event_Item .Details .Artists {
    width: 100%;
    margin-left: 0;
  }
}
.Event_List .Event_List_Item .Details p,
.Event_Item .Details p {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details p,
  .Event_Item .Details p {
    margin-left: 4%;
  }
  .Event_List .Event_List_Item .Details p:first-child,
  .Event_Item .Details p:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details p,
  .Event_Item .Details p {
    width: 100%;
    margin-left: 0;
  }
}
.Event_List .Event_List_Item .Details .material-icons,
.Event_Item .Details .material-icons {
  margin-right: 0.25em !important;
}
.Event_List .Event_List_Item .Details .Description,
.Event_Item .Details .Description {
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: block;
  /* 
		h3
		ol
		ul
		li
	*/
  line-height: 1.75em;
  margin-top: 0;
  float: none;
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Description,
  .Event_Item .Details .Description {
    margin-left: 4%;
  }
  .Event_List .Event_List_Item .Details .Description:first-child,
  .Event_Item .Details .Description:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Event_List .Event_List_Item .Details .Description,
  .Event_Item .Details .Description {
    width: 100%;
    margin-left: 0;
  }
}
.Event_List .Event_List_Item .Details .Description b,
.Event_Item .Details .Description b,
.Event_List .Event_List_Item .Details .Description strong,
.Event_Item .Details .Description strong {
  font-weight: 800;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
.Event_List .Event_List_Item .Details .Description blockquote,
.Event_Item .Details .Description blockquote {
  background: #f0f0f0;
  border-left: solid 0.334rem #cecece;
  margin: 1.5em 1em;
  padding: 0.5em 1em;
}
.Event_List .Event_List_Item .Details .Description em,
.Event_Item .Details .Description em,
.Event_List .Event_List_Item .Details .Description i:not(.material-icons),
.Event_Item .Details .Description i:not(.material-icons) {
  font-size: 1em;
  margin: initial;
  vertical-align: initial;
  font-family: "chalet-london-oblique", "Arial", sans-serif;
}
.Event_List .Event_List_Item .Details .Description h1,
.Event_Item .Details .Description h1 {
  line-height: 1em;
  margin: 1.3rem 0;
}
.Event_List .Event_List_Item .Details .Description h2,
.Event_Item .Details .Description h2 {
  line-height: 1em;
  margin: 1.3rem 0;
}
.Event_List .Event_List_Item .Details .Description img,
.Event_Item .Details .Description img {
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.Event_List .Event_List_Item .Details .Description iframe,
.Event_Item .Details .Description iframe {
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.Event_List .Event_List_Item .Details .Description s,
.Event_Item .Details .Description s,
.Event_List .Event_List_Item .Details .Description del,
.Event_Item .Details .Description del,
.Event_List .Event_List_Item .Details .Description strikethrough,
.Event_Item .Details .Description strikethrough {
  text-decoration: line-through;
}
.Event_List .Event_List_Item .Details .Description hr,
.Event_Item .Details .Description hr {
  border: none;
  border-top: solid 1px #9e9d9d;
  margin: 1.5rem 1rem;
}
.Event_List .Event_List_Item .Details .Description a,
.Event_Item .Details .Description a {
  display: inline-block;
  padding: 4px;
}
.Event_List .Event_List_Item .Details .Description a i.material-icons,
.Event_Item .Details .Description a i.material-icons {
  font-size: 1.2em;
  color: #444;
  vertical-align: middle;
  margin-right: 0.25em !important;
}
.Event_List .Event_List_Item .Details .Description a:hover,
.Event_Item .Details .Description a:hover {
  border: 0;
  background: #e0d2fe;
  transition: 0.1s;
}
.Event_List .Event_List_Item .Details .Eventbrite,
.Event_Item .Details .Eventbrite {
  display: block;
  margin-top: 2rem;
  color: #606060;
  font-size: 1.3em;
}
.Event_List .Event_List_Item .Details .Eventbrite svg,
.Event_Item .Details .Eventbrite svg {
  height: 0.75em;
  margin-left: 0.25em;
}
.Event_List .Event_List_Item .Details .Eventbrite svg *,
.Event_Item .Details .Eventbrite svg * {
  color: #606060;
}
.Event_List .Event_List_Item .Metadata,
.Event_Item .Metadata {
  display: block;
  background: #000000;
  color: #fff;
  padding-top: 1.5rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.Event_List .Event_List_Item .Metadata:after,
.Event_Item .Metadata:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item .Metadata:after,
.Event_Item .Metadata:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 480px) {
  .Event_List .Event_List_Item .Metadata,
  .Event_Item .Metadata {
    font-size: 0.8em;
  }
}
.Event_List .Event_List_Item .Metadata a,
.Event_Item .Metadata a {
  color: #fff;
}
.Event_List .Event_List_Item .Metadata .Date,
.Event_Item .Metadata .Date {
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  font-size: 1.5em;
  letter-spacing: -0.75px;
  color: #ffffff;
  margin: 0;
  margin-top: 0.2em;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item .Metadata .Date,
  .Event_Item .Metadata .Date {
    font-size: 1.8em;
  }
}
.Event_List .Event_List_Item .Metadata .Date p.Status,
.Event_Item .Metadata .Date p.Status {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: initial;
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #ffffff;
}
.Event_List .Event_List_Item .Metadata .Small_Actions,
.Event_Item .Metadata .Small_Actions {
  width: 25%;
  width: calc(100%/3);
  padding-left: 1.5rem;
  text-align: right;
}
.Event_List .Event_List_Item .Metadata .Small_Actions a .link-label,
.Event_Item .Metadata .Small_Actions a .link-label {
  display: none;
}
.Event_List .Event_List_Item .Metadata .Small_Actions a:hover,
.Event_Item .Metadata .Small_Actions a:hover {
  border-bottom: 0;
}
.Event_List .Event_List_Item .Metadata .Small_Actions a:hover i.material-icons,
.Event_Item .Metadata .Small_Actions a:hover i.material-icons,
.Event_List .Event_List_Item .Metadata .Small_Actions a:hover i.fa,
.Event_Item .Metadata .Small_Actions a:hover i.fa,
.Event_List .Event_List_Item .Metadata .Small_Actions a:hover i.far,
.Event_Item .Metadata .Small_Actions a:hover i.far,
.Event_List .Event_List_Item .Metadata .Small_Actions a:hover i.fab,
.Event_Item .Metadata .Small_Actions a:hover i.fab {
  color: #ffa59f;
}
.Event_List .Event_List_Item .Metadata .Small_Actions label,
.Event_Item .Metadata .Small_Actions label {
  font-weight: normal;
  margin-bottom: 0.3rem;
  vertical-align: middle;
  text-transform: initial;
}
.Event_List .Event_List_Item .Metadata .Small_Actions i,
.Event_Item .Metadata .Small_Actions i {
  font-size: 2.5em;
  margin-right: 1rem;
  vertical-align: middle;
}
.Event_List .Event_List_Item .Metadata .Small_Actions.Coming_Soon,
.Event_Item .Metadata .Small_Actions.Coming_Soon {
  color: #9e9d9d;
}
.Event_List .Event_List_Item .Metadata .Small_Actions.Manage_Actions,
.Event_Item .Metadata .Small_Actions.Manage_Actions {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Event_List .Event_List_Item .Metadata .Small_Actions.Share_Action,
.Event_Item .Metadata .Small_Actions.Share_Action {
  text-align: initial;
  text-align: right;
}
@media (min-width: 768px) {
  .Event_List .Event_List_Item .Metadata .Date,
  .Event_Item .Metadata .Date {
    margin-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .Event_List .Event_List_Item .Metadata .Date,
  .Event_Item .Metadata .Date {
    width: 50%;
    margin-left: 0 !important;
  }
  .Event_List .Event_List_Item .Metadata .Date p.Status,
  .Event_Item .Metadata .Date p.Status {
    font-size: 1.1rem;
  }
  .Event_List .Event_List_Item .Metadata .Small_Actions,
  .Event_Item .Metadata .Small_Actions {
    width: 50%;
    margin-left: 0 !important;
    padding-left: 0;
  }
  .Event_List .Event_List_Item .Metadata .Small_Actions a i.material-icons,
  .Event_Item .Metadata .Small_Actions a i.material-icons,
  .Event_List .Event_List_Item .Metadata .Small_Actions a i.fa,
  .Event_Item .Metadata .Small_Actions a i.fa,
  .Event_List .Event_List_Item .Metadata .Small_Actions a i.far,
  .Event_Item .Metadata .Small_Actions a i.far,
  .Event_List .Event_List_Item .Metadata .Small_Actions a i.fab,
  .Event_Item .Metadata .Small_Actions a i.fab {
    font-size: 2em;
    margin-right: 0.5rem;
  }
}
.Event_List .Event_List_Item .Main_Action,
.Event_Item .Main_Action {
  display: block;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 !important;
  height: 5.5rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0 !important;
  font-size: 1.5em;
  text-align: center;
}
.Event_List .Event_List_Item .Main_Action:after,
.Event_Item .Main_Action:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item .Main_Action:after,
.Event_Item .Main_Action:after {
  content: "";
  display: table;
  clear: both;
}
.Event_List .Event_List_Item .Main_Action:hover,
.Event_Item .Main_Action:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Event_List .Event_List_Item .Main_Action:focus,
.Event_Item .Main_Action:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Event_List .Event_List_Item .Main_Action.button-primary,
.Event_Item .Main_Action.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Event_List .Event_List_Item .Main_Action.button-primary:hover,
.Event_Item .Main_Action.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Event_List .Event_List_Item .Main_Action.button-primary:focus,
.Event_Item .Main_Action.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Event_List .Event_List_Item .Main_Action:hover,
.Event_Item .Main_Action:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Event_List .Event_List_Item .Main_Action:focus,
.Event_Item .Main_Action:focus {
  outline-style: none;
}
.Event_List .Event_List_Item .Main_Action .Icon,
.Event_Item .Main_Action .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Event_List .Event_List_Item .Main_Action i.material-icons,
.Event_Item .Main_Action i.material-icons,
.Event_List .Event_List_Item .Main_Action i.fa,
.Event_Item .Main_Action i.fa,
.Event_List .Event_List_Item .Main_Action i.far,
.Event_Item .Main_Action i.far,
.Event_List .Event_List_Item .Main_Action i.fab,
.Event_Item .Main_Action i.fab {
  margin-right: 0.35em;
}
.Event_List .Event_List_Item .Main_Action i.fa,
.Event_Item .Main_Action i.fa,
.Event_List .Event_List_Item .Main_Action i.far,
.Event_Item .Main_Action i.far,
.Event_List .Event_List_Item .Main_Action i.fab,
.Event_Item .Main_Action i.fab {
  font-size: 1.4em;
}
.Event_List .Event_List_Item .Main_Action:hover,
.Event_Item .Main_Action:hover {
  background-color: #bca0fe;
}
.Event_List .Event_List_Item .Main_Action:active,
.Event_Item .Main_Action:active {
  background-color: #ab87fd;
}
.Event_List .Event_List_Item .Main_Action.Disabled,
.Event_Item .Main_Action.Disabled,
.Event_List .Event_List_Item .Main_Action:disabled,
.Event_Item .Main_Action:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Event_List .Event_List_Item .Main_Action.Disabled:hover,
.Event_Item .Main_Action.Disabled:hover,
.Event_List .Event_List_Item .Main_Action:disabled:hover,
.Event_Item .Main_Action:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Event_List .Event_List_Item .Main_Action.Disabled:active,
.Event_Item .Main_Action.Disabled:active,
.Event_List .Event_List_Item .Main_Action:disabled:active,
.Event_Item .Main_Action:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Event_List .Event_List_Item .Main_Action.Small,
.Event_Item .Main_Action.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Event_List .Event_List_Item .Main_Action.Secondary,
.Event_Item .Main_Action.Secondary {
  background-color: #ffff75;
}
.Event_List .Event_List_Item .Main_Action.Secondary:hover,
.Event_Item .Main_Action.Secondary:hover {
  background-color: #ffff5b;
}
.Event_List .Event_List_Item .Main_Action.Secondary:active,
.Event_Item .Main_Action.Secondary:active {
  background-color: #ffff42;
}
.Event_List .Event_List_Item .Main_Action.Secondary-2,
.Event_Item .Main_Action.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Event_List .Event_List_Item .Main_Action.Secondary-2:hover,
.Event_Item .Main_Action.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Event_List .Event_List_Item .Main_Action.Tertiary,
.Event_Item .Main_Action.Tertiary {
  background-color: #96D6F2;
}
.Event_List .Event_List_Item .Main_Action.Tertiary:hover,
.Event_Item .Main_Action.Tertiary:hover {
  background-color: #7fcdef;
}
.Event_List .Event_List_Item .Main_Action.Tertiary:active,
.Event_Item .Main_Action.Tertiary:active {
  background-color: #69c4ec;
}
.Event_List .Event_List_Item .Main_Action.Default,
.Event_Item .Main_Action.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Event_List .Event_List_Item .Main_Action.Default:hover,
.Event_Item .Main_Action.Default:hover {
  background-color: #919090;
}
.Event_List .Event_List_Item .Main_Action.Default:active,
.Event_Item .Main_Action.Default:active {
  background-color: #858383;
}
.Event_List .Event_List_Item .Main_Action.Default:hover,
.Event_Item .Main_Action.Default:hover,
.Event_List .Event_List_Item .Main_Action.Default:active,
.Event_Item .Main_Action.Default:active {
  background: #1a1a1a;
}
.Event_List .Event_List_Item .Main_Action.Disabled,
.Event_Item .Main_Action.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Event_List .Event_List_Item .Main_Action.Disabled a,
.Event_Item .Main_Action.Disabled a {
  opacity: 0.25;
}
.Event_List .Event_List_Item .Main_Action.Disabled:hover,
.Event_Item .Main_Action.Disabled:hover {
  background-color: #d1d1d1;
}
.Event_List .Event_List_Item .Main_Action.Disabled:active,
.Event_Item .Main_Action.Disabled:active {
  background-color: #c5c5c5;
}
.Event_List .Event_List_Item .Main_Action.Executing,
.Event_Item .Main_Action.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Event_List .Event_List_Item .Main_Action.Executing:hover,
.Event_Item .Main_Action.Executing:hover,
.Event_List .Event_List_Item .Main_Action.Executing:active,
.Event_Item .Main_Action.Executing:active {
  background-color: #ab87fd;
}
.Event_List .Event_List_Item .Main_Action .Original_Price,
.Event_Item .Main_Action .Original_Price {
  position: relative;
}
.Event_List .Event_List_Item .Main_Action .Original_Price:before,
.Event_Item .Main_Action .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Event_List .Event_List_Item .Main_Action span.Label,
.Event_Item .Main_Action span.Label {
  width: 100%;
}
@media (max-width: 480px) {
  .Event_List .Event_List_Item .Main_Action span.Label,
  .Event_Item .Main_Action span.Label {
    font-size: 0.9em;
  }
}
.Event_List .Event_List_Item .Main_Action i.material-icons,
.Event_Item .Main_Action i.material-icons {
  position: absolute;
  right: 1rem;
}
.Event_List.Manage_List .Event_List_Item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.Event_List.Manage_List .Event_List_Item .Metadata {
  position: relative;
}
.Event_List.Manage_List .Event_List_Item .Metadata .Date {
  margin-top: 0;
}
.Event_List.Manage_List .Event_List_Item .Small_Actions {
  text-align: right;
}
.Select_Event_List .Event_Item,
.Select_Event_List .Festival_Item {
  display: block;
  background: #fff;
  border: none;
  padding: 0.75rem;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  position: relative;
}
.Select_Event_List .Event_Item:after,
.Select_Event_List .Festival_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Select_Event_List .Event_Item:after,
.Select_Event_List .Festival_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Select_Event_List .Event_Item.Event_Item.Selected,
.Select_Event_List .Festival_Item.Event_Item.Selected {
  background-color: #e0d2fe;
  border: solid 1px #CEB9FE;
}
.Select_Event_List .Event_Item.Event_Item.Selected a .Selected_Mark,
.Select_Event_List .Festival_Item.Event_Item.Selected a .Selected_Mark {
  display: block;
}
.Select_Event_List .Event_Item.Festival_Item.Selected a,
.Select_Event_List .Festival_Item.Festival_Item.Selected a {
  color: hotpink;
}
.Select_Event_List .Event_Item.Festival_Item.Selected a .Selected_Mark,
.Select_Event_List .Festival_Item.Festival_Item.Selected a .Selected_Mark {
  display: block;
  color: black;
}
.Select_Event_List .Event_Item a,
.Select_Event_List .Festival_Item a {
  font-style: normal;
}
.Select_Event_List .Event_Item a .Selected_Mark,
.Select_Event_List .Festival_Item a .Selected_Mark {
  position: absolute;
  right: -0.5em;
  font-size: 3em;
  color: #000000;
  font-weight: bold;
  display: none;
}
.Select_Event_List .Event_Item a .Overview,
.Select_Event_List .Festival_Item a .Overview {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  text-align: center;
}
.Select_Event_List .Event_Item a .Overview .Details,
.Select_Event_List .Festival_Item a .Overview .Details {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  flex: 10;
  text-align: left;
}
.Select_Event_List .Event_Item a .Overview .Details .Event_Price,
.Select_Event_List .Festival_Item a .Overview .Details .Event_Price {
  width: initial;
  margin: 0;
  margin-right: 1em;
  font-size: 2em;
}
.Select_Event_List .Event_Item a .Overview .Details .Event_Name,
.Select_Event_List .Festival_Item a .Overview .Details .Event_Name {
  margin-bottom: 0rem;
  font-size: 1.4em;
  text-transform: uppercase;
}
.Select_Event_List .Event_Item a .Overview .Details .Event_Name i,
.Select_Event_List .Festival_Item a .Overview .Details .Event_Name i {
  font-size: 2.2rem;
  vertical-align: top;
  position: relative;
  top: 0.2em;
}
.Select_Event_List .Event_Item a .Overview .Details .Event_Description,
.Select_Event_List .Festival_Item a .Overview .Details .Event_Description {
  margin-bottom: 0;
}
.Tier_Item {
  background: #fff;
  border: solid 1px #000;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.Tier_Item .Menu_Input {
  width: 100%;
}
.Tier_Item .Input_Row.Main {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Tier_Item .Input_Row.Main {
    flex-wrap: nowrap;
  }
}
.Tier_Item .Input_Row.Main > .Input_Item {
  padding-left: 0.25em;
}
.Tier_Item .Input_Row.Main > .Input_Item > label {
  margin-left: -0.4em;
}
@media (min-width: 768px) {
  .Tier_Item .Input_Row.Main > .Input_Item {
    padding-left: 0;
  }
  .Tier_Item .Input_Row.Main > .Input_Item > label {
    margin-left: 0;
  }
}
.Tier_Item .On_Sale_Wrapper {
  flex: 1;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .Tier_Item .On_Sale_Wrapper {
    flex-basis: 9rem;
  }
}
.Tier_Item .Input_Item.Suggested_Donation .Jelly_Number_Input {
  width: 7.5rem !important;
}
.Tier_Item .Input_Item.Suggested_Donation .Require_Minimum_Donation_Label {
  margin-bottom: 1.25em;
}
@media (min-width: 768px) {
  .Tier_Item .Input_Item.Suggested_Donation .Require_Minimum_Donation_Label {
    margin-bottom: 0;
  }
  .Tier_Item .Input_Item.Suggested_Donation .Input_Checkbox label {
    margin-bottom: 0;
  }
  .Tier_Item .Input_Item.Suggested_Donation .Input_Checkbox input {
    margin-bottom: 0;
  }
}
.Tier_Item .Input_Item.Ticket_Time .Jelly_Number_Input {
  width: 7.5rem !important;
}
.Tier_Item .Input_Item.Ticket_Time .Input_Item {
  width: 9.5rem;
}
.Tier_Item .Input_Item.On_Sale {
  width: 9rem;
}
.Tier_Item .Input_Item.On_Sale .On_Sale_Label {
  margin-left: -0.4em;
}
@media (min-width: 768px) {
  .Tier_Item .Input_Item.On_Sale {
    margin-left: auto;
  }
  .Tier_Item .Input_Item.On_Sale .On_Sale_Label {
    margin-left: 0;
  }
}
.Tier_Item input:disabled {
  background: #efefef;
}
.Tier_Item .Menu_Input.Disabled {
  background: #efefef;
}
h1.Festival_Header_Name {
  background: #000000;
  color: #fff;
  max-width: 68.5rem;
  padding: 0.45em;
  margin: auto;
  transition: 300ms;
}
h1.Festival_Header_Name i {
  font-size: 1em;
}
@media (min-width: 768px) {
  h1.Festival_Header_Name {
    padding: 1em;
  }
  h1.Festival_Header_Name i {
    font-size: 1.2em;
  }
}
h1.Festival_Header_Name.As_Button {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 768px) {
  h1.Festival_Header_Name.As_Button {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.Header_Collapsed header:not(.Sizing_Dummy) h1.Festival_Header_Name {
  font-size: 1.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .Header_Collapsed header:not(.Sizing_Dummy) h1.Festival_Header_Name {
    padding: 0.75em;
  }
}
.Gift_List .Gift_Item {
  display: block;
  background: #fff;
  border: none;
  padding: 1.5rem;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 1rem !important;
  position: relative;
}
.Gift_List .Gift_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Gift_List .Gift_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Gift_List .Gift_Item.Selected {
  background-color: #e0d2fe;
  border: solid 1px #CEB9FE;
}
.Gift_List .Gift_Item.Selected a .Selected_Mark {
  display: block;
}
.Gift_List .Gift_Item a {
  font-style: normal;
}
.Gift_List .Gift_Item a .Selected_Mark {
  position: absolute;
  right: -0.5em;
  font-size: 3em;
  color: #000000;
  font-weight: bold;
  display: none;
}
.Gift_List .Gift_Item a .Overview {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  text-align: center;
}
.Gift_List .Gift_Item a .Overview .Cover_Wrapper {
  display: block;
  flex: 1;
  flex-basis: 5rem;
  width: 7rem;
  margin: 0;
}
.Gift_List .Gift_Item a .Overview .Cover_Wrapper .Cover_Content {
  overflow: hidden;
  margin-bottom: 1rem;
}
.Gift_List .Gift_Item a .Overview .Cover_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Gift_List .Gift_Item a .Overview .Cover_Wrapper button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.Gift_List .Gift_Item a .Overview .Details {
  margin-left: 1.5rem;
  flex: 10;
  text-align: left;
}
.Gift_List .Gift_Item a .Overview .Details .Gift_Name {
  margin-bottom: 0.4rem;
  font-size: 1.4em;
  text-transform: uppercase;
}
.Gift_List .Gift_Item a .Overview .Details .Gift_Name i {
  font-size: 2.2rem;
  vertical-align: top;
  position: relative;
  top: 0.2em;
}
.Gift_List .Gift_Item a .Overview .Details .Regular_Price {
  display: block;
  font-weight: normal;
}
.Gift_List .Gift_Item a .Overview .Details .Discounted_Price {
  display: block;
  font-size: 1.1em;
}
.Gift_List .Gift_Item a .Overview .Details .Donate {
  display: block;
  padding: 0.25em;
  width: 100%;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
}
.Gift_List .Gift_Item a .Overview .Details .Donate .Symbol {
  font-family: "Arial Black";
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 0.33em;
  position: relative;
  top: -0.15em;
}
.Gift_List .Gift_Item a .Overview .Details .Donate .Amount {
  font-weight: bold;
  font-size: 1.5em;
  margin-left: -0.1em;
  position: relative;
  top: 0.15em;
}
.Gift_List .Gift_Item a .Overview .Details .Total {
  display: inline-block;
  border-top: solid 1px #808080;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.1em;
  padding-top: 0.5rem;
}
.Gift_List .Gift_Item a .Overview .Details .Total.Symbol {
  font-family: "Arial Black";
}
.Promotion_List .Promotion_Item,
.Membership_List .Membership_Item {
  display: block;
  background: #fff;
  border: solid 3px #9e9d9d;
  padding: 0.75rem;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 1rem !important;
  position: relative;
}
.Promotion_List .Promotion_Item:after,
.Membership_List .Membership_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Promotion_List .Promotion_Item:after,
.Membership_List .Membership_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Promotion_List .Promotion_Item.Selected,
.Membership_List .Membership_Item.Selected {
  border: solid 3px #F269AE;
  /*
			a.Membership_Anchor .Overview .Details .Membership_Promotion { 
				border:dashed 1px @Braya_Black; background:none;
			}
		*/
}
.Promotion_List .Promotion_Item.Selected a.Membership_Anchor .Selected_Mark,
.Membership_List .Membership_Item.Selected a.Membership_Anchor .Selected_Mark {
  display: block;
}
.Promotion_List .Promotion_Item a.Membership_Anchor,
.Membership_List .Membership_Item a.Membership_Anchor {
  font-style: normal;
}
.Promotion_List .Promotion_Item a.Membership_Anchor :hover,
.Membership_List .Membership_Item a.Membership_Anchor :hover {
  border: none;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Selected_Mark,
.Membership_List .Membership_Item a.Membership_Anchor .Selected_Mark {
  position: absolute;
  right: -0.5em;
  right: 0.5em;
  font-size: 3em;
  color: #000000;
  font-weight: bold;
  color: #F269AE;
  display: none;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview,
.Membership_List .Membership_Item a.Membership_Anchor .Overview {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper {
  display: block;
  flex-basis: calc(100% + 1.5rem);
  width: calc(100% + 1.5rem);
  margin: -0.75rem;
  margin-bottom: 1.5rem;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper .Cover_Content,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper .Cover_Content {
  overflow: hidden;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper .Cover_Content:before,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 40.9375%;
  float: left;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content {
  max-width: 192px;
  margin: 24px auto;
  overflow: hidden;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content:before,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Details {
  margin-left: 1rem;
  flex: 1;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details .Amount,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount {
  margin-bottom: 0.4em;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details .Amount .Level_Name,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount .Level_Name {
  display: block;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details .Amount .Current,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount .Current {
  padding: 0.5em 0.75em;
  font-size: 0.75em;
  text-transform: none;
  background-color: #ffff75;
  /* 
						@media (max-width:@Mobile_Width){
							margin-right:initial;
							margin-left: -.75em;
						    margin-top: 0.5em;
						    width: max-content;
						    display:block;
						    float:none;
					  	}
					  	*/
  margin-top: 0.5em;
  width: -webkit-max-content;
  width: max-content;
  display: block;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details .Amount .Current.Sold_Out,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount .Current.Sold_Out {
  background: #ffabac;
}
@media (max-width: 480px) {
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details .Amount .Current,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount .Current {
    margin-left: -0.75em;
  }
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program {
  flex-basis: 100%;
  margin: 1rem;
  margin-bottom: 0;
  text-align: left;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Gift_Name,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Gift_Name {
  display: block;
  display: flex;
  padding: 0.25rem;
  width: 100%;
  padding-left: 0;
  font-size: 1.3em;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Gift_Name i,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Gift_Name i {
  vertical-align: middle;
  top: 0;
  font-size: 2.2rem;
  margin-right: 0.4em;
}
@media (max-width: 480px) {
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Gift_Name,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Gift_Name {
    text-transform: initial;
    font-family: "chalet-london-sixty", "Arial", sans-serif;
    margin-bottom: 1rem;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Gift_Name i,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Gift_Name i {
    position: relative;
    top: -5px;
    margin-right: 0.75em;
  }
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits {
  display: block;
  font-size: 1em;
  margin: 0;
  line-height: 1.25;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits .Plus,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits .Plus {
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits .Plus,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits .Plus {
    text-transform: lowercase;
    font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
    font-style: initial;
    line-height: initial;
    margin-bottom: 0;
  }
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits:after,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits:after {
  content: "";
  display: table;
  clear: both;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits:after,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits:after {
  content: "";
  display: table;
  clear: both;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits p,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits p {
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits ul,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits ul {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
  font-size: 1.14em;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits ul li,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits ul li {
  margin-bottom: 0.25rem;
  font-weight: normal;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits ul li.Discount .Amount,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits ul li.Discount .Amount {
  margin-right: 0;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Membership_Promotion,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Membership_Promotion {
  margin-top: 0;
  font-size: 1.2em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
  background: #F8C3E3;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Membership_Promotion label,
.Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Membership_Promotion label {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program {
    margin-top: 1rem;
    width: -webkit-max-content;
    width: max-content;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program label,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program label {
    display: inline;
  }
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview.square .Cover_Wrapper,
.Membership_List .Membership_Item a.Membership_Anchor .Overview.square .Cover_Wrapper {
  flex-basis: 7rem;
  width: 7rem;
  margin: 0;
  margin-bottom: 0.25rem;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview.square .Cover_Wrapper .Cover_Content,
.Membership_List .Membership_Item a.Membership_Anchor .Overview.square .Cover_Wrapper .Cover_Content {
  overflow: hidden;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview.square .Cover_Wrapper .Cover_Content:before,
.Membership_List .Membership_Item a.Membership_Anchor .Overview.square .Cover_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Overview.square .Details,
.Membership_List .Membership_Item a.Membership_Anchor .Overview.square .Details {
  margin-left: 2rem;
}
.Promotion_List .Promotion_Item a.Membership_Anchor .Membership_Promotion_Asterisk_Left,
.Membership_List .Membership_Item a.Membership_Anchor .Membership_Promotion_Asterisk_Left {
  margin-right: 0.3em;
}
@media (min-width: 768px) {
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview {
    padding: 1em;
    align-items: initial;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper {
    width: 12rem;
    flex-basis: 12rem;
    margin: 0;
    margin-bottom: 0.25rem;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content {
    max-width: initial;
    margin: 0;
    overflow: hidden;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content:before,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Cover_Wrapper.Square .Cover_Content:before {
    content: '';
    padding-top: 100%;
    float: left;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    text-align: left;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details .Amount,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount {
    margin-right: 0.75em;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Details .Amount .Level_Name,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount .Level_Name {
    display: inline;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program {
    flex-basis: initial;
    margin: 0;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Gift_Name,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Gift_Name {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Gift_Name i,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Gift_Name i {
    margin-right: 0;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview .Program .Benefits,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits {
    margin-top: 1rem;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview.square .Cover_Wrapper,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview.square .Cover_Wrapper {
    width: 10rem;
  }
  .Promotion_List .Promotion_Item a.Membership_Anchor .Overview.square .Details,
  .Membership_List .Membership_Item a.Membership_Anchor .Overview.square .Details {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.Promotion_List .Promotion_Item a.Membership_Anchor button,
.Membership_List .Membership_Item a.Membership_Anchor button {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  background-color: #ffff75;
  display: block;
  margin: auto;
  height: 2rem;
  font-size: 1.14em;
  line-height: 2rem;
  font-style: italic;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:hover,
.Membership_List .Membership_Item a.Membership_Anchor button:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:focus,
.Membership_List .Membership_Item a.Membership_Anchor button:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.button-primary,
.Membership_List .Membership_Item a.Membership_Anchor button.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.button-primary:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.button-primary:focus,
.Membership_List .Membership_Item a.Membership_Anchor button.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:hover,
.Membership_List .Membership_Item a.Membership_Anchor button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:focus,
.Membership_List .Membership_Item a.Membership_Anchor button:focus {
  outline-style: none;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button .Icon,
.Membership_List .Membership_Item a.Membership_Anchor button .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button i.material-icons,
.Membership_List .Membership_Item a.Membership_Anchor button i.material-icons,
.Promotion_List .Promotion_Item a.Membership_Anchor button i.fa,
.Membership_List .Membership_Item a.Membership_Anchor button i.fa,
.Promotion_List .Promotion_Item a.Membership_Anchor button i.far,
.Membership_List .Membership_Item a.Membership_Anchor button i.far,
.Promotion_List .Promotion_Item a.Membership_Anchor button i.fab,
.Membership_List .Membership_Item a.Membership_Anchor button i.fab {
  margin-right: 0.35em;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button i.fa,
.Membership_List .Membership_Item a.Membership_Anchor button i.fa,
.Promotion_List .Promotion_Item a.Membership_Anchor button i.far,
.Membership_List .Membership_Item a.Membership_Anchor button i.far,
.Promotion_List .Promotion_Item a.Membership_Anchor button i.fab,
.Membership_List .Membership_Item a.Membership_Anchor button i.fab {
  font-size: 1.4em;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:hover,
.Membership_List .Membership_Item a.Membership_Anchor button:hover {
  background-color: #bca0fe;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:active,
.Membership_List .Membership_Item a.Membership_Anchor button:active {
  background-color: #ab87fd;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Disabled,
.Membership_List .Membership_Item a.Membership_Anchor button.Disabled,
.Promotion_List .Promotion_Item a.Membership_Anchor button:disabled,
.Membership_List .Membership_Item a.Membership_Anchor button:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Disabled:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Disabled:hover,
.Promotion_List .Promotion_Item a.Membership_Anchor button:disabled:hover,
.Membership_List .Membership_Item a.Membership_Anchor button:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Disabled:active,
.Membership_List .Membership_Item a.Membership_Anchor button.Disabled:active,
.Promotion_List .Promotion_Item a.Membership_Anchor button:disabled:active,
.Membership_List .Membership_Item a.Membership_Anchor button:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Small,
.Membership_List .Membership_Item a.Membership_Anchor button.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Secondary,
.Membership_List .Membership_Item a.Membership_Anchor button.Secondary {
  background-color: #ffff75;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Secondary:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Secondary:hover {
  background-color: #ffff5b;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Secondary:active,
.Membership_List .Membership_Item a.Membership_Anchor button.Secondary:active {
  background-color: #ffff42;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Secondary-2,
.Membership_List .Membership_Item a.Membership_Anchor button.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Secondary-2:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Tertiary,
.Membership_List .Membership_Item a.Membership_Anchor button.Tertiary {
  background-color: #96D6F2;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Tertiary:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Tertiary:hover {
  background-color: #7fcdef;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Tertiary:active,
.Membership_List .Membership_Item a.Membership_Anchor button.Tertiary:active {
  background-color: #69c4ec;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Default,
.Membership_List .Membership_Item a.Membership_Anchor button.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Default:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Default:hover {
  background-color: #919090;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Default:active,
.Membership_List .Membership_Item a.Membership_Anchor button.Default:active {
  background-color: #858383;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Default:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Default:hover,
.Promotion_List .Promotion_Item a.Membership_Anchor button.Default:active,
.Membership_List .Membership_Item a.Membership_Anchor button.Default:active {
  background: #1a1a1a;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Disabled,
.Membership_List .Membership_Item a.Membership_Anchor button.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Disabled a,
.Membership_List .Membership_Item a.Membership_Anchor button.Disabled a {
  opacity: 0.25;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Disabled:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Disabled:hover {
  background-color: #d1d1d1;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Disabled:active,
.Membership_List .Membership_Item a.Membership_Anchor button.Disabled:active {
  background-color: #c5c5c5;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Executing,
.Membership_List .Membership_Item a.Membership_Anchor button.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button.Executing:hover,
.Membership_List .Membership_Item a.Membership_Anchor button.Executing:hover,
.Promotion_List .Promotion_Item a.Membership_Anchor button.Executing:active,
.Membership_List .Membership_Item a.Membership_Anchor button.Executing:active {
  background-color: #ab87fd;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button .Original_Price,
.Membership_List .Membership_Item a.Membership_Anchor button .Original_Price {
  position: relative;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button .Original_Price:before,
.Membership_List .Membership_Item a.Membership_Anchor button .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:hover,
.Membership_List .Membership_Item a.Membership_Anchor button:hover {
  background-color: #ffff5b;
}
.Promotion_List .Promotion_Item a.Membership_Anchor button:active,
.Membership_List .Membership_Item a.Membership_Anchor button:active {
  background-color: #ffff42;
}
.Membership_List.Combined_With_Appeal {
  background: white;
  padding-bottom: 32px;
}
.Membership_List.Combined_With_Appeal > li {
  border: solid 2px #9e9d9d;
}
.Membership_List.Combined_With_Appeal > li:first-child {
  margin-top: 0 !important;
}
.Membership_List.Combined_With_Appeal > li.Selected {
  border: solid 2px #F269AE;
}
#Content_Wrapper #Content.Landing main.Join_Main_Wrapper {
  background: white;
  /*
	background:@Lighter_Grey;
	@media (min-width: @Tablet_Width) { 
		background: white;
	}
	*/
}
.Direct_Membership_Period_Label {
  text-align: center;
  margin-bottom: 0;
}
.Direct_Membership_Period {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
  font-size: 1.2em;
  justify-content: space-evenly;
}
.Direct_Membership_Period a {
  display: inline-block;
  margin-right: 0;
  padding: 0.45em 1em;
  margin-bottom: 0.5em;
  border: solid 2px #9e9d9d;
  /*
			&.Longer { 
				min-width:13em;
			}
		*/
}
@media (min-width: 768px) {
  .Direct_Membership_Period a {
    min-width: initial;
  }
}
.Direct_Membership_Period a:hover {
  border-color: #858383;
}
.Direct_Membership_Period a.Active {
  border-color: #f8c3e3;
  background: #F8C3E3;
}
@media (min-width: 768px) {
  .Direct_Membership_Period {
    margin-top: 3rem;
  }
  .Direct_Membership_Period a {
    margin-right: 1rem;
  }
  .Direct_Membership_Period a:last-child {
    margin-right: 0rem;
  }
}
@media (max-width: 320px) {
  .Direct_Membership_Period a {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
.Direct_Membership_Period.No_Monthly {
  max-width: 15rem;
}
@media (min-width: 768px) {
  .Direct_Membership_Period.No_Monthly {
    max-width: 23rem;
  }
}
.Direct_Membership_Selection_Wrapper_Wrapper {
  text-align: center;
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  .Direct_Membership_Selection_Wrapper_Wrapper {
    padding-bottom: 2rem;
  }
}
.Direct_Membership_Selection_Wrapper_Wrapper .Direct_Membership_Selection_Wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  position: relative;
  text-align: left;
}
.Direct_Membership_Selection_Wrapper_Wrapper.With_Description {
  padding-bottom: 0;
}
.Direct_Membership_List_Label {
  margin-top: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .Direct_Membership_List_Label {
    margin-top: 2.5rem;
  }
}
.Direct_Membership_List {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .Direct_Membership_List.Last_Row {
    width: 68.5rem;
  }
}
.Direct_Membership_List.First_Row {
  align-items: stretch;
}
.Direct_Membership_List.First_Row .Membership_Item {
  margin-bottom: 2rem !important;
  position: relative;
}
.Direct_Membership_List.First_Row .Membership_Item a,
.Direct_Membership_List.First_Row .Membership_Item .a {
  position: relative;
  height: 100%;
}
.Direct_Membership_List.First_Row .Membership_Item a label,
.Direct_Membership_List.First_Row .Membership_Item .a label {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.Direct_Membership_List.First_Row .Membership_Item a .Spacer,
.Direct_Membership_List.First_Row .Membership_Item .a .Spacer {
  margin-bottom: 7rem;
}
.Direct_Membership_List.First_Row .Membership_Item a.Selected .Spacer,
.Direct_Membership_List.First_Row .Membership_Item .a.Selected .Spacer {
  margin-bottom: 11rem;
  transition: 50ms;
}
@media (min-width: 768px) {
  .Direct_Membership_List.First_Row .Membership_Item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .Direct_Membership_List.First_Row .Membership_Item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.Direct_Membership_List.No_Level_Name .Membership_Item a h3.Title,
.Direct_Membership_List.No_Level_Name .Membership_Item .a h3.Title {
  display: none;
}
.Direct_Membership_List .Membership_Item {
  display: block;
  flex-basis: 18rem;
  flex-grow: 1;
  margin: 0 1.85rem 1.85rem 1.85rem;
}
@media (min-width: 768px) {
  .Direct_Membership_List .Membership_Item {
    flex-basis: 15.5rem;
    max-width: 18rem;
    margin: 0 2rem 2rem 0;
  }
  .Direct_Membership_List .Membership_Item:last-child {
    margin-right: 0;
  }
}
.Direct_Membership_List .Membership_Item a,
.Direct_Membership_List .Membership_Item .a {
  display: block;
  position: relative;
  cursor: pointer;
  border: solid 2px #9e9d9d;
}
.Direct_Membership_List .Membership_Item a h3.Title,
.Direct_Membership_List .Membership_Item .a h3.Title {
  display: block;
  text-align: center;
  background: #cecece;
  padding: 0.75em 1em;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0;
}
.Direct_Membership_List .Membership_Item a h2.Amount,
.Direct_Membership_List .Membership_Item .a h2.Amount {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0.75em 0;
}
.Direct_Membership_List .Membership_Item a h5.Tax_Deductible,
.Direct_Membership_List .Membership_Item .a h5.Tax_Deductible {
  font-size: 1.23em !important;
  margin-top: -0.45em !important;
  margin-bottom: 1em !important;
}
.Direct_Membership_List .Membership_Item a .Gift,
.Direct_Membership_List .Membership_Item .a .Gift {
  text-align: center;
  margin: 0 1.5rem 1.75rem 1.5rem;
  font-size: 1.1em;
  font-weight: bold;
  word-wrap: break-word;
}
.Direct_Membership_List .Membership_Item a .Gift span.Gift_Item,
.Direct_Membership_List .Membership_Item .a .Gift span.Gift_Item {
  max-width: 100%;
  display: inline-block;
}
.Direct_Membership_List .Membership_Item a .Gift span.Gift_Item:after,
.Direct_Membership_List .Membership_Item .a .Gift span.Gift_Item:after {
  content: ', ';
}
.Direct_Membership_List .Membership_Item a .Gift span.Gift_Item:last-of-type:before,
.Direct_Membership_List .Membership_Item .a .Gift span.Gift_Item:last-of-type:before {
  content: ' & ';
  margin-left: 0.25em;
}
.Direct_Membership_List .Membership_Item a .Gift span.Gift_Item:last-of-type:after,
.Direct_Membership_List .Membership_Item .a .Gift span.Gift_Item:last-of-type:after,
.Direct_Membership_List .Membership_Item a .Gift span.Gift_Item:first-of-type:before,
.Direct_Membership_List .Membership_Item .a .Gift span.Gift_Item:first-of-type:before {
  content: '';
}
.Direct_Membership_List .Membership_Item a h5.Discount,
.Direct_Membership_List .Membership_Item .a h5.Discount {
  display: block;
  text-align: center;
  font-size: 1.3em;
  margin: 0;
}
.Direct_Membership_List .Membership_Item a .Cover_Wrapper,
.Direct_Membership_List .Membership_Item .a .Cover_Wrapper {
  display: block;
  margin: 1rem auto;
  width: 50%;
}
.Direct_Membership_List .Membership_Item a .Cover_Wrapper .Cover_Content,
.Direct_Membership_List .Membership_Item .a .Cover_Wrapper .Cover_Content {
  overflow: hidden;
}
.Direct_Membership_List .Membership_Item a .Cover_Wrapper .Cover_Content:before,
.Direct_Membership_List .Membership_Item .a .Cover_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Direct_Membership_List .Membership_Item a .Mini_Gift_Wrapper,
.Direct_Membership_List .Membership_Item .a .Mini_Gift_Wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.Direct_Membership_List .Membership_Item a .Mini_Gift_Wrapper .Cover_Wrapper,
.Direct_Membership_List .Membership_Item .a .Mini_Gift_Wrapper .Cover_Wrapper {
  width: 25%;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.Direct_Membership_List .Membership_Item a .Promotion_Gift,
.Direct_Membership_List .Membership_Item .a .Promotion_Gift {
  display: flex;
  padding: 0.5rem 1.5rem;
  align-items: center;
  background: #F8C3E3;
}
.Direct_Membership_List .Membership_Item a .Promotion_Gift .Label,
.Direct_Membership_List .Membership_Item .a .Promotion_Gift .Label {
  flex-grow: 1;
  word-wrap: break-word;
  padding: 0.25em;
  max-width: calc(100% - 0.5rem);
}
.Direct_Membership_List .Membership_Item a ul.Benefit_List,
.Direct_Membership_List .Membership_Item .a ul.Benefit_List {
  list-style: disc;
  list-style-position: inside;
  margin: 1.5rem;
  margin-top: 1rem;
}
.Direct_Membership_List .Membership_Item a ul.Benefit_List li,
.Direct_Membership_List .Membership_Item .a ul.Benefit_List li {
  margin-bottom: 0.5em;
  font-weight: normal;
}
.Direct_Membership_List .Membership_Item a ul.Benefit_List li.Gift,
.Direct_Membership_List .Membership_Item .a ul.Benefit_List li.Gift {
  text-align: center;
  list-style: none;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
  font-size: 1.1em;
}
.Direct_Membership_List .Membership_Item a .Membership_Promotion_Asterisk_Left,
.Direct_Membership_List .Membership_Item .a .Membership_Promotion_Asterisk_Left {
  margin-right: 0.3em;
}
.Direct_Membership_List .Membership_Item a .Membership_Promotion,
.Direct_Membership_List .Membership_Item .a .Membership_Promotion {
  padding: 1.5rem;
  font-size: 1.2em;
}
.Direct_Membership_List .Membership_Item a .Membership_Promotion label,
.Direct_Membership_List .Membership_Item .a .Membership_Promotion label {
  display: block;
  text-align: left;
  cursor: initial;
  padding: initial;
  margin: 0;
  font-size: 1em;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  text-transform: uppercase;
}
.Direct_Membership_List .Membership_Item a label,
.Direct_Membership_List .Membership_Item .a label {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #cecece;
  padding: 0.75em 1em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}
.Direct_Membership_List .Membership_Item a label .Jelly_Loading,
.Direct_Membership_List .Membership_Item .a label .Jelly_Loading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(50% - 8px);
  right: 1.5rem;
  border-color: black;
  border-right-color: transparent;
}
.Direct_Membership_List .Membership_Item a label .Continue,
.Direct_Membership_List .Membership_Item .a label .Continue {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 50ms;
  height: auto;
}
.Direct_Membership_List .Membership_Item a label input[type="number"],
.Direct_Membership_List .Membership_Item .a label input[type="number"] {
  display: inline;
  width: 4.5em;
  text-align: center;
  padding-left: 0.25em;
  padding-right: 0.25em;
  height: 2.75rem;
  border-radius: 0;
}
.Direct_Membership_List .Membership_Item a label input[type="number"]:focus,
.Direct_Membership_List .Membership_Item .a label input[type="number"]:focus {
  border: none;
}
.Direct_Membership_List .Membership_Item a:hover,
.Direct_Membership_List .Membership_Item .a:hover {
  border-color: #858383;
}
.Direct_Membership_List .Membership_Item a:hover h3.Title,
.Direct_Membership_List .Membership_Item .a:hover h3.Title,
.Direct_Membership_List .Membership_Item a:hover label,
.Direct_Membership_List .Membership_Item .a:hover label {
  background: #b5b5b5;
}
.Direct_Membership_List .Membership_Item a.Selected,
.Direct_Membership_List .Membership_Item .a.Selected {
  border-color: #f28cc9;
  background: none;
}
.Direct_Membership_List .Membership_Item a.Selected h3.Title,
.Direct_Membership_List .Membership_Item .a.Selected h3.Title,
.Direct_Membership_List .Membership_Item a.Selected label,
.Direct_Membership_List .Membership_Item .a.Selected label {
  background: #F8C3E3;
}
.Direct_Membership_List .Membership_Item a.Selected .Continue,
.Direct_Membership_List .Membership_Item .a.Selected .Continue {
  max-height: 300px;
  transition: max-height 1s;
  margin-top: 0.75em;
  position: relative;
}
.Direct_Membership_List .Membership_Item a.Selected .Continue a,
.Direct_Membership_List .Membership_Item .a.Selected .Continue a {
  border-color: #bca0fe;
}
.Direct_Membership_List .Membership_Item a.Selected .Continue .Jelly_Loading,
.Direct_Membership_List .Membership_Item .a.Selected .Continue .Jelly_Loading {
  top: calc(3.5rem / 2 - 8px);
  right: 1.5em;
}
.Direct_Membership_List .Membership_Item a.Selected.Highlight_Error label input[type="number"],
.Direct_Membership_List .Membership_Item .a.Selected.Highlight_Error label input[type="number"] {
  border: solid 2px #B3336D;
}
.Direct_Membership_Donate {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  bottom: -12rem;
  transition: bottom 750ms;
  position: fixed !important;
  padding: 1rem;
  border-top: solid 3px #cecece;
  background: #fff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 1.4em;
  display: inline-block;
}
.Direct_Membership_Donate:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Direct_Membership_Donate.Display_Inline {
  max-width: 43rem;
  position: relative!important;
  bottom: initial;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  border: none;
}
.Direct_Membership_Donate.Display_Inline .Jelly_Loading {
  right: 1rem;
}
.Direct_Membership_Donate:not(.Display_Inline) {
  z-index: 2;
}
.Direct_Membership_Donate label {
  text-transform: none;
  margin-bottom: 1.5rem;
  vertical-align: middle;
}
.Direct_Membership_Donate label:first-child {
  margin-right: 0.5em;
}
.Direct_Membership_Donate label.Input_Label {
  display: inline;
  font-size: 1.5em;
  margin-right: 0.25em;
}
.Direct_Membership_Donate input[type="number"] {
  width: 6em;
  border-radius: 0;
  height: 3.5rem;
  vertical-align: middle;
  margin-right: 0.15em;
}
.Direct_Membership_Donate input[type="number"]:focus {
  border: none;
}
.Direct_Membership_Donate a.Button {
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 320px) {
  .Direct_Membership_Donate a.Button {
    padding: 0 0.75em;
  }
}
@media (min-width: 768px) {
  .Direct_Membership_Donate label {
    display: inline;
  }
  .Direct_Membership_Donate.Display_Inline .Jelly_Loading {
    right: 0.5rem;
  }
}
.Direct_Membership_Donate.Selected {
  border-color: #f28cc9;
  background: #F8C3E3;
}
.Direct_Membership_Donate.Selected.Highlight_Error input[type="number"] {
  border: solid 2px #B3336D;
}
.Direct_Membership_Donate .Jelly_Loading {
  border: 3px solid black;
  border-right-color: transparent;
  position: absolute;
  top: calc(100% - 2.5em);
}
.Direct_Membership_Description {
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: block;
  /* 
		h3
		ol
		ul
		li
	*/
  float: initial;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
  max-width: 40rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-top: 3rem;
  padding-bottom: 7rem;
  max-height: 1000rem;
  transition: 400ms;
  transition-property: max-height;
}
@media (min-width: 550px) {
  .Direct_Membership_Description {
    margin-left: 4%;
  }
  .Direct_Membership_Description:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .Direct_Membership_Description {
    width: 100%;
    margin-left: 0;
  }
}
.Direct_Membership_Description b,
.Direct_Membership_Description strong {
  font-weight: 800;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
}
.Direct_Membership_Description blockquote {
  background: #f0f0f0;
  border-left: solid 0.334rem #cecece;
  margin: 1.5em 1em;
  padding: 0.5em 1em;
}
.Direct_Membership_Description em,
.Direct_Membership_Description i:not(.material-icons) {
  font-size: 1em;
  margin: initial;
  vertical-align: initial;
  font-family: "chalet-london-oblique", "Arial", sans-serif;
}
.Direct_Membership_Description h1 {
  line-height: 1em;
  margin: 1.3rem 0;
}
.Direct_Membership_Description h2 {
  line-height: 1em;
  margin: 1.3rem 0;
}
.Direct_Membership_Description img {
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.Direct_Membership_Description iframe {
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.Direct_Membership_Description s,
.Direct_Membership_Description del,
.Direct_Membership_Description strikethrough {
  text-decoration: line-through;
}
.Direct_Membership_Description hr {
  border: none;
  border-top: solid 1px #9e9d9d;
  margin: 1.5rem 1rem;
}
.Direct_Membership_Description a {
  display: inline-block;
  padding: 4px;
}
.Direct_Membership_Description a i.material-icons {
  font-size: 1.2em;
  color: #444;
  vertical-align: middle;
  margin-right: 0.25em !important;
}
.Direct_Membership_Description a:hover {
  border: 0;
  background: #e0d2fe;
  transition: 0.1s;
}
.Direct_Membership_Description.No_Margin {
  margin-top: 0;
}
@media (min-width: 768px) {
  .Direct_Membership_Description {
    margin-top: 5.5rem;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.Direct_Membership_Description .Read_More {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  height: 5rem;
}
.Direct_Membership_Description .Read_More .Divider {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  border-bottom: dotted 3px #ccc;
}
.Direct_Membership_Description .Read_More a {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  padding: 0 1.5em;
  font-size: 1.1em;
}
@media (max-width: 480px) {
  .Direct_Membership_Description h1 {
    font-size: 1.8em;
  }
}
.Direct_Membership_Description.Collapsed {
  max-height: 14rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.Direct_Membership_Description.Collapsed .Read_More {
  display: block;
}
@media (min-width: 768px) {
  .Direct_Membership_Description.Collapsed {
    margin-bottom: 1rem;
  }
}
.Member_List .Member_Item .Member_Item_Inner {
  display: flex;
  flex-wrap: none;
  flex-direction: row;
  align-items: center;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Icon {
  flex-grow: 0;
  padding: 1rem;
  padding-left: 0;
  margin-right: 1rem;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Icon .Person_Item .Cover {
  width: 4.5rem;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Info {
  flex-grow: 1;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Info h2 {
  font-size: 1.25em;
  margin-bottom: 0.2em;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Info .Member_Level {
  margin-top: calc(1em/3);
  font-size: 0.9em;
  color: #606060;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Info .Member_Level .Period {
  background: #E1E2E3;
  padding: 0.15em 0.65em;
  border-radius: 0.5em;
  font-weight: bold;
  margin-left: 0.35em;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Info .Member_Level .Period i.material-icons {
  margin-right: 2px;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Info .Member_Level .Period label {
  display: inline;
  text-transform: none;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Email {
  flex-grow: 0;
  margin-left: 1rem;
  margin-right: 0rem;
  padding-bottom: 0.25rem;
}
.Member_List .Member_Item .Member_Item_Inner .Member_Email i.material-icons {
  font-size: 2rem;
}
/* 

:: Semantic UI-based leftovers

*/
/*
.Search {
	i {font-size:.9em; left:4px !important; top:3px !important;}
	input {height:2.5rem; padding-top:.6rem; padding-bottom:.65rem;}
}
*/
/*
.Dropdown { 
		min-height: 2.25em !important; 
		padding-top: 9px !important; padding-bottom: 9px !important;
		.text, .menu .item { display:-webkit-flex !important; display:flex !important; 
		i { color:@Dark_Grey;
			&.Event_Icon {color:darken(@Blue, 12%);}
			&.Team_Icon {color:@Orange;}
			&.New_Icon {color:darken(#ffd600, 8%);}
			&.Right_Icon {margin-left:7px !important;}
		}
		label {flex:1;-webkit-flex:1;}
	}
	.menu {max-height:initial !important;
		.item { 
			&[data-value="SEMANTIC_SUX"] {color:#999; font-style:italic;}
		}
	}
	&.Standard { }
}
*/
/* 

:: Library Overrides 

*/
#intercom-container .intercom-app .intercom-launcher-frame,
#intercom-container .intercom-app .intercom-launcher-discovery-frame,
.intercom-lightweight-app .intercom-launcher,
.woot-widget-bubble,
.woot-widget-holder {
  transition: 400ms !important;
}
@media (min-width: 768px) {
  #intercom-container .intercom-app .intercom-messenger-frame,
  .intercom-lightweight-app-messenger,
  .woot-widget-bubble,
  .woot-widget-holder {
    transition: 400ms !important;
  }
}
@media (max-width: 767px) {
  .woot-widget-holder {
    max-height: 100vh;
  }
}
body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-frame,
body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-discovery-frame,
body.Intercom_Up .intercom-lightweight-app .intercom-launcher,
body.Intercom_Up .woot-widget-bubble {
  bottom: 90px !important;
  transition: 400ms !important;
}
@media (max-width: 768px) {
  body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-frame,
  body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-discovery-frame,
  body.Intercom_Up .intercom-lightweight-app .intercom-launcher,
  body.Intercom_Up .woot-widget-bubble {
    bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-frame,
  body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-discovery-frame,
  body.Intercom_Up .intercom-lightweight-app .intercom-launcher,
  body.Intercom_Up .woot-widget-bubble {
    bottom: 90px !important;
  }
}
@media (min-width: 1600px) {
  body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-frame,
  body.Intercom_Up #intercom-container .intercom-app .intercom-launcher-discovery-frame,
  body.Intercom_Up .intercom-lightweight-app .intercom-launcher,
  body.Intercom_Up .woot-widget-bubble {
    bottom: 106px !important;
  }
}
@media (min-width: 768px) {
  body.Intercom_Up #intercom-container .intercom-app .intercom-messenger-frame,
  body.Intercom_Up .intercom-lightweight-app-messenger,
  body.Intercom_Up .woot-widget-holder {
    bottom: 165px !important;
    transition: 400ms !important;
  }
}
@media (min-width: 1600px) {
  body.Intercom_Up #intercom-container .intercom-app .intercom-messenger-frame,
  body.Intercom_Up .intercom-lightweight-app-messenger,
  body.Intercom_Up .woot-widget-holder {
    bottom: 181px !important;
  }
}
body.In_Modal_Or_Window #intercom-container,
body.Mobile_Lead_Nav_Showing #intercom-container,
body.Intercom_Remove #intercom-container,
body.In_Modal_Or_Window #intercom-frame,
body.Mobile_Lead_Nav_Showing #intercom-frame,
body.Intercom_Remove #intercom-frame,
body.In_Modal_Or_Window .intercom-lightweight-app,
body.Mobile_Lead_Nav_Showing .intercom-lightweight-app,
body.Intercom_Remove .intercom-lightweight-app,
body.In_Modal_Or_Window .woot-widget-bubble,
body.Mobile_Lead_Nav_Showing .woot-widget-bubble,
body.Intercom_Remove .woot-widget-bubble,
body.In_Modal_Or_Window .woot-widget-holder,
body.Mobile_Lead_Nav_Showing .woot-widget-holder,
body.Intercom_Remove .woot-widget-holder {
  display: none;
  transition: 75ms !important;
}
@media (max-width: 768px) {
  .picker__frame {
    margin-bottom: 0;
  }
}
.date-picker-wrapper .footer .shortcuts {
  text-align: center;
}
.date-picker-wrapper .footer .shortcuts b {
  display: none;
}
.date-picker-wrapper .footer .shortcuts .custom-shortcut {
  display: inline-block;
  font-size: 2em;
  margin: 0.75em 0;
}
@media (max-width: 768px) {
  .date-picker-wrapper {
    left: 0px !important;
    right: 0px !important;
  }
  .date-picker-wrapper .month-wrapper {
    min-width: 192px;
    margin: auto;
  }
  .date-picker-wrapper .month-wrapper .month1 {
    width: 100%;
  }
}
/* 

:: Old Better leftovers

*/
.Map a {
  text-decoration: none;
}
.Map [data-template="Popup"] .icon {
  color: black;
}
.Map [data-template="Popup"] .Item_Name {
  font-family: "Arial Black";
  font-size: 1.25em;
  font-weight: 600;
  color: black;
}
@media (max-width: 768px) {
  .Map [data-template="Popup"]:active .icon {
    color: #41bde1;
  }
  .Map [data-template="Popup"]:active .Item_Name {
    color: #41bde1;
  }
}
@media (min-width: 768px) {
  .Map [data-template="Popup"]:hover .icon {
    color: #41bde1;
  }
  .Map [data-template="Popup"]:hover .Item_Name {
    color: #41bde1;
  }
}
.Text_Field {
  border: none;
  border-bottom: dashed 1px #cccccc;
  outline: none;
  border-radius: 0;
  margin-left: -0.35rem;
  padding-left: 0.5em;
  transition: 0.05s;
}
.Text_Field:hover {
  background-color: rgba(65, 189, 225, 0.05);
  border-bottom-color: #41bde1;
}
.Text_Field:focus {
  border-bottom-color: #41bde1;
  border-left-color: #41bde1;
  background-color: white;
}
.Inline_Text {
  outline: none;
}
.Inline_Text:empty:before {
  content: attr(data-placeholder);
  color: #aaaaaa;
  font-size: 0.94em;
}
table.data {
  margin-left: 20px;
  margin-top: 20px;
  background: white;
  border: solid thin;
  margin-bottom: 50px;
}
table.data th,
table.data td {
  border: solid thin;
  white-space: nowrap;
  padding: 1em;
}
table.data th {
  background: #ddd;
  font-weight: bold;
  font-size: 1.2em;
}
table.data td a {
  text-decoration: underline;
  color: #444;
}
table.data td pre {
  width: 420px;
  word-wrap: break-word;
  display: inline-block;
  background: #efefef;
  overflow: scroll;
  padding: 20px;
  white-space: pre-wrap;
}
table.data tr.Heading td {
  font-weight: bold;
}
#Dev_Bar {
  z-index: 10;
  position: fixed;
  top: 40px;
  right: 40px;
  background: #444;
  color: white;
  display: flex;
}
#Dev_Bar a.Dev_Button {
  font-size: 0.6em;
  background: white;
  padding: 1em 0.5em;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 2em;
  margin-right: 0.25em;
}
#Dev_Bar a.Dev_Button.Disabled {
  background: #777;
  color: #333;
}
#Dev_Bar section header {
  display: block;
  height: 15px;
  font-size: 10px;
}
#Dev_Bar section#Status {
  margin: 1em;
}
#Dev_Bar section#Flags i {
  color: red;
}
#Dev_Bar section#Flags i.Off {
  color: #ccc;
}
/*
[data-type="User"][data-template="Default"] .Text_Field {border: none; border-bottom: dashed 1px #cccccc; outline: none; border-left-width: 3px; border-left-style: solid; border-left-color: white; margin-left: -5px; padding-left: 7px; border-radius: 0;
	&:hover, &:focus {border-bottom-color: @Blue; border-left-color: @Blue;}
}
*/
.Page_Item.Get_Involved .Jelly_Text_Input,
.Page_Item.Share_Feedback .Jelly_Text_Input,
.Page_Item.Get_Involved .Jelly_Text_Area_Input,
.Page_Item.Share_Feedback .Jelly_Text_Area_Input {
  border: none;
  border-bottom: dashed 1px #cccccc;
  outline: none;
  border-radius: 0;
  margin-left: -0.35rem;
  padding-left: 0.5em;
  transition: 0.05s;
}
.Page_Item.Get_Involved .Jelly_Text_Input:hover,
.Page_Item.Share_Feedback .Jelly_Text_Input:hover,
.Page_Item.Get_Involved .Jelly_Text_Area_Input:hover,
.Page_Item.Share_Feedback .Jelly_Text_Area_Input:hover {
  background-color: rgba(65, 189, 225, 0.05);
  border-bottom-color: #41bde1;
}
.Page_Item.Get_Involved .Jelly_Text_Input:focus,
.Page_Item.Share_Feedback .Jelly_Text_Input:focus,
.Page_Item.Get_Involved .Jelly_Text_Area_Input:focus,
.Page_Item.Share_Feedback .Jelly_Text_Area_Input:focus {
  border-bottom-color: #41bde1;
  border-left-color: #41bde1;
  background-color: white;
}
.Page_Item.Get_Involved .Jelly_Action_Result,
.Page_Item.Share_Feedback .Jelly_Action_Result {
  display: none;
  background-color: #ffffcc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.Page_Item.Get_Involved.Get_Involved .Social_Sign_In,
.Page_Item.Share_Feedback.Get_Involved .Social_Sign_In {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.Page_Item.Get_Involved.Get_Involved .Social_Sign_In .Button,
.Page_Item.Share_Feedback.Get_Involved .Social_Sign_In .Button {
  padding-top: 16px;
  padding-bottom: 17px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 60px;
  padding-right: 25px;
}
.Page_Item.Get_Involved.Get_Involved .Social_Sign_In .Button.Better,
.Page_Item.Share_Feedback.Get_Involved .Social_Sign_In .Button.Better {
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #fd6b03;
}
.Page_Item.Get_Involved.Get_Involved .Divider,
.Page_Item.Share_Feedback.Get_Involved .Divider {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-top: 36px;
  margin-bottom: 25px;
}
.Page_Item.Get_Involved.Get_Involved .Divider hr,
.Page_Item.Share_Feedback.Get_Involved .Divider hr {
  height: 1px;
  border: none;
  background-color: #aaa;
}
.Page_Item.Get_Involved.Get_Involved .Divider h5,
.Page_Item.Share_Feedback.Get_Involved .Divider h5 {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-family: Montserrat;
  background-color: white;
}
.Property_Module_Value > data[data-type="Long_Text"] {
  line-height: 1.4;
  white-space: pre-wrap;
}
/* TODO - Didn't work in Better CSS Foundation xml, so I just moved it here. */
/* 

SECTION - Box Model

*/
/* 

SECTION - Layout

*/
#Jelly_Wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  overflow: scroll;
  min-height: 100%;
  overflow-x: hidden;
}
#Jelly_Wrapper #Banner_Image_Wrapper {
  height: 100vh;
  width: 100vw;
  position: fixed;
}
#Jelly_Wrapper #Banner_Image_Wrapper #Banner_Color {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 100vh;
  background-color: #fd6b03;
}
#Jelly_Wrapper #Banner_Image_Wrapper #Banner_Image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  opacity: 1;
  color: white;
}
#Jelly_Wrapper #Banner_Details_Wrapper {
  height: 100vh;
  width: 100vw;
  position: absolute;
}
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  color: white;
  text-align: center;
  max-width: calc(100% - 40px);
  max-height: 80vh;
}
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 60px;
}
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Mission,
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Mission_Abbreviated {
  width: 100%;
  font-family: Merriweather;
  font-size: 33px;
  font-style: italic;
  margin-top: 35px;
  margin-bottom: 50px;
  line-height: 1.05;
}
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Mission_Abbreviated {
  display: none;
  font-size: 26px;
  margin-bottom: 27px;
  margin-top: 27px;
}
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Join,
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Upcoming_Events {
  display: inline-block;
  padding: 20px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border: solid 3px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 25px;
  margin-bottom: 18px;
  font-weight: 600;
}
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Join:hover,
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Upcoming_Events:hover {
  background-color: #41bde1;
  text-decoration: none;
  opacity: 0.9 !important;
}
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Join:active,
#Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Upcoming_Events:active {
  background-color: #23b2dc;
}
@media (max-width: 480px) {
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details {
    top: 47%;
  }
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details h3 {
    font-size: 47px;
  }
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Mission {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details h3 {
    font-size: 40px;
  }
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Mission {
    display: none;
  }
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Mission_Abbreviated {
    display: block;
  }
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Join,
  #Jelly_Wrapper #Banner_Details_Wrapper #Banner_Details .Upcoming_Events {
    margin-right: 0px;
  }
}
#Jelly_Wrapper #Jelly_B_Wrapper {
  position: absolute;
  width: 100%;
  top: 100vh;
}
#Jelly_Wrapper #Jelly_Spacer {
  height: 100vh;
  width: 100%;
  position: absolute;
}
#Jelly_Wrapper #Jelly_Toolbar {
  position: fixed;
  top: 0px;
  height: 5.5rem;
  width: 100%;
  z-index: 3;
  /*transition: top 0.2s;*/
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
}
#Jelly_Wrapper ul#Jelly_Tab_Bar {
  display: block;
  height: 55px;
  z-index: 1;
  width: 900px;
  max-width: 100%;
  display: inline-block;
  margin-left: 0px;
  background-color: #ef6402;
  /* @media (max-width:450px) {height:97px;} */
}
#Jelly_Wrapper ul#Jelly_Tab_Bar li {
  width: 25%;
  width: calc(100%/3);
  color: white;
  text-align: center;
  display: block;
  float: left;
  height: 55px;
  font-size: 20px;
  position: relative;
}
#Jelly_Wrapper ul#Jelly_Tab_Bar li a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 16px;
}
#Jelly_Wrapper ul#Jelly_Tab_Bar li a:hover {
  background-color: #fd7a1c;
  color: white;
  text-decoration: none;
}
#Jelly_Wrapper ul#Jelly_Tab_Bar li.Active {
  background-color: white;
}
#Jelly_Wrapper ul#Jelly_Tab_Bar li.Active a {
  color: #fd6b03;
}
#Jelly_Wrapper ul#Jelly_Tab_Bar li.Active a:hover {
  background-color: inherit;
}
@media (max-width: 480px) {
  #Jelly_Wrapper ul#Jelly_Tab_Bar {
    height: 60px;
  }
}
#Jelly_Wrapper #Jelly_Main_Wrapper {
  position: absolute;
  left: 0px;
  top: 5.5rem;
  right: 0px;
  min-height: calc(100% - @Toolbar_Height);
  transition: top 0.1s;
  background-color: rgba(220, 220, 220, 0.8);
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Sidebar {
  display: block;
  position: absolute;
  left: 0px;
  width: 0;
  top: 5.5rem;
  /*bottom: 0px;*/
  height: 100vh;
  transition: width 0.1s;
  overflow: auto;
  z-index: 1;
  background-color: white;
}
@media (min-width: 960px) {
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Sidebar.Visible {
    width: 220px;
    overflow: visible;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Sidebar.Visible .My_Data {
    overflow: visible;
    overflow-y: scroll;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Sidebar.Visible.Hide_Walkthrough {
    overflow: auto;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Sidebar.Visible.Hide_Walkthrough .Walkthrough_Next {
    display: none;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Sidebar.Browse_Bar_Visible {
    width: 180px;
  }
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Browse_Bar {
  display: block;
  position: fixed;
  overflow: auto;
  left: 220px;
  width: 0;
  top: 5.5rem;
  bottom: 0px;
  transition: width 0.1s, left 0.1s;
  display: none;
  z-index: 1;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Browse_Bar.Visible {
  width: 220px;
  display: block;
  left: 180px;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator {
  display: none;
  position: fixed;
  top: 30.5rem;
  left: 25px;
  min-height: 40px;
  width: 0px;
  z-index: 1;
  transition: 0.2s;
  max-height: calc(100% - 90px);
  overflow-y: scroll;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section {
  background-color: rgba(255, 255, 255, 0.93);
  box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.02), -12px 0 15px -4px rgba(0, 0, 0, 0.03);
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section h3 {
  font-size: 18px;
  padding: 12px;
  background-color: #fd6b03;
  color: white;
  text-align: center;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li {
  font-family: Montserrat;
  font-size: 14px;
  padding: 12px;
  padding-left: 25px;
  cursor: pointer;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li .Label {
  margin-right: 10px;
  text-transform: uppercase;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li .Count {
  font-weight: 600;
  /*
								&:before, &:after {font-size:12px; position:relative; top:-2px;}
								&:before {content:"(";} 
								&:after {content:")";} 
							*/
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li .Count .No_One {
  font-weight: 300;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li:hover {
  background-color: #FFFFCC;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li:hover .Label,
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li:hover .Count,
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li:hover .No_One,
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section ul li:hover .Amount {
  font-weight: bold;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper {
  text-align: center;
  background: #fff59d;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] label {
  display: inline-block;
  position: relative;
  top: 13px;
  font-size: 21px;
  margin-right: 18px;
  letter-spacing: 0.3px;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] label .By {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin-left: 16px;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Menu_Wrapper {
  display: block;
  position: relative;
  top: 9px;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu {
  display: block;
  display: inline-block;
  padding: 11px;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  margin-bottom: 20px;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge {
  display: block;
  float: left;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  font-family: Montserrat;
  font-size: 19px;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow {
  display: block;
  float: left;
  margin-left: 6px;
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Button {
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 17px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  margin-left: 22px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: 11px;
  display: none;
}
@media (max-width: 480px) {
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper {
    background: white;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator section .Find_People_Wrapper [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 480px) {
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator {
    position: relative;
    width: 100%;
    left: 0px;
    top: -7px;
    margin-bottom: 0px;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator h3 {
    background-color: #d3d3d3;
    color: black;
    height: 50px;
    padding-top: 16px;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content_Navigator ul > span > span:first-child > li {
    padding-top: 20px;
  }
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content {
  display: block;
  position: absolute;
  left: 0;
  right: 0px;
  min-height: 100%;
  transition: left 0.1s, right 0.1s;
  background-color: rgba(220, 220, 220, 0.8);
}
#Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content .Jelly_Progress_Bar {
  top: 5.5rem;
  position: fixed;
  height: 4px;
}
@media (min-width: 960px) {
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content.Sidebar_Visible {
    left: 220px;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content.Browse_Bar_Visible {
    left: calc(220px + 180px);
  }
}
@media (max-width: 480px) {
  #Jelly_Wrapper {
    -webkit-overflow-scrolling: touch;
    /* start android hack */
    z-index: 0;
    /* end android hack */
  }
  #Jelly_Wrapper #Jelly_Toolbar {
    height: 50px;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper {
    top: 50px;
    min-height: calc(100% - 50px);
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content {
    padding-bottom: 60px;
    /* This is the chat button */
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content .Jelly_Progress_Bar {
    top: 50px;
    height: 3px;
  }
}
@media (max-width: 450px) {
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content .Jelly_Progress_Bar {
    top: 50px;
  }
}
#Jelly_Wrapper #Jelly_Content_Navigator_Spacer_1 {
  display: inline-block;
  width: calc(50% - 450px);
  transition: 0.2s;
  min-width: 0px;
}
@media (max-width: 480px) {
  #Jelly_Wrapper #Jelly_Content_Navigator_Spacer_1 {
    display: none;
  }
}
#Jelly_Wrapper #Jelly_Content_Navigator_Spacer_2 {
  display: inline-block;
  width: calc(50% - 450px);
  transition: 0.2s;
  min-width: 0px;
}
@media (max-width: 480px) {
  #Jelly_Wrapper #Jelly_Content_Navigator_Spacer_2 {
    display: none;
  }
}
#Jelly_Wrapper.Content_Navigator_Visible:not(.Admin_Mode) #Jelly_Main_Wrapper #Jelly_Content_Navigator {
  display: block;
  width: calc(50% - 450px - 50px);
  transition: 0.2s;
  min-width: 300px;
}
@media (max-width: 480px) {
  #Jelly_Wrapper.Content_Navigator_Visible:not(.Admin_Mode) #Jelly_Main_Wrapper #Jelly_Content_Navigator {
    max-width: 100%;
    width: 900px;
  }
}
#Jelly_Wrapper.Content_Navigator_Visible:not(.Admin_Mode) #Jelly_Content_Navigator_Spacer_1 {
  width: calc(50% - 450px);
  min-width: calc(300px + 50px);
  transition: 0.2s;
}
#Jelly_Wrapper.Content_Navigator_Visible:not(.Admin_Mode) #Jelly_Content_Navigator_Spacer_2 {
  width: calc(50% - 450px);
  min-width: calc(300px + 50px);
  transition: 0.2s;
}
@media (min-width: 0px) and (max-width: 992px) {
  .Jelly_Modal {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .Jelly_Modal {
    position: fixed;
  }
}
.Jelly_Modal > * > [data-kind="Item"] {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1em 0.7em -0.7em rgba(0, 0, 0, 0.5);
  overflow: auto;
  padding: 25px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}
.Jelly_Modal > * > [data-kind="Item"].Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Jelly_Modal > * > [data-kind="Item"].Columns {
    margin: initial;
  }
}
@media (min-width: 0px) and (max-width: 992px) {
  .Jelly_Modal > * > [data-kind="Item"] {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .Jelly_Modal > * > [data-kind="Item"] {
    max-width: 90%;
    max-height: 90%;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
  }
}
.Jelly_Modal .Page_Item {
  box-shadow: none;
  width: initial;
  min-width: 400px;
  min-height: initial;
}
.Jelly_Menu {
  display: inline-block;
  background-color: white;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar {
  background-color: rgba(255, 255, 255, 0.97);
  border-bottom-color: #9e9d9d;
  color: black;
  height: 45px;
  transition: 0.1s;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Logo {
  background-color: white;
  background-image: url(/jelly/images/Better_Logo_Orange_22px.png);
  background-position: center;
  width: 60px;
  height: calc(45px - 1px);
  border-right: solid 1px #808080;
  display: block;
  background-size: initial;
}
@media (max-width: 480px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Logo {
    display: block;
    width: 45px;
    background-image: url(/jelly/images/Better_Logo_Orange_22px.png);
  }
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Site_Menu .iconic * {
  fill: black;
  stroke: black;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Site_Logo {
  margin-right: 15px;
  transition: 0.1s;
  margin-top: 14px;
  margin-bottom: 14px;
  height: calc(45px - 28px);
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Site_Logo.Text {
  font-size: 17px;
  padding-top: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: initial;
}
@media (min-width: 960px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Navigation {
    padding-top: 9px;
    font-size: 14px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Navigation .Navigation_Item {
    color: #888888;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Navigation .Navigation_Item.Selected {
    background-color: #f2f2f2;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Navigation .Navigation_Item:hover {
    background-color: #f2f2f2;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Navigation .Navigation_Item:active {
    background-color: #e6e6e6;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Navigation .Navigation_Item.About_Better {
    background-color: #FFFFCC;
    margin-left: 15px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Feedback {
    color: #888888;
    padding-top: 15px;
    margin-right: 8px;
    font-size: 14px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Feedback a {
    color: #888888;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Feedback a:hover {
    background-color: #f2f2f2;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Tutorial {
    float: left;
    display: block;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Tutorial .Tutorial_Link {
    display: block;
    background-color: #eeeeee;
    border-radius: 15px;
    width: 29px;
    height: 29px;
    margin-top: 7px;
    margin-right: 21px;
    font-family: "Times New Roman";
    font-style: italic;
    color: black;
    padding-left: 10px;
    padding-top: 1px;
    font-size: 24px;
    font-weight: 400;
    border: solid 1px #d3d3d3;
    text-decoration: none;
    color: #606060;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Support {
    padding-top: 15px;
    margin-right: 17px;
    font-size: 14px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Support a {
    color: #888888;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Support a:hover {
    background-color: #f2f2f2;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items {
    /* -- Kept for Mobile mode so far */
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] label {
    top: 6px;
    font-size: 17px;
    margin-right: 13px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] label .By {
    font-size: 16px;
    margin-left: 9px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper {
    top: 6px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu {
    padding: 7px;
    padding-left: 17px;
    padding-right: 7px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge {
    margin-right: 2px;
    font-size: 17px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge .Jelly_Closed_Menu_Arrow {
    margin-left: 5px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Button {
    padding: 4px;
    padding-left: 14px;
    padding-right: 15px;
    margin-left: 20px;
    font-size: 17px;
    top: 6px;
  }
}
@media (min-width: 960px) and (max-width: 480px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Tutorial {
    display: none;
  }
}
@media (max-width: 480px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items {
    background-color: rgba(230, 245, 249, 0.96);
    /* -- Kept for Mobile mode so far */
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu {
    background-color: #fefefe;
  }
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person {
  padding-top: 4px;
  margin-right: 10px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu_Link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: initial;
  padding-right: initial;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu_Link:hover {
  background-color: transparent;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu_Link .Picture {
  margin-right: 7px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu_Link .Label {
  font-size: 14px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu_Link .Login,
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu_Link .Join {
  font-size: 14px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu_Link .Arrow {
  position: relative;
  left: 3px;
  top: 8px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Person .Person_Menu {
  left: -85px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper {
  top: 45px;
  min-height: calc(100% - @Toolbar_Collapsed_Height);
  transition: 0.1s;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Sidebar {
  top: 45px;
  transition: 0.1s;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Browse_Bar {
  top: 45px;
  transition: 0.1s;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content .Jelly_Progress_Bar {
  top: 45px;
  height: 3px;
}
@media (max-width: 480px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content .Jelly_Progress_Bar {
    top: 95px;
  }
}
@media (max-width: 450px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content .Jelly_Progress_Bar {
    top: 137px;
  }
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content_Navigator {
  display: none;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar {
  background-color: #e6f5f9;
  height: 50px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar li {
  height: 50px;
  font-size: 17px;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar li a {
  padding-top: 14px;
  height: calc(100% - 7px);
  color: black;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar li:hover a {
  background-color: transparent;
  border-bottom: solid 2px #41bde1;
}
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar li.Active:hover a,
#Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar li.Active a {
  background-color: white;
  border-bottom: solid 2px white;
}
@media (max-width: 450px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar {
    height: 97px;
  }
}
@media (min-width: 960px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content_Navigator_Spacer_1 {
    display: inline-block;
    margin-left: 220px;
    width: calc(50% - 450px - 220px/2);
  }
  #Jelly_Wrapper.Admin_Mode #Chat_Button {
    top: 2px;
    left: calc(50vw - (112px/2));
  }
  #Jelly_Wrapper.Admin_Mode #Chat_Button a button {
    font-size: 31px;
    padding: 5px;
    padding-top: 2px;
    width: 112px;
  }
}
@media (max-width: 480px) {
  #Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Main_Wrapper #Jelly_Content_Navigator {
    display: block;
  }
  #Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Main_Wrapper #Jelly_Content_Navigator h3 {
    background-color: #dedede;
  }
  #Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Main_Wrapper #Jelly_Content_Navigator #Filter_By {
    display: none;
  }
}
#Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Content_Navigator {
  display: none;
}
#Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Tab_Bar {
  background-color: #e6f5f9;
  height: 50px;
}
#Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Tab_Bar li {
  height: 50px;
  font-size: 17px;
}
#Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Tab_Bar li a {
  padding-top: 14px;
  height: calc(100% - 7px);
  color: black;
}
#Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Tab_Bar li:hover a {
  background-color: transparent;
  border-bottom: solid 2px #41bde1;
}
#Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Tab_Bar li.Active:hover a,
#Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Tab_Bar li.Active a {
  background-color: white;
  border-bottom: solid 2px white;
}
@media (max-width: 450px) {
  #Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Tab_Bar {
    height: 97px;
  }
}
@media (min-width: 960px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content_Navigator_Spacer_1 {
    display: inline-block;
    margin-left: 220px;
    width: calc(50% - 450px - 220px/2);
  }
}
@media (max-width: 480px) {
  #Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Main_Wrapper #Jelly_Content_Navigator {
    display: block;
  }
  #Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Main_Wrapper #Jelly_Content_Navigator h3 {
    background-color: #dedede;
  }
  #Jelly_Wrapper.Admin_Mode.Content_Navigator_Visible #Jelly_Main_Wrapper #Jelly_Content_Navigator #Filter_By {
    display: none;
  }
}
@media (max-width: 480px) {
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar {
    height: 50px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Site_Logo {
    margin-top: 14px;
    margin-bottom: 14px;
    height: calc(50px - 28px);
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Toolbar .Site_Logo.Text {
    padding-top: 14px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: initial;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper {
    top: 50px;
    min-height: calc(100% - 50px);
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content .Jelly_Progress_Bar {
    top: 50px;
    height: 3px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar {
    height: 60px;
  }
  #Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar li {
    height: 60px;
  }
}
#Jelly_Toolbar {
  background-color: rgba(253, 107, 3, 0.8);
  border-bottom-color: rgba(253, 107, 3, 0.8);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: white;
  transition: 0.2s;
}
#Jelly_Toolbar .Left_Items {
  float: left;
  display: block;
  width: calc(50% - 275px);
}
#Jelly_Toolbar .Left_Items:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Left_Items:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Left_Items .Logo {
  float: left;
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-repeat: no-repeat;
  background-position: 25px 20px;
  width: 60px;
  height: calc(5.5rem);
  background-size: 30px;
  display: block;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Left_Items .Logo {
    background-image: url(/jelly/images/Better_Logo_Orange_22px.png);
    background-position: center;
    width: 45px;
    height: calc(45px - 1px);
    background-size: initial;
    background-image: url(/jelly/images/Better_Logo_White_22px.png);
    margin-right: -10px;
  }
}
#Jelly_Toolbar .Left_Items .Site_Menu {
  display: none;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Left_Items .Site_Menu {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 9px;
    text-decoration: inherit;
    color: inherit;
    display: none;
  }
  #Jelly_Toolbar .Left_Items .Site_Menu:hover {
    text-decoration: inherit;
    border-bottom: none;
  }
  #Jelly_Toolbar .Left_Items .Site_Menu:focus {
    outline-style: none;
  }
  #Jelly_Toolbar .Left_Items .Site_Menu .iconic {
    width: 26px;
    height: 26px;
  }
  #Jelly_Toolbar .Left_Items .Site_Menu .iconic * {
    fill: white;
    stroke: white;
  }
}
#Jelly_Toolbar .Left_Items .Site_Logo {
  display: block;
  float: left;
  margin-right: 20px;
  margin-left: 60px;
  width: calc(100% - 85px);
  margin-top: 14px;
  margin-bottom: 14px;
  background-size: contain;
  overflow: hidden;
  height: calc(5.5rem - 28px);
  background-position-x: 0px;
  background-position-y: center;
  background-repeat: no-repeat;
}
#Jelly_Toolbar .Left_Items .Site_Logo.Text {
  padding-top: 19px;
  font-size: 25px;
  whitespace: nowrap;
  text-overflow: ellipsis;
  margin-top: 0px;
  margin-bottom: 0px;
  height: initial;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Left_Items .Site_Logo {
    margin-left: 20px;
    margin-right: 15px;
    width: calc(100% - 35px);
    height: calc(50px - 28px);
  }
  #Jelly_Toolbar .Left_Items .Site_Logo.Text {
    padding-top: 14px;
    font-size: 20px;
    height: initial;
  }
}
#Jelly_Toolbar .Left_Items .Navigation {
  /*@media (max-width: @Mobile_Width) {*/
  display: none;
  background-color: white;
  /* } */
  /*
			@media (min-width: @Pro_Tablet_Width) {.Left_Align; padding-top: 12px; font-size: 18px;
				.Navigation_Item {.Left; color: white; margin-right: 2px;  padding-left: 10px; padding-right: 10px; padding-top:11px; padding-bottom:11px;
					&.Selected {background-color: rgba(0, 0, 0, 0.1);}
					&:hover {background-color: rgba(0, 0, 0, 0.1);}
				}
			}
			*/
}
#Jelly_Toolbar .Left_Items .Navigation .Navigation_Item {
  text-decoration: inherit;
  color: inherit;
}
#Jelly_Toolbar .Left_Items .Navigation .Navigation_Item:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Toolbar .Left_Items .Navigation .Navigation_Item:focus {
  outline-style: none;
}
#Jelly_Toolbar .Left_Items .Navigation .Navigation_Item.Feedback,
#Jelly_Toolbar .Left_Items .Navigation .Navigation_Item.Support {
  display: none;
}
#Jelly_Toolbar .Left_Items .Navigation .Navigation_Item.About_Better {
  background-color: #FFFFCC;
}
@media (min-width: 960px) {
  #Jelly_Toolbar .Left_Items .Navigation .Navigation_Item.About_Better {
    margin-left: 15px;
    background-color: rgba(255, 255, 204, 0.1);
  }
}
#Jelly_Toolbar .Left_Items .Navigation.Visible {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0;
}
#Jelly_Toolbar .Left_Items .Navigation a.Navigation_Item {
  display: block;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #808080;
  font-size: 24px;
  color: black;
}
#Jelly_Toolbar .Left_Items .Navigation a.Navigation_Item.Feedback,
#Jelly_Toolbar .Left_Items .Navigation a.Navigation_Item.Support {
  display: block;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Left_Items {
    width: calc(100% - 85px);
  }
}
#Jelly_Toolbar .Center_Items {
  display: block;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  /* -- Kept for Mobile mode so far */
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] label {
  display: inline-block;
  position: relative;
  top: 13px;
  font-size: 21px;
  margin-right: 18px;
  letter-spacing: 0.3px;
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] label .By {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin-left: 16px;
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper {
  display: inline-block;
  position: relative;
  top: 9px;
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu {
  display: block;
  display: inline-block;
  padding: 11px;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge {
  display: block;
  float: left;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  font-family: Montserrat;
  font-size: 19px;
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow {
  display: block;
  float: left;
  margin-left: 6px;
}
#Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Button {
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 17px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  margin-left: 22px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: 11px;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Center_Items {
    position: absolute;
    width: 100vw;
    top: 45px;
    background-color: rgba(239, 100, 2, 0.93);
    height: 50px;
    padding-left: 25px;
    padding-right: 11px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] label {
    display: block;
    float: left;
    top: 16px;
    font-size: 17px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] label .By {
    font-size: 17px;
    margin-left: 9px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper {
    float: left;
    top: 6px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge {
    font-size: 16px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Button {
    float: right;
    border-radius: 3px;
    top: 6px;
  }
}
@media (max-width: 450px) {
  #Jelly_Toolbar .Center_Items {
    height: 92px;
    padding-left: 19px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] label .By {
    font-size: 17px;
    margin-left: 13px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper {
    clear: left;
    width: 100%;
    top: 26px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu {
    position: relative;
    left: -4px;
    width: calc(100% - 108px);
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow {
    float: right;
    margin-right: 8px;
  }
  #Jelly_Toolbar .Center_Items [data-alias="Find_People"] .Button {
    top: -8px;
    padding: 5px;
    padding-left: 12px;
    padding-right: 11px;
  }
}
#Jelly_Toolbar .Right_Items {
  float: right;
  display: block;
}
#Jelly_Toolbar .Right_Items:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items .Feedback {
  float: left;
  display: block;
  color: white;
  padding-top: 23px;
  margin-right: 8px;
  font-size: 18px;
}
#Jelly_Toolbar .Right_Items .Feedback:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items .Feedback:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Right_Items .Feedback {
    display: none;
  }
}
#Jelly_Toolbar .Right_Items .Feedback a {
  color: white;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}
#Jelly_Toolbar .Right_Items .Feedback a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#Jelly_Toolbar .Right_Items .Tutorial {
  display: none;
}
#Jelly_Toolbar .Right_Items .Support {
  float: left;
  display: block;
  margin-right: 20px;
  padding-top: 23px;
  margin-right: 17px;
  font-size: 18px;
}
#Jelly_Toolbar .Right_Items .Support:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items .Support:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Right_Items .Support {
    display: none;
  }
}
#Jelly_Toolbar .Right_Items .Support a {
  color: white;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}
#Jelly_Toolbar .Right_Items .Support a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#Jelly_Toolbar .Right_Items .Person {
  float: left;
  display: block;
  padding-top: 10px;
  margin-right: 30px;
}
#Jelly_Toolbar .Right_Items .Person:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items .Person:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: solid 2px rgba(255, 255, 255, 0.15);
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 18px;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Toolbar .Right_Items .Person .Join_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link:focus {
  outline-style: none;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link i.material-icons,
#Jelly_Toolbar .Right_Items .Person .Join_Link i.fa,
#Jelly_Toolbar .Right_Items .Person .Join_Link i.far,
#Jelly_Toolbar .Right_Items .Person .Join_Link i.fab {
  margin-right: 0.35em;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link i.fa,
#Jelly_Toolbar .Right_Items .Person .Join_Link i.far,
#Jelly_Toolbar .Right_Items .Person .Join_Link i.fab {
  font-size: 1.4em;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link:hover {
  background-color: #bca0fe;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link:active {
  background-color: #ab87fd;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Disabled,
#Jelly_Toolbar .Right_Items .Person .Join_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Disabled:hover,
#Jelly_Toolbar .Right_Items .Person .Join_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Disabled:active,
#Jelly_Toolbar .Right_Items .Person .Join_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Secondary {
  background-color: #ffff75;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Secondary:hover {
  background-color: #ffff5b;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Secondary:active {
  background-color: #ffff42;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Tertiary {
  background-color: #96D6F2;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Tertiary:hover {
  background-color: #7fcdef;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Tertiary:active {
  background-color: #69c4ec;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Default:hover {
  background-color: #919090;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Default:active {
  background-color: #858383;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Default:hover,
#Jelly_Toolbar .Right_Items .Person .Join_Link.Default:active {
  background: #1a1a1a;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Disabled a {
  opacity: 0.25;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Disabled:hover {
  background-color: #d1d1d1;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Disabled:active {
  background-color: #c5c5c5;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link.Executing:hover,
#Jelly_Toolbar .Right_Items .Person .Join_Link.Executing:active {
  background-color: #ab87fd;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link .Original_Price {
  position: relative;
}
#Jelly_Toolbar .Right_Items .Person .Join_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
#Jelly_Toolbar .Right_Items .Person .Login_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  font-size: 18px;
  background: none;
  color: white;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Toolbar .Right_Items .Person .Login_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link:focus {
  outline-style: none;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link i.material-icons,
#Jelly_Toolbar .Right_Items .Person .Login_Link i.fa,
#Jelly_Toolbar .Right_Items .Person .Login_Link i.far,
#Jelly_Toolbar .Right_Items .Person .Login_Link i.fab {
  margin-right: 0.35em;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link i.fa,
#Jelly_Toolbar .Right_Items .Person .Login_Link i.far,
#Jelly_Toolbar .Right_Items .Person .Login_Link i.fab {
  font-size: 1.4em;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link:hover {
  background-color: #bca0fe;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link:active {
  background-color: #ab87fd;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Disabled,
#Jelly_Toolbar .Right_Items .Person .Login_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Disabled:hover,
#Jelly_Toolbar .Right_Items .Person .Login_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Disabled:active,
#Jelly_Toolbar .Right_Items .Person .Login_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Secondary {
  background-color: #ffff75;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Secondary:hover {
  background-color: #ffff5b;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Secondary:active {
  background-color: #ffff42;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Tertiary {
  background-color: #96D6F2;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Tertiary:hover {
  background-color: #7fcdef;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Tertiary:active {
  background-color: #69c4ec;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Default:hover {
  background-color: #919090;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Default:active {
  background-color: #858383;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Default:hover,
#Jelly_Toolbar .Right_Items .Person .Login_Link.Default:active {
  background: #1a1a1a;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Disabled a {
  opacity: 0.25;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Disabled:hover {
  background-color: #d1d1d1;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Disabled:active {
  background-color: #c5c5c5;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link.Executing:hover,
#Jelly_Toolbar .Right_Items .Person .Login_Link.Executing:active {
  background-color: #ab87fd;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link .Original_Price {
  position: relative;
}
#Jelly_Toolbar .Right_Items .Person .Login_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
#Jelly_Toolbar .Right_Items .Person .Login_Link:hover {
  background: none;
  text-decoration: underline;
  color: white;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link:focus {
  outline-style: none;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Picture {
  display: block;
  float: left;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Label {
  display: block;
  float: left;
  padding-top: 10px;
  font-size: 18px;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Login,
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Join {
  display: block;
  float: left;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
}
@media (min-width: 960px) {
  #Jelly_Toolbar .Right_Items .Person .Person_Menu_Link:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Arrow {
  position: relative;
  left: 8px;
  top: 10px;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu {
  top: 90%;
  min-width: 200px;
  width: 200px;
  left: -11px;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item {
  display: block;
  padding: 15px;
  text-decoration: none;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Profile_Link {
  height: 100px;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Profile_Link figure {
  display: inline-block;
  height: 75px;
  width: 75px;
  border-radius: 40px;
  vertical-align: middle;
  margin-right: 15px;
  background-position: center;
  background-size: cover;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Profile_Link label {
  color: #606060;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Settings_Link,
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Logout_Link {
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Settings_Link i,
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Logout_Link i {
  margin-left: 3px;
  cursor: pointer;
  font-size: 1.25em;
}
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Settings_Link label,
#Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Logout_Link label {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 480px) {
  #Jelly_Toolbar .Right_Items .Person {
    padding-top: 4px;
    margin-right: 10px;
  }
  #Jelly_Toolbar .Right_Items .Person .Join_Link {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 2px;
    border-radius: 3px;
  }
  #Jelly_Toolbar .Right_Items .Person .Join_Link .Verbose {
    display: none;
  }
  #Jelly_Toolbar .Right_Items .Person .Login_Link {
    display: none;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu_Link {
    padding: initial;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Picture {
    margin-right: 7px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 3px;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Label {
    display: none;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Login,
  #Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Join {
    font-size: 17px;
    padding-top: 10px;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu_Link .Arrow {
    position: relative;
    left: 3px !important;
    top: 8px !important;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu {
    position: fixed;
    left: 0px !important;
    top: 33px;
    width: 100%;
    height: calc(100% - 33px);
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: solid 1px #cecece;
    font-size: 24px;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Profile_Link {
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
    height: initial;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Profile_Link figure {
    display: block;
    cursor: pointer;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Profile_Link label {
    color: #606060;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    cursor: pointer;
    line-height: 75px;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Settings_Link,
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Logout_Link {
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Settings_Link i,
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Logout_Link i {
    margin-left: 3px;
    cursor: pointer;
    font-size: 1.25em;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Settings_Link label,
  #Jelly_Toolbar .Right_Items .Person .Person_Menu .Menu_Item.Logout_Link label {
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    cursor: pointer;
  }
  #Jelly_Toolbar .Right_Items .Person .Person_Menu:after {
    display: none;
  }
}
#Jelly_Toolbar .Right_Items .Person_Settings {
  float: left;
  padding-top: 15px;
  margin-right: 11px;
}
#Jelly_Toolbar .Right_Items .Person_Settings .Person_Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
#Jelly_Toolbar .Right_Items .Person_Settings .Person_Settings_Link .iconic {
  width: 12px;
  height: 12px;
}
#Jelly_Sidebar {
  border-right: solid 1px #808080;
  background-color: #fefefd;
  color: black;
}
#Jelly_Sidebar .Add_Button_Wrapper {
  display: block;
  padding: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: solid 1px #808080;
  height: 70px;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  width: 100%;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:focus {
  outline-style: none;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button i.material-icons,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button i.fa,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button i.far,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button i.fab {
  margin-right: 0.35em;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button i.fa,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button i.far,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button i.fab {
  font-size: 1.4em;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:hover {
  background-color: #bca0fe;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:active {
  background-color: #ab87fd;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Disabled,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Disabled:hover,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Disabled:active,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Secondary {
  background-color: #ffff75;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Secondary:hover {
  background-color: #ffff5b;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Secondary:active {
  background-color: #ffff42;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Secondary-2:hover {
  background-color: black;
  color: white;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Tertiary {
  background-color: #96D6F2;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Tertiary:hover {
  background-color: #7fcdef;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Tertiary:active {
  background-color: #69c4ec;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Default:hover {
  background-color: #919090;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Default:active {
  background-color: #858383;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Default:hover,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Default:active {
  background: #1a1a1a;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Disabled a {
  opacity: 0.25;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Disabled:hover {
  background-color: #d1d1d1;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Disabled:active {
  background-color: #c5c5c5;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Executing:hover,
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button.Executing:active {
  background-color: #ab87fd;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button .Original_Price {
  position: relative;
}
#Jelly_Sidebar .Add_Button_Wrapper .Add_Button .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
#Jelly_Sidebar .My_Data {
  display: block;
  height: calc(100% - 70px - 34px);
  overflow: auto;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item {
  display: block;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item {
  display: block;
  border-bottom: solid 1px #808080;
  vertical-align: middle;
  position: relative;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  width: calc(100% - 10px - 5px);
  padding: 8px;
  padding-left: 15px;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details:focus {
  outline-style: none;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details .Icon {
  display: block;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 0.7px;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details .Icon .iconic {
  width: 14px;
  height: 14px;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details .Icon .iconic * {
  fill: #606060;
  stroke: #606060;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Details .Label {
  display: block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 14px - 5px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Browse {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 8px;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: inherit;
  color: inherit;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Browse:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Browse:focus {
  outline-style: none;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Browse .iconic {
  width: 10px;
  height: 10px;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Browse .iconic * {
  fill: #606060;
  stroke: #606060;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item .Browse:hover {
  background-color: #ebebeb;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item:hover {
  background-color: #f7f7f7;
}
#Jelly_Sidebar .My_Data .Folder .Folder_Items .Sortable_Item .Folder_Item.Selected {
  background-color: #f2f2f2;
}
#Jelly_Sidebar .Settings {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0;
  background-color: white;
  border-top: solid 1px #808080;
}
#Jelly_Sidebar .Settings .Settings_Link {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: inherit;
  color: inherit;
  padding: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#Jelly_Sidebar .Settings .Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Sidebar .Settings .Settings_Link:focus {
  outline-style: none;
}
#Jelly_Sidebar .Settings .Settings_Link .Content {
  display: block;
}
#Jelly_Sidebar .Settings .Settings_Link .Content:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Sidebar .Settings .Settings_Link .Content:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Sidebar .Settings .Settings_Link .Content .Icon {
  display: block;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
#Jelly_Sidebar .Settings .Settings_Link .Content .Icon .iconic {
  width: 14px;
  height: 14px;
}
#Jelly_Sidebar .Settings .Settings_Link .Content .Icon .iconic * {
  fill: #606060;
  stroke: #606060;
}
#Jelly_Sidebar .Settings .Settings_Link .Content .Label {
  display: block;
  float: left;
  vertical-align: middle;
}
#Jelly_Sidebar .Settings .Settings_Link:hover {
  background-color: #f7f7f7;
}
#Jelly_Browse_Bar {
  border-right: solid 1px #808080;
  background-color: #fefefd;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header {
  display: block;
  border-bottom: solid 1px #808080;
  background-color: rgba(0, 0, 0, 0.02);
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title {
  display: block;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Close {
  padding: 15px;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
  float: left;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Close .iconic {
  width: 10px;
  height: 10px;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Close .iconic * {
  fill: #606060;
  stroke: #606060;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Label {
  padding: 15px;
  padding-left: 0px;
  display: block;
  float: left;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Label .Title_Label_Link {
  text-decoration: inherit;
  color: inherit;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Label .Title_Label_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Label .Title_Label_Link:focus {
  outline-style: none;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add {
  display: block;
  float: right;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:focus {
  outline-style: none;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link i.material-icons,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link i.fa,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link i.far,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link i.fab {
  margin-right: 0.35em;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link i.fa,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link i.far,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link i.fab {
  font-size: 1.4em;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:hover {
  background-color: #bca0fe;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:active {
  background-color: #ab87fd;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Disabled,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Disabled:hover,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Disabled:active,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Secondary {
  background-color: #ffff75;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Secondary:hover {
  background-color: #ffff5b;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Secondary:active {
  background-color: #ffff42;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Tertiary {
  background-color: #96D6F2;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Tertiary:hover {
  background-color: #7fcdef;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Tertiary:active {
  background-color: #69c4ec;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Default:hover {
  background-color: #919090;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Default:active {
  background-color: #858383;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Default:hover,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Default:active {
  background: #1a1a1a;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Disabled a {
  opacity: 0.25;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Disabled:hover {
  background-color: #d1d1d1;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Disabled:active {
  background-color: #c5c5c5;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Executing:hover,
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link.Executing:active {
  background-color: #ab87fd;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link .Original_Price {
  position: relative;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Header .Title .Title_Add .Add_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item {
  display: block;
  border-bottom: solid 1px #808080;
  color: inherit;
  text-decoration: inherit;
  padding: 8px;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item:after {
  content: "";
  display: table;
  clear: both;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item .Cover {
  display: block;
  float: left;
  width: 40px;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item .Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item .Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item .Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item .Cover .Cover_Content:before {
  content: '';
  padding-top: 80%;
  float: left;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item .Browse_Item_Label {
  display: block;
  float: left;
  padding-left: 8px;
  width: calc(100% - 40px - 2px);
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item .Browse_Item_Label i.icon {
  margin-left: 5px;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item:hover {
  background-color: #f7f7f7;
}
#Jelly_Browse_Bar .Browse_Bar_Type .Browse_Bar_Item.Selected {
  background-color: #f2f2f2;
}
/* 

SECTION - Pages

*/
.Page_Item {
  display: block;
  width: 900px;
  max-width: 100%;
  margin-top: 0px;
  padding-bottom: 30px;
  display: inline-block;
  background-color: white;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.02), -12px 0 15px -4px rgba(0, 0, 0, 0.03);
  min-height: 100vh;
}
.Page_Item.Clean_Window {
  box-shadow: none;
}
.Page_Item.Clean_Window .Page_Header {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.Page_Item .Page_Header {
  display: block;
  margin-bottom: 10px;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.Page_Item .Page_Header .Page_Title {
  display: block;
  margin-bottom: 20px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right {
  display: block;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Page_Name {
  display: block;
  float: left;
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  font-size: 2em;
  letter-spacing: -0.75px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .Page_Item .Page_Header .Page_Title .Left_And_Right .Page_Name {
    font-size: 2.3em;
  }
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link {
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Page_Name i.icon {
  margin-left: 7px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right {
  float: right;
  display: block;
  /*.Preview_Link {.Icon_Size(24px);}  */
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible {
  float: left;
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Label {
  display: block;
  float: left;
  margin-right: 6px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value {
  display: block;
  float: left;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a {
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:focus {
  outline-style: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings {
  float: left;
  display: block;
  margin-right: 10px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 8px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic {
  width: 20px;
  height: 20px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 15px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:last-of-type {
  margin-right: 0;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings {
  display: inline-block;
  background-color: initial;
  cursor: pointer;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content {
  text-decoration: inherit;
  color: inherit;
  padding: 6px;
  border-radius: 21px;
  border: dashed 1px #cccccc;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 36px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:focus {
  outline-style: none;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic {
  width: 20px;
  height: 20px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label {
  font-size: 12px;
  text-align: center;
  background-color: #41bde1;
  color: white;
  display: block;
  visibility: hidden;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px;
  border-radius: 3px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label.Preview_Label {
  visibility: visible;
  margin-left: -9px;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected {
  background-color: initial;
}
.Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected .Content {
  border: solid 2px #41bde1;
  background-color: white;
}
@media (min-width: 960px) {
  .Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Content {
    background-color: #41bde1;
  }
  .Page_Item .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Label {
    visibility: visible;
  }
}
.Page_Item .Page_Header .Page_Title .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Page_Item .Page_Header .Page_Title .Page_Settings.Visible {
  display: block;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Page_Item .Page_Header .Page_Title .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Page_Item .Page_Cover {
  clear: right;
}
.Page_Item .Page_Cover.As_Wrapper {
  margin-top: -10px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fd6b03;
  background-blend-mode: darken;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  margin-bottom: 20px;
}
.Page_Item .Page_Cover.As_Wrapper:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Page_Item .Page_Cover.As_Wrapper .Page_Header {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -8px;
  width: 100%;
  margin-top: 0px;
  z-index: 2;
}
.Page_Item .Page_Cover.As_Wrapper .Page_Header .Page_Title .Left_And_Right .Page_Name {
  color: white;
  font-weight: 400;
}
.Page_Item .Page_Cover.As_Wrapper .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.Page_Item .Page_Cover.As_Wrapper .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Page_Item .Page_Cover.As_Wrapper .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Page_Item .Page_Cover.As_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Page_Item .Page_Cover.As_Wrapper .Cover_Content .Video_Wrapper {
  padding-top: 50%;
  padding-bottom: 0%;
}
.Page_Item .Page_Cover.As_Wrapper .Cover_Content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65));
}
@media (max-width: 480px) {
  .Page_Item .Page_Cover.As_Wrapper .Cover_Content {
    overflow: hidden;
  }
  .Page_Item .Page_Cover.As_Wrapper .Cover_Content:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  display: block;
  float: left;
  margin-right: 25px;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.material-icons,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  margin-right: 0.35em;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  font-size: 1.4em;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  background-color: #bca0fe;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:active {
  background-color: #ab87fd;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary {
  background-color: #ffff75;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:active {
  background-color: #ffff42;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary {
  background-color: #96D6F2;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover {
  background-color: #919090;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background-color: #858383;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background: #1a1a1a;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled a {
  opacity: 0.25;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:hover,
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:active {
  background-color: #ab87fd;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price {
  position: relative;
}
.Page_Item .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Page_Item .Page_Cover.As_Wrapper .Cover_Link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: red;
  z-index: 1;
}
@media (max-width: 480px) {
  .Page_Item .Page_Cover.As_Wrapper {
    overflow: hidden;
  }
  .Page_Item .Page_Cover.As_Wrapper:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
  .Page_Item .Page_Cover.As_Wrapper .Cover_Link {
    display: none;
  }
}
.Page_Item .Page_Cover .Cover_Content {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.Page_Item .Page_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Page_Item .Page_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Page_Item .Page_Cover .Cover_Content:before {
  content: '';
  padding-top: 35%;
  float: left;
}
.Page_Item .Page_Cover .Person_Cover_Content {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 100%;
}
.Page_Item .Page_Cover .Person_Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Page_Item .Page_Cover .Person_Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Page_Item .Page_Cover .Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Page_Item .Page_Cover .Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
@media (max-width: 480px) {
  .Page_Item .Page_Cover .Person_Cover_Content {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .Page_Item .Page_Cover .Person_Cover_Content {
    width: 33%;
  }
}
.Page_Item .Page_Disclaimer {
  background-color: #fff59d;
  padding: 25px;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  margin: 0px;
  margin-top: -10px;
}
.Page_Item .Page_Disclaimer p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.Page_Item .Page_Banner {
  padding: 25px;
  padding-top: 7px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.Page_Item .Page_Banner .Page_Core_Information {
  font-size: 25px;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  color: #41bde1;
  margin-right: 15px;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
  display: inline-block;
  max-width: calc(100% - 330px);
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Period {
  font-size: 0.7em;
  margin-left: 3px;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Timezone {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: #999;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
  color: #777;
  margin-left: 4px;
  margin-right: 4px;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From.From,
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To.From {
  font-size: 0.7em;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  display: block;
  font-size: 0.66em;
  color: #555555;
  font-weight: 100;
  margin-top: 10px;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .From {
  font-size: 1em;
  color: inherit;
  margin: 0px;
}
.Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .Period {
  font-size: 1em;
  color: inherit;
}
.Page_Item .Page_Banner .Page_Core_Information .Quote {
  position: absolute;
  font-size: 88px;
  font-family: Lato;
  font-weight: bold;
  color: #fff59d;
}
.Page_Item .Page_Banner .Page_Core_Information .Quote.Left {
  top: 35px;
  left: 35px;
}
.Page_Item .Page_Banner .Page_Core_Information .Quote.Right {
  top: 35px;
  right: 35px;
}
@media (max-width: 480px) {
  .Page_Item .Page_Banner .Page_Core_Information {
    margin-bottom: 15px;
  }
  .Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
    line-height: 1.3;
    max-width: initial;
  }
  .Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
  .Page_Item .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.Page_Item .Page_Banner .Page_Core_Action {
  display: block;
  position: absolute;
  right: 0px;
  top: -20px;
  height: calc(100% + 20px);
  width: 275px;
  top: 0px;
  height: 100%;
}
.Page_Item .Page_Banner .Page_Core_Action .RSVP_Button,
.Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
.Page_Item .Page_Banner .Page_Core_Action .Attending_Button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 0px !important;
  padding-left: 28% !important;
}
.Page_Item .Page_Banner .Page_Core_Action .RSVP_Button .icon,
.Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
.Page_Item .Page_Banner .Page_Core_Action .Attending_Button .icon {
  width: 28%;
  font-size: 2.5em;
}
.Page_Item .Page_Banner .Page_Core_Action .RSVP_Button label,
.Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button label,
.Page_Item .Page_Banner .Page_Core_Action .Attending_Button label {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  cursor: pointer;
  font-size: 27px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 600;
  width: 72%;
}
.Page_Item .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Page_Item .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  width: 0.4em;
  height: 0.4em;
}
.Page_Item .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic *,
.Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic *,
.Page_Item .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Page_Item .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
@media (max-width: 480px) {
  .Page_Item .Page_Banner .Page_Core_Action {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    top: -40px;
    height: 4em;
  }
  .Page_Item .Page_Banner .Page_Core_Action .RSVP_Button,
  .Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
  .Page_Item .Page_Banner .Page_Core_Action .Attending_Button {
    padding-left: 24%;
    min-height: 75px;
  }
  .Page_Item .Page_Banner .Page_Core_Action .RSVP_Button .icon,
  .Page_Item .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
  .Page_Item .Page_Banner .Page_Core_Action .Attending_Button .icon {
    width: 24%;
  }
}
.Page_Item .Page_Banner.Dark {
  background-color: #444444;
}
.Page_Item .Page_Banner.Dark .Page_Core_Information {
  color: white;
}
.Page_Item .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Icon {
  color: #ccc;
}
.Page_Item .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .From,
.Page_Item .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .To,
.Page_Item .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  color: white;
}
.Page_Item .Page_Stats {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 22px;
  font-size: 18px;
}
.Page_Item .Page_Stats .Stat {
  color: #888;
  font-style: italic;
}
.Page_Item .Page_Stats .Stat i.icon {
  color: #888;
}
.Page_Item .Page_Stats .Stat .Value {
  font-weight: 600;
  color: #dadada;
}
.Page_Item .Page_Stats .Stat.You {
  color: #fff59d;
}
.Page_Item .Page_Stats .Stat.You i.icon {
  color: #fff59d;
}
.Page_Item .Page_Stats .Stat.You .Value {
  color: #fff59d;
}
.Page_Item .Page_Stats .Spacer {
  margin-left: 5px;
  margin-right: 5px;
  color: #888;
}
.Page_Item .Page_Button.ui.blue.button {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 25px;
}
.Page_Item .Page_Communications {
  display: block;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 25px;
}
.Page_Item .Page_Communications .Big_List_Item_Mail,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile,
.Page_Item .Page_Communications .Big_List_Item_Call {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Page_Item .Page_Communications .Big_List_Item_Mail .iconic,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop .iconic,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile .iconic,
.Page_Item .Page_Communications .Big_List_Item_Call .iconic {
  width: 40px;
  height: 40px;
}
.Page_Item .Page_Communications .Big_List_Item_Mail .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Call .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Page_Item .Page_Communications .Big_List_Item_Mail .Label,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop .Label,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile .Label,
.Page_Item .Page_Communications .Big_List_Item_Call .Label {
  display: block;
  font-size: 15px;
}
.Page_Item .Page_Communications .Big_List_Item_Mail:active,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop:active,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile:active,
.Page_Item .Page_Communications .Big_List_Item_Call:active,
.Page_Item .Page_Communications .Big_List_Item_Mail:hover,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop:hover,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile:hover,
.Page_Item .Page_Communications .Big_List_Item_Call:hover {
  text-decoration: none;
}
.Page_Item .Page_Communications .Big_List_Item_Mail:active .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop:active .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile:active .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Call:active .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Mail:hover .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop:hover .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile:hover .iconic *,
.Page_Item .Page_Communications .Big_List_Item_Call:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Page_Item .Page_Communications .Big_List_Item_Text_Mobile {
  display: inline-block;
}
@media (min-width: 960px) {
  .Page_Item .Page_Communications .Big_List_Item_Text_Mobile {
    display: none;
  }
}
.Page_Item .Page_Communications .Big_List_Item_Text_Desktop {
  display: none;
}
@media (min-width: 960px) {
  .Page_Item .Page_Communications .Big_List_Item_Text_Desktop {
    display: inline-block;
  }
}
.Page_Item .Page_Communications .Big_List_Item_Call {
  position: relative;
  top: -3px;
}
.Page_Item .Page_Communications .Big_List_Item_Call .iconic {
  width: 37px;
  height: 37px;
}
.Page_Item .Section {
  display: block;
  margin-top: 30px;
}
.Page_Item .Section .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Page_Item .Section .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Page_Item .Section .Value {
  display: block;
}
.Page_Item .Section .Value input,
.Page_Item .Section .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Page_Item .Section .Value input,
  .Page_Item .Section .Value textarea {
    font-size: 22px;
  }
}
.Page_Item .Link {
  display: block;
}
.Page_Item .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Link .Jelly_Loading {
  float: right;
  top: 8px;
  margin-left: 10px;
}
.Page_Item .Link a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Page_Item .Link a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Link a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Link a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Page_Item .Link a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Link a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Link a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Link a:focus {
  outline-style: none;
}
.Page_Item .Link a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Page_Item .Link a i.material-icons,
.Page_Item .Link a i.fa,
.Page_Item .Link a i.far,
.Page_Item .Link a i.fab {
  margin-right: 0.35em;
}
.Page_Item .Link a i.fa,
.Page_Item .Link a i.far,
.Page_Item .Link a i.fab {
  font-size: 1.4em;
}
.Page_Item .Link a:hover {
  background-color: #bca0fe;
}
.Page_Item .Link a:active {
  background-color: #ab87fd;
}
.Page_Item .Link a.Disabled,
.Page_Item .Link a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Page_Item .Link a.Disabled:hover,
.Page_Item .Link a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Link a.Disabled:active,
.Page_Item .Link a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Link a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Link a.Secondary {
  background-color: #ffff75;
}
.Page_Item .Link a.Secondary:hover {
  background-color: #ffff5b;
}
.Page_Item .Link a.Secondary:active {
  background-color: #ffff42;
}
.Page_Item .Link a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Page_Item .Link a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Page_Item .Link a.Tertiary {
  background-color: #96D6F2;
}
.Page_Item .Link a.Tertiary:hover {
  background-color: #7fcdef;
}
.Page_Item .Link a.Tertiary:active {
  background-color: #69c4ec;
}
.Page_Item .Link a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Page_Item .Link a.Default:hover {
  background-color: #919090;
}
.Page_Item .Link a.Default:active {
  background-color: #858383;
}
.Page_Item .Link a.Default:hover,
.Page_Item .Link a.Default:active {
  background: #1a1a1a;
}
.Page_Item .Link a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Page_Item .Link a.Disabled a {
  opacity: 0.25;
}
.Page_Item .Link a.Disabled:hover {
  background-color: #d1d1d1;
}
.Page_Item .Link a.Disabled:active {
  background-color: #c5c5c5;
}
.Page_Item .Link a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Page_Item .Link a.Executing:hover,
.Page_Item .Link a.Executing:active {
  background-color: #ab87fd;
}
.Page_Item .Link a .Original_Price {
  position: relative;
}
.Page_Item .Link a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Page_Item .Page_Modules .Heading {
  font-size: 27px;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 44px;
  margin-bottom: 30px;
}
.Page_Item .Page_Modules .Subheading {
  font-size: 20px;
  margin-left: 44px;
}
.Page_Item .Page_Modules .Module_Group_Icon {
  display: block;
  position: relative;
  margin: auto;
  width: 104px;
  height: 104px;
  border-radius: 52px;
  font-size: 46px;
  padding-top: 23px;
  margin-top: -34px;
  color: #41bde1;
  background-color: white;
}
.Page_Item .Page_Modules .Module_Content {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Page_Item .Page_Modules .Module_Content .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Page_Item .Page_Modules .Module_Content .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Module_Content .Value {
  display: block;
}
.Page_Item .Page_Modules .Module_Content .Value input,
.Page_Item .Page_Modules .Module_Content .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Module_Content .Value input,
  .Page_Item .Page_Modules .Module_Content .Value textarea {
    font-size: 22px;
  }
}
.Page_Item .Page_Modules .Module_Content:last-of-type {
  margin-bottom: 40px;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Page_Item .Page_Modules .Module_Content .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings.Visible {
  display: block;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Page_Item .Page_Modules .Module_Content .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Page_Item .Page_Modules .Text_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Page_Item .Page_Modules .Text_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Page_Item .Page_Modules .Text_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Text_Module .Value {
  display: block;
}
.Page_Item .Page_Modules .Text_Module .Value input,
.Page_Item .Page_Modules .Text_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Text_Module .Value input,
  .Page_Item .Page_Modules .Text_Module .Value textarea {
    font-size: 22px;
  }
}
.Page_Item .Page_Modules .Text_Module:last-of-type {
  margin-bottom: 40px;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Page_Item .Page_Modules .Text_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings.Visible {
  display: block;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Page_Item .Page_Modules .Text_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Page_Item .Page_Modules .Picture_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Page_Item .Page_Modules .Picture_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Page_Item .Page_Modules .Picture_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Picture_Module .Value {
  display: block;
}
.Page_Item .Page_Modules .Picture_Module .Value input,
.Page_Item .Page_Modules .Picture_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Picture_Module .Value input,
  .Page_Item .Page_Modules .Picture_Module .Value textarea {
    font-size: 22px;
  }
}
.Page_Item .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 40px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings.Visible {
  display: block;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Page_Item .Page_Modules .Picture_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Page_Item .Page_Modules .Picture_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Page_Item .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 0px;
}
.Page_Item .Page_Modules .Property_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0px;
}
.Page_Item .Page_Modules .Property_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Page_Item .Page_Modules .Property_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Property_Module .Value {
  display: block;
}
.Page_Item .Page_Modules .Property_Module .Value input,
.Page_Item .Page_Modules .Property_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Property_Module .Value input,
  .Page_Item .Page_Modules .Property_Module .Value textarea {
    font-size: 22px;
  }
}
.Page_Item .Page_Modules .Property_Module:last-of-type {
  margin-bottom: 40px;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Page_Item .Page_Modules .Property_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings.Visible {
  display: block;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Page_Item .Page_Modules .Property_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Icon {
  display: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content {
  display: block;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Label_Value {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 4px;
  transition: 0.1s;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Explanation {
  display: block;
  clear: both;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffcc;
  color: #555;
  padding-left: 11px;
  width: 475px;
  margin-top: 10px;
  max-width: 100%;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: block;
  float: left;
  margin-left: 8px;
  padding-top: 5px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Private {
  padding-top: 4px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Public {
  padding-top: 4px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
  display: none;
}
@media (min-width: 960px) {
  .Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
    display: inline;
    color: #9e9d9d;
    font-size: 11px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    opacity: 0;
    transition: 0.3s;
  }
  .Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy:hover .Explanation {
    opacity: 1;
    transition: 0.1s;
  }
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 4px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 8px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls {
  float: right;
  display: block;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper {
  display: block;
  float: left;
  margin-bottom: -6px;
  margin-top: -6px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display {
  float: left;
  display: block;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 8px;
  border-radius: 5px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic {
  width: 20px;
  height: 20px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic *,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic *,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:hover,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:hover,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid.Selected,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List.Selected,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet.Selected {
  background-color: #e6e6e6;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:last-of-type,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:last-of-type,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:last-of-type {
  margin-right: 0;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper .Property_Module_Add_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper .Property_Module_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation {
  position: relative;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings.Visible {
  display: block;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator {
  margin-left: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link {
  display: block;
  font-size: 21px;
  padding-bottom: 10px;
  margin-right: 17px;
  color: black;
  float: left;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link .Count {
  font-weight: 600;
  margin-left: 5px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link i {
  color: #555;
  font-size: 0.8em;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link.Selected {
  border-bottom: solid 4px #41bde1;
  background: initial;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover {
  color: #41bde1;
  text-tecoration: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover i {
  color: #41bde1;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value {
  display: block;
  background-color: none;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input,
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  font-size: inherit;
  font-size: 18px;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 100%;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 50%;
  }
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  width: 100%;
  max-height: 200px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Time_Input {
  display: block;
  float: left;
  width: 100px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Date_Input {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper {
  display: block;
}
.Page_Item .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper .Load_More {
  display: table;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.Page_Item .Page_Modules .Property_Module[data-editable=False][data-show-label=False] .Property_Module_Header {
  display: none;
}
.Page_Item .Page_Modules .Property_Module[data-editable=False][data-size="Large"] .Property_Module_Value.Simple {
  font-size: 30px;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Location"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Location"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header .Property_Module_Controls {
  clear: left;
  margin-top: 12px;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Value {
  clear: right;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications {
  float: left;
  display: block;
  text-align: center;
  margin: 0px;
  margin-top: 13px;
  clear: left;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic {
  width: 27px;
  height: 27px;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic *,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .Label,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .Label {
  display: inline;
  font-size: 17px;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
  top: 6px;
  font-weight: 400;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover {
  text-decoration: none;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active .iconic *,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active .iconic *,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover .iconic *,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 51px;
  padding-right: 15px;
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #41bde1;
  margin-bottom: 10px;
  margin-top: -5px;
  margin-left: 5px;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.material-icons,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  margin-right: 0.35em;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  font-size: 1.4em;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  background-color: #bca0fe;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:active {
  background-color: #ab87fd;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary {
  background-color: #ffff75;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:hover {
  background-color: #ffff5b;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:active {
  background-color: #ffff42;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary {
  background-color: #96D6F2;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:hover {
  background-color: #7fcdef;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:active {
  background-color: #69c4ec;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover {
  background-color: #919090;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background-color: #858383;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background: #1a1a1a;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled a {
  opacity: 0.25;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover {
  background-color: #d1d1d1;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active {
  background-color: #c5c5c5;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:hover,
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:active {
  background-color: #ab87fd;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price {
  position: relative;
}
.Page_Item .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Page_Item .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Value,
.Page_Item .Page_Modules .Property_Module.Disabled .Property_Module_Value.Simple {
  opacity: 0.5;
}
.Page_Item .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: none;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"],
.Page_Item .Page_Modules .Activity .Activity_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Label,
.Page_Item .Page_Modules .Activity .Activity_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Tip,
.Page_Item .Page_Modules .Activity .Activity_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Value,
.Page_Item .Page_Modules .Activity .Activity_Module .Value {
  display: block;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Value input,
.Page_Item .Page_Modules .Activity .Activity_Module .Value input,
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Value textarea,
.Page_Item .Page_Modules .Activity .Activity_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Value input,
  .Page_Item .Page_Modules .Activity .Activity_Module .Value input,
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Value textarea,
  .Page_Item .Page_Modules .Activity .Activity_Module .Value textarea {
    font-size: 22px;
  }
}
.Page_Item .Page_Modules .Activity [data-type="Activity"]:last-of-type,
.Page_Item .Page_Modules .Activity .Activity_Module:last-of-type {
  margin-bottom: 40px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic *,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:focus,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link.Selected,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:last-of-type,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings.Visible,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings.Visible {
  display: block;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Label,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input:hover,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic *,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row a,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:last-of-type,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Disclaimer,
.Page_Item .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
.Page_Item .Page_Modules .Activity .Activity_Module .Page_Purchases {
  text-align: initial;
  float: right;
  margin: 0px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Page_Purchases .Content .Label,
.Page_Item .Page_Modules .Activity .Activity_Module .Page_Purchases .Content .Label {
  margin-bottom: 0px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Picture,
.Page_Item .Page_Modules .Activity .Activity_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper,
.Page_Item .Page_Modules .Activity .Activity_Module .Media_Wrapper {
  display: block;
  width: 100%;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper,
.Page_Item .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper {
  position: relative;
  height: auto;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper iframe,
.Page_Item .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper iframe {
  width: 100%;
  height: 580px;
  background: #9e9d9d;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper,
.Page_Item .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper {
  position: relative;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper iframe,
.Page_Item .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper iframe {
  width: 100%;
  background: #9e9d9d;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Button.Connect_Link,
.Page_Item .Page_Modules .Activity .Activity_Module .Media_Wrapper .Button.Connect_Link {
  display: none;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline,
.Page_Item .Page_Modules .Activity .Activity_Module .Headline {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 25px);
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Page_Item .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Page_Item .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
.Page_Item .Page_Modules .Activity .Activity_Module .Headline .Kind {
  display: block;
  float: left;
  font-size: 24px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: Montserrat;
  border-bottom: solid 6px black;
  margin-right: 50px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
.Page_Item .Page_Modules .Activity .Activity_Module .Headline .Time {
  display: block;
  float: right;
  font-size: 15px;
  margin-right: 25px;
  padding: 13px;
  padding-left: 22px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-style: italic;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description,
.Page_Item .Page_Modules .Activity .Activity_Module .Description {
  display: block;
  position: absolute;
  top: 25%;
  padding: 28px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Button,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Button {
  display: block;
  float: right;
  margin-left: 15px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Information,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Information {
  color: white;
  font-family: "Montserrat";
  font-size: 22px;
  letter-spacing: 0.3px;
  font-weight: 200;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Information a {
  font-weight: 800;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Caption {
  display: block;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 35px;
  -webkit-font-smoothing: antialiased;
  quotes: "“" "”" "‘" "’";
  color: white;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: lighter;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Caption:before {
  content: open-quote;
  font-family: Montserrat;
  font-size: 47px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Caption:after {
  content: close-quote;
  font-family: Montserrat;
  font-size: 40px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Teams {
  display: block;
  float: right;
  color: white;
  font-family: "Source Sans Pro";
  width: 75%;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.1px;
  font-size: 18px;
}
.Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Teams a,
.Page_Item .Page_Modules .Activity .Activity_Module .Description .Teams a {
  font-weight: 800;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline,
  .Page_Item .Page_Modules .Activity .Activity_Module .Headline {
    font-size: 18px;
    top: 18px;
    left: 18px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
  .Page_Item .Page_Modules .Activity .Activity_Module .Headline .Kind {
    margin-right: 0px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
  .Page_Item .Page_Modules .Activity .Activity_Module .Headline .Time {
    margin-right: 0px;
    padding: 11px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description {
    padding: 20px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Button,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description .Button {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Information,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description .Information {
    font-size: 15px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description .Information a {
    font-weight: 800;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description .Caption {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 15px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description .Caption:before {
    font-size: 25px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description .Caption:after {
    font-size: 25px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
  .Page_Item .Page_Modules .Activity .Activity_Module .Description .Teams {
    width: 100%;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
  .Page_Item .Page_Modules .Activity .Activity_Module .Page_Purchases {
    width: 100%;
    margin-bottom: 15px;
  }
  .Page_Item .Page_Modules .Activity [data-type="Activity"] .Page_Purchases a,
  .Page_Item .Page_Modules .Activity .Activity_Module .Page_Purchases a {
    width: 100%;
  }
}
.Page_Item .Page_Modules.Blue {
  display: block;
  background-color: #abcdef;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Page_Item .Page_Modules.Blue .Module_Group_Icon {
  background-color: #abcdef;
  margin-top: -78px;
  color: #333;
}
.Page_Item .Page_Modules.Light_Blue {
  display: block;
  background-color: #f7f8fc;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Page_Item .Page_Modules.Light_Blue .Module_Group_Icon {
  background-color: #f7f8fc;
  margin-top: -78px;
  color: #333;
}
.Page_Item .Page_Modules.Light_Blue .ui.card {
  background-color: transparent !important;
}
.Page_Item .Page_Modules.Light_Blue .ui.card .Cover_Picture {
  border: solid 3px #333;
}
.Page_Item .Page_Modules.Green {
  display: block;
  background-color: #7EEFCC;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Page_Item .Page_Modules.Green .Module_Group_Icon {
  background-color: #7EEFCC;
  margin-top: -78px;
  color: #333;
}
.Page_Item .Page_Modules.Green .ui.card {
  background-color: transparent !important;
}
.Page_Item .Page_Modules.Green .ui.card .Cover_Picture {
  border: solid 2px rgba(0, 0, 0, 0.85);
}
.Page_Item .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item {
  border: none;
}
.Page_Item .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item:hover .Cover_Picture {
  border-color: #41bde1;
}
@media (max-width: 480px) {
  .Page_Item .Page_Modules .Heading,
  .Page_Item .Page_Modules .Subheading {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 480px) {
  .Page_Item .Page_Content_Actions {
    display: none;
  }
}
@media (min-width: 960px) {
  .Page_Item .Page_Content_Actions {
    display: block;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-family: Lato;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  .Page_Item .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Page_Item .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Page_Item .Page_Content_Actions div.Inner_Group {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .Page_Item .Page_Content_Actions div.Inner_Group .Items {
    display: block;
    margin-top: 11px;
    margin-bottom: 4px;
    height: 28px;
  }
  .Page_Item .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Page_Item .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Page_Item .Page_Content_Actions div.Inner_Group .Items a {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .Page_Item .Page_Content_Actions div.Inner_Group .Label {
    padding-bottom: 15px;
  }
  .Page_Item .Page_Content_Actions div.Group {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.15);
    float: left;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  .Page_Item .Page_Content_Actions a {
    display: inline-block;
    height: 100%;
    padding: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: inherit;
    color: inherit;
    float: left;
  }
  .Page_Item .Page_Content_Actions a:hover {
    text-decoration: inherit;
    border-bottom: none;
  }
  .Page_Item .Page_Content_Actions a:focus {
    outline-style: none;
  }
  .Page_Item .Page_Content_Actions a .iconic {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
  }
  .Page_Item .Page_Content_Actions a .iconic * {
    fill: white;
    stroke: white;
  }
  .Page_Item .Page_Content_Actions a:hover {
    color: white;
    text-decoration: none;
    background-color: #666666;
  }
  .Page_Item .Page_Content_Actions .Selected {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .Page_Item .Page_Content_Actions [data-target-property="Size"] [data-size="Large"] {
    font-size: 150%;
  }
  .Page_Item .Page_Content_Actions [data-target-property="Size"] [data-size="Small"] {
    font-size: 75%;
  }
}
.Page_Item .Page_Add_Property {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link:focus {
  outline-style: none;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link i.material-icons,
.Page_Item .Page_Add_Property .Page_Add_Property_Link i.fa,
.Page_Item .Page_Add_Property .Page_Add_Property_Link i.far,
.Page_Item .Page_Add_Property .Page_Add_Property_Link i.fab {
  margin-right: 0.35em;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link i.fa,
.Page_Item .Page_Add_Property .Page_Add_Property_Link i.far,
.Page_Item .Page_Add_Property .Page_Add_Property_Link i.fab {
  font-size: 1.4em;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link:hover {
  background-color: #bca0fe;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link:active {
  background-color: #ab87fd;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Disabled,
.Page_Item .Page_Add_Property .Page_Add_Property_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Disabled:hover,
.Page_Item .Page_Add_Property .Page_Add_Property_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Disabled:active,
.Page_Item .Page_Add_Property .Page_Add_Property_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Secondary {
  background-color: #ffff75;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Secondary:active {
  background-color: #ffff42;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Tertiary {
  background-color: #96D6F2;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Default:hover {
  background-color: #919090;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background-color: #858383;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Default:hover,
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background: #1a1a1a;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Disabled a {
  opacity: 0.25;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Executing:hover,
.Page_Item .Page_Add_Property .Page_Add_Property_Link.Executing:active {
  background-color: #ab87fd;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link .Original_Price {
  position: relative;
}
.Page_Item .Page_Add_Property .Page_Add_Property_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
/* 

SECTION - Preview Mode

*/
#Jelly_Wrapper.Preview_Mode .Property_Module .Property_Module_Header .Property_Module_Label_Content .Property_Module_Label_Value,
.Page_Item .Page_Modules .Property_Module[data-editable="False"] .Property_Module_Header .Property_Module_Label_Content .Property_Module_Label_Value {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: 0.1s;
}
#Jelly_Wrapper.Preview_Mode .Property_Module .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy:not(.Member),
.Page_Item .Page_Modules .Property_Module[data-editable="False"] .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy:not(.Member) {
  display: none;
}
#Jelly_Wrapper.Preview_Mode .Property_Module .Property_Module_Header .Property_Module_Controls,
.Page_Item .Page_Modules .Property_Module[data-editable="False"] .Property_Module_Header .Property_Module_Controls {
  clear: none;
  margin-top: 2px;
}
#Jelly_Wrapper.Preview_Mode .Property_Module .Property_Module_Header .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic,
.Page_Item .Page_Modules .Property_Module[data-editable="False"] .Property_Module_Header .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic,
#Jelly_Wrapper.Preview_Mode .Property_Module .Property_Module_Header .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic,
.Page_Item .Page_Modules .Property_Module[data-editable="False"] .Property_Module_Header .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic,
#Jelly_Wrapper.Preview_Mode .Property_Module .Property_Module_Header .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic,
.Page_Item .Page_Modules .Property_Module[data-editable="False"] .Property_Module_Header .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic {
  width: 24px;
  height: 24px;
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Value,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Value {
  position: relative;
  /*background-color:rgba(0, 155, 188, 0.1);*/
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar {
  padding-left: 0px;
  padding-right: 0px;
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar .Big_List_Items,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar .Big_List_Items {
  border: none;
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar .Big_List_Items .Big_List_Item,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar .Big_List_Items .Big_List_Item {
  border: none;
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Value .Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  background-color: initial;
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Communications,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Communications {
  clear: none;
  margin-top: 2px;
  margin-left: 11px;
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic,
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic {
  width: 32px;
  height: 32px;
}
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .Label,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .Label,
#Jelly_Wrapper.Preview_Mode .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .Label,
.Page_Item .Page_Modules .Property_Module[data-editable="False"][data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .Label {
  top: 8px;
}
#Jelly_Wrapper.Preview_Mode .Property_Module .Expand_Video_Conversation,
.Page_Item .Page_Modules .Property_Module[data-editable="False"] .Expand_Video_Conversation {
  position: relative;
  top: 5px;
}
/* 

SECTION - Modules

*/
.Module_Controls {
  position: absolute;
  top: -85px;
}
@media (max-width: 480px) {
  .Module_Controls {
    display: none;
  }
}
@media (min-width: 960px) {
  .Module_Controls {
    display: block;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-family: Lato;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  .Module_Controls:after {
    content: "";
    display: table;
    clear: both;
  }
  .Module_Controls:after {
    content: "";
    display: table;
    clear: both;
  }
  .Module_Controls div.Inner_Group {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .Module_Controls div.Inner_Group .Items {
    display: block;
    margin-top: 11px;
    margin-bottom: 4px;
    height: 28px;
  }
  .Module_Controls div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Module_Controls div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Module_Controls div.Inner_Group .Items a {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .Module_Controls div.Inner_Group .Label {
    padding-bottom: 15px;
  }
  .Module_Controls div.Group {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.15);
    float: left;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  .Module_Controls a {
    display: inline-block;
    height: 100%;
    padding: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: inherit;
    color: inherit;
    float: left;
  }
  .Module_Controls a:hover {
    text-decoration: inherit;
    border-bottom: none;
  }
  .Module_Controls a:focus {
    outline-style: none;
  }
  .Module_Controls a .iconic {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
  }
  .Module_Controls a .iconic * {
    fill: white;
    stroke: white;
  }
  .Module_Controls a:hover {
    color: white;
    text-decoration: none;
    background-color: #666666;
  }
  .Module_Controls .Selected {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .Module_Controls [data-target-property="Size"] [data-size="Large"] {
    font-size: 150%;
  }
  .Module_Controls [data-target-property="Size"] [data-size="Small"] {
    font-size: 75%;
  }
}
@media (max-width: 480px) {
  .Controls_Box {
    display: none;
  }
}
@media (min-width: 960px) {
  .Controls_Box {
    display: block;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-family: Lato;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  .Controls_Box:after {
    content: "";
    display: table;
    clear: both;
  }
  .Controls_Box:after {
    content: "";
    display: table;
    clear: both;
  }
  .Controls_Box div.Inner_Group {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .Controls_Box div.Inner_Group .Items {
    display: block;
    margin-top: 11px;
    margin-bottom: 4px;
    height: 28px;
  }
  .Controls_Box div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Controls_Box div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Controls_Box div.Inner_Group .Items a {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .Controls_Box div.Inner_Group .Label {
    padding-bottom: 15px;
  }
  .Controls_Box div.Group {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.15);
    float: left;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  .Controls_Box a {
    display: inline-block;
    height: 100%;
    padding: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: inherit;
    color: inherit;
    float: left;
  }
  .Controls_Box a:hover {
    text-decoration: inherit;
    border-bottom: none;
  }
  .Controls_Box a:focus {
    outline-style: none;
  }
  .Controls_Box a .iconic {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
  }
  .Controls_Box a .iconic * {
    fill: white;
    stroke: white;
  }
  .Controls_Box a:hover {
    color: white;
    text-decoration: none;
    background-color: #666666;
  }
  .Controls_Box .Selected {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .Controls_Box [data-target-property="Size"] [data-size="Large"] {
    font-size: 150%;
  }
  .Controls_Box [data-target-property="Size"] [data-size="Small"] {
    font-size: 75%;
  }
}
/* 

SECTION - Lists

*/
.Big_List .Big_List_Display {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 25px;
}
.Big_List .Big_List_Display:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Left_Items {
  float: left;
  display: block;
}
.Big_List .Big_List_Display .Left_Items:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Left_Items:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Left_Items .Add {
  display: block;
  float: left;
  margin-right: 10px;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:focus {
  outline-style: none;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link i.material-icons,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link i.fa,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link i.far,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link i.fab {
  margin-right: 0.35em;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link i.fa,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link i.far,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link i.fab {
  font-size: 1.4em;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:hover {
  background-color: #bca0fe;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:active {
  background-color: #ab87fd;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Disabled,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Disabled:hover,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Disabled:active,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Secondary {
  background-color: #ffff75;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Secondary:active {
  background-color: #ffff42;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Tertiary {
  background-color: #96D6F2;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Default:hover {
  background-color: #919090;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Default:active {
  background-color: #858383;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Default:hover,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Default:active {
  background: #1a1a1a;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Disabled a {
  opacity: 0.25;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Executing:hover,
.Big_List .Big_List_Display .Left_Items .Add .Add_Link.Executing:active {
  background-color: #ab87fd;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link .Original_Price {
  position: relative;
}
.Big_List .Big_List_Display .Left_Items .Add .Add_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Big_List .Big_List_Display .Left_Items .Search {
  position: relative;
  top: 2px;
  opacity: 0.3;
}
.Big_List .Big_List_Display .Left_Items .Search .Icon {
  position: absolute;
  left: 10px;
  top: 2px;
}
.Big_List .Big_List_Display .Left_Items .Search .Icon .iconic {
  width: 16px;
  height: 16px;
}
.Big_List .Big_List_Display .Left_Items .Search .Icon .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Big_List .Big_List_Display .Left_Items .Search .Input input {
  height: auto;
  width: 200px;
  border-radius: 5px;
}
.Big_List .Big_List_Display .Right_Items {
  float: right;
  display: block;
}
.Big_List .Big_List_Display .Right_Items:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items .Show {
  float: left;
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  opacity: 0.3;
}
.Big_List .Big_List_Display .Right_Items .Show:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items .Show:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items .Show .Show_Label {
  display: block;
  float: left;
  margin-right: 6px;
}
.Big_List .Big_List_Display .Right_Items .Show .Show_Chevron {
  display: block;
  float: left;
}
.Big_List .Big_List_Display .Right_Items .Show .Show_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Big_List .Big_List_Display .Right_Items .Sort {
  float: left;
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  opacity: 0.3;
}
.Big_List .Big_List_Display .Right_Items .Sort:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items .Sort:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items .Sort .Sort_Label {
  display: block;
  float: left;
  margin-right: 6px;
}
.Big_List .Big_List_Display .Right_Items .Sort .Sort_Value {
  display: block;
  float: left;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Big_List .Big_List_Display .Right_Items .Sort .Sort_Chevron {
  display: block;
  float: left;
}
.Big_List .Big_List_Display .Right_Items .Sort .Sort_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Big_List .Big_List_Display .Right_Items .Display {
  float: left;
  display: block;
}
.Big_List .Big_List_Display .Right_Items .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List .Big_List_Display .Right_Items .Display .Display_Grid,
.Big_List .Big_List_Display .Right_Items .Display .Display_List,
.Big_List .Big_List_Display .Right_Items .Display .Display_Spreadsheet {
  display: block;
  float: left;
  margin-right: 5px;
  background-color: white;
  padding: 8px;
  border-radius: 5px;
}
.Big_List .Big_List_Display .Right_Items .Display .Display_Grid .iconic,
.Big_List .Big_List_Display .Right_Items .Display .Display_List .iconic,
.Big_List .Big_List_Display .Right_Items .Display .Display_Spreadsheet .iconic {
  width: 20px;
  height: 20px;
}
.Big_List .Big_List_Display .Right_Items .Display .Display_Grid .iconic *,
.Big_List .Big_List_Display .Right_Items .Display .Display_List .iconic *,
.Big_List .Big_List_Display .Right_Items .Display .Display_Spreadsheet .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Big_List .Big_List_Display .Right_Items .Display .Display_Grid:hover,
.Big_List .Big_List_Display .Right_Items .Display .Display_List:hover,
.Big_List .Big_List_Display .Right_Items .Display .Display_Spreadsheet:hover {
  background-color: #f2f2f2;
}
.Big_List .Big_List_Display .Right_Items .Display .Display_Grid.Selected,
.Big_List .Big_List_Display .Right_Items .Display .Display_List.Selected,
.Big_List .Big_List_Display .Right_Items .Display .Display_Spreadsheet.Selected {
  background-color: #e6e6e6;
}
.Big_List .Big_List_Display .Right_Items .Display .Display_Grid:last-of-type,
.Big_List .Big_List_Display .Right_Items .Display .Display_List:last-of-type,
.Big_List .Big_List_Display .Right_Items .Display .Display_Spreadsheet:last-of-type {
  margin-right: 0;
}
.Big_List .Big_List_Items .Big_List_Item.Hover:hover {
  background-color: #f7f7f7;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 35%;
  float: left;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Date {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .iconic {
  width: 14px;
  height: 14px;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete:active,
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete:active:hover,
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete:active:focus,
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete:hover:focus {
  outline-style: none;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Action:active,
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Action:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Action:active:hover,
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Action:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Action:active:focus,
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Action:hover:focus {
  outline-style: none;
}
.Big_List .Big_List_Items .Big_List_Item .Big_List_Item_Name {
  font-family: "Source Sans Pro";
}
.Big_List .Big_List_Items [data-type="Video_Conversation"][data-template="Property_Module_List_Item"] .Property_Module_Video_Conversation_Wrapper {
  width: 100%;
  height: 400px;
  position: relative;
}
.Big_List .Big_List_Items [data-type="Video_Conversation"][data-template="Property_Module_List_Item"] .Property_Module_Video_Conversation_Wrapper iframe {
  width: 100%;
  height: 100%;
}
.Big_List .header {
  font-family: "Source Sans Pro" !important;
}
.Big_List.Map .Big_List_Items {
  display: block;
  border-top: solid 1px #808080;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  width: 100%;
  height: 400px;
}
.Big_List.Map .Big_List_Items .List_Map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.Big_List.Map .Big_List_Items .List_Map .Big_List.Popup .Cover_Content {
  overflow: hidden;
}
.Big_List.Map .Big_List_Items .List_Map .Big_List.Popup .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List.List .Big_List_Items {
  display: block;
  border-top: solid 1px #808080;
  margin-left: -10px;
  margin-right: -10px;
}
.Big_List.List .Big_List_Items .Big_List_Item {
  display: block;
  border-bottom: solid 1px #808080;
  position: relative;
}
.Big_List.List .Big_List_Items .Big_List_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.List .Big_List_Items .Big_List_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
  width: calc(100% - 14px - 2*10px);
  padding: 10px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
  float: left;
  width: 25%;
  margin-right: 10px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content {
  width: 50%;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  float: left;
  width: calc(100% - 25% - 10px);
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Name {
  display: block;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Tagline {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Status {
  float: right;
  font-size: 11px;
  letter-spacing: 0.3px;
  font-family: Montserrat;
  font-weight: 700;
  background-color: #ffffcc;
  padding: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status {
  font-family: Montserrat;
  padding: 7px;
  margin-left: 7px;
  text-transform: uppercase;
  position: relative;
  top: -3px;
  color: black;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status.Organizing {
  background-color: #abe2f2;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status.Attending {
  background-color: #fea05e;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details.Highlight {
  background-color: rgba(255, 255, 0, 0.3);
  background-color: #ffffb2;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Value {
  display: block;
  margin-bottom: 10px;
  font-weight: lighter;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  display: block;
}
.Big_List.List .Big_List_Items [data-type="Sound"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover {
  width: 100%;
}
.Big_List.List .Big_List_Items [data-type="Sound"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
  padding-top: initial;
}
.Big_List.List .Big_List_Items [data-type="Sound"][data-template="Property_Module_List_Item"] .Big_List_Item_Name {
  display: none;
}
.Big_List.Team_List .Big_List_Items {
  display: block;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item {
  display: block;
  position: relative;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item:after {
  display: block;
  height: 25px;
  position: relative;
  left: -100vw;
  width: calc(100% + 200vw);
  background-color: #f0f0f0;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  position: relative;
  display: block;
  width: 100%;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 40%;
  float: left;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  filter: contrast(1.4) brightness(0.9) sepia(0.05);
  -webkit-filter: contrast(1.4) brightness(0.9) sepia(0.05);
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  width: 100%;
  text-transform: initial;
  padding-top: 35px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name i {
  margin-left: 7px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: lighter;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Label {
  display: block;
  margin-bottom: 10px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail .iconic,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text .iconic {
  width: 30px;
  height: 30px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail .iconic *,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail .Label,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text .Label {
  display: block;
  font-size: 15px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail:active,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text:active,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail:hover,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text:hover {
  text-decoration: none;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail:active .iconic *,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text:active .iconic *,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Mail:hover .iconic *,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Big_List_Item_Text:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 51px;
  padding-right: 15px;
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #41bde1;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:focus {
  outline-style: none;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect i.material-icons,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect i.fa,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect i.far,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect i.fab {
  margin-right: 0.35em;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect i.fa,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect i.far,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect i.fab {
  font-size: 1.4em;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:hover {
  background-color: #bca0fe;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:active {
  background-color: #ab87fd;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Disabled,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Disabled:hover,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Disabled:active,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Secondary {
  background-color: #ffff75;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Secondary:hover {
  background-color: #ffff5b;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Secondary:active {
  background-color: #ffff42;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Tertiary {
  background-color: #96D6F2;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Tertiary:hover {
  background-color: #7fcdef;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Tertiary:active {
  background-color: #69c4ec;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Default:hover {
  background-color: #919090;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Default:active {
  background-color: #858383;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Default:hover,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Default:active {
  background: #1a1a1a;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Disabled a {
  opacity: 0.25;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Disabled:hover {
  background-color: #d1d1d1;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Disabled:active {
  background-color: #c5c5c5;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Executing:hover,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect.Executing:active {
  background-color: #ab87fd;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect .Original_Price {
  position: relative;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Communications .Join_and_Connect .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value {
  display: block;
  position: relative;
  background-color: rgba(0, 155, 188, 0.1);
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member {
  width: 25%;
  padding: 10px;
  padding-top: 30px;
  height: 250px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member .General_Person_Cover {
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 130px;
  border-color: rgba(0, 0, 0, 0);
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member .Name {
  display: block;
  font-weight: 600;
  padding-top: 12px;
  font-size: 15px;
  text-transform: uppercase;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member.With_Title .General_Person_Cover {
  margin-bottom: 10px;
  border: solid 4px White;
  max-width: 138px;
  width: calc(100% + 8px);
  position: relative;
  top: -4px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member.With_Title .Title {
  text-align: center;
  font-size: 15px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.3px;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member:hover .Name,
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member:hover .Title {
  color: black;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member:hover .General_Person_Cover {
  border: solid 4px #41bde1;
  max-width: 138px;
  margin-bottom: 10px;
  width: calc(100% + 8px);
  position: relative;
  top: -4px;
}
@media (min-width: 960px) {
  .Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Value .Row .Team_Member {
    width: 20%;
  }
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List.Team_List .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.Grid .Big_List_Items {
  border-top: solid 1px #808080;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  /*
		&[data-parent-type="Person"][data-property="Team"][data-template="Property_Module_List_Item"] {padding-top:10px;
			.Big_List_Item {border:none; border-radius:2px; margin-bottom:10px; .Percentage_Height(100%);margin-right:10px;
				.Big_List_Item_Details { position:absolute; background-size:cover; background-position: center center; padding:0px;
					// .Cover_Content {.Percentage_Height(100%); border-top-left-radius:2px; border-top-right-radius:2px;}	
					.Big_List_Item_Badge{.Percentage_Height(100%);}
					.Big_List_Item_Name { .Block;position:absolute; bottom:0px; text-align:center;width:100%; font-weight:600; padding-top:12px;text-transform:uppercase;padding:0px; white-space:inherit; overflow:inherit; text-overflow:initial;padding-top:17px; background-color: rgba(255,255,255,.95);
						.Tagline {.Block; margin-top:12px; margin-bottom:20px; padding-left:15px; padding-right:15px;font-size:13px;  text-transform:none; font-weight:200;  line-height:1.2;}
					}
				}
				@media (max-width: @Mobile_Width) {width:calc(~'100%/2 - 10px');}
				@media (min-width: @Pro_Tablet_Width) {width:calc(~'100%/4 - 10px');}
				&:nth-of-type(2n+2) {border-right:none;}
				&:nth-of-type(3n+3) {border-right:none;}
			}
		}
		*/
}
.Big_List.Grid .Big_List_Items .Big_List_Item {
  border-bottom: solid 1px #808080;
  position: relative;
  border-left: solid 1px #808080;
  display: flex;
  display: -webkit-flex;
}
.Big_List.Grid .Big_List_Items .Big_List_Item:last-of-type {
  border-right: solid 1px #808080;
}
@media (max-width: 480px) {
  .Big_List.Grid .Big_List_Items .Big_List_Item {
    width: calc(100%/2);
  }
  .Big_List.Grid .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
    border-right: solid 1px #808080;
  }
}
@media (min-width: 960px) {
  .Big_List.Grid .Big_List_Items .Big_List_Item {
    width: calc(100%/3);
  }
  .Big_List.Grid .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
    border-right: solid 1px #808080;
  }
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
  flex: 1;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 80%;
  float: left;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-size: 17px;
  width: calc(100% - 14px - 2*10px);
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  width: calc(100% - 14px - 2*10px);
  letter-spacing: 0.15px;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Value {
  font-weight: lighter;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status {
  font-family: Montserrat;
  padding: 7px;
  font-size: 12px;
  color: black;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  right: -11px;
  border-radius: 4px 0px 0px 4px !important;
  border-right: solid 1px #dddddd;
  background-color: rgba(255, 245, 157, 0.95);
  box-shadow: -2px 1px 3px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  z-index: 1;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content {
  display: block;
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.Grid .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  display: block;
}
.Big_List.Grid .Big_List_Items [data-type="Video"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover {
  width: 100%;
}
.Big_List.Grid .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 37%;
}
@media (max-width: 480px) {
  .Big_List.Grid .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
    padding-top: 65%;
  }
}
.Big_List.Grid.Large .Big_List_Item {
  width: 100%;
  clear: left;
}
.Big_List.Grid.Medium .Big_List_Item {
  width: 25%;
  border: none;
}
.Big_List.Grid.Medium .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Grid.Medium .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Grid.Medium .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Grid.Medium .Big_List_Item:nth-of-type(4n+5) {
  clear: left;
}
.Big_List.Grid.Small .Big_List_Item {
  width: 12.5%;
  border: none;
}
.Big_List.Grid.Small .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Grid.Small .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Grid.Small .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Grid.Small .Big_List_Item:nth-of-type(8n+9) {
  clear: left;
}
.Big_List.Grid.Tiny .Big_List_Item {
  width: initial;
  border: none;
  margin-top: 10px;
  margin-right: 9px;
}
.Big_List.Grid.Tiny .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Grid.Tiny .Big_List_Item:nth-of-type(3n+3) {
  border: none;
}
.Big_List.Grid.Tiny .Big_List_Item:nth-of-type(2n+2) {
  border: none;
}
@media (min-width: 960px) {
  .Big_List.Grid.Tiny .Big_List_Item.Hover:hover {
    background-color: initial;
  }
  .Big_List.Grid.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Grid.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
@media (max-width: 480px) {
  .Big_List.Grid.Tiny .Big_List_Item.Hover:active {
    background-color: initial;
  }
  .Big_List.Grid.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Grid.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
.Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
  padding-right: 8px;
  border-radius: 25px;
  border: 1px dashed #ccc;
  transition: 0.15s;
}
.Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #41bde1;
  background-color: white;
  transition: 0.2s;
}
.Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details.Selected .Big_List_Item_Check {
  width: 14px;
}
.Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: none;
}
.Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  float: left;
  width: initial;
  font-size: 15px;
  margin-left: 10px;
  line-height: 28px;
}
.Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
  display: block;
  float: left;
  margin-left: 7px;
  line-height: 27px;
  color: #41bde1;
  width: 0px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details {
    padding-left: 8px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
  }
  .Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
    margin-left: 14px;
    line-height: 40px;
  }
  .Big_List.Grid.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
    margin-left: 9px;
    line-height: 38px;
  }
}
.Big_List.Grid.Flex .Big_List_Item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
}
@media (max-width: 480px) {
  .Big_List.Grid.Flex .Big_List_Item {
    min-width: calc(100%/2);
    -webkit-flex: 1 1 calc(100%/2);
  }
}
@media (min-width: 960px) {
  .Big_List.Grid.Flex .Big_List_Item {
    min-width: calc(100%/3);
    -webkit-flex: 1 1 calc(100%/3);
  }
}
.Big_List.Grid.Flex .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Large_Avatar,
.Big_List.Small_Avatar {
  font-weight: lighter;
  padding-left: 5%;
  padding-right: 5%;
}
.Big_List.Large_Avatar .Big_List_Items,
.Big_List.Small_Avatar .Big_List_Items {
  border-top: solid 1px #808080;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  /*
		&[data-parent-type="Person"][data-property="Team"][data-template="Property_Module_List_Item"] {padding-top:10px;
			.Big_List_Item {border:none; border-radius:2px; margin-bottom:10px; .Percentage_Height(100%);margin-right:10px;
				.Big_List_Item_Details { position:absolute; background-size:cover; background-position: center center; padding:0px;
					// .Cover_Content {.Percentage_Height(100%); border-top-left-radius:2px; border-top-right-radius:2px;}	
					.Big_List_Item_Badge{.Percentage_Height(100%);}
					.Big_List_Item_Name { .Block;position:absolute; bottom:0px; text-align:center;width:100%; font-weight:600; padding-top:12px;text-transform:uppercase;padding:0px; white-space:inherit; overflow:inherit; text-overflow:initial;padding-top:17px; background-color: rgba(255,255,255,.95);
						.Tagline {.Block; margin-top:12px; margin-bottom:20px; padding-left:15px; padding-right:15px;font-size:13px;  text-transform:none; font-weight:200;  line-height:1.2;}
					}
				}
				@media (max-width: @Mobile_Width) {width:calc(~'100%/2 - 10px');}
				@media (min-width: @Pro_Tablet_Width) {width:calc(~'100%/4 - 10px');}
				&:nth-of-type(2n+2) {border-right:none;}
				&:nth-of-type(3n+3) {border-right:none;}
			}
		}
		*/
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item {
  border-bottom: solid 1px #808080;
  position: relative;
  border-left: solid 1px #808080;
  display: flex;
  display: -webkit-flex;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item:last-of-type,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item:last-of-type {
  border-right: solid 1px #808080;
}
@media (max-width: 480px) {
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item {
    width: calc(100%/2);
  }
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item:nth-of-type(2n+2),
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
    border-right: solid 1px #808080;
  }
}
@media (min-width: 960px) {
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item {
    width: calc(100%/3);
  }
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item:nth-of-type(3n+3),
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
    border-right: solid 1px #808080;
  }
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Inner,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
  flex: 1;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 80%;
  float: left;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-size: 17px;
  width: calc(100% - 14px - 2*10px);
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  width: calc(100% - 14px - 2*10px);
  letter-spacing: 0.15px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Value,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Value {
  font-weight: lighter;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status {
  font-family: Montserrat;
  padding: 7px;
  font-size: 12px;
  color: black;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  right: -11px;
  border-radius: 4px 0px 0px 4px !important;
  border-right: solid 1px #dddddd;
  background-color: rgba(255, 245, 157, 0.95);
  box-shadow: -2px 1px 3px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  z-index: 1;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content {
  display: block;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  display: block;
}
.Big_List.Large_Avatar .Big_List_Items [data-type="Video"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover,
.Big_List.Small_Avatar .Big_List_Items [data-type="Video"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover {
  width: 100%;
}
.Big_List.Large_Avatar .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before,
.Big_List.Small_Avatar .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 37%;
}
@media (max-width: 480px) {
  .Big_List.Large_Avatar .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before,
  .Big_List.Small_Avatar .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
    padding-top: 65%;
  }
}
.Big_List.Large_Avatar.Large .Big_List_Item,
.Big_List.Small_Avatar.Large .Big_List_Item {
  width: 100%;
  clear: left;
}
.Big_List.Large_Avatar.Medium .Big_List_Item,
.Big_List.Small_Avatar.Medium .Big_List_Item {
  width: 25%;
  border: none;
}
.Big_List.Large_Avatar.Medium .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Avatar.Medium .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Large_Avatar.Medium .Big_List_Item:nth-of-type(3n+4),
.Big_List.Small_Avatar.Medium .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Large_Avatar.Medium .Big_List_Item:last-of-type,
.Big_List.Small_Avatar.Medium .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Large_Avatar.Medium .Big_List_Item:nth-of-type(4n+5),
.Big_List.Small_Avatar.Medium .Big_List_Item:nth-of-type(4n+5) {
  clear: left;
}
.Big_List.Large_Avatar.Small .Big_List_Item,
.Big_List.Small_Avatar.Small .Big_List_Item {
  width: 12.5%;
  border: none;
}
.Big_List.Large_Avatar.Small .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Avatar.Small .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Large_Avatar.Small .Big_List_Item:nth-of-type(3n+4),
.Big_List.Small_Avatar.Small .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Large_Avatar.Small .Big_List_Item:last-of-type,
.Big_List.Small_Avatar.Small .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Large_Avatar.Small .Big_List_Item:nth-of-type(8n+9),
.Big_List.Small_Avatar.Small .Big_List_Item:nth-of-type(8n+9) {
  clear: left;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item,
.Big_List.Small_Avatar.Tiny .Big_List_Item {
  width: initial;
  border: none;
  margin-top: 10px;
  margin-right: 9px;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item:last-of-type,
.Big_List.Small_Avatar.Tiny .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Avatar.Tiny .Big_List_Item:nth-of-type(3n+3) {
  border: none;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item:nth-of-type(2n+2),
.Big_List.Small_Avatar.Tiny .Big_List_Item:nth-of-type(2n+2) {
  border: none;
}
@media (min-width: 960px) {
  .Big_List.Large_Avatar.Tiny .Big_List_Item.Hover:hover,
  .Big_List.Small_Avatar.Tiny .Big_List_Item.Hover:hover {
    background-color: initial;
  }
  .Big_List.Large_Avatar.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details,
  .Big_List.Small_Avatar.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Large_Avatar.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details.Selected,
  .Big_List.Small_Avatar.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
@media (max-width: 480px) {
  .Big_List.Large_Avatar.Tiny .Big_List_Item.Hover:active,
  .Big_List.Small_Avatar.Tiny .Big_List_Item.Hover:active {
    background-color: initial;
  }
  .Big_List.Large_Avatar.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details,
  .Big_List.Small_Avatar.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Large_Avatar.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details.Selected,
  .Big_List.Small_Avatar.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
.Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details,
.Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
  padding-right: 8px;
  border-radius: 25px;
  border: 1px dashed #ccc;
  transition: 0.15s;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details.Selected,
.Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #41bde1;
  background-color: white;
  transition: 0.2s;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details.Selected .Big_List_Item_Check,
.Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details.Selected .Big_List_Item_Check {
  width: 14px;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
.Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: none;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  float: left;
  width: initial;
  font-size: 15px;
  margin-left: 10px;
  line-height: 28px;
}
.Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check,
.Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
  display: block;
  float: left;
  margin-left: 7px;
  line-height: 27px;
  color: #41bde1;
  width: 0px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details,
  .Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details {
    padding-left: 8px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
  }
  .Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
  .Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
  .Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
    margin-left: 14px;
    line-height: 40px;
  }
  .Big_List.Large_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check,
  .Big_List.Small_Avatar.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
    margin-left: 9px;
    line-height: 38px;
  }
}
.Big_List.Large_Avatar.Flex .Big_List_Item,
.Big_List.Small_Avatar.Flex .Big_List_Item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
}
@media (max-width: 480px) {
  .Big_List.Large_Avatar.Flex .Big_List_Item,
  .Big_List.Small_Avatar.Flex .Big_List_Item {
    min-width: calc(100%/2);
    -webkit-flex: 1 1 calc(100%/2);
  }
}
@media (min-width: 960px) {
  .Big_List.Large_Avatar.Flex .Big_List_Item,
  .Big_List.Small_Avatar.Flex .Big_List_Item {
    min-width: calc(100%/3);
    -webkit-flex: 1 1 calc(100%/3);
  }
}
.Big_List.Large_Avatar.Flex .Big_List_Item .Big_List_Item_Inner,
.Big_List.Small_Avatar.Flex .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Large_Avatar .Person_List_Team,
.Big_List.Small_Avatar .Person_List_Team {
  display: none;
  padding-left: 5%;
  padding-right: 5%;
}
.Big_List.Large_Avatar .Person_List_Team .Person_List_Team_Name,
.Big_List.Small_Avatar .Person_List_Team .Person_List_Team_Name {
  display: block;
  font-size: 24px;
  font-weight: lighter;
  padding-top: 20px;
  margin-bottom: 5px;
  text-decoration: underline;
}
.Big_List.Large_Avatar .Big_List_Items,
.Big_List.Small_Avatar .Big_List_Items {
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item {
  border-color: white;
  margin: 15px;
  width: calc(25% - 30px);
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item:nth-of-type(4n+1),
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item:nth-of-type(4n+1) {
  border-left: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
  border-right: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item:nth-of-type(2n+2),
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
  border-right: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item:last-of-type,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item:last-of-type {
  border-right: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
  border: none;
  cursor: pointer;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  background: none;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  border-color: rgba(0, 0, 0, 0);
  transition-property: border-color;
  margin-bottom: 0px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-weight: 600;
  text-align: center;
  width: inherit;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Big_List_Item_Cover .Cover_Content,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Big_List_Item_Cover .Cover_Content {
  margin-bottom: -8px;
  border: solid 4px white;
  width: calc(100% + 8px);
  position: relative;
  top: -4px;
  left: -4px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Title,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Title {
  font-weight: lighter;
  text-align: center;
  font-size: 15px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.3px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Status,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Status {
  font-size: 11px;
  letter-spacing: 0.3px;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Status.Highlight,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Status.Highlight {
  background-color: #ffffcc;
  margin-bottom: 7px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Teams,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Teams {
  margin-top: 3px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Teams .label,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Teams .label {
  margin-bottom: 3px;
  font-family: "Lato";
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions {
  bottom: 8px;
  right: 8px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions .Delete,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions .Delete {
  padding: 0px;
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 480px) {
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item {
    width: calc(50% - 30px);
  }
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item:active .Big_List_Item_Name,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item:active .Big_List_Item_Name {
    color: #41bde1;
    transition: 0.1s;
  }
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item:active .Big_List_Item_Cover .Cover_Content,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item:active .Big_List_Item_Cover .Cover_Content {
    border: solid 4px #41bde1;
    margin-bottom: -8px;
    width: calc(100% + 8px);
    position: relative;
    top: -4px;
    left: -4px;
    transition: 0.1s;
    transition-property: border-color;
  }
}
@media (min-width: 960px) {
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item:hover .Big_List_Item_Name,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item:hover .Big_List_Item_Name {
    color: #41bde1;
    transition: 0.1s;
  }
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item:hover .Big_List_Item_Cover .Cover_Content,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item:hover .Big_List_Item_Cover .Cover_Content {
    border: solid 4px #41bde1;
    margin-bottom: -8px;
    width: calc(100% + 8px);
    position: relative;
    top: -4px;
    left: -4px;
    transition: 0.1s;
    transition-property: border-color;
  }
  .Big_List.Large_Avatar .Big_List_Items .Big_List_Item:hover.With_Title .Big_List_Item_Cover .Cover_Content,
  .Big_List.Small_Avatar .Big_List_Items .Big_List_Item:hover.With_Title .Big_List_Item_Cover .Cover_Content {
    margin-bottom: -8px;
    border: solid 4px #41bde1;
    width: calc(100% + 8px);
    position: relative;
    top: -4px;
    left: -4px;
  }
}
.Big_List.Large_Avatar .Big_List_Items .Big_List_Item:hover,
.Big_List.Small_Avatar .Big_List_Items .Big_List_Item:hover {
  background: none;
}
.Big_List.Large_Avatar.Small_Avatar .Big_List_Item,
.Big_List.Small_Avatar.Small_Avatar .Big_List_Item {
  margin: 10px;
  width: calc(12.5% - 20px);
}
.Big_List.Large_Avatar.Small_Avatar .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Big_List.Small_Avatar.Small_Avatar .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  font-size: 15px;
}
@media (max-width: 480px) {
  .Big_List.Large_Avatar.Small_Avatar .Big_List_Item,
  .Big_List.Small_Avatar.Small_Avatar .Big_List_Item {
    width: calc(25% - 20px);
  }
}
.Big_List.Large_Card,
.Big_List.Small_Card {
  padding-left: 5%;
  padding-right: 5%;
}
.Big_List.Large_Card .Big_List_Items,
.Big_List.Small_Card .Big_List_Items {
  border-top: solid 1px #808080;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  /*
		&[data-parent-type="Person"][data-property="Team"][data-template="Property_Module_List_Item"] {padding-top:10px;
			.Big_List_Item {border:none; border-radius:2px; margin-bottom:10px; .Percentage_Height(100%);margin-right:10px;
				.Big_List_Item_Details { position:absolute; background-size:cover; background-position: center center; padding:0px;
					// .Cover_Content {.Percentage_Height(100%); border-top-left-radius:2px; border-top-right-radius:2px;}	
					.Big_List_Item_Badge{.Percentage_Height(100%);}
					.Big_List_Item_Name { .Block;position:absolute; bottom:0px; text-align:center;width:100%; font-weight:600; padding-top:12px;text-transform:uppercase;padding:0px; white-space:inherit; overflow:inherit; text-overflow:initial;padding-top:17px; background-color: rgba(255,255,255,.95);
						.Tagline {.Block; margin-top:12px; margin-bottom:20px; padding-left:15px; padding-right:15px;font-size:13px;  text-transform:none; font-weight:200;  line-height:1.2;}
					}
				}
				@media (max-width: @Mobile_Width) {width:calc(~'100%/2 - 10px');}
				@media (min-width: @Pro_Tablet_Width) {width:calc(~'100%/4 - 10px');}
				&:nth-of-type(2n+2) {border-right:none;}
				&:nth-of-type(3n+3) {border-right:none;}
			}
		}
		*/
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item,
.Big_List.Small_Card .Big_List_Items .Big_List_Item {
  border-bottom: solid 1px #808080;
  position: relative;
  border-left: solid 1px #808080;
  display: flex;
  display: -webkit-flex;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item:last-of-type,
.Big_List.Small_Card .Big_List_Items .Big_List_Item:last-of-type {
  border-right: solid 1px #808080;
}
@media (max-width: 480px) {
  .Big_List.Large_Card .Big_List_Items .Big_List_Item,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item {
    width: calc(100%/2);
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item:nth-of-type(2n+2),
  .Big_List.Small_Card .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
    border-right: solid 1px #808080;
  }
}
@media (min-width: 960px) {
  .Big_List.Large_Card .Big_List_Items .Big_List_Item,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item {
    width: calc(100%/3);
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item:nth-of-type(3n+3),
  .Big_List.Small_Card .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
    border-right: solid 1px #808080;
  }
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Inner,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
  flex: 1;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 80%;
  float: left;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-size: 17px;
  width: calc(100% - 14px - 2*10px);
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  width: calc(100% - 14px - 2*10px);
  letter-spacing: 0.15px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Value,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Value {
  font-weight: lighter;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status {
  font-family: Montserrat;
  padding: 7px;
  font-size: 12px;
  color: black;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  right: -11px;
  border-radius: 4px 0px 0px 4px !important;
  border-right: solid 1px #dddddd;
  background-color: rgba(255, 245, 157, 0.95);
  box-shadow: -2px 1px 3px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  z-index: 1;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content {
  display: block;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  display: block;
}
.Big_List.Large_Card .Big_List_Items [data-type="Video"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover,
.Big_List.Small_Card .Big_List_Items [data-type="Video"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover {
  width: 100%;
}
.Big_List.Large_Card .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before,
.Big_List.Small_Card .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 37%;
}
@media (max-width: 480px) {
  .Big_List.Large_Card .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before,
  .Big_List.Small_Card .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
    padding-top: 65%;
  }
}
.Big_List.Large_Card.Large .Big_List_Item,
.Big_List.Small_Card.Large .Big_List_Item {
  width: 100%;
  clear: left;
}
.Big_List.Large_Card.Medium .Big_List_Item,
.Big_List.Small_Card.Medium .Big_List_Item {
  width: 25%;
  border: none;
}
.Big_List.Large_Card.Medium .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Card.Medium .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Large_Card.Medium .Big_List_Item:nth-of-type(3n+4),
.Big_List.Small_Card.Medium .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Large_Card.Medium .Big_List_Item:last-of-type,
.Big_List.Small_Card.Medium .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Large_Card.Medium .Big_List_Item:nth-of-type(4n+5),
.Big_List.Small_Card.Medium .Big_List_Item:nth-of-type(4n+5) {
  clear: left;
}
.Big_List.Large_Card.Small .Big_List_Item,
.Big_List.Small_Card.Small .Big_List_Item {
  width: 12.5%;
  border: none;
}
.Big_List.Large_Card.Small .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Card.Small .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Large_Card.Small .Big_List_Item:nth-of-type(3n+4),
.Big_List.Small_Card.Small .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Large_Card.Small .Big_List_Item:last-of-type,
.Big_List.Small_Card.Small .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Large_Card.Small .Big_List_Item:nth-of-type(8n+9),
.Big_List.Small_Card.Small .Big_List_Item:nth-of-type(8n+9) {
  clear: left;
}
.Big_List.Large_Card.Tiny .Big_List_Item,
.Big_List.Small_Card.Tiny .Big_List_Item {
  width: initial;
  border: none;
  margin-top: 10px;
  margin-right: 9px;
}
.Big_List.Large_Card.Tiny .Big_List_Item:last-of-type,
.Big_List.Small_Card.Tiny .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Large_Card.Tiny .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Card.Tiny .Big_List_Item:nth-of-type(3n+3) {
  border: none;
}
.Big_List.Large_Card.Tiny .Big_List_Item:nth-of-type(2n+2),
.Big_List.Small_Card.Tiny .Big_List_Item:nth-of-type(2n+2) {
  border: none;
}
@media (min-width: 960px) {
  .Big_List.Large_Card.Tiny .Big_List_Item.Hover:hover,
  .Big_List.Small_Card.Tiny .Big_List_Item.Hover:hover {
    background-color: initial;
  }
  .Big_List.Large_Card.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details,
  .Big_List.Small_Card.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Large_Card.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details.Selected,
  .Big_List.Small_Card.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
@media (max-width: 480px) {
  .Big_List.Large_Card.Tiny .Big_List_Item.Hover:active,
  .Big_List.Small_Card.Tiny .Big_List_Item.Hover:active {
    background-color: initial;
  }
  .Big_List.Large_Card.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details,
  .Big_List.Small_Card.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Large_Card.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details.Selected,
  .Big_List.Small_Card.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
.Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details,
.Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
  padding-right: 8px;
  border-radius: 25px;
  border: 1px dashed #ccc;
  transition: 0.15s;
}
.Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details.Selected,
.Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #41bde1;
  background-color: white;
  transition: 0.2s;
}
.Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details.Selected .Big_List_Item_Check,
.Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details.Selected .Big_List_Item_Check {
  width: 14px;
}
.Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
.Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: none;
}
.Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  float: left;
  width: initial;
  font-size: 15px;
  margin-left: 10px;
  line-height: 28px;
}
.Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check,
.Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
  display: block;
  float: left;
  margin-left: 7px;
  line-height: 27px;
  color: #41bde1;
  width: 0px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details,
  .Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details {
    padding-left: 8px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
  }
  .Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
  .Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
  .Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
    margin-left: 14px;
    line-height: 40px;
  }
  .Big_List.Large_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check,
  .Big_List.Small_Card.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
    margin-left: 9px;
    line-height: 38px;
  }
}
.Big_List.Large_Card.Flex .Big_List_Item,
.Big_List.Small_Card.Flex .Big_List_Item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
}
@media (max-width: 480px) {
  .Big_List.Large_Card.Flex .Big_List_Item,
  .Big_List.Small_Card.Flex .Big_List_Item {
    min-width: calc(100%/2);
    -webkit-flex: 1 1 calc(100%/2);
  }
}
@media (min-width: 960px) {
  .Big_List.Large_Card.Flex .Big_List_Item,
  .Big_List.Small_Card.Flex .Big_List_Item {
    min-width: calc(100%/3);
    -webkit-flex: 1 1 calc(100%/3);
  }
}
.Big_List.Large_Card.Flex .Big_List_Item .Big_List_Item_Inner,
.Big_List.Small_Card.Flex .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Large_Card .Big_List_Items,
.Big_List.Small_Card .Big_List_Items {
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item,
.Big_List.Small_Card .Big_List_Items .Big_List_Item {
  border-color: white;
  margin: 8px;
  width: calc(25% - 16px);
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item:nth-of-type(4n+1),
.Big_List.Small_Card .Big_List_Items .Big_List_Item:nth-of-type(4n+1) {
  border-left: none;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item:nth-of-type(3n+3),
.Big_List.Small_Card .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
  border-right: none;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item:nth-of-type(2n+2),
.Big_List.Small_Card .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
  border-right: none;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item:last-of-type,
.Big_List.Small_Card .Big_List_Items .Big_List_Item:last-of-type {
  border-right: none;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
  cursor: pointer;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  background: none;
  border-radius: 5px 5px 0px 0px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  border-color: rgba(0, 0, 0, 0);
  transition-property: border-color;
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Blank,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Blank {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65)), linear-gradient(#fd6b03, #fd6b03);
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-weight: 600;
  text-align: center;
  width: inherit;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Big_List_Item_Cover .Cover_Content,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Big_List_Item_Cover .Cover_Content {
  margin-bottom: -8px;
  border: solid 4px white;
  width: calc(100% + 8px);
  position: relative;
  top: -4px;
  left: -4px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Title,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details.With_Title .Title {
  font-weight: lighter;
  text-align: center;
  font-size: 15px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.3px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions {
  bottom: 8px;
  right: 8px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions .Delete,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions .Delete {
  padding: 0px;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .icon.info.circle,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .icon.info.circle {
  float: right;
  color: #41bde1;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  font-size: 0.9em;
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .header,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .header {
  /*font-size:1.22em;*/
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .description,
.Big_List.Small_Card .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .description {
  line-height: 1.2;
}
@media (max-width: 480px) {
  .Big_List.Large_Card .Big_List_Items .Big_List_Item,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item {
    width: calc(50% - 16px);
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item .content,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item .content {
    padding-right: 3px;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item .content .description,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item .content .description {
    display: none;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item .popup .header,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item .popup .header {
    font-size: 16px;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item .popup .description,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item .popup .description {
    font-size: 14px;
    line-height: 1.4;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item:active .Big_List_Item_Name,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item:active .Big_List_Item_Name {
    color: #41bde1;
    transition: 0.1s;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item:active .ui.card,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item:active .ui.card {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
@media (min-width: 960px) {
  .Big_List.Large_Card .Big_List_Items .Big_List_Item .icon.info.circle,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item .icon.info.circle {
    display: none;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item:hover .Big_List_Item_Name,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item:hover .Big_List_Item_Name {
    color: #41bde1;
    transition: 0.1s;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item:hover .ui.card,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item:hover .ui.card {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
  .Big_List.Large_Card .Big_List_Items .Big_List_Item:hover.With_Title .Big_List_Item_Cover .Cover_Content,
  .Big_List.Small_Card .Big_List_Items .Big_List_Item:hover.With_Title .Big_List_Item_Cover .Cover_Content {
    margin-bottom: -8px;
    border: solid 4px #41bde1;
    width: calc(100% + 8px);
    position: relative;
    top: -4px;
    left: -4px;
  }
}
.Big_List.Large_Card .Big_List_Items .Big_List_Item:hover,
.Big_List.Small_Card .Big_List_Items .Big_List_Item:hover {
  background: none;
}
.Big_List.Large_Card.Small_Card .Big_List_Item,
.Big_List.Small_Card.Small_Card .Big_List_Item {
  margin: 5px;
  width: calc(12.5% - 10px);
}
.Big_List.Large_Card.Small_Card .Big_List_Item .ui.card,
.Big_List.Small_Card.Small_Card .Big_List_Item .ui.card {
  box-shadow: none;
}
@media (max-width: 480px) {
  .Big_List.Large_Card.Small_Card .Big_List_Item,
  .Big_List.Small_Card.Small_Card .Big_List_Item {
    width: calc(25% - 10px);
  }
}
.Big_List.Gallery .Big_List_Items {
  border-top: solid 1px #808080;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  /*
		&[data-parent-type="Person"][data-property="Team"][data-template="Property_Module_List_Item"] {padding-top:10px;
			.Big_List_Item {border:none; border-radius:2px; margin-bottom:10px; .Percentage_Height(100%);margin-right:10px;
				.Big_List_Item_Details { position:absolute; background-size:cover; background-position: center center; padding:0px;
					// .Cover_Content {.Percentage_Height(100%); border-top-left-radius:2px; border-top-right-radius:2px;}	
					.Big_List_Item_Badge{.Percentage_Height(100%);}
					.Big_List_Item_Name { .Block;position:absolute; bottom:0px; text-align:center;width:100%; font-weight:600; padding-top:12px;text-transform:uppercase;padding:0px; white-space:inherit; overflow:inherit; text-overflow:initial;padding-top:17px; background-color: rgba(255,255,255,.95);
						.Tagline {.Block; margin-top:12px; margin-bottom:20px; padding-left:15px; padding-right:15px;font-size:13px;  text-transform:none; font-weight:200;  line-height:1.2;}
					}
				}
				@media (max-width: @Mobile_Width) {width:calc(~'100%/2 - 10px');}
				@media (min-width: @Pro_Tablet_Width) {width:calc(~'100%/4 - 10px');}
				&:nth-of-type(2n+2) {border-right:none;}
				&:nth-of-type(3n+3) {border-right:none;}
			}
		}
		*/
}
.Big_List.Gallery .Big_List_Items .Big_List_Item {
  border-bottom: solid 1px #808080;
  position: relative;
  border-left: solid 1px #808080;
  display: flex;
  display: -webkit-flex;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:last-of-type {
  border-right: solid 1px #808080;
}
@media (max-width: 480px) {
  .Big_List.Gallery .Big_List_Items .Big_List_Item {
    width: calc(100%/2);
  }
  .Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
    border-right: solid 1px #808080;
  }
}
@media (min-width: 960px) {
  .Big_List.Gallery .Big_List_Items .Big_List_Item {
    width: calc(100%/3);
  }
  .Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
    border-right: solid 1px #808080;
  }
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
  flex: 1;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 80%;
  float: left;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-size: 17px;
  width: calc(100% - 14px - 2*10px);
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  width: calc(100% - 14px - 2*10px);
  letter-spacing: 0.15px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Value {
  font-weight: lighter;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status {
  font-family: Montserrat;
  padding: 7px;
  font-size: 12px;
  color: black;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  right: -11px;
  border-radius: 4px 0px 0px 4px !important;
  border-right: solid 1px #dddddd;
  background-color: rgba(255, 245, 157, 0.95);
  box-shadow: -2px 1px 3px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  z-index: 1;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content {
  display: block;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  display: block;
}
.Big_List.Gallery .Big_List_Items [data-type="Video"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover {
  width: 100%;
}
.Big_List.Gallery .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 37%;
}
@media (max-width: 480px) {
  .Big_List.Gallery .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
    padding-top: 65%;
  }
}
.Big_List.Gallery.Large .Big_List_Item {
  width: 100%;
  clear: left;
}
.Big_List.Gallery.Medium .Big_List_Item {
  width: 25%;
  border: none;
}
.Big_List.Gallery.Medium .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Gallery.Medium .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Gallery.Medium .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Gallery.Medium .Big_List_Item:nth-of-type(4n+5) {
  clear: left;
}
.Big_List.Gallery.Small .Big_List_Item {
  width: 12.5%;
  border: none;
}
.Big_List.Gallery.Small .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Gallery.Small .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Gallery.Small .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Gallery.Small .Big_List_Item:nth-of-type(8n+9) {
  clear: left;
}
.Big_List.Gallery.Tiny .Big_List_Item {
  width: initial;
  border: none;
  margin-top: 10px;
  margin-right: 9px;
}
.Big_List.Gallery.Tiny .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Gallery.Tiny .Big_List_Item:nth-of-type(3n+3) {
  border: none;
}
.Big_List.Gallery.Tiny .Big_List_Item:nth-of-type(2n+2) {
  border: none;
}
@media (min-width: 960px) {
  .Big_List.Gallery.Tiny .Big_List_Item.Hover:hover {
    background-color: initial;
  }
  .Big_List.Gallery.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Gallery.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
@media (max-width: 480px) {
  .Big_List.Gallery.Tiny .Big_List_Item.Hover:active {
    background-color: initial;
  }
  .Big_List.Gallery.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Gallery.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
.Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
  padding-right: 8px;
  border-radius: 25px;
  border: 1px dashed #ccc;
  transition: 0.15s;
}
.Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #41bde1;
  background-color: white;
  transition: 0.2s;
}
.Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details.Selected .Big_List_Item_Check {
  width: 14px;
}
.Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: none;
}
.Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  float: left;
  width: initial;
  font-size: 15px;
  margin-left: 10px;
  line-height: 28px;
}
.Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
  display: block;
  float: left;
  margin-left: 7px;
  line-height: 27px;
  color: #41bde1;
  width: 0px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details {
    padding-left: 8px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
  }
  .Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
    margin-left: 14px;
    line-height: 40px;
  }
  .Big_List.Gallery.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
    margin-left: 9px;
    line-height: 38px;
  }
}
.Big_List.Gallery.Flex .Big_List_Item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
}
@media (max-width: 480px) {
  .Big_List.Gallery.Flex .Big_List_Item {
    min-width: calc(100%/2);
    -webkit-flex: 1 1 calc(100%/2);
  }
}
@media (min-width: 960px) {
  .Big_List.Gallery.Flex .Big_List_Item {
    min-width: calc(100%/3);
    -webkit-flex: 1 1 calc(100%/3);
  }
}
.Big_List.Gallery.Flex .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Gallery .Big_List_Items {
  border: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item {
  border: solid 3px #cecece;
  margin: 2px;
  width: calc(25% - 4px);
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  border-radius: 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  border-color: rgba(0, 0, 0, 0);
  transition-property: border-color;
  margin-bottom: 0px;
  border-radius: 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: red;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-weight: 600;
  text-align: center;
  width: inherit;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions {
  bottom: 8px;
  right: 8px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions .Delete {
  padding: 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  font-size: 0.9em;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .header {
  font-size: 1.22em;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
  border-right: solid 3px #cecece;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
  border-right: solid 3px #cecece;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:last-of-type {
  border-right: solid 3px #cecece;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(1) {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(1) .Big_List_Item_Details {
  padding: 0px;
  border-radius: 5px 5px 0px 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(1) .Big_List_Item_Details .Big_List_Item_Cover {
  border-radius: 5px 5px 0px 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(1) .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  border-radius: 5px 5px 0px 0px;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item:nth-of-type(1) .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 60%;
}
@media (max-width: 480px) {
  .Big_List.Gallery .Big_List_Items .Big_List_Item[data-type="Sound"] .Cover_Link,
  .Big_List.Gallery .Big_List_Items .Big_List_Item[data-type="Video"] .Cover_Link {
    display: none;
  }
}
.Big_List.Gallery .Big_List_Items .Big_List_Item[data-type="Sound"] {
  width: 100%;
}
.Big_List.Gallery .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 18.5%;
}
@media (max-width: 480px) {
  .Big_List.Gallery .Big_List_Items .Big_List_Item:active {
    background: none;
  }
  .Big_List.Gallery .Big_List_Items .Big_List_Item:active .Big_List_Item_Details {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
@media (min-width: 960px) {
  .Big_List.Gallery .Big_List_Items .Big_List_Item:hover {
    background: none;
  }
  .Big_List.Gallery .Big_List_Items .Big_List_Item:hover .Big_List_Item_Details {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
.Big_List.Label {
  padding: 0px;
}
.Big_List.Label .Big_List_Item .ui.label,
.Big_List.Label .Big_List_Item .ui.button {
  padding: 0px !important;
  font-size: 1.35em;
}
.Big_List.Label .Big_List_Item .ui.label.Creator,
.Big_List.Label .Big_List_Item .ui.button.Creator {
  background-color: #FFFFCC;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Cover {
  display: block;
  float: left;
  width: 60px;
  max-height: 57px;
  overflow: hidden;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px 0px 0px 5px;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 95%;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  border-radius: 5px 0px 0px 5px;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Name {
  display: block;
  float: left;
  padding: 16px;
  padding-left: 18px;
  padding-right: 75px;
}
.Big_List.Label .Big_List_Item .Big_List_Item_Name:before {
  content: "#";
  font-size: 0.9em;
  font-weight: 200;
}
@media (max-width: 480px) {
  .Big_List.Label .Big_List_Item.Hover:active {
    background: none;
  }
  .Big_List.Label .Big_List_Item.Hover:active button {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
@media (min-width: 960px) {
  .Big_List.Label .Big_List_Item.Hover:hover {
    background: none;
  }
  .Big_List.Label .Big_List_Item.Hover:hover button {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
/* TODO - Rename ...  Or just delete the old Grid and List that Tristan made. */
.Big_List.List .Big_List_Items {
  border-top: none;
}
.Big_List.List .Big_List_Items .Big_List_Item {
  border-bottom: none;
  padding: 0px;
  border-top: 0px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
  float: left;
  padding: 12px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: red;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  display: block;
  float: left;
  padding-left: 1.5em;
  padding-top: 12px;
  padding-bottom: 16px;
  border-top: none;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .label.horizontal {
  margin-left: 12px;
  position: relative;
  top: -4px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .extra.content {
  display: block;
  float: right;
  border-top: none !important;
  padding: 0px;
  padding-top: 5px;
  padding-right: 5px;
}
.Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .extra.content i.icon {
  font-size: 1.1em;
  color: black;
}
@media (max-width: 480px) {
  .Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .Big_List.List .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Link {
    display: none;
  }
  .Big_List.List .Big_List_Items .Big_List_Item.Hover:active {
    background: none;
  }
  .Big_List.List .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Name {
    color: #41bde1;
    transition: 0.1s;
  }
  .Big_List.List .Big_List_Items .Big_List_Item.Hover:active .ui.card {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
@media (min-width: 960px) {
  .Big_List.List .Big_List_Items .Big_List_Item.Hover:hover {
    background: none;
  }
  .Big_List.List .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Name {
    color: #41bde1;
    transition: 0.1s;
  }
  .Big_List.List .Big_List_Items .Big_List_Item.Hover:hover .ui.card {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
.Big_List.Location .Big_List_Items {
  border-top: solid 1px #808080;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  /*
		&[data-parent-type="Person"][data-property="Team"][data-template="Property_Module_List_Item"] {padding-top:10px;
			.Big_List_Item {border:none; border-radius:2px; margin-bottom:10px; .Percentage_Height(100%);margin-right:10px;
				.Big_List_Item_Details { position:absolute; background-size:cover; background-position: center center; padding:0px;
					// .Cover_Content {.Percentage_Height(100%); border-top-left-radius:2px; border-top-right-radius:2px;}	
					.Big_List_Item_Badge{.Percentage_Height(100%);}
					.Big_List_Item_Name { .Block;position:absolute; bottom:0px; text-align:center;width:100%; font-weight:600; padding-top:12px;text-transform:uppercase;padding:0px; white-space:inherit; overflow:inherit; text-overflow:initial;padding-top:17px; background-color: rgba(255,255,255,.95);
						.Tagline {.Block; margin-top:12px; margin-bottom:20px; padding-left:15px; padding-right:15px;font-size:13px;  text-transform:none; font-weight:200;  line-height:1.2;}
					}
				}
				@media (max-width: @Mobile_Width) {width:calc(~'100%/2 - 10px');}
				@media (min-width: @Pro_Tablet_Width) {width:calc(~'100%/4 - 10px');}
				&:nth-of-type(2n+2) {border-right:none;}
				&:nth-of-type(3n+3) {border-right:none;}
			}
		}
		*/
}
.Big_List.Location .Big_List_Items .Big_List_Item {
  border-bottom: solid 1px #808080;
  position: relative;
  border-left: solid 1px #808080;
  display: flex;
  display: -webkit-flex;
}
.Big_List.Location .Big_List_Items .Big_List_Item:last-of-type {
  border-right: solid 1px #808080;
}
@media (max-width: 480px) {
  .Big_List.Location .Big_List_Items .Big_List_Item {
    width: calc(100%/2);
  }
  .Big_List.Location .Big_List_Items .Big_List_Item:nth-of-type(2n+2) {
    border-right: solid 1px #808080;
  }
}
@media (min-width: 960px) {
  .Big_List.Location .Big_List_Items .Big_List_Item {
    width: calc(100%/3);
  }
  .Big_List.Location .Big_List_Items .Big_List_Item:nth-of-type(3n+3) {
    border-right: solid 1px #808080;
  }
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
  flex: 1;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 80%;
  float: left;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-size: 17px;
  width: calc(100% - 14px - 2*10px);
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name .Description {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  width: calc(100% - 14px - 2*10px);
  letter-spacing: 0.15px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content .Big_List_Item_Value {
  font-weight: lighter;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Status {
  font-family: Montserrat;
  padding: 7px;
  font-size: 12px;
  color: black;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  right: -11px;
  border-radius: 4px 0px 0px 4px !important;
  border-right: solid 1px #dddddd;
  background-color: rgba(255, 245, 157, 0.95);
  box-shadow: -2px 1px 3px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  z-index: 1;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Delete .Content {
  display: block;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Actions .Leave_Team {
  display: block;
}
.Big_List.Location .Big_List_Items [data-type="Video"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover {
  width: 100%;
}
.Big_List.Location .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
  padding-top: 37%;
}
@media (max-width: 480px) {
  .Big_List.Location .Big_List_Items [data-type="Location"][data-template="Property_Module_List_Item"] .Big_List_Item_Cover .Cover_Content:before {
    padding-top: 65%;
  }
}
.Big_List.Location.Large .Big_List_Item {
  width: 100%;
  clear: left;
}
.Big_List.Location.Medium .Big_List_Item {
  width: 25%;
  border: none;
}
.Big_List.Location.Medium .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Location.Medium .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Location.Medium .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Location.Medium .Big_List_Item:nth-of-type(4n+5) {
  clear: left;
}
.Big_List.Location.Small .Big_List_Item {
  width: 12.5%;
  border: none;
}
.Big_List.Location.Small .Big_List_Item:nth-of-type(3n+3) {
  clear: none;
  border: none;
}
.Big_List.Location.Small .Big_List_Item:nth-of-type(3n+4) {
  clear: none;
}
.Big_List.Location.Small .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Location.Small .Big_List_Item:nth-of-type(8n+9) {
  clear: left;
}
.Big_List.Location.Tiny .Big_List_Item {
  width: initial;
  border: none;
  margin-top: 10px;
  margin-right: 9px;
}
.Big_List.Location.Tiny .Big_List_Item:last-of-type {
  border: none;
}
.Big_List.Location.Tiny .Big_List_Item:nth-of-type(3n+3) {
  border: none;
}
.Big_List.Location.Tiny .Big_List_Item:nth-of-type(2n+2) {
  border: none;
}
@media (min-width: 960px) {
  .Big_List.Location.Tiny .Big_List_Item.Hover:hover {
    background-color: initial;
  }
  .Big_List.Location.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Location.Tiny .Big_List_Item.Hover:hover .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
@media (max-width: 480px) {
  .Big_List.Location.Tiny .Big_List_Item.Hover:active {
    background-color: initial;
  }
  .Big_List.Location.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #41bde1;
    border-color: #41bde1;
  }
  .Big_List.Location.Tiny .Big_List_Item.Hover:active .Big_List_Item_Details.Selected {
    background-color: inherit;
    transition: 0.2s;
  }
}
.Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
  padding-right: 8px;
  border-radius: 25px;
  border: 1px dashed #ccc;
  transition: 0.15s;
}
.Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #41bde1;
  background-color: white;
  transition: 0.2s;
}
.Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details.Selected .Big_List_Item_Check {
  width: 14px;
}
.Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  display: none;
}
.Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  float: left;
  width: initial;
  font-size: 15px;
  margin-left: 10px;
  line-height: 28px;
}
.Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
  display: block;
  float: left;
  margin-left: 7px;
  line-height: 27px;
  color: #41bde1;
  width: 0px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details {
    padding-left: 8px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
  }
  .Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
    margin-left: 14px;
    line-height: 40px;
  }
  .Big_List.Location.Tiny .Big_List_Item .Big_List_Item_Details .Big_List_Item_Check {
    margin-left: 9px;
    line-height: 38px;
  }
}
.Big_List.Location.Flex .Big_List_Item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
}
@media (max-width: 480px) {
  .Big_List.Location.Flex .Big_List_Item {
    min-width: calc(100%/2);
    -webkit-flex: 1 1 calc(100%/2);
  }
}
@media (min-width: 960px) {
  .Big_List.Location.Flex .Big_List_Item {
    min-width: calc(100%/3);
    -webkit-flex: 1 1 calc(100%/3);
  }
}
.Big_List.Location.Flex .Big_List_Item .Big_List_Item_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Big_List.Location .Big_List_Items {
  border: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.Big_List.Location .Big_List_Items .Big_List_Item {
  border-color: white;
  width: calc(100%);
  border: none;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  padding: 0px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover {
  border-radius: 5px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  border-color: rgba(0, 0, 0, 0);
  transition-property: border-color;
  margin-bottom: 0px;
  border-radius: 5px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  font-weight: 600;
  text-align: center;
  width: inherit;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions {
  bottom: 8px;
  right: 8px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Actions .Delete {
  padding: 0px;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  font-size: 0.9em;
}
.Big_List.Location .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .header {
  font-size: 1.22em;
}
@media (max-width: 480px) {
  .Big_List.Location .Big_List_Items .Big_List_Item:active {
    background: none;
  }
  .Big_List.Location .Big_List_Items .Big_List_Item:active .Big_List_Item_Details {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
@media (min-width: 960px) {
  .Big_List.Location .Big_List_Items .Big_List_Item:hover {
    background: none;
  }
  .Big_List.Location .Big_List_Items .Big_List_Item:hover .Big_List_Item_Details {
    box-shadow: 0 2px 4px 0 #41bde1, 0 0 0 4px #41bde1;
    transition: 0.1s;
    transition-property: box-shadow;
  }
}
.Big_List.Type_List .Big_List_Items {
  margin-left: -8px;
  margin-right: -8px;
}
.Big_List.Type_List .Type_Item_Navigator {
  margin-left: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.Big_List.Type_List .Type_Item_Navigator .Type_Item_Navigator_Link {
  display: block;
  font-size: 21px;
  padding-bottom: 10px;
  margin-right: 17px;
  color: black;
  float: left;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
.Big_List.Type_List .Type_Item_Navigator .Type_Item_Navigator_Link .Count {
  font-weight: 600;
  margin-left: 5px;
}
.Big_List.Type_List .Type_Item_Navigator .Type_Item_Navigator_Link i {
  color: #555;
  font-size: 0.8em;
}
.Big_List.Type_List .Type_Item_Navigator .Type_Item_Navigator_Link.Selected {
  border-bottom: solid 4px #41bde1;
  background: initial;
}
.Big_List.Type_List .Type_Item_Navigator .Type_Item_Navigator_Link:hover {
  color: #41bde1;
  text-tecoration: none;
}
.Big_List.Type_List .Type_Item_Navigator .Type_Item_Navigator_Link:hover i {
  color: #41bde1;
}
@media (max-width: 480px) {
  .Big_List.Type_List .Type_Item_Navigator .Type_Item_Navigator_Link {
    margin-right: 8px;
  }
}
.Big_List.Spreadsheet table {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.Big_List.Spreadsheet table thead {
  padding: 0px;
  margin: 0px;
}
.Big_List.Spreadsheet table thead tr {
  padding: 0px;
  margin: 0px;
}
.Big_List.Spreadsheet table thead tr td {
  padding: 8px;
  margin: 0px;
  border-left: solid 1px #808080;
}
.Big_List.Spreadsheet table thead tr td .Property_Name {
  text-decoration: underline;
}
.Big_List.Spreadsheet table thead tr td .Add_Property_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Big_List.Spreadsheet table tbody {
  padding: 0px;
  margin: 0px;
}
.Big_List.Spreadsheet table tbody tr {
  padding: 0px;
  margin: 0px;
}
.Big_List.Spreadsheet table tbody tr td {
  padding: 0px;
  margin: 0px;
  border-left: solid 1px #808080;
}
.Big_List.Spreadsheet table tbody tr td input {
  border-radius: 0;
  width: 250px;
  border-style: none;
  padding: 8px;
  background-color: inherit;
}
.Big_List.Spreadsheet table tbody tr td input:focus {
  outline-width: 1px;
}
.Big_List.Spreadsheet table tbody tr td:last-of-type {
  border-right: solid 1px #808080;
}
.Big_List.Spreadsheet table tbody tr:nth-of-type(2n+1) {
  background-color: #fafafa;
}
.Big_List.Join_Team .Big_List_Items {
  margin-left: 0px;
  margin-right: 0px;
}
.Big_List.Join_Team .Big_List_Items .Big_List_Item .Big_List_Item_Details.Team_Toggle {
  cursor: pointer;
  cursor: hand;
}
.Big_List.Join_Team .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  float: left;
  width: calc(100% - 80px);
  margin-bottom: 13px;
  margin-top: 5px;
  font-weight: 400;
}
.Big_List.Join_Team .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Content {
  clear: left;
  display: block;
}
.Big_List.Join_Team .Big_List_Items .Big_List_Item .Big_List_Item_Actions {
  position: relative;
  display: block;
  float: right;
}
.Big_List.Join_Team .Big_List_Items .Big_List_Item .Big_List_Item_Actions a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
/* 
.Big_List.Join_Team {
	.Big_List_Items {.Block; .Border_Top; margin-left: -10px; margin-right: -10px;
		.Big_List_Item {.Row; .Border_Bottom; position: relative;
			.Big_List_Item_Details {.Row; .Plain_Link; position: relative; width: calc(~'100% - 100px'); padding: 10px;
				.Big_List_Item_Cover {.Left; width: 50%; margin-right: 10px;
					.Cover_Content {.Cover_Content_Wrapper; .Percentage_Height(45%);}
				}
				.Big_List_Item_Name {.Left; width: calc(~'100% - 50% - 10px'); margin-bottom: 10px;}
				.Big_List_Item_Content {.Block;}
			}
			.Big_List_Item_Value {.Block; margin-bottom: 10px; font-weight: lighter;}
			.Big_List_Item_Actions {.Row; position: absolute; top: 0px; right: 0px; width: 100px; height: 100%; text-align: center; padding-top: 10px;
				a {.Button.Small;}
			}
		}
	}
}
*/
.Big_List_Item_Top_Image .Big_List_Item_Details {
  display: block;
  text-decoration: inherit;
  color: inherit;
  position: relative;
  width: 100%;
}
.Big_List_Item_Top_Image .Big_List_Item_Details:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Big_List_Item_Top_Image .Big_List_Item_Details:focus {
  outline-style: none;
}
.Big_List_Item_Top_Image .Big_List_Item_Details .Big_List_Item_Cover {
  display: block;
}
.Big_List_Item_Top_Image .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.Big_List_Item_Top_Image .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List_Item_Top_Image .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Big_List_Item_Top_Image .Big_List_Item_Details .Big_List_Item_Cover .Cover_Content:before {
  content: '';
  padding-top: 80%;
  float: left;
}
.Big_List_Item_Top_Image .Big_List_Item_Details .Big_List_Item_Name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 14px - 2*10px);
}
.Big_List_Item_Top_Image .Big_List_Item_Actions {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.Big_List_Item_Top_Image .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List_Item_Top_Image .Big_List_Item_Actions:after {
  content: "";
  display: table;
  clear: both;
}
.Big_List_Item_Top_Image .Big_List_Item_Actions .Delete {
  display: block;
  float: left;
  padding: 10px;
  height: 100%;
}
.Big_List_Item_Top_Image .Big_List_Item_Actions .Delete .Content {
  display: block;
}
.Item_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Item_Settings.Visible {
  display: block;
}
.Item_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Item_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Item_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Item_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Item_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Item_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Item_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Item_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Item_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Item_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Item_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
/* 

SECTION - Embeds

*/
.Sound_Wrapper {
  height: 150px;
  position: relative;
}
.Sound_Wrapper iframe {
  width: 100%;
  height: 100%;
}
.Sound_Wrapper.Wide_spotify {
  height: 80px;
}
.Sound_Wrapper.Wide_soundcloud {
  height: 150px;
}
@media (max-width: 480px) {
  .Sound_Wrapper.Wide_soundcloud {
    height: 300px;
  }
  .Sound_Wrapper.Wide_soundcloud iframe {
    height: 100%;
  }
}
.Sound_Wrapper.Wide_bandcamp {
  height: 43px;
}
.Video_Wrapper {
  height: 0;
  position: relative;
  /*padding-top: 25%;*/
  padding-bottom: 56.25%;
}
.Video_Wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Website_Wrapper {
  height: 0;
  position: relative;
  padding-top: 25%;
  padding-bottom: 56.25%;
}
.Website_Wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Social_Media_Wrapper {
  height: 0;
  position: relative;
  height: 100%;
}
.Social_Media_Wrapper figure {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-image: url(/jelly/images/social/Social.png);
  background-size: cover;
}
.Social_Media_Wrapper figure.Twitter {
  background-image: url(/jelly/images/social/Twitter.png);
}
.Social_Media_Wrapper figure.Facebook {
  background-image: url(/jelly/images/social/Facebook.png);
}
.Social_Media_Wrapper figure.LinkedIn {
  background-image: url(/jelly/images/social/LinkedIn.png);
}
.Social_Media_Wrapper figure.Pinterest {
  background-image: url(/jelly/images/social/Pinterest.png);
}
.Social_Media_Wrapper figure.Google_Plus {
  background-image: url(/jelly/images/social/Google_Plus.png);
}
.Social_Media_Wrapper figure.Tumblr {
  background-image: url(/jelly/images/social/Tumblr.png);
}
.Social_Media_Wrapper figure.Instagram {
  background-image: url(/jelly/images/social/Instagram.png);
}
.Social_Media_Wrapper figure.Better {
  background-image: url(/jelly/images/social/Better.png);
}
/* 

SECTION - Dashboard

*/
/* TODO Cleanup */
.Dashboard_Item {
  display: block;
  padding: 30px;
}
.Dashboard_Item .Feed {
  display: block;
}
.Dashboard_Item .Feed .Feed_Label {
  display: block;
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.Dashboard_Item .Feed .Feed_Items {
  display: inline-block;
  border-top: solid 1px #808080;
  padding-top: 10px;
}
.Dashboard_Item .Feed .Feed_Items .Feed_Item {
  display: block;
  margin-bottom: 6px;
}
.Dashboard_Item .Feed .Feed_Items .Feed_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Dashboard_Item .Feed .Feed_Items .Feed_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Dashboard_Item .Feed .Feed_Items .Feed_Item .Label {
  display: block;
  float: left;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Dashboard_Item .Feed .Feed_Items .Feed_Item .Person {
  display: block;
  float: left;
  width: 150px;
  margin-right: 20px;
}
.Dashboard_Item .Feed .Feed_Items .Feed_Item .Time {
  display: block;
  float: left;
  width: 80px;
}
/* Add Menu */
.Add_Item_Menu {
  display: block;
  padding: 15px;
  width: 200px;
}
.Add_Item_Menu .Add_Page_Link,
.Add_Item_Menu .Add_List_Link {
  display: block;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 8px;
}
.Add_Item_Menu .Add_Page_Link:hover,
.Add_Item_Menu .Add_List_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Item_Menu .Add_Page_Link:focus,
.Add_Item_Menu .Add_List_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Item_Menu .Add_Page_Link.button-primary,
.Add_Item_Menu .Add_List_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Add_Item_Menu .Add_Page_Link.button-primary:hover,
.Add_Item_Menu .Add_List_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Item_Menu .Add_Page_Link.button-primary:focus,
.Add_Item_Menu .Add_List_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Item_Menu .Add_Page_Link:hover,
.Add_Item_Menu .Add_List_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Item_Menu .Add_Page_Link:focus,
.Add_Item_Menu .Add_List_Link:focus {
  outline-style: none;
}
.Add_Item_Menu .Add_Page_Link .Icon,
.Add_Item_Menu .Add_List_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Add_Item_Menu .Add_Page_Link i.material-icons,
.Add_Item_Menu .Add_List_Link i.material-icons,
.Add_Item_Menu .Add_Page_Link i.fa,
.Add_Item_Menu .Add_List_Link i.fa,
.Add_Item_Menu .Add_Page_Link i.far,
.Add_Item_Menu .Add_List_Link i.far,
.Add_Item_Menu .Add_Page_Link i.fab,
.Add_Item_Menu .Add_List_Link i.fab {
  margin-right: 0.35em;
}
.Add_Item_Menu .Add_Page_Link i.fa,
.Add_Item_Menu .Add_List_Link i.fa,
.Add_Item_Menu .Add_Page_Link i.far,
.Add_Item_Menu .Add_List_Link i.far,
.Add_Item_Menu .Add_Page_Link i.fab,
.Add_Item_Menu .Add_List_Link i.fab {
  font-size: 1.4em;
}
.Add_Item_Menu .Add_Page_Link:hover,
.Add_Item_Menu .Add_List_Link:hover {
  background-color: #bca0fe;
}
.Add_Item_Menu .Add_Page_Link:active,
.Add_Item_Menu .Add_List_Link:active {
  background-color: #ab87fd;
}
.Add_Item_Menu .Add_Page_Link.Disabled,
.Add_Item_Menu .Add_List_Link.Disabled,
.Add_Item_Menu .Add_Page_Link:disabled,
.Add_Item_Menu .Add_List_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Add_Item_Menu .Add_Page_Link.Disabled:hover,
.Add_Item_Menu .Add_List_Link.Disabled:hover,
.Add_Item_Menu .Add_Page_Link:disabled:hover,
.Add_Item_Menu .Add_List_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Item_Menu .Add_Page_Link.Disabled:active,
.Add_Item_Menu .Add_List_Link.Disabled:active,
.Add_Item_Menu .Add_Page_Link:disabled:active,
.Add_Item_Menu .Add_List_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Item_Menu .Add_Page_Link.Small,
.Add_Item_Menu .Add_List_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Item_Menu .Add_Page_Link.Secondary,
.Add_Item_Menu .Add_List_Link.Secondary {
  background-color: #ffff75;
}
.Add_Item_Menu .Add_Page_Link.Secondary:hover,
.Add_Item_Menu .Add_List_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Add_Item_Menu .Add_Page_Link.Secondary:active,
.Add_Item_Menu .Add_List_Link.Secondary:active {
  background-color: #ffff42;
}
.Add_Item_Menu .Add_Page_Link.Secondary-2,
.Add_Item_Menu .Add_List_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Add_Item_Menu .Add_Page_Link.Secondary-2:hover,
.Add_Item_Menu .Add_List_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Add_Item_Menu .Add_Page_Link.Tertiary,
.Add_Item_Menu .Add_List_Link.Tertiary {
  background-color: #96D6F2;
}
.Add_Item_Menu .Add_Page_Link.Tertiary:hover,
.Add_Item_Menu .Add_List_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Add_Item_Menu .Add_Page_Link.Tertiary:active,
.Add_Item_Menu .Add_List_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Add_Item_Menu .Add_Page_Link.Default,
.Add_Item_Menu .Add_List_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Add_Item_Menu .Add_Page_Link.Default:hover,
.Add_Item_Menu .Add_List_Link.Default:hover {
  background-color: #919090;
}
.Add_Item_Menu .Add_Page_Link.Default:active,
.Add_Item_Menu .Add_List_Link.Default:active {
  background-color: #858383;
}
.Add_Item_Menu .Add_Page_Link.Default:hover,
.Add_Item_Menu .Add_List_Link.Default:hover,
.Add_Item_Menu .Add_Page_Link.Default:active,
.Add_Item_Menu .Add_List_Link.Default:active {
  background: #1a1a1a;
}
.Add_Item_Menu .Add_Page_Link.Disabled,
.Add_Item_Menu .Add_List_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Add_Item_Menu .Add_Page_Link.Disabled a,
.Add_Item_Menu .Add_List_Link.Disabled a {
  opacity: 0.25;
}
.Add_Item_Menu .Add_Page_Link.Disabled:hover,
.Add_Item_Menu .Add_List_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Add_Item_Menu .Add_Page_Link.Disabled:active,
.Add_Item_Menu .Add_List_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Add_Item_Menu .Add_Page_Link.Executing,
.Add_Item_Menu .Add_List_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Add_Item_Menu .Add_Page_Link.Executing:hover,
.Add_Item_Menu .Add_List_Link.Executing:hover,
.Add_Item_Menu .Add_Page_Link.Executing:active,
.Add_Item_Menu .Add_List_Link.Executing:active {
  background-color: #ab87fd;
}
.Add_Item_Menu .Add_Page_Link .Original_Price,
.Add_Item_Menu .Add_List_Link .Original_Price {
  position: relative;
}
.Add_Item_Menu .Add_Page_Link .Original_Price:before,
.Add_Item_Menu .Add_List_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Item_Menu .Add_Page_Link .Content .Icon,
.Add_Item_Menu .Add_List_Link .Content .Icon {
  margin-right: 10px;
}
.Create_Property_Menu .Create_Property_Menu_Item {
  text-decoration: inherit;
  color: inherit;
  display: block;
  padding: 5px;
  padding-right: 25px;
}
.Create_Property_Menu .Create_Property_Menu_Item:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Create_Property_Menu .Create_Property_Menu_Item:focus {
  outline-style: none;
}
.Create_Property_Menu .Create_Property_Menu_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Property_Menu .Create_Property_Menu_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Property_Menu .Create_Property_Menu_Item:focus {
  outline-style: none;
}
.Create_Property_Menu .Create_Property_Menu_Item:hover {
  background-color: #ebebeb;
}
.Create_Property_Menu .Create_Property_Menu_Item .Cover {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 13px;
}
.Create_Property_Menu .Create_Property_Menu_Item .Cover .Icon {
  margin-left: 2px;
}
.Create_Property_Menu .Create_Property_Menu_Item .Cover .Icon .iconic {
  width: 15px;
  height: 15px;
}
.Create_Property_Menu .Create_Property_Menu_Item .Cover .Icon .iconic * {
  fill: black;
  stroke: black;
}
.Create_Property_Menu .Create_Property_Menu_Item .Label {
  display: block;
  float: left;
}
#Change_Person_Menu {
  display: none;
  background-color: white;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 43px;
  padding-right: 15px;
}
#Change_Person_Menu .Change_Person_Menu_Item {
  display: block;
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
}
#Change_Person_Menu .Change_Person_Menu_Item:after {
  content: "";
  display: table;
  clear: both;
}
#Change_Person_Menu .Change_Person_Menu_Item:after {
  content: "";
  display: table;
  clear: both;
}
#Change_Person_Menu .Change_Person_Menu_Item .Icon {
  display: block;
  float: left;
  margin-right: 9px;
  vertical-align: middle;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  border: solid 1px #41bde1;
  padding-left: 5px;
  padding-top: 5px;
}
#Change_Person_Menu .Change_Person_Menu_Item .Icon .iconic {
  width: 18px;
  height: 18px;
}
#Change_Person_Menu .Change_Person_Menu_Item .Icon .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
#Change_Person_Menu .Change_Person_Menu_Item .Label {
  display: block;
  float: left;
  vertical-align: middle;
  margin-top: 6px;
}
.Value_Type_Badge {
  text-decoration: inherit;
  color: inherit;
  display: block;
  padding: 5px;
}
.Value_Type_Badge:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Value_Type_Badge:focus {
  outline-style: none;
}
.Value_Type_Badge:after {
  content: "";
  display: table;
  clear: both;
}
.Value_Type_Badge:after {
  content: "";
  display: table;
  clear: both;
}
.Value_Type_Badge:focus {
  outline-style: none;
}
.Value_Type_Badge:hover {
  background-color: #ebebeb;
}
.Value_Type_Badge .Cover {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 13px;
}
.Value_Type_Badge .Label {
  display: block;
  float: left;
}
.Value_Type_Closed_Menu {
  padding: 5px;
  border: solid 1px #e7e7e7;
  cursor: pointer;
}
.Value_Type_Closed_Menu:hover {
  background-color: #ebebeb;
}
.Value_Type_Closed_Menu_Arrow {
  display: block;
  float: right;
  margin-top: 5px;
}
.Clean_Menu {
  display: block;
}
.Clean_Menu .Clean_Menu_Item {
  text-decoration: inherit;
  color: inherit;
  display: block;
  padding: 10px;
}
.Clean_Menu .Clean_Menu_Item:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Clean_Menu .Clean_Menu_Item:focus {
  outline-style: none;
}
.Clean_Menu .Clean_Menu_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Clean_Menu .Clean_Menu_Item:after {
  content: "";
  display: table;
  clear: both;
}
.Clean_Menu .Clean_Menu_Item:hover {
  background-color: #ebebeb;
}
.Clean_Menu .Clean_Menu_Item.Selected {
  background-color: #e6e6e6;
}
.Clean_Menu .Clean_Menu_Item .Icon {
  display: block;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 0.7px;
}
.Clean_Menu .Clean_Menu_Item .Icon .iconic {
  width: 14px;
  height: 14px;
}
.Clean_Menu .Clean_Menu_Item .Icon .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Clean_Menu .Clean_Menu_Item .Label {
  display: block;
  float: left;
}
@media (max-width: 480px) {
  [data-persistent-alias="PAGE_COMMUNITY"] .Page_Item .Page_Header {
    display: none;
  }
}
[data-type="Event"][data-template="Default"] [data-type="Property"][data-alias="Timezone"] .Property_Module {
  display: none;
}
[data-type="Event"][data-template="View_Guest_List"],
[data-type="Event"][data-template="Print_Guest_List"] {
  /*
	.Event_Metrics
	{
		border-radius:3px;
		width:85vw;
		background-color:rgba(0, 155, 188, 0.1);
		margin:25px;
		margin-top:0px;
		padding:25px;

		table {
			tr {
				&.Header { 
					th {padding-bottom:12px; padding-top:12px; font-size:24px; font-weight:600;}
				}
				&.Big { } // font-size:24px;
				td {padding-bottom:4px;padding-top:4px;
					strong {font-weight:600;}
					&.Label {padding-right:25px;} 
				}
			}
		}
		
		@media(min-width: @Pro_Tablet_Width) {float:right; width: 350px;}
	}
	*/
}
[data-type="Event"][data-template="View_Guest_List"] h2,
[data-type="Event"][data-template="Print_Guest_List"] h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Guest_List li,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Guest_List li {
  display: block;
  margin-bottom: 15px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Guest_List li h3 .Plus,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Guest_List li h3 .Plus {
  margin-left: 15px;
  font-weight: bold;
  font-size: 1.1em;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Guest_List li .Donation,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Guest_List li .Donation {
  display: block;
  color: #666;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Guest_List li .Donation .Reward,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Guest_List li .Donation .Reward {
  font-family: Montserrat;
  font-size: 15px;
  text-transform: uppercase;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics {
  width: 85vw;
  margin: 25px;
  margin-top: 0px;
  border-radius: 3px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics h2.Metrics_Header,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics h2.Metrics_Header {
  text-align: center;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 800;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section {
  padding-left: 25px;
  padding-right: 25px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section:after,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section:after,
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section:before,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section:before {
  content: '';
  display: table;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section.Overview,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section.Overview {
  background-color: rgba(0, 155, 188, 0.1);
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section.Losses,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section.Losses {
  padding: 13px;
  font-size: 18px;
  background-color: #fff59d;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section.Losses .Amount,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section.Losses .Amount {
  color: red;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section.Conversion,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section.Conversion {
  background-color: #f7f8fc;
  padding: 25px;
  padding-top: 0px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics section.Rewards,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics section.Rewards {
  background-color: #f7f8fc;
  padding: 25px;
  padding-top: 0px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row {
  display: flex;
  display: -webkit-flex;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column {
  width: 50%;
  padding: 5px;
  flex-basis: 149px;
  margin-top: 18px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column.Flex_Centered,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column.Flex_Centered {
  justify-content: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic {
  width: 100%;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .label,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .label,
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .value,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .value {
  text-align: center;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .value,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .value {
  font-size: 3.5rem !important;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .value.Loss,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .value.Loss {
  color: red;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .label,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .label {
  margin-bottom: 12px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .Operator,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column .statistic .Operator {
  font-size: 24px;
  vertical-align: top;
  position: relative;
  top: -5px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul {
  font-size: 13px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic {
  align-items: flex-start;
  justify-content: flex-start;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic .value,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic .value {
  text-align: center;
  font-size: 18px !important;
  vertical-align: middle;
  font-weight: 600;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic .value.Loss,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic .value.Loss {
  color: red;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic .label,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic .label {
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Earned .value,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Earned .value,
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Earned .label,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Earned .label {
  color: green;
  font-weight: 800;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Earned .label,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Earned .label {
  font-size: 16px;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Loss .value,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Loss .value,
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Loss .label,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Loss .label {
  color: red;
  font-weight: 800;
}
[data-type="Event"][data-template="View_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Loss .label,
[data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics .Metrics_Row .Metrics_Column ul li .statistic.Loss .label {
  font-size: 16px;
}
@media (min-width: 960px) {
  [data-type="Event"][data-template="View_Guest_List"] .Event_Metrics,
  [data-type="Event"][data-template="Print_Guest_List"] .Event_Metrics {
    float: right;
    width: 350px;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
  }
}
/* 

SECTION - Other Controls

*/
#Sound_Player {
  position: fixed;
  top: 140px;
  right: 35px;
  visibility: hidden;
  z-index: 1;
  border-radius: 5px 0px 0px 5px;
}
#Sound_Player .Iframe_Wrapper {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#Sound_Player .Icon_Mobile {
  display: inline-block;
}
#Sound_Player .Icon_Desktop {
  display: none;
}
#Sound_Player .Close_Button .iconic {
  width: 12px;
  height: 12px;
}
#Sound_Player .Close_Button .iconic * {
  fill: white;
  stroke: white;
}
#Sound_Player .Sound_Name {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  background-color: #333333;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0px;
  font-size: 14px;
  padding: 8px;
  border-radius: 0px 5px 5px 0px;
  text-decoration: none;
}
#Sound_Player .Sound_Name i.icon {
  position: relative;
  top: 5px;
}
#Sound_Player .Sound_Name .Name {
  display: none;
}
#Sound_Player .Sound_Name:hover {
  text-decoration: none;
}
@media (min-width: 960px) {
  #Sound_Player {
    top: 75px;
    right: 30px;
    border-radius: 5px 5px 0px 0px;
  }
  #Sound_Player .Close_Button .iconic {
    width: 16px;
    height: 16px;
  }
  #Sound_Player .Icon_Mobile {
    display: none;
  }
  #Sound_Player .Icon_Desktop {
    display: inline-block;
  }
  #Sound_Player .Sound_Name {
    width: 100%;
    height: initial;
    left: 0px;
    top: 100%;
    border-radius: 0px 0px 5px 5px;
  }
  #Sound_Player .Sound_Name i.icon {
    top: 0px;
  }
  #Sound_Player .Sound_Name .Name {
    display: inline;
  }
}
/* 

SECTION - Windows

*/
.Create_Other_List {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 400px;
}
.Create_Other_List .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Create_Other_List .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Create_Other_List .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Create_Other_List .Close_Button:focus {
  outline-style: none;
}
.Create_Other_List .Big_List_Items {
  clear: right;
}
.Create_Other_List .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Create_Other_List .Text {
  display: block;
  margin-bottom: 15px;
}
.Create_Other_List .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Create_Other_List .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Create_Other_List .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Create_Other_List .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Create_Other_List .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Create_Other_List .Person_Picture:hover {
  border-color: #cccccc;
}
.Create_Other_List .Input_Row .Description,
.Create_Other_List .Input_Row_A .Description,
.Create_Other_List .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Create_Other_List .Input_Row .Input,
.Create_Other_List .Input_Row_A .Input,
.Create_Other_List .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Create_Other_List .Input_Row .Input input,
.Create_Other_List .Input_Row_A .Input input,
.Create_Other_List .Input_Row_B .Input input,
.Create_Other_List .Input_Row .Input textarea,
.Create_Other_List .Input_Row_A .Input textarea,
.Create_Other_List .Input_Row_B .Input textarea {
  width: 100%;
}
.Create_Other_List .Input_Row .Link,
.Create_Other_List .Input_Row_A .Link,
.Create_Other_List .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Create_Other_List .Input_Row .Link a,
.Create_Other_List .Input_Row_A .Link a,
.Create_Other_List .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Create_Other_List .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Create_Other_List .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Other_List .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Other_List .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Create_Other_List .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Create_Other_List .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Create_Other_List .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Create_Other_List .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Create_Other_List .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Create_Other_List .Section {
  display: block;
  margin-bottom: 15px;
}
.Create_Other_List .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Create_Other_List .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Create_Other_List .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Create_Other_List .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Create_Other_List .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Create_Other_List .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Create_Other_List .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Create_Other_List .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Create_Other_List .Section .Input input,
.Create_Other_List .Section .Input textarea {
  width: 100%;
}
.Create_Other_List .Execute {
  display: block;
}
.Create_Other_List .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Other_List .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Other_List .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Create_Other_List .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Create_Other_List .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Create_Other_List .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Create_Other_List .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Create_Other_List .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Create_Other_List .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Create_Other_List .Execute a:focus {
  outline-style: none;
}
.Create_Other_List .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Create_Other_List .Execute a i.material-icons,
.Create_Other_List .Execute a i.fa,
.Create_Other_List .Execute a i.far,
.Create_Other_List .Execute a i.fab {
  margin-right: 0.35em;
}
.Create_Other_List .Execute a i.fa,
.Create_Other_List .Execute a i.far,
.Create_Other_List .Execute a i.fab {
  font-size: 1.4em;
}
.Create_Other_List .Execute a:hover {
  background-color: #bca0fe;
}
.Create_Other_List .Execute a:active {
  background-color: #ab87fd;
}
.Create_Other_List .Execute a.Disabled,
.Create_Other_List .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Create_Other_List .Execute a.Disabled:hover,
.Create_Other_List .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Create_Other_List .Execute a.Disabled:active,
.Create_Other_List .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Create_Other_List .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Create_Other_List .Execute a.Secondary {
  background-color: #ffff75;
}
.Create_Other_List .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Create_Other_List .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Create_Other_List .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Create_Other_List .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Create_Other_List .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Create_Other_List .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Create_Other_List .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Create_Other_List .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Create_Other_List .Execute a.Default:hover {
  background-color: #919090;
}
.Create_Other_List .Execute a.Default:active {
  background-color: #858383;
}
.Create_Other_List .Execute a.Default:hover,
.Create_Other_List .Execute a.Default:active {
  background: #1a1a1a;
}
.Create_Other_List .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Create_Other_List .Execute a.Disabled a {
  opacity: 0.25;
}
.Create_Other_List .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Create_Other_List .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Create_Other_List .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Create_Other_List .Execute a.Executing:hover,
.Create_Other_List .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Create_Other_List .Execute a .Original_Price {
  position: relative;
}
.Create_Other_List .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Import_Google_Sheet {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 400px;
}
.Import_Google_Sheet .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Import_Google_Sheet .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Import_Google_Sheet .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Import_Google_Sheet .Close_Button:focus {
  outline-style: none;
}
.Import_Google_Sheet .Big_List_Items {
  clear: right;
}
.Import_Google_Sheet .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Import_Google_Sheet .Text {
  display: block;
  margin-bottom: 15px;
}
.Import_Google_Sheet .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Import_Google_Sheet .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Import_Google_Sheet .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Import_Google_Sheet .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Import_Google_Sheet .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Import_Google_Sheet .Person_Picture:hover {
  border-color: #cccccc;
}
.Import_Google_Sheet .Input_Row .Description,
.Import_Google_Sheet .Input_Row_A .Description,
.Import_Google_Sheet .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Import_Google_Sheet .Input_Row .Input,
.Import_Google_Sheet .Input_Row_A .Input,
.Import_Google_Sheet .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Import_Google_Sheet .Input_Row .Input input,
.Import_Google_Sheet .Input_Row_A .Input input,
.Import_Google_Sheet .Input_Row_B .Input input,
.Import_Google_Sheet .Input_Row .Input textarea,
.Import_Google_Sheet .Input_Row_A .Input textarea,
.Import_Google_Sheet .Input_Row_B .Input textarea {
  width: 100%;
}
.Import_Google_Sheet .Input_Row .Link,
.Import_Google_Sheet .Input_Row_A .Link,
.Import_Google_Sheet .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Import_Google_Sheet .Input_Row .Link a,
.Import_Google_Sheet .Input_Row_A .Link a,
.Import_Google_Sheet .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Import_Google_Sheet .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Import_Google_Sheet .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Import_Google_Sheet .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Import_Google_Sheet .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Import_Google_Sheet .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Import_Google_Sheet .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Import_Google_Sheet .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Import_Google_Sheet .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Import_Google_Sheet .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Import_Google_Sheet .Section {
  display: block;
  margin-bottom: 15px;
}
.Import_Google_Sheet .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Import_Google_Sheet .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Import_Google_Sheet .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Import_Google_Sheet .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Import_Google_Sheet .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Import_Google_Sheet .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Import_Google_Sheet .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Import_Google_Sheet .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Import_Google_Sheet .Section .Input input,
.Import_Google_Sheet .Section .Input textarea {
  width: 100%;
}
.Import_Google_Sheet .Execute {
  display: block;
}
.Import_Google_Sheet .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Import_Google_Sheet .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Import_Google_Sheet .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Import_Google_Sheet .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Import_Google_Sheet .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Import_Google_Sheet .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Import_Google_Sheet .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Import_Google_Sheet .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Import_Google_Sheet .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Import_Google_Sheet .Execute a:focus {
  outline-style: none;
}
.Import_Google_Sheet .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Import_Google_Sheet .Execute a i.material-icons,
.Import_Google_Sheet .Execute a i.fa,
.Import_Google_Sheet .Execute a i.far,
.Import_Google_Sheet .Execute a i.fab {
  margin-right: 0.35em;
}
.Import_Google_Sheet .Execute a i.fa,
.Import_Google_Sheet .Execute a i.far,
.Import_Google_Sheet .Execute a i.fab {
  font-size: 1.4em;
}
.Import_Google_Sheet .Execute a:hover {
  background-color: #bca0fe;
}
.Import_Google_Sheet .Execute a:active {
  background-color: #ab87fd;
}
.Import_Google_Sheet .Execute a.Disabled,
.Import_Google_Sheet .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Import_Google_Sheet .Execute a.Disabled:hover,
.Import_Google_Sheet .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Import_Google_Sheet .Execute a.Disabled:active,
.Import_Google_Sheet .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Import_Google_Sheet .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Import_Google_Sheet .Execute a.Secondary {
  background-color: #ffff75;
}
.Import_Google_Sheet .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Import_Google_Sheet .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Import_Google_Sheet .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Import_Google_Sheet .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Import_Google_Sheet .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Import_Google_Sheet .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Import_Google_Sheet .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Import_Google_Sheet .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Import_Google_Sheet .Execute a.Default:hover {
  background-color: #919090;
}
.Import_Google_Sheet .Execute a.Default:active {
  background-color: #858383;
}
.Import_Google_Sheet .Execute a.Default:hover,
.Import_Google_Sheet .Execute a.Default:active {
  background: #1a1a1a;
}
.Import_Google_Sheet .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Import_Google_Sheet .Execute a.Disabled a {
  opacity: 0.25;
}
.Import_Google_Sheet .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Import_Google_Sheet .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Import_Google_Sheet .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Import_Google_Sheet .Execute a.Executing:hover,
.Import_Google_Sheet .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Import_Google_Sheet .Execute a .Original_Price {
  position: relative;
}
.Import_Google_Sheet .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Create_Item {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 515px;
}
.Create_Item .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Create_Item .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Create_Item .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Create_Item .Close_Button:focus {
  outline-style: none;
}
.Create_Item .Big_List_Items {
  clear: right;
}
.Create_Item .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Create_Item .Text {
  display: block;
  margin-bottom: 15px;
}
.Create_Item .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Create_Item .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Create_Item .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Create_Item .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Create_Item .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Create_Item .Person_Picture:hover {
  border-color: #cccccc;
}
.Create_Item .Input_Row .Description,
.Create_Item .Input_Row_A .Description,
.Create_Item .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Create_Item .Input_Row .Input,
.Create_Item .Input_Row_A .Input,
.Create_Item .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Create_Item .Input_Row .Input input,
.Create_Item .Input_Row_A .Input input,
.Create_Item .Input_Row_B .Input input,
.Create_Item .Input_Row .Input textarea,
.Create_Item .Input_Row_A .Input textarea,
.Create_Item .Input_Row_B .Input textarea {
  width: 100%;
}
.Create_Item .Input_Row .Link,
.Create_Item .Input_Row_A .Link,
.Create_Item .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Create_Item .Input_Row .Link a,
.Create_Item .Input_Row_A .Link a,
.Create_Item .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Create_Item .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Create_Item .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Item .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Item .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Create_Item .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Create_Item .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Create_Item .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Create_Item .Section {
  display: block;
  margin-bottom: 15px;
}
.Create_Item .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Create_Item .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Create_Item .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Create_Item .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Create_Item .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Create_Item .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Create_Item .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Create_Item .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Create_Item .Section .Input input,
.Create_Item .Section .Input textarea {
  width: 100%;
}
.Create_Item .Execute {
  display: block;
}
.Create_Item .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Item .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Create_Item .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Create_Item .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Create_Item .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Create_Item .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Create_Item .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Create_Item .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Create_Item .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Create_Item .Execute a:focus {
  outline-style: none;
}
.Create_Item .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Create_Item .Execute a i.material-icons,
.Create_Item .Execute a i.fa,
.Create_Item .Execute a i.far,
.Create_Item .Execute a i.fab {
  margin-right: 0.35em;
}
.Create_Item .Execute a i.fa,
.Create_Item .Execute a i.far,
.Create_Item .Execute a i.fab {
  font-size: 1.4em;
}
.Create_Item .Execute a:hover {
  background-color: #bca0fe;
}
.Create_Item .Execute a:active {
  background-color: #ab87fd;
}
.Create_Item .Execute a.Disabled,
.Create_Item .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Create_Item .Execute a.Disabled:hover,
.Create_Item .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Create_Item .Execute a.Disabled:active,
.Create_Item .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Create_Item .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Create_Item .Execute a.Secondary {
  background-color: #ffff75;
}
.Create_Item .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Create_Item .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Create_Item .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Create_Item .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Create_Item .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Create_Item .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Create_Item .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Create_Item .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Create_Item .Execute a.Default:hover {
  background-color: #919090;
}
.Create_Item .Execute a.Default:active {
  background-color: #858383;
}
.Create_Item .Execute a.Default:hover,
.Create_Item .Execute a.Default:active {
  background: #1a1a1a;
}
.Create_Item .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Create_Item .Execute a.Disabled a {
  opacity: 0.25;
}
.Create_Item .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Create_Item .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Create_Item .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Create_Item .Execute a.Executing:hover,
.Create_Item .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Create_Item .Execute a .Original_Price {
  position: relative;
}
.Create_Item .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Picture {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 800px;
}
.Add_Picture .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Add_Picture .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Add_Picture .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Picture .Close_Button:focus {
  outline-style: none;
}
.Add_Picture .Big_List_Items {
  clear: right;
}
.Add_Picture .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Add_Picture .Text {
  display: block;
  margin-bottom: 15px;
}
.Add_Picture .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Add_Picture .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Add_Picture .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Add_Picture .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Picture .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Picture .Person_Picture:hover {
  border-color: #cccccc;
}
.Add_Picture .Input_Row .Description,
.Add_Picture .Input_Row_A .Description,
.Add_Picture .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Add_Picture .Input_Row .Input,
.Add_Picture .Input_Row_A .Input,
.Add_Picture .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Add_Picture .Input_Row .Input input,
.Add_Picture .Input_Row_A .Input input,
.Add_Picture .Input_Row_B .Input input,
.Add_Picture .Input_Row .Input textarea,
.Add_Picture .Input_Row_A .Input textarea,
.Add_Picture .Input_Row_B .Input textarea {
  width: 100%;
}
.Add_Picture .Input_Row .Link,
.Add_Picture .Input_Row_A .Link,
.Add_Picture .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Add_Picture .Input_Row .Link a,
.Add_Picture .Input_Row_A .Link a,
.Add_Picture .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Picture .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Add_Picture .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Picture .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Picture .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Add_Picture .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Add_Picture .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Add_Picture .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Add_Picture .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Add_Picture .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Picture .Section {
  display: block;
  margin-bottom: 15px;
}
.Add_Picture .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Add_Picture .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Add_Picture .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Add_Picture .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Add_Picture .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Add_Picture .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Add_Picture .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Add_Picture .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Add_Picture .Section .Input input,
.Add_Picture .Section .Input textarea {
  width: 100%;
}
.Add_Picture .Execute {
  display: block;
}
.Add_Picture .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Picture .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Picture .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Add_Picture .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Picture .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Picture .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Add_Picture .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Picture .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Picture .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Picture .Execute a:focus {
  outline-style: none;
}
.Add_Picture .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Add_Picture .Execute a i.material-icons,
.Add_Picture .Execute a i.fa,
.Add_Picture .Execute a i.far,
.Add_Picture .Execute a i.fab {
  margin-right: 0.35em;
}
.Add_Picture .Execute a i.fa,
.Add_Picture .Execute a i.far,
.Add_Picture .Execute a i.fab {
  font-size: 1.4em;
}
.Add_Picture .Execute a:hover {
  background-color: #bca0fe;
}
.Add_Picture .Execute a:active {
  background-color: #ab87fd;
}
.Add_Picture .Execute a.Disabled,
.Add_Picture .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Add_Picture .Execute a.Disabled:hover,
.Add_Picture .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Picture .Execute a.Disabled:active,
.Add_Picture .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Picture .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Picture .Execute a.Secondary {
  background-color: #ffff75;
}
.Add_Picture .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Add_Picture .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Add_Picture .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Add_Picture .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Add_Picture .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Add_Picture .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Add_Picture .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Add_Picture .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Add_Picture .Execute a.Default:hover {
  background-color: #919090;
}
.Add_Picture .Execute a.Default:active {
  background-color: #858383;
}
.Add_Picture .Execute a.Default:hover,
.Add_Picture .Execute a.Default:active {
  background: #1a1a1a;
}
.Add_Picture .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Add_Picture .Execute a.Disabled a {
  opacity: 0.25;
}
.Add_Picture .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Add_Picture .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Add_Picture .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Add_Picture .Execute a.Executing:hover,
.Add_Picture .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Add_Picture .Execute a .Original_Price {
  position: relative;
}
.Add_Picture .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Sound {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 800px;
}
.Add_Sound .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Add_Sound .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Add_Sound .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Sound .Close_Button:focus {
  outline-style: none;
}
.Add_Sound .Big_List_Items {
  clear: right;
}
.Add_Sound .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Add_Sound .Text {
  display: block;
  margin-bottom: 15px;
}
.Add_Sound .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Add_Sound .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Add_Sound .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Add_Sound .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Sound .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Sound .Person_Picture:hover {
  border-color: #cccccc;
}
.Add_Sound .Input_Row .Description,
.Add_Sound .Input_Row_A .Description,
.Add_Sound .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Add_Sound .Input_Row .Input,
.Add_Sound .Input_Row_A .Input,
.Add_Sound .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Add_Sound .Input_Row .Input input,
.Add_Sound .Input_Row_A .Input input,
.Add_Sound .Input_Row_B .Input input,
.Add_Sound .Input_Row .Input textarea,
.Add_Sound .Input_Row_A .Input textarea,
.Add_Sound .Input_Row_B .Input textarea {
  width: 100%;
}
.Add_Sound .Input_Row .Link,
.Add_Sound .Input_Row_A .Link,
.Add_Sound .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Add_Sound .Input_Row .Link a,
.Add_Sound .Input_Row_A .Link a,
.Add_Sound .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Sound .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Add_Sound .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Sound .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Sound .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Add_Sound .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Add_Sound .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Add_Sound .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Add_Sound .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Add_Sound .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Sound .Section {
  display: block;
  margin-bottom: 15px;
}
.Add_Sound .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Add_Sound .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Add_Sound .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Add_Sound .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Add_Sound .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Add_Sound .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Add_Sound .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Add_Sound .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Add_Sound .Section .Input input,
.Add_Sound .Section .Input textarea {
  width: 100%;
}
.Add_Sound .Execute {
  display: block;
}
.Add_Sound .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Sound .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Sound .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Add_Sound .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Sound .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Sound .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Add_Sound .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Sound .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Sound .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Sound .Execute a:focus {
  outline-style: none;
}
.Add_Sound .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Add_Sound .Execute a i.material-icons,
.Add_Sound .Execute a i.fa,
.Add_Sound .Execute a i.far,
.Add_Sound .Execute a i.fab {
  margin-right: 0.35em;
}
.Add_Sound .Execute a i.fa,
.Add_Sound .Execute a i.far,
.Add_Sound .Execute a i.fab {
  font-size: 1.4em;
}
.Add_Sound .Execute a:hover {
  background-color: #bca0fe;
}
.Add_Sound .Execute a:active {
  background-color: #ab87fd;
}
.Add_Sound .Execute a.Disabled,
.Add_Sound .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Add_Sound .Execute a.Disabled:hover,
.Add_Sound .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Sound .Execute a.Disabled:active,
.Add_Sound .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Sound .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Sound .Execute a.Secondary {
  background-color: #ffff75;
}
.Add_Sound .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Add_Sound .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Add_Sound .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Add_Sound .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Add_Sound .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Add_Sound .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Add_Sound .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Add_Sound .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Add_Sound .Execute a.Default:hover {
  background-color: #919090;
}
.Add_Sound .Execute a.Default:active {
  background-color: #858383;
}
.Add_Sound .Execute a.Default:hover,
.Add_Sound .Execute a.Default:active {
  background: #1a1a1a;
}
.Add_Sound .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Add_Sound .Execute a.Disabled a {
  opacity: 0.25;
}
.Add_Sound .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Add_Sound .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Add_Sound .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Add_Sound .Execute a.Executing:hover,
.Add_Sound .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Add_Sound .Execute a .Original_Price {
  position: relative;
}
.Add_Sound .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Video {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 800px;
}
.Add_Video .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Add_Video .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Add_Video .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Video .Close_Button:focus {
  outline-style: none;
}
.Add_Video .Big_List_Items {
  clear: right;
}
.Add_Video .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Add_Video .Text {
  display: block;
  margin-bottom: 15px;
}
.Add_Video .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Add_Video .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Add_Video .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Add_Video .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Video .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Video .Person_Picture:hover {
  border-color: #cccccc;
}
.Add_Video .Input_Row .Description,
.Add_Video .Input_Row_A .Description,
.Add_Video .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Add_Video .Input_Row .Input,
.Add_Video .Input_Row_A .Input,
.Add_Video .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Add_Video .Input_Row .Input input,
.Add_Video .Input_Row_A .Input input,
.Add_Video .Input_Row_B .Input input,
.Add_Video .Input_Row .Input textarea,
.Add_Video .Input_Row_A .Input textarea,
.Add_Video .Input_Row_B .Input textarea {
  width: 100%;
}
.Add_Video .Input_Row .Link,
.Add_Video .Input_Row_A .Link,
.Add_Video .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Add_Video .Input_Row .Link a,
.Add_Video .Input_Row_A .Link a,
.Add_Video .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Video .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Add_Video .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Video .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Video .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Add_Video .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Add_Video .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Add_Video .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Add_Video .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Add_Video .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Video .Section {
  display: block;
  margin-bottom: 15px;
}
.Add_Video .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Add_Video .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Add_Video .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Add_Video .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Add_Video .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Add_Video .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Add_Video .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Add_Video .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Add_Video .Section .Input input,
.Add_Video .Section .Input textarea {
  width: 100%;
}
.Add_Video .Execute {
  display: block;
}
.Add_Video .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Video .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Video .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Add_Video .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Video .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Video .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Add_Video .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Video .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Video .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Video .Execute a:focus {
  outline-style: none;
}
.Add_Video .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Add_Video .Execute a i.material-icons,
.Add_Video .Execute a i.fa,
.Add_Video .Execute a i.far,
.Add_Video .Execute a i.fab {
  margin-right: 0.35em;
}
.Add_Video .Execute a i.fa,
.Add_Video .Execute a i.far,
.Add_Video .Execute a i.fab {
  font-size: 1.4em;
}
.Add_Video .Execute a:hover {
  background-color: #bca0fe;
}
.Add_Video .Execute a:active {
  background-color: #ab87fd;
}
.Add_Video .Execute a.Disabled,
.Add_Video .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Add_Video .Execute a.Disabled:hover,
.Add_Video .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Video .Execute a.Disabled:active,
.Add_Video .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Video .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Video .Execute a.Secondary {
  background-color: #ffff75;
}
.Add_Video .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Add_Video .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Add_Video .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Add_Video .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Add_Video .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Add_Video .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Add_Video .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Add_Video .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Add_Video .Execute a.Default:hover {
  background-color: #919090;
}
.Add_Video .Execute a.Default:active {
  background-color: #858383;
}
.Add_Video .Execute a.Default:hover,
.Add_Video .Execute a.Default:active {
  background: #1a1a1a;
}
.Add_Video .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Add_Video .Execute a.Disabled a {
  opacity: 0.25;
}
.Add_Video .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Add_Video .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Add_Video .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Add_Video .Execute a.Executing:hover,
.Add_Video .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Add_Video .Execute a .Original_Price {
  position: relative;
}
.Add_Video .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Data_Module_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 800px;
}
.Add_Data_Module_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Add_Data_Module_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Add_Data_Module_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Data_Module_Window .Close_Button:focus {
  outline-style: none;
}
.Add_Data_Module_Window .Big_List_Items {
  clear: right;
}
.Add_Data_Module_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Add_Data_Module_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Add_Data_Module_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Add_Data_Module_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Add_Data_Module_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Add_Data_Module_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Data_Module_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Data_Module_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Add_Data_Module_Window .Input_Row .Description,
.Add_Data_Module_Window .Input_Row_A .Description,
.Add_Data_Module_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Add_Data_Module_Window .Input_Row .Input,
.Add_Data_Module_Window .Input_Row_A .Input,
.Add_Data_Module_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Add_Data_Module_Window .Input_Row .Input input,
.Add_Data_Module_Window .Input_Row_A .Input input,
.Add_Data_Module_Window .Input_Row_B .Input input,
.Add_Data_Module_Window .Input_Row .Input textarea,
.Add_Data_Module_Window .Input_Row_A .Input textarea,
.Add_Data_Module_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Add_Data_Module_Window .Input_Row .Link,
.Add_Data_Module_Window .Input_Row_A .Link,
.Add_Data_Module_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Add_Data_Module_Window .Input_Row .Link a,
.Add_Data_Module_Window .Input_Row_A .Link a,
.Add_Data_Module_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Data_Module_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Add_Data_Module_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Data_Module_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Data_Module_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Add_Data_Module_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Add_Data_Module_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Add_Data_Module_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Add_Data_Module_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Add_Data_Module_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Data_Module_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Add_Data_Module_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Add_Data_Module_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Add_Data_Module_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Add_Data_Module_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Add_Data_Module_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Add_Data_Module_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Add_Data_Module_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Add_Data_Module_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Add_Data_Module_Window .Section .Input input,
.Add_Data_Module_Window .Section .Input textarea {
  width: 100%;
}
.Add_Data_Module_Window .Execute {
  display: block;
}
.Add_Data_Module_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Data_Module_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Data_Module_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Add_Data_Module_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Data_Module_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Data_Module_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Add_Data_Module_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Data_Module_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Data_Module_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Data_Module_Window .Execute a:focus {
  outline-style: none;
}
.Add_Data_Module_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Add_Data_Module_Window .Execute a i.material-icons,
.Add_Data_Module_Window .Execute a i.fa,
.Add_Data_Module_Window .Execute a i.far,
.Add_Data_Module_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Add_Data_Module_Window .Execute a i.fa,
.Add_Data_Module_Window .Execute a i.far,
.Add_Data_Module_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Add_Data_Module_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Add_Data_Module_Window .Execute a:active {
  background-color: #ab87fd;
}
.Add_Data_Module_Window .Execute a.Disabled,
.Add_Data_Module_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Add_Data_Module_Window .Execute a.Disabled:hover,
.Add_Data_Module_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Data_Module_Window .Execute a.Disabled:active,
.Add_Data_Module_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Data_Module_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Data_Module_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Add_Data_Module_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Add_Data_Module_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Add_Data_Module_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Add_Data_Module_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Add_Data_Module_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Add_Data_Module_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Add_Data_Module_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Add_Data_Module_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Add_Data_Module_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Add_Data_Module_Window .Execute a.Default:active {
  background-color: #858383;
}
.Add_Data_Module_Window .Execute a.Default:hover,
.Add_Data_Module_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Add_Data_Module_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Add_Data_Module_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Add_Data_Module_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Add_Data_Module_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Add_Data_Module_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Add_Data_Module_Window .Execute a.Executing:hover,
.Add_Data_Module_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Add_Data_Module_Window .Execute a .Original_Price {
  position: relative;
}
.Add_Data_Module_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Remove_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 400px;
}
.Remove_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Remove_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Remove_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Remove_Window .Close_Button:focus {
  outline-style: none;
}
.Remove_Window .Big_List_Items {
  clear: right;
}
.Remove_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Remove_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Remove_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Remove_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Remove_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Remove_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Remove_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Remove_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Remove_Window .Input_Row .Description,
.Remove_Window .Input_Row_A .Description,
.Remove_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Remove_Window .Input_Row .Input,
.Remove_Window .Input_Row_A .Input,
.Remove_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Remove_Window .Input_Row .Input input,
.Remove_Window .Input_Row_A .Input input,
.Remove_Window .Input_Row_B .Input input,
.Remove_Window .Input_Row .Input textarea,
.Remove_Window .Input_Row_A .Input textarea,
.Remove_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Remove_Window .Input_Row .Link,
.Remove_Window .Input_Row_A .Link,
.Remove_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Remove_Window .Input_Row .Link a,
.Remove_Window .Input_Row_A .Link a,
.Remove_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Remove_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Remove_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Remove_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Remove_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Remove_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Remove_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Remove_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Remove_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Remove_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Remove_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Remove_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Remove_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Remove_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Remove_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Remove_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Remove_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Remove_Window .Section .Input input,
.Remove_Window .Section .Input textarea {
  width: 100%;
}
.Remove_Window .Execute {
  display: block;
}
.Remove_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Remove_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Remove_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Remove_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Remove_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Remove_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Remove_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Remove_Window .Execute a:focus {
  outline-style: none;
}
.Remove_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Remove_Window .Execute a i.material-icons,
.Remove_Window .Execute a i.fa,
.Remove_Window .Execute a i.far,
.Remove_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Remove_Window .Execute a i.fa,
.Remove_Window .Execute a i.far,
.Remove_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Remove_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Remove_Window .Execute a:active {
  background-color: #ab87fd;
}
.Remove_Window .Execute a.Disabled,
.Remove_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Remove_Window .Execute a.Disabled:hover,
.Remove_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Remove_Window .Execute a.Disabled:active,
.Remove_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Remove_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Remove_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Remove_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Remove_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Remove_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Remove_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Remove_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Remove_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Remove_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Remove_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Remove_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Remove_Window .Execute a.Default:active {
  background-color: #858383;
}
.Remove_Window .Execute a.Default:hover,
.Remove_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Remove_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Remove_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Remove_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Remove_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Remove_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Remove_Window .Execute a.Executing:hover,
.Remove_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Remove_Window .Execute a .Original_Price {
  position: relative;
}
.Remove_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Remove_Value_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 400px;
}
.Remove_Value_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Remove_Value_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Remove_Value_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Remove_Value_Window .Close_Button:focus {
  outline-style: none;
}
.Remove_Value_Window .Big_List_Items {
  clear: right;
}
.Remove_Value_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Remove_Value_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Remove_Value_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Remove_Value_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Remove_Value_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Remove_Value_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Remove_Value_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Remove_Value_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Remove_Value_Window .Input_Row .Description,
.Remove_Value_Window .Input_Row_A .Description,
.Remove_Value_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Remove_Value_Window .Input_Row .Input,
.Remove_Value_Window .Input_Row_A .Input,
.Remove_Value_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Remove_Value_Window .Input_Row .Input input,
.Remove_Value_Window .Input_Row_A .Input input,
.Remove_Value_Window .Input_Row_B .Input input,
.Remove_Value_Window .Input_Row .Input textarea,
.Remove_Value_Window .Input_Row_A .Input textarea,
.Remove_Value_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Remove_Value_Window .Input_Row .Link,
.Remove_Value_Window .Input_Row_A .Link,
.Remove_Value_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Remove_Value_Window .Input_Row .Link a,
.Remove_Value_Window .Input_Row_A .Link a,
.Remove_Value_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Remove_Value_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Remove_Value_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Value_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Value_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Remove_Value_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Remove_Value_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Remove_Value_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Remove_Value_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Remove_Value_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Remove_Value_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Remove_Value_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Remove_Value_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Remove_Value_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Remove_Value_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Remove_Value_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Remove_Value_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Remove_Value_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Remove_Value_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Remove_Value_Window .Section .Input input,
.Remove_Value_Window .Section .Input textarea {
  width: 100%;
}
.Remove_Value_Window .Execute {
  display: block;
}
.Remove_Value_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Value_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Remove_Value_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Remove_Value_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Remove_Value_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Remove_Value_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Remove_Value_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Remove_Value_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Remove_Value_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Remove_Value_Window .Execute a:focus {
  outline-style: none;
}
.Remove_Value_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Remove_Value_Window .Execute a i.material-icons,
.Remove_Value_Window .Execute a i.fa,
.Remove_Value_Window .Execute a i.far,
.Remove_Value_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Remove_Value_Window .Execute a i.fa,
.Remove_Value_Window .Execute a i.far,
.Remove_Value_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Remove_Value_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Remove_Value_Window .Execute a:active {
  background-color: #ab87fd;
}
.Remove_Value_Window .Execute a.Disabled,
.Remove_Value_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Remove_Value_Window .Execute a.Disabled:hover,
.Remove_Value_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Remove_Value_Window .Execute a.Disabled:active,
.Remove_Value_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Remove_Value_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Remove_Value_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Remove_Value_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Remove_Value_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Remove_Value_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Remove_Value_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Remove_Value_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Remove_Value_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Remove_Value_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Remove_Value_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Remove_Value_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Remove_Value_Window .Execute a.Default:active {
  background-color: #858383;
}
.Remove_Value_Window .Execute a.Default:hover,
.Remove_Value_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Remove_Value_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Remove_Value_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Remove_Value_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Remove_Value_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Remove_Value_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Remove_Value_Window .Execute a.Executing:hover,
.Remove_Value_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Remove_Value_Window .Execute a .Original_Price {
  position: relative;
}
.Remove_Value_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Jelly_Modal .Page_Window {
  min-width: 800px;
}
.Jelly_Modal .Page_Window .Module_Edit_Link {
  display: none;
}
.Jelly_Modal .Page_Window .Page_Name {
  float: none !important;
  text-align: center;
}
.Jelly_Modal .Page_Window .Execute {
  text-align: center;
}
.Jelly_Modal .Page_Window .Execute .button {
  background-color: #ef5350;
  margin-top: 7px;
}
.Jelly_Modal .Page_Window .Execute .button:hover,
.Jelly_Modal .Page_Window .Execute .button:focus {
  background-color: #ec2e2b;
}
.Jelly_Modal .Page_Window .Execute .button:active {
  background-color: #ea1c18;
}
@media (max-width: 480px) {
  .Jelly_Modal .Page_Window {
    min-width: initial;
  }
}
.Settings_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 400px;
}
.Settings_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Settings_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Settings_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Settings_Window .Close_Button:focus {
  outline-style: none;
}
.Settings_Window .Big_List_Items {
  clear: right;
}
.Settings_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Settings_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Settings_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Settings_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Settings_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Settings_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Settings_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Settings_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Settings_Window .Input_Row .Description,
.Settings_Window .Input_Row_A .Description,
.Settings_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Settings_Window .Input_Row .Input,
.Settings_Window .Input_Row_A .Input,
.Settings_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Settings_Window .Input_Row .Input input,
.Settings_Window .Input_Row_A .Input input,
.Settings_Window .Input_Row_B .Input input,
.Settings_Window .Input_Row .Input textarea,
.Settings_Window .Input_Row_A .Input textarea,
.Settings_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Settings_Window .Input_Row .Link,
.Settings_Window .Input_Row_A .Link,
.Settings_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Settings_Window .Input_Row .Link a,
.Settings_Window .Input_Row_A .Link a,
.Settings_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Settings_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Settings_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Settings_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Settings_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Settings_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Settings_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Settings_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Settings_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Settings_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Settings_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Settings_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Settings_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Settings_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Settings_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Settings_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Settings_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Settings_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Settings_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Settings_Window .Section .Input input,
.Settings_Window .Section .Input textarea {
  width: 100%;
}
.Settings_Window .Execute {
  display: block;
}
.Settings_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Settings_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Settings_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Settings_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Settings_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Settings_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Settings_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Settings_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Settings_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Settings_Window .Execute a:focus {
  outline-style: none;
}
.Settings_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Settings_Window .Execute a i.material-icons,
.Settings_Window .Execute a i.fa,
.Settings_Window .Execute a i.far,
.Settings_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Settings_Window .Execute a i.fa,
.Settings_Window .Execute a i.far,
.Settings_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Settings_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Settings_Window .Execute a:active {
  background-color: #ab87fd;
}
.Settings_Window .Execute a.Disabled,
.Settings_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Settings_Window .Execute a.Disabled:hover,
.Settings_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Settings_Window .Execute a.Disabled:active,
.Settings_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Settings_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Settings_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Settings_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Settings_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Settings_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Settings_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Settings_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Settings_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Settings_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Settings_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Settings_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Settings_Window .Execute a.Default:active {
  background-color: #858383;
}
.Settings_Window .Execute a.Default:hover,
.Settings_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Settings_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Settings_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Settings_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Settings_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Settings_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Settings_Window .Execute a.Executing:hover,
.Settings_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Settings_Window .Execute a .Original_Price {
  position: relative;
}
.Settings_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Settings_Window .Payment_Status .iconic {
  width: 20px;
  height: 20px;
}
.Settings_Window .Payment_Status .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Settings_Window .Payment_Status .iconic {
  border: solid 2px #41bde1;
  padding: 2px;
  border-radius: 20px;
  position: relative;
  top: 4px;
}
.Video_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 90vw;
}
.Video_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Video_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Video_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Window .Close_Button:focus {
  outline-style: none;
}
.Video_Window .Big_List_Items {
  clear: right;
}
.Video_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Video_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Video_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Video_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Video_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Video_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Video_Window .Input_Row .Description,
.Video_Window .Input_Row_A .Description,
.Video_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Video_Window .Input_Row .Input,
.Video_Window .Input_Row_A .Input,
.Video_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Video_Window .Input_Row .Input input,
.Video_Window .Input_Row_A .Input input,
.Video_Window .Input_Row_B .Input input,
.Video_Window .Input_Row .Input textarea,
.Video_Window .Input_Row_A .Input textarea,
.Video_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Video_Window .Input_Row .Link,
.Video_Window .Input_Row_A .Link,
.Video_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Video_Window .Input_Row .Link a,
.Video_Window .Input_Row_A .Link a,
.Video_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Video_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Video_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Video_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Video_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Video_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Video_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Video_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Video_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Video_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Video_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Video_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Video_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Video_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Video_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Video_Window .Section .Input input,
.Video_Window .Section .Input textarea {
  width: 100%;
}
.Video_Window .Execute {
  display: block;
}
.Video_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Video_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Video_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Window .Execute a:focus {
  outline-style: none;
}
.Video_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Video_Window .Execute a i.material-icons,
.Video_Window .Execute a i.fa,
.Video_Window .Execute a i.far,
.Video_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Video_Window .Execute a i.fa,
.Video_Window .Execute a i.far,
.Video_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Video_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Video_Window .Execute a:active {
  background-color: #ab87fd;
}
.Video_Window .Execute a.Disabled,
.Video_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Video_Window .Execute a.Disabled:hover,
.Video_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Window .Execute a.Disabled:active,
.Video_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Video_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Video_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Video_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Video_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Video_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Video_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Video_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Video_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Video_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Video_Window .Execute a.Default:active {
  background-color: #858383;
}
.Video_Window .Execute a.Default:hover,
.Video_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Video_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Video_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Video_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Video_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Video_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Video_Window .Execute a.Executing:hover,
.Video_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Video_Window .Execute a .Original_Price {
  position: relative;
}
.Video_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Video_Window .Video_Wrapper {
  padding-top: 24%;
  padding-bottom: 24%;
}
.Add_Ticket_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 375px;
}
.Add_Ticket_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Add_Ticket_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Add_Ticket_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Ticket_Window .Close_Button:focus {
  outline-style: none;
}
.Add_Ticket_Window .Big_List_Items {
  clear: right;
}
.Add_Ticket_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Add_Ticket_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Add_Ticket_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Add_Ticket_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Add_Ticket_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Add_Ticket_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Ticket_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Ticket_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Add_Ticket_Window .Input_Row .Description,
.Add_Ticket_Window .Input_Row_A .Description,
.Add_Ticket_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Add_Ticket_Window .Input_Row .Input,
.Add_Ticket_Window .Input_Row_A .Input,
.Add_Ticket_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Add_Ticket_Window .Input_Row .Input input,
.Add_Ticket_Window .Input_Row_A .Input input,
.Add_Ticket_Window .Input_Row_B .Input input,
.Add_Ticket_Window .Input_Row .Input textarea,
.Add_Ticket_Window .Input_Row_A .Input textarea,
.Add_Ticket_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Add_Ticket_Window .Input_Row .Link,
.Add_Ticket_Window .Input_Row_A .Link,
.Add_Ticket_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Add_Ticket_Window .Input_Row .Link a,
.Add_Ticket_Window .Input_Row_A .Link a,
.Add_Ticket_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Ticket_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Add_Ticket_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Ticket_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Ticket_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Add_Ticket_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Add_Ticket_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Add_Ticket_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Add_Ticket_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Add_Ticket_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Ticket_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Add_Ticket_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Add_Ticket_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Add_Ticket_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Add_Ticket_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Add_Ticket_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Add_Ticket_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Add_Ticket_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Add_Ticket_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Add_Ticket_Window .Section .Input input,
.Add_Ticket_Window .Section .Input textarea {
  width: 100%;
}
.Add_Ticket_Window .Execute {
  display: block;
}
.Add_Ticket_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Ticket_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Ticket_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Add_Ticket_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Ticket_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Ticket_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Add_Ticket_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Ticket_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Ticket_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Ticket_Window .Execute a:focus {
  outline-style: none;
}
.Add_Ticket_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Add_Ticket_Window .Execute a i.material-icons,
.Add_Ticket_Window .Execute a i.fa,
.Add_Ticket_Window .Execute a i.far,
.Add_Ticket_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Add_Ticket_Window .Execute a i.fa,
.Add_Ticket_Window .Execute a i.far,
.Add_Ticket_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Add_Ticket_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Add_Ticket_Window .Execute a:active {
  background-color: #ab87fd;
}
.Add_Ticket_Window .Execute a.Disabled,
.Add_Ticket_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Add_Ticket_Window .Execute a.Disabled:hover,
.Add_Ticket_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Ticket_Window .Execute a.Disabled:active,
.Add_Ticket_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Ticket_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Ticket_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Add_Ticket_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Add_Ticket_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Add_Ticket_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Add_Ticket_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Add_Ticket_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Add_Ticket_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Add_Ticket_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Add_Ticket_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Add_Ticket_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Add_Ticket_Window .Execute a.Default:active {
  background-color: #858383;
}
.Add_Ticket_Window .Execute a.Default:hover,
.Add_Ticket_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Add_Ticket_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Add_Ticket_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Add_Ticket_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Add_Ticket_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Add_Ticket_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Add_Ticket_Window .Execute a.Executing:hover,
.Add_Ticket_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Add_Ticket_Window .Execute a .Original_Price {
  position: relative;
}
.Add_Ticket_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Ticket_Window .Price .Label {
  float: initial;
}
.Add_Ticket_Window .Price .Input {
  margin-bottom: 5px;
  position: relative;
}
.Add_Ticket_Window .Price .Input:before {
  content: '$';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
}
.Add_Ticket_Window .Price .Input input {
  width: 120px;
  padding-left: 18px;
  font-size: 20px;
}
.Add_Ticket_Window .Price .Input.Suggested input {
  width: 80px;
}
.Add_Ticket_Window .Capacity {
  margin-left: 33px;
}
.Add_Ticket_Window .Capacity .Label {
  float: initial;
}
.Add_Ticket_Window .Capacity .Input {
  margin-bottom: 5px;
  position: relative;
}
.Add_Ticket_Window .Capacity .Input input {
  width: 120px;
  padding-left: 18px;
  font-size: 20px;
}
.Add_Ticket_Window .Forecast {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
  max-height: 0px;
  transition: 0.1s;
}
.Add_Ticket_Window .Forecast.Show {
  max-height: 28px;
}
.Add_Ticket_Window .Forecast.Show_Hint {
  max-height: 100px;
}
.Add_Ticket_Window .Forecast .Value {
  background-color: #ffffcc;
  padding: 5px;
  display: block;
}
.Add_Ticket_Window .Forecast .Value .Number {
  font-weight: 600;
}
.Add_Ticket_Window .Forecast .Hint {
  margin-top: 6px;
}
.Add_Ticket_Window .Hint {
  display: block;
  margin-top: 2px;
  color: #999999;
}
.Person_Settings_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 300px;
}
.Person_Settings_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Person_Settings_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Person_Settings_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Person_Settings_Window .Close_Button:focus {
  outline-style: none;
}
.Person_Settings_Window .Big_List_Items {
  clear: right;
}
.Person_Settings_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Person_Settings_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Person_Settings_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Person_Settings_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Person_Settings_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Person_Settings_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Person_Settings_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Person_Settings_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Person_Settings_Window .Input_Row .Description,
.Person_Settings_Window .Input_Row_A .Description,
.Person_Settings_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Person_Settings_Window .Input_Row .Input,
.Person_Settings_Window .Input_Row_A .Input,
.Person_Settings_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Person_Settings_Window .Input_Row .Input input,
.Person_Settings_Window .Input_Row_A .Input input,
.Person_Settings_Window .Input_Row_B .Input input,
.Person_Settings_Window .Input_Row .Input textarea,
.Person_Settings_Window .Input_Row_A .Input textarea,
.Person_Settings_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Person_Settings_Window .Input_Row .Link,
.Person_Settings_Window .Input_Row_A .Link,
.Person_Settings_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Person_Settings_Window .Input_Row .Link a,
.Person_Settings_Window .Input_Row_A .Link a,
.Person_Settings_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Person_Settings_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Person_Settings_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Person_Settings_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Person_Settings_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Person_Settings_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Person_Settings_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Person_Settings_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Person_Settings_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Person_Settings_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Person_Settings_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Person_Settings_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Person_Settings_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Person_Settings_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Person_Settings_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Person_Settings_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Person_Settings_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Person_Settings_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Person_Settings_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Person_Settings_Window .Section .Input input,
.Person_Settings_Window .Section .Input textarea {
  width: 100%;
}
.Person_Settings_Window .Execute {
  display: block;
}
.Person_Settings_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Person_Settings_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Person_Settings_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Person_Settings_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Person_Settings_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Person_Settings_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Person_Settings_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Person_Settings_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Person_Settings_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Person_Settings_Window .Execute a:focus {
  outline-style: none;
}
.Person_Settings_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Person_Settings_Window .Execute a i.material-icons,
.Person_Settings_Window .Execute a i.fa,
.Person_Settings_Window .Execute a i.far,
.Person_Settings_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Person_Settings_Window .Execute a i.fa,
.Person_Settings_Window .Execute a i.far,
.Person_Settings_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Person_Settings_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Person_Settings_Window .Execute a:active {
  background-color: #ab87fd;
}
.Person_Settings_Window .Execute a.Disabled,
.Person_Settings_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Person_Settings_Window .Execute a.Disabled:hover,
.Person_Settings_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Person_Settings_Window .Execute a.Disabled:active,
.Person_Settings_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Person_Settings_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Person_Settings_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Person_Settings_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Person_Settings_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Person_Settings_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Person_Settings_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Person_Settings_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Person_Settings_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Person_Settings_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Person_Settings_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Person_Settings_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Person_Settings_Window .Execute a.Default:active {
  background-color: #858383;
}
.Person_Settings_Window .Execute a.Default:hover,
.Person_Settings_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Person_Settings_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Person_Settings_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Person_Settings_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Person_Settings_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Person_Settings_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Person_Settings_Window .Execute a.Executing:hover,
.Person_Settings_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Person_Settings_Window .Execute a .Original_Price {
  position: relative;
}
.Person_Settings_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Input_Module_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 450px;
}
.Add_Input_Module_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Add_Input_Module_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Add_Input_Module_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Input_Module_Window .Close_Button:focus {
  outline-style: none;
}
.Add_Input_Module_Window .Big_List_Items {
  clear: right;
}
.Add_Input_Module_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Add_Input_Module_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Add_Input_Module_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Add_Input_Module_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Add_Input_Module_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Add_Input_Module_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Input_Module_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Add_Input_Module_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Add_Input_Module_Window .Input_Row .Description,
.Add_Input_Module_Window .Input_Row_A .Description,
.Add_Input_Module_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Add_Input_Module_Window .Input_Row .Input,
.Add_Input_Module_Window .Input_Row_A .Input,
.Add_Input_Module_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Add_Input_Module_Window .Input_Row .Input input,
.Add_Input_Module_Window .Input_Row_A .Input input,
.Add_Input_Module_Window .Input_Row_B .Input input,
.Add_Input_Module_Window .Input_Row .Input textarea,
.Add_Input_Module_Window .Input_Row_A .Input textarea,
.Add_Input_Module_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Add_Input_Module_Window .Input_Row .Link,
.Add_Input_Module_Window .Input_Row_A .Link,
.Add_Input_Module_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Add_Input_Module_Window .Input_Row .Link a,
.Add_Input_Module_Window .Input_Row_A .Link a,
.Add_Input_Module_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Input_Module_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Add_Input_Module_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Input_Module_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Input_Module_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Add_Input_Module_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Add_Input_Module_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Add_Input_Module_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Add_Input_Module_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Add_Input_Module_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Input_Module_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Add_Input_Module_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Add_Input_Module_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Add_Input_Module_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Add_Input_Module_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Add_Input_Module_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Add_Input_Module_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Add_Input_Module_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Add_Input_Module_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Add_Input_Module_Window .Section .Input input,
.Add_Input_Module_Window .Section .Input textarea {
  width: 100%;
}
.Add_Input_Module_Window .Execute {
  display: block;
}
.Add_Input_Module_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Input_Module_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Add_Input_Module_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Add_Input_Module_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Input_Module_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Add_Input_Module_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Add_Input_Module_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Input_Module_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Add_Input_Module_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Add_Input_Module_Window .Execute a:focus {
  outline-style: none;
}
.Add_Input_Module_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Add_Input_Module_Window .Execute a i.material-icons,
.Add_Input_Module_Window .Execute a i.fa,
.Add_Input_Module_Window .Execute a i.far,
.Add_Input_Module_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Add_Input_Module_Window .Execute a i.fa,
.Add_Input_Module_Window .Execute a i.far,
.Add_Input_Module_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Add_Input_Module_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Add_Input_Module_Window .Execute a:active {
  background-color: #ab87fd;
}
.Add_Input_Module_Window .Execute a.Disabled,
.Add_Input_Module_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Add_Input_Module_Window .Execute a.Disabled:hover,
.Add_Input_Module_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Input_Module_Window .Execute a.Disabled:active,
.Add_Input_Module_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Add_Input_Module_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Add_Input_Module_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Add_Input_Module_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Add_Input_Module_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Add_Input_Module_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Add_Input_Module_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Add_Input_Module_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Add_Input_Module_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Add_Input_Module_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Add_Input_Module_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Add_Input_Module_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Add_Input_Module_Window .Execute a.Default:active {
  background-color: #858383;
}
.Add_Input_Module_Window .Execute a.Default:hover,
.Add_Input_Module_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Add_Input_Module_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Add_Input_Module_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Add_Input_Module_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Add_Input_Module_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Add_Input_Module_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Add_Input_Module_Window .Execute a.Executing:hover,
.Add_Input_Module_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Add_Input_Module_Window .Execute a .Original_Price {
  position: relative;
}
.Add_Input_Module_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Add_Input_Module_Window .Input_Row .Description {
  width: 130px;
}
.Add_Input_Module_Window .Input_Row .Input {
  width: 300px;
}
.Send_Invitation_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 700px;
}
.Send_Invitation_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Send_Invitation_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Send_Invitation_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Send_Invitation_Window .Close_Button:focus {
  outline-style: none;
}
.Send_Invitation_Window .Big_List_Items {
  clear: right;
}
.Send_Invitation_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Send_Invitation_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Send_Invitation_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Send_Invitation_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Send_Invitation_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Send_Invitation_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Send_Invitation_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Send_Invitation_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Send_Invitation_Window .Input_Row .Description,
.Send_Invitation_Window .Input_Row_A .Description,
.Send_Invitation_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Send_Invitation_Window .Input_Row .Input,
.Send_Invitation_Window .Input_Row_A .Input,
.Send_Invitation_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Send_Invitation_Window .Input_Row .Input input,
.Send_Invitation_Window .Input_Row_A .Input input,
.Send_Invitation_Window .Input_Row_B .Input input,
.Send_Invitation_Window .Input_Row .Input textarea,
.Send_Invitation_Window .Input_Row_A .Input textarea,
.Send_Invitation_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Send_Invitation_Window .Input_Row .Link,
.Send_Invitation_Window .Input_Row_A .Link,
.Send_Invitation_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Send_Invitation_Window .Input_Row .Link a,
.Send_Invitation_Window .Input_Row_A .Link a,
.Send_Invitation_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Send_Invitation_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Send_Invitation_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Send_Invitation_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Send_Invitation_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Send_Invitation_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Send_Invitation_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Send_Invitation_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Send_Invitation_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Send_Invitation_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Send_Invitation_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Send_Invitation_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Send_Invitation_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Send_Invitation_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Send_Invitation_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Send_Invitation_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Send_Invitation_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Send_Invitation_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Send_Invitation_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Send_Invitation_Window .Section .Input input,
.Send_Invitation_Window .Section .Input textarea {
  width: 100%;
}
.Send_Invitation_Window .Execute {
  display: block;
}
.Send_Invitation_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Send_Invitation_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Send_Invitation_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Send_Invitation_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Send_Invitation_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Send_Invitation_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Send_Invitation_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Send_Invitation_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Send_Invitation_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Send_Invitation_Window .Execute a:focus {
  outline-style: none;
}
.Send_Invitation_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Send_Invitation_Window .Execute a i.material-icons,
.Send_Invitation_Window .Execute a i.fa,
.Send_Invitation_Window .Execute a i.far,
.Send_Invitation_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Send_Invitation_Window .Execute a i.fa,
.Send_Invitation_Window .Execute a i.far,
.Send_Invitation_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Send_Invitation_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Send_Invitation_Window .Execute a:active {
  background-color: #ab87fd;
}
.Send_Invitation_Window .Execute a.Disabled,
.Send_Invitation_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Send_Invitation_Window .Execute a.Disabled:hover,
.Send_Invitation_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Send_Invitation_Window .Execute a.Disabled:active,
.Send_Invitation_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Send_Invitation_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Send_Invitation_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Send_Invitation_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Send_Invitation_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Send_Invitation_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Send_Invitation_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Send_Invitation_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Send_Invitation_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Send_Invitation_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Send_Invitation_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Send_Invitation_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Send_Invitation_Window .Execute a.Default:active {
  background-color: #858383;
}
.Send_Invitation_Window .Execute a.Default:hover,
.Send_Invitation_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Send_Invitation_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Send_Invitation_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Send_Invitation_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Send_Invitation_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Send_Invitation_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Send_Invitation_Window .Execute a.Executing:hover,
.Send_Invitation_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Send_Invitation_Window .Execute a .Original_Price {
  position: relative;
}
.Send_Invitation_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Login_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 500px;
  padding: 25px;
}
.Login_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Login_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Login_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Login_Window .Close_Button:focus {
  outline-style: none;
}
.Login_Window .Big_List_Items {
  clear: right;
}
.Login_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Login_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Login_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Login_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Login_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Login_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Login_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Login_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Login_Window .Input_Row .Description,
.Login_Window .Input_Row_A .Description,
.Login_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Login_Window .Input_Row .Input,
.Login_Window .Input_Row_A .Input,
.Login_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Login_Window .Input_Row .Input input,
.Login_Window .Input_Row_A .Input input,
.Login_Window .Input_Row_B .Input input,
.Login_Window .Input_Row .Input textarea,
.Login_Window .Input_Row_A .Input textarea,
.Login_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Login_Window .Input_Row .Link,
.Login_Window .Input_Row_A .Link,
.Login_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Login_Window .Input_Row .Link a,
.Login_Window .Input_Row_A .Link a,
.Login_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Login_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Login_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Login_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Login_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Login_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Login_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Login_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Login_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Login_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Login_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Login_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Login_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Login_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Login_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Login_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Login_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Login_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Login_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Login_Window .Section .Input input,
.Login_Window .Section .Input textarea {
  width: 100%;
}
.Login_Window .Execute {
  display: block;
}
.Login_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Login_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Login_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Login_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Login_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Login_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Login_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Login_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Login_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Login_Window .Execute a:focus {
  outline-style: none;
}
.Login_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Login_Window .Execute a i.material-icons,
.Login_Window .Execute a i.fa,
.Login_Window .Execute a i.far,
.Login_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Login_Window .Execute a i.fa,
.Login_Window .Execute a i.far,
.Login_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Login_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Login_Window .Execute a:active {
  background-color: #ab87fd;
}
.Login_Window .Execute a.Disabled,
.Login_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Login_Window .Execute a.Disabled:hover,
.Login_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Login_Window .Execute a.Disabled:active,
.Login_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Login_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Login_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Login_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Login_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Login_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Login_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Login_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Login_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Login_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Login_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Login_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Login_Window .Execute a.Default:active {
  background-color: #858383;
}
.Login_Window .Execute a.Default:hover,
.Login_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Login_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Login_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Login_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Login_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Login_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Login_Window .Execute a.Executing:hover,
.Login_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Login_Window .Execute a .Original_Price {
  position: relative;
}
.Login_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Login_Window .Header {
  font-size: 35px;
  margin-bottom: 25px;
}
.Login_Window section.Buttons {
  text-align: right;
  margin-top: 25px;
}
.Select_Clean_New_Wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 66px;
  bottom: 54px;
  width: 100%;
}
.Select_Clean_New_Wrapper .Select_Input_Header {
  padding-left: 25px;
  padding-right: 25px;
}
.Select_Clean_New_Wrapper .Select_Input_Header .Create_Button {
  margin: auto;
  display: table;
}
.Select_Clean_New_Wrapper .Select_Input {
  display: block;
  width: calc(100% + 10px);
  left: -5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #efefef;
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
  flex: 1;
  position: relative;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Selection_Description {
  margin-bottom: 6px;
  font-size: 17px;
  background-color: #FFFFCC;
  padding: 10px;
  position: absolute;
  top: -50px;
  left: 25px;
  border-radius: 8px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role {
  font-family: Montserrat;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper {
  overflow-y: scroll;
  position: absolute;
  padding-left: 1px;
  padding-top: 6px;
  height: calc(100% - 4px);
  width: calc(100% - 20px);
  margin: 0px;
  left: 15px;
  padding-bottom: 0px;
  top: 2px;
  border: none;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items {
  border: none;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 100%;
  padding-top: 4px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
  border: none;
  padding-right: 10px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type {
  border: none;
}
@media (min-width: 960px) {
  .Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
    width: initial;
    min-width: calc(100%/4);
    max-width: calc(100%/3);
  }
}
@media (max-width: 480px) {
  .Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active {
    background: none;
  }
  .Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
@media (min-width: 960px) {
  .Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover {
    background: none;
  }
  .Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  margin-top: 0px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image {
  max-height: 60%;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  padding-bottom: 0px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon {
  display: none;
  float: right;
  margin-right: -0.5em;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #f7f7f7;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon {
  display: initial;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled {
  opacity: 0.5;
}
@media (min-width: 960px) {
  .Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon {
    min-width: calc(100%/3);
  }
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
  padding-top: 15px;
  padding-left: 5px;
  background-color: #41bde1;
  color: white;
  font-weight: bold;
  border-radius: 0.285rem 0px 0px 0.285rem !important;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon {
  font-size: 34px;
  color: white;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content {
  width: calc(100% - 50px);
  border-top: none;
  margin-left: 50px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name {
  font-weight: bold;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] {
  max-height: -webkit-min-content;
  max-height: min-content;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] {
  padding-right: 15px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details {
  padding: 0px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details {
  padding: 0px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Select_Clean_New_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] {
  padding: 25px;
  padding-top: 58px;
  padding-bottom: 45px;
  padding-bottom: 100px;
  padding: 0px;
  overflow: hidden;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 800px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 45px;
  margin-bottom: 0px;
  max-height: calc(90vh - 45px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Close_Button:focus {
  outline-style: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Big_List_Items {
  clear: right;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row .Description,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_A .Description,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row .Input,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_A .Input,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_A .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_B .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_A .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row .Link,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_A .Link,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row .Link a,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_A .Link a,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Section .Input textarea {
  width: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute {
  display: block;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:focus {
  outline-style: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a i.material-icons,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a i.fa,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a i.far,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a i.fa,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a i.far,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:active {
  background-color: #ab87fd;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Disabled,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Disabled:hover,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Disabled:active,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Default:active {
  background-color: #858383;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Default:hover,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Executing:hover,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a .Original_Price {
  position: relative;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 23px;
  width: 100%;
  flex-shrink: 0;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title h2,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers h2,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title .Header,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers .Header {
  font-weight: bold;
  font-size: 72px;
  flex: 1;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title h2 .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers h2 .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title .Header .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers .Header .Action_Description {
  display: inline-block;
  font-size: 23px;
  margin-right: 7px;
  font-style: italic;
  font-weight: normal;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title .Subheader,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers .Subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #888;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 4px;
  flex: 1;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title .Close_Button,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers .Close_Button {
  margin-top: 12px;
  flex: 0;
  flex-shrink: 0;
  flex-basis: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title .Close_Button .iconic,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers .Close_Button .iconic {
  width: 25px;
  height: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Content {
  min-height: 200px;
  flex: 1;
  overflow: scroll;
  margin-left: -20px;
  width: calc(100% + 40px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Cover {
  display: block;
  margin-left: -50px;
  width: calc(100% + 100px);
  margin-bottom: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Cover .Cover_Content:before {
  content: '';
  padding-top: 45%;
  float: left;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Description {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Description.Normal {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-style: initial;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Description strong {
  font-weight: bold;
  margin-left: 3px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff59d;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  padding: 25px;
  padding-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 10px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section label {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Montserrat;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section input,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section textarea,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Input {
  width: 100% !important;
  border: none;
  border-bottom: dashed 1px #606060;
  font-size: 29px;
  padding-bottom: 10px;
  background: transparent;
  color: #606060;
  transition: 0.2s;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section input:focus,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section textarea:focus,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Input:focus,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section input.Filled,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section textarea.Filled,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Input.Filled {
  border-bottom: solid 2px #41bde1;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section textarea {
  line-height: 1.1;
  padding-bottom: 16px;
  font-size: 20px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Hint {
  display: block;
  margin-top: 10px;
  color: #666;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 66px;
  bottom: 54px;
  width: 100%;
  position: relative;
  top: initial;
  bottom: initial;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header {
  padding-left: 25px;
  padding-right: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header .Create_Button {
  margin: auto;
  display: table;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input {
  display: block;
  width: calc(100% + 10px);
  left: -5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #efefef;
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
  flex: 1;
  position: relative;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description {
  margin-bottom: 6px;
  font-size: 17px;
  background-color: #FFFFCC;
  padding: 10px;
  position: absolute;
  top: -50px;
  left: 25px;
  border-radius: 8px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role {
  font-family: Montserrat;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper {
  overflow-y: scroll;
  position: absolute;
  padding-left: 1px;
  padding-top: 6px;
  height: calc(100% - 4px);
  width: calc(100% - 20px);
  margin: 0px;
  left: 15px;
  padding-bottom: 0px;
  top: 2px;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items {
  border: none;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 100%;
  padding-top: 4px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
  border: none;
  padding-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type {
  border: none;
}
@media (min-width: 960px) {
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
    width: initial;
    min-width: calc(100%/4);
    max-width: calc(100%/3);
  }
}
@media (max-width: 480px) {
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active {
    background: none;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
@media (min-width: 960px) {
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover {
    background: none;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  margin-top: 0px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image {
  max-height: 60%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  padding-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon {
  display: none;
  float: right;
  margin-right: -0.5em;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #f7f7f7;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon {
  display: initial;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled {
  opacity: 0.5;
}
@media (min-width: 960px) {
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon {
    min-width: calc(100%/3);
  }
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
  padding-top: 15px;
  padding-left: 5px;
  background-color: #41bde1;
  color: white;
  font-weight: bold;
  border-radius: 0.285rem 0px 0px 0.285rem !important;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon {
  font-size: 34px;
  color: white;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content {
  width: calc(100% - 50px);
  border-top: none;
  margin-left: 50px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name {
  font-weight: bold;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] {
  max-height: -webkit-min-content;
  max-height: min-content;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] {
  padding-right: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details {
  padding: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details {
  padding: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input {
  margin-top: 16px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper {
  position: static;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section .Input_Section_Row {
  display: flex;
  display: -webkit-flex;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section.Contrast label {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] {
  display: block;
  margin-bottom: 12px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input {
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px) !important;
  background-color: white;
  font-size: 20px;
  padding: 12px;
  border-bottom: solid 2px rgba(3, 3, 3, 0.25);
  margin-bottom: 8px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input:focus {
  border-bottom-color: #41bde1;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Input_Section.Contrast .Jelly_Action_Input_Result {
  margin-left: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Result {
  flex: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Result .Jelly_Action_Result {
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #fd6b03;
  color: white;
  display: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm {
  padding: 6px;
  height: 55px;
  background: white;
  flex: 0;
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: dotted 1px #ccc;
  margin-left: -20px;
  width: calc(100% + 40px);
  text-align: center;
  position: relative;
  flex-shrink: 0;
  flex-basis: 55px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm a {
  width: initial;
  padding-top: calc((42px - 1.14rem)/2);
  margin-right: 20px;
  flex: 0;
  float: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Orange,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm a.Orange {
  background-color: #fd6b03;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a.Dismiss,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm a.Dismiss {
  background-color: White;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a:last-child,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm a:last-child {
  margin-right: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute a .Operator,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm a .Operator {
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.85em;
  position: relative;
  bottom: 1px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm .Jelly_Loading {
  position: absolute;
  right: 20px;
  top: 23px;
  z-index: 1;
  border: 4px solid #777;
  height: 20px;
  width: 20px;
  border-right-color: transparent;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Execute.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Confirm.Both_Buttons a {
  /*float:left;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme {
  margin: 0px;
  overflow: hidden;
  max-height: 90vh;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Flow_Title {
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
  height: 55px;
  margin: 0px;
  align-items: center;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Flow_Title h2 {
  font-weight: bold;
  font-size: 30px;
  display: inline;
  font-weight: 600;
  text-transform: uppercase;
  line-height: calc(100% + 16px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Flow_Content {
  overflow: hidden;
  max-height: calc(90vh - 55px - 55px);
  margin: 0px;
  width: 100%;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Flow_Content .Input_Section {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Execute,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Confirm {
  display: block;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  margin: 0px;
  width: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Execute a,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Confirm a {
  border-radius: 0px;
  margin-right: 0px;
  width: 100%;
  height: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Execute.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Confirm.Both_Buttons a {
  width: 50%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Execute .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Confirm .Jelly_Loading {
  top: 17px;
  border: 3px solid white;
  border-right-color: transparent;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Result {
  padding-right: 45%;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content {
  /* Paned Actions */
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display {
  flex: 1;
  flex-basis: 45%;
  position: fixed;
  width: 45%;
  max-height: calc(90vh - 55px - 55px);
  overflow-y: scroll;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Cover {
  width: 100%;
  margin: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Details {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area {
  flex: 1;
  flex-basis: calc(100% - 45%);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f0f0f0;
  width: calc(100% - 45%);
  margin-right: 45%;
  min-height: 400px;
  overflow-y: scroll;
  max-height: calc(90vh - 55px - 55px);
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section {
  width: calc(100% - 40px);
  margin: 20px;
}
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"][data-alias="Sign_Up"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"][data-alias="Name"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"][data-alias="Last_Name"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"][data-alias="Email_Address"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"][data-template="Confirmation"]:not([data-alias="Buy_Tickets"]) .Flow_Window {
  width: 500px;
}
@media (max-width: 480px) {
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window {
    height: calc(100% - 20px);
    max-height: initial;
    margin: 20px;
    margin-bottom: 0px;
    max-width: calc(100% - 40px);
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Title h2 {
    font-size: 32px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Content {
    max-height: initial;
    height: calc(100% - 55px - 55px);
    overflow-y: scroll;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Content .Input_Section {
    margin-left: 0px;
    width: 100%;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Description {
    margin-left: 10px;
    margin-right: 10px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Flow_Result {
    padding-right: initial;
    flex: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window .Headers .Header {
    font-size: 40px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme {
    height: 100%;
    margin: 0px;
    max-width: 100%;
    max-height: initial;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Flow_Title h2 {
    font-size: 30px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Flow_Content {
    max-height: initial;
    height: calc(100% - 55px - 55px);
    overflow-y: scroll;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme .Flow_Content .Input_Section {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display {
    flex-basis: 100vw;
    position: initial;
    max-height: initial;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area {
    flex-basis: 100vw;
    margin-right: initial;
    min-height: initial;
    max-height: initial;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section {
    margin: 0px;
    width: 100%;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Reward_List_Wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-alias="Better_Login"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Result {
    padding-right: initial;
  }
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"],
.Flow_Action_Style {
  padding: 25px;
  padding-top: 58px;
  padding-bottom: 45px;
  padding-bottom: 100px;
  padding: 0px;
  overflow: hidden;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window,
.Flow_Action_Style .Flow_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 800px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 45px;
  margin-bottom: 0px;
  max-height: calc(90vh - 45px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Close_Button,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Close_Button,
.Flow_Action_Style .Flow_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Close_Button .iconic,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Close_Button .iconic,
.Flow_Action_Style .Flow_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Close_Button:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Close_Button:hover,
.Flow_Action_Style .Flow_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Close_Button:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Close_Button:focus,
.Flow_Action_Style .Flow_Window .Close_Button:focus {
  outline-style: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Big_List_Items,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Big_List_Items,
.Flow_Action_Style .Flow_Window .Big_List_Items {
  clear: right;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Header,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Header,
.Flow_Action_Style .Flow_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Text,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Text,
.Flow_Action_Style .Flow_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Person_Picture,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Person_Picture,
.Flow_Action_Style .Flow_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Person_Picture:before,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Person_Picture:before,
.Flow_Action_Style .Flow_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Person_Picture .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Person_Picture .Cover_Content,
.Flow_Action_Style .Flow_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Person_Picture .Cover_Content .Cover_Picture,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Person_Picture .Cover_Content .Cover_Picture,
.Flow_Action_Style .Flow_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Person_Picture .Cover_Content .Map,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Person_Picture .Cover_Content .Map,
.Flow_Action_Style .Flow_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Person_Picture:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Person_Picture:hover,
.Flow_Action_Style .Flow_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row .Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row .Description,
.Flow_Action_Style .Flow_Window .Input_Row .Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_A .Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_A .Description,
.Flow_Action_Style .Flow_Window .Input_Row_A .Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_B .Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_B .Description,
.Flow_Action_Style .Flow_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row .Input,
.Flow_Action_Style .Flow_Window .Input_Row .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_A .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_A .Input,
.Flow_Action_Style .Flow_Window .Input_Row_A .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_B .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_B .Input,
.Flow_Action_Style .Flow_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row .Input input,
.Flow_Action_Style .Flow_Window .Input_Row .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_A .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_A .Input input,
.Flow_Action_Style .Flow_Window .Input_Row_A .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_B .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_B .Input input,
.Flow_Action_Style .Flow_Window .Input_Row_B .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row .Input textarea,
.Flow_Action_Style .Flow_Window .Input_Row .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_A .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_A .Input textarea,
.Flow_Action_Style .Flow_Window .Input_Row_A .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_B .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_B .Input textarea,
.Flow_Action_Style .Flow_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row .Link,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row .Link,
.Flow_Action_Style .Flow_Window .Input_Row .Link,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_A .Link,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_A .Link,
.Flow_Action_Style .Flow_Window .Input_Row_A .Link,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_B .Link,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_B .Link,
.Flow_Action_Style .Flow_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row .Link a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row .Link a,
.Flow_Action_Style .Flow_Window .Input_Row .Link a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_A .Link a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_A .Link a,
.Flow_Action_Style .Flow_Window .Input_Row_A .Link a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_B .Link a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_B .Link a,
.Flow_Action_Style .Flow_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview:after,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview:after,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview:after,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview:after,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview .Cover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview .Cover,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  .Flow_Action_Style .Flow_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview .Input,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Row_With_Preview .Input .Input_Set_Link,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Row_With_Preview .Input .Input_Set_Link,
.Flow_Action_Style .Flow_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section,
.Flow_Action_Style .Flow_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Description,
.Flow_Action_Style .Flow_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Label,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Label,
.Flow_Action_Style .Flow_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Privacy,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Privacy,
.Flow_Action_Style .Flow_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Privacy .iconic,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Privacy .iconic,
.Flow_Action_Style .Flow_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Privacy .iconic *,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Privacy .iconic *,
.Flow_Action_Style .Flow_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Privacy .Explanation,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Privacy .Explanation,
.Flow_Action_Style .Flow_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Privacy:hover .Explanation,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Privacy:hover .Explanation,
.Flow_Action_Style .Flow_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Input,
.Flow_Action_Style .Flow_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Input input,
.Flow_Action_Style .Flow_Window .Section .Input input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Section .Input textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Section .Input textarea,
.Flow_Action_Style .Flow_Window .Section .Input textarea {
  width: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute,
.Flow_Action_Style .Flow_Window .Execute {
  display: block;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute:after,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute:after,
.Flow_Action_Style .Flow_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute:after,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute:after,
.Flow_Action_Style .Flow_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a,
.Flow_Action_Style .Flow_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:hover,
.Flow_Action_Style .Flow_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:focus,
.Flow_Action_Style .Flow_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.button-primary,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.button-primary,
.Flow_Action_Style .Flow_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.button-primary:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.button-primary:hover,
.Flow_Action_Style .Flow_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.button-primary:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.button-primary:focus,
.Flow_Action_Style .Flow_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:hover,
.Flow_Action_Style .Flow_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:focus,
.Flow_Action_Style .Flow_Window .Execute a:focus {
  outline-style: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a .Icon,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a .Icon,
.Flow_Action_Style .Flow_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a i.material-icons,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a i.material-icons,
.Flow_Action_Style .Flow_Window .Execute a i.material-icons,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a i.fa,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a i.fa,
.Flow_Action_Style .Flow_Window .Execute a i.fa,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a i.far,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a i.far,
.Flow_Action_Style .Flow_Window .Execute a i.far,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a i.fab,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a i.fab,
.Flow_Action_Style .Flow_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a i.fa,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a i.fa,
.Flow_Action_Style .Flow_Window .Execute a i.fa,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a i.far,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a i.far,
.Flow_Action_Style .Flow_Window .Execute a i.far,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a i.fab,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a i.fab,
.Flow_Action_Style .Flow_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:hover,
.Flow_Action_Style .Flow_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:active,
.Flow_Action_Style .Flow_Window .Execute a:active {
  background-color: #ab87fd;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Disabled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Disabled,
.Flow_Action_Style .Flow_Window .Execute a.Disabled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:disabled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:disabled,
.Flow_Action_Style .Flow_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Disabled:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Disabled:hover,
.Flow_Action_Style .Flow_Window .Execute a.Disabled:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:disabled:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:disabled:hover,
.Flow_Action_Style .Flow_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Disabled:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Disabled:active,
.Flow_Action_Style .Flow_Window .Execute a.Disabled:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:disabled:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:disabled:active,
.Flow_Action_Style .Flow_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Small,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Small,
.Flow_Action_Style .Flow_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Secondary,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Secondary,
.Flow_Action_Style .Flow_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Secondary:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Secondary:hover,
.Flow_Action_Style .Flow_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Secondary:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Secondary:active,
.Flow_Action_Style .Flow_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Secondary-2,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Secondary-2,
.Flow_Action_Style .Flow_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Secondary-2:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Secondary-2:hover,
.Flow_Action_Style .Flow_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Tertiary,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Tertiary,
.Flow_Action_Style .Flow_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Tertiary:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Tertiary:hover,
.Flow_Action_Style .Flow_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Tertiary:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Tertiary:active,
.Flow_Action_Style .Flow_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Default,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Default,
.Flow_Action_Style .Flow_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Default:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Default:hover,
.Flow_Action_Style .Flow_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Default:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Default:active,
.Flow_Action_Style .Flow_Window .Execute a.Default:active {
  background-color: #858383;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Default:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Default:hover,
.Flow_Action_Style .Flow_Window .Execute a.Default:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Default:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Default:active,
.Flow_Action_Style .Flow_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Disabled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Disabled,
.Flow_Action_Style .Flow_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Disabled a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Disabled a,
.Flow_Action_Style .Flow_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Disabled:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Disabled:hover,
.Flow_Action_Style .Flow_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Disabled:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Disabled:active,
.Flow_Action_Style .Flow_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Executing,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Executing,
.Flow_Action_Style .Flow_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Executing:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Executing:hover,
.Flow_Action_Style .Flow_Window .Execute a.Executing:hover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Executing:active,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Executing:active,
.Flow_Action_Style .Flow_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a .Original_Price,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a .Original_Price,
.Flow_Action_Style .Flow_Window .Execute a .Original_Price {
  position: relative;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a .Original_Price:before,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a .Original_Price:before,
.Flow_Action_Style .Flow_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title,
.Flow_Action_Style .Flow_Window .Flow_Title,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers,
.Flow_Action_Style .Flow_Window .Headers {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 23px;
  width: 100%;
  flex-shrink: 0;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title h2,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title h2,
.Flow_Action_Style .Flow_Window .Flow_Title h2,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers h2,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers h2,
.Flow_Action_Style .Flow_Window .Headers h2,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title .Header,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title .Header,
.Flow_Action_Style .Flow_Window .Flow_Title .Header,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers .Header,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers .Header,
.Flow_Action_Style .Flow_Window .Headers .Header {
  font-weight: bold;
  font-size: 72px;
  flex: 1;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title h2 .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title h2 .Action_Description,
.Flow_Action_Style .Flow_Window .Flow_Title h2 .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers h2 .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers h2 .Action_Description,
.Flow_Action_Style .Flow_Window .Headers h2 .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title .Header .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title .Header .Action_Description,
.Flow_Action_Style .Flow_Window .Flow_Title .Header .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers .Header .Action_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers .Header .Action_Description,
.Flow_Action_Style .Flow_Window .Headers .Header .Action_Description {
  display: inline-block;
  font-size: 23px;
  margin-right: 7px;
  font-style: italic;
  font-weight: normal;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title .Subheader,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title .Subheader,
.Flow_Action_Style .Flow_Window .Flow_Title .Subheader,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers .Subheader,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers .Subheader,
.Flow_Action_Style .Flow_Window .Headers .Subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #888;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 4px;
  flex: 1;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title .Close_Button,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title .Close_Button,
.Flow_Action_Style .Flow_Window .Flow_Title .Close_Button,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers .Close_Button,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers .Close_Button,
.Flow_Action_Style .Flow_Window .Headers .Close_Button {
  margin-top: 12px;
  flex: 0;
  flex-shrink: 0;
  flex-basis: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title .Close_Button .iconic,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title .Close_Button .iconic,
.Flow_Action_Style .Flow_Window .Flow_Title .Close_Button .iconic,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers .Close_Button .iconic,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers .Close_Button .iconic,
.Flow_Action_Style .Flow_Window .Headers .Close_Button .iconic {
  width: 25px;
  height: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Content,
.Flow_Action_Style .Flow_Window .Flow_Content {
  min-height: 200px;
  flex: 1;
  overflow: scroll;
  margin-left: -20px;
  width: calc(100% + 40px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Cover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Cover,
.Flow_Action_Style .Flow_Window .Cover {
  display: block;
  margin-left: -50px;
  width: calc(100% + 100px);
  margin-bottom: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Cover .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Cover .Cover_Content,
.Flow_Action_Style .Flow_Window .Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Cover .Cover_Content .Cover_Picture,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Cover .Cover_Content .Cover_Picture,
.Flow_Action_Style .Flow_Window .Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Cover .Cover_Content .Map,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Cover .Cover_Content .Map,
.Flow_Action_Style .Flow_Window .Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Cover .Cover_Content:before,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Cover .Cover_Content:before,
.Flow_Action_Style .Flow_Window .Cover .Cover_Content:before {
  content: '';
  padding-top: 45%;
  float: left;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Description,
.Flow_Action_Style .Flow_Window .Description {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Description.Normal,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Description.Normal,
.Flow_Action_Style .Flow_Window .Description.Normal {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-style: initial;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Description strong,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Description strong,
.Flow_Action_Style .Flow_Window .Description strong {
  font-weight: bold;
  margin-left: 3px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section,
.Flow_Action_Style .Flow_Window .Input_Section {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff59d;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  padding: 25px;
  padding-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 10px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section label,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section label,
.Flow_Action_Style .Flow_Window .Input_Section label {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Montserrat;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section input,
.Flow_Action_Style .Flow_Window .Input_Section input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section textarea,
.Flow_Action_Style .Flow_Window .Input_Section textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Input,
.Flow_Action_Style .Flow_Window .Input_Section .Input {
  width: 100% !important;
  border: none;
  border-bottom: dashed 1px #606060;
  font-size: 29px;
  padding-bottom: 10px;
  background: transparent;
  color: #606060;
  transition: 0.2s;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section input:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section input:focus,
.Flow_Action_Style .Flow_Window .Input_Section input:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section textarea:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section textarea:focus,
.Flow_Action_Style .Flow_Window .Input_Section textarea:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Input:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Input:focus,
.Flow_Action_Style .Flow_Window .Input_Section .Input:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section input.Filled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section input.Filled,
.Flow_Action_Style .Flow_Window .Input_Section input.Filled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section textarea.Filled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section textarea.Filled,
.Flow_Action_Style .Flow_Window .Input_Section textarea.Filled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Input.Filled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Input.Filled,
.Flow_Action_Style .Flow_Window .Input_Section .Input.Filled {
  border-bottom: solid 2px #41bde1;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section textarea,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section textarea,
.Flow_Action_Style .Flow_Window .Input_Section textarea {
  line-height: 1.1;
  padding-bottom: 16px;
  font-size: 20px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Hint,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Hint,
.Flow_Action_Style .Flow_Window .Input_Section .Hint {
  display: block;
  margin-top: 10px;
  color: #666;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 66px;
  bottom: 54px;
  width: 100%;
  position: relative;
  top: initial;
  bottom: initial;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header {
  padding-left: 25px;
  padding-right: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input_Header .Create_Button {
  margin: auto;
  display: table;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input {
  display: block;
  width: calc(100% + 10px);
  left: -5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #efefef;
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
  flex: 1;
  position: relative;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description {
  margin-bottom: 6px;
  font-size: 17px;
  background-color: #FFFFCC;
  padding: 10px;
  position: absolute;
  top: -50px;
  left: 25px;
  border-radius: 8px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role {
  font-family: Montserrat;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper {
  overflow-y: scroll;
  position: absolute;
  padding-left: 1px;
  padding-top: 6px;
  height: calc(100% - 4px);
  width: calc(100% - 20px);
  margin: 0px;
  left: 15px;
  padding-bottom: 0px;
  top: 2px;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items {
  border: none;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 100%;
  padding-top: 4px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
  border: none;
  padding-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type {
  border: none;
}
@media (min-width: 960px) {
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  .Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
    width: initial;
    min-width: calc(100%/4);
    max-width: calc(100%/3);
  }
}
@media (max-width: 480px) {
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  .Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active {
    background: none;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  .Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
@media (min-width: 960px) {
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  .Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover {
    background: none;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  .Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  margin-top: 0px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image {
  max-height: 60%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  padding-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon {
  display: none;
  float: right;
  margin-right: -0.5em;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #f7f7f7;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon {
  display: initial;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled {
  opacity: 0.5;
}
@media (min-width: 960px) {
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  .Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon {
    min-width: calc(100%/3);
  }
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
  padding-top: 15px;
  padding-left: 5px;
  background-color: #41bde1;
  color: white;
  font-weight: bold;
  border-radius: 0.285rem 0px 0px 0.285rem !important;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon {
  font-size: 34px;
  color: white;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content {
  width: calc(100% - 50px);
  border-top: none;
  margin-left: 50px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name {
  font-weight: bold;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] {
  max-height: -webkit-min-content;
  max-height: min-content;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] {
  padding-right: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details {
  padding: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details {
  padding: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input {
  margin-top: 16px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
.Flow_Action_Style .Flow_Window .Input_Section .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper {
  position: static;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section .Input_Section_Row,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section .Input_Section_Row,
.Flow_Action_Style .Flow_Window .Input_Section .Input_Section_Row {
  display: flex;
  display: -webkit-flex;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section.Contrast label,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section.Contrast label,
.Flow_Action_Style .Flow_Window .Input_Section.Contrast label {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"],
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"],
.Flow_Action_Style .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] {
  display: block;
  margin-bottom: 12px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input,
.Flow_Action_Style .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input {
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px) !important;
  background-color: white;
  font-size: 20px;
  padding: 12px;
  border-bottom: solid 2px rgba(3, 3, 3, 0.25);
  margin-bottom: 8px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input:focus,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input:focus,
.Flow_Action_Style .Flow_Window .Input_Section.Contrast span[data-type="Input"][data-template="Default"][data-alias="Text_Field"] input:focus {
  border-bottom-color: #41bde1;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Input_Section.Contrast .Jelly_Action_Input_Result,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Input_Section.Contrast .Jelly_Action_Input_Result,
.Flow_Action_Style .Flow_Window .Input_Section.Contrast .Jelly_Action_Input_Result {
  margin-left: 15px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Result,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Result,
.Flow_Action_Style .Flow_Window .Flow_Result {
  flex: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Result .Jelly_Action_Result,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Result .Jelly_Action_Result,
.Flow_Action_Style .Flow_Window .Flow_Result .Jelly_Action_Result {
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #fd6b03;
  color: white;
  display: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute,
.Flow_Action_Style .Flow_Window .Execute,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm,
.Flow_Action_Style .Flow_Window .Confirm {
  padding: 6px;
  height: 55px;
  background: white;
  flex: 0;
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: dotted 1px #ccc;
  margin-left: -20px;
  width: calc(100% + 40px);
  text-align: center;
  position: relative;
  flex-shrink: 0;
  flex-basis: 55px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a,
.Flow_Action_Style .Flow_Window .Execute a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm a,
.Flow_Action_Style .Flow_Window .Confirm a {
  width: initial;
  padding-top: calc((42px - 1.14rem)/2);
  margin-right: 20px;
  flex: 0;
  float: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Orange,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Orange,
.Flow_Action_Style .Flow_Window .Execute a.Orange,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm a.Orange,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm a.Orange,
.Flow_Action_Style .Flow_Window .Confirm a.Orange {
  background-color: #fd6b03;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a.Dismiss,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a.Dismiss,
.Flow_Action_Style .Flow_Window .Execute a.Dismiss,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm a.Dismiss,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm a.Dismiss,
.Flow_Action_Style .Flow_Window .Confirm a.Dismiss {
  background-color: White;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a:last-child,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a:last-child,
.Flow_Action_Style .Flow_Window .Execute a:last-child,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm a:last-child,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm a:last-child,
.Flow_Action_Style .Flow_Window .Confirm a:last-child {
  margin-right: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute a .Operator,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute a .Operator,
.Flow_Action_Style .Flow_Window .Execute a .Operator,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm a .Operator,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm a .Operator,
.Flow_Action_Style .Flow_Window .Confirm a .Operator {
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.85em;
  position: relative;
  bottom: 1px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute .Jelly_Loading,
.Flow_Action_Style .Flow_Window .Execute .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm .Jelly_Loading,
.Flow_Action_Style .Flow_Window .Confirm .Jelly_Loading {
  position: absolute;
  right: 20px;
  top: 23px;
  z-index: 1;
  border: 4px solid #777;
  height: 20px;
  width: 20px;
  border-right-color: transparent;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Execute.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Execute.Both_Buttons a,
.Flow_Action_Style .Flow_Window .Execute.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Confirm.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Confirm.Both_Buttons a,
.Flow_Action_Style .Flow_Window .Confirm.Both_Buttons a {
  /*float:left;*/
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme,
.Flow_Action_Style .Flow_Window.Bar_Theme {
  margin: 0px;
  overflow: hidden;
  max-height: 90vh;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Flow_Title,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Flow_Title,
.Flow_Action_Style .Flow_Window.Bar_Theme .Flow_Title {
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
  height: 55px;
  margin: 0px;
  align-items: center;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Flow_Title h2,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Flow_Title h2,
.Flow_Action_Style .Flow_Window.Bar_Theme .Flow_Title h2 {
  font-weight: bold;
  font-size: 30px;
  display: inline;
  font-weight: 600;
  text-transform: uppercase;
  line-height: calc(100% + 16px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Flow_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Flow_Content,
.Flow_Action_Style .Flow_Window.Bar_Theme .Flow_Content {
  overflow: hidden;
  max-height: calc(90vh - 55px - 55px);
  margin: 0px;
  width: 100%;
  border: none;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Flow_Content .Input_Section,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Flow_Content .Input_Section,
.Flow_Action_Style .Flow_Window.Bar_Theme .Flow_Content .Input_Section {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Execute,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Execute,
.Flow_Action_Style .Flow_Window.Bar_Theme .Execute,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Confirm,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Confirm,
.Flow_Action_Style .Flow_Window.Bar_Theme .Confirm {
  display: block;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  margin: 0px;
  width: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Execute a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Execute a,
.Flow_Action_Style .Flow_Window.Bar_Theme .Execute a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Confirm a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Confirm a,
.Flow_Action_Style .Flow_Window.Bar_Theme .Confirm a {
  border-radius: 0px;
  margin-right: 0px;
  width: 100%;
  height: 100%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Execute.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Execute.Both_Buttons a,
.Flow_Action_Style .Flow_Window.Bar_Theme .Execute.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Confirm.Both_Buttons a,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Confirm.Both_Buttons a,
.Flow_Action_Style .Flow_Window.Bar_Theme .Confirm.Both_Buttons a {
  width: 50%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Execute .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Execute .Jelly_Loading,
.Flow_Action_Style .Flow_Window.Bar_Theme .Execute .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Confirm .Jelly_Loading,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Confirm .Jelly_Loading,
.Flow_Action_Style .Flow_Window.Bar_Theme .Confirm .Jelly_Loading {
  top: 17px;
  border: 3px solid white;
  border-right-color: transparent;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Result,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Result,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Result {
  padding-right: 45%;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content {
  /* Paned Actions */
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display {
  flex: 1;
  flex-basis: 45%;
  position: fixed;
  width: 45%;
  max-height: calc(90vh - 55px - 55px);
  overflow-y: scroll;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Cover,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Cover,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Cover {
  width: 100%;
  margin: 0px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Details,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Details,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display .Details {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area {
  flex: 1;
  flex-basis: calc(100% - 45%);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f0f0f0;
  width: calc(100% - 45%);
  margin-right: 45%;
  min-height: 400px;
  overflow-y: scroll;
  max-height: calc(90vh - 55px - 55px);
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section,
.Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section {
  width: calc(100% - 40px);
  margin: 20px;
}
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"][data-alias="Sign_Up"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"][data-alias="Sign_Up"] .Flow_Window,
.Flow_Action_Style[data-alias="Sign_Up"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"][data-alias="Name"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"][data-alias="Name"] .Flow_Window,
.Flow_Action_Style[data-alias="Name"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"][data-alias="Last_Name"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"][data-alias="Last_Name"] .Flow_Window,
.Flow_Action_Style[data-alias="Last_Name"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"][data-alias="Email_Address"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"][data-alias="Email_Address"] .Flow_Window,
.Flow_Action_Style[data-alias="Email_Address"] .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow"][data-template="Confirmation"]:not([data-alias="Buy_Tickets"]) .Flow_Window,
.Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"][data-template="Confirmation"]:not([data-alias="Buy_Tickets"]) .Flow_Window,
.Flow_Action_Style[data-template="Confirmation"]:not([data-alias="Buy_Tickets"]) .Flow_Window {
  width: 500px;
}
@media (max-width: 480px) {
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window,
  .Flow_Action_Style .Flow_Window {
    height: calc(100% - 20px);
    max-height: initial;
    margin: 20px;
    margin-bottom: 0px;
    max-width: calc(100% - 40px);
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Title h2,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Title h2,
  .Flow_Action_Style .Flow_Window .Flow_Title h2 {
    font-size: 32px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Content,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Content,
  .Flow_Action_Style .Flow_Window .Flow_Content {
    max-height: initial;
    height: calc(100% - 55px - 55px);
    overflow-y: scroll;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Content .Input_Section,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Content .Input_Section,
  .Flow_Action_Style .Flow_Window .Flow_Content .Input_Section {
    margin-left: 0px;
    width: 100%;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Description,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Description,
  .Flow_Action_Style .Flow_Window .Description {
    margin-left: 10px;
    margin-right: 10px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Flow_Result,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Flow_Result,
  .Flow_Action_Style .Flow_Window .Flow_Result {
    padding-right: initial;
    flex: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window .Headers .Header,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window .Headers .Header,
  .Flow_Action_Style .Flow_Window .Headers .Header {
    font-size: 40px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme,
  .Flow_Action_Style .Flow_Window.Bar_Theme {
    height: 100%;
    margin: 0px;
    max-width: 100%;
    max-height: initial;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Flow_Title h2,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Flow_Title h2,
  .Flow_Action_Style .Flow_Window.Bar_Theme .Flow_Title h2 {
    font-size: 30px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Flow_Content,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Flow_Content,
  .Flow_Action_Style .Flow_Window.Bar_Theme .Flow_Content {
    max-height: initial;
    height: calc(100% - 55px - 55px);
    overflow-y: scroll;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme .Flow_Content .Input_Section,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme .Flow_Content .Input_Section,
  .Flow_Action_Style .Flow_Window.Bar_Theme .Flow_Content .Input_Section {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display,
  .Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Display {
    flex-basis: 100vw;
    position: initial;
    max-height: initial;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area,
  .Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area {
    flex-basis: 100vw;
    margin-right: initial;
    min-height: initial;
    max-height: initial;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section,
  .Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Input_Section {
    margin: 0px;
    width: 100%;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Reward_List_Wrapper,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Reward_List_Wrapper,
  .Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Content .Content_Flow .Input_Area .Reward_List_Wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Result,
  .Jelly_Modal > * > [data-kind="Item"][data-type="Flow_Action"] .Flow_Window.Bar_Theme.Both_Panes .Flow_Result,
  .Flow_Action_Style .Flow_Window.Bar_Theme.Both_Panes .Flow_Result {
    padding-right: initial;
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] {
  overflow: hidden;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item {
  width: 800px;
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  min-height: 92vh;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Close_Button:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Close_Button:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Close_Button:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Close_Button:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Close_Button:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Close_Button:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Close_Button:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Close_Button:focus,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Close_Button:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Close_Button:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Close_Button:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Big_List_Items {
  clear: right;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Header,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Text,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Text,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Text,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Text,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Text,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Text {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Person_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Person_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Person_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Person_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Person_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Person_Picture:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Person_Picture:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Person_Picture:before,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Person_Picture:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Person_Picture:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Person_Picture:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Person_Picture:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Person_Picture:hover {
  border-color: #cccccc;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_B .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_B .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_B .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_B .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_B .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_B .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_B .Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_B .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_B .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Description {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Label,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Privacy,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Privacy,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Privacy,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Privacy,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Privacy,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Privacy .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Privacy .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Input {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Section .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Section .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Section .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Section .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Section .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Section .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute {
  display: block;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.button-primary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.button-primary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a .Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a .Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a .Icon,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a .Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a .Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a i.fab {
  margin-right: 0.35em;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a i.fab {
  font-size: 1.4em;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:hover {
  background-color: #bca0fe;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:disabled,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a:disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a:disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Small,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Small,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Small,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Small,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Small,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Secondary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Secondary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Secondary {
  background-color: #ffff75;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Secondary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Secondary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Secondary:active {
  background-color: #ffff42;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Secondary-2,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Secondary-2,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Tertiary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Tertiary,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Tertiary {
  background-color: #96D6F2;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Default,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Default,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Default,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Default,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Default,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Default:hover {
  background-color: #919090;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Default:active {
  background-color: #858383;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Default:active {
  background: #1a1a1a;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Disabled a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Disabled a,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Disabled a {
  opacity: 0.25;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Executing,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Executing,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Executing,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Executing,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Executing,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Executing:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Executing:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Executing:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a .Original_Price,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a .Original_Price,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a .Original_Price {
  position: relative;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .button.blue,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .button.blue,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .button.blue,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .button.blue,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .button.blue,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .button.blue,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .button.blue,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .button.blue,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .button.blue,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .button.blue,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .button.blue,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .button.blue {
  background-color: #41bde1;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .button.blue:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .button.blue:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .button.blue:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .button.blue:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .button.blue:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .button.blue:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .button.blue:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .button.blue:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .button.blue:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .button.blue:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .button.blue:hover,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .button.blue:hover,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .button.blue:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .button.blue:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .button.blue:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .button.blue:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .button.blue:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .button.blue:active,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .button.blue:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .button.blue:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .button.blue:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .button.blue:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .button.blue:active,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .button.blue:active {
  background-color: #2bb5de;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Add_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Add_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Add_Input {
  overflow: hidden;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Add_Input .Input_Row_A .Input_Row_A_Label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Add_Input .Input_Row_A .Input_Row_A_Label {
  width: -webkit-min-content;
  width: min-content;
  margin-right: 21px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Headers,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Headers,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Headers {
  width: calc(100% - 100px);
  display: flex;
  display: -webkit-flex;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Headers .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Headers .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Headers .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Headers .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Headers .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Headers .Header,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Headers .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Headers .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Headers .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Headers .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Headers .Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Headers .Header {
  font-weight: bold;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Headers .Header .Action_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Headers .Header .Action_Description {
  display: inline-block;
  font-size: 23px;
  margin-right: 7px;
  font-style: italic;
  font-weight: normal;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Headers .Subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #888;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 4px;
  flex: 1;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 66px;
  bottom: 54px;
  width: 100%;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header {
  padding-left: 25px;
  padding-right: 25px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header .Create_Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input_Header .Create_Button {
  margin: auto;
  display: table;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input {
  display: block;
  width: calc(100% + 10px);
  left: -5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #efefef;
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
  flex: 1;
  position: relative;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description {
  margin-bottom: 6px;
  font-size: 17px;
  background-color: #FFFFCC;
  padding: 10px;
  position: absolute;
  top: -50px;
  left: 25px;
  border-radius: 8px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Grouping,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Group,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Selection_Description .Role {
  font-family: Montserrat;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper {
  overflow-y: scroll;
  position: absolute;
  padding-left: 1px;
  padding-top: 6px;
  height: calc(100% - 4px);
  width: calc(100% - 20px);
  margin: 0px;
  left: 15px;
  padding-bottom: 0px;
  top: 2px;
  border: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items {
  border: none;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 100%;
  padding-top: 4px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
  border: none;
  padding-right: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item:last-of-type {
  border: none;
}
@media (min-width: 960px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
    width: initial;
    min-width: calc(100%/4);
    max-width: calc(100%/3);
  }
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active {
    background: none;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:active .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
@media (min-width: 960px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover {
    background: none;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.Hover:hover .Big_List_Item_Details {
    background-color: #f7f7f7;
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details {
  margin-top: 0px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .image {
  max-height: 60%;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content {
  padding-bottom: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .content .Selected_Icon {
  display: none;
  float: right;
  margin-right: -0.5em;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details .Big_List_Item_Name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected {
  border: solid 2px #41bde1;
  background-color: #f7f7f7;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Selected .Selected_Icon {
  display: initial;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item .Big_List_Item_Details.Disabled {
  opacity: 0.5;
}
@media (min-width: 960px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon {
    min-width: calc(100%/3);
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
  padding-top: 15px;
  padding-left: 5px;
  background-color: #41bde1;
  color: white;
  font-weight: bold;
  border-radius: 0.285rem 0px 0px 0.285rem !important;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Icon_Wrapper i.icon {
  font-size: 34px;
  color: white;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .content {
  width: calc(100% - 50px);
  border-top: none;
  margin-left: 50px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item.With_Icon .Big_List_Item_Details .Big_List_Item_Name {
  font-weight: bold;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Website"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] {
  max-height: -webkit-min-content;
  max-height: min-content;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] {
  padding-right: 15px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details {
  padding: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Picture"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="File"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Video"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Sound"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details {
  padding: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content {
  margin-bottom: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item[data-type="Location"] .Big_List_Item_Details .Cover_Content:before {
  padding-top: 100%;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper {
  float: left;
  width: calc(55% - 20px);
  margin-right: 40px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper {
  float: right;
  margin-top: 25px;
  width: calc(45% - 20px);
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row {
  margin-bottom: 18px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row {
  clear: both;
  overflow: hidden;
  margin-bottom: 18px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter {
  margin-left: 10px;
  float: left;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row .Select_All {
  float: left;
  margin-right: 0px;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Selectors_Wrapper {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper {
    float: none;
    margin-top: 25px;
    width: 100%;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper .Search,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Search_Wrapper .Search {
    margin-top: 12px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Select_Counter .Verbose,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Select_Counter .Verbose {
    display: none !important;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Controls_Row {
    margin-bottom: 12px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item span[data-alias="Select_Controls"] .Indicators_Row {
    margin-bottom: 12px;
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .ui.search.dropdown.selection,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .ui.search.dropdown.selection {
  width: 100%;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters {
  float: left;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters label,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters label,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters label {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-right: 11px;
  letter-spacing: 0.3px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters .Menu_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters .Menu_Wrapper {
  display: inline-block;
  position: relative;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu {
  display: block;
  display: inline-block;
  padding: 9px;
  padding-left: 16px;
  padding-right: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge {
  display: block;
  float: left;
  margin-right: 5px;
  letter-spacing: 0.1px;
  font-size: 18px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters .Menu_Wrapper .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow {
  display: block;
  float: left;
  margin-left: 6px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Filters .Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Filters .Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Filters .Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Filters .Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Filters .Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Filters .Button,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Filters .Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Filters .Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Filters .Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Filters .Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Filters .Button,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Filters .Button {
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 17px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  margin-left: 22px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: 11px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute {
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  background-color: white;
  padding: 10px;
  width: 100%;
  left: 0px;
  z-index: 5;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_Counter {
  margin-left: 0px;
  float: right;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.With_Selectors span[data-alias="Select_Controls"] .Indicators_Row .Select_All {
  float: right;
}
@media (min-width: 960px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.With_Selectors .Select_Input .Big_List.Grid .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
    width: initial;
    min-width: calc(100%/5);
    max-width: calc(100%/5);
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.No_Subheader .Headers .Subheader,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.No_Subheader .Headers .Subheader {
  display: none;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.No_Subheader .Select_Clean_Wrapper {
  top: 66px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.Fit_To_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.Fit_To_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.Fit_To_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.Fit_To_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.Fit_To_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.Fit_To_Content,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.Fit_To_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.Fit_To_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.Fit_To_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.Fit_To_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.Fit_To_Content,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.Fit_To_Content {
  min-height: initial;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.Fit_To_Content .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.Fit_To_Content .Select_Clean_Wrapper {
  position: relative;
  top: 0px;
  bottom: initial;
  width: 100%;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Headers,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Headers,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Headers,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Headers,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Headers,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Headers,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Headers,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Headers,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Headers,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Headers,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Headers,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Headers {
    width: calc(100% - 30px);
    display: block;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Headers .Header,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Headers .Header,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Headers .Header,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Headers .Header,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Headers .Header,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Headers .Header,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Headers .Header,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Headers .Header,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Headers .Header,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Headers .Header,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Headers .Header,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Headers .Header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow-y: visible;
    margin-bottom: 0px;
    padding-bottom: 2px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Headers .Subheader {
    display: block;
    margin-left: 0px;
    flex: initial;
    margin-bottom: 15px;
    margin-top: 6px;
    font-size: 16px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper {
    top: 83px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper {
    height: calc(100% - 5px);
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Selection_Description,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Select_Clean_Wrapper .Select_Input .Selection_Description {
    display: none;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item .Execute a.Jelly_Action_Execute,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item .Execute a.Jelly_Action_Execute {
    padding-left: 52px !important;
    padding-right: 15px !important;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.No_Subheader .Headers .Subheader,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.No_Subheader .Headers .Subheader {
    display: none;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"] .Create_Item.No_Subheader .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"] .Create_Item.No_Subheader .Select_Clean_Wrapper {
    top: 66px;
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Participate"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Participate"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Participate"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Participate"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Participate"] .Add_Value_Clean_Window,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Participate"] .Add_Value_Clean_Window {
  width: 600px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Participate"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Participate"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Participate"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Participate"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Participate"] .Add_Value_Clean_Window .Headers,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Participate"] .Add_Value_Clean_Window .Headers {
  display: block;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Participate"] .Add_Value_Clean_Window .Select_Clean_Wrapper {
  top: 180px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper {
  bottom: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Complex_Value"] .Add_Value_Clean_Window .Add_Input {
  margin-bottom: 18px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Create_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Create_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Create_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Create_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Create_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Create_Item {
  min-height: initial;
  width: 515px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Create_Item .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Create_Item .Section .Input {
  position: relative;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper {
  position: relative;
  width: calc(100% + 50px);
  left: -25px;
  margin-bottom: 30px;
  height: 265px;
  top: 0px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
  width: initial;
  min-width: calc(100%/3);
  max-width: calc(100%/3);
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Create_Item .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Create_Item .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Create_Item .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Create_Item .Execute {
  position: static;
  padding: 0px;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper {
    height: calc(100vh - 200px);
    margin-bottom: 0px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Create_Item .Section .Input .Select_Clean_Wrapper .Select_Input .Big_List_Items_Wrapper .Big_List_Items .Big_List_Item {
    width: initial;
    min-width: calc(100%/2);
    max-width: calc(100%/2);
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Execute a.Button,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Execute a.Button,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Execute a.Button,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Execute a.Button,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Execute a.Button,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Execute a.Button {
    margin-right: -10px;
  }
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Create_Item"] .Execute a.Button.Full,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Create_Item"] .Execute a.Button.Full,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Create_Item"] .Execute a.Button.Full,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Create_Item"] .Execute a.Button.Full,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Create_Item"] .Execute a.Button.Full,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Create_Item"] .Execute a.Button.Full {
    width: 100%;
    margin-right: 0px !important;
    margin-top: 8px;
  }
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Cover_Value"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Cover_Value"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Cover_Value"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Cover_Value"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Cover_Value"],
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Cover_Value"] {
  overflow-y: auto;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper {
  position: relative;
  top: 0px;
  width: calc(100% + 50px);
  left: -25px;
  margin-bottom: 18px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input {
  height: 180px;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items {
  overflow-y: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
[data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
[data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item {
  width: initial;
  min-width: calc(100%/5);
  max-width: calc(100%/5);
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Action"][data-alias="Create_Direct_Conversation"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Participate"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Create_Item"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Add_Value_Clean"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Complex_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item,
  [data-kind="Item"][data-type="Action"][data-alias="Set_Cover_Value"][data-alias="Set_Cover_Value"] .Add_Value_Clean_Window .Select_Clean_Wrapper .Select_Input .Big_List.Grid .Big_List_Items .Big_List_Item {
    min-width: calc(100%/2);
    max-width: calc(100%/2);
  }
}
/*
.Payment {.Block; margin-top:33px;
	h2.Appeal { font-weight:bold; font-size:40px;  margin-bottom:23px; width:100%; text-align:center;}
	h3 {font-size: 16px; display: block; margin-bottom: 17px; font-weight: 600; text-transform: uppercase; text-align: center; font-family: Montserrat;
		&.Input_Description { font-size:20px; margin-top: 12px; margin-bottom:30px; font-style:normal;}
		&.Input_Hint {margin-top:-20px; margin-bottom:30px;}
		&.Reward_Subtitle {color:#777}
	}
	.Input { .Block; margin:auto; margin-top:7px; text-align:center; border-bottom:solid 1px black;	 width:50%; min-width:200px; display:flex; display: -webkit-flex; flex-wrap: nowrap; align-items:center;
		.Operator {font-size:24px;width:24px; flex-basis:40px; position:relative; left:-18px; top: -2px;}
		[data-type="Input"][data-template="Default"] { flex: 1; position:relative;
			input {font-size:46px; border:none; outline:none;  text-align:center; color:@Orange; font-weight:bold; width:100%; padding-left:18px; background:transparent;}
		}
		.Gift {color:#ccc; font-size:1.65em; border-radius: 20px; padding: 7px; height: 40px; width: 40px; flex-basis:40px; position:relative; left: 22px; top: -2px;	 transition:.8s;
			&.Highlight {background-color: hsla(194,73%,59%,1); color: white; transition:.5s;}
		}
	}
}
*/
.Reward_List_Wrapper {
  display: block;
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item {
  border-radius: 4px;
  margin-bottom: 13px;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff59d;
  cursor: pointer;
  border: solid 3px #fff59d;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Cover {
  display: block;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50px;
  border: solid 1px #ccc;
  margin: 5px;
  margin-left: 15px;
  overflow: hidden;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Cover .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details {
  display: block;
  flex: 1;
  padding: 15px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details .Reward_Name {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 11px;
  font-family: Lato;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details .Reward_Description {
  text-transform: uppercase;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details .Reward_Description .Reward_Amount {
  font-weight: bold;
  font-size: 29px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details .Reward_Description .Reward_Amount .Symbol {
  font-size: 20px;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details .Reward_Description .Reward_Amount .Amount {
  position: relative;
  top: 4px;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details .Reward_Hint {
  display: table;
  margin: auto;
  margin-top: 13px;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase;
  border-top: solid 1px #999;
  padding-top: 8px;
  font-weight: 600;
  color: #555;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item a .Reward_Details .Reward_Hint .Operator {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
  text-transform: initial;
  font-weight: initial;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item.Highlight,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:hover,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:active {
  border: solid 3px #41bde1;
  background-color: rgba(65, 189, 225, 0.35);
  box-shadow: 0px 1px 1px 1px #41bde1;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item.Highlight a,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:hover a,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:active a {
  text-decoration: none;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item.Highlight a .Reward_Cover,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:hover a .Reward_Cover,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:active a .Reward_Cover {
  border-color: #41bde1;
}
.Reward_List_Wrapper .Reward_List .Reward_List_Item.Highlight:active,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:hover:active,
.Reward_List_Wrapper .Reward_List .Reward_List_Item:active:active {
  background-color: rgba(65, 189, 225, 0.6);
}
/* Below is obsolete  */
/*

[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"]{border:none;
	.Purchase_Conversion_Window {.Clean_Window;
		@media(min-width: @Pro_Tablet_Width) {min-width:650px;}
		.Appeal_Image {width:100%; height:250px;background-size:cover; background-position: center center; background-repeat: no-repeat;position:relative;}
		.Edit_Settings{ position:absolute; right:25px; bottom:25px; background-color:initial;cursor: pointer;
			.Content {.Icon_Color(@Dark_Grey); .Plain_Link; padding:6px; border-radius:21px; .Icon_Size(20px); border: dashed 1px #cccccc;margin-bottom:5px; background-color:rgba(255,255,255,.75);width:36px;
			}
			.Label {font-size:12px; text-align:center; background-color:@Blue; color:white; display:block;visibility:visible; text-transform:uppercase; font-weight:600; padding:4px; border-radius:3px;
			} 
			&.Selected { background-color:initial;
				.Content { border: solid 2px @Blue; background-color:white;} 
			}

			@media (min-width: @Pro_Tablet_Width) {
				&:hover {
					.Content {background-color: @Blue;}
					.Label {visibility:visible;}
				}
			}
		}
		.Window_Content { .Block; padding:30px;
			.Header {text-align:center;}
			.Introduction {.Block; text-align:center; margin-top:20px; margin-bottom:11px; line-height:1.3;}
			.Appeal {.Block; text-align:center; margin-top:17px; margin-bottom:11px; line-height:1.3; display:none;}
			.Payment {.Block; margin-top:33px;
				h3 {text-align:center; font-weight:600; font-size:22px; margin-top:20px; text-transform:uppercase;}
				.Input { .Block; margin:auto; margin-top:7px; text-align:center; border-bottom:solid 1px black;	 width:50%; min-width:200px; 
					&:before {
						content: "$"; font-size:24px; position:relative; top: -11px;
						@media (max-width:450px) {
							top: 45px; left: -45%;
						}						
					}
					input {font-size:46px; border:none; outline:none; width:222px; text-align:center;}
				}
				.Description {.Block; text-align:center; text-transform:uppercase; font-weight:600; margin-top:9px;}
				.Button {.Block; margin:auto; width:125px; margin-top:25px; height:44px; font-size:20px; text-transform:uppercase; padding-top:11px;}
			}
			.Big_List.List_Reward { 
				.Big_List_Items { border:none; margin-top:25px;
					.Big_List_Item { border:none; margin-top:2px; margin-bottom:5px; text-align:center;
						.Big_List_Item_Details {
							.Wrapper {.Block; margin-bottom:12px; background:white; border: dashed 1px @Grey; color:@Dark_Grey; width:100%; padding:5px; margin:auto; 
								@media (min-width: 992px) {width:375px; margin-bottom:18px;}
								@media (max-width: 992px) {width:85vw;}
								.Label {text-transform:uppercase;font-weight:600; font-size:17px; letter-spacing:.2px;
									&.Large {line-height:35px;}
								}
								.Bonus {display:block; font-weight:normal; font-size:14px; text-transform:none;margin-top:8px;	
									strong {padding-top:2px; padding-bottom:2px; padding-left:3px; padding-right:3px;}
								}
							}
							.Big_List_Item_Cover {width:75px; height:75px; margin-right:25px;display:inline-block;  float:none;
								.Cover_Content {.Percentage_Height(100%); .Circle; border: solid 1px @Dark_Grey;}
							}
							.Big_List_Item_Content {display:inline-block;  margin-top:15px;} 
						}
						
						&.Highlight {
							.Wrapper {border: solid 2px @Blue; background-color: rgba(0, 155, 188, 0.1);}
						}
					}
					@media (min-width:@Pro_Tablet_Width) { 
						.List_Item[data-type="Reward"] { 
							.Big_List_Item {margin-bottom:-22px;}
						}
					}
				}
			}
			.Big_List.Select_Reward{ 
				.Big_List_Items { border:none; margin-top:5px;
					.Big_List_Item { border:none; margin-top:2px; margin-bottom:5px; text-align:center;
						.Big_List_Item_Details {width: 100%;
							.Button { margin-bottom:12px; background:white; border: solid 2px @Dark_Grey; color:@Dark_Grey; width:100%;
								@media (min-width: 992px) {width:375px; margin-bottom:18px;}
								@media (max-width: 992px) {width:85vw;}
								.Label {text-transform:uppercase;font-weight:600; font-size:17px; letter-spacing:.2px;
									&.Large {line-height:35px;}
								}
								.Bonus {display:block; font-weight:normal; font-size:14px; text-transform:none;margin-top:8px;	
									strong {padding-top:2px; padding-bottom:2px; padding-left:3px; padding-right:3px;}
								}

								&.Join_Button {height:85px;background-color:@Blue; border:none; color:white; position:relative;
									.Wrapper {.Centered_Vertical; margin-top:0px; width:100%; position:absolute; left:0px;} 
								}  
								&.Donate_Button {border-color: @Blue;} 
							}
							.Big_List_Item_Cover {width:75px; height:75px; margin-right:25px;display:inline-block;  float:none;
								.Cover_Content {.Percentage_Height(100%); .Circle; border: solid 1px @Dark_Grey;}
							}
							.Big_List_Item_Content {display:inline-block;position:relative; vertical-align:top; top:7px;} 
						} 
						&:hover { 
							.Button { }
							.Big_List_Item_Cover {
								.Cover_Content { }
							}
							//.Button { background-color: fade(@Blue, 15%);}
							//.Bonus strong {background-color: fade(@Blue, 15%);}
							.Button { background-color:@Button_Background_Hover;  color:white; border: solid 2px @Button_Background_Hover;}
						}
					}
					.List_Item[data-type="Reward"] { 
						@media (min-width: @Mobile_Width) {position:relative; left:-52px;}
						.Big_List_Item {margin-bottom:-6px;}
					}
				}
			}
		}
	}
}
*/
.Purchase_Receipt_Window {
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  margin: 0px;
  color: black;
  display: block;
  width: 900px;
  max-width: 100%;
  margin-top: 0px;
  padding-bottom: 30px;
  display: inline-block;
  background-color: white;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.02), -12px 0 15px -4px rgba(0, 0, 0, 0.03);
  min-height: 100vh;
  width: 400px;
  padding: 0px;
  box-shadow: none;
}
.Purchase_Receipt_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Purchase_Receipt_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Purchase_Receipt_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Close_Button:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Big_List_Items {
  clear: right;
}
.Purchase_Receipt_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Purchase_Receipt_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Purchase_Receipt_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Purchase_Receipt_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Purchase_Receipt_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Purchase_Receipt_Window .Input_Row .Description,
.Purchase_Receipt_Window .Input_Row_A .Description,
.Purchase_Receipt_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Purchase_Receipt_Window .Input_Row .Input,
.Purchase_Receipt_Window .Input_Row_A .Input,
.Purchase_Receipt_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Purchase_Receipt_Window .Input_Row .Input input,
.Purchase_Receipt_Window .Input_Row_A .Input input,
.Purchase_Receipt_Window .Input_Row_B .Input input,
.Purchase_Receipt_Window .Input_Row .Input textarea,
.Purchase_Receipt_Window .Input_Row_A .Input textarea,
.Purchase_Receipt_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Purchase_Receipt_Window .Input_Row .Link,
.Purchase_Receipt_Window .Input_Row_A .Link,
.Purchase_Receipt_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Purchase_Receipt_Window .Input_Row .Link a,
.Purchase_Receipt_Window .Input_Row_A .Link a,
.Purchase_Receipt_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Purchase_Receipt_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Purchase_Receipt_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Purchase_Receipt_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Purchase_Receipt_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Purchase_Receipt_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Purchase_Receipt_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Purchase_Receipt_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Purchase_Receipt_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Purchase_Receipt_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Purchase_Receipt_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Purchase_Receipt_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Section .Input input,
.Purchase_Receipt_Window .Section .Input textarea {
  width: 100%;
}
.Purchase_Receipt_Window .Execute {
  display: block;
}
.Purchase_Receipt_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Purchase_Receipt_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Purchase_Receipt_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Execute a:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Purchase_Receipt_Window .Execute a i.material-icons,
.Purchase_Receipt_Window .Execute a i.fa,
.Purchase_Receipt_Window .Execute a i.far,
.Purchase_Receipt_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Purchase_Receipt_Window .Execute a i.fa,
.Purchase_Receipt_Window .Execute a i.far,
.Purchase_Receipt_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Purchase_Receipt_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Purchase_Receipt_Window .Execute a:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Execute a.Disabled,
.Purchase_Receipt_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Purchase_Receipt_Window .Execute a.Disabled:hover,
.Purchase_Receipt_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Execute a.Disabled:active,
.Purchase_Receipt_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Purchase_Receipt_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Purchase_Receipt_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Purchase_Receipt_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Purchase_Receipt_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Purchase_Receipt_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Purchase_Receipt_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Purchase_Receipt_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Purchase_Receipt_Window .Execute a.Default:active {
  background-color: #858383;
}
.Purchase_Receipt_Window .Execute a.Default:hover,
.Purchase_Receipt_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Purchase_Receipt_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Purchase_Receipt_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Purchase_Receipt_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Purchase_Receipt_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Purchase_Receipt_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Purchase_Receipt_Window .Execute a.Executing:hover,
.Purchase_Receipt_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Execute a .Original_Price {
  position: relative;
}
.Purchase_Receipt_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Purchase_Receipt_Window.Get_Involved .Jelly_Text_Input,
.Purchase_Receipt_Window.Share_Feedback .Jelly_Text_Input,
.Purchase_Receipt_Window.Get_Involved .Jelly_Text_Area_Input,
.Purchase_Receipt_Window.Share_Feedback .Jelly_Text_Area_Input {
  border: none;
  border-bottom: dashed 1px #cccccc;
  outline: none;
  border-radius: 0;
  margin-left: -0.35rem;
  padding-left: 0.5em;
  transition: 0.05s;
}
.Purchase_Receipt_Window.Get_Involved .Jelly_Text_Input:hover,
.Purchase_Receipt_Window.Share_Feedback .Jelly_Text_Input:hover,
.Purchase_Receipt_Window.Get_Involved .Jelly_Text_Area_Input:hover,
.Purchase_Receipt_Window.Share_Feedback .Jelly_Text_Area_Input:hover {
  background-color: rgba(65, 189, 225, 0.05);
  border-bottom-color: #41bde1;
}
.Purchase_Receipt_Window.Get_Involved .Jelly_Text_Input:focus,
.Purchase_Receipt_Window.Share_Feedback .Jelly_Text_Input:focus,
.Purchase_Receipt_Window.Get_Involved .Jelly_Text_Area_Input:focus,
.Purchase_Receipt_Window.Share_Feedback .Jelly_Text_Area_Input:focus {
  border-bottom-color: #41bde1;
  border-left-color: #41bde1;
  background-color: white;
}
.Purchase_Receipt_Window.Get_Involved .Jelly_Action_Result,
.Purchase_Receipt_Window.Share_Feedback .Jelly_Action_Result {
  display: none;
  background-color: #ffffcc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.Purchase_Receipt_Window.Get_Involved.Get_Involved .Social_Sign_In,
.Purchase_Receipt_Window.Share_Feedback.Get_Involved .Social_Sign_In {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.Purchase_Receipt_Window.Get_Involved.Get_Involved .Social_Sign_In .Button,
.Purchase_Receipt_Window.Share_Feedback.Get_Involved .Social_Sign_In .Button {
  padding-top: 16px;
  padding-bottom: 17px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 60px;
  padding-right: 25px;
}
.Purchase_Receipt_Window.Get_Involved.Get_Involved .Social_Sign_In .Button.Better,
.Purchase_Receipt_Window.Share_Feedback.Get_Involved .Social_Sign_In .Button.Better {
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #fd6b03;
}
.Purchase_Receipt_Window.Get_Involved.Get_Involved .Divider,
.Purchase_Receipt_Window.Share_Feedback.Get_Involved .Divider {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-top: 36px;
  margin-bottom: 25px;
}
.Purchase_Receipt_Window.Get_Involved.Get_Involved .Divider hr,
.Purchase_Receipt_Window.Share_Feedback.Get_Involved .Divider hr {
  height: 1px;
  border: none;
  background-color: #aaa;
}
.Purchase_Receipt_Window.Get_Involved.Get_Involved .Divider h5,
.Purchase_Receipt_Window.Share_Feedback.Get_Involved .Divider h5 {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-family: Montserrat;
  background-color: white;
}
.Purchase_Receipt_Window.Clean_Window {
  box-shadow: none;
}
.Purchase_Receipt_Window.Clean_Window .Page_Header {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.Purchase_Receipt_Window .Page_Header {
  display: block;
  margin-bottom: 10px;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.Purchase_Receipt_Window .Page_Header .Page_Title {
  display: block;
  margin-bottom: 20px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right {
  display: block;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Page_Name {
  display: block;
  float: left;
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  font-size: 2em;
  letter-spacing: -0.75px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Page_Name {
    font-size: 2.3em;
  }
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link {
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Page_Name i.icon {
  margin-left: 7px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right {
  float: right;
  display: block;
  /*.Preview_Link {.Icon_Size(24px);}  */
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible {
  float: left;
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Label {
  display: block;
  float: left;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value {
  display: block;
  float: left;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a {
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings {
  float: left;
  display: block;
  margin-right: 10px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 8px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic {
  width: 20px;
  height: 20px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 15px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:last-of-type {
  margin-right: 0;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings {
  display: inline-block;
  background-color: initial;
  cursor: pointer;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content {
  text-decoration: inherit;
  color: inherit;
  padding: 6px;
  border-radius: 21px;
  border: dashed 1px #cccccc;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 36px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic {
  width: 20px;
  height: 20px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label {
  font-size: 12px;
  text-align: center;
  background-color: #41bde1;
  color: white;
  display: block;
  visibility: hidden;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px;
  border-radius: 3px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label.Preview_Label {
  visibility: visible;
  margin-left: -9px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected {
  background-color: initial;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected .Content {
  border: solid 2px #41bde1;
  background-color: white;
}
@media (min-width: 960px) {
  .Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Content {
    background-color: #41bde1;
  }
  .Purchase_Receipt_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Label {
    visibility: visible;
  }
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings.Visible {
  display: block;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Purchase_Receipt_Window .Page_Header .Page_Title .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Cover {
  clear: right;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper {
  margin-top: -10px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fd6b03;
  background-blend-mode: darken;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  margin-bottom: 20px;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Page_Header {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -8px;
  width: 100%;
  margin-top: 0px;
  z-index: 2;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Page_Header .Page_Title .Left_And_Right .Page_Name {
  color: white;
  font-weight: 400;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content .Video_Wrapper {
  padding-top: 50%;
  padding-bottom: 0%;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65));
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content {
    overflow: hidden;
  }
  .Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Content:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  display: block;
  float: left;
  margin-right: 25px;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.material-icons,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  margin-right: 0.35em;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  font-size: 1.4em;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  background-color: #bca0fe;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary {
  background-color: #ffff75;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:active {
  background-color: #ffff42;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary {
  background-color: #96D6F2;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover {
  background-color: #919090;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background-color: #858383;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background: #1a1a1a;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled a {
  opacity: 0.25;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:hover,
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price {
  position: relative;
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: red;
  z-index: 1;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Cover.As_Wrapper {
    overflow: hidden;
  }
  .Purchase_Receipt_Window .Page_Cover.As_Wrapper:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
  .Purchase_Receipt_Window .Page_Cover.As_Wrapper .Cover_Link {
    display: none;
  }
}
.Purchase_Receipt_Window .Page_Cover .Cover_Content {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.Purchase_Receipt_Window .Page_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Page_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Page_Cover .Cover_Content:before {
  content: '';
  padding-top: 35%;
  float: left;
}
.Purchase_Receipt_Window .Page_Cover .Person_Cover_Content {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 100%;
}
.Purchase_Receipt_Window .Page_Cover .Person_Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Page_Cover .Person_Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Purchase_Receipt_Window .Page_Cover .Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Purchase_Receipt_Window .Page_Cover .Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Cover .Person_Cover_Content {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .Purchase_Receipt_Window .Page_Cover .Person_Cover_Content {
    width: 33%;
  }
}
.Purchase_Receipt_Window .Page_Disclaimer {
  background-color: #fff59d;
  padding: 25px;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  margin: 0px;
  margin-top: -10px;
}
.Purchase_Receipt_Window .Page_Disclaimer p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.Purchase_Receipt_Window .Page_Banner {
  padding: 25px;
  padding-top: 7px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information {
  font-size: 25px;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  color: #41bde1;
  margin-right: 15px;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
  display: inline-block;
  max-width: calc(100% - 330px);
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Period {
  font-size: 0.7em;
  margin-left: 3px;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Timezone {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: #999;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
  color: #777;
  margin-left: 4px;
  margin-right: 4px;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From.From,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To.From {
  font-size: 0.7em;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  display: block;
  font-size: 0.66em;
  color: #555555;
  font-weight: 100;
  margin-top: 10px;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .From {
  font-size: 1em;
  color: inherit;
  margin: 0px;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .Period {
  font-size: 1em;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Quote {
  position: absolute;
  font-size: 88px;
  font-family: Lato;
  font-weight: bold;
  color: #fff59d;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Quote.Left {
  top: 35px;
  left: 35px;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Quote.Right {
  top: 35px;
  right: 35px;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Information {
    margin-bottom: 15px;
  }
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
    line-height: 1.3;
    max-width: initial;
  }
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action {
  display: block;
  position: absolute;
  right: 0px;
  top: -20px;
  height: calc(100% + 20px);
  width: 275px;
  top: 0px;
  height: 100%;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 0px !important;
  padding-left: 28% !important;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button .icon,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button .icon {
  width: 28%;
  font-size: 2.5em;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button label,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button label,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button label {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  cursor: pointer;
  font-size: 27px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 600;
  width: 72%;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  width: 0.4em;
  height: 0.4em;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic *,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic *,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Action {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    top: -40px;
    height: 4em;
  }
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button,
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button {
    padding-left: 24%;
    min-height: 75px;
  }
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Action .RSVP_Button .icon,
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
  .Purchase_Receipt_Window .Page_Banner .Page_Core_Action .Attending_Button .icon {
    width: 24%;
  }
}
.Purchase_Receipt_Window .Page_Banner.Dark {
  background-color: #444444;
}
.Purchase_Receipt_Window .Page_Banner.Dark .Page_Core_Information {
  color: white;
}
.Purchase_Receipt_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Icon {
  color: #ccc;
}
.Purchase_Receipt_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .From,
.Purchase_Receipt_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .To,
.Purchase_Receipt_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  color: white;
}
.Purchase_Receipt_Window .Page_Stats {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 22px;
  font-size: 18px;
}
.Purchase_Receipt_Window .Page_Stats .Stat {
  color: #888;
  font-style: italic;
}
.Purchase_Receipt_Window .Page_Stats .Stat i.icon {
  color: #888;
}
.Purchase_Receipt_Window .Page_Stats .Stat .Value {
  font-weight: 600;
  color: #dadada;
}
.Purchase_Receipt_Window .Page_Stats .Stat.You {
  color: #fff59d;
}
.Purchase_Receipt_Window .Page_Stats .Stat.You i.icon {
  color: #fff59d;
}
.Purchase_Receipt_Window .Page_Stats .Stat.You .Value {
  color: #fff59d;
}
.Purchase_Receipt_Window .Page_Stats .Spacer {
  margin-left: 5px;
  margin-right: 5px;
  color: #888;
}
.Purchase_Receipt_Window .Page_Button.ui.blue.button {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 25px;
}
.Purchase_Receipt_Window .Page_Communications {
  display: block;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 25px;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail .iconic,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop .iconic,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile .iconic,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call .iconic {
  width: 40px;
  height: 40px;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail .Label,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop .Label,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile .Label,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call .Label {
  display: block;
  font-size: 15px;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail:active,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop:active,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile:active,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call:active,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail:hover,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop:hover,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile:hover,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call:hover {
  text-decoration: none;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail:active .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop:active .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile:active .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call:active .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Mail:hover .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop:hover .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile:hover .iconic *,
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile {
  display: inline-block;
}
@media (min-width: 960px) {
  .Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Mobile {
    display: none;
  }
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop {
  display: none;
}
@media (min-width: 960px) {
  .Purchase_Receipt_Window .Page_Communications .Big_List_Item_Text_Desktop {
    display: inline-block;
  }
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call {
  position: relative;
  top: -3px;
}
.Purchase_Receipt_Window .Page_Communications .Big_List_Item_Call .iconic {
  width: 37px;
  height: 37px;
}
.Purchase_Receipt_Window .Section {
  display: block;
  margin-top: 30px;
}
.Purchase_Receipt_Window .Section .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Purchase_Receipt_Window .Section .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Section .Value {
  display: block;
}
.Purchase_Receipt_Window .Section .Value input,
.Purchase_Receipt_Window .Section .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Section .Value input,
  .Purchase_Receipt_Window .Section .Value textarea {
    font-size: 22px;
  }
}
.Purchase_Receipt_Window .Link {
  display: block;
}
.Purchase_Receipt_Window .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Link .Jelly_Loading {
  float: right;
  top: 8px;
  margin-left: 10px;
}
.Purchase_Receipt_Window .Link a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Purchase_Receipt_Window .Link a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Link a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Link a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Purchase_Receipt_Window .Link a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Link a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Link a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Link a:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Link a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Purchase_Receipt_Window .Link a i.material-icons,
.Purchase_Receipt_Window .Link a i.fa,
.Purchase_Receipt_Window .Link a i.far,
.Purchase_Receipt_Window .Link a i.fab {
  margin-right: 0.35em;
}
.Purchase_Receipt_Window .Link a i.fa,
.Purchase_Receipt_Window .Link a i.far,
.Purchase_Receipt_Window .Link a i.fab {
  font-size: 1.4em;
}
.Purchase_Receipt_Window .Link a:hover {
  background-color: #bca0fe;
}
.Purchase_Receipt_Window .Link a:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Link a.Disabled,
.Purchase_Receipt_Window .Link a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Purchase_Receipt_Window .Link a.Disabled:hover,
.Purchase_Receipt_Window .Link a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Link a.Disabled:active,
.Purchase_Receipt_Window .Link a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Link a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Link a.Secondary {
  background-color: #ffff75;
}
.Purchase_Receipt_Window .Link a.Secondary:hover {
  background-color: #ffff5b;
}
.Purchase_Receipt_Window .Link a.Secondary:active {
  background-color: #ffff42;
}
.Purchase_Receipt_Window .Link a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Purchase_Receipt_Window .Link a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Link a.Tertiary {
  background-color: #96D6F2;
}
.Purchase_Receipt_Window .Link a.Tertiary:hover {
  background-color: #7fcdef;
}
.Purchase_Receipt_Window .Link a.Tertiary:active {
  background-color: #69c4ec;
}
.Purchase_Receipt_Window .Link a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Link a.Default:hover {
  background-color: #919090;
}
.Purchase_Receipt_Window .Link a.Default:active {
  background-color: #858383;
}
.Purchase_Receipt_Window .Link a.Default:hover,
.Purchase_Receipt_Window .Link a.Default:active {
  background: #1a1a1a;
}
.Purchase_Receipt_Window .Link a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Purchase_Receipt_Window .Link a.Disabled a {
  opacity: 0.25;
}
.Purchase_Receipt_Window .Link a.Disabled:hover {
  background-color: #d1d1d1;
}
.Purchase_Receipt_Window .Link a.Disabled:active {
  background-color: #c5c5c5;
}
.Purchase_Receipt_Window .Link a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Purchase_Receipt_Window .Link a.Executing:hover,
.Purchase_Receipt_Window .Link a.Executing:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Link a .Original_Price {
  position: relative;
}
.Purchase_Receipt_Window .Link a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Purchase_Receipt_Window .Page_Modules .Heading {
  font-size: 27px;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 44px;
  margin-bottom: 30px;
}
.Purchase_Receipt_Window .Page_Modules .Subheading {
  font-size: 20px;
  margin-left: 44px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Group_Icon {
  display: block;
  position: relative;
  margin: auto;
  width: 104px;
  height: 104px;
  border-radius: 52px;
  font-size: 46px;
  padding-top: 23px;
  margin-top: -34px;
  color: #41bde1;
  background-color: white;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Value {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Value input,
.Purchase_Receipt_Window .Page_Modules .Module_Content .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Module_Content .Value input,
  .Purchase_Receipt_Window .Page_Modules .Module_Content .Value textarea {
    font-size: 22px;
  }
}
.Purchase_Receipt_Window .Page_Modules .Module_Content:last-of-type {
  margin-bottom: 40px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings.Visible {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Purchase_Receipt_Window .Page_Modules .Module_Content .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Value {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Value input,
.Purchase_Receipt_Window .Page_Modules .Text_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Text_Module .Value input,
  .Purchase_Receipt_Window .Page_Modules .Text_Module .Value textarea {
    font-size: 22px;
  }
}
.Purchase_Receipt_Window .Page_Modules .Text_Module:last-of-type {
  margin-bottom: 40px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings.Visible {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Purchase_Receipt_Window .Page_Modules .Text_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Value {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Value input,
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Picture_Module .Value input,
  .Purchase_Receipt_Window .Page_Modules .Picture_Module .Value textarea {
    font-size: 22px;
  }
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 40px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings.Visible {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Purchase_Receipt_Window .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Value {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Value input,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Property_Module .Value input,
  .Purchase_Receipt_Window .Page_Modules .Property_Module .Value textarea {
    font-size: 22px;
  }
}
.Purchase_Receipt_Window .Page_Modules .Property_Module:last-of-type {
  margin-bottom: 40px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings.Visible {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Icon {
  display: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Label_Value {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 4px;
  transition: 0.1s;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Explanation {
  display: block;
  clear: both;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffcc;
  color: #555;
  padding-left: 11px;
  width: 475px;
  margin-top: 10px;
  max-width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: block;
  float: left;
  margin-left: 8px;
  padding-top: 5px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Private {
  padding-top: 4px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Public {
  padding-top: 4px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
  display: none;
}
@media (min-width: 960px) {
  .Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
    display: inline;
    color: #9e9d9d;
    font-size: 11px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    opacity: 0;
    transition: 0.3s;
  }
  .Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy:hover .Explanation {
    opacity: 1;
    transition: 0.1s;
  }
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 4px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 8px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls {
  float: right;
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper {
  display: block;
  float: left;
  margin-bottom: -6px;
  margin-top: -6px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display {
  float: left;
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 8px;
  border-radius: 5px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic {
  width: 20px;
  height: 20px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic *,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic *,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:hover,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:hover,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid.Selected,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List.Selected,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet.Selected {
  background-color: #e6e6e6;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:last-of-type,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:last-of-type,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:last-of-type {
  margin-right: 0;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper .Property_Module_Add_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper .Property_Module_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation {
  position: relative;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings.Visible {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator {
  margin-left: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link {
  display: block;
  font-size: 21px;
  padding-bottom: 10px;
  margin-right: 17px;
  color: black;
  float: left;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link .Count {
  font-weight: 600;
  margin-left: 5px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link i {
  color: #555;
  font-size: 0.8em;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link.Selected {
  border-bottom: solid 4px #41bde1;
  background: initial;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover {
  color: #41bde1;
  text-tecoration: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover i {
  color: #41bde1;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value {
  display: block;
  background-color: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input,
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  font-size: inherit;
  font-size: 18px;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 100%;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 50%;
  }
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  width: 100%;
  max-height: 200px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Time_Input {
  display: block;
  float: left;
  width: 100px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Date_Input {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper .Load_More {
  display: table;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-editable=False][data-show-label=False] .Property_Module_Header {
  display: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-editable=False][data-size="Large"] .Property_Module_Value.Simple {
  font-size: 30px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Location"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Location"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header .Property_Module_Controls {
  clear: left;
  margin-top: 12px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Value {
  clear: right;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications {
  float: left;
  display: block;
  text-align: center;
  margin: 0px;
  margin-top: 13px;
  clear: left;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic {
  width: 27px;
  height: 27px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic *,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .Label,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .Label {
  display: inline;
  font-size: 17px;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
  top: 6px;
  font-weight: 400;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover {
  text-decoration: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active .iconic *,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active .iconic *,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover .iconic *,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 51px;
  padding-right: 15px;
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #41bde1;
  margin-bottom: 10px;
  margin-top: -5px;
  margin-left: 5px;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.material-icons,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  margin-right: 0.35em;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  font-size: 1.4em;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  background-color: #bca0fe;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary {
  background-color: #ffff75;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:hover {
  background-color: #ffff5b;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:active {
  background-color: #ffff42;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary {
  background-color: #96D6F2;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:hover {
  background-color: #7fcdef;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:active {
  background-color: #69c4ec;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover {
  background-color: #919090;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background-color: #858383;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background: #1a1a1a;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled a {
  opacity: 0.25;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover {
  background-color: #d1d1d1;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active {
  background-color: #c5c5c5;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:hover,
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price {
  position: relative;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Purchase_Receipt_Window .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Value,
.Purchase_Receipt_Window .Page_Modules .Property_Module.Disabled .Property_Module_Value.Simple {
  opacity: 0.5;
}
.Purchase_Receipt_Window .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: none;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"],
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Label,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Tip,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Value,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Value {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Value input,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Value input,
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Value textarea,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Value input,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Value input,
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Value textarea,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Value textarea {
    font-size: 22px;
  }
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"]:last-of-type,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module:last-of-type {
  margin-bottom: 40px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic *,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:focus,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link.Selected,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:last-of-type,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings.Visible,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings.Visible {
  display: block;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Label,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input:hover,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic *,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row a,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:last-of-type,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Disclaimer,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Page_Purchases {
  text-align: initial;
  float: right;
  margin: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases .Content .Label,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Page_Purchases .Content .Label {
  margin-bottom: 0px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Picture,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper {
  display: block;
  width: 100%;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper {
  position: relative;
  height: auto;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper iframe,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper iframe {
  width: 100%;
  height: 580px;
  background: #9e9d9d;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper {
  position: relative;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper iframe,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper iframe {
  width: 100%;
  background: #9e9d9d;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Button.Connect_Link,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Button.Connect_Link {
  display: none;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 25px);
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline .Kind {
  display: block;
  float: left;
  font-size: 24px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: Montserrat;
  border-bottom: solid 6px black;
  margin-right: 50px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline .Time {
  display: block;
  float: right;
  font-size: 15px;
  margin-right: 25px;
  padding: 13px;
  padding-left: 22px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-style: italic;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description {
  display: block;
  position: absolute;
  top: 25%;
  padding: 28px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Button,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Button {
  display: block;
  float: right;
  margin-left: 15px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Information {
  color: white;
  font-family: "Montserrat";
  font-size: 22px;
  letter-spacing: 0.3px;
  font-weight: 200;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Information a {
  font-weight: 800;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Caption {
  display: block;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 35px;
  -webkit-font-smoothing: antialiased;
  quotes: "“" "”" "‘" "’";
  color: white;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: lighter;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Caption:before {
  content: open-quote;
  font-family: Montserrat;
  font-size: 47px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Caption:after {
  content: close-quote;
  font-family: Montserrat;
  font-size: 40px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Teams {
  display: block;
  float: right;
  color: white;
  font-family: "Source Sans Pro";
  width: 75%;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.1px;
  font-size: 18px;
}
.Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams a,
.Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Teams a {
  font-weight: 800;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline {
    font-size: 18px;
    top: 18px;
    left: 18px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline .Kind {
    margin-right: 0px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Headline .Time {
    margin-right: 0px;
    padding: 11px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description {
    padding: 20px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Button,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Button {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Information {
    font-size: 15px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Information a {
    font-weight: 800;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Caption {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 15px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Caption:before {
    font-size: 25px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Caption:after {
    font-size: 25px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Description .Teams {
    width: 100%;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Page_Purchases {
    width: 100%;
    margin-bottom: 15px;
  }
  .Purchase_Receipt_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases a,
  .Purchase_Receipt_Window .Page_Modules .Activity .Activity_Module .Page_Purchases a {
    width: 100%;
  }
}
.Purchase_Receipt_Window .Page_Modules.Blue {
  display: block;
  background-color: #abcdef;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Purchase_Receipt_Window .Page_Modules.Blue .Module_Group_Icon {
  background-color: #abcdef;
  margin-top: -78px;
  color: #333;
}
.Purchase_Receipt_Window .Page_Modules.Light_Blue {
  display: block;
  background-color: #f7f8fc;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Purchase_Receipt_Window .Page_Modules.Light_Blue .Module_Group_Icon {
  background-color: #f7f8fc;
  margin-top: -78px;
  color: #333;
}
.Purchase_Receipt_Window .Page_Modules.Light_Blue .ui.card {
  background-color: transparent !important;
}
.Purchase_Receipt_Window .Page_Modules.Light_Blue .ui.card .Cover_Picture {
  border: solid 3px #333;
}
.Purchase_Receipt_Window .Page_Modules.Green {
  display: block;
  background-color: #7EEFCC;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Purchase_Receipt_Window .Page_Modules.Green .Module_Group_Icon {
  background-color: #7EEFCC;
  margin-top: -78px;
  color: #333;
}
.Purchase_Receipt_Window .Page_Modules.Green .ui.card {
  background-color: transparent !important;
}
.Purchase_Receipt_Window .Page_Modules.Green .ui.card .Cover_Picture {
  border: solid 2px rgba(0, 0, 0, 0.85);
}
.Purchase_Receipt_Window .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item {
  border: none;
}
.Purchase_Receipt_Window .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item:hover .Cover_Picture {
  border-color: #41bde1;
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Modules .Heading,
  .Purchase_Receipt_Window .Page_Modules .Subheading {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 480px) {
  .Purchase_Receipt_Window .Page_Content_Actions {
    display: none;
  }
}
@media (min-width: 960px) {
  .Purchase_Receipt_Window .Page_Content_Actions {
    display: block;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-family: Lato;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  .Purchase_Receipt_Window .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Purchase_Receipt_Window .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Purchase_Receipt_Window .Page_Content_Actions div.Inner_Group {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .Purchase_Receipt_Window .Page_Content_Actions div.Inner_Group .Items {
    display: block;
    margin-top: 11px;
    margin-bottom: 4px;
    height: 28px;
  }
  .Purchase_Receipt_Window .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Purchase_Receipt_Window .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Purchase_Receipt_Window .Page_Content_Actions div.Inner_Group .Items a {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .Purchase_Receipt_Window .Page_Content_Actions div.Inner_Group .Label {
    padding-bottom: 15px;
  }
  .Purchase_Receipt_Window .Page_Content_Actions div.Group {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.15);
    float: left;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  .Purchase_Receipt_Window .Page_Content_Actions a {
    display: inline-block;
    height: 100%;
    padding: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: inherit;
    color: inherit;
    float: left;
  }
  .Purchase_Receipt_Window .Page_Content_Actions a:hover {
    text-decoration: inherit;
    border-bottom: none;
  }
  .Purchase_Receipt_Window .Page_Content_Actions a:focus {
    outline-style: none;
  }
  .Purchase_Receipt_Window .Page_Content_Actions a .iconic {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
  }
  .Purchase_Receipt_Window .Page_Content_Actions a .iconic * {
    fill: white;
    stroke: white;
  }
  .Purchase_Receipt_Window .Page_Content_Actions a:hover {
    color: white;
    text-decoration: none;
    background-color: #666666;
  }
  .Purchase_Receipt_Window .Page_Content_Actions .Selected {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .Purchase_Receipt_Window .Page_Content_Actions [data-target-property="Size"] [data-size="Large"] {
    font-size: 150%;
  }
  .Purchase_Receipt_Window .Page_Content_Actions [data-target-property="Size"] [data-size="Small"] {
    font-size: 75%;
  }
}
.Purchase_Receipt_Window .Page_Add_Property {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:focus {
  outline-style: none;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link i.material-icons,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link i.fa,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link i.far,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link i.fab {
  margin-right: 0.35em;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link i.fa,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link i.far,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link i.fab {
  font-size: 1.4em;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  background-color: #bca0fe;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Disabled,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:hover,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:active,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Secondary {
  background-color: #ffff75;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Secondary:active {
  background-color: #ffff42;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary {
  background-color: #96D6F2;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Default:hover {
  background-color: #919090;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background-color: #858383;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Default:hover,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background: #1a1a1a;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Disabled a {
  opacity: 0.25;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Executing:hover,
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link.Executing:active {
  background-color: #ab87fd;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link .Original_Price {
  position: relative;
}
.Purchase_Receipt_Window .Page_Add_Property .Page_Add_Property_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Purchase_Receipt_Window .Number {
  font-weight: 600;
}
.Video_Conversation_Window {
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  color: black;
  display: block;
  width: 900px;
  max-width: 100%;
  margin-top: 0px;
  padding-bottom: 30px;
  display: inline-block;
  background-color: white;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.02), -12px 0 15px -4px rgba(0, 0, 0, 0.03);
  min-height: 100vh;
  width: 98vw;
  height: 74vh;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}
.Video_Conversation_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Video_Conversation_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Video_Conversation_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Close_Button:focus {
  outline-style: none;
}
.Video_Conversation_Window .Big_List_Items {
  clear: right;
}
.Video_Conversation_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Video_Conversation_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Video_Conversation_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Video_Conversation_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Video_Conversation_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Video_Conversation_Window .Input_Row .Description,
.Video_Conversation_Window .Input_Row_A .Description,
.Video_Conversation_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Video_Conversation_Window .Input_Row .Input,
.Video_Conversation_Window .Input_Row_A .Input,
.Video_Conversation_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Video_Conversation_Window .Input_Row .Input input,
.Video_Conversation_Window .Input_Row_A .Input input,
.Video_Conversation_Window .Input_Row_B .Input input,
.Video_Conversation_Window .Input_Row .Input textarea,
.Video_Conversation_Window .Input_Row_A .Input textarea,
.Video_Conversation_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Video_Conversation_Window .Input_Row .Link,
.Video_Conversation_Window .Input_Row_A .Link,
.Video_Conversation_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Video_Conversation_Window .Input_Row .Link a,
.Video_Conversation_Window .Input_Row_A .Link a,
.Video_Conversation_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Video_Conversation_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Video_Conversation_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Video_Conversation_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Video_Conversation_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Video_Conversation_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Video_Conversation_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Video_Conversation_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Video_Conversation_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Video_Conversation_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Video_Conversation_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Video_Conversation_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Video_Conversation_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Section .Input input,
.Video_Conversation_Window .Section .Input textarea {
  width: 100%;
}
.Video_Conversation_Window .Execute {
  display: block;
}
.Video_Conversation_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Video_Conversation_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Video_Conversation_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Execute a:focus {
  outline-style: none;
}
.Video_Conversation_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Video_Conversation_Window .Execute a i.material-icons,
.Video_Conversation_Window .Execute a i.fa,
.Video_Conversation_Window .Execute a i.far,
.Video_Conversation_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Video_Conversation_Window .Execute a i.fa,
.Video_Conversation_Window .Execute a i.far,
.Video_Conversation_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Video_Conversation_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Video_Conversation_Window .Execute a:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Execute a.Disabled,
.Video_Conversation_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Video_Conversation_Window .Execute a.Disabled:hover,
.Video_Conversation_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Execute a.Disabled:active,
.Video_Conversation_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Video_Conversation_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Video_Conversation_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Video_Conversation_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Video_Conversation_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Video_Conversation_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Video_Conversation_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Video_Conversation_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Video_Conversation_Window .Execute a.Default:active {
  background-color: #858383;
}
.Video_Conversation_Window .Execute a.Default:hover,
.Video_Conversation_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Video_Conversation_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Video_Conversation_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Video_Conversation_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Video_Conversation_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Video_Conversation_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Video_Conversation_Window .Execute a.Executing:hover,
.Video_Conversation_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Execute a .Original_Price {
  position: relative;
}
.Video_Conversation_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Video_Conversation_Window.Get_Involved .Jelly_Text_Input,
.Video_Conversation_Window.Share_Feedback .Jelly_Text_Input,
.Video_Conversation_Window.Get_Involved .Jelly_Text_Area_Input,
.Video_Conversation_Window.Share_Feedback .Jelly_Text_Area_Input {
  border: none;
  border-bottom: dashed 1px #cccccc;
  outline: none;
  border-radius: 0;
  margin-left: -0.35rem;
  padding-left: 0.5em;
  transition: 0.05s;
}
.Video_Conversation_Window.Get_Involved .Jelly_Text_Input:hover,
.Video_Conversation_Window.Share_Feedback .Jelly_Text_Input:hover,
.Video_Conversation_Window.Get_Involved .Jelly_Text_Area_Input:hover,
.Video_Conversation_Window.Share_Feedback .Jelly_Text_Area_Input:hover {
  background-color: rgba(65, 189, 225, 0.05);
  border-bottom-color: #41bde1;
}
.Video_Conversation_Window.Get_Involved .Jelly_Text_Input:focus,
.Video_Conversation_Window.Share_Feedback .Jelly_Text_Input:focus,
.Video_Conversation_Window.Get_Involved .Jelly_Text_Area_Input:focus,
.Video_Conversation_Window.Share_Feedback .Jelly_Text_Area_Input:focus {
  border-bottom-color: #41bde1;
  border-left-color: #41bde1;
  background-color: white;
}
.Video_Conversation_Window.Get_Involved .Jelly_Action_Result,
.Video_Conversation_Window.Share_Feedback .Jelly_Action_Result {
  display: none;
  background-color: #ffffcc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.Video_Conversation_Window.Get_Involved.Get_Involved .Social_Sign_In,
.Video_Conversation_Window.Share_Feedback.Get_Involved .Social_Sign_In {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.Video_Conversation_Window.Get_Involved.Get_Involved .Social_Sign_In .Button,
.Video_Conversation_Window.Share_Feedback.Get_Involved .Social_Sign_In .Button {
  padding-top: 16px;
  padding-bottom: 17px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 60px;
  padding-right: 25px;
}
.Video_Conversation_Window.Get_Involved.Get_Involved .Social_Sign_In .Button.Better,
.Video_Conversation_Window.Share_Feedback.Get_Involved .Social_Sign_In .Button.Better {
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #fd6b03;
}
.Video_Conversation_Window.Get_Involved.Get_Involved .Divider,
.Video_Conversation_Window.Share_Feedback.Get_Involved .Divider {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-top: 36px;
  margin-bottom: 25px;
}
.Video_Conversation_Window.Get_Involved.Get_Involved .Divider hr,
.Video_Conversation_Window.Share_Feedback.Get_Involved .Divider hr {
  height: 1px;
  border: none;
  background-color: #aaa;
}
.Video_Conversation_Window.Get_Involved.Get_Involved .Divider h5,
.Video_Conversation_Window.Share_Feedback.Get_Involved .Divider h5 {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-family: Montserrat;
  background-color: white;
}
.Video_Conversation_Window.Clean_Window {
  box-shadow: none;
}
.Video_Conversation_Window.Clean_Window .Page_Header {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.Video_Conversation_Window .Page_Header {
  display: block;
  margin-bottom: 10px;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.Video_Conversation_Window .Page_Header .Page_Title {
  display: block;
  margin-bottom: 20px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right {
  display: block;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Page_Name {
  display: block;
  float: left;
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  font-size: 2em;
  letter-spacing: -0.75px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Page_Name {
    font-size: 2.3em;
  }
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link {
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Page_Name i.icon {
  margin-left: 7px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right {
  float: right;
  display: block;
  /*.Preview_Link {.Icon_Size(24px);}  */
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible {
  float: left;
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Label {
  display: block;
  float: left;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value {
  display: block;
  float: left;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a {
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings {
  float: left;
  display: block;
  margin-right: 10px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 8px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic {
  width: 20px;
  height: 20px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 15px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:last-of-type {
  margin-right: 0;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings {
  display: inline-block;
  background-color: initial;
  cursor: pointer;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content {
  text-decoration: inherit;
  color: inherit;
  padding: 6px;
  border-radius: 21px;
  border: dashed 1px #cccccc;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 36px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic {
  width: 20px;
  height: 20px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label {
  font-size: 12px;
  text-align: center;
  background-color: #41bde1;
  color: white;
  display: block;
  visibility: hidden;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px;
  border-radius: 3px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label.Preview_Label {
  visibility: visible;
  margin-left: -9px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected {
  background-color: initial;
}
.Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected .Content {
  border: solid 2px #41bde1;
  background-color: white;
}
@media (min-width: 960px) {
  .Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Content {
    background-color: #41bde1;
  }
  .Video_Conversation_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Label {
    visibility: visible;
  }
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings.Visible {
  display: block;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Video_Conversation_Window .Page_Header .Page_Title .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Video_Conversation_Window .Page_Cover {
  clear: right;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper {
  margin-top: -10px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fd6b03;
  background-blend-mode: darken;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  margin-bottom: 20px;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Page_Header {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -8px;
  width: 100%;
  margin-top: 0px;
  z-index: 2;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Page_Header .Page_Title .Left_And_Right .Page_Name {
  color: white;
  font-weight: 400;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content .Video_Wrapper {
  padding-top: 50%;
  padding-bottom: 0%;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65));
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content {
    overflow: hidden;
  }
  .Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Content:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  display: block;
  float: left;
  margin-right: 25px;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.material-icons,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  margin-right: 0.35em;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  font-size: 1.4em;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  background-color: #bca0fe;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary {
  background-color: #ffff75;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:active {
  background-color: #ffff42;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary {
  background-color: #96D6F2;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover {
  background-color: #919090;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background-color: #858383;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background: #1a1a1a;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled a {
  opacity: 0.25;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:hover,
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price {
  position: relative;
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: red;
  z-index: 1;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Cover.As_Wrapper {
    overflow: hidden;
  }
  .Video_Conversation_Window .Page_Cover.As_Wrapper:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
  .Video_Conversation_Window .Page_Cover.As_Wrapper .Cover_Link {
    display: none;
  }
}
.Video_Conversation_Window .Page_Cover .Cover_Content {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.Video_Conversation_Window .Page_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Page_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Page_Cover .Cover_Content:before {
  content: '';
  padding-top: 35%;
  float: left;
}
.Video_Conversation_Window .Page_Cover .Person_Cover_Content {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 100%;
}
.Video_Conversation_Window .Page_Cover .Person_Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Page_Cover .Person_Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Video_Conversation_Window .Page_Cover .Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Video_Conversation_Window .Page_Cover .Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Cover .Person_Cover_Content {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .Video_Conversation_Window .Page_Cover .Person_Cover_Content {
    width: 33%;
  }
}
.Video_Conversation_Window .Page_Disclaimer {
  background-color: #fff59d;
  padding: 25px;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  margin: 0px;
  margin-top: -10px;
}
.Video_Conversation_Window .Page_Disclaimer p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.Video_Conversation_Window .Page_Banner {
  padding: 25px;
  padding-top: 7px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information {
  font-size: 25px;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  color: #41bde1;
  margin-right: 15px;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
  display: inline-block;
  max-width: calc(100% - 330px);
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Period {
  font-size: 0.7em;
  margin-left: 3px;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Timezone {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: #999;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
  color: #777;
  margin-left: 4px;
  margin-right: 4px;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From.From,
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To.From {
  font-size: 0.7em;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  display: block;
  font-size: 0.66em;
  color: #555555;
  font-weight: 100;
  margin-top: 10px;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .From {
  font-size: 1em;
  color: inherit;
  margin: 0px;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .Period {
  font-size: 1em;
  color: inherit;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Quote {
  position: absolute;
  font-size: 88px;
  font-family: Lato;
  font-weight: bold;
  color: #fff59d;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Quote.Left {
  top: 35px;
  left: 35px;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Information .Quote.Right {
  top: 35px;
  right: 35px;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Banner .Page_Core_Information {
    margin-bottom: 15px;
  }
  .Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
    line-height: 1.3;
    max-width: initial;
  }
  .Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
  .Video_Conversation_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.Video_Conversation_Window .Page_Banner .Page_Core_Action {
  display: block;
  position: absolute;
  right: 0px;
  top: -20px;
  height: calc(100% + 20px);
  width: 275px;
  top: 0px;
  height: 100%;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 0px !important;
  padding-left: 28% !important;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button .icon,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button .icon {
  width: 28%;
  font-size: 2.5em;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button label,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button label,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button label {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  cursor: pointer;
  font-size: 27px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 600;
  width: 72%;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  width: 0.4em;
  height: 0.4em;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic *,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic *,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Banner .Page_Core_Action {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    top: -40px;
    height: 4em;
  }
  .Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button,
  .Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
  .Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button {
    padding-left: 24%;
    min-height: 75px;
  }
  .Video_Conversation_Window .Page_Banner .Page_Core_Action .RSVP_Button .icon,
  .Video_Conversation_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
  .Video_Conversation_Window .Page_Banner .Page_Core_Action .Attending_Button .icon {
    width: 24%;
  }
}
.Video_Conversation_Window .Page_Banner.Dark {
  background-color: #444444;
}
.Video_Conversation_Window .Page_Banner.Dark .Page_Core_Information {
  color: white;
}
.Video_Conversation_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Icon {
  color: #ccc;
}
.Video_Conversation_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .From,
.Video_Conversation_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .To,
.Video_Conversation_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  color: white;
}
.Video_Conversation_Window .Page_Stats {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 22px;
  font-size: 18px;
}
.Video_Conversation_Window .Page_Stats .Stat {
  color: #888;
  font-style: italic;
}
.Video_Conversation_Window .Page_Stats .Stat i.icon {
  color: #888;
}
.Video_Conversation_Window .Page_Stats .Stat .Value {
  font-weight: 600;
  color: #dadada;
}
.Video_Conversation_Window .Page_Stats .Stat.You {
  color: #fff59d;
}
.Video_Conversation_Window .Page_Stats .Stat.You i.icon {
  color: #fff59d;
}
.Video_Conversation_Window .Page_Stats .Stat.You .Value {
  color: #fff59d;
}
.Video_Conversation_Window .Page_Stats .Spacer {
  margin-left: 5px;
  margin-right: 5px;
  color: #888;
}
.Video_Conversation_Window .Page_Button.ui.blue.button {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 25px;
}
.Video_Conversation_Window .Page_Communications {
  display: block;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 25px;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail .iconic,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop .iconic,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile .iconic,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call .iconic {
  width: 40px;
  height: 40px;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail .Label,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop .Label,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile .Label,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call .Label {
  display: block;
  font-size: 15px;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail:active,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop:active,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile:active,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call:active,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail:hover,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop:hover,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile:hover,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call:hover {
  text-decoration: none;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail:active .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop:active .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile:active .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call:active .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Mail:hover .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop:hover .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile:hover .iconic *,
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile {
  display: inline-block;
}
@media (min-width: 960px) {
  .Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Mobile {
    display: none;
  }
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop {
  display: none;
}
@media (min-width: 960px) {
  .Video_Conversation_Window .Page_Communications .Big_List_Item_Text_Desktop {
    display: inline-block;
  }
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call {
  position: relative;
  top: -3px;
}
.Video_Conversation_Window .Page_Communications .Big_List_Item_Call .iconic {
  width: 37px;
  height: 37px;
}
.Video_Conversation_Window .Section {
  display: block;
  margin-top: 30px;
}
.Video_Conversation_Window .Section .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Video_Conversation_Window .Section .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Section .Value {
  display: block;
}
.Video_Conversation_Window .Section .Value input,
.Video_Conversation_Window .Section .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Section .Value input,
  .Video_Conversation_Window .Section .Value textarea {
    font-size: 22px;
  }
}
.Video_Conversation_Window .Link {
  display: block;
}
.Video_Conversation_Window .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Link .Jelly_Loading {
  float: right;
  top: 8px;
  margin-left: 10px;
}
.Video_Conversation_Window .Link a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Video_Conversation_Window .Link a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Link a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Link a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Video_Conversation_Window .Link a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Link a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Link a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Link a:focus {
  outline-style: none;
}
.Video_Conversation_Window .Link a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Video_Conversation_Window .Link a i.material-icons,
.Video_Conversation_Window .Link a i.fa,
.Video_Conversation_Window .Link a i.far,
.Video_Conversation_Window .Link a i.fab {
  margin-right: 0.35em;
}
.Video_Conversation_Window .Link a i.fa,
.Video_Conversation_Window .Link a i.far,
.Video_Conversation_Window .Link a i.fab {
  font-size: 1.4em;
}
.Video_Conversation_Window .Link a:hover {
  background-color: #bca0fe;
}
.Video_Conversation_Window .Link a:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Link a.Disabled,
.Video_Conversation_Window .Link a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Video_Conversation_Window .Link a.Disabled:hover,
.Video_Conversation_Window .Link a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Link a.Disabled:active,
.Video_Conversation_Window .Link a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Link a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Link a.Secondary {
  background-color: #ffff75;
}
.Video_Conversation_Window .Link a.Secondary:hover {
  background-color: #ffff5b;
}
.Video_Conversation_Window .Link a.Secondary:active {
  background-color: #ffff42;
}
.Video_Conversation_Window .Link a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Video_Conversation_Window .Link a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Link a.Tertiary {
  background-color: #96D6F2;
}
.Video_Conversation_Window .Link a.Tertiary:hover {
  background-color: #7fcdef;
}
.Video_Conversation_Window .Link a.Tertiary:active {
  background-color: #69c4ec;
}
.Video_Conversation_Window .Link a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Link a.Default:hover {
  background-color: #919090;
}
.Video_Conversation_Window .Link a.Default:active {
  background-color: #858383;
}
.Video_Conversation_Window .Link a.Default:hover,
.Video_Conversation_Window .Link a.Default:active {
  background: #1a1a1a;
}
.Video_Conversation_Window .Link a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Video_Conversation_Window .Link a.Disabled a {
  opacity: 0.25;
}
.Video_Conversation_Window .Link a.Disabled:hover {
  background-color: #d1d1d1;
}
.Video_Conversation_Window .Link a.Disabled:active {
  background-color: #c5c5c5;
}
.Video_Conversation_Window .Link a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Video_Conversation_Window .Link a.Executing:hover,
.Video_Conversation_Window .Link a.Executing:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Link a .Original_Price {
  position: relative;
}
.Video_Conversation_Window .Link a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Video_Conversation_Window .Page_Modules .Heading {
  font-size: 27px;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 44px;
  margin-bottom: 30px;
}
.Video_Conversation_Window .Page_Modules .Subheading {
  font-size: 20px;
  margin-left: 44px;
}
.Video_Conversation_Window .Page_Modules .Module_Group_Icon {
  display: block;
  position: relative;
  margin: auto;
  width: 104px;
  height: 104px;
  border-radius: 52px;
  font-size: 46px;
  padding-top: 23px;
  margin-top: -34px;
  color: #41bde1;
  background-color: white;
}
.Video_Conversation_Window .Page_Modules .Module_Content {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Value {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Value input,
.Video_Conversation_Window .Page_Modules .Module_Content .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Module_Content .Value input,
  .Video_Conversation_Window .Page_Modules .Module_Content .Value textarea {
    font-size: 22px;
  }
}
.Video_Conversation_Window .Page_Modules .Module_Content:last-of-type {
  margin-bottom: 40px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings.Visible {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Video_Conversation_Window .Page_Modules .Module_Content .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Video_Conversation_Window .Page_Modules .Text_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Value {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Value input,
.Video_Conversation_Window .Page_Modules .Text_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Text_Module .Value input,
  .Video_Conversation_Window .Page_Modules .Text_Module .Value textarea {
    font-size: 22px;
  }
}
.Video_Conversation_Window .Page_Modules .Text_Module:last-of-type {
  margin-bottom: 40px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings.Visible {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Video_Conversation_Window .Page_Modules .Text_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Video_Conversation_Window .Page_Modules .Picture_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Value {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Value input,
.Video_Conversation_Window .Page_Modules .Picture_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Picture_Module .Value input,
  .Video_Conversation_Window .Page_Modules .Picture_Module .Value textarea {
    font-size: 22px;
  }
}
.Video_Conversation_Window .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 40px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings.Visible {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Video_Conversation_Window .Page_Modules .Picture_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Video_Conversation_Window .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 0px;
}
.Video_Conversation_Window .Page_Modules .Property_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Value {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Value input,
.Video_Conversation_Window .Page_Modules .Property_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Property_Module .Value input,
  .Video_Conversation_Window .Page_Modules .Property_Module .Value textarea {
    font-size: 22px;
  }
}
.Video_Conversation_Window .Page_Modules .Property_Module:last-of-type {
  margin-bottom: 40px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings.Visible {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Icon {
  display: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Label_Value {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 4px;
  transition: 0.1s;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Explanation {
  display: block;
  clear: both;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffcc;
  color: #555;
  padding-left: 11px;
  width: 475px;
  margin-top: 10px;
  max-width: 100%;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: block;
  float: left;
  margin-left: 8px;
  padding-top: 5px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Private {
  padding-top: 4px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Public {
  padding-top: 4px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
  display: none;
}
@media (min-width: 960px) {
  .Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
    display: inline;
    color: #9e9d9d;
    font-size: 11px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    opacity: 0;
    transition: 0.3s;
  }
  .Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy:hover .Explanation {
    opacity: 1;
    transition: 0.1s;
  }
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 4px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 8px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls {
  float: right;
  display: block;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper {
  display: block;
  float: left;
  margin-bottom: -6px;
  margin-top: -6px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display {
  float: left;
  display: block;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 8px;
  border-radius: 5px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic {
  width: 20px;
  height: 20px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic *,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic *,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:hover,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:hover,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid.Selected,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List.Selected,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet.Selected {
  background-color: #e6e6e6;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:last-of-type,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:last-of-type,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:last-of-type {
  margin-right: 0;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper .Property_Module_Add_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper .Property_Module_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation {
  position: relative;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings.Visible {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator {
  margin-left: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link {
  display: block;
  font-size: 21px;
  padding-bottom: 10px;
  margin-right: 17px;
  color: black;
  float: left;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link .Count {
  font-weight: 600;
  margin-left: 5px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link i {
  color: #555;
  font-size: 0.8em;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link.Selected {
  border-bottom: solid 4px #41bde1;
  background: initial;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover {
  color: #41bde1;
  text-tecoration: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover i {
  color: #41bde1;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value {
  display: block;
  background-color: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input,
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  font-size: inherit;
  font-size: 18px;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 100%;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 50%;
  }
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  width: 100%;
  max-height: 200px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Time_Input {
  display: block;
  float: left;
  width: 100px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Date_Input {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper .Load_More {
  display: table;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-editable=False][data-show-label=False] .Property_Module_Header {
  display: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-editable=False][data-size="Large"] .Property_Module_Value.Simple {
  font-size: 30px;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Location"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Location"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header .Property_Module_Controls {
  clear: left;
  margin-top: 12px;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Value {
  clear: right;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications {
  float: left;
  display: block;
  text-align: center;
  margin: 0px;
  margin-top: 13px;
  clear: left;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic {
  width: 27px;
  height: 27px;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic *,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .Label,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .Label {
  display: inline;
  font-size: 17px;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
  top: 6px;
  font-weight: 400;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover {
  text-decoration: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active .iconic *,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active .iconic *,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover .iconic *,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 51px;
  padding-right: 15px;
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #41bde1;
  margin-bottom: 10px;
  margin-top: -5px;
  margin-left: 5px;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.material-icons,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  margin-right: 0.35em;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  font-size: 1.4em;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  background-color: #bca0fe;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary {
  background-color: #ffff75;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:hover {
  background-color: #ffff5b;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:active {
  background-color: #ffff42;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary {
  background-color: #96D6F2;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:hover {
  background-color: #7fcdef;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:active {
  background-color: #69c4ec;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover {
  background-color: #919090;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background-color: #858383;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background: #1a1a1a;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled a {
  opacity: 0.25;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover {
  background-color: #d1d1d1;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active {
  background-color: #c5c5c5;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:hover,
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price {
  position: relative;
}
.Video_Conversation_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Video_Conversation_Window .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Value,
.Video_Conversation_Window .Page_Modules .Property_Module.Disabled .Property_Module_Value.Simple {
  opacity: 0.5;
}
.Video_Conversation_Window .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: none;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"],
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Label,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Tip,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Value,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Value {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Value input,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Value input,
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Value textarea,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Value input,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Value input,
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Value textarea,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Value textarea {
    font-size: 22px;
  }
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"]:last-of-type,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module:last-of-type {
  margin-bottom: 40px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic *,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:focus,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link.Selected,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:last-of-type,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings.Visible,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings.Visible {
  display: block;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Label,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input:hover,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic *,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row a,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:last-of-type,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Disclaimer,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Page_Purchases {
  text-align: initial;
  float: right;
  margin: 0px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases .Content .Label,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Page_Purchases .Content .Label {
  margin-bottom: 0px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Picture,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper {
  display: block;
  width: 100%;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper {
  position: relative;
  height: auto;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper iframe,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper iframe {
  width: 100%;
  height: 580px;
  background: #9e9d9d;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper {
  position: relative;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper iframe,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper iframe {
  width: 100%;
  background: #9e9d9d;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Button.Connect_Link,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Button.Connect_Link {
  display: none;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 25px);
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline .Kind {
  display: block;
  float: left;
  font-size: 24px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: Montserrat;
  border-bottom: solid 6px black;
  margin-right: 50px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline .Time {
  display: block;
  float: right;
  font-size: 15px;
  margin-right: 25px;
  padding: 13px;
  padding-left: 22px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-style: italic;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description {
  display: block;
  position: absolute;
  top: 25%;
  padding: 28px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Button,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Button {
  display: block;
  float: right;
  margin-left: 15px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Information {
  color: white;
  font-family: "Montserrat";
  font-size: 22px;
  letter-spacing: 0.3px;
  font-weight: 200;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Information a {
  font-weight: 800;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Caption {
  display: block;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 35px;
  -webkit-font-smoothing: antialiased;
  quotes: "“" "”" "‘" "’";
  color: white;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: lighter;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Caption:before {
  content: open-quote;
  font-family: Montserrat;
  font-size: 47px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Caption:after {
  content: close-quote;
  font-family: Montserrat;
  font-size: 40px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Teams {
  display: block;
  float: right;
  color: white;
  font-family: "Source Sans Pro";
  width: 75%;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.1px;
  font-size: 18px;
}
.Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams a,
.Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Teams a {
  font-weight: 800;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline {
    font-size: 18px;
    top: 18px;
    left: 18px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline .Kind {
    margin-right: 0px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Headline .Time {
    margin-right: 0px;
    padding: 11px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description {
    padding: 20px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Button,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Button {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Information {
    font-size: 15px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Information a {
    font-weight: 800;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Caption {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 15px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Caption:before {
    font-size: 25px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Caption:after {
    font-size: 25px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Description .Teams {
    width: 100%;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Page_Purchases {
    width: 100%;
    margin-bottom: 15px;
  }
  .Video_Conversation_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases a,
  .Video_Conversation_Window .Page_Modules .Activity .Activity_Module .Page_Purchases a {
    width: 100%;
  }
}
.Video_Conversation_Window .Page_Modules.Blue {
  display: block;
  background-color: #abcdef;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Video_Conversation_Window .Page_Modules.Blue .Module_Group_Icon {
  background-color: #abcdef;
  margin-top: -78px;
  color: #333;
}
.Video_Conversation_Window .Page_Modules.Light_Blue {
  display: block;
  background-color: #f7f8fc;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Video_Conversation_Window .Page_Modules.Light_Blue .Module_Group_Icon {
  background-color: #f7f8fc;
  margin-top: -78px;
  color: #333;
}
.Video_Conversation_Window .Page_Modules.Light_Blue .ui.card {
  background-color: transparent !important;
}
.Video_Conversation_Window .Page_Modules.Light_Blue .ui.card .Cover_Picture {
  border: solid 3px #333;
}
.Video_Conversation_Window .Page_Modules.Green {
  display: block;
  background-color: #7EEFCC;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Video_Conversation_Window .Page_Modules.Green .Module_Group_Icon {
  background-color: #7EEFCC;
  margin-top: -78px;
  color: #333;
}
.Video_Conversation_Window .Page_Modules.Green .ui.card {
  background-color: transparent !important;
}
.Video_Conversation_Window .Page_Modules.Green .ui.card .Cover_Picture {
  border: solid 2px rgba(0, 0, 0, 0.85);
}
.Video_Conversation_Window .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item {
  border: none;
}
.Video_Conversation_Window .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item:hover .Cover_Picture {
  border-color: #41bde1;
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Modules .Heading,
  .Video_Conversation_Window .Page_Modules .Subheading {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 480px) {
  .Video_Conversation_Window .Page_Content_Actions {
    display: none;
  }
}
@media (min-width: 960px) {
  .Video_Conversation_Window .Page_Content_Actions {
    display: block;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-family: Lato;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  .Video_Conversation_Window .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Video_Conversation_Window .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Video_Conversation_Window .Page_Content_Actions div.Inner_Group {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .Video_Conversation_Window .Page_Content_Actions div.Inner_Group .Items {
    display: block;
    margin-top: 11px;
    margin-bottom: 4px;
    height: 28px;
  }
  .Video_Conversation_Window .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Video_Conversation_Window .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Video_Conversation_Window .Page_Content_Actions div.Inner_Group .Items a {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .Video_Conversation_Window .Page_Content_Actions div.Inner_Group .Label {
    padding-bottom: 15px;
  }
  .Video_Conversation_Window .Page_Content_Actions div.Group {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.15);
    float: left;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  .Video_Conversation_Window .Page_Content_Actions a {
    display: inline-block;
    height: 100%;
    padding: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: inherit;
    color: inherit;
    float: left;
  }
  .Video_Conversation_Window .Page_Content_Actions a:hover {
    text-decoration: inherit;
    border-bottom: none;
  }
  .Video_Conversation_Window .Page_Content_Actions a:focus {
    outline-style: none;
  }
  .Video_Conversation_Window .Page_Content_Actions a .iconic {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
  }
  .Video_Conversation_Window .Page_Content_Actions a .iconic * {
    fill: white;
    stroke: white;
  }
  .Video_Conversation_Window .Page_Content_Actions a:hover {
    color: white;
    text-decoration: none;
    background-color: #666666;
  }
  .Video_Conversation_Window .Page_Content_Actions .Selected {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .Video_Conversation_Window .Page_Content_Actions [data-target-property="Size"] [data-size="Large"] {
    font-size: 150%;
  }
  .Video_Conversation_Window .Page_Content_Actions [data-target-property="Size"] [data-size="Small"] {
    font-size: 75%;
  }
}
.Video_Conversation_Window .Page_Add_Property {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:focus {
  outline-style: none;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link i.material-icons,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link i.fa,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link i.far,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link i.fab {
  margin-right: 0.35em;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link i.fa,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link i.far,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link i.fab {
  font-size: 1.4em;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  background-color: #bca0fe;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Disabled,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:hover,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:active,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Secondary {
  background-color: #ffff75;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Secondary:active {
  background-color: #ffff42;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary {
  background-color: #96D6F2;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Default:hover {
  background-color: #919090;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background-color: #858383;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Default:hover,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background: #1a1a1a;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Disabled a {
  opacity: 0.25;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Executing:hover,
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link.Executing:active {
  background-color: #ab87fd;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link .Original_Price {
  position: relative;
}
.Video_Conversation_Window .Page_Add_Property .Page_Add_Property_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Video_Conversation_Window .Page_Header {
  margin: 0px;
  padding: 0px;
}
.Video_Conversation_Window .Video_Conversation_Expanded_Wrapper {
  width: 100%;
  height: calc(100% - 15px);
}
.Video_Conversation_Window .Video_Conversation_Expanded_Wrapper iframe {
  width: 100%;
  height: 100%;
}
.Video_Conversation_Window .Video_Conversation_Participants_Wrapper .Participants_Container {
  margin-top: 20px;
}
.Video_Conversation_Window .Video_Conversation_Participants_Wrapper .Participants_Container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  color: #FF8000;
}
.Video_Conversation_Window .Video_Conversation_Participants_Wrapper .Participants_Container .Participant {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  padding-top: 20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.Video_Conversation_Window .Video_Conversation_Participants_Wrapper .Participants_Container .Participant img {
  border-radius: 80px;
  margin: auto;
  height: 100px;
  width: auto;
  margin-bottom: 5px;
  display: block;
}
.Video_Conversation_Window .Video_Conversation_Participants_Wrapper .Participants_Container .Participant .Title {
  text-align: center;
  display: block;
}
.Email_Ask_Window {
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  padding: 0px;
  margin: 0px;
  color: black;
  display: block;
  width: 900px;
  max-width: 100%;
  margin-top: 0px;
  padding-bottom: 30px;
  display: inline-block;
  background-color: white;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.02), -12px 0 15px -4px rgba(0, 0, 0, 0.03);
  min-height: 100vh;
  width: 400px;
  box-shadow: none;
  padding: 25px;
}
.Email_Ask_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Email_Ask_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Email_Ask_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Close_Button:focus {
  outline-style: none;
}
.Email_Ask_Window .Big_List_Items {
  clear: right;
}
.Email_Ask_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Email_Ask_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Email_Ask_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Email_Ask_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Email_Ask_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Email_Ask_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Email_Ask_Window .Input_Row .Description,
.Email_Ask_Window .Input_Row_A .Description,
.Email_Ask_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Email_Ask_Window .Input_Row .Input,
.Email_Ask_Window .Input_Row_A .Input,
.Email_Ask_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Email_Ask_Window .Input_Row .Input input,
.Email_Ask_Window .Input_Row_A .Input input,
.Email_Ask_Window .Input_Row_B .Input input,
.Email_Ask_Window .Input_Row .Input textarea,
.Email_Ask_Window .Input_Row_A .Input textarea,
.Email_Ask_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Email_Ask_Window .Input_Row .Link,
.Email_Ask_Window .Input_Row_A .Link,
.Email_Ask_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Email_Ask_Window .Input_Row .Link a,
.Email_Ask_Window .Input_Row_A .Link a,
.Email_Ask_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Email_Ask_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Email_Ask_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Email_Ask_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Email_Ask_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Email_Ask_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Email_Ask_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Email_Ask_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Email_Ask_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Email_Ask_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Email_Ask_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Email_Ask_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Email_Ask_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Email_Ask_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Section .Input input,
.Email_Ask_Window .Section .Input textarea {
  width: 100%;
}
.Email_Ask_Window .Execute {
  display: block;
}
.Email_Ask_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Email_Ask_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Email_Ask_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Execute a:focus {
  outline-style: none;
}
.Email_Ask_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Email_Ask_Window .Execute a i.material-icons,
.Email_Ask_Window .Execute a i.fa,
.Email_Ask_Window .Execute a i.far,
.Email_Ask_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Email_Ask_Window .Execute a i.fa,
.Email_Ask_Window .Execute a i.far,
.Email_Ask_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Email_Ask_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Email_Ask_Window .Execute a:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Execute a.Disabled,
.Email_Ask_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Email_Ask_Window .Execute a.Disabled:hover,
.Email_Ask_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Execute a.Disabled:active,
.Email_Ask_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Email_Ask_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Email_Ask_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Email_Ask_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Email_Ask_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Email_Ask_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Email_Ask_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Email_Ask_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Email_Ask_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Email_Ask_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Email_Ask_Window .Execute a.Default:active {
  background-color: #858383;
}
.Email_Ask_Window .Execute a.Default:hover,
.Email_Ask_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Email_Ask_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Email_Ask_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Email_Ask_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Email_Ask_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Email_Ask_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Email_Ask_Window .Execute a.Executing:hover,
.Email_Ask_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Execute a .Original_Price {
  position: relative;
}
.Email_Ask_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Email_Ask_Window.Get_Involved .Jelly_Text_Input,
.Email_Ask_Window.Share_Feedback .Jelly_Text_Input,
.Email_Ask_Window.Get_Involved .Jelly_Text_Area_Input,
.Email_Ask_Window.Share_Feedback .Jelly_Text_Area_Input {
  border: none;
  border-bottom: dashed 1px #cccccc;
  outline: none;
  border-radius: 0;
  margin-left: -0.35rem;
  padding-left: 0.5em;
  transition: 0.05s;
}
.Email_Ask_Window.Get_Involved .Jelly_Text_Input:hover,
.Email_Ask_Window.Share_Feedback .Jelly_Text_Input:hover,
.Email_Ask_Window.Get_Involved .Jelly_Text_Area_Input:hover,
.Email_Ask_Window.Share_Feedback .Jelly_Text_Area_Input:hover {
  background-color: rgba(65, 189, 225, 0.05);
  border-bottom-color: #41bde1;
}
.Email_Ask_Window.Get_Involved .Jelly_Text_Input:focus,
.Email_Ask_Window.Share_Feedback .Jelly_Text_Input:focus,
.Email_Ask_Window.Get_Involved .Jelly_Text_Area_Input:focus,
.Email_Ask_Window.Share_Feedback .Jelly_Text_Area_Input:focus {
  border-bottom-color: #41bde1;
  border-left-color: #41bde1;
  background-color: white;
}
.Email_Ask_Window.Get_Involved .Jelly_Action_Result,
.Email_Ask_Window.Share_Feedback .Jelly_Action_Result {
  display: none;
  background-color: #ffffcc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.Email_Ask_Window.Get_Involved.Get_Involved .Social_Sign_In,
.Email_Ask_Window.Share_Feedback.Get_Involved .Social_Sign_In {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.Email_Ask_Window.Get_Involved.Get_Involved .Social_Sign_In .Button,
.Email_Ask_Window.Share_Feedback.Get_Involved .Social_Sign_In .Button {
  padding-top: 16px;
  padding-bottom: 17px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 60px;
  padding-right: 25px;
}
.Email_Ask_Window.Get_Involved.Get_Involved .Social_Sign_In .Button.Better,
.Email_Ask_Window.Share_Feedback.Get_Involved .Social_Sign_In .Button.Better {
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #fd6b03;
}
.Email_Ask_Window.Get_Involved.Get_Involved .Divider,
.Email_Ask_Window.Share_Feedback.Get_Involved .Divider {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-top: 36px;
  margin-bottom: 25px;
}
.Email_Ask_Window.Get_Involved.Get_Involved .Divider hr,
.Email_Ask_Window.Share_Feedback.Get_Involved .Divider hr {
  height: 1px;
  border: none;
  background-color: #aaa;
}
.Email_Ask_Window.Get_Involved.Get_Involved .Divider h5,
.Email_Ask_Window.Share_Feedback.Get_Involved .Divider h5 {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-family: Montserrat;
  background-color: white;
}
.Email_Ask_Window.Clean_Window {
  box-shadow: none;
}
.Email_Ask_Window.Clean_Window .Page_Header {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.Email_Ask_Window .Page_Header {
  display: block;
  margin-bottom: 10px;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.Email_Ask_Window .Page_Header .Page_Title {
  display: block;
  margin-bottom: 20px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right {
  display: block;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Page_Name {
  display: block;
  float: left;
  font-weight: 700;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  color: #000000;
  font-size: 2em;
  letter-spacing: -0.75px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Page_Name {
    font-size: 2.3em;
  }
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link {
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Page_Name .Type_Name_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Page_Name i.icon {
  margin-left: 7px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right {
  float: right;
  display: block;
  /*.Preview_Link {.Icon_Size(24px);}  */
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible {
  float: left;
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Label {
  display: block;
  float: left;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value {
  display: block;
  float: left;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a {
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Value a:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Visible .Visible_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings {
  float: left;
  display: block;
  margin-right: 10px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 8px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic {
  width: 20px;
  height: 20px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 15px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Settings .Settings_Link:last-of-type {
  margin-right: 0;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings {
  display: inline-block;
  background-color: initial;
  cursor: pointer;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content {
  text-decoration: inherit;
  color: inherit;
  padding: 6px;
  border-radius: 21px;
  border: dashed 1px #cccccc;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 36px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Content .iconic {
  width: 20px;
  height: 20px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label {
  font-size: 12px;
  text-align: center;
  background-color: #41bde1;
  color: white;
  display: block;
  visibility: hidden;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px;
  border-radius: 3px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings .Label.Preview_Label {
  visibility: visible;
  margin-left: -9px;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected {
  background-color: initial;
}
.Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings.Selected .Content {
  border: solid 2px #41bde1;
  background-color: white;
}
@media (min-width: 960px) {
  .Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Content {
    background-color: #41bde1;
  }
  .Email_Ask_Window .Page_Header .Page_Title .Left_And_Right .Right .Edit_Settings:hover .Label {
    visibility: visible;
  }
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings.Visible {
  display: block;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Email_Ask_Window .Page_Header .Page_Title .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Email_Ask_Window .Page_Cover {
  clear: right;
}
.Email_Ask_Window .Page_Cover.As_Wrapper {
  margin-top: -10px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fd6b03;
  background-blend-mode: darken;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  margin-bottom: 20px;
}
.Email_Ask_Window .Page_Cover.As_Wrapper:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Page_Header {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -8px;
  width: 100%;
  margin-top: 0px;
  z-index: 2;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Page_Header .Page_Title .Left_And_Right .Page_Name {
  color: white;
  font-weight: 400;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content:before {
  content: '';
  padding-top: 38%;
  float: left;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content .Video_Wrapper {
  padding-top: 50%;
  padding-bottom: 0%;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65));
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content {
    overflow: hidden;
  }
  .Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Content:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  display: block;
  float: left;
  margin-right: 25px;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.material-icons,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  margin-right: 0.35em;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fa,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.far,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link i.fab {
  font-size: 1.4em;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:hover {
  background-color: #bca0fe;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary {
  background-color: #ffff75;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary:active {
  background-color: #ffff42;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary {
  background-color: #96D6F2;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover {
  background-color: #919090;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background-color: #858383;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:hover,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Default:active {
  background: #1a1a1a;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled a {
  opacity: 0.25;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:hover,
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link.Executing:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price {
  position: relative;
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Set_Cover_Image_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: red;
  z-index: 1;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Cover.As_Wrapper {
    overflow: hidden;
  }
  .Email_Ask_Window .Page_Cover.As_Wrapper:before {
    content: '';
    padding-top: 60%;
    float: left;
  }
  .Email_Ask_Window .Page_Cover.As_Wrapper .Cover_Link {
    display: none;
  }
}
.Email_Ask_Window .Page_Cover .Cover_Content {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.Email_Ask_Window .Page_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Page_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Page_Cover .Cover_Content:before {
  content: '';
  padding-top: 35%;
  float: left;
}
.Email_Ask_Window .Page_Cover .Person_Cover_Content {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 100%;
}
.Email_Ask_Window .Page_Cover .Person_Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Page_Cover .Person_Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Email_Ask_Window .Page_Cover .Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Email_Ask_Window .Page_Cover .Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Cover .Person_Cover_Content {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .Email_Ask_Window .Page_Cover .Person_Cover_Content {
    width: 33%;
  }
}
.Email_Ask_Window .Page_Disclaimer {
  background-color: #fff59d;
  padding: 25px;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  margin: 0px;
  margin-top: -10px;
}
.Email_Ask_Window .Page_Disclaimer p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.Email_Ask_Window .Page_Banner {
  padding: 25px;
  padding-top: 7px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information {
  font-size: 25px;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  color: #41bde1;
  margin-right: 15px;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
  display: inline-block;
  max-width: calc(100% - 330px);
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Period {
  font-size: 0.7em;
  margin-left: 3px;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Timezone {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: #999;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
  color: #777;
  margin-left: 4px;
  margin-right: 4px;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From.From,
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To.From {
  font-size: 0.7em;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  display: block;
  font-size: 0.66em;
  color: #555555;
  font-weight: 100;
  margin-top: 10px;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .From {
  font-size: 1em;
  color: inherit;
  margin: 0px;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .Full_Date .Period {
  font-size: 1em;
  color: inherit;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Quote {
  position: absolute;
  font-size: 88px;
  font-family: Lato;
  font-weight: bold;
  color: #fff59d;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Quote.Left {
  top: 35px;
  left: 35px;
}
.Email_Ask_Window .Page_Banner .Page_Core_Information .Quote.Right {
  top: 35px;
  right: 35px;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Banner .Page_Core_Information {
    margin-bottom: 15px;
  }
  .Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Icon {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details {
    line-height: 1.3;
    max-width: initial;
  }
  .Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .From,
  .Email_Ask_Window .Page_Banner .Page_Core_Information .Page_Core_Information_Details .To {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.Email_Ask_Window .Page_Banner .Page_Core_Action {
  display: block;
  position: absolute;
  right: 0px;
  top: -20px;
  height: calc(100% + 20px);
  width: 275px;
  top: 0px;
  height: 100%;
}
.Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 0px !important;
  padding-left: 28% !important;
}
.Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button .icon,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button .icon {
  width: 28%;
  font-size: 2.5em;
}
.Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button label,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button label,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button label {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  cursor: pointer;
  font-size: 27px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 600;
  width: 72%;
}
.Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  width: 0.4em;
  height: 0.4em;
}
.Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic *,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic *,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button.Attending_Button .icon .iconic,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button.Attending_Button .icon .iconic,
.Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button.Attending_Button .icon .iconic {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Banner .Page_Core_Action {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    top: -40px;
    height: 4em;
  }
  .Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button,
  .Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button,
  .Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button {
    padding-left: 24%;
    min-height: 75px;
  }
  .Email_Ask_Window .Page_Banner .Page_Core_Action .RSVP_Button .icon,
  .Email_Ask_Window .Page_Banner .Page_Core_Action .Purchase_Tickets_Button .icon,
  .Email_Ask_Window .Page_Banner .Page_Core_Action .Attending_Button .icon {
    width: 24%;
  }
}
.Email_Ask_Window .Page_Banner.Dark {
  background-color: #444444;
}
.Email_Ask_Window .Page_Banner.Dark .Page_Core_Information {
  color: white;
}
.Email_Ask_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Icon {
  color: #ccc;
}
.Email_Ask_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .From,
.Email_Ask_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .To,
.Email_Ask_Window .Page_Banner.Dark .Page_Core_Information .Page_Core_Information_Details .Full_Date {
  color: white;
}
.Email_Ask_Window .Page_Stats {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 22px;
  font-size: 18px;
}
.Email_Ask_Window .Page_Stats .Stat {
  color: #888;
  font-style: italic;
}
.Email_Ask_Window .Page_Stats .Stat i.icon {
  color: #888;
}
.Email_Ask_Window .Page_Stats .Stat .Value {
  font-weight: 600;
  color: #dadada;
}
.Email_Ask_Window .Page_Stats .Stat.You {
  color: #fff59d;
}
.Email_Ask_Window .Page_Stats .Stat.You i.icon {
  color: #fff59d;
}
.Email_Ask_Window .Page_Stats .Stat.You .Value {
  color: #fff59d;
}
.Email_Ask_Window .Page_Stats .Spacer {
  margin-left: 5px;
  margin-right: 5px;
  color: #888;
}
.Email_Ask_Window .Page_Button.ui.blue.button {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 25px;
}
.Email_Ask_Window .Page_Communications {
  display: block;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 25px;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail .iconic,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop .iconic,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile .iconic,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call .iconic {
  width: 40px;
  height: 40px;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail .Label,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop .Label,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile .Label,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call .Label {
  display: block;
  font-size: 15px;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail:active,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop:active,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile:active,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call:active,
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail:hover,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop:hover,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile:hover,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call:hover {
  text-decoration: none;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail:active .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop:active .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile:active .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call:active .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Mail:hover .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop:hover .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile:hover .iconic *,
.Email_Ask_Window .Page_Communications .Big_List_Item_Call:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile {
  display: inline-block;
}
@media (min-width: 960px) {
  .Email_Ask_Window .Page_Communications .Big_List_Item_Text_Mobile {
    display: none;
  }
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop {
  display: none;
}
@media (min-width: 960px) {
  .Email_Ask_Window .Page_Communications .Big_List_Item_Text_Desktop {
    display: inline-block;
  }
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Call {
  position: relative;
  top: -3px;
}
.Email_Ask_Window .Page_Communications .Big_List_Item_Call .iconic {
  width: 37px;
  height: 37px;
}
.Email_Ask_Window .Section {
  display: block;
  margin-top: 30px;
}
.Email_Ask_Window .Section .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Email_Ask_Window .Section .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Email_Ask_Window .Section .Value {
  display: block;
}
.Email_Ask_Window .Section .Value input,
.Email_Ask_Window .Section .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Section .Value input,
  .Email_Ask_Window .Section .Value textarea {
    font-size: 22px;
  }
}
.Email_Ask_Window .Link {
  display: block;
}
.Email_Ask_Window .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Link:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Link .Jelly_Loading {
  float: right;
  top: 8px;
  margin-left: 10px;
}
.Email_Ask_Window .Link a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Email_Ask_Window .Link a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Link a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Link a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Email_Ask_Window .Link a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Link a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Link a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Link a:focus {
  outline-style: none;
}
.Email_Ask_Window .Link a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Email_Ask_Window .Link a i.material-icons,
.Email_Ask_Window .Link a i.fa,
.Email_Ask_Window .Link a i.far,
.Email_Ask_Window .Link a i.fab {
  margin-right: 0.35em;
}
.Email_Ask_Window .Link a i.fa,
.Email_Ask_Window .Link a i.far,
.Email_Ask_Window .Link a i.fab {
  font-size: 1.4em;
}
.Email_Ask_Window .Link a:hover {
  background-color: #bca0fe;
}
.Email_Ask_Window .Link a:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Link a.Disabled,
.Email_Ask_Window .Link a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Email_Ask_Window .Link a.Disabled:hover,
.Email_Ask_Window .Link a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Link a.Disabled:active,
.Email_Ask_Window .Link a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Link a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Link a.Secondary {
  background-color: #ffff75;
}
.Email_Ask_Window .Link a.Secondary:hover {
  background-color: #ffff5b;
}
.Email_Ask_Window .Link a.Secondary:active {
  background-color: #ffff42;
}
.Email_Ask_Window .Link a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Email_Ask_Window .Link a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Email_Ask_Window .Link a.Tertiary {
  background-color: #96D6F2;
}
.Email_Ask_Window .Link a.Tertiary:hover {
  background-color: #7fcdef;
}
.Email_Ask_Window .Link a.Tertiary:active {
  background-color: #69c4ec;
}
.Email_Ask_Window .Link a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Email_Ask_Window .Link a.Default:hover {
  background-color: #919090;
}
.Email_Ask_Window .Link a.Default:active {
  background-color: #858383;
}
.Email_Ask_Window .Link a.Default:hover,
.Email_Ask_Window .Link a.Default:active {
  background: #1a1a1a;
}
.Email_Ask_Window .Link a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Email_Ask_Window .Link a.Disabled a {
  opacity: 0.25;
}
.Email_Ask_Window .Link a.Disabled:hover {
  background-color: #d1d1d1;
}
.Email_Ask_Window .Link a.Disabled:active {
  background-color: #c5c5c5;
}
.Email_Ask_Window .Link a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Email_Ask_Window .Link a.Executing:hover,
.Email_Ask_Window .Link a.Executing:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Link a .Original_Price {
  position: relative;
}
.Email_Ask_Window .Link a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Email_Ask_Window .Page_Modules .Heading {
  font-size: 27px;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 44px;
  margin-bottom: 30px;
}
.Email_Ask_Window .Page_Modules .Subheading {
  font-size: 20px;
  margin-left: 44px;
}
.Email_Ask_Window .Page_Modules .Module_Group_Icon {
  display: block;
  position: relative;
  margin: auto;
  width: 104px;
  height: 104px;
  border-radius: 52px;
  font-size: 46px;
  padding-top: 23px;
  margin-top: -34px;
  color: #41bde1;
  background-color: white;
}
.Email_Ask_Window .Page_Modules .Module_Content {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Email_Ask_Window .Page_Modules .Module_Content .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Email_Ask_Window .Page_Modules .Module_Content .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Value {
  display: block;
}
.Email_Ask_Window .Page_Modules .Module_Content .Value input,
.Email_Ask_Window .Page_Modules .Module_Content .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Module_Content .Value input,
  .Email_Ask_Window .Page_Modules .Module_Content .Value textarea {
    font-size: 22px;
  }
}
.Email_Ask_Window .Page_Modules .Module_Content:last-of-type {
  margin-bottom: 40px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings.Visible {
  display: block;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Email_Ask_Window .Page_Modules .Module_Content .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Email_Ask_Window .Page_Modules .Text_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.Email_Ask_Window .Page_Modules .Text_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Email_Ask_Window .Page_Modules .Text_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Value {
  display: block;
}
.Email_Ask_Window .Page_Modules .Text_Module .Value input,
.Email_Ask_Window .Page_Modules .Text_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Text_Module .Value input,
  .Email_Ask_Window .Page_Modules .Text_Module .Value textarea {
    font-size: 22px;
  }
}
.Email_Ask_Window .Page_Modules .Text_Module:last-of-type {
  margin-bottom: 40px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings.Visible {
  display: block;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Email_Ask_Window .Page_Modules .Text_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Email_Ask_Window .Page_Modules .Picture_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Value {
  display: block;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Value input,
.Email_Ask_Window .Page_Modules .Picture_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Picture_Module .Value input,
  .Email_Ask_Window .Page_Modules .Picture_Module .Value textarea {
    font-size: 22px;
  }
}
.Email_Ask_Window .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 40px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings.Visible {
  display: block;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Email_Ask_Window .Page_Modules .Picture_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Email_Ask_Window .Page_Modules .Picture_Module:last-of-type {
  margin-bottom: 0px;
}
.Email_Ask_Window .Page_Modules .Property_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Email_Ask_Window .Page_Modules .Property_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Value {
  display: block;
}
.Email_Ask_Window .Page_Modules .Property_Module .Value input,
.Email_Ask_Window .Page_Modules .Property_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Property_Module .Value input,
  .Email_Ask_Window .Page_Modules .Property_Module .Value textarea {
    font-size: 22px;
  }
}
.Email_Ask_Window .Page_Modules .Property_Module:last-of-type {
  margin-bottom: 40px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings.Visible {
  display: block;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Email_Ask_Window .Page_Modules .Property_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Icon {
  display: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content {
  display: block;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Label_Value {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 4px;
  transition: 0.1s;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Explanation {
  display: block;
  clear: both;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffcc;
  color: #555;
  padding-left: 11px;
  width: 475px;
  margin-top: 10px;
  max-width: 100%;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: block;
  float: left;
  margin-left: 8px;
  padding-top: 5px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Private {
  padding-top: 4px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy.Public {
  padding-top: 4px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
  display: none;
}
@media (min-width: 960px) {
  .Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy .Explanation {
    display: inline;
    color: #9e9d9d;
    font-size: 11px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    opacity: 0;
    transition: 0.3s;
  }
  .Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy:hover .Explanation {
    opacity: 1;
    transition: 0.1s;
  }
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link {
  display: block;
  float: left;
  background-color: white;
  padding: 4px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Settings_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 8px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls {
  float: right;
  display: block;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper {
  display: block;
  float: left;
  margin-bottom: -6px;
  margin-top: -6px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display {
  float: left;
  display: block;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 8px;
  border-radius: 5px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic {
  width: 20px;
  height: 20px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid .iconic *,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List .iconic *,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:hover,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:hover,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid.Selected,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List.Selected,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet.Selected {
  background-color: #e6e6e6;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Grid:last-of-type,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_List:last-of-type,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Display_Wrapper .Display .Display_Spreadsheet:last-of-type {
  margin-right: 0;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Add_Wrapper .Property_Module_Add_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Set_Wrapper .Property_Module_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 120px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper {
  display: block;
  float: left;
  margin-left: 15px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation {
  position: relative;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Expand_Video_Conversation:hover:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic {
  width: 20px;
  height: 20px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Delete_Video_Conversation:hover:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover {
  text-decoration: inherit;
  color: inherit;
  background-color: #ebebeb;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Property_Module_Label_Content .Property_Module_Controls .Property_Module_Video_Conversation_Controls_Wrapper .Action:hover:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings.Visible {
  display: block;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Header .Page_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator {
  margin-left: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link {
  display: block;
  font-size: 21px;
  padding-bottom: 10px;
  margin-right: 17px;
  color: black;
  float: left;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link .Count {
  font-weight: 600;
  margin-left: 5px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link i {
  color: #555;
  font-size: 0.8em;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link.Selected {
  border-bottom: solid 4px #41bde1;
  background: initial;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover {
  color: #41bde1;
  text-tecoration: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value_Navigator .Property_Module_Value_Navigator_Link:hover i {
  color: #41bde1;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value {
  display: block;
  background-color: none;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input,
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  font-size: inherit;
  font-size: 18px;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 100%;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input {
    width: 50%;
  }
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value textarea {
  width: 100%;
  max-height: 200px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Time_Input {
  display: block;
  float: left;
  width: 100px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value input.Jelly_Date_Input {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper {
  display: block;
}
.Email_Ask_Window .Page_Modules .Property_Module .Property_Module_Inner .Property_Module_Value .Load_More_Wrapper .Load_More {
  display: table;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-editable=False][data-show-label=False] .Property_Module_Header {
  display: none;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-editable=False][data-size="Large"] .Property_Module_Value.Simple {
  font-size: 30px;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Location"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Location"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] {
  padding-left: 0px;
  padding-right: 0px;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header {
  padding-left: 5%;
  padding-right: 5%;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Header .Property_Module_Controls {
  clear: left;
  margin-top: 12px;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Value {
  clear: right;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications {
  float: left;
  display: block;
  text-align: center;
  margin: 0px;
  margin-top: 13px;
  clear: left;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text {
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic {
  width: 27px;
  height: 27px;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .iconic *,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .iconic * {
  fill: #41bde1;
  stroke: #41bde1;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail .Label,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text .Label {
  display: inline;
  font-size: 17px;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
  top: 6px;
  font-weight: 400;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover {
  text-decoration: none;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:active .iconic *,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:active .iconic *,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Mail:hover .iconic *,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Big_List_Item_Text:hover .iconic * {
  fill: #6dcce8;
  stroke: #6dcce8;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 51px;
  padding-right: 15px;
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #41bde1;
  margin-bottom: 10px;
  margin-top: -5px;
  margin-left: 5px;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.material-icons,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  margin-right: 0.35em;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fa,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.far,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect i.fab {
  font-size: 1.4em;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:hover {
  background-color: #bca0fe;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary {
  background-color: #ffff75;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:hover {
  background-color: #ffff5b;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary:active {
  background-color: #ffff42;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary {
  background-color: #96D6F2;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:hover {
  background-color: #7fcdef;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Tertiary:active {
  background-color: #69c4ec;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover {
  background-color: #919090;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background-color: #858383;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:hover,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Default:active {
  background: #1a1a1a;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled a {
  opacity: 0.25;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:hover {
  background-color: #d1d1d1;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Disabled:active {
  background-color: #c5c5c5;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:hover,
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect.Executing:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price {
  position: relative;
}
.Email_Ask_Window .Page_Modules .Property_Module[data-value-type="Person"] .Property_Module_Communications .Join_and_Connect .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Email_Ask_Window .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Value,
.Email_Ask_Window .Page_Modules .Property_Module.Disabled .Property_Module_Value.Simple {
  opacity: 0.5;
}
.Email_Ask_Window .Page_Modules .Property_Module.Disabled .Property_Module_Header .Property_Module_Label_Content .Property_Module_Privacy {
  display: none;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"],
.Email_Ask_Window .Page_Modules .Activity .Activity_Module {
  display: block;
  margin-top: 30px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Label,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Tip,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Value,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Value {
  display: block;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Value input,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Value input,
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Value textarea,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Value input,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Value input,
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Value textarea,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Value textarea {
    font-size: 22px;
  }
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"]:last-of-type,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module:last-of-type {
  margin-bottom: 40px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link {
  position: absolute;
  top: 0px;
  right: -34px;
  background-color: white;
  padding: 6px;
  border-radius: 100%;
  text-decoration: inherit;
  color: inherit;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic {
  width: 12px;
  height: 12px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link .iconic *,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link .iconic * {
  fill: #606060;
  stroke: #606060;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:focus,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:hover,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:hover {
  background-color: #f2f2f2;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link.Selected,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link.Selected {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Edit_Link:last-of-type,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Edit_Link:last-of-type {
  margin-right: 0;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings {
  display: none;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings.Visible,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings.Visible {
  display: block;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row {
  display: block;
  margin-bottom: 10px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:after,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Label,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 140px;
  padding-top: 6px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value {
  display: block;
  float: left;
  width: calc(100% - 140px);
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input {
  width: 100%;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value input:hover,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value input:hover {
  background-color: white;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic {
  width: 9px;
  height: 9px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic *,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button .iconic * {
  fill: white;
  stroke: white;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Button svg {
  position: relative;
  top: -1px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  float: left;
  background-color: white;
  border-bottom: solid 1px #808080;
  border-bottom-color: #606060;
  padding-bottom: 2px;
  margin-right: 6px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron {
  display: block;
  float: left;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row .Setting_Value .Setting_Privacy_Menu_Chevron .iconic {
  width: 8px;
  height: 8px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row a,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Row:last-of-type,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Row:last-of-type {
  margin-bottom: 0;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Module_Settings .Setting_Disclaimer,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Module_Settings .Setting_Disclaimer {
  display: block;
  background-color: #FFFFCC;
  width: calc(100% + 10px);
  padding: 12px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Page_Purchases {
  text-align: initial;
  float: right;
  margin: 0px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases .Content .Label,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Page_Purchases .Content .Label {
  margin-bottom: 0px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Picture,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper {
  display: block;
  width: 100%;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper {
  position: relative;
  height: auto;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Sound_Wrapper iframe,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Sound_Wrapper iframe {
  width: 100%;
  height: 580px;
  background: #9e9d9d;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper {
  position: relative;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Video_Wrapper iframe,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Video_Wrapper iframe {
  width: 100%;
  background: #9e9d9d;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Media_Wrapper .Button.Connect_Link,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Media_Wrapper .Button.Connect_Link {
  display: none;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 25px);
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline:after,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline:after {
  content: "";
  display: table;
  clear: both;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline .Kind {
  display: block;
  float: left;
  font-size: 24px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: Montserrat;
  border-bottom: solid 6px black;
  margin-right: 50px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline .Time {
  display: block;
  float: right;
  font-size: 15px;
  margin-right: 25px;
  padding: 13px;
  padding-left: 22px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-style: italic;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description {
  display: block;
  position: absolute;
  top: 25%;
  padding: 28px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Button,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Button {
  display: block;
  float: right;
  margin-left: 15px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Information {
  color: white;
  font-family: "Montserrat";
  font-size: 22px;
  letter-spacing: 0.3px;
  font-weight: 200;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Information a {
  font-weight: 800;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Caption {
  display: block;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 35px;
  -webkit-font-smoothing: antialiased;
  quotes: "“" "”" "‘" "’";
  color: white;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: lighter;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Caption:before {
  content: open-quote;
  font-family: Montserrat;
  font-size: 47px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Caption:after {
  content: close-quote;
  font-family: Montserrat;
  font-size: 40px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Teams {
  display: block;
  float: right;
  color: white;
  font-family: "Source Sans Pro";
  width: 75%;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.1px;
  font-size: 18px;
}
.Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams a,
.Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Teams a {
  font-weight: 800;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline {
    font-size: 18px;
    top: 18px;
    left: 18px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Kind,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline .Kind {
    margin-right: 0px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Headline .Time,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Headline .Time {
    margin-right: 0px;
    padding: 11px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description {
    padding: 20px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Button,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Button {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Information {
    font-size: 15px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Information a,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Information a {
    font-weight: 800;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Caption {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 15px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:before,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Caption:before {
    font-size: 25px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Caption:after,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Caption:after {
    font-size: 25px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Description .Teams,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Description .Teams {
    width: 100%;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Page_Purchases {
    width: 100%;
    margin-bottom: 15px;
  }
  .Email_Ask_Window .Page_Modules .Activity [data-type="Activity"] .Page_Purchases a,
  .Email_Ask_Window .Page_Modules .Activity .Activity_Module .Page_Purchases a {
    width: 100%;
  }
}
.Email_Ask_Window .Page_Modules.Blue {
  display: block;
  background-color: #abcdef;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Email_Ask_Window .Page_Modules.Blue .Module_Group_Icon {
  background-color: #abcdef;
  margin-top: -78px;
  color: #333;
}
.Email_Ask_Window .Page_Modules.Light_Blue {
  display: block;
  background-color: #f7f8fc;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Email_Ask_Window .Page_Modules.Light_Blue .Module_Group_Icon {
  background-color: #f7f8fc;
  margin-top: -78px;
  color: #333;
}
.Email_Ask_Window .Page_Modules.Light_Blue .ui.card {
  background-color: transparent !important;
}
.Email_Ask_Window .Page_Modules.Light_Blue .ui.card .Cover_Picture {
  border: solid 3px #333;
}
.Email_Ask_Window .Page_Modules.Green {
  display: block;
  background-color: #7EEFCC;
  padding-top: 42px;
  padding-bottom: 17px;
}
.Email_Ask_Window .Page_Modules.Green .Module_Group_Icon {
  background-color: #7EEFCC;
  margin-top: -78px;
  color: #333;
}
.Email_Ask_Window .Page_Modules.Green .ui.card {
  background-color: transparent !important;
}
.Email_Ask_Window .Page_Modules.Green .ui.card .Cover_Picture {
  border: solid 2px rgba(0, 0, 0, 0.85);
}
.Email_Ask_Window .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item {
  border: none;
}
.Email_Ask_Window .Page_Modules.Green .Big_List .Big_List_Items .Big_List_Item:hover .Cover_Picture {
  border-color: #41bde1;
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Modules .Heading,
  .Email_Ask_Window .Page_Modules .Subheading {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 480px) {
  .Email_Ask_Window .Page_Content_Actions {
    display: none;
  }
}
@media (min-width: 960px) {
  .Email_Ask_Window .Page_Content_Actions {
    display: block;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-family: Lato;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  .Email_Ask_Window .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Email_Ask_Window .Page_Content_Actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .Email_Ask_Window .Page_Content_Actions div.Inner_Group {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .Email_Ask_Window .Page_Content_Actions div.Inner_Group .Items {
    display: block;
    margin-top: 11px;
    margin-bottom: 4px;
    height: 28px;
  }
  .Email_Ask_Window .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Email_Ask_Window .Page_Content_Actions div.Inner_Group .Items:after {
    content: "";
    display: table;
    clear: both;
  }
  .Email_Ask_Window .Page_Content_Actions div.Inner_Group .Items a {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .Email_Ask_Window .Page_Content_Actions div.Inner_Group .Label {
    padding-bottom: 15px;
  }
  .Email_Ask_Window .Page_Content_Actions div.Group {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.15);
    float: left;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  .Email_Ask_Window .Page_Content_Actions a {
    display: inline-block;
    height: 100%;
    padding: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: inherit;
    color: inherit;
    float: left;
  }
  .Email_Ask_Window .Page_Content_Actions a:hover {
    text-decoration: inherit;
    border-bottom: none;
  }
  .Email_Ask_Window .Page_Content_Actions a:focus {
    outline-style: none;
  }
  .Email_Ask_Window .Page_Content_Actions a .iconic {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
  }
  .Email_Ask_Window .Page_Content_Actions a .iconic * {
    fill: white;
    stroke: white;
  }
  .Email_Ask_Window .Page_Content_Actions a:hover {
    color: white;
    text-decoration: none;
    background-color: #666666;
  }
  .Email_Ask_Window .Page_Content_Actions .Selected {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .Email_Ask_Window .Page_Content_Actions [data-target-property="Size"] [data-size="Large"] {
    font-size: 150%;
  }
  .Email_Ask_Window .Page_Content_Actions [data-target-property="Size"] [data-size="Small"] {
    font-size: 75%;
  }
}
.Email_Ask_Window .Page_Add_Property {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:focus {
  outline-style: none;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link i.material-icons,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link i.fa,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link i.far,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link i.fab {
  margin-right: 0.35em;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link i.fa,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link i.far,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link i.fab {
  font-size: 1.4em;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:hover {
  background-color: #bca0fe;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Disabled,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:hover,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:active,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Secondary {
  background-color: #ffff75;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Secondary:hover {
  background-color: #ffff5b;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Secondary:active {
  background-color: #ffff42;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary {
  background-color: #96D6F2;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary:hover {
  background-color: #7fcdef;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Tertiary:active {
  background-color: #69c4ec;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Default:hover {
  background-color: #919090;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background-color: #858383;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Default:hover,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Default:active {
  background: #1a1a1a;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Disabled a {
  opacity: 0.25;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:hover {
  background-color: #d1d1d1;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Disabled:active {
  background-color: #c5c5c5;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Executing:hover,
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link.Executing:active {
  background-color: #ab87fd;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link .Original_Price {
  position: relative;
}
.Email_Ask_Window .Page_Add_Property .Page_Add_Property_Link .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Email_Ask_Window .Page_Header {
  margin-top: 0px;
}
.Email_Ask_Window .Name input {
  margin-top: 17px;
  width: 100%;
}
.Email_Ask_Window .Buttons {
  float: right;
  margin-top: 25px;
}
.Email_Ask_Window .Buttons a {
  display: inline-block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"],
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] {
  border: none;
  padding: 0px;
  padding-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Close_Button:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Big_List_Items {
  clear: right;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Text {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Person_Picture:hover {
  border-color: #cccccc;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_B .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Section .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a i.fab {
  margin-right: 0.35em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a i.fab {
  font-size: 1.4em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:hover {
  background-color: #bca0fe;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Secondary {
  background-color: #ffff75;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Default:hover {
  background-color: #919090;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Default:active {
  background-color: #858383;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Default:active {
  background: #1a1a1a;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Disabled a {
  opacity: 0.25;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a .Original_Price {
  position: relative;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
@media (min-width: 960px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window {
    min-width: 650px;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Appeal_Image,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Appeal_Image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Appeal_Image,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Appeal_Image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content {
  display: block;
  padding: 30px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section {
  display: block;
  margin-top: 30px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section .Value {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Section .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Section .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Section .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Section .Value textarea {
    font-size: 22px;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Header {
  text-align: center;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Introduction,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Introduction,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Introduction,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Introduction {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 11px;
  line-height: 1.3;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Appeal,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Appeal,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Appeal,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Appeal {
  display: block;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 11px;
  line-height: 1.3;
  display: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams {
  display: block;
  margin-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Value {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Value textarea {
    font-size: 22px;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Teams .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Teams .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Teams .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Teams .Value {
  display: block;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name {
  display: block;
  margin-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Value {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Value textarea {
    font-size: 22px;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Name .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Name .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Name .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Name .Value {
  display: block;
  clear: both;
  margin-left: -10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password {
  display: block;
  margin-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Value {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Value textarea {
    font-size: 22px;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Password .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Password .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Password .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Password .Value {
  display: block;
  clear: both;
  margin-left: -10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email {
  display: block;
  margin-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Tip,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Tip {
  display: block;
  color: #333;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Value {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Value input,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Value textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Value textarea {
  width: 100%;
}
@media (max-width: 480px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Value input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Value textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Value textarea {
    font-size: 22px;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Email .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Email .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Email .Value,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Email .Value {
  display: block;
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .RSVP_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .RSVP_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .RSVP_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .RSVP_Button {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP_With_Login"] .RSVP_Window .Window_Content .Login_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="RSVP"] .RSVP_Window .Window_Content .Login_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join"] .RSVP_Window .Window_Content .Login_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Join_With_Login"] .RSVP_Window .Window_Content .Login_Link {
  display: block;
  margin-top: 15px;
  clear: right;
  text-align: center;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"],
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"],
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] {
  padding: 0px;
  padding-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Close_Button:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Close_Button:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Close_Button:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Close_Button:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Close_Button:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Big_List_Items {
  clear: right;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Header,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Header,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Text,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Text,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Text {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Person_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Person_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Person_Picture:before,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Person_Picture:before,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Person_Picture:hover {
  border-color: #cccccc;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_B .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row .Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Label,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Label,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Privacy,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Privacy,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Input input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Section .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Section .Input textarea,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Section .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:focus,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a .Icon,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a .Icon,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a i.fab {
  margin-right: 0.35em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a i.fab,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a i.fab {
  font-size: 1.4em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:hover {
  background-color: #bca0fe;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:disabled,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:disabled,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Small,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Small,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Secondary {
  background-color: #ffff75;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Default,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Default,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Default:hover {
  background-color: #919090;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Default:active {
  background-color: #858383;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Default:active {
  background: #1a1a1a;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Disabled a {
  opacity: 0.25;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Executing,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Executing,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a .Original_Price {
  position: relative;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Close_Button,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Close_Button {
  margin-right: 16px;
  margin-top: 14px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Close_Button .iconic {
  width: 19px;
  height: 19px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Header,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Header,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Header {
  font-size: 22px;
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #efefef;
  margin: 0px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients label,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients label,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients label {
  display: block;
  padding: 14px;
  color: #999;
  width: 75px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients label:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients label:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients label:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients label:after {
  content: ':';
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients .Input_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients .Input_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients .Input_Wrapper,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients .Input_Wrapper {
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 600px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients .Input_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients .Input_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients .Input_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients .Input_Wrapper .Big_List_Items {
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .From,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .From,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .From,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .From {
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 1px #e7e7e7;
  padding: 14px;
  outline: none;
  color: #999;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .From:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .From:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .From:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .From:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .From:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .From:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .From:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .From:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .From label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .From label,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .From label,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .From label {
  display: block;
  float: left;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .From label:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .From label:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .From label:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .From label:after {
  content: ':';
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .From input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .From input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .From input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .From input {
  display: block;
  float: left;
  width: calc(100% - 100px);
  border: none;
  outline: none;
  margin-top: -6px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .From .Jelly_Action_Input_Result,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .From .Jelly_Action_Input_Result,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .From .Jelly_Action_Input_Result,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .From .Jelly_Action_Input_Result {
  clear: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Author,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Author,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Author,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Author {
  display: block;
  width: 100%;
  border: none;
  border-top: solid 1px #e7e7e7;
  padding: 14px;
  outline: none;
  color: #999;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Author label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Author label,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Author label,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Author label {
  margin-right: 40px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Author label:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Author label:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Author label:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Author label:after {
  content: ':';
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Subject input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Subject input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Subject input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Subject input {
  display: block;
  width: 100%;
  border: none;
  border-top: solid 1px #e7e7e7;
  padding: 14px;
  outline: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Message .Inline_Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Message .Inline_Text,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Message .Inline_Text,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Message .Inline_Text {
  display: block;
  line-height: 1.3;
  width: 100%;
  overflow: scroll;
  border-top: solid 1px #e7e7e7;
  padding: 14px;
  font-family: sans-serif;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Group,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Group,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Group,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Group {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Group:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Group:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Group:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Group:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Group:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Group:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Group:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Group:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Group .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Group .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Group .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Group .Input {
  display: block;
  float: left;
  width: 30px;
  margin-left: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Group .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Group .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Group .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Group .Description {
  display: block;
  float: left;
  padding-top: 1px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Group .Hint,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Group .Hint,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Group .Hint,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Group .Hint {
  display: block;
  clear: left;
  margin-top: 6px;
  margin-left: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #999999;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Feed,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Feed,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Feed,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Feed {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Feed:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Feed:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Feed:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Feed:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Feed:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Feed:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Feed:after,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Feed:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Feed .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Feed .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Feed .Input,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Feed .Input {
  display: block;
  float: left;
  width: 30px;
  margin-left: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Feed .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Feed .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Feed .Description,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Feed .Description {
  display: block;
  float: left;
  padding-top: 1px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Feed .Hint,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Feed .Hint,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Feed .Hint,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Feed .Hint {
  display: block;
  clear: left;
  margin-top: 6px;
  margin-left: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #999999;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Signature,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Signature,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Signature,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Signature {
  display: block;
  width: 100%;
  background-color: #ffffcc;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Jelly_Action_Result,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Jelly_Action_Result,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Jelly_Action_Result,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Jelly_Action_Result {
  color: #fd6b03;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute {
  float: right;
  margin-right: 25px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Execute a,
[data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Execute a {
  float: initial;
}
@media (min-width: 960px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window,
  [data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window,
  [data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window {
    min-width: 675px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients,
  [data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients,
  [data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients {
    display: block;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients:after,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients:after,
  [data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients:after,
  [data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients:after {
    content: "";
    display: table;
    clear: both;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients:after,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients:after,
  [data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients:after,
  [data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients:after {
    content: "";
    display: table;
    clear: both;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients label,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients label,
  [data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients label,
  [data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients label {
    float: left;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Team"] .Send_Email_Window .Recipients .Input_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Email_Group"] .Send_Email_Window .Recipients .Input_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Email_All_Active_People"] .Send_Email_Window .Recipients .Input_Wrapper,
  [data-kind="Item"][data-type="Action"][data-alias="Email_Other"] .Send_Email_Window .Recipients .Input_Wrapper {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* TODO : This is copied from elsewhere and needs to be integrated */
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] {
  padding: 0px;
  padding-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  margin: 0px;
  color: black;
  font-family: Raleway;
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 10px;
  padding: 0px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Close_Button:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Big_List_Items {
  clear: right;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Text {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Person_Picture:hover {
  border-color: #cccccc;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_B .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview {
  margin-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Section .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Execute {
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Execute a {
  display: block;
  float: right;
  position: relative;
  text-decoration: none;
  width: 75%;
  font-size: 24px;
  padding: 15px;
  font-weight: normal;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Execute a:hover {
  text-decoration: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Execute a:active {
  top: 2px;
  transition: top 0.1s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 1px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Padded {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Row {
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Row:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Big_Row {
  margin-bottom: 20px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window select {
  border-color: #D1D1D1;
  font-size: 15px;
  height: 38px;
  background-color: white;
  font-family: Raleway;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window input[name="Expiration_Month"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window input[name="Expiration_Year"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window input[name="Card_Verification_Code"] {
  text-align: center;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window input {
  padding: 6px 10px;
}
@media (min-width: 992px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Cart_Item_Image {
    position: absolute;
    left: 0px;
    width: calc((100%) / 3);
    height: 100%;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Cart_Item_Image .Cover_Image {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Cart_Item_Image .Cover_Image:before {
  content: '';
  padding-top: 30%;
  float: left;
}
@media (min-width: 992px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Cart_Item_Image .Cover_Image {
    height: 100%;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details {
  position: relative;
  padding: 20px;
}
@media (min-width: 992px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details {
    position: relative;
    left: calc((100%) / 3);
    width: calc((100%) / 3 * 2);
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Cart_Item {
  width: 100%;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Cart_Item .Name {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Cart_Item .Time {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 1px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Cart_Item .Location {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 1px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Cart_Item .Price {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 1px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Cart_Item .Quantity {
  text-align: center;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Cart_Item .Donation input[type="number"] {
  width: 100px;
  border: solid 1px #d1d1d1;
  border-radius: 5px;
  outline: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eeeeee;
  padding-top: 15px;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Icon {
  float: left;
  width: calc((100% - 10px) / 6);
  text-align: center;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form {
  float: left;
  width: calc((100% - 10px) / 6 * 5);
  margin-left: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email {
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email .Name {
  float: left;
  width: calc((100% - 10px) / 2);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email .Name .First_Name {
  float: left;
  width: calc((100% - 10px) / 2);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email .Name .Last_Name {
  float: left;
  width: calc((100% - 10px) / 2);
  margin-left: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email .Email {
  float: left;
  width: calc((100% - 10px) / 2 * 1);
  margin-left: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information {
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_Number {
  float: left;
  width: calc((100% - 10px * 2) / 12 * 6);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration {
  float: left;
  width: calc((100% - 10px * 2) / 12 * 4);
  margin-left: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration .Credit_Card_Expiration_Month {
  float: left;
  width: calc((100% - 3px * 2) / 12 * 5);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration .Credit_Card_Expiration_Separator {
  float: left;
  width: calc((100% - 3px * 2) / 12 * 2);
  margin-left: 3px;
  text-align: center;
  padding-top: 7px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration .Credit_Card_Expiration_Year {
  float: left;
  width: calc((100% - 3px * 2) / 12 * 5);
  margin-left: 3px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_CVC {
  float: left;
  width: calc((100% - 10px*2) / 12 * 2);
  margin-left: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Pay_Button {
  text-align: center;
  margin-top: 25px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Pay_Button .Price .Discount {
  background-color: #fd6b03;
  color: white;
  padding: 4px;
  padding-left: 9px;
  padding-right: 14px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Result {
  text-align: center;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Button {
  position: relative;
  text-decoration: none;
  width: 75%;
  font-size: 24px;
  padding: 15px;
  font-weight: normal;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Button:hover {
  text-decoration: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Button:active {
  top: 2px;
  transition: top 0.1s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Result .Jelly_Action_Result {
  display: block;
  border-style: none;
  background-color: white;
  color: red;
  font-size: 14px;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form {
    width: 100%;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email .Name {
    float: none;
    width: 100%;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Name_And_Email .Email {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_Number {
    float: none;
    width: 100%;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration {
    float: left;
    width: calc((100% - 10px * 2) / 12 * 8);
    margin-left: 0px;
    margin-top: 10px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Purchase_Details .Payment_Information .Card_Form .Card_Information .Credit_Card_CVC {
    float: left;
    width: calc((100% - 10px*2) / 12 * 4);
    margin-left: 10px;
    margin-top: 10px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Purchase"] .Purchase_Window .Card_Icon {
    display: none;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"],
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] {
  padding: 0px;
  padding-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Close_Button:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Close_Button:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Close_Button:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Big_List_Items {
  clear: right;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Text,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Text {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Person_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Person_Picture:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Person_Picture .Cover_Content,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Person_Picture .Cover_Content .Cover_Picture,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Person_Picture .Cover_Content .Map,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Person_Picture:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Person_Picture:hover {
  border-color: #cccccc;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_A .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_B .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_A .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_B .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_A .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_B .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_A .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_B .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_B .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_A .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_B .Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_A .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_B .Link a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview .Cover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder.Columns,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Input_Row_With_Preview .Input .Input_Set_Link,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section {
  display: block;
  margin-bottom: 15px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Description,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Privacy,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Privacy .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Privacy .iconic *,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Privacy .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Privacy:hover .Explanation,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Input input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Section .Input textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Section .Input textarea {
  width: 100%;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.button-primary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.button-primary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.button-primary:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:focus,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:focus {
  outline-style: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a .Icon,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a i.material-icons,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a i.fab {
  margin-right: 0.35em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a i.fa,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a i.far,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a i.fab,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a i.fab {
  font-size: 1.4em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:hover {
  background-color: #bca0fe;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a:disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Small,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Secondary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Secondary {
  background-color: #ffff75;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Secondary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Secondary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Secondary-2,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Secondary-2:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Tertiary,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Tertiary:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Tertiary:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Default,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Default:hover {
  background-color: #919090;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Default:active {
  background-color: #858383;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Default:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Default:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Default:active {
  background: #1a1a1a;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Disabled,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Disabled a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Disabled a {
  opacity: 0.25;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Disabled:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Disabled:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Executing,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Executing:hover,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a.Executing:active,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a .Original_Price,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a .Original_Price {
  position: relative;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a .Original_Price:before,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Close_Button,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Close_Button {
  margin-right: 16px;
  margin-top: 14px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Close_Button .iconic,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Close_Button .iconic {
  width: 19px;
  height: 19px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Header,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Header {
  font-size: 22px;
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #efefef;
  margin: 0px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients {
  display: block;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients label {
  display: block;
  padding: 14px;
  color: #999;
  width: 140px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients .Input_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients .Input_Wrapper,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients .Input_Wrapper {
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients .Input_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients .Input_Wrapper .Big_List_Items,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients .Input_Wrapper .Big_List_Items {
  border: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Message label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Message label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Message label {
  display: block;
  padding: 14px;
  color: #999;
  width: 140px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Message textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Message textarea,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Message textarea {
  display: block;
  line-height: 1.3;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  overflow: scroll;
  border-top: solid 1px #e7e7e7;
  padding: 14px;
  outline: none;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Message .Signature,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Message .Signature,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Message .Signature {
  display: block;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffcc;
  margin-bottom: 10px;
  padding: 5px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed {
  display: block;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed:after,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed:after {
  content: "";
  display: table;
  clear: both;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed label,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed label {
  display: block;
  padding: 14px;
  color: #999;
  width: 140px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed .Input,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed .Input {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed .Hint,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed .Hint,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed .Hint {
  display: block;
  float: left;
  font-size: 14px;
  color: #999999;
  width: calc(100% - 50px);
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Jelly_Action_Result,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Jelly_Action_Result,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Jelly_Action_Result {
  color: #fd6b03;
  margin-bottom: 10px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute {
  float: right;
  margin-right: 25px;
}
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Execute a,
[data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Execute a {
  float: initial;
}
@media (min-width: 960px) {
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window {
    min-width: 475px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients label,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients label,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients label {
    float: left;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Recipients .Input_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Recipients .Input_Wrapper,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Recipients .Input_Wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Message label,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Message label,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Message label {
    float: left;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Message textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Message textarea,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Message textarea {
    width: calc(100% - 160px);
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Message .Signature,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Message .Signature,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Message .Signature {
    width: calc(100% - 160px);
    margin-left: 140px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed label,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed label,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed label {
    display: block;
    float: left;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed .Input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed .Input,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed .Input {
    margin-left: -7px;
    margin-top: 12px;
  }
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text_to_Team"] .Send_Text_Window .Feed .Hint,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Text_Group"] .Send_Text_Window .Feed .Hint,
  [data-kind="Item"][data-type="Type_Action"][data-alias="Send_Text"] .Send_Text_Window .Feed .Hint {
    display: block;
    float: left;
    margin-top: 15px;
    width: auto;
  }
}
.General_Cover {
  display: block;
  position: relative;
  overflow: hidden;
}
.General_Cover .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.General_Cover .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.General_Cover:before {
  content: '';
  padding-top: 80%;
  float: left;
}
.General_Person_Cover {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.General_Person_Cover .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.General_Person_Cover .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.General_Person_Cover:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Cover_Content_Wrapper {
  display: block;
  position: relative;
}
.Cover_Content_Wrapper .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Cover_Content_Wrapper .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Clean_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
}
.Clean_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Clean_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Clean_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Clean_Window .Close_Button:focus {
  outline-style: none;
}
.Clean_Window .Big_List_Items {
  clear: right;
}
.Clean_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Clean_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Clean_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Clean_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Clean_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Clean_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Clean_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Clean_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Clean_Window .Input_Row .Description,
.Clean_Window .Input_Row_A .Description,
.Clean_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Clean_Window .Input_Row .Input,
.Clean_Window .Input_Row_A .Input,
.Clean_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Clean_Window .Input_Row .Input input,
.Clean_Window .Input_Row_A .Input input,
.Clean_Window .Input_Row_B .Input input,
.Clean_Window .Input_Row .Input textarea,
.Clean_Window .Input_Row_A .Input textarea,
.Clean_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Clean_Window .Input_Row .Link,
.Clean_Window .Input_Row_A .Link,
.Clean_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Clean_Window .Input_Row .Link a,
.Clean_Window .Input_Row_A .Link a,
.Clean_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Clean_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Clean_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Clean_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Clean_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Clean_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Clean_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Clean_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Clean_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Clean_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Clean_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Clean_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Clean_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Clean_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Clean_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Clean_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Clean_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Clean_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Clean_Window .Section .Input input,
.Clean_Window .Section .Input textarea {
  width: 100%;
}
.Clean_Window .Execute {
  display: block;
}
.Clean_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Clean_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Clean_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Clean_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Clean_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Clean_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Clean_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Clean_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Clean_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Clean_Window .Execute a:focus {
  outline-style: none;
}
.Clean_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Clean_Window .Execute a i.material-icons,
.Clean_Window .Execute a i.fa,
.Clean_Window .Execute a i.far,
.Clean_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Clean_Window .Execute a i.fa,
.Clean_Window .Execute a i.far,
.Clean_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Clean_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Clean_Window .Execute a:active {
  background-color: #ab87fd;
}
.Clean_Window .Execute a.Disabled,
.Clean_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Clean_Window .Execute a.Disabled:hover,
.Clean_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Clean_Window .Execute a.Disabled:active,
.Clean_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Clean_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Clean_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Clean_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Clean_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Clean_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Clean_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Clean_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Clean_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Clean_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Clean_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Clean_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Clean_Window .Execute a.Default:active {
  background-color: #858383;
}
.Clean_Window .Execute a.Default:hover,
.Clean_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Clean_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Clean_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Clean_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Clean_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Clean_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Clean_Window .Execute a.Executing:hover,
.Clean_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Clean_Window .Execute a .Original_Price {
  position: relative;
}
.Clean_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.Messaging_Loading {
  text-align: center;
  margin: auto;
}
.Messaging_Loading > div {
  width: 6px;
  height: 25px;
  margin-right: 4px;
  background-color: #41bde1;
  border-radius: 2px;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.Messaging_Loading > div.e1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.Messaging_Loading > div.e2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.Jelly_Lightbox {
  position: fixed;
  opacity: 0.3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.Jelly_Progress_Bar {
  top: 0px;
  position: absolute;
  height: 3px;
  z-index: 2;
}
/* Old */
.Jelly_Edit_Window {
  width: 800px;
  margin: auto;
  padding: 30px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Header {
  display: block;
  margin-bottom: 10px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Header:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Header .Jelly_Edit_Window_Header_Title {
  display: block;
  float: left;
  font-size: 30px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Header .Jelly_Edit_Window_Header_Right {
  display: block;
  float: right;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row {
  display: block;
  margin-bottom: 10px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Heading {
  display: block;
  margin-bottom: 5px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Heading .Jelly_Edit_Window_Properties_Row_Heading_Fill {
  display: block;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Heading .Jelly_Edit_Window_Properties_Row_Heading_Fill:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Heading .Jelly_Edit_Window_Properties_Row_Heading_Fill:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Heading .Jelly_Edit_Window_Properties_Row_Heading_Fill .Jelly_Edit_Window_Properties_Row_Heading_Fill_Name {
  display: block;
  float: left;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Heading .Jelly_Edit_Window_Properties_Row_Heading_Fill .Jelly_Edit_Window_Properties_Row_Heading_Fill_Controls {
  display: block;
  float: right;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value {
  display: block;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value input,
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value textarea {
  width: 100%;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value textarea {
  height: 200px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value .Jelly_Closed_Menu {
  display: block;
  display: inline-block;
  padding: 5px;
  background-color: #eeeeee;
  margin-bottom: 5px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value .Jelly_Closed_Menu:after {
  content: "";
  display: table;
  clear: both;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value .Jelly_Closed_Menu .Jelly_Closed_Menu_Badge {
  display: block;
  float: left;
  margin-right: 5px;
}
.Jelly_Edit_Window .Jelly_Edit_Window_Properties_Row .Jelly_Edit_Window_Properties_Row_Value .Jelly_Closed_Menu .Jelly_Closed_Menu_Arrow {
  display: block;
  float: left;
}
@media (max-width: 480px) {
  .Input_Row_A {
    display: block;
    margin-bottom: 20px;
  }
  .Input_Row_A .Input_Row_A_Image {
    display: block;
    margin-bottom: 10px;
  }
  .Input_Row_A label,
  .Input_Row_A .Input_Row_A_Label {
    display: block;
    margin-bottom: 10px;
  }
  .Input_Row_A input,
  .Input_Row_A .Input_Row_A_Input {
    display: block;
    margin-bottom: 10px;
  }
  .Input_Row_A .Input_Row_A_Link {
    display: block;
    margin-bottom: 10px;
  }
  .Input_Row_A .Input_Row_A_Link a {
    padding: 0 1em 0em 0.75em;
    height: 2.75em;
    line-height: 2.75em;
    transiton: 150ms;
  }
  .Input_Row_A .Input_Row_A_Link.Highlight a {
    background-color: #fd6b03;
    padding: 15px;
  }
  .Input_Row_A .Input_Row_A_Disclaimer {
    display: block;
    color: #aaaaaa;
    margin-bottom: 10px;
  }
  .Input_Row_A input {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .Input_Row_A {
    display: block;
    margin-bottom: 10px;
  }
  .Input_Row_A:after {
    content: "";
    display: table;
    clear: both;
  }
  .Input_Row_A:after {
    content: "";
    display: table;
    clear: both;
  }
  .Input_Row_A .Input_Row_A_Image {
    display: block;
    float: left;
    width: 150px;
    margin-right: 10px;
  }
  .Input_Row_A label,
  .Input_Row_A .Input_Row_A_Label {
    display: block;
    float: left;
    width: 150px;
    margin-right: 10px;
    padding-top: 6px;
    line-height: normal;
  }
  .Input_Row_A input,
  .Input_Row_A .Input_Row_A_Input {
    display: block;
    float: left;
    width: 250px;
    margin-right: 10px;
    line-height: normal;
  }
  .Input_Row_A .Input_Row_A_Link {
    display: block;
    float: left;
    padding-top: 2px;
    line-height: normal;
  }
  .Input_Row_A .Input_Row_A_Link a {
    padding: 0 1em 0em 0.75em;
    height: 2.75em;
    line-height: 2.75em;
    transition: 150ms;
  }
  .Input_Row_A .Input_Row_A_Link.Highlight a {
    background-color: #fd6b03;
    padding: 15px;
  }
  .Input_Row_A .Input_Row_A_Disclaimer {
    display: block;
    float: left;
    margin-left: 15px;
    padding-top: 6px;
    line-height: normal;
    color: #aaaaaa;
  }
}
.Member_Login {
  display: block;
}
@media (min-width: 960px) {
  .Member_Login {
    width: 50%;
  }
}
.Input_Row_B {
  display: block;
  margin-bottom: 15px;
}
.Input_Row_B label {
  display: block;
  margin-bottom: 10px;
}
.Input_Row_B input {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .Input_Row_B input {
    font-size: 22px;
  }
}
.Input_Row_B .Hint {
  display: block;
  clear: left;
  margin-top: 18px;
  margin-left: 12px;
  font-size: 14px;
}
.Input_Row_B .Hint h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.Input_Row_B .Hint ul {
  list-style: disc;
}
.Input_Row_B .Hint ul li {
  margin-bottom: 5px;
  margin-top: 5px;
}
.Input_Row_B .Hint ul li strong {
  font-weight: 600;
}
/* 

SECTION - Higher Classes

*/
.Walkthrough_Next {
  position: absolute;
  background: url(/jelly/images/Next_Arrow_With_Text.png);
  width: 126px;
  height: 105px;
  right: -70px;
  top: -80px;
  z-index: 1;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.Secondary_Button {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  background-color: white;
  border: solid 1px #41bde1;
  color: #41bde1;
}
.Secondary_Button:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Secondary_Button:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Secondary_Button.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Secondary_Button.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Secondary_Button.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Secondary_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Secondary_Button:focus {
  outline-style: none;
}
.Secondary_Button .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Secondary_Button i.material-icons,
.Secondary_Button i.fa,
.Secondary_Button i.far,
.Secondary_Button i.fab {
  margin-right: 0.35em;
}
.Secondary_Button i.fa,
.Secondary_Button i.far,
.Secondary_Button i.fab {
  font-size: 1.4em;
}
.Secondary_Button:hover {
  background-color: #bca0fe;
}
.Secondary_Button:active {
  background-color: #ab87fd;
}
.Secondary_Button.Disabled,
.Secondary_Button:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Secondary_Button.Disabled:hover,
.Secondary_Button:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Secondary_Button.Disabled:active,
.Secondary_Button:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Secondary_Button.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Secondary_Button.Secondary {
  background-color: #ffff75;
}
.Secondary_Button.Secondary:hover {
  background-color: #ffff5b;
}
.Secondary_Button.Secondary:active {
  background-color: #ffff42;
}
.Secondary_Button.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Secondary_Button.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Secondary_Button.Tertiary {
  background-color: #96D6F2;
}
.Secondary_Button.Tertiary:hover {
  background-color: #7fcdef;
}
.Secondary_Button.Tertiary:active {
  background-color: #69c4ec;
}
.Secondary_Button.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Secondary_Button.Default:hover {
  background-color: #919090;
}
.Secondary_Button.Default:active {
  background-color: #858383;
}
.Secondary_Button.Default:hover,
.Secondary_Button.Default:active {
  background: #1a1a1a;
}
.Secondary_Button.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Secondary_Button.Disabled a {
  opacity: 0.25;
}
.Secondary_Button.Disabled:hover {
  background-color: #d1d1d1;
}
.Secondary_Button.Disabled:active {
  background-color: #c5c5c5;
}
.Secondary_Button.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Secondary_Button.Executing:hover,
.Secondary_Button.Executing:active {
  background-color: #ab87fd;
}
.Secondary_Button .Original_Price {
  position: relative;
}
.Secondary_Button .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Secondary_Button:hover {
  background-color: #f2f2f2;
  color: #41bde1;
}
.Secondary_Button:hover {
  background-color: #f2f2f2;
  color: #41bde1;
}
.Join_and_Connect_Button {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 51px;
  padding-right: 15px;
  background-image: url(/jelly/images/Better_Logo_White.png);
  background-color: #41bde1;
}
.Join_and_Connect_Button:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Join_and_Connect_Button:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Join_and_Connect_Button.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Join_and_Connect_Button.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Join_and_Connect_Button.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Join_and_Connect_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Join_and_Connect_Button:focus {
  outline-style: none;
}
.Join_and_Connect_Button .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Join_and_Connect_Button i.material-icons,
.Join_and_Connect_Button i.fa,
.Join_and_Connect_Button i.far,
.Join_and_Connect_Button i.fab {
  margin-right: 0.35em;
}
.Join_and_Connect_Button i.fa,
.Join_and_Connect_Button i.far,
.Join_and_Connect_Button i.fab {
  font-size: 1.4em;
}
.Join_and_Connect_Button:hover {
  background-color: #bca0fe;
}
.Join_and_Connect_Button:active {
  background-color: #ab87fd;
}
.Join_and_Connect_Button.Disabled,
.Join_and_Connect_Button:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Join_and_Connect_Button.Disabled:hover,
.Join_and_Connect_Button:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Join_and_Connect_Button.Disabled:active,
.Join_and_Connect_Button:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Join_and_Connect_Button.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Join_and_Connect_Button.Secondary {
  background-color: #ffff75;
}
.Join_and_Connect_Button.Secondary:hover {
  background-color: #ffff5b;
}
.Join_and_Connect_Button.Secondary:active {
  background-color: #ffff42;
}
.Join_and_Connect_Button.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Join_and_Connect_Button.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Join_and_Connect_Button.Tertiary {
  background-color: #96D6F2;
}
.Join_and_Connect_Button.Tertiary:hover {
  background-color: #7fcdef;
}
.Join_and_Connect_Button.Tertiary:active {
  background-color: #69c4ec;
}
.Join_and_Connect_Button.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Join_and_Connect_Button.Default:hover {
  background-color: #919090;
}
.Join_and_Connect_Button.Default:active {
  background-color: #858383;
}
.Join_and_Connect_Button.Default:hover,
.Join_and_Connect_Button.Default:active {
  background: #1a1a1a;
}
.Join_and_Connect_Button.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Join_and_Connect_Button.Disabled a {
  opacity: 0.25;
}
.Join_and_Connect_Button.Disabled:hover {
  background-color: #d1d1d1;
}
.Join_and_Connect_Button.Disabled:active {
  background-color: #c5c5c5;
}
.Join_and_Connect_Button.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Join_and_Connect_Button.Executing:hover,
.Join_and_Connect_Button.Executing:active {
  background-color: #ab87fd;
}
.Join_and_Connect_Button .Original_Price {
  position: relative;
}
.Join_and_Connect_Button .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Inline_Badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 5px;
}
.Inline_Badge .Inline_Badge_Cover {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.Inline_Badge .Inline_Badge_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
.Inline_Badge .Inline_Badge_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Inline_Badge .Inline_Badge_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Inline_Badge .Inline_Badge_Cover .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Inline_Badge .Inline_Badge_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Inline_Badge .Inline_Badge_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Inline_Badge .Inline_Badge_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Inline_Badge .Inline_Badge_Name {
  margin-top: 12px;
}
.Bubble {
  border-radius: 25px;
  position: relative;
}
.Bubble.Top:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 14px 13px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -14px;
  top: -13px;
  left: 50%;
}
/* TODO - move this somewhere */
.Property_Module_Suggestions_Wrapper {
  display: block;
  background-color: #fff59d;
  padding-top: 25px;
  padding-bottom: 65px;
  margin-bottom: -40px;
}
.Property_Module_Suggestions_Wrapper h2 {
  font-size: 21px;
  font-weight: bold;
  font-family: Montserrat;
  text-align: center;
  text-transform: uppercase;
}
.Property_Module_Suggestions_Wrapper h2 .ui.icon.button.Refresh_Button {
  border-radius: 20px;
  position: relative;
  top: -4px;
  margin-left: 10px;
  padding: 6px;
  padding-top: 10px;
}
.Property_Module_Suggestions_Wrapper h2 .ui.icon.button.Refresh_Button i {
  font-size: 1.5em;
}
.Property_Module_Suggestions_Wrapper .Connection_Wrapper .Connection_Item .Teams {
  display: none;
}
.Connection_Wrapper {
  display: flex;
  flex-direction: row;
}
.Connection_Wrapper .Connection_Item {
  width: 30%;
  border: none;
  background-color: #e7e7e7;
  padding: 20px;
  margin: 20px;
  border-radius: 25px;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}
.Connection_Wrapper .Connection_Item .Connection_Action {
  margin: auto;
  display: table;
  margin-top: 18px;
}
@media (max-width: 992px) {
  .Connection_Wrapper {
    display: block;
  }
  .Connection_Wrapper .Connection_Item {
    width: calc(100% - 40px);
  }
}
/* 

SECTION - Basic Classes

*/
.File_Input_Wrapper {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  position: relative;
}
.File_Input_Wrapper input[type=file] {
  display: block;
  cursor: hand;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*
.Coming_Soon { position:relative;  
	&:hover, &:active {
		&:before {content: "Coming Soon ;)"; position:absolute; left:-12px; right:-12px; top:-10px; bottom:-10px; color:black; background-color: rgba(255,255,200, .8);text-align:center; padding-top:12px; font-size:12px; text-transform:uppercase; font-weight:600; font-family:Montserrat;}
	}
}
*/
/* 

SECTION - Colors

*/
/* Style Colors */
.Jelly_Action_Input_Result {
  color: #fd6b03;
  margin-top: 8px;
}
.Jelly_Action_Input_Result .Result_Button {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.Jelly_Action_Input_Result .Result_Button:hover {
  text-decoration: none;
}
@-webkit-keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  13%,
  38% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  24%,
  49% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  63% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  13%,
  38% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  24%,
  49% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  63% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (max-width: 500px) {
  #jpwTooltip {
    width: 100vw !important;
    left: 0px !important;
    margin-left: 0px !important;
  }
  #tooltipWrapper {
    width: 85vw !important;
    left: 7vw !important;
  }
  #tooltipWrapper #tooltipInner {
    font-size: 20px !important;
  }
}
@media print {
  body {
    overflow: initial;
    background: none !important;
    border: none !important;
  }
  #Jelly_Wrapper,
  Jelly_Wrapper.Admin_Mode {
    left: 0px;
    top: 0px;
    position: static;
    background: none !important;
    border: none !important;
  }
  #Jelly_Wrapper #Jelly_Toolbar,
  Jelly_Wrapper.Admin_Mode #Jelly_Toolbar {
    display: none;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper {
    left: 0px;
    top: 0px;
    position: static;
    background: none !important;
    border: none !important;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Tab_Bar,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Tab_Bar {
    display: none;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Browse_Bar,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Browse_Bar {
    display: none;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Sidebar,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Sidebar {
    display: none;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content,
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content.Sidebar_Visible,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content.Sidebar_Visible {
    left: 0px;
    top: 0px;
    position: static;
    border: none !important;
    background: none !important;
  }
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content .Page_Item,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content .Page_Item,
  #Jelly_Wrapper #Jelly_Main_Wrapper #Jelly_Content.Sidebar_Visible .Page_Item,
  Jelly_Wrapper.Admin_Mode #Jelly_Main_Wrapper #Jelly_Content.Sidebar_Visible .Page_Item {
    width: 100%;
    border: none !important;
    min-height: initial !important;
    box-shadow: none !important;
  }
  .Event_Metrics {
    border: none !important;
  }
  #Chat_Button {
    display: none;
  }
}
/* 

SECTION - Semantic Themes

*/
i.icon.yellow {
  color: #ffd600 !important;
}
i.icon.blue {
  color: #22aed7 !important;
}
i.icon.Status_Circle {
  color: white !important;
  padding: 0.35em;
  width: initial;
  height: initial;
  border-radius: calc(100%/2);
}
i.icon.Status_Circle.yellow {
  background-color: #ffd600;
}
i.icon.Status_Circle.blue {
  background-color: #22aed7 !important;
}
.ui.blue.button {
  background-color: #41bde1;
}
.ui.blue.button:hover,
.ui.blue.button:focus {
  background-color: #22aed7;
}
.ui.blue.button:active {
  background-color: #1fa0c6;
}
.ui.blue.button.basic {
  border-color: #1fa0c6 !important;
  color: #1fa0c6 !important;
}
.ui.blue.button.basic:hover,
.ui.blue.button.basic:focus {
  border-color: #1a84a2 !important;
  color: #1a84a2 !important;
}
.ui.blue.button.basic:active {
  border-color: #177591 !important;
  color: #177591 !important;
}
.ui.blue.button.basic.labeled.icon i {
  background-color: #1fa0c6 !important;
  color: white !important;
}
.ui.blue.button.basic.labeled.icon:hover i,
.ui.blue.button.basic.labeled.icon:focus i {
  background-color: #1a84a2 !important;
}
.ui.blue.button.basic.labeled.icon:active i {
  background-color: #177591 !important;
}
.ui.blue.label {
  background-color: #22aed7 !important;
}
/* 

SECTION - SendBird Hack

*/
.Team_Popup {
  display: none;
}
#Chat_Button {
  position: fixed;
  z-index: 1000;
  top: 3px;
  left: calc(50vw - (132px/2));
}
#Chat_Button button {
  font-size: 46px;
  padding: 7px;
  padding-top: 3px;
  border-radius: 5px;
  width: 132px;
  background-color: rgba(69, 69, 69, 0.9);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.19), 0 5px 8px rgba(0, 0, 0, 0.23);
}
#Chat_Button button:hover {
  background-color: #d65a02;
}
#Chat_Button #Chat_Button_Popup_Wrapper {
  display: none;
}
#Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup {
  border-radius: 18px;
  background-color: white;
  height: 80px;
  visibility: visible !important;
  display: flex;
  left: auto;
  right: 0px;
  top: -125px;
  max-width: 50vw;
  width: 50vw;
  cursor: pointer;
}
#Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup .Profile {
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
  background-position: center;
  background-image: url(/jelly/images/Blank_Person_Icon.png);
  border-radius: 25px;
}
#Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup .Message_Wrapper {
  margin-left: 25px;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
}
#Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup .Message_Wrapper .Message {
  font-size: 18px;
  display: flex;
  align-items: center;
  position: absolute;
  margin-top: 0px;
}
#Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup#Chat_Button_Popup_Desktop {
  display: flex;
}
#Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup#Chat_Button_Popup_Mobile {
  display: none;
}
@media (max-width: 480px) {
  #Chat_Button {
    top: initial;
    bottom: 0px;
    left: 0px;
  }
  #Chat_Button button {
    width: 100vw;
    font-size: 2.5em;
    border-radius: 0px;
    padding: 0.25em;
  }
  #Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup {
    left: 0px;
    top: -100px;
    max-width: 100%;
    width: 95vw;
  }
  #Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup#Chat_Button_Popup_Desktop {
    display: none;
  }
  #Chat_Button #Chat_Button_Popup_Wrapper .Chat_Button_Popup#Chat_Button_Popup_Mobile {
    display: flex;
  }
}
.Chat_Window {
  display: block;
  -webkit-overflow-scrolling: touch;
  /* start android hack */
  z-index: 0;
  /* end android hack */
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 950px;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: #f7f8fc;
  z-index: 2000;
  display: none;
  background-color: white;
}
.Chat_Window .Close_Button {
  display: block;
  float: right;
  text-decoration: inherit;
  color: inherit;
  margin-bottom: 15px;
  margin-left: 5px;
}
.Chat_Window .Close_Button .iconic {
  width: 18px;
  height: 18px;
}
.Chat_Window .Close_Button:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Chat_Window .Close_Button:focus {
  outline-style: none;
}
.Chat_Window .Big_List_Items {
  clear: right;
}
.Chat_Window .Header {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.Chat_Window .Text {
  display: block;
  margin-bottom: 15px;
}
.Chat_Window .Person_Picture {
  display: block;
  margin-bottom: 15px;
  margin: auto;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
.Chat_Window .Person_Picture:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Chat_Window .Person_Picture .Cover_Content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-bottom: 10px;
}
.Chat_Window .Person_Picture .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Chat_Window .Person_Picture .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Chat_Window .Person_Picture:hover {
  border-color: #cccccc;
}
.Chat_Window .Input_Row .Description,
.Chat_Window .Input_Row_A .Description,
.Chat_Window .Input_Row_B .Description {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 7px;
}
.Chat_Window .Input_Row .Input,
.Chat_Window .Input_Row_A .Input,
.Chat_Window .Input_Row_B .Input {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}
.Chat_Window .Input_Row .Input input,
.Chat_Window .Input_Row_A .Input input,
.Chat_Window .Input_Row_B .Input input,
.Chat_Window .Input_Row .Input textarea,
.Chat_Window .Input_Row_A .Input textarea,
.Chat_Window .Input_Row_B .Input textarea {
  width: 100%;
}
.Chat_Window .Input_Row .Link,
.Chat_Window .Input_Row_A .Link,
.Chat_Window .Input_Row_B .Link {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.Chat_Window .Input_Row .Link a,
.Chat_Window .Input_Row_A .Link a,
.Chat_Window .Input_Row_B .Link a {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Chat_Window .Input_Row_With_Preview {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Chat_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Chat_Window .Input_Row_With_Preview:after {
  content: "";
  display: table;
  clear: both;
}
.Chat_Window .Input_Row_With_Preview .Cover {
  display: block;
  float: left;
  margin-right: 10px;
}
.Chat_Window .Input_Row_With_Preview .Cover .Placeholder {
  width: 150px;
  height: 150px;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.Chat_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .Chat_Window .Input_Row_With_Preview .Cover .Placeholder.Columns {
    margin: initial;
  }
}
.Chat_Window .Input_Row_With_Preview .Input {
  display: block;
  float: left;
}
.Chat_Window .Input_Row_With_Preview .Input .Input_Set_Link {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Chat_Window .Section {
  display: block;
  margin-bottom: 15px;
}
.Chat_Window .Section .Description {
  display: block;
  margin-bottom: 10px;
}
.Chat_Window .Section .Label {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 4px;
  margin-bottom: 10px;
}
.Chat_Window .Section .Privacy {
  display: block;
  float: left;
  background-color: white;
  margin-left: 8px;
  padding-top: 5px;
}
.Chat_Window .Section .Privacy .iconic {
  width: 12px;
  height: 12px;
}
.Chat_Window .Section .Privacy .iconic * {
  fill: #9e9d9d;
  stroke: #9e9d9d;
}
.Chat_Window .Section .Privacy .Explanation {
  color: #9e9d9d;
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: 0.3s;
}
.Chat_Window .Section .Privacy:hover .Explanation {
  opacity: 1;
  transition: 0.1s;
}
.Chat_Window .Section .Input {
  display: block;
  margin-bottom: 10px;
}
.Chat_Window .Section .Input input,
.Chat_Window .Section .Input textarea {
  width: 100%;
}
.Chat_Window .Execute {
  display: block;
}
.Chat_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Chat_Window .Execute:after {
  content: "";
  display: table;
  clear: both;
}
.Chat_Window .Execute a {
  display: block;
  float: right;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
.Chat_Window .Execute a:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Chat_Window .Execute a:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Chat_Window .Execute a.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Chat_Window .Execute a.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Chat_Window .Execute a.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Chat_Window .Execute a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Chat_Window .Execute a:focus {
  outline-style: none;
}
.Chat_Window .Execute a .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Chat_Window .Execute a i.material-icons,
.Chat_Window .Execute a i.fa,
.Chat_Window .Execute a i.far,
.Chat_Window .Execute a i.fab {
  margin-right: 0.35em;
}
.Chat_Window .Execute a i.fa,
.Chat_Window .Execute a i.far,
.Chat_Window .Execute a i.fab {
  font-size: 1.4em;
}
.Chat_Window .Execute a:hover {
  background-color: #bca0fe;
}
.Chat_Window .Execute a:active {
  background-color: #ab87fd;
}
.Chat_Window .Execute a.Disabled,
.Chat_Window .Execute a:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Chat_Window .Execute a.Disabled:hover,
.Chat_Window .Execute a:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Chat_Window .Execute a.Disabled:active,
.Chat_Window .Execute a:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Chat_Window .Execute a.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Chat_Window .Execute a.Secondary {
  background-color: #ffff75;
}
.Chat_Window .Execute a.Secondary:hover {
  background-color: #ffff5b;
}
.Chat_Window .Execute a.Secondary:active {
  background-color: #ffff42;
}
.Chat_Window .Execute a.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Chat_Window .Execute a.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Chat_Window .Execute a.Tertiary {
  background-color: #96D6F2;
}
.Chat_Window .Execute a.Tertiary:hover {
  background-color: #7fcdef;
}
.Chat_Window .Execute a.Tertiary:active {
  background-color: #69c4ec;
}
.Chat_Window .Execute a.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Chat_Window .Execute a.Default:hover {
  background-color: #919090;
}
.Chat_Window .Execute a.Default:active {
  background-color: #858383;
}
.Chat_Window .Execute a.Default:hover,
.Chat_Window .Execute a.Default:active {
  background: #1a1a1a;
}
.Chat_Window .Execute a.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Chat_Window .Execute a.Disabled a {
  opacity: 0.25;
}
.Chat_Window .Execute a.Disabled:hover {
  background-color: #d1d1d1;
}
.Chat_Window .Execute a.Disabled:active {
  background-color: #c5c5c5;
}
.Chat_Window .Execute a.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Chat_Window .Execute a.Executing:hover,
.Chat_Window .Execute a.Executing:active {
  background-color: #ab87fd;
}
.Chat_Window .Execute a .Original_Price {
  position: relative;
}
.Chat_Window .Execute a .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Chat_Window .Chat_Connect_Loader {
  position: fixed;
}
.Chat_Window .Chat_Connect_Loader .Jelly_Loading {
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  height: 48px;
  width: 48px;
}
.Chat_Window .Chat_Wrapper {
  min-width: initial;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar {
  position: fixed;
  top: 0px;
  left: -300px;
  bottom: 0px;
  width: 300px;
  display: none;
  background-color: #fd6b03;
  overflow-y: scroll;
  z-index: 1;
  box-shadow: 0 0px 95px 4px rgba(253, 107, 3, 0.8);
  padding-bottom: 56px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar h1 {
  display: block;
  font-size: 25px;
  font-family: Montserrat;
  margin-left: 86px;
  padding-top: 21px;
  height: 71px;
  margin-bottom: 0px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section {
  background-color: #444444;
  color: white;
  padding-bottom: 10px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section header {
  width: 100%;
  background-color: #fefefe;
  padding: 8px;
  font-weight: 800;
  font-family: Montserrat;
  font-size: 17px;
  text-transform: uppercase;
  color: black;
  border-bottom: solid 4px #ccc;
  margin-bottom: 10px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section header .Section_Name {
  vertical-align: top;
  margin-left: 30px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section header > i.icon {
  color: #fd6b03;
  margin-left: 9px;
  font-size: 0.7em;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section header img.icon {
  margin-left: 10px;
  height: 20px;
  margin-top: -3px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul a {
  text-decoration: none;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li {
  padding: 5px;
  padding-bottom: 4px;
  padding-top: 4px;
  cursor: pointer;
  color: white;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li i.icon {
  margin-right: 10px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li i.icon.Event {
  color: #22aed7;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li i.icon.Team {
  color: #fd6b03;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li i.icon.Home {
  color: #ccc;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li i.icon.Lock {
  display: block;
  float: right;
  font-size: 1.2em;
  color: #ccc;
  margin-right: 0px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li .Conversation_Name {
  /*background-color:rgba(0,0,0,.13);*/
  padding: 7px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 57%;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li figure.Indicator {
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li:hover {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li.Unread {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.3);
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section ul li.Unread figure.Indicator {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 6px;
  position: relative;
  top: 8px;
  margin-right: 8px;
  background-color: #fd6b03;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow {
  background-color: #e65100;
  padding: 16px;
  margin-top: 0px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Invite {
  text-align: center;
  margin: 10px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Invite button {
  background-color: #26a69a;
  width: 100%;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1) inset;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Create {
  text-align: center;
  margin: 10px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Create label {
  font-family: Montserrat;
  text-transform: uppercase;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Create .Button_Wrapper {
  margin-top: 13px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Create .Button_Wrapper button {
  border: solid 2px white;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Create .Button_Wrapper button.Team {
  background-color: #fd6b03 !important;
  box-shadow: 0px 0px 4px 1px rgba(255, 0, 0, 0.3) inset;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Create .Button_Wrapper button.Event {
  background-color: #41bde1 !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 255, 0.3) inset;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Grow div.Create .Button_Wrapper button.Direct {
  background-color: #fbfb08 !important;
  box-shadow: 0px 0px 3px 1px rgba(200, 200, 0, 0.3) inset;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Search {
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding: 0px;
  width: 300px;
  background-color: #e65100;
  border-top: solid 2px #444;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Search header {
  margin: 0px;
  padding: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border-bottom: 0px;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Search .Search_Wrapper {
  width: 100%;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Search .Search_Wrapper input {
  width: 100%;
  margin: 0px;
  border-radius: 25px;
  font-size: 16px;
  padding: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  font-weight: normal;
  font-family: "Source Sans Pro";
  color: #444;
}
.Chat_Window .Chat_Wrapper .Chat_Sidebar section#Chat_Search .Search_Wrapper i.icon {
  top: 4px;
  right: 6px;
  font-size: 0.85em;
}
.Chat_Window .Chat_Wrapper .Chat_Body {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top {
  background: #2196f3;
  color: white;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Sidebar_Trigger {
  position: fixed;
  left: 24px;
  top: 19px;
  text-decoration: none;
  z-index: 2;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Sidebar_Trigger i.icon {
  color: white;
  font-size: 34px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title {
  font-family: Montserrat;
  font-size: 25px;
  margin-right: 31px;
  color: #333333;
  color: white;
  background: none;
  position: relative;
  top: -5px;
  padding-left: 75px;
  display: initial;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title .icon.Type {
  position: relative;
  vertical-align: middle;
  top: 1px;
  margin-right: 23px;
  font-size: 1.6em;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title .icon.Type.Event {
  /*color:darken(@Blue, 8%);*/
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title .icon.Type.Team {
  /*color:@Original_Orange;*/
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title .icon.Type.Home {
  /*color:#cccccc;*/
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title .label {
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  margin-left: 21px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title .icon.Privacy {
  margin-left: 15px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title .Details_Link {
  display: inline-block;
  background-color: white;
  border-radius: 15px;
  width: 29px;
  height: 29px;
  margin-left: 21px;
  font-family: "Times New Roman";
  font-style: italic;
  color: #2196f3;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top i.icon.comments {
  position: relative;
  top: -11px;
  font-size: 3em;
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Close_Button .iconic * {
  fill: white;
  stroke: white;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions {
  float: right;
  margin-right: 25px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now {
  font-size: 18px;
  position: relative;
  top: 3px;
  float: right;
  margin-right: 32px;
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now .Count {
  font-weight: bold;
  margin-right: 3px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now i.icon.dropdown {
  margin-left: 12px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now figure.Indicator {
  background-color: #f48a88;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
  border-radius: 6px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now .Online {
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now .Offline {
  color: #ccc;
  font-style: italic;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now.Online figure.Indicator {
  background-color: #76ff03;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now.Online .Online {
  display: initial;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Online_Now.Online .Offline {
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Buzz_People {
  position: relative;
  top: -8px;
  float: right;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Buzz_People a.button.white {
  background-color: white;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Buzz_People i {
  padding-top: 12px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions .Buzz_People i:before {
  visibility: hidden;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions {
  display: none;
  clear: left;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Buzz_People i:before {
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now {
  font-size: 18px;
  position: relative;
  top: 3px;
  float: left;
  margin-left: 25px;
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now .Count {
  font-weight: bold;
  margin-right: 3px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now i.icon.dropdown {
  margin-left: 8px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now figure.Indicator {
  background-color: #f48a88;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
  border-radius: 6px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now .Online {
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now .Offline {
  color: #ccc;
  font-style: italic;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now.Online figure.Indicator {
  background-color: #76ff03;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now.Online .Online {
  display: initial;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions .Online_Now.Online .Offline {
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Canvas {
  background-color: #f7f8fc;
  background-color: white;
  height: calc(100% - 105px);
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input {
  height: 105px;
  background-color: #2196f3;
  text-align: center;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .chat-input-file {
  background-color: white;
  border: 2px solid #666;
  border-right-width: 1px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .chat-input-text textarea {
  color: #333;
  background-color: white;
  border: 2px solid #666;
  border-left-width: 0px;
  width: calc(100% - 59px);
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Safer_Spaces_Button {
  background-color: #ef5350;
  margin-top: 7px;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Safer_Spaces_Button:hover,
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Safer_Spaces_Button:focus {
  background-color: #ec2e2b;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Safer_Spaces_Button:active {
  background-color: #ea1c18;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Chat_Send {
  width: 55px;
  padding: 0px;
  border-radius: 0px;
  height: 40px;
  border-radius: solid 2px #666;
  float: right;
  padding-top: 12px;
  background-color: #666;
  color: white;
  position: relative;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Chat_Send:hover {
  background-color: #525252;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Chat_Send:active {
  background-color: #292929;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Chat_Send .Loader {
  text-align: center;
  margin: auto;
  display: none;
  position: absolute;
  top: 7px;
  width: 100%;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Chat_Send .Loader > div {
  width: 6px;
  height: 25px;
  margin-right: 4px;
  background-color: #41bde1;
  border-radius: 2px;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Chat_Send .Loader > div.e1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Chat_Send .Loader > div.e2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input.Sending .chat-input-text textarea {
  color: #ccc;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input.Sending .Chat_Send .Label {
  display: none;
}
.Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input.Sending .Chat_Send .Loader {
  display: block;
}
.Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Sidebar {
  left: 0px;
  display: block;
}
.Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Body {
  left: 300px;
  width: calc(100% - 300px);
}
.Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Body .Chat_Top .Chat_Sidebar_Trigger i.icon {
  color: black;
}
.Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Body .Chat_Top .Chat_Title {
  padding-left: 6px;
}
.Chat_Window .Chat_Disclaimer {
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: white;
  border: solid 1px #aaa;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  display: none;
}
.Chat_Window .Chat_Disclaimer .Title {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top {
    height: 90px;
    position: relative;
    padding: 12px;
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Chat_Title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 0.75em;
    padding-left: 0px;
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top i.icon.comments {
    font-size: 1.75em;
    top: -6px;
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Close_Button {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2004;
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Desktop_Actions {
    display: none;
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Top .Mobile_Actions {
    display: block;
    margin-top: 5px;
    background-color: rgba(100, 255, 220, 0.25);
    width: calc(100% + 25px);
    padding: 6px;
    margin-left: -12px;
    text-align: center;
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area {
    height: calc(100% - 90px);
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Canvas {
    height: calc(100% - 56px);
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input {
    height: 56px;
  }
  .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Area .Chat_Input .Safer_Spaces_Button {
    display: none;
  }
  .Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Sidebar {
    width: calc(100% - 60px);
  }
  .Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Sidebar #Chat_Search {
    width: calc(100% - 60px);
  }
  .Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Body {
    left: calc(100% - 60px);
    width: 100%;
  }
  .Chat_Window .Chat_Wrapper.Sidebar_Visible .Chat_Body .Chat_Top {
    left: calc(100% - 60px) !important;
  }
}
.Chat_Message {
  overflow: hidden;
  marign-top: 12px;
  margin-bottom: 12px;
}
.Chat_Message .Chat_Identity {
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.Chat_Message .Chat_Identity .Chat_Avatar {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-size: cover;
  background-position: center;
}
.Chat_Message .Chat_Identity .Chat_Name {
  display: block;
  font-size: 13px;
  font-family: "Source Sans Pro";
  margin-top: 4px;
  width: 75px;
  height: 13px;
  overflow: hidden;
}
.Chat_Message .Chat_Identity .Chat_Badge {
  float: left;
  display: none;
  position: absolute;
  right: -23px;
  bottom: 0px;
  font-size: 1em;
}
.Chat_Message .Chat_Separator {
  display: none;
}
.Chat_Message .Chat_Text {
  display: block;
  float: left;
  margin-left: 30px;
  margin-top: 4px;
  background-color: white;
  padding: 11px;
  padding-left: 16px;
  padding-right: 21px;
  border-radius: 12px;
  color: #333;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: none;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}
.Chat_Message .Chat_Text a {
  color: #1fa0c6;
}
.Chat_Message .Chat_Text .Chat_Mention {
  color: #1fa0c6;
}
.Chat_Message .Chat_Time {
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
  top: 13px;
  margin-left: 25px;
  text-transform: uppercase;
}
.Chat_Message .Chat_Time .Time_Separator {
  font-size: 0.7em;
  position: relative;
  top: -2px;
  margin-left: 1px;
  margin-right: 1px;
}
.Chat_Message .Chat_Preview {
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 70px;
  clear: left;
  margin-left: 100px;
}
.Chat_Message .Chat_Preview a.Chat_Embed_Wrapper {
  background-color: white;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 0px 1px 3px #cecece;
  max-width: 800px;
}
.Chat_Message .Chat_Preview a.Chat_Embed_Wrapper figure.Chat_Embed_Thumbnail {
  width: 150px;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.Chat_Message .Chat_Preview a.Chat_Embed_Wrapper .Chat_Embed_Details {
  padding: 15px;
  cursor: pointer;
  flex: 1;
}
.Chat_Message .Chat_Preview a.Chat_Embed_Wrapper .Chat_Embed_Details h3.Chat_Embed_Title {
  color: #606060;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 20px;
}
.Chat_Message .Chat_Preview a.Chat_Embed_Wrapper .Chat_Embed_Details p.Chat_Embed_Description {
  color: #606060;
  margin-bottom: 12px;
}
.Chat_Message .Chat_Preview a.Chat_Embed_Wrapper iframe {
  max-width: 40vw;
  max-height: 300px;
}
.Chat_Message .Chat_Preview a.Chat_Embed_Wrapper:hover {
  box-shadow: 0px 0px 1px 3px #41bde1;
}
.Chat_Message .Chat_Role {
  float: left;
}
@media (max-width: 480px) {
  .Chat_Message {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .Chat_Message .Chat_Identity .Chat_Name {
    width: 50px;
  }
  .Chat_Message .Chat_Identity .Chat_Badge {
    right: -18px;
  }
  .Chat_Message .Chat_Text {
    margin-left: 25px;
    max-width: calc(100% - 85px);
  }
  .Chat_Message .Chat_Time {
    float: right;
    top: 0px;
    clear: left;
  }
  .Chat_Message .Chat_Preview {
    width: 100%;
    margin-left: 0px;
  }
  .Chat_Message .Chat_Preview a.Chat_Embed_Wrapper {
    display: block;
  }
  .Chat_Message .Chat_Preview a.Chat_Embed_Wrapper figure.Chat_Embed_Thumbnail {
    width: 100%;
  }
  .Chat_Message .Chat_Preview a.Chat_Embed_Wrapper iframe {
    max-width: 100%;
  }
}
.Chat_Message.Is_Donor .Chat_Identity .Chat_Badge {
  display: inline;
  color: Red;
}
.Chat_Message.Is_Donor .Chat_Text {
  border: 2px solid hsl(0, 100%, 50%);
  -webkit-animation: rainbow 0.5s infinite alternate;
}
.Chat_Message.Is_Organizer .Chat_Identity .Chat_Badge {
  display: inline;
  color: #fd6b03;
  color: limegreen;
}
.Chat_Message.Is_Organizer .Chat_Text {
  background-color: #ccffdd;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.2);
}
.Chat_Message.Is_Admin .Chat_Identity .Chat_Badge {
  display: inline;
  color: #fd6b03;
}
.Chat_Message.Is_Admin .Chat_Text {
  background-color: #ccffdd;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.2);
}
.Chat_Message.Is_Events .Chat_Identity .Chat_Badge {
  display: inline;
  color: #41bde1;
}
.Chat_Message.Is_Newcomer .Chat_Identity .Chat_Badge {
  display: inline;
  color: #ffd600;
}
.Chat_Announcement {
  width: calc(100% - 50px) !important;
  background: none;
  margin: 25px;
  text-align: center;
}
.Chat_Announcement hr {
  border: dashed 1px #aaaaaa;
}
.Chat_Announcement label {
  background-color: #f7f8fc;
  background-color: white;
  font-size: 16px;
  position: relative;
  top: -21px;
  padding: 25px;
  color: #606060;
  font-weight: bold;
  font-style: initial;
}
.Chat_Announcement .Chat_Name {
  cursor: pointer;
  color: #41bde1;
}
.Mention_Dropdown input.search {
  display: none;
}
.Mention_Dropdown i.dropdown {
  display: none;
}
.Mention_Dropdown .default.text {
  display: none;
}
.Mention_Dropdown .menu {
  bottom: 0px !important;
}
.Mention_Dropdown .menu .item.selected {
  background-color: #41bde1 !important;
  color: white !important;
}
.Nag {
  width: calc(100% - 50px);
  margin: 25px;
  background-color: #fff59d;
  padding: 25px;
  border-radius: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: black;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}
.Nag .Cover {
  height: 100px;
  width: 100px;
  display: block;
  margin-right: 25px;
}
.Nag .Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
.Nag .Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.Nag .Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Nag .Cover .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Nag .Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
.Nag .Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Nag .Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
.Nag .Actions {
  flex: 1;
}
.Nag .Actions .Action_Wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.Nag .Actions .Action_Wrapper .Action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.Nag .Actions .Action_Wrapper .Action label {
  display: block;
  font-size: 21px;
  display: Montserrat;
  margin-bottom: 15px;
}
.Nag .Actions .Action_Wrapper .Action .progress {
  margin-top: 10px;
}
.Nag .Actions .Action_Wrapper .Action .progress .bar {
  background-color: #41bde1;
}
.Nag .Actions .Action_Wrapper .Action .progress .bar:after {
  display: none;
}
.Nag .Actions .Action_Wrapper .Action .progress .label {
  font-weight: 400;
  font-family: Montserrat;
}
@media (max-width: 992px) {
  .Nag {
    display: block;
  }
  .Nag .Cover {
    margin: auto;
    margin-bottom: 60px;
  }
}
a.Connection_Badge,
a.Connection_Badge:hover,
a.Connection_Badge.hover,
a.Connection_Badge.hover:hover {
  text-align: center;
  text-decoration: none;
  color: black;
}
a.Connection_Badge .Cover,
a.Connection_Badge:hover .Cover,
a.Connection_Badge.hover .Cover,
a.Connection_Badge.hover:hover .Cover,
a.Connection_Badge .Team_Cover,
a.Connection_Badge:hover .Team_Cover,
a.Connection_Badge.hover .Team_Cover,
a.Connection_Badge.hover:hover .Team_Cover,
a.Connection_Badge .Inner_Cover,
a.Connection_Badge:hover .Inner_Cover,
a.Connection_Badge.hover .Inner_Cover,
a.Connection_Badge.hover:hover .Inner_Cover {
  height: 100px;
  width: 100px;
  display: block;
}
a.Connection_Badge .Cover .Cover_Content,
a.Connection_Badge:hover .Cover .Cover_Content,
a.Connection_Badge.hover .Cover .Cover_Content,
a.Connection_Badge.hover:hover .Cover .Cover_Content,
a.Connection_Badge .Team_Cover .Cover_Content,
a.Connection_Badge:hover .Team_Cover .Cover_Content,
a.Connection_Badge.hover .Team_Cover .Cover_Content,
a.Connection_Badge.hover:hover .Team_Cover .Cover_Content,
a.Connection_Badge .Inner_Cover .Cover_Content,
a.Connection_Badge:hover .Inner_Cover .Cover_Content,
a.Connection_Badge.hover .Inner_Cover .Cover_Content,
a.Connection_Badge.hover:hover .Inner_Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
a.Connection_Badge .Cover .Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Cover .Cover_Content .Cover_Picture,
a.Connection_Badge .Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge .Inner_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Inner_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Inner_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Inner_Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
a.Connection_Badge .Cover .Cover_Content .Map,
a.Connection_Badge:hover .Cover .Cover_Content .Map,
a.Connection_Badge.hover .Cover .Cover_Content .Map,
a.Connection_Badge.hover:hover .Cover .Cover_Content .Map,
a.Connection_Badge .Team_Cover .Cover_Content .Map,
a.Connection_Badge:hover .Team_Cover .Cover_Content .Map,
a.Connection_Badge.hover .Team_Cover .Cover_Content .Map,
a.Connection_Badge.hover:hover .Team_Cover .Cover_Content .Map,
a.Connection_Badge .Inner_Cover .Cover_Content .Map,
a.Connection_Badge:hover .Inner_Cover .Cover_Content .Map,
a.Connection_Badge.hover .Inner_Cover .Cover_Content .Map,
a.Connection_Badge.hover:hover .Inner_Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
a.Connection_Badge .Cover .Cover_Content:before,
a.Connection_Badge:hover .Cover .Cover_Content:before,
a.Connection_Badge.hover .Cover .Cover_Content:before,
a.Connection_Badge.hover:hover .Cover .Cover_Content:before,
a.Connection_Badge .Team_Cover .Cover_Content:before,
a.Connection_Badge:hover .Team_Cover .Cover_Content:before,
a.Connection_Badge.hover .Team_Cover .Cover_Content:before,
a.Connection_Badge.hover:hover .Team_Cover .Cover_Content:before,
a.Connection_Badge .Inner_Cover .Cover_Content:before,
a.Connection_Badge:hover .Inner_Cover .Cover_Content:before,
a.Connection_Badge.hover .Inner_Cover .Cover_Content:before,
a.Connection_Badge.hover:hover .Inner_Cover .Cover_Content:before {
  content: '';
  padding-top: 35%;
  float: left;
}
a.Connection_Badge .Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge:hover .Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge.hover .Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge.hover:hover .Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge .Team_Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge:hover .Team_Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge.hover .Team_Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge.hover:hover .Team_Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge .Inner_Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge:hover .Inner_Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge.hover .Inner_Cover .Cover_Content.Person_Cover_Content,
a.Connection_Badge.hover:hover .Inner_Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
a.Connection_Badge .Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge:hover .Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge.hover .Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge.hover:hover .Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge .Team_Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge:hover .Team_Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge.hover .Team_Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge.hover:hover .Team_Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge .Inner_Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge:hover .Inner_Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge.hover .Inner_Cover .Cover_Content.Person_Cover_Content:before,
a.Connection_Badge.hover:hover .Inner_Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
a.Connection_Badge .Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge .Team_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Team_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Team_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Team_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge .Inner_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Inner_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Inner_Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Inner_Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
a.Connection_Badge .Cover.Team_Cover,
a.Connection_Badge:hover .Cover.Team_Cover,
a.Connection_Badge.hover .Cover.Team_Cover,
a.Connection_Badge.hover:hover .Cover.Team_Cover,
a.Connection_Badge .Team_Cover.Team_Cover,
a.Connection_Badge:hover .Team_Cover.Team_Cover,
a.Connection_Badge.hover .Team_Cover.Team_Cover,
a.Connection_Badge.hover:hover .Team_Cover.Team_Cover,
a.Connection_Badge .Inner_Cover.Team_Cover,
a.Connection_Badge:hover .Inner_Cover.Team_Cover,
a.Connection_Badge.hover .Inner_Cover.Team_Cover,
a.Connection_Badge.hover:hover .Inner_Cover.Team_Cover,
a.Connection_Badge .Cover.Cover,
a.Connection_Badge:hover .Cover.Cover,
a.Connection_Badge.hover .Cover.Cover,
a.Connection_Badge.hover:hover .Cover.Cover,
a.Connection_Badge .Team_Cover.Cover,
a.Connection_Badge:hover .Team_Cover.Cover,
a.Connection_Badge.hover .Team_Cover.Cover,
a.Connection_Badge.hover:hover .Team_Cover.Cover,
a.Connection_Badge .Inner_Cover.Cover,
a.Connection_Badge:hover .Inner_Cover.Cover,
a.Connection_Badge.hover .Inner_Cover.Cover,
a.Connection_Badge.hover:hover .Inner_Cover.Cover {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
a.Connection_Badge .Cover.Inner_Cover,
a.Connection_Badge:hover .Cover.Inner_Cover,
a.Connection_Badge.hover .Cover.Inner_Cover,
a.Connection_Badge.hover:hover .Cover.Inner_Cover,
a.Connection_Badge .Team_Cover.Inner_Cover,
a.Connection_Badge:hover .Team_Cover.Inner_Cover,
a.Connection_Badge.hover .Team_Cover.Inner_Cover,
a.Connection_Badge.hover:hover .Team_Cover.Inner_Cover,
a.Connection_Badge .Inner_Cover.Inner_Cover,
a.Connection_Badge:hover .Inner_Cover.Inner_Cover,
a.Connection_Badge.hover .Inner_Cover.Inner_Cover,
a.Connection_Badge.hover:hover .Inner_Cover.Inner_Cover {
  width: 45px;
  height: 45px;
}
a.Connection_Badge .Cover.Team_Cover,
a.Connection_Badge:hover .Cover.Team_Cover,
a.Connection_Badge.hover .Cover.Team_Cover,
a.Connection_Badge.hover:hover .Cover.Team_Cover,
a.Connection_Badge .Team_Cover.Team_Cover,
a.Connection_Badge:hover .Team_Cover.Team_Cover,
a.Connection_Badge.hover .Team_Cover.Team_Cover,
a.Connection_Badge.hover:hover .Team_Cover.Team_Cover,
a.Connection_Badge .Inner_Cover.Team_Cover,
a.Connection_Badge:hover .Inner_Cover.Team_Cover,
a.Connection_Badge.hover .Inner_Cover.Team_Cover,
a.Connection_Badge.hover:hover .Inner_Cover.Team_Cover {
  width: calc(100% + 42px);
  margin-left: -21px;
  margin-top: -21px;
  left: initial;
  transform: initial;
  -webkit-transform: initial;
}
a.Connection_Badge .Cover.Team_Cover .Cover_Content,
a.Connection_Badge:hover .Cover.Team_Cover .Cover_Content,
a.Connection_Badge.hover .Cover.Team_Cover .Cover_Content,
a.Connection_Badge.hover:hover .Cover.Team_Cover .Cover_Content,
a.Connection_Badge .Team_Cover.Team_Cover .Cover_Content,
a.Connection_Badge:hover .Team_Cover.Team_Cover .Cover_Content,
a.Connection_Badge.hover .Team_Cover.Team_Cover .Cover_Content,
a.Connection_Badge.hover:hover .Team_Cover.Team_Cover .Cover_Content,
a.Connection_Badge .Inner_Cover.Team_Cover .Cover_Content,
a.Connection_Badge:hover .Inner_Cover.Team_Cover .Cover_Content,
a.Connection_Badge.hover .Inner_Cover.Team_Cover .Cover_Content,
a.Connection_Badge.hover:hover .Inner_Cover.Team_Cover .Cover_Content {
  overflow: hidden;
}
a.Connection_Badge .Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge:hover .Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge.hover .Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge.hover:hover .Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge .Team_Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge:hover .Team_Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge.hover .Team_Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge.hover:hover .Team_Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge .Inner_Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge:hover .Inner_Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge.hover .Inner_Cover.Team_Cover .Cover_Content:before,
a.Connection_Badge.hover:hover .Inner_Cover.Team_Cover .Cover_Content:before {
  content: '';
  padding-top: 50%;
  float: left;
}
a.Connection_Badge .Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge .Team_Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Team_Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Team_Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Team_Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge .Inner_Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge:hover .Inner_Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover .Inner_Cover.Team_Cover .Cover_Content .Cover_Picture,
a.Connection_Badge.hover:hover .Inner_Cover.Team_Cover .Cover_Content .Cover_Picture {
  border-radius: 25px 25px 0px 0px;
}
a.Connection_Badge .Name,
a.Connection_Badge:hover .Name,
a.Connection_Badge.hover .Name,
a.Connection_Badge.hover:hover .Name {
  margin-top: 10px;
}
a.Connection_Badge .Testimonial,
a.Connection_Badge:hover .Testimonial,
a.Connection_Badge.hover .Testimonial,
a.Connection_Badge.hover:hover .Testimonial {
  margin-top: 10px;
  margin-bottom: 14px;
  font-style: italic;
}
a.Connection_Badge .Leader label,
a.Connection_Badge:hover .Leader label,
a.Connection_Badge.hover .Leader label,
a.Connection_Badge.hover:hover .Leader label {
  display: block;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
a.Connection_Badge .Connection_Description,
a.Connection_Badge:hover .Connection_Description,
a.Connection_Badge.hover .Connection_Description,
a.Connection_Badge.hover:hover .Connection_Description {
  line-height: 1.2;
}
a.Connection_Badge .Connection_Description .Connection,
a.Connection_Badge:hover .Connection_Description .Connection,
a.Connection_Badge.hover .Connection_Description .Connection,
a.Connection_Badge.hover:hover .Connection_Description .Connection {
  text-transform: uppercase;
  font-weight: 800;
}
a.Connection_Badge .Current_Role,
a.Connection_Badge:hover .Current_Role,
a.Connection_Badge.hover .Current_Role,
a.Connection_Badge.hover:hover .Current_Role {
  display: block;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 14px;
  color: #606060;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
a.Connection_Badge .Current_Role i,
a.Connection_Badge:hover .Current_Role i,
a.Connection_Badge.hover .Current_Role i,
a.Connection_Badge.hover:hover .Current_Role i {
  font-size: 1.3em;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -3px;
}
a.Connection_Badge .Current_Role.Organizer i,
a.Connection_Badge:hover .Current_Role.Organizer i,
a.Connection_Badge.hover .Current_Role.Organizer i,
a.Connection_Badge.hover:hover .Current_Role.Organizer i {
  color: limegreen;
}
a.Connection_Badge .Current_Role.Donor i,
a.Connection_Badge:hover .Current_Role.Donor i,
a.Connection_Badge.hover .Current_Role.Donor i,
a.Connection_Badge.hover:hover .Current_Role.Donor i {
  color: red;
}
a.Connection_Badge .Current_Role.Admin i,
a.Connection_Badge:hover .Current_Role.Admin i,
a.Connection_Badge.hover .Current_Role.Admin i,
a.Connection_Badge.hover:hover .Current_Role.Admin i {
  color: #fd6b03;
}
a.Connection_Badge .Current_Role.Events i,
a.Connection_Badge:hover .Current_Role.Events i,
a.Connection_Badge.hover .Current_Role.Events i,
a.Connection_Badge.hover:hover .Current_Role.Events i {
  color: #41bde1;
}
a.Connection_Badge .Current_Role.Newcomer i,
a.Connection_Badge:hover .Current_Role.Newcomer i,
a.Connection_Badge.hover .Current_Role.Newcomer i,
a.Connection_Badge.hover:hover .Current_Role.Newcomer i {
  color: #ffd600;
}
a.Person_Popup,
a.Person_Popup:hover,
a.Person_Popup.hover,
a.Person_Popup.hover:hover {
  text-align: center;
  text-decoration: none;
  color: black;
}
a.Person_Popup .Cover,
a.Person_Popup:hover .Cover,
a.Person_Popup.hover .Cover,
a.Person_Popup.hover:hover .Cover {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
a.Person_Popup .Cover .Cover_Content,
a.Person_Popup:hover .Cover .Cover_Content,
a.Person_Popup.hover .Cover .Cover_Content,
a.Person_Popup.hover:hover .Cover .Cover_Content {
  display: block;
  position: relative;
  overflow: hidden;
}
a.Person_Popup .Cover .Cover_Content .Cover_Picture,
a.Person_Popup:hover .Cover .Cover_Content .Cover_Picture,
a.Person_Popup.hover .Cover .Cover_Content .Cover_Picture,
a.Person_Popup.hover:hover .Cover .Cover_Content .Cover_Picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
a.Person_Popup .Cover .Cover_Content .Map,
a.Person_Popup:hover .Cover .Cover_Content .Map,
a.Person_Popup.hover .Cover .Cover_Content .Map,
a.Person_Popup.hover:hover .Cover .Cover_Content .Map {
  width: 100%;
  height: 100%;
  position: absolute;
}
a.Person_Popup .Cover .Cover_Content:before,
a.Person_Popup:hover .Cover .Cover_Content:before,
a.Person_Popup.hover .Cover .Cover_Content:before,
a.Person_Popup.hover:hover .Cover .Cover_Content:before {
  content: '';
  padding-top: 35%;
  float: left;
}
a.Person_Popup .Cover .Cover_Content.Person_Cover_Content,
a.Person_Popup:hover .Cover .Cover_Content.Person_Cover_Content,
a.Person_Popup.hover .Cover .Cover_Content.Person_Cover_Content,
a.Person_Popup.hover:hover .Cover .Cover_Content.Person_Cover_Content {
  border-radius: 100%;
  overflow: hidden;
}
a.Person_Popup .Cover .Cover_Content.Person_Cover_Content:before,
a.Person_Popup:hover .Cover .Cover_Content.Person_Cover_Content:before,
a.Person_Popup.hover .Cover .Cover_Content.Person_Cover_Content:before,
a.Person_Popup.hover:hover .Cover .Cover_Content.Person_Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
a.Person_Popup .Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Person_Popup:hover .Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Person_Popup.hover .Cover .Cover_Content.Person_Cover_Content .Cover_Picture,
a.Person_Popup.hover:hover .Cover .Cover_Content.Person_Cover_Content .Cover_Picture {
  border-radius: 100%;
}
a.Person_Popup .Name,
a.Person_Popup:hover .Name,
a.Person_Popup.hover .Name,
a.Person_Popup.hover:hover .Name {
  margin-top: 10px;
}
a.Person_Popup .Testimonial,
a.Person_Popup:hover .Testimonial,
a.Person_Popup.hover .Testimonial,
a.Person_Popup.hover:hover .Testimonial {
  margin-top: 10px;
  margin-bottom: 14px;
  font-style: italic;
}
a.Person_Popup .Current_Role,
a.Person_Popup:hover .Current_Role,
a.Person_Popup.hover .Current_Role,
a.Person_Popup.hover:hover .Current_Role {
  display: block;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 14px;
  color: #606060;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
a.Person_Popup .Current_Role i,
a.Person_Popup:hover .Current_Role i,
a.Person_Popup.hover .Current_Role i,
a.Person_Popup.hover:hover .Current_Role i {
  font-size: 1.3em;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -3px;
}
a.Person_Popup .Current_Role.Organizer i,
a.Person_Popup:hover .Current_Role.Organizer i,
a.Person_Popup.hover .Current_Role.Organizer i,
a.Person_Popup.hover:hover .Current_Role.Organizer i {
  color: limegreen;
}
a.Person_Popup .Current_Role.Donor i,
a.Person_Popup:hover .Current_Role.Donor i,
a.Person_Popup.hover .Current_Role.Donor i,
a.Person_Popup.hover:hover .Current_Role.Donor i {
  color: red;
}
a.Person_Popup .Current_Role.Admin i,
a.Person_Popup:hover .Current_Role.Admin i,
a.Person_Popup.hover .Current_Role.Admin i,
a.Person_Popup.hover:hover .Current_Role.Admin i {
  color: #fd6b03;
}
a.Person_Popup .Current_Role.Events i,
a.Person_Popup:hover .Current_Role.Events i,
a.Person_Popup.hover .Current_Role.Events i,
a.Person_Popup.hover:hover .Current_Role.Events i {
  color: #41bde1;
}
a.Person_Popup .Current_Role.Newcomer i,
a.Person_Popup:hover .Current_Role.Newcomer i,
a.Person_Popup.hover .Current_Role.Newcomer i,
a.Person_Popup.hover:hover .Current_Role.Newcomer i {
  color: #ffd600;
}
@-webkit-keyframes rainbow {
  0% {
    border-color: hsl(0, 100%, 60%);
  }
  100% {
    border-color: hsl(255, 100%, 60%);
  }
}
@media (max-width: 480px) {
  html {
    -webkit-overflow-scrolling: touch;
    /* start android hack */
    z-index: 0;
    /* end android hack */
  }
  html #Body {
    min-height: 100%;
    height: 100% !important;
    overflow: initial;
  }
  html #Body .Chat_Window {
    min-height: 100%;
    position: absolute;
    height: initial;
  }
  html #Body .Chat_Window .Chat_Wrapper {
    overflow-x: hidden;
  }
  html #Body .Chat_Window .Chat_Wrapper .Chat_Body {
    height: initial;
    min-height: 100%;
  }
  html #Body .Chat_Window .Chat_Wrapper .Chat_Body .chat-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1002;
  }
  html #Body .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Canvas {
    height: 100%;
    padding-top: calc(90px + 0px);
    padding-bottom: 56px;
    z-index: 1001;
  }
  html #Body .Chat_Window .Chat_Wrapper .Chat_Body .Chat_Input {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1002;
  }
}
/* 

:: Overrides for Development.less
// TODO - temp

*/
.Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Modal_Wrapper {
  overflow-y: hidden !important;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
.Modal_Wrapper.Overlay {
  height: initial !important;
  height: -webkit-max-content !important;
  height: max-content !important;
  top: initial !important;
  bottom: 0px !important;
  z-index: 11001 !important;
  opacity: 0;
  background-color: white !important;
  border-top: solid 2px black;
}
.Modal_Wrapper.Overlay .Content_Loader_Wrapper {
  height: 20vh;
}
.Modal_Wrapper.Popup_Wrapper,
.Modal_Wrapper.Force_Minimal_Wrapper {
  background: white !important;
}
.Modal_Wrapper .Flow_Action {
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 4rem;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Flow_Action {
    padding-bottom: 6.5rem;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Title {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  align-items: center;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  padding: 0.75rem;
  padding-left: 1em;
  padding-right: 1em;
  height: 7rem;
  position: fixed;
  padding-bottom: 3rem;
  background: #7EEFCC;
  z-index: 1;
}
.Modal_Wrapper .Flow_Action .Flow_Title:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Flow_Action .Flow_Title {
    max-width: calc(68.5rem + 8rem);
    padding-left: calc(4rem + 1em);
    padding-right: calc(4rem + 1em);
  }
}
.Modal_Wrapper .Flow_Action .Flow_Title h1 {
  font-size: 1.5em !important;
}
.Modal_Wrapper .Flow_Action .Flow_Title h2 {
  position: relative;
  left: 1rem;
  top: 1rem;
  flex-grow: 1;
  font-size: 2.15em;
  margin: 0px;
  text-transform: none;
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Flow_Action .Flow_Title h2 {
    font-size: 2.5em;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Title .Close_Button {
  flex-basis: 2em;
  margin: 0px;
  position: relative;
  top: 0.25em;
}
.Modal_Wrapper .Flow_Action .Flow_Title .Close_Button:hover {
  border-bottom: 0;
}
@media (max-width: 320px) {
  .Modal_Wrapper .Flow_Action .Flow_Title {
    height: 4rem;
    padding-bottom: 1rem;
  }
  .Modal_Wrapper .Flow_Action .Flow_Title h2 {
    font-size: 1.75em;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Content {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-top: 7rem;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] figure.Separator {
  width: 2rem;
  height: 0.15rem;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] figure.Separator.Previous,
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] figure.Separator.Current {
  background-color: #CEB9FE;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] figure.Separator.Upcoming {
  background-color: #f9f9f9;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] a:hover {
  border: 0;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] a figure.Step {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.3em;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] a figure.Step.Previous,
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] a figure.Step.Current {
  background: #CEB9FE;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Flow_Progress [data-kind="Iterator"][data-property="Steps"] [data-kind="Item"][data-type="Flow_Action"] a figure.Step.Upcoming {
  background: #f9f9f9;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card {
  background: white;
  padding: 1.5em;
  box-shadow: 1.5rem 1.5rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card h2 {
  font-weight: bold;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card aside {
  font-weight: normal;
  text-transform: uppercase;
  color: #606060;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text .Values_List_Wrapper {
  display: inline;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text .Values_List_Wrapper .Values_List {
  list-style: none;
  display: inline-block;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text .Values_List_Wrapper .Values_List .Values_Item {
  list-style: none;
  display: inline;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text .Values_List_Wrapper .Values_List .Values_Item:after {
  content: ', ';
  margin-left: -0.15em;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text .Values_List_Wrapper .Values_List .Values_Item:last-of-type:before {
  content: ' and ';
  margin-left: 0.25em;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text .Values_List_Wrapper .Values_List .Values_Item:last-of-type:after,
.Modal_Wrapper .Flow_Action .Flow_Content .Card.Big_Text .Values_List_Wrapper .Values_List .Values_Item:first-of-type:before {
  content: '';
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  position: relative;
  min-height: 100%;
  overflow: visible;
  max-width: 68.5rem;
  padding-bottom: 4rem;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Flow_Action .Flow_Content .Columns {
    margin-left: calc((100vw - 68.5rem)/2);
    /* padding-bottom:0; */
  }
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns > data {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Flow_Action .Flow_Content .Columns > data {
    align-items: center;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns > data .Display_Column {
  max-width: 100%;
  width: calc(68.5rem/2);
  width: 100%;
  flex-grow: 1;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns > data .Display_Column.With_Margins {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Flow_Action .Flow_Content .Columns > data .Display_Column.Austere .Card.Big_Text {
    padding-left: 10rem;
    padding-right: 10rem;
    line-height: 1.5;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns > data .Input_Column {
  flex-grow: 1;
  max-width: 100%;
  width: calc(68.5rem/2);
  width: 100%;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns > data .Input_Column .Form {
  box-shadow: 1.5rem 1.5rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.Modal_Wrapper .Flow_Action .Flow_Content .Columns > data .Input_Column.With_Margins {
  width: calc(68.5rem/2 - 2rem);
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Instructions {
  background: red;
  background: #fff59d;
  color: black !important;
  margin: 0px;
  padding: 0.75em;
  padding-left: 6%;
  padding-right: 6%;
  line-height: 1.3em;
  text-align: center;
  font-size: 1.3em;
  color: white;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Instructions em {
  font-weight: bold;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider {
  margin-left: 3%;
  display: inline-flex;
  margin-top: 20px;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li {
  flex: 1;
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  background-color: #ffff75;
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1em;
  background: #ffffff;
  height: 40px;
  position: relative;
  border: solid 1px black;
  margin: 0;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:focus {
  outline-style: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li i.material-icons,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li i.fa,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li i.far,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li i.fab {
  margin-right: 0.35em;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li i.fa,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li i.far,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li i.fab {
  font-size: 1.4em;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:hover {
  background-color: #bca0fe;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:active {
  background-color: #ab87fd;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Disabled,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Disabled:hover,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Disabled:active,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Secondary {
  background-color: #ffff75;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Secondary:hover {
  background-color: #ffff5b;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Secondary:active {
  background-color: #ffff42;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Tertiary {
  background-color: #96D6F2;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Tertiary:hover {
  background-color: #7fcdef;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Tertiary:active {
  background-color: #69c4ec;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Default:hover {
  background-color: #919090;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Default:active {
  background-color: #858383;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Default:hover,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Default:active {
  background: #1a1a1a;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Disabled a {
  opacity: 0.25;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Disabled:hover {
  background-color: #d1d1d1;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Disabled:active {
  background-color: #c5c5c5;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Executing:hover,
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Executing:active {
  background-color: #ab87fd;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li .Original_Price {
  position: relative;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:hover {
  background-color: #ffff5b;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:active {
  background-color: #ffff42;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Active {
  background: #8c8c8c;
  border-color: #8c8c8c;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li.Active a {
  color: #ffffff;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:first-child {
  border-right: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:first-child:hover a {
  left: -1px;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:not(:first-child) {
  border-left: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:not(:first-child):hover {
  padding: 0 1em !important;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:not(:first-child):hover a {
  left: -2px !important;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:hover {
  border: solid 2px black;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:hover:not(.Active) {
  background-color: white;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li:hover a {
  top: -1px;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li a {
  position: relative;
  text-decoration: inherit;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider li a:focus {
  outline-style: none;
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider:hover li:not(:first-child) {
  padding: 0 calc(1em - 1px) 0 calc(1em - 2px);
}
.Modal_Wrapper .Flow_Action .Flow_Content .Slider:hover li:not(:first-child) a {
  left: -1px;
}
@media (max-width: 320px) {
  .Modal_Wrapper .Flow_Action .Flow_Content {
    padding-top: 4rem;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Result {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000000;
  background: #ffff75;
  text-align: center;
  z-index: 2;
  position: fixed;
  bottom: 4rem;
  max-width: 68.5rem;
  width: 100%;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Flow_Action .Flow_Result {
    bottom: 6.5rem;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Result .Jelly_Action_Result {
  display: block;
  display: none;
  margin: 0.5em;
  align-items: center;
  justify-content: center;
}
.Modal_Wrapper .Flow_Action .Flow_Result .Jelly_Action_Result:after {
  content: "\2715";
  margin-left: 1em;
  margin-right: 0.5em;
  font-size: 1.1em;
  cursor: pointer;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons {
  display: block;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Flow_Action .Flow_Buttons {
    height: 6.5rem;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  height: 100%;
  display: flex;
  padding: 0px;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a {
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  flex: 1 0 50%;
  transition: 300ms;
  line-height: 4rem;
  margin: 0px;
  height: 100%;
  padding: 0px;
  border-radius: 0px;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a {
    line-height: 6.5rem;
  }
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a .Activated {
  display: none;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a:first-child {
  background: #efefef;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a:first-child.Clicked {
  background: #cecece;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a:last-child {
  background: #CEB9FE;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a:last-child.Executing {
  background: #ab87fd;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a:last-child .Label {
  font-size: 1.3em;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a.Disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a.Highlight {
  background: #F763A1;
  color: white !important;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a.Highlight .Empty {
  display: none;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Button_Container a.Highlight .Activated {
  display: initial;
}
.Modal_Wrapper .Flow_Action .Flow_Buttons .Jelly_Loading {
  z-index: 1;
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  border: 4px solid #444;
  border-right-color: transparent;
  right: 2rem;
  top: 1.25rem;
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Flow_Action .Flow_Buttons .Jelly_Loading {
    right: initial;
    left: calc((100vw - 68.5rem)/2 + 68.5rem + 1.5rem);
  }
}
.Modal_Wrapper .Flow_Action .Flow_Buttons.Flow_Loading .Jelly_Loading {
  visibility: visible;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Title,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Title {
  background: white;
  align-items: center;
  padding-bottom: 0;
  justify-content: flex-end;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Title a i.material-icons,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Title a i.material-icons {
  font-size: 2rem;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card {
  box-shadow: none;
  border: solid 2px black;
  padding-left: 6%;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Big_Text,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Big_Text {
  border: 0;
  padding-top: 0.5rem;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Big_Text .Ask,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Big_Text .Ask {
  text-align: left;
  font-size: 1.2em !important;
  color: #000000 !important;
  margin-bottom: 1.5rem;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Big_Text .Ask .Purpose,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Big_Text .Ask .Purpose {
  font-weight: initial !important;
  margin-top: 1rem;
  display: block;
  font-family: "chalet-london-oblique", "Arial", sans-serif;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Big_Text h2,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Big_Text h2 {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Big_Text h2:first-of-type:after,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Big_Text h2:first-of-type:after {
  content: ":";
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Big_Text h2:last-of-type,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Big_Text h2:last-of-type {
  margin-top: -1.2em !important;
  margin-left: 6em !important;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Big_Text h1.Twemoji,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Big_Text h1.Twemoji {
  text-align: left;
  margin-top: 1.5rem !important;
  font-size: 3em !important;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Appeal,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Appeal {
  border: none;
  margin-top: 0;
  padding-left: 6%;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Appeal.Top,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Appeal.Top {
  padding-top: 0 !important;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Appeal.Top h2,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Appeal.Top h2 {
  text-align: left;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Appeal i.material-icons,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Appeal i.material-icons {
  display: none;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Appeal .Ask,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Appeal .Ask {
  margin: 0 !important;
  text-align: left;
  font-size: 1.1em;
  color: #000000;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Appeal .Smart_Summary,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Appeal .Smart_Summary {
  text-align: left;
  margin: 0 !important;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Card.Appeal .Smart_Summary br,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Card.Appeal .Smart_Summary br {
  display: none;
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Cover,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Cover {
  border-top: solid 1px #777;
  border-bottom: solid 1px #777;
}
@media (min-width: 768px) {
  .Modal_Wrapper .Flow_Action.Popup .Flow_Content .Cover,
  .Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Cover {
    border-left: solid 1px #777;
    border-right: solid 1px #777;
    margin-left: 6%;
    margin-right: 6%;
  }
}
.Modal_Wrapper .Flow_Action.Popup .Flow_Content .Instructions,
.Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Instructions {
  background: none;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: -0.25rem;
  padding-left: calc(6% + 2px);
  padding-right: calc(6% + 2px);
}
@media (min-width: 768px) {
  .Modal_Wrapper .Flow_Action.Popup .Flow_Content .Instructions.Inset,
  .Modal_Wrapper .Flow_Action.Force_Minimal .Flow_Content .Instructions.Inset {
    margin-left: 0;
    padding-top: 0;
    padding-left: 2.25rem;
    padding-right: 1.25rem;
  }
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form {
  background: white;
  box-shadow: none;
  border: solid 2px black;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Custom_Select_Wrapper,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Custom_Select_Wrapper {
  border: none;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Custom_Select_Wrapper select,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Custom_Select_Wrapper select {
  border: solid 1px #777;
  border-radius: 0;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="password"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="password"]:invalid,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="password"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="password"]:invalid {
  border: dashed 1px deeppink;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form input[type="password"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form input[type="password"]:focus,
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Form .Input[type="password"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Form .Input[type="password"]:focus {
  border: dashed 1px deeppink;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Membership_List,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Membership_List {
  margin-bottom: -4.75rem;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Membership_List .Membership_Item,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item {
  border: solid 2px #9e9d9d;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Membership_List .Membership_Item.Selected,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item.Selected {
  border: solid 2px #F269AE;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Payment,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Payment {
  width: 88%;
  left: 6%;
  bottom: 6rem;
  background: white;
  box-shadow: none;
  border: solid 2px black;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column .Payment .Input input,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column .Payment .Input input {
  text-align: left;
  border-color: #777;
}
.Modal_Wrapper .Flow_Action.Popup .Columns > data .Input_Column:not(.Force_Minimal_Donation_Column) .Instructions,
.Modal_Wrapper .Flow_Action.Force_Minimal .Columns > data .Input_Column:not(.Force_Minimal_Donation_Column) .Instructions {
  padding-left: 6%;
  padding-right: 6%;
}
.Modal_Wrapper .Flow_Action.Popup.Popup .Flow_Title,
.Modal_Wrapper .Flow_Action.Force_Minimal.Popup .Flow_Title {
  height: 4rem;
}
.Modal_Wrapper .Flow_Action.Popup.Popup .Flow_Title h2,
.Modal_Wrapper .Flow_Action.Force_Minimal.Popup .Flow_Title h2 {
  display: none;
}
.Modal_Wrapper .Flow_Action.Popup.Popup .Flow_Content,
.Modal_Wrapper .Flow_Action.Force_Minimal.Popup .Flow_Content {
  padding-top: 3.5rem;
}
.Modal_Wrapper .Flow_Action.Popup.Popup .Flow_Action,
.Modal_Wrapper .Flow_Action.Force_Minimal.Popup .Flow_Action {
  padding-top: 4rem;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal {
  /*
				.Button_Container a.Jelly_Action_Execute {
					background:#333333;
					color:white;
				}
				*/
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Title h2,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Title h2 {
  left: 2rem;
  top: 0.4rem;
}
@media (max-width: 374px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Title h2,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Title h2 {
    top: 0.15rem;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Title .Close_Button,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Title .Close_Button {
    top: 0rem;
  }
}
@media (max-width: 767px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Title h2,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Title h2 {
    left: 1.7rem;
  }
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Button,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Button {
  background: white;
  border: solid 2px #d2d2d2;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Button:hover,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Button:hover {
  background: white;
  border: solid 2px black;
}
@media (min-width: 768px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Content .Cover,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Content .Cover {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Content .Cover,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Content .Cover {
    margin-left: 6%;
    margin-right: 6%;
  }
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal label:not('.Quantity_Tier_Label'),
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal label:not('.Quantity_Tier_Label') {
  text-transform: none;
  font-size: 1em;
  margin-left: 0;
  line-height: 1.75;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item {
  border-color: #d2d2d2;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item.Selected,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item.Selected {
  border-color: #ff877b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item.Selected a.Membership_Anchor .Selected_Mark,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item.Selected a.Membership_Anchor .Selected_Mark {
  color: #ff877b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits p,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits p {
  font-style: normal !important;
  font-family: 'chalet-new-york-sixty' !important;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits p.Is_Plus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits p.Is_Plus {
  text-transform: lowercase !important;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits p:not(.Is_Plus),
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Benefits p:not(.Is_Plus) {
  text-transform: none !important;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount .Current,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Amount .Current {
  background-color: #ffa097;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Program .Membership_Promotion,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Details .Program .Membership_Promotion,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Membership_Promotion,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Membership_List .Membership_Item a.Membership_Anchor .Overview .Program .Membership_Promotion {
  background-color: #ffa097;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="email"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="number"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="search"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="text"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="tel"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="url"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="password"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="password"]:invalid,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="password"]:invalid,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="password"]:invalid {
  border-color: #ff877b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="email"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="number"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="search"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="text"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="tel"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="url"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form input[type="password"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form input[type="password"]:focus,
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Input[type="password"]:focus,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Input[type="password"]:focus {
  border-color: #ff877b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Form .Jelly_Action_Input_Result,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Form .Jelly_Action_Input_Result {
  color: #d0021b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Card,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Card {
  padding-right: 6%;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment {
  width: 100%;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment .Input input,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment .Input input {
  height: 42px;
  font-size: 20px;
  border-color: black;
  padding-left: 2.5rem !important;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment .Input i,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment .Input i {
  color: black;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment .Input.Highlight input,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment .Input.Highlight input {
  color: #ff877b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment .Suffix,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment .Suffix {
  text-transform: none;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment:not(.Force_Minimal_No_Indent) h3.Label,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment:not(.Force_Minimal_No_Indent) h3.Label {
  margin-left: 2.2rem;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment:not(.Force_Minimal_No_Indent) .Input,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment:not(.Force_Minimal_No_Indent) .Input {
  margin-left: 2.2rem;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only .Label,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only .Label {
  margin-bottom: 0;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only .Input i,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only .Input i {
  top: 0;
  left: 0;
  font-size: 24px;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only .Input input,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only .Input input {
  font-size: 24px;
  max-width: 7rem;
  border-bottom: solid 1px black;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem;
  text-align: center;
}
@media (max-width: 959px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment {
    bottom: 4rem;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    left: initial;
  }
}
@media (min-width: 960px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment {
    left: calc((100vw - 960px)/2);
  }
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_No_Mobile_Border):not(.Force_Minimal_Card_Border),
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_No_Mobile_Border):not(.Force_Minimal_Card_Border) {
  background: white;
  box-shadow: none;
  border: solid 2px black;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_No_Mobile_Border):not(.Force_Minimal_Card_Border) .Card,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_No_Mobile_Border):not(.Force_Minimal_Card_Border) .Card {
  border: none;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Display_Column.Force_Minimal_Card_Border .Card,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Display_Column.Force_Minimal_Card_Border .Card {
  background: white;
  box-shadow: none;
  border: solid 2px black;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Display_Column.Force_Minimal_Card_Border .Card .Checkout_Summary ul.Ledger .Benefits ul li.Discount .Amount,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Display_Column.Force_Minimal_Card_Border .Card .Checkout_Summary ul.Ledger .Benefits ul li.Discount .Amount {
  color: #ff877b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Display_Column.Force_Minimal_Card_Border .Card .Checkout_Summary .Checkout_Summary_Highlight,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Display_Column.Force_Minimal_Card_Border .Card .Checkout_Summary .Checkout_Summary_Highlight {
  color: #ff877b;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Result,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Result {
  background-color: #f6f4f4;
}
@media (max-width: 959px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Jelly_Loading,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Jelly_Loading {
    border-color: white;
    border-right-color: transparent;
  }
}
@media (min-width: 960px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Title h2,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Title h2 {
    left: 3rem;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only {
    bottom: 4rem;
    border-bottom: none;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_Card_Border),
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_Card_Border) {
    background: white;
    box-shadow: none;
    border: solid 2px black;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_Card_Border) .Card,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Display_Column:not(.Force_Minimal_Card_Border) .Card {
    border: none;
    padding-right: 6%;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Force_Minimal_Quantity_Column,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Force_Minimal_Quantity_Column {
    margin-left: 0;
    margin-right: 0;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Force_Minimal_Donation_Column,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Force_Minimal_Donation_Column {
    border: solid 2px black;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Force_Minimal_Donation_Column.Input_Column,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Force_Minimal_Donation_Column.Input_Column {
    border-bottom: none;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Force_Minimal_Donation_Column.Display_Column,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Force_Minimal_Donation_Column.Display_Column {
    margin-bottom: 2rem;
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Force_Minimal_Donation_Column.Display_Column .Card,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Force_Minimal_Donation_Column.Display_Column .Card {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Force_Minimal_Drive_Column,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Force_Minimal_Drive_Column {
    border: solid 2px black;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Force_Minimal_Drive_Column ul.Membership_List,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Force_Minimal_Drive_Column ul.Membership_List {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns {
    padding-bottom: 5rem;
  }
  .Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only,
  .Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Columns > data .Input_Column .Payment.Read_Only {
    bottom: 6.5rem;
  }
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Buttons .Button_Container a,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Buttons .Button_Container a {
  border: none;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Buttons .Button_Container a:first-child,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Buttons .Button_Container a:first-child {
  background: #f6f4f4;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Buttons .Button_Container a:last-child,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Buttons .Button_Container a:last-child {
  background: #ff877b;
  color: white !important;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Buttons .Button_Container a:last-child.Executing,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Buttons .Button_Container a:last-child.Executing {
  background: #ff5948;
}
.Modal_Wrapper .Flow_Action.Popup.Force_Minimal .Flow_Buttons .Button_Container a.Highlight,
.Modal_Wrapper .Flow_Action.Force_Minimal.Force_Minimal .Flow_Buttons .Button_Container a.Highlight {
  background: #ff877b;
}
.Modal_Wrapper .Modal_Action {
  display: block;
  height: 100%;
  width: 100%;
}
.Modal_Wrapper .Modal_Action .Modal_Title {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  align-items: center;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  padding: 0.75rem;
  padding-left: 1em;
  padding-right: 1em;
  height: 7rem;
  position: fixed;
  padding-bottom: 3rem;
  background: #7EEFCC;
  z-index: 1;
}
.Modal_Wrapper .Modal_Action .Modal_Title:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Modal_Action .Modal_Title {
    max-width: calc(68.5rem + 8rem);
    padding-left: calc(4rem + 1em);
    padding-right: calc(4rem + 1em);
  }
}
.Modal_Wrapper .Modal_Action .Modal_Title h1 {
  font-size: 1.5em !important;
  flex-grow: 1;
}
.Modal_Wrapper .Modal_Action .Modal_Title h2 {
  text-transform: uppercase;
  position: relative;
  left: 1rem;
  top: 1rem;
  font-size: 2.05em;
  margin: 0px;
  text-transform: none;
  flex-grow: 1;
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Modal_Action .Modal_Title h2 {
    font-size: 2.5em;
  }
}
.Modal_Wrapper .Modal_Action .Modal_Title .Close_Button {
  flex-basis: 2em;
  top: 0.25em;
  margin: 0px;
  position: relative;
}
.Modal_Wrapper .Modal_Action .Modal_Title .Close_Button:hover {
  border-bottom: 0;
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 7rem;
  /* padding-bottom:5rem; */
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Modal_Action .Modal_Content_Wrapper {
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 768px) {
  .Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content {
  display: block;
  text-align: center;
  width: 100%;
  max-width: calc(68.5rem);
  margin: 0;
  padding-bottom: 5rem;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content {
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 68.5rem) {
  .Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content {
    margin-left: calc((100vw - 68.5rem)/2);
    /* padding-bottom:0; */
  }
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content .Form {
  background: #f0f0f0;
  padding: 1.5em;
  box-shadow: 1.5rem 1.5rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content .Form h2 {
  font-weight: bold;
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content .Card {
  background: white;
  padding: 1.5em;
  box-shadow: 1.5rem 1.5rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content .Card h2 {
  font-weight: bold;
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Content .Card aside {
  font-weight: normal;
  text-transform: uppercase;
  color: #606060;
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Result {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  width: 100%;
  max-width: 68.5rem;
  bottom: 5rem;
  color: #000000;
  background: #ffff00;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Result {
    bottom: 6.5rem;
  }
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Result .Jelly_Action_Result {
  display: block;
  display: none;
  margin: 0.5em;
  align-items: center;
  justify-content: center;
}
.Modal_Wrapper .Modal_Action .Modal_Content_Wrapper .Modal_Result .Jelly_Action_Result:after {
  content: "\2715";
  margin-left: 1em;
  margin-right: 0.5em;
  font-size: 1.1em;
  cursor: pointer;
}
.Modal_Wrapper .Modal_Action .Button_Container {
  display: block;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 68.5rem;
  display: flex;
  padding: 0px;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Modal_Action .Button_Container {
    height: 6.5rem;
  }
}
.Modal_Wrapper .Modal_Action .Button_Container a {
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  font-size: 1.3em;
  flex: 1 0 50%;
  transition: 300ms;
  line-height: 5rem;
  margin: 0px;
  height: 100%;
  padding: 0px;
  border-radius: 0px;
}
@media (min-width: 1600px) {
  .Modal_Wrapper .Modal_Action .Button_Container a {
    line-height: 6.5rem;
  }
}
.Modal_Wrapper .Modal_Action .Button_Container a .Activated {
  display: none;
}
.Modal_Wrapper .Modal_Action .Button_Container a:first-child {
  background: #efefef;
}
.Modal_Wrapper .Modal_Action .Button_Container a:first-child.Clicked {
  background: #cecece;
}
.Modal_Wrapper .Modal_Action .Button_Container a:last-child {
  background: #CEB9FE;
}
.Modal_Wrapper .Modal_Action .Button_Container a:last-child .Label {
  font-size: 1.3em;
}
.Modal_Wrapper .Modal_Action .Button_Container a.Highlight {
  background: #F763A1 !important;
  color: white !important;
}
.Modal_Wrapper .Modal_Action .Button_Container a.Highlight .Empty {
  display: none;
}
.Modal_Wrapper .Modal_Action .Button_Container a.Highlight .Activated {
  display: initial;
}
.Modal_Wrapper .Modal_Action .Button_Container .Jelly_Loading {
  z-index: 1;
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  border: 4px solid #444;
  border-right-color: transparent;
  right: 2rem;
  top: 1.25rem;
}
.Dialog_Wrapper {
  display: block;
  width: 100%;
  max-height: calc(100vh - 6.5rem);
}
.Dialog_Wrapper .Dialog_Title {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  align-items: center;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
  padding: 0.75rem;
  padding-left: 1em;
  padding-right: 1em;
  height: 7rem;
  position: fixed;
  padding-bottom: 3rem;
  z-index: 1;
}
.Dialog_Wrapper .Dialog_Title:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Dialog_Wrapper .Dialog_Title h1 {
  font-size: 1.5em !important;
  flex-grow: 1;
}
.Dialog_Wrapper .Dialog_Title h2 {
  text-transform: uppercase;
  position: relative;
  left: 1rem;
  top: 1rem;
  font-size: 2.5em;
  margin: 0px;
  text-transform: none;
  flex-grow: 1;
}
.Dialog_Wrapper .Dialog_Title .Close_Button {
  flex-basis: 2em;
  top: 0.25em;
  margin: 0px;
  position: relative;
}
.Dialog_Wrapper .Dialog_Title .Close_Button:hover {
  border-bottom: 0;
}
.Dialog_Wrapper .Dialog_Content_Wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1600px) {
  .Dialog_Wrapper .Dialog_Content_Wrapper {
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 768px) {
  .Dialog_Wrapper .Dialog_Content_Wrapper {
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content {
  display: block;
  text-align: center;
  width: 100%;
  max-width: calc(68.5rem);
  margin: 0;
  padding: 1.5em;
  padding-bottom: 5rem;
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content h2 {
  font-weight: bold;
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content aside {
  font-weight: normal;
  text-transform: uppercase;
  color: #606060;
}
@media (min-width: 768px) {
  .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content {
    min-width: 27rem;
  }
}
@media (min-width: 1600px) {
  .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content {
    padding-bottom: 6.5rem;
  }
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  width: 100%;
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner .Big_Button {
  text-align: center;
  flex: 1;
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner .Big_Button .Button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 100%;
  margin: 0;
  height: initial;
  line-height: initial;
  padding: 1.25rem;
  max-width: 21rem;
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner .Big_Button .Button i {
  font-size: 4em;
  margin: 0;
}
.Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner .Big_Button .Button label {
  display: none;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 768px) {
  .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner .Big_Button .Button {
    padding: 2rem;
  }
  .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner .Big_Button .Button i {
    margin-right: 0.2em;
  }
  .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content .Big_Buttons .Big_Buttons_Inner .Big_Button .Button label {
    display: initial;
  }
}
.Dialog_Wrapper .Button_Container {
  display: block;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 68.5rem;
  display: flex;
  padding: 0px;
}
@media (min-width: 1600px) {
  .Dialog_Wrapper .Button_Container {
    height: 6.5rem;
  }
}
.Dialog_Wrapper .Button_Container a {
  font-size: 1.3em;
  flex: 1 0 50%;
  transition: 300ms;
  line-height: 5rem;
  margin: 0px;
  height: 100%;
  padding: 0px;
  border-radius: 0px;
}
@media (min-width: 1600px) {
  .Dialog_Wrapper .Button_Container a {
    line-height: 6.5rem;
  }
}
.Dialog_Wrapper .Button_Container a .Activated {
  display: none;
}
.Dialog_Wrapper .Button_Container a:first-child {
  background: #cecece;
}
.Dialog_Wrapper .Button_Container a:last-child {
  background: #CEB9FE;
}
.Dialog_Wrapper .Button_Container a:last-child .Label {
  font-size: 1.3em;
}
.Dialog_Wrapper .Button_Container a.Highlight {
  background: hotpink !important;
  color: white !important;
}
.Dialog_Wrapper .Button_Container a.Highlight .Empty {
  display: none;
}
.Dialog_Wrapper .Button_Container a.Highlight .Activated {
  display: initial;
}
.Dialog_Wrapper .Button_Container .Jelly_Loading {
  z-index: 1;
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  border: 4px solid #444;
  border-right-color: transparent;
  right: 2rem;
  top: 1.25rem;
}
@media (min-width: 960px) {
  .Dialog_Wrapper {
    max-height: calc(100vh - 1rem);
  }
}
@media (max-width: 992px) and (min-width: 0px) {
  .Jelly_Modal {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    position: fixed;
    width: calc(100% - 1rem);
    height: initial;
  }
  .Jelly_Modal > * > [data-kind="Item"] {
    display: block;
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}
.Jelly_Lightbox.Overlay {
  background-color: rgba(0, 0, 0, 0.05);
}
.Jelly_Lightbox.Quick_Window {
  background-color: rgba(255, 255, 255, 0.1);
}
/* 

:: Structure

*/
.Header_Bar,
.Footer_Bar {
  position: fixed;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  left: calc(-20vw - 1rem);
  background-color: #CEB9FE;
}
.Header_Bar.Secondary,
.Footer_Bar.Secondary {
  background-color: #ffff75;
}
.Header_Bar.Default,
.Footer_Bar.Default {
  background-color: #cecece;
  border-left: 20vw solid #cecece;
  border-right: 20vw solid #cecece;
}
.Header_Bar h1,
.Footer_Bar h1,
.Header_Bar h2,
.Footer_Bar h2,
.Header_Bar h3,
.Footer_Bar h3 {
  margin-bottom: 0;
}
#Toolbar_Wrapper {
  position: fixed;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  left: calc(-20vw - 1rem);
  background-color: #CEB9FE;
  position: absolute;
  background: #000000;
  transition: 500ms;
  left: 0px;
  top: 0px;
  height: 5.5rem;
  z-index: 3;
}
#Toolbar_Wrapper.Secondary {
  background-color: #ffff75;
}
#Toolbar_Wrapper.Default {
  background-color: #cecece;
  border-left: 20vw solid #cecece;
  border-right: 20vw solid #cecece;
}
#Toolbar_Wrapper h1,
#Toolbar_Wrapper h2,
#Toolbar_Wrapper h3 {
  margin-bottom: 0;
}
#Toolbar_Wrapper #Toolbar {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  display: flex;
  align-items: center;
  /* This hides the progress bar in my hack to fix the "Flush" bug in which the sign in would sometimes not load. */
  height: 100%;
}
#Toolbar_Wrapper #Toolbar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
#Toolbar_Wrapper #Toolbar .Jelly_Progress_Bar {
  visibility: hidden !important;
}
#Toolbar_Wrapper #Toolbar a.Better h2 {
  margin-bottom: 0;
  font-style: normal;
}
#Toolbar_Wrapper #Toolbar a.Better:hover {
  border: none;
}
#Toolbar_Wrapper #Toolbar #Toolbar_Logo {
  flex: 0;
  margin-top: 0.85em;
}
#Toolbar_Wrapper #Toolbar #Toolbar_Logo a img.Full_Logo {
  height: 1.5rem;
}
#Toolbar_Wrapper #Toolbar #Toolbar_Logo a img.Short_Logo {
  height: 2rem;
}
#Toolbar_Wrapper #Toolbar #Toolbar_Logo a:hover {
  border: none;
}
#Toolbar_Wrapper #Toolbar menu {
  flex: 1;
  margin: 0;
  padding: 0;
  text-align: right;
}
#Toolbar_Wrapper #Toolbar menu .Icon {
  display: inline-block;
  width: 4.5rem;
  margin-top: -0.75rem;
}
#Toolbar_Wrapper #Toolbar menu .Icon .Cover {
  width: 100%;
}
#Toolbar_Wrapper #Toolbar menu .Icon .Cover .Image {
  border: solid 3px #ffff75;
  width: 100%;
  margin: 0;
}
#Toolbar_Wrapper #Toolbar menu i.Support {
  color: #CEB9FE;
  display: inline-block;
  margin-left: 1rem;
  font-size: 2rem;
  margin-top: -4rem;
  margin-right: -0.75rem;
}
@media (min-width: 768px) {
  #Toolbar_Wrapper #Toolbar menu i.Support {
    margin-right: -3.25rem;
  }
}
#Toolbar_Wrapper #Toolbar menu .Sign_In_Button {
  font-size: 1.2em;
}
#Toolbar_Wrapper #Toolbar menu .Sign_Up_Button {
  margin-left: 0.333rem;
  margin-right: -0.5rem;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  #Toolbar_Wrapper #Toolbar menu .Sign_Up_Button {
    margin-right: initial;
    margin-left: 1rem;
  }
}
#Toolbar_Wrapper #Toolbar menu .Become_An_Organizer_Button,
#Toolbar_Wrapper #Toolbar menu .My_Dashboard_Button {
  margin-right: 1.5rem;
  display: inline;
  font-size: 1.2em;
  color: white;
  position: relative;
  top: -1.75rem;
  font-weight: normal;
}
@media (min-width: 480px) {
  #Toolbar_Wrapper #Toolbar #Toolbar_Logo a img {
    height: 2rem;
  }
}
@media (max-width: 320px) {
  #Toolbar_Wrapper #Toolbar #Toolbar_Logo a img.Full_Logo {
    display: none;
  }
  #Toolbar_Wrapper #Toolbar #Toolbar_Logo a img.Short_Logo {
    display: inline;
  }
  #Toolbar_Wrapper #Toolbar menu .Sign_Up_Button,
  #Toolbar_Wrapper #Toolbar menu .Sign_In_Button {
    font-size: 1.1em;
  }
}
@media (max-width: 480px) {
  #Friends_UI:not(.Logged_In) #Toolbar_Wrapper #Toolbar #Toolbar_Logo a img.Full_Logo {
    display: none;
  }
  #Friends_UI:not(.Logged_In) #Toolbar_Wrapper #Toolbar #Toolbar_Logo a img.Short_Logo {
    display: inline;
  }
}
#Content_Wrapper {
  margin-top: 5.5rem;
}
#Content_Wrapper #Content {
  position: relative;
}
#Content_Wrapper #Content:before,
#Content_Wrapper #Content:after {
  content: "";
  display: table;
  clear: both;
}
#Content_Wrapper #Browser_Warning {
  width: 100%;
  margin-top: 5.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  background: #cecece;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
#Content_Wrapper #Browser_Warning i.material-icons {
  float: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#Content_Wrapper #Browser_Warning p {
  text-align: left;
  margin-bottom: 0;
}
#Content_Wrapper .Action_Bar_Wrapper {
  position: fixed;
  padding: 0 20px;
  margin: 0;
  left: calc(-20vw - 1rem);
  background-color: #CEB9FE;
  background-color: #ffff75;
  height: 5.5rem;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  transition: 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
#Content_Wrapper .Action_Bar_Wrapper.Secondary {
  background-color: #ffff75;
}
#Content_Wrapper .Action_Bar_Wrapper.Default {
  background-color: #cecece;
  border-left: 20vw solid #cecece;
  border-right: 20vw solid #cecece;
}
#Content_Wrapper .Action_Bar_Wrapper h1,
#Content_Wrapper .Action_Bar_Wrapper h2,
#Content_Wrapper .Action_Bar_Wrapper h3 {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  #Content_Wrapper .Action_Bar_Wrapper {
    height: 6.5rem;
  }
}
#Content_Wrapper .Action_Bar_Wrapper.Off_Screen {
  bottom: -5.5rem;
}
@media (min-width: 1600px) {
  #Content_Wrapper .Action_Bar_Wrapper.Off_Screen {
    bottom: -6.5rem;
  }
}
#Content_Wrapper .Action_Bar_Wrapper .material-icons {
  line-height: 2rem;
}
#Content_Wrapper .Action_Bar_Wrapper .Action_Bar {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
}
#Content_Wrapper .Action_Bar_Wrapper .Action_Bar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
@media (max-width: 768px) {
  #Content_Wrapper .Action_Bar_Wrapper .Action_Bar.Smaller_In_Mobile h2 {
    font-size: 1.4em;
  }
  #Content_Wrapper .Action_Bar_Wrapper .Action_Bar.Smaller_In_Mobile .material-icons {
    font-size: 1.5em;
  }
}
#Content_Wrapper .Action_Bar_Wrapper .Action_Bar h2 {
  width: 100%;
  margin: 0;
  font-size: 1.5em;
}
#Content_Wrapper .Action_Bar_Wrapper .Action_Bar h2 .material-icons {
  position: relative;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  right: initial;
  margin-right: 0.75em;
}
@media (min-width: 768px) {
  #Content_Wrapper .Action_Bar_Wrapper .Action_Bar h2 .material-icons {
    margin-right: 1em;
  }
}
#Content_Wrapper .Action_Bar_Wrapper .Action_Bar .material-icons {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  #Content_Wrapper .Action_Bar_Wrapper .Action_Bar .material-icons {
    font-size: 2em;
  }
}
#Content_Wrapper .Action_Bar_Wrapper.Disabled {
  background: #efefef;
}
#Content_Wrapper .Action_Bar_Wrapper.Disabled .Action_Bar {
  opacity: calc(1/3);
  font-size: 0.8em;
}
#Content_Wrapper .Action_Bar_Wrapper.Disabled .Action_Bar h2 {
  text-transform: uppercase;
}
.Header_Collapsed #Toolbar_Wrapper {
  top: -5.5rem;
}
.Header_Collapsed #Content_Wrapper {
  margin-top: 0px;
}
.Header_Collapsed #Content_Wrapper #Browser_Warning {
  display: none;
}
.Header_Collapsed #Content_Wrapper .Button_Bar:not(.Anchored) {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  max-width: 68rem;
  max-width: 900px;
}
.Header_Collapsed #Content_Wrapper .Page_Item {
  min-height: calc(100vh + 2.5rem);
  padding-top: 6rem;
}
.Header_Collapsed.Header_Collapse_Completed #Content_Wrapper .Discovery_Tools {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  top: 4.5rem;
  width: 100%;
  z-index: 4;
  max-width: 68rem;
  max-width: 900px;
}
.Header_Collapsed.Header_Collapse_Completed #Content_Wrapper #Content.Landing main > .Main {
  border-top: 0;
}
.Header_Collapsed.Header_Collapse_Completed header:not(.Sizing_Dummy) .Movement_Item.Header {
  border-bottom: 3px solid #cecece;
}
.Scroll_Reveal_Footer {
  bottom: -12rem;
  transition: bottom 750ms;
}
.Footer_Revealed .Scroll_Reveal_Footer {
  bottom: 0;
}
/* 

:: Mode - Landing

*/
#Content_Wrapper #Content.Landing {
  background-color: #ffabac;
}
#Content_Wrapper #Content.Landing header {
  background-color: white;
  width: 100%;
  position: fixed;
  z-index: 2;
}
#Content_Wrapper #Content.Landing header.Sizing_Dummy {
  opacity: 0;
}
#Content_Wrapper #Content.Landing header.Sizing_Dummy .Header {
  border-bottom-style: dashed !important;
}
#Content_Wrapper #Content.Landing main {
  background: white;
  padding-top: 22.9rem;
}
#Content_Wrapper #Content.Landing main > .Main {
  border-top: 3px solid #cecece;
  background: white;
  padding-bottom: 8.5rem;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
}
#Content_Wrapper #Content.Landing main > .Main:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
#Content_Wrapper #Content.Landing main > .Main .Event_List {
  width: 100%;
  float: left;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 550px) {
  #Content_Wrapper #Content.Landing main > .Main .Event_List {
    margin-left: 4%;
  }
  #Content_Wrapper #Content.Landing main > .Main .Event_List:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  #Content_Wrapper #Content.Landing main > .Main .Event_List {
    width: 100%;
    margin-left: 0;
  }
}
#Content_Wrapper #Content.Landing main.Short_Header {
  padding-top: 17.4rem;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main.Short_Header {
    padding-top: 22.7rem;
  }
}
@media (max-width: 480px) {
  #Content_Wrapper #Content.Landing main {
    padding-top: 22rem;
  }
  #Content_Wrapper #Content.Landing main .Main {
    padding-bottom: 11.5rem;
  }
}
#Content_Wrapper #Content.Landing .Minimal_Header main {
  padding-top: 12.5rem;
}
#Content_Wrapper #Content.Landing .Minimal_Header header .Header .Manage_Button {
  top: 3.25rem;
  background: #cecece;
  padding: 4px;
}
#Content_Wrapper #Content.Landing .Minimal_Header header .Header .Manage_Button i.material-icons {
  font-size: 1.75em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Manage_Button i.material-icons {
    font-size: 2.15em;
  }
}
#Content_Wrapper #Content.Landing .Minimal_Header header .Header .Description_Wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
#Content_Wrapper #Content.Landing .Minimal_Header.Check_In_Header header .Header .Description_Wrapper {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #Content_Wrapper #Content.Landing .Minimal_Header.Check_In_Header header .Header .Description_Wrapper {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Manage_Button {
    top: 1.5rem;
  }
  #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Movement_Identity {
    margin-bottom: 0;
  }
  #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Cover_Content {
    width: 3em;
  }
  #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Name {
    font-size: 1.5em;
  }
  #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Description_Wrapper {
    margin-left: 5rem;
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
  #Content_Wrapper #Content.Landing .Minimal_Header main {
    padding-top: 6.8rem;
  }
}
.Show_On_Scroll {
  overflow: hidden;
  height: auto;
  max-height: 0;
  padding: 0;
  margin: 0;
}
.Collapse_On_Scroll {
  overflow: hidden;
  height: auto;
}
.Collapse_On_Scroll.Smooth_Collapse {
  max-height: 5em;
}
.Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header .Collapse_On_Scroll {
  max-height: 0;
  padding: 0;
  margin: 0;
}
.Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header .Show_On_Scroll {
  max-height: 15rem;
}
.Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Search {
  border-bottom: 2px solid #dedede;
}
.Header_Collapsed #Content_Wrapper #Content.Landing main {
  /* padding-top:calc(~'11.9rem + 7.5rem');*/
}
.Header_Collapsed #Content_Wrapper #Content.Landing .Minimal_Header header:not(.Sizing_Dummy) .Header .Manage_Button {
  top: 2.25rem;
}
.Header_Collapsed #Content_Wrapper #Content.Landing .Minimal_Header header:not(.Sizing_Dummy) .Header .Movement_Identity {
  margin-bottom: 0;
}
.Header_Collapsed #Content_Wrapper #Content.Landing .Minimal_Header header:not(.Sizing_Dummy) .Header .Movement_Identity .Description_Wrapper {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Header_Collapsed #Content_Wrapper #Content.Landing .Minimal_Header header:not(.Sizing_Dummy) .Header .Movement_Identity .Cover_Content {
    width: 5em;
  }
}
/* todo - switch to the other direction in breakpoints*/
@media (max-width: 480px) {
  .Header_Collapsed #Content_Wrapper #Content.Landing {
    overflow-x: hidden;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header .Manage_Button {
    top: 1.5rem;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header.Solicit_Mode {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header .Cover_Content {
    width: 3em;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header .Name {
    font-size: 1.5em;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header .Description_Wrapper {
    margin-left: 5rem;
    margin-bottom: 0;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Header .Description_Wrapper .Name {
    padding-top: 0.75rem;
    margin-bottom: 0;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing main {
    /*padding-top:calc(~'15.7rem + 7.5rem'); */
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Manage_Button {
    top: 1.5rem;
  }
  .Header_Collapsed #Content_Wrapper #Content.Landing .Minimal_Header header .Header .Movement_Identity .Cover_Content {
    width: 3em;
  }
}
/*

:: Welcome Page 

*/
#Welcome_Logo {
  display: block;
  text-align: center;
  margin-top: 3rem;
  margin-left: 1em;
}
#Welcome_Logo:after {
  content: "";
  display: table;
  clear: both;
}
#Welcome_Logo:after {
  content: "";
  display: table;
  clear: both;
}
#Welcome_Logo .Image {
  display: inline-block;
}
#Welcome_Logo.Emoji .Image {
  font-size: 3em;
  letter-spacing: -0.5em;
  margin-right: 0.15em;
}
#Welcome_Logo.Emoji .Image .emoji {
  width: 1em;
  height: auto;
  margin-right: -0.25em;
  margin-left: -0.25em;
}
#Welcome_Logo h1 {
  display: inline-block;
  text-transform: lowercase;
  font-size: 4em;
  margin-left: 0.2em;
  margin-right: 0.5em;
  margin-bottom: 0;
}
#Welcome_Logo h1 sup {
  font-style: italic;
  font-size: 0.4em;
  top: -0.9em;
  color: #000000;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  #Welcome_Logo.Emoji .Image {
    margin-left: 0;
    font-size: 4em;
  }
  #Welcome_Logo h1 {
    font-size: 7em;
    margin-left: 0.5em;
  }
  #Welcome_Logo h1 sup {
    font-size: 0.5em;
    top: -0.5em;
  }
}
#Welcome_Top_Create_Event,
#Welcome_Bottom_Create_Event {
  text-align: center;
}
#Welcome_Top_Create_Event a,
#Welcome_Bottom_Create_Event a {
  font-size: 1.75em;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  #Welcome_Top_Create_Event a,
  #Welcome_Bottom_Create_Event a {
    font-size: 2em;
    width: 22rem;
  }
}
#Welcome_Top_Create_Event label,
#Welcome_Bottom_Create_Event label {
  display: block;
  margin-right: 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  #Welcome_Top_Create_Event label,
  #Welcome_Bottom_Create_Event label {
    margin-right: 1em;
    display: inline-block;
  }
}
#Welcome_Top_Create_Event .Launcher,
#Welcome_Bottom_Create_Event .Launcher {
  display: inline-flex;
  flex-wrap: wrap;
}
#Welcome_Top_Create_Event .Launcher a,
#Welcome_Bottom_Create_Event .Launcher a {
  height: 5rem;
  line-height: 5.25rem;
  color: #ffffff;
  width: initial;
  padding: 0em 1.5em;
  font-size: 2.5em !important;
  margin-right: 1.25em;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  background: #3af2a3;
  transition: 200ms;
}
#Welcome_Top_Create_Event .Launcher a:hover,
#Welcome_Bottom_Create_Event .Launcher a:hover {
  background-color: #000000;
  border: none;
}
#Welcome_Top_Create_Event .Launcher a:last-child,
#Welcome_Bottom_Create_Event .Launcher a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  #Welcome_Top_Create_Event .Launcher a,
  #Welcome_Bottom_Create_Event .Launcher a {
    width: 90%;
    margin: 0.33em auto;
    margin-bottom: 0;
  }
  #Welcome_Top_Create_Event .Launcher a:first-child,
  #Welcome_Bottom_Create_Event .Launcher a:first-child {
    margin-top: 0.5em;
  }
  #Welcome_Top_Create_Event .Launcher a:last-child,
  #Welcome_Bottom_Create_Event .Launcher a:last-child {
    margin-bottom: 2.5rem;
    margin-right: auto;
  }
}
@media (max-width: 320px) {
  #Welcome_Top_Create_Event .Launcher a,
  #Welcome_Bottom_Create_Event .Launcher a {
    width: 80%;
    font-size: 2em !important;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (min-width: 768px) {
  #Welcome_Top_Create_Event .Launcher,
  #Welcome_Bottom_Create_Event .Launcher {
    width: 100%;
  }
}
@media (min-width: 960px) {
  #Welcome_Top_Create_Event .Launcher,
  #Welcome_Bottom_Create_Event .Launcher {
    width: initial;
  }
}
#Welcome_Video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  cursor: pointer;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  width: -webkit-max-content;
  width: max-content;
  padding: 0;
  /* max-width: calc(~'100% - 40px');*/
}
#Welcome_Video:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
@media (min-width: 960px) {
  #Welcome_Video {
    margin-top: 3.5rem;
  }
}
#Welcome_Video iframe {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: initial;
  height: 28vh;
  width: calc(640/360 * 28vh);
}
@media (min-width: 768px) {
  #Welcome_Video iframe {
    height: 38.5vh;
    width: calc(640/360 * 38.5vh);
  }
}
@media (min-width: 960px) {
  #Welcome_Video iframe {
    height: 56vh;
    width: calc(640/360 * 56vh);
  }
}
#Welcome_Video .Poster {
  position: absolute;
  border: solid 4px black;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: #ffabac;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Logo_Cropped.png");
  background-size: 42%;
  background-position: center 32%;
  background-repeat: no-repeat;
}
#Welcome_Video .Poster:hover + .Play_Button .Circle {
  fill: black;
}
#Welcome_Video .Play_Button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  pointer-events: none;
  width: 6.5rem;
  bottom: 3.5rem;
}
#Welcome_Video .Play_Button .Circle {
  fill: #3af2a3;
  transition: 200ms;
}
#Welcome_Video .Play_Button:hover .Circle {
  fill: black;
}
#Welcome_Video.Playing .Poster {
  border-color: #ffff75;
}
#Welcome_Overview {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
}
#Welcome_Overview:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
#Welcome_Overview .Stat {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  font-size: 2.5em;
  padding: 0.5em;
}
@media (min-width: 550px) {
  #Welcome_Overview .Stat {
    margin-left: 4%;
  }
  #Welcome_Overview .Stat:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  #Welcome_Overview .Stat {
    width: 30.66666667%;
  }
}
#Welcome_Overview .Stat .Amount {
  color: #000000;
  font-size: 1.8em;
}
#Welcome_Overview .Stat label {
  font-size: 0.5em;
  color: #B69491;
  color: black;
}
@media (min-width: 768px) {
  #Welcome_Overview .Stat {
    padding: 1em;
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  #Welcome_Overview .Stat {
    margin-left: 3rem !important;
    margin-right: 3rem;
    width: calc(100% - 7rem);
  }
}
#Welcome_How_It_Works {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #fff;
}
#Welcome_How_It_Works:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
#Welcome_How_It_Works h4 {
  text-align: center;
  margin: 0;
  height: 3.5em;
  line-height: 3.5em;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: bold;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
#Welcome_How_It_Works .HIW_Steps {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
#Welcome_How_It_Works .HIW_Steps:after {
  content: "";
  display: table;
  clear: both;
}
#Welcome_How_It_Works .HIW_Steps:after {
  content: "";
  display: table;
  clear: both;
}
#Welcome_How_It_Works .HIW_Steps .HIW_Step {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2em;
  padding-top: 3em;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #Welcome_How_It_Works .HIW_Steps .HIW_Step {
    width: calc(100%/3);
  }
}
#Welcome_How_It_Works .HIW_Steps .HIW_Step h1 {
  position: absolute;
  left: 24px;
  margin-top: -16px;
  font-size: 4em;
  color: #ffbdb8;
}
#Welcome_How_It_Works .HIW_Steps .HIW_Step h2 {
  margin-top: 0.75em;
  font-size: 2em;
  font-weight: bold;
}
#Welcome_How_It_Works .HIW_Steps .HIW_Step i.material-icons,
#Welcome_How_It_Works .HIW_Steps .HIW_Step i.fa,
#Welcome_How_It_Works .HIW_Steps .HIW_Step i.far,
#Welcome_How_It_Works .HIW_Steps .HIW_Step i.fab {
  border-radius: 100%;
  border: solid 7px #cecece;
  padding: 0.2em;
  font-weight: 100;
  font-size: 8em;
  width: 12rem;
  height: 12rem;
}
#Welcome_How_It_Works .HIW_Steps .HIW_Step p {
  margin-top: 2em;
  line-height: 1.4;
  font-size: 1.3em;
}
#Welcome_How_It_Works .HIW_Steps .HIW_Step aside {
  line-height: 1.4;
  font-size: 1.3em;
  padding-bottom: 1.33em;
}
#Welcome_Movements {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  max-width: calc(100% - 40px);
  margin-top: 3em;
  /*
	.Movement {.Block;.twelve_columns;
		.Percentage_Height(60%);
    position: relative;
    .Cover_Image;
		background:@Dark_Grey;
    background-size: cover;
		margin-top:1.5em;
		margin-bottom:2rem;
		margin-right: 1rem;
	  margin-left: 1rem;
		padding:1em;
		width: calc(~'100% - 2rem');
		.Movement_Details {
			color: @White;
			z-index:1;
	    text-align: left;
	    position: absolute;
	    left: 3em;
	    bottom: 2em;
	    width: calc(100% - 6em);
			h4 {
				font-size:2.5em;font-weight:bold;margin-bottom:.5em;
				letter-spacing: -2px;
				font-family: Karla;
				letter-spacing: -2px;
			}
			p { 
				font-size:1.5em;
			}
		}
		&:after { 
			content: "";
			background-image: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0.00) 100%);
		  position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
		}
		.Tag {
			position: absolute;
	    left: 3em;
	    top: 2em;
	    background: black;
	    color: white;
	    border-radius: 1em;
	    padding: .5em 1em;
	    font-size:1.4em;
	    z-index:1;
		}
		@media (min-width:@Tablet_Width) {
	    margin-left:0; margin-right:0;
	    width:100%;
	    .Percentage_Height(30%);
	    .Tag {font-size: 1.1em;}
	    p {font-size:1.7em;}
		}
		// TODO - rushed version
		@media (max-width:@Tablet_Width) {
			font-size: .75em;
			p {line-height:1.5};
		}
	}
	*/
}
#Welcome_Movements:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
#Welcome_Movements .Movement_Item {
  padding: 0.75rem;
  padding-bottom: 0;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Movement_Logo {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Movement_Logo .Cover_Image {
  border: none;
  width: 5.5rem;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper {
  margin-left: 7.5rem;
  margin-top: 0.25rem;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description {
  text-align: left;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Name {
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Mission,
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Values_Intro,
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Values {
  font-size: 1.3em;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Mission.Values_Intro,
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Values_Intro.Values_Intro,
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Values.Values_Intro {
  font-family: "chalet-london-oblique", "Arial", sans-serif;
  font-style: normal;
}
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Mission.Values ul li,
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Values_Intro.Values ul li,
#Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Values.Values ul li {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
}
#Welcome_Movements .Movement_Item .View_Button {
  background: #3af2a3;
  width: 100%;
  margin-left: -1.6rem;
  width: calc(100% + 3.2rem);
  line-height: 5.5rem;
  height: 5.5rem;
  font-size: 2em;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  transition: 200ms;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
}
#Welcome_Movements .Movement_Item .View_Button .material-icons {
  position: relative;
  top: -0.075em;
}
@media (min-width: 768px) {
  #Welcome_Movements .Movement_Item {
    padding: 1.5rem;
    padding-bottom: 0;
  }
  #Welcome_Movements .Movement_Item .Movement_Identity {
    min-height: 14rem;
    margin-bottom: 1.5rem;
  }
  #Welcome_Movements .Movement_Item .Movement_Identity .Movement_Logo .Cover_Image {
    width: 13rem;
  }
  #Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper {
    margin: 0 16.5rem;
  }
  #Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Name {
    font-size: 3em;
  }
  #Welcome_Movements .Movement_Item .View_Button {
    font-size: 2.5em;
  }
}
@media (max-width: 320px) {
  #Welcome_Movements .Movement_Item .Movement_Identity .Movement_Logo .Cover_Image {
    width: 5rem;
  }
  #Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper {
    margin-left: 7rem;
  }
  #Welcome_Movements .Movement_Item .Movement_Identity .Description_Wrapper .Description .Name {
    font-size: 2em;
  }
}
#Welcome_Movements .Movement_Item:hover .View_Button {
  background-color: #000000;
}
@media (max-width: 320px) {
  #Welcome_Movements {
    max-width: calc(100% - 30px);
    margin-top: 3em;
  }
}
#Welcome_Details {
  max-width: 68.5rem;
  width: calc(100% - 6rem);
  margin: auto;
  margin-top: 9rem;
}
#Welcome_Details p {
  font-size: 2em;
  color: #000000;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 5.5rem;
}
#Welcome_Details a {
  margin: auto;
  display: block;
  height: 5.5rem;
  line-height: 5.5rem;
  background: white;
  background: black;
  color: white;
  position: relative;
}
@media (max-width: 768px) {
  #Welcome_Details {
    font-size: 0.75em;
  }
}
@media (max-width: 320px) {
  #Welcome_Details {
    width: calc(100% - 5.5rem);
  }
}
#Welcome_Trueline {
  text-align: center;
  margin-top: 1em;
  font-size: 1.6em;
  margin-bottom: 1.5rem;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  #Welcome_Trueline {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 1.75em;
    margin-top: 1.75em;
  }
}
#Welcome_Bottom_Create_Event {
  margin-bottom: 50vh;
}
#Welcome_Flowers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  text-align: center;
  bottom: 6.5rem;
  font-size: 4em;
}
#Welcome_Flowers .emoji {
  width: 1em;
  height: auto;
}
#Welcome_Flowers .two .emoji:last-child {
  position: relative;
  left: 0.3em;
}
#Welcome_Flowers img {
  width: 4.5rem;
}
#Welcome_Links {
  position: absolute;
  width: 100%;
  bottom: 6rem;
  text-align: center;
  bottom: 2em;
  font-size: 1.3em;
  margin-bottom: 15rem;
}
#Welcome_Links a {
  margin-right: 1em;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  border-bottom: solid 4px #000000;
  transition: 100ms;
}
#Welcome_Links a:last-child {
  margin-right: 0;
}
#Welcome_Links a:hover {
  border-color: #3af2a3;
}
@media (min-width: 768px) {
  #Welcome_Links {
    bottom: 6rem;
  }
}
/* 

:: Checkout Flow

*/
.Button .Original_Price {
  position: relative;
}
.Button .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Checkout_Summary {
  text-align: left;
  margin-left: 1rem;
}
.Checkout_Summary ul.Ledger {
  text-align: left;
}
.Checkout_Summary ul.Ledger i {
  vertical-align: bottom;
}
.Checkout_Summary ul.Ledger .Slashed:before {
  width: 70%;
  left: 58%;
  -webkit-transform: translatex(-50%) translateY(-88%) rotate(-50deg);
          transform: translatex(-50%) translateY(-88%) rotate(-50deg);
}
.Checkout_Summary ul.Ledger h6 {
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0.5rem;
}
.Checkout_Summary ul.Ledger h6:after {
  content: ":";
}
.Checkout_Summary ul.Ledger li {
  margin-bottom: 1em;
}
.Checkout_Summary ul.Ledger .Gifts h6 {
  text-transform: none;
  margin-left: 0;
}
.Checkout_Summary ul.Ledger .Gifts ul {
  margin-left: 2rem;
  font-size: 1em;
}
.Checkout_Summary ul.Ledger .Gifts ul li {
  margin-bottom: 0;
}
.Checkout_Summary ul.Ledger .Purchases ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 1em;
}
.Checkout_Summary ul.Ledger .Purchases ul li {
  margin-left: -1em;
}
.Checkout_Summary ul.Ledger .Purchases ul li strong {
  font-weight: bold;
}
.Checkout_Summary ul.Ledger .Purchases ul li aside {
  color: #808080;
  font-size: 0.9em;
  margin-left: 3em;
}
.Checkout_Summary ul.Ledger .Purchases ul li aside .Discount {
  font-weight: bold;
}
.Checkout_Summary ul.Ledger .Benefits h6 {
  text-transform: none;
  margin-left: 0;
}
.Checkout_Summary ul.Ledger .Benefits ul {
  margin-left: 0;
  list-style: disc;
  list-style-position: inside;
  font-size: 1em;
}
.Checkout_Summary ul.Ledger .Benefits ul li {
  margin-bottom: 0em;
}
.Checkout_Summary ul.Ledger .Benefits ul li.Discount {
  font-weight: bold;
}
.Checkout_Summary ul.Ledger .Benefits ul li.Discount .Amount {
  color: hotpink;
}
.Checkout_Summary ul.Ledger .Checkout_Summary_Highlight {
  color: hotpink;
}
.Payment_Information {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eeeeee;
  padding-top: 15px;
  display: block;
}
.Payment_Information:after {
  content: "";
  display: table;
  clear: both;
}
.Payment_Information:after {
  content: "";
  display: table;
  clear: both;
}
.Payment_Information .Card_Icon {
  float: left;
  width: calc((100% - 10px) / 6);
  text-align: center;
}
.Payment_Information .Card_Form {
  float: left;
  width: calc((100% - 10px) / 6 * 5);
  margin-left: 10px;
}
.Payment_Information .Card_Form .Card_Name_And_Email {
  display: block;
}
.Payment_Information .Card_Form .Card_Name_And_Email:after {
  content: "";
  display: table;
  clear: both;
}
.Payment_Information .Card_Form .Card_Name_And_Email:after {
  content: "";
  display: table;
  clear: both;
}
.Payment_Information .Card_Form .Card_Name_And_Email .Name {
  float: left;
  width: calc((100% - 10px) / 2);
}
.Payment_Information .Card_Form .Card_Name_And_Email .Name .First_Name {
  float: left;
  width: calc((100% - 10px) / 2);
}
.Payment_Information .Card_Form .Card_Name_And_Email .Name .Last_Name {
  float: left;
  width: calc((100% - 10px) / 2);
  margin-left: 10px;
}
.Payment_Information .Card_Form .Card_Name_And_Email .Email {
  float: left;
  width: calc((100% - 10px) / 2 * 1);
  margin-left: 10px;
}
.Payment_Information .Card_Form .Card_Information {
  display: block;
}
.Payment_Information .Card_Form .Card_Information:after {
  content: "";
  display: table;
  clear: both;
}
.Payment_Information .Card_Form .Card_Information:after {
  content: "";
  display: table;
  clear: both;
}
.Payment_Information .Card_Form .Card_Information .Credit_Card_Number {
  float: left;
  width: calc((100% - 10px * 2) / 12 * 6);
}
.Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration {
  float: left;
  width: calc((100% - 10px * 2) / 12 * 4);
  margin-left: 10px;
}
.Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration .Credit_Card_Expiration_Month {
  float: left;
  width: calc((100% - 3px * 2) / 12 * 5);
}
.Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration .Credit_Card_Expiration_Separator {
  float: left;
  width: calc((100% - 3px * 2) / 12 * 2);
  margin-left: 3px;
  text-align: center;
  padding-top: 7px;
}
.Payment_Information .Card_Form .Card_Information .Credit_Card_Expiration .Credit_Card_Expiration_Year {
  float: left;
  width: calc((100% - 3px * 2) / 12 * 5);
  margin-left: 3px;
}
.Payment_Information .Card_Form .Card_Information .Credit_Card_CVC {
  float: left;
  width: calc((100% - 10px*2) / 12 * 2);
  margin-left: 10px;
}
.Tip,
.Payment:not(.Leave_A_Tip) {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  position: fixed;
  background: #efefef;
  padding: 0.75rem 1em !important;
  bottom: 4rem;
  z-index: 1;
}
.Tip:after,
.Payment:not(.Leave_A_Tip):after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
@media (min-width: 1600px) {
  .Tip,
  .Payment:not(.Leave_A_Tip) {
    bottom: 6.5rem;
  }
}
.Tip.Payment,
.Payment:not(.Leave_A_Tip).Payment {
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
@media (min-width: 1600px) {
  .Tip.Payment,
  .Payment:not(.Leave_A_Tip).Payment {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.Tip.Payment h3.Label,
.Payment:not(.Leave_A_Tip).Payment h3.Label {
  text-transform: uppercase;
  margin: 0px;
  margin-left: 0.75rem;
  margin-right: 1rem;
  font-size: 1.3em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.4em;
}
.Tip.Payment .Input,
.Payment:not(.Leave_A_Tip).Payment .Input {
  display: flex;
  align-items: center;
  flex-basis: 33%;
  flex-grow: 1;
  min-width: initial;
  width: initial;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  border: 0;
  background: inherit;
  /* 
			// background:white;
			border:solid 1px @Medium_Grey;border-radius:0px;
			padding-left:.5em; padding-right:.5em;
			display:flex;
			.Operator {
				font-size:initial; 
				width:initial;
				flex:initial;
				position:initial;
				top:initial;
				left:initial;
			}
			*/
}
.Tip.Payment .Input input,
.Payment:not(.Leave_A_Tip).Payment .Input input {
  color: #000000;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  padding-left: 0px;
  outline: none;
  margin: 0;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 0;
}
.Tip.Payment .Input input:focus,
.Payment:not(.Leave_A_Tip).Payment .Input input:focus {
  border: 1px solid #ccc;
}
.Tip.Payment .Input span:last-child,
.Payment:not(.Leave_A_Tip).Payment .Input span:last-child {
  flex-grow: 1;
}
.Tip.Payment .Input.Highlight input,
.Payment:not(.Leave_A_Tip).Payment .Input.Highlight input {
  color: #F763A1;
  color: deeppink;
}
.Tip.Payment .Suffix,
.Payment:not(.Leave_A_Tip).Payment .Suffix {
  text-transform: uppercase;
  padding-left: 0.8em;
  font-size: 1.3em;
}
.Tip.Payment.Read_Only .Label,
.Payment:not(.Leave_A_Tip).Payment.Read_Only .Label {
  flex: 1;
  text-align: right;
}
.Tip.Payment.Read_Only .Input,
.Payment:not(.Leave_A_Tip).Payment.Read_Only .Input {
  flex-basis: unset;
  font-size: 1.5em;
  flex-grow: 0;
}
.Tip.Payment.Read_Only .Input .Input_Icon,
.Payment:not(.Leave_A_Tip).Payment.Read_Only .Input .Input_Icon {
  top: -0.1em;
  cursor: arrow;
}
.Tip.Payment.Read_Only .Input input,
.Payment:not(.Leave_A_Tip).Payment.Read_Only .Input input {
  cursor: arrow;
  border-radius: 0;
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 10rem;
  padding-right: 0em;
  padding-left: 1em !important;
  background: transparent;
  border: none;
  font-size: 1.5em;
  border-bottom: solid 2px #ccc;
}
.Tip.Payment.Read_Only .Input.Highlight .Input_Icon,
.Payment:not(.Leave_A_Tip).Payment.Read_Only .Input.Highlight .Input_Icon {
  color: black;
}
.Tip.Payment.Read_Only .Input.Highlight input,
.Payment:not(.Leave_A_Tip).Payment.Read_Only .Input.Highlight input {
  border-color: black;
}
.Tip.Payment.Read_Only .Suffix,
.Payment:not(.Leave_A_Tip).Payment.Read_Only .Suffix {
  flex: 1;
}
.Tip.Payment.Highlight .Operator,
.Payment:not(.Leave_A_Tip).Payment.Highlight .Operator,
.Tip.Payment.Highlight .Suffix,
.Payment:not(.Leave_A_Tip).Payment.Highlight .Suffix,
.Tip.Payment.Highlight input,
.Payment:not(.Leave_A_Tip).Payment.Highlight input,
.Tip.Payment.Highlight h3.Label,
.Payment:not(.Leave_A_Tip).Payment.Highlight h3.Label {
  color: deeppink !important;
}
/*
.Redirect_URL { 
	h3 { 
		margin-top:-2rem;
	}
	.Jelly_Loading { 
		visibility:visible;
		width: 3rem;height: 3rem;
		margin-left:0;margin-top: 0; margin-bottom:-3rem;
    border: 3px solid #000;
    border-right-color: transparent;
	}
	@media (min-width: @Tablet_Width) {
		h3 {margin-left:2rem; margin-right:2rem; margin-top:-4rem;}
	}
}
*/
.Eventbrite_Redirect h3 {
  margin-top: -2rem;
}
.Eventbrite_Redirect .Jelly_Loading {
  visibility: visible;
  width: 4rem;
  height: 4rem;
  border-width: 0.75rem;
  margin-left: 0;
  margin-top: 0.5rem;
  margin-bottom: -3rem;
}
@media (min-width: 768px) {
  .Eventbrite_Redirect h3 {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: -4rem;
  }
  .Eventbrite_Redirect .Jelly_Loading {
    margin-bottom: -5rem;
  }
}
.Testimonial .Dialog_Title h2 {
  top: 0;
  left: 0;
  padding-left: 1rem;
  margin-top: 6rem;
  font-size: 1.4em;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content {
  padding: 1.5em;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content p {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  line-height: 1.3em;
  text-align: center;
  font-size: 1.1em;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content label.New {
  margin-bottom: 0.5em;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content textarea {
  width: 100%;
  border-radius: 0;
  min-height: 150px !important;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content [data-alias="Text_Area"] .Jelly_Action_Input_Result {
  margin-bottom: 1.5em;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content [data-alias="Text_Area"] .Jelly_Action_Input_Result span {
  background: #fff59d;
  color: black;
  padding: 0.5em 1em;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container {
  position: relative;
  display: flex;
  margin-top: 0.5rem;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container .Button.Dismiss {
  flex-grow: 1.25;
  font-size: 1em;
  padding: 0;
  background: none;
  text-decoration: underline;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container .Button.Submit {
  margin-right: 0;
  flex-grow: 1;
  font-size: 1em;
  padding: 0;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container .Dialog_Loading {
  position: absolute;
  right: 0.75em;
  top: 1.05em;
}
.Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container .Dialog_Loading .Jelly_Loading {
  border: 3px solid #444;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .Testimonial .Dialog_Title h2 {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 7rem;
    font-size: 1.8em;
    padding-left: 0.25em;
  }
  .Testimonial .Dialog_Content_Wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content {
    text-align: left;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content p {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content textarea {
    min-height: 175px !important;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container .Button.Dismiss {
    text-decoration: none;
    background-color: #cecece;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container .Button.Dismiss:hover {
    background-color: #c1c1c1;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content .Dialog_Button_Container .Dialog_Loading {
    right: 1.5em;
  }
}
@media (max-width: 320px) {
  .Testimonial .Dialog_Title h2 {
    font-size: 1.1em;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content p {
    font-size: 1em;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content label.New {
    font-size: 1em;
  }
  .Testimonial .Dialog_Content_Wrapper .Dialog_Content [data-alias="Text_Area"] .Jelly_Action_Input_Result span {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .Quantity_Card {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
h2.Quantity_Title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
}
@media (min-width: 1280px) {
  h2.Quantity_Title {
    font-size: 2.75em;
  }
}
.Quantity_Tier {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.Quantity_Tier:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .Quantity_Tier {
    flex-wrap: nowrap;
    min-height: 3.75rem;
    border: none;
    margin-bottom: initial;
    padding-bottom: initial;
  }
}
.Quantity_Tier label {
  font-size: 1.4em;
  font-weight: 100;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
}
.Quantity_Tier .Value {
  font-weight: bold;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  padding: 0.5rem;
  padding-left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .Quantity_Tier .Value {
    font-size: 1.3em;
  }
}
.Quantity_Tier .Kind {
  flex: 2;
  flex-basis: 100%;
  margin-bottom: -0.5rem;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .Quantity_Tier .Kind {
    flex: 2;
    margin-bottom: initial;
  }
}
.Quantity_Tier .Price {
  flex: 1;
}
.Quantity_Tier .Quantity {
  flex: 0;
  flex-basis: 10rem;
  justify-content: flex-end;
  padding-right: 0;
}
.Quantity_Tier .Quantity .Custom_Select {
  border: solid 1px black;
  border-radius: 0;
  line-height: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1rem;
  padding-right: 5rem;
  color: black;
}
.Quantity_Tier.Disabled {
  opacity: 0.2;
  border-bottom: solid 1px #000000;
}
@media (min-width: 768px) {
  .Quantity_Tier.Disabled {
    border-bottom: none;
  }
}
.Quantity_Tier.Labels {
  border-bottom: solid 1px black;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
  height: 2.6rem;
}
.Quantity_Tier.Labels label.Quantity {
  text-align: right;
}
/* 

:: Dashboard

*/
.Dashboard .Button_Bar .Button.Labs {
  background: #ffff00;
}
.Dashboard .Next_Step_Wrapper {
  padding: 0;
  background: transparent;
  text-align: center;
  color: #000000;
}
.Dashboard .Next_Step_Wrapper .Next_Step {
  border: solid 2px black;
  padding: 2rem;
  background: white;
}
.Dashboard .Next_Step_Wrapper .Next_Step p {
  font-size: 1.1em;
}
.Dashboard .Next_Step_Wrapper .Next_Step .Next_Step_Logout .Button {
  margin-right: 0;
}
.Dashboard .Next_Step_Wrapper .Next_Step .Salutation {
  margin-bottom: 0;
  margin-bottom: 1.1rem;
}
.Dashboard .Next_Step_Wrapper .Next_Step .Salutation .emoji {
  width: 1.5em;
  height: auto;
  margin-right: -0.3em;
  margin-left: -0.3em;
}
.Dashboard .Next_Step_Wrapper .Next_Step .Extra_Buttons a {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .Dashboard .Next_Step_Wrapper .Next_Step .Extra_Buttons a {
    margin-bottom: 0;
  }
}
.Dashboard .Next_Step_Wrapper .Next_Step ul.Benefit_List {
  list-style: disc;
  list-style-position: inside;
}
.Dashboard .Dashboard_Content {
  padding-bottom: 5.5rem;
}
.Dashboard .Dashboard_Content section.Dashboard_Section {
  background: white;
  width: 100%;
  padding: 1.5rem;
  padding-top: 0;
}
.Dashboard .Dashboard_Content section.Dashboard_Section:before,
.Dashboard .Dashboard_Content section.Dashboard_Section:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .Dashboard .Dashboard_Content section.Dashboard_Section {
    padding: 3.5rem;
    padding-top: 0;
  }
}
.Dashboard .Dashboard_Content section.Dashboard_Section:first-of-type {
  padding-top: 3.5rem;
}
.Dashboard .Dashboard_Content section.Dashboard_Section:last-of-type {
  margin-bottom: 1.5rem;
}
.Dashboard .Dashboard_Content section.Dashboard_Section h1 {
  text-align: left;
  background: #fff;
  margin-bottom: 2.5rem;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.3em;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:focus {
  outline-style: none;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action i.material-icons,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action i.fa,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action i.far,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action i.fab {
  margin-right: 0.35em;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action i.fa,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action i.far,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action i.fab {
  font-size: 1.4em;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:hover {
  background-color: #bca0fe;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:active {
  background-color: #ab87fd;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Disabled,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Disabled:hover,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Disabled:active,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Secondary {
  background-color: #ffff75;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Secondary:hover {
  background-color: #ffff5b;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Secondary:active {
  background-color: #ffff42;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Tertiary {
  background-color: #96D6F2;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Tertiary:hover {
  background-color: #7fcdef;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Tertiary:active {
  background-color: #69c4ec;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Default:hover {
  background-color: #919090;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Default:active {
  background-color: #858383;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Default:hover,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Default:active {
  background: #1a1a1a;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Disabled a {
  opacity: 0.25;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Disabled:hover {
  background-color: #d1d1d1;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Disabled:active {
  background-color: #c5c5c5;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Executing:hover,
.Dashboard .Dashboard_Content section.Dashboard_Section .Action.Executing:active {
  background-color: #ab87fd;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action .Original_Price {
  position: relative;
}
.Dashboard .Dashboard_Content section.Dashboard_Section .Action .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
@media (max-width: 480px) {
  .Dashboard .Dashboard_Content section.Dashboard_Section .Action.Small_On_Mobile {
    font-size: 1em;
    padding: 0;
    height: 3.5em;
    line-height: 3.5em;
  }
}
.Dashboard .Dashboard_Content section.Dashboard_Section.Grey {
  background: #f0f0f0;
}
.Dashboard .Dashboard_Content section.Dashboard_Section i.Change.Small {
  position: relative;
  top: -0.1em;
  left: 0.2em;
  font-size: 1.2em;
}
.Dashboard .Dashboard_Content section.Dashboard_Section i.Change:hover {
  color: #ffabac;
  border: none;
  text-underline: none;
}
.Dashboard .Dashboard_Content button.Create {
  /*margin-bottom: 1rem;*/
  /*display: inline-block;*/
  /*height: 38px;*/
  /*padding: 0 30px;*/
  /*color: @secondary-color;*/
  /*font-size: 11px;*/
  /*font-weight: 600;*/
  /*line-height: 38px;*/
  /*letter-spacing: .1rem;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border-radius: @global-radius;*/
  /*border: 1px solid @border-color;*/
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  background-color: #CEB9FE;
  height: 3.5rem;
  margin-right: 1rem;
  padding: 0em 1.5em;
  line-height: 3.5rem;
  font-size: 1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  background-color: #ffff75;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  font-size: 1.4em;
  margin-bottom: 0;
}
.Dashboard .Dashboard_Content button.Create:hover {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Dashboard .Dashboard_Content button.Create:focus {
  /*color: @dark-grey;*/
  /*border-color: lighten(@dark-grey, 33.3%);*/
  outline: 0;
}
.Dashboard .Dashboard_Content button.Create.button-primary {
  /*color: #fff;*/
  /*background-color: @primary-color;*/
  /*border-color: @primary-color;*/
}
.Dashboard .Dashboard_Content button.Create.button-primary:hover {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Dashboard .Dashboard_Content button.Create.button-primary:focus {
  /*color: #fff;*/
  /*background-color: @link-color;*/
  /*border-color: @link-color;*/
}
.Dashboard .Dashboard_Content button.Create:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Dashboard .Dashboard_Content button.Create:focus {
  outline-style: none;
}
.Dashboard .Dashboard_Content button.Create .Icon {
  display: block;
  float: left;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.Dashboard .Dashboard_Content button.Create i.material-icons,
.Dashboard .Dashboard_Content button.Create i.fa,
.Dashboard .Dashboard_Content button.Create i.far,
.Dashboard .Dashboard_Content button.Create i.fab {
  margin-right: 0.35em;
}
.Dashboard .Dashboard_Content button.Create i.fa,
.Dashboard .Dashboard_Content button.Create i.far,
.Dashboard .Dashboard_Content button.Create i.fab {
  font-size: 1.4em;
}
.Dashboard .Dashboard_Content button.Create:hover {
  background-color: #bca0fe;
}
.Dashboard .Dashboard_Content button.Create:active {
  background-color: #ab87fd;
}
.Dashboard .Dashboard_Content button.Create.Disabled,
.Dashboard .Dashboard_Content button.Create:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.3333);
  /*cursor:not-allowed;*/
}
.Dashboard .Dashboard_Content button.Create.Disabled:hover,
.Dashboard .Dashboard_Content button.Create:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Dashboard .Dashboard_Content button.Create.Disabled:active,
.Dashboard .Dashboard_Content button.Create:disabled:active {
  background-color: rgba(0, 0, 0, 0.3333);
}
.Dashboard .Dashboard_Content button.Create.Small {
  padding: 0 1em 0em 0.75em;
  height: 2.75em;
  line-height: 2.75em;
}
.Dashboard .Dashboard_Content button.Create.Secondary {
  background-color: #ffff75;
}
.Dashboard .Dashboard_Content button.Create.Secondary:hover {
  background-color: #ffff5b;
}
.Dashboard .Dashboard_Content button.Create.Secondary:active {
  background-color: #ffff42;
}
.Dashboard .Dashboard_Content button.Create.Secondary-2 {
  background-color: white;
  border: solid 2px black;
  color: black;
}
.Dashboard .Dashboard_Content button.Create.Secondary-2:hover {
  background-color: black;
  color: white;
}
.Dashboard .Dashboard_Content button.Create.Tertiary {
  background-color: #96D6F2;
}
.Dashboard .Dashboard_Content button.Create.Tertiary:hover {
  background-color: #7fcdef;
}
.Dashboard .Dashboard_Content button.Create.Tertiary:active {
  background-color: #69c4ec;
}
.Dashboard .Dashboard_Content button.Create.Default {
  background-color: #c4c3c3;
  background-color: black;
  color: white;
}
.Dashboard .Dashboard_Content button.Create.Default:hover {
  background-color: #919090;
}
.Dashboard .Dashboard_Content button.Create.Default:active {
  background-color: #858383;
}
.Dashboard .Dashboard_Content button.Create.Default:hover,
.Dashboard .Dashboard_Content button.Create.Default:active {
  background: #1a1a1a;
}
.Dashboard .Dashboard_Content button.Create.Disabled {
  background: #dedede;
  font-weight: bold;
  border: none;
}
.Dashboard .Dashboard_Content button.Create.Disabled a {
  opacity: 0.25;
}
.Dashboard .Dashboard_Content button.Create.Disabled:hover {
  background-color: #d1d1d1;
}
.Dashboard .Dashboard_Content button.Create.Disabled:active {
  background-color: #c5c5c5;
}
.Dashboard .Dashboard_Content button.Create.Executing {
  background-color: #ab87fd;
  pointer-events: none;
}
.Dashboard .Dashboard_Content button.Create.Executing:hover,
.Dashboard .Dashboard_Content button.Create.Executing:active {
  background-color: #ab87fd;
}
.Dashboard .Dashboard_Content button.Create .Original_Price {
  position: relative;
}
.Dashboard .Dashboard_Content button.Create .Original_Price:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid black;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.Dashboard .Dashboard_Content button.Create:hover {
  background-color: #ffff5b;
}
.Dashboard .Dashboard_Content button.Create:active {
  background-color: #ffff42;
}
@media (max-width: 768px) {
  .Dashboard .Dashboard_Content .Event_List_Wrapper_Remove_Indent {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
.Dashboard .Dashboard_Content .Featured_Event .Intro {
  margin-bottom: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.3em;
  color: #000;
}
@media (min-width: 768px) {
  .Dashboard .Dashboard_Content .Featured_Event .Intro {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}
.Dashboard .Dashboard_Content .Featured_Event ul.Event_List {
  border: solid 2px black;
  box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.1);
}
.Dashboard .Dashboard_Content .Featured_Event ul.Event_List li.Event_List_Item {
  margin: 0;
}
@media (max-width: 480px) {
  .Dashboard .Dashboard_Content .Featured_Event ul.Event_List li.Event_List_Item .Metadata {
    font-size: 0.8em;
  }
  .Dashboard .Dashboard_Content .Featured_Event ul.Event_List li.Event_List_Item .Metadata .Date {
    padding-left: 0.85em;
  }
  .Dashboard .Dashboard_Content .Featured_Event ul.Event_List li.Event_List_Item .Main_Action .Label {
    font-size: 0.8em;
  }
}
.Dashboard .Dashboard_Content.Movement .Heading {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.Dashboard .Dashboard_Content.Movement .Heading .Logo {
  position: relative;
  flex-grow: 0;
  width: 8rem;
  margin-right: 3em;
}
.Dashboard .Dashboard_Content.Movement .Heading .Logo .Cover_Content {
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.4);
}
.Dashboard .Dashboard_Content.Movement .Heading .Logo .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Dashboard .Dashboard_Content.Movement .Heading .Logo .Completion {
  position: absolute;
  border-radius: 1rem;
  top: -0.6rem;
  left: -0.6rem;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.Dashboard .Dashboard_Content.Movement .Heading .Summary {
  flex-grow: 1;
}
.Dashboard .Dashboard_Content.Movement .Heading .Summary h2 {
  font-size: 1.8em;
  margin-bottom: 0.2em;
}
.Dashboard .Dashboard_Content.Movement .Heading .Summary i {
  font-size: 1.5em;
}
.Dashboard .Dashboard_Content.Movement .Heading .Summary label {
  display: initial;
}
.Dashboard .Dashboard_Content.Movement .Heading .Actions {
  flex-grow: 0;
}
.Dashboard .Dashboard_Content.Movement .Heading .Actions i {
  display: block;
  font-size: 3em;
  margin-bottom: 0.5em;
}
.Dashboard .Dashboard_Content.Movement .Next_Step_Wrapper {
  padding: 0;
  background: transparent;
}
.Dashboard .Dashboard_Content.Movement .Next_Step_Wrapper .Next_Step {
  border: solid 2px black;
  padding: 2rem;
  background: white;
}
.Dashboard .Dashboard_Content.Movement .Next_Step_Wrapper .Next_Step p {
  font-size: 1.1em;
}
.Dashboard .Dashboard_Content.Movement .Details .Values,
.Dashboard .Dashboard_Content.Movement .Details .Tags {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.Dashboard .Dashboard_Content.Movement .Details .Values h3,
.Dashboard .Dashboard_Content.Movement .Details .Tags h3 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.Dashboard .Dashboard_Content.Movement .Details .Values ul {
  display: flex;
  flex-wrap: wrap;
}
.Dashboard .Dashboard_Content.Movement .Details .Values ul li {
  flex: 1;
  flex-basis: 100%;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1em;
  background: #7EEFCC;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 2.2em;
}
@media (min-width: 768px) {
  .Dashboard .Dashboard_Content.Movement .Details .Values ul li {
    flex: initial;
    flex-basis: calc((100% - 3rem)/3);
  }
}
.Dashboard .Dashboard_Content.Movement .Sections {
  padding: 0;
}
.Dashboard .Dashboard_Content.Movement .Sections .Panel {
  padding: 1.5rem;
  padding-bottom: 3rem;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .Dashboard .Dashboard_Content.Movement .Sections .Panel {
    padding: 2.5rem;
  }
}
.Dashboard .Dashboard_Content.Movement .Sections .Panel .Button.Full_Width {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.Dashboard .Dashboard_Content.Home .Profile .Content {
  display: flex;
  align-items: center;
  padding: 1em;
}
.Dashboard .Dashboard_Content.Home .Profile .Content .Badge {
  flex-grow: 1;
  width: 4rem;
  margin-right: 2em;
}
.Dashboard .Dashboard_Content.Home .Profile .Content .Badge .Cover {
  width: 100%;
}
.Dashboard .Dashboard_Content.Home .Profile .Content .Badge .Cover figure {
  width: 100%;
  margin: 0;
}
.Dashboard .Dashboard_Content.Home .Profile .Content .Badge .Cover h6.Name {
  margin-bottom: 0;
  font-size: 1.3em;
}
.Dashboard .Dashboard_Content.Home .Profile .Content .Details {
  flex-grow: 4;
}
.Dashboard .Dashboard_Content.Home .Profile .Content .Details strong {
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
}
.Dashboard .Dashboard_Content.Home .Event_List {
  margin-bottom: 2.5rem;
}
.Dashboard .Dashboard_Content.Memberships .Button.Settings {
  width: initial;
  float: right;
  font-size: 1em;
  background: #9e9d9d;
  margin-top: -1.33rem;
  margin-bottom: 2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: initial;
}
.Dashboard .Dashboard_Content.Memberships .Button.Settings i.material-icons {
  margin-right: 0.2em;
}
.Dashboard .Dashboard_Content.Profile .Button.Settings {
  width: initial;
  float: right;
  font-size: 1em;
  background: #9e9d9d;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: initial;
}
.Dashboard .Dashboard_Content.Profile .Button.Settings i.material-icons {
  margin-right: 0.2em;
}
.Dashboard .Dashboard_Content.Profile .Person_Item .Cover {
  width: 100%;
  max-width: 25rem;
  margin: auto;
}
.Dashboard .Dashboard_Content.Profile .Person_Item .Name {
  font-size: 1.75em;
}
.Dashboard .Dashboard_Content.Profile ul.Values {
  font-size: 1.5em;
}
.Dashboard .Dashboard_Content.Profile ul.Values li {
  display: flex;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 100%;
  align-items: center;
}
.Dashboard .Dashboard_Content.Profile ul.Values li .Icon {
  float: none;
  text-align: center;
  padding: 0.25em;
}
.Dashboard .Dashboard_Content.Profile ul.Values li .Icon img {
  width: 100%;
  height: initial;
}
.Dashboard .Dashboard_Content.Profile ul.Values li .Name {
  float: none;
}
.Dashboard .Dashboard_Content.Profile .Button {
  width: 100%;
  font-size: 1.5em;
}
.Dashboard .Dashboard_Content.Profile .Connections {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.Dashboard .Dashboard_Content.Profile .Connections .Image_Button.Grayed_Out {
  opacity: 1;
}
.Dashboard .Dashboard_Content.Profile .Connections .Image_Button.Grayed_Out img {
  opacity: 0.3;
}
.Dashboard .Dashboard_Content.Profile .Connections .Image_Button.Grayed_Out label {
  position: absolute;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}
.Dashboard .Dashboard_Content.Profile .Websites {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.Dashboard .Dashboard_Content.Profile .Websites li {
  display: flex;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  align-items: center;
}
.Dashboard .Dashboard_Content.Profile .Websites li i {
  font-size: 2em;
  padding: 0.25em;
}
.Dashboard .Dashboard_Content.Profile .Websites li .Path {
  font-size: 1.1em;
}
.Profile_Membership_Benefits {
  display: inline-block;
  border-radius: 0.5rem;
  background: #fff;
  margin: auto;
  padding: 2em;
  margin: 0 1.5rem 1.5rem 1.5rem;
  position: relative;
}
.Profile_Membership_Benefits .Level {
  position: absolute;
  right: 1em;
  font-weight: bold;
  font-size: 1.1em;
}
.Profile_Membership_Benefits .Level .Amount {
  color: red;
}
.Profile_Membership_Benefits i.Graphic {
  color: #9e9d9d;
  font-size: 3em;
  margin-bottom: 0.5em;
}
.Profile_Membership_Benefits .Gifts i,
.Profile_Membership_Benefits .Benefits i {
  margin-right: 0.5em;
}
.Profile_Membership_Benefits .Gifts h6,
.Profile_Membership_Benefits .Benefits h6 {
  display: inline-block;
  margin-bottom: 1em;
}
.Profile_Membership_Benefits .Gifts ul,
.Profile_Membership_Benefits .Benefits ul {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
  margin-bottom: 2em;
}
.Profile_Membership_Benefits .Discount {
  font-weight: bold;
  color: #ab87fd;
}
#Membership_Dashboard .Search {
  padding: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid 1px #d2d2d2;
  margin-bottom: 14px !important;
  align-items: center;
  height: 48px;
}
#Membership_Dashboard .Search > i {
  font-size: 1.5em !important;
  color: #d2d2d2;
  top: initial !important;
}
#Membership_Dashboard .Search input {
  font-size: 1em !important;
  color: #333333 !important;
  height: initial !important;
  margin-left: 0.5em !important;
  padding: 0 !important;
}
#Membership_Dashboard .Search input:focus,
#Membership_Dashboard .Search input:hover {
  border: 0 !important;
  box-shadow: initial !important;
}
#Membership_Dashboard .Search a.Clear i {
  font-size: 1.3em !important;
  color: #333 !important;
}
#Membership_Dashboard .Selector .Menu_Input {
  width: 100%;
}
#Membership_Dashboard .Overview {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#Membership_Dashboard .Overview i.material-icons {
  font-size: 1.2em;
  margin-left: 0.33em;
  position: relative;
  bottom: 0.05em;
}
/*

:: Check-In 

*/
/* Desktop */
#Content_Wrapper #Content.Landing main .Check_In_Main {
  margin-top: 7rem;
  min-height: calc(100vh - 20rem);
}
@media (max-width: 480px) {
  /* Mobile */
  #Content_Wrapper #Content.Landing main .Check_In_Main {
    margin-top: 9rem;
  }
  /* Mobile Search Active */
  .Search_Active {
    /* Mobile Search Active and Collapsed */
  }
  .Search_Active #Content_Wrapper #Content.Landing {
    /*main .Check_In_Main {margin-top:-1.5rem;} */
  }
  .Search_Active #Content_Wrapper #Content.Landing header {
    position: absolute;
    /* .Movement_Item.Header {display:none;}*/
  }
  .Search_Active.Header_Collapsed #Content_Wrapper #Content.Landing header:not(.Sizing_Dummy) .Movement_Item.Header {
    display: block;
  }
  .Search_Active.Header_Collapsed #Content_Wrapper #Content.Landing main .Check_In_Main {
    margin-top: 6.85rem;
    margin-top: 8.9rem;
  }
}
.Check_In_Wrapper {
  max-width: 68.5rem;
  margin: auto;
  padding: 1.5rem;
}
.Check_In_Wrapper p {
  line-height: 1.3rem;
  margin-bottom: 1.5rem;
}
.Check_In_Wrapper .Check_In_Rewards_List {
  display: flex;
  flex-wrap: wrap;
}
.Check_In_Wrapper .Check_In_Rewards_List li {
  flex-basis: calc((100% - 2em)/3);
  max-width: calc((100% - 2em)/3);
  margin-right: 1em;
  margin-bottom: 1.5rem;
}
.Check_In_Wrapper .Check_In_Rewards_List li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .Check_In_Wrapper .Check_In_Rewards_List li {
    flex-basis: calc((100% - 6em)/5);
    max-width: calc((100% - 6em)/5);
    margin-right: 1.5rem;
  }
  .Check_In_Wrapper .Check_In_Rewards_List li:nth-child(3n) {
    margin-right: 1.5em;
  }
  .Check_In_Wrapper .Check_In_Rewards_List li:nth-child(5n) {
    margin-right: 0;
  }
}
.Check_In_Wrapper .Check_In_Rewards_List li .Reward_Cover {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5em;
}
.Check_In_Wrapper .Check_In_Rewards_List li .Reward_Cover .Cover_Content {
  overflow: hidden;
}
.Check_In_Wrapper .Check_In_Rewards_List li .Reward_Cover .Cover_Content:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Check_In_Wrapper .Check_In_Rewards_List li label {
  display: block;
  font-family: "chalet-london-oblique", "Arial", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  height: 3em;
  width: 100%;
  overflow: hidden;
}
.Check_In_Wrapper .Check_In_Rewards_List li label .Quantity {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .Check_In_Wrapper .Check_In_Rewards_List li label {
    overflow: initial;
    height: initial;
  }
}
.Check_In_Footer {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*padding: 0 20px; */
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  bottom: -12rem;
  transition: bottom 750ms;
  position: fixed !important;
  padding: 1rem;
  border-top: solid 3px #cecece;
  background: #fff;
  padding: 1.25rem;
  font-size: 1.75em;
  text-align: center;
  display: flex;
  justify-content: center;
}
.Check_In_Footer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
}
.Check_In_Footer .Icon_Button {
  display: block;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-left: 1rem;
  margin-right: 1rem;
}
.Check_In_Footer .Icon_Button i.material-icons,
.Check_In_Footer .Icon_Button i.fa,
.Check_In_Footer .Icon_Button i.far,
.Check_In_Footer .Icon_Button i.fab {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.Check_In_Footer .Icon_Button i.material-icons.fa,
.Check_In_Footer .Icon_Button i.fa.fa,
.Check_In_Footer .Icon_Button i.far.fa,
.Check_In_Footer .Icon_Button i.fab.fa,
.Check_In_Footer .Icon_Button i.material-icons.far,
.Check_In_Footer .Icon_Button i.fa.far,
.Check_In_Footer .Icon_Button i.far.far,
.Check_In_Footer .Icon_Button i.fab.far,
.Check_In_Footer .Icon_Button i.material-icons.fab,
.Check_In_Footer .Icon_Button i.fa.fab,
.Check_In_Footer .Icon_Button i.far.fab,
.Check_In_Footer .Icon_Button i.fab.fab {
  font-size: 1.3em;
}
.Check_In_Footer .Icon_Button:first-child {
  margin-left: 0;
}
.Check_In_Footer .Icon_Button:last-child {
  margin-right: 0;
}
.Check_In_Footer .Icon_Button:hover {
  border-bottom: none;
}
@media (min-width: 768px) {
  .Check_In_Footer {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Check_In_Add_Staff_Wrapper .Jelly_Loading {
  position: absolute;
  right: 1.5em;
  top: 1em;
  border-color: #000000;
  border-right-color: transparent;
}
/* 

:: Profile

*/
/* 

:: Labs

*/
#Better_Video_Wrapper {
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
#Better_Video_Wrapper:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
@media (min-width: 68.5rem) {
  #Better_Video_Wrapper {
    width: 80%;
  }
}
#Better_Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 

:: Print 

*/
@media print {
  #Dev_Bar,
  #Toolbar_Wrapper {
    display: none;
  }
  .Print_Page {
    page-break-after: always;
    -webkit-column-break-after: always;
            break-after: always;
    display: block;
    position: relative;
    page-break-inside: avoid;
  }
}
/* 

:: Lead 

*/
#Toolbar_Wrapper {
  z-index: 5;
}
body.Lead {
  background-color: #ffabac;
}
body.Lead #Friends_UI #Lead_Toolbar_Wrapper header.Toolbar {
  display: block;
}
body.Lead #Toolbar_Wrapper {
  display: none;
}
body.Mobile_Lead_Nav_Showing #Friends_UI #Lead_Toolbar_Wrapper header.Menu {
  left: calc(100%/3);
  transition: 0.3s;
}
@media (max-width: 320px) {
  body.Mobile_Lead_Nav_Showing #Friends_UI #Lead_Toolbar_Wrapper header.Menu {
    left: 25%;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main h1,
#Lead_Toolbar_Wrapper h1,
#Content_Wrapper #Content.Landing main#Lead_Main h3,
#Lead_Toolbar_Wrapper h3,
#Content_Wrapper #Content.Landing main#Lead_Main h2,
#Lead_Toolbar_Wrapper h2,
#Content_Wrapper #Content.Landing main#Lead_Main h4,
#Lead_Toolbar_Wrapper h4 {
  color: #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main h1,
#Lead_Toolbar_Wrapper h1 {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin-left: -2px;
}
#Content_Wrapper #Content.Landing main#Lead_Main h2,
#Lead_Toolbar_Wrapper h2 {
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main h3,
#Lead_Toolbar_Wrapper h3 {
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
}
#Content_Wrapper #Content.Landing main#Lead_Main h4,
#Lead_Toolbar_Wrapper h4 {
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main p,
#Lead_Toolbar_Wrapper p {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main,
  #Lead_Toolbar_Wrapper {
    overflow-x: initial;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main h1,
  #Lead_Toolbar_Wrapper h1 {
    font-size: 4.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main h2,
  #Lead_Toolbar_Wrapper h2 {
    font-size: 3.75rem;
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main h3,
  #Lead_Toolbar_Wrapper h3 {
    font-size: 3rem;
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main h4,
  #Lead_Toolbar_Wrapper h4 {
    font-size: 2.25rem;
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main p,
  #Lead_Toolbar_Wrapper p {
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main h1,
  #Lead_Toolbar_Wrapper h1 {
    font-size: 2.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main h3,
  #Lead_Toolbar_Wrapper h3 {
    font-size: 1.3rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main h4,
  #Lead_Toolbar_Wrapper h4 {
    font-size: 1.3rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main strong,
#Lead_Toolbar_Wrapper strong {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  color: #ffff75;
}
#Content_Wrapper #Content.Landing main#Lead_Main em,
#Lead_Toolbar_Wrapper em {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  font-style: initial;
}
#Content_Wrapper #Content.Landing main#Lead_Main a.Green,
#Lead_Toolbar_Wrapper a.Green {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  color: #3af2a3;
  text-transform: uppercase;
}
#Content_Wrapper #Content.Landing main#Lead_Main hr,
#Lead_Toolbar_Wrapper hr {
  background: white;
  height: 2px;
  max-width: 40rem;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main .Withfriends,
#Lead_Toolbar_Wrapper .Withfriends {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
}
#Content_Wrapper #Content.Landing main#Lead_Main .Withfriends i,
#Lead_Toolbar_Wrapper .Withfriends i {
  margin-right: 0.15em;
}
#Content_Wrapper #Content.Landing main#Lead_Main .Menu,
#Lead_Toolbar_Wrapper .Menu {
  display: flex;
  align-items: center;
}
#Content_Wrapper #Content.Landing main#Lead_Main .Menu_Text,
#Lead_Toolbar_Wrapper .Menu_Text {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: none;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main .Menu_Text,
  #Lead_Toolbar_Wrapper .Menu_Text {
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
    font-size: 1.35rem;
  }
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main .Menu_Text,
  #Lead_Toolbar_Wrapper .Menu_Text {
    font-size: 1.5rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main .Flex_Left,
#Lead_Toolbar_Wrapper .Flex_Left {
  flex-grow: 1;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav a,
#Lead_Toolbar_Wrapper nav a {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: none;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  border-bottom: solid 3px rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main nav a,
  #Lead_Toolbar_Wrapper nav a {
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
    font-size: 1.35rem;
  }
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main nav a,
  #Lead_Toolbar_Wrapper nav a {
    font-size: 1.5rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main nav a:hover,
#Lead_Toolbar_Wrapper nav a:hover {
  border-bottom: solid 3px #ffff75;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav a.Active,
#Lead_Toolbar_Wrapper nav a.Active {
  border-bottom: solid 3px #ffff75;
  background: none;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav .Divider,
#Lead_Toolbar_Wrapper nav .Divider {
  position: relative;
  top: -2px;
  margin-left: 0.9em;
  margin-right: 0.9em;
  background: #ffffff;
  width: 1px;
  height: 2em;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav.Major a,
#Lead_Toolbar_Wrapper nav.Major a {
  display: inline-block;
  color: #ffffff;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-right: 0.5em;
  padding-left: 0.15em;
  padding-right: 0.15em;
  border: none;
  position: relative;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  z-index: 1;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main nav.Major a,
  #Lead_Toolbar_Wrapper nav.Major a {
    font-size: 3.75rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main nav.Major a:last-child,
#Lead_Toolbar_Wrapper nav.Major a:last-child {
  margin-right: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav.Major a:hover,
#Lead_Toolbar_Wrapper nav.Major a:hover {
  border: none;
  color: #000000;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav.Major a:hover:before,
#Lead_Toolbar_Wrapper nav.Major a:hover:before {
  background: #ffff75;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav.Major a:before,
#Lead_Toolbar_Wrapper nav.Major a:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 46%;
  content: "";
  display: block;
  background: #3af2a3;
  position: absolute;
  height: 0.6em;
  width: calc(100% + .15em);
  z-index: -1;
  left: -0.15em;
}
#Content_Wrapper #Content.Landing main#Lead_Main nav.Major a.Pink:hover:before,
#Lead_Toolbar_Wrapper nav.Major a.Pink:hover:before {
  background: #ffabac;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main nav.Major.Small a,
  #Lead_Toolbar_Wrapper nav.Major.Small a {
    font-size: 2.5rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main nav.Major.Vertical a,
#Lead_Toolbar_Wrapper nav.Major.Vertical a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  margin-bottom: 0.15em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main nav.Major.Vertical a,
  #Lead_Toolbar_Wrapper nav.Major.Vertical a {
    margin-bottom: -0.15em;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main nav.Major a,
  #Lead_Toolbar_Wrapper nav.Major a {
    font-size: 2.25rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section,
#Lead_Toolbar_Wrapper section {
  padding: 1.75rem;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section,
  #Lead_Toolbar_Wrapper section {
    padding: 2rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Heading,
#Lead_Toolbar_Wrapper section.Heading {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Heading,
  #Lead_Toolbar_Wrapper section.Heading {
    padding-top: 0.25rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    margin-top: -0.5rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Video,
#Lead_Toolbar_Wrapper section.Video {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Video video,
#Lead_Toolbar_Wrapper section.Video video {
  height: 40vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Video video,
  #Lead_Toolbar_Wrapper section.Video video {
    width: 100%;
    height: initial;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Video .Splash,
#Lead_Toolbar_Wrapper section.Video .Splash {
  position: absolute;
  max-width: 40rem;
  max-height: 20vh;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Video .Splash,
  #Lead_Toolbar_Wrapper section.Video .Splash {
    max-height: initial;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Video .Splash.Scroll_Start,
#Lead_Toolbar_Wrapper section.Video .Splash.Scroll_Start {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: fixed;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Video .Splash.Scroll_End,
#Lead_Toolbar_Wrapper section.Video .Splash.Scroll_End {
  position: absolute;
  left: initial;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
}
@media (min-width: 1440px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Video,
  #Lead_Toolbar_Wrapper section.Video {
    left: calc((100vw -  1440px )/2 * -1);
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Traction .Quote_Wrapper,
#Lead_Toolbar_Wrapper section.Traction .Quote_Wrapper {
  margin-top: 1.5em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Traction .Quote_Wrapper .Quote,
#Lead_Toolbar_Wrapper section.Traction .Quote_Wrapper .Quote {
  font-size: 1.45em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Traction .Quote_Wrapper .Quote,
  #Lead_Toolbar_Wrapper section.Traction .Quote_Wrapper .Quote {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Traction .Quote_Wrapper,
  #Lead_Toolbar_Wrapper section.Traction .Quote_Wrapper {
    margin-top: 0.5em;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action,
#Lead_Toolbar_Wrapper section.Call_To_Action {
  padding-top: 0;
  position: relative;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action h1.Intro,
#Lead_Toolbar_Wrapper section.Call_To_Action h1.Intro {
  font-family: "chalet-paris-sixty", "Arial", sans-serif;
  font-size: 2.75rem;
  margin-bottom: 0rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action h3,
#Lead_Toolbar_Wrapper section.Call_To_Action h3 {
  margin-bottom: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action,
#Lead_Toolbar_Wrapper section.Call_To_Action .Action {
  display: flex;
  align-items: center;
  display: block;
  justify-content: flex-end;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action .Lead,
#Lead_Toolbar_Wrapper section.Call_To_Action .Action .Lead {
  margin-right: 0.85em;
  padding-top: 0.25em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action nav.Major,
#Lead_Toolbar_Wrapper section.Call_To_Action .Action nav.Major {
  margin-top: 0.15em;
  margin-right: -0.5em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action nav.Major a,
#Lead_Toolbar_Wrapper section.Call_To_Action .Action nav.Major a {
  font-size: 1.95rem;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action,
  #Lead_Toolbar_Wrapper section.Call_To_Action {
    padding-top: 1.75rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action h1.Intro,
  #Lead_Toolbar_Wrapper section.Call_To_Action h1.Intro {
    font-size: 4.5rem;
    margin-bottom: 1rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action,
  #Lead_Toolbar_Wrapper section.Call_To_Action .Action {
    display: flex;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action .Lead,
  #Lead_Toolbar_Wrapper section.Call_To_Action .Action .Lead {
    font-size: 2.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action nav.Major,
  #Lead_Toolbar_Wrapper section.Call_To_Action .Action nav.Major {
    margin-top: 0;
    margin-right: 0;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action nav.Major a,
  #Lead_Toolbar_Wrapper section.Call_To_Action .Action nav.Major a {
    font-size: 2.75rem;
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action .Lead,
  #Lead_Toolbar_Wrapper section.Call_To_Action .Action .Lead {
    font-size: 3rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action nav.Major a,
  #Lead_Toolbar_Wrapper section.Call_To_Action .Action nav.Major a {
    font-size: 3.75rem;
    position: relative;
    top: 0.1em;
  }
}
@media (max-width: 767px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action h1.Intro,
  #Lead_Toolbar_Wrapper section.Call_To_Action h1.Intro {
    font-size: 2.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Call_To_Action .Action nav.Major a,
  #Lead_Toolbar_Wrapper section.Call_To_Action .Action nav.Major a {
    font-size: 1.6rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces,
#Lead_Toolbar_Wrapper section.Spaces {
  position: relative;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces hr.Top,
#Lead_Toolbar_Wrapper section.Spaces hr.Top {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel,
#Lead_Toolbar_Wrapper section.Spaces .Carousel {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw;
  margin-left: -1.75rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous,
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next {
  position: absolute;
  z-index: 2;
  font-size: 4rem;
  color: #ffffff;
  cursor: pointer;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous.Previous,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous.Previous,
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next.Previous,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next.Previous {
  left: -0.1em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous.Next,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous.Next,
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next.Next,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next.Next {
  right: -0.1em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous:hover,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous:hover,
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next:hover,
#Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next:hover {
  border: none;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces {
  position: relative;
  left: 0;
  width: calc(100vw);
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces .owl-stage,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space {
  background: #444;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space .Background,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space .Background {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space .Overlay,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space .Overlay {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information,
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar {
  max-height: -webkit-fit-content;
  max-height: fit-content;
  padding: 1.25rem 5rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information {
  flex: 0 0 100%;
  margin-right: calc(100%/6);
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information h1,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information h1 {
  font-size: 2em;
  text-transform: uppercase;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information p,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information p {
  font-size: 1.25em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information p i.material-icons,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information p i.material-icons {
  margin-right: 0.25em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information p.Description,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information p.Description {
  line-height: 1.25em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information a.Green,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information a.Green {
  font-size: 1.5em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar {
  margin-top: -0.75rem;
  padding-top: 0;
  padding-bottom: 0.75rem;
  flex: 0 0 100%;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar h6,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar h6 {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: none;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar h6,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar h6 {
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
    font-size: 1.35rem;
  }
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar h6,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar h6 {
    font-size: 1.5rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li:last-child,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li:last-child {
  margin-bottom: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li time,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li time {
  flex-basis: calc(100%/3);
  flex-shrink: 0;
  flex-grow: 0;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  margin-right: 1em;
  text-align: center;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li time .Date,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li time .Date {
  display: block;
  font-size: 5em;
  margin-bottom: -0.415em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li time .Month,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li time .Month {
  display: block;
  font-size: 2.5em;
  text-transform: uppercase;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li div.Event_Information,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li div.Event_Information {
  padding-top: 0.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li div.Event_Information p,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li div.Event_Information p {
  color: white;
  font-size: 1.05em;
  line-height: 1.3;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.25px;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li div.Event_Information a.Green,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar ul.Calendar li div.Event_Information a.Green {
  font-size: 1.1em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar .Mobile_Only a.Green,
#Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar .Mobile_Only a.Green {
  display: block;
  font-size: 1.5em;
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces {
    max-width: 64rem;
    left: initial;
    position: static;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space {
    height: initial;
    min-height: 32rem;
    max-width: 64rem;
    flex-wrap: nowrap;
    align-items: initial;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar {
    padding: 1.25rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information {
    flex: 0 0 50%;
    padding-right: 7rem;
    align-self: flex-end;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information a.Green,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information a.Green {
    font-size: 2em;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar {
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    flex: 0 0 calc(100%/3);
    margin-bottom: 3.5rem;
    align-self: flex-start;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar a.Green,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar a.Green {
    font-size: 1.5em;
  }
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces {
    max-width: 56.5rem;
  }
}
@media (min-width: 1280px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces {
    max-width: 64rem;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar {
    padding: 1rem 4rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information.Information p.Description,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information.Information p.Description,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Information p.Description,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Information p.Description {
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information.Information a.Green,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information.Information a.Green,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Information a.Green,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Information a.Green {
    font-size: 1.35em;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information.Calendar,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information.Calendar,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Calendar,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Calendar {
    padding-bottom: 0.25em;
    padding-top: 0;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information.Calendar ul.Calendar li time .Date,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information.Calendar ul.Calendar li time .Date,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Calendar ul.Calendar li time .Date,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Calendar ul.Calendar li time .Date {
    font-size: 3.5em;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Information.Calendar ul.Calendar li time .Month,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Information.Calendar ul.Calendar li time .Month,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Calendar ul.Calendar li time .Month,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel ul.Spaces li.Space div.Calendar.Calendar ul.Calendar li time .Month {
    font-size: 1.5em;
  }
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces hr.Top,
  #Lead_Toolbar_Wrapper section.Spaces hr.Top {
    margin-bottom: 4rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces hr.Bottom,
  #Lead_Toolbar_Wrapper section.Spaces hr.Bottom {
    margin-top: 5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel {
    width: initial;
    margin-left: 0;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next {
    font-size: 8rem;
    position: initial;
    left: initial;
    right: initial;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous.Previous,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous.Previous,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next.Previous,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next.Previous {
    margin-right: -1rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous.Next,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous.Next,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next.Next,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next.Next {
    margin-left: -1rem;
  }
}
@media (min-width: 1280px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous {
    margin-right: initial;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next {
    margin-left: initial;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous.Previous,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous.Previous,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next.Previous,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next.Previous {
    left: -0.25em;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Previous.Next,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Previous.Next,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Spaces .Carousel a.Next.Next,
  #Lead_Toolbar_Wrapper section.Spaces .Carousel a.Next.Next {
    right: -0.25em;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Explore,
#Lead_Toolbar_Wrapper section.Explore {
  padding-top: 0;
  padding-bottom: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Explore h3,
#Lead_Toolbar_Wrapper section.Explore h3 {
  margin-bottom: 0.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Explore .Action,
#Lead_Toolbar_Wrapper section.Explore .Action {
  text-align: right;
  margin-top: 1rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Explore .Action nav.Major,
#Lead_Toolbar_Wrapper section.Explore .Action nav.Major {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Explore .Action h3,
#Lead_Toolbar_Wrapper section.Explore .Action h3 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.3rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Explore .Action h3.Question,
#Lead_Toolbar_Wrapper section.Explore .Action h3.Question {
  margin-left: 0.05em;
  font-size: 2.25em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Explore,
  #Lead_Toolbar_Wrapper section.Explore {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Explore h3,
  #Lead_Toolbar_Wrapper section.Explore h3 {
    margin-bottom: 0;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Explore .Action nav.Major,
  #Lead_Toolbar_Wrapper section.Explore .Action nav.Major {
    margin-left: 2rem;
    margin-right: 0.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Explore .Action h3,
  #Lead_Toolbar_Wrapper section.Explore .Action h3 {
    margin-bottom: 0;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Explore .Action h3.Question,
  #Lead_Toolbar_Wrapper section.Explore .Action h3.Question {
    font-size: 4em;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter,
#Lead_Toolbar_Wrapper section.Newsletter {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter h3 em,
#Lead_Toolbar_Wrapper section.Newsletter h3 em {
  font-size: 1.25em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter h4,
#Lead_Toolbar_Wrapper section.Newsletter h4 {
  margin-bottom: 1rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action,
#Lead_Toolbar_Wrapper section.Newsletter .Action {
  flex-wrap: wrap;
  margin-right: 3rem;
  display: flex;
  align-items: center;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action [data-type="Input"][data-kind="Iterator"],
#Lead_Toolbar_Wrapper section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] {
  flex-grow: 1;
  margin-right: 1.5em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] input,
#Lead_Toolbar_Wrapper section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] input {
  border: solid 1px white;
  background: none;
  border-radius: 0;
  font-size: 1.5em;
  height: 3em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] input::-webkit-input-placeholder,
#Lead_Toolbar_Wrapper section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] input::-webkit-input-placeholder {
  color: #ffffff;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] input::placeholder,
#Lead_Toolbar_Wrapper section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] input::placeholder {
  color: #ffffff;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] .Jelly_Action_Input_Result,
#Lead_Toolbar_Wrapper section.Newsletter .Action [data-type="Input"][data-kind="Iterator"] .Jelly_Action_Input_Result {
  display: none !important;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action nav,
#Lead_Toolbar_Wrapper section.Newsletter .Action nav {
  flex-grow: 0;
  margin-bottom: 1.25rem;
  margin-top: -0.25rem;
  position: relative;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action nav a,
#Lead_Toolbar_Wrapper section.Newsletter .Action nav a {
  margin-left: 0.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action nav .Jelly_Loading,
#Lead_Toolbar_Wrapper section.Newsletter .Action nav .Jelly_Loading {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1rem;
  border: 3px solid black;
  border-right-color: transparent;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action input,
#Lead_Toolbar_Wrapper section.Newsletter .Action input {
  width: 100%;
  border: solid 1px white;
  background: none;
  border-radius: 0;
  font-size: 1.5em;
  height: 3em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action input::-webkit-input-placeholder,
#Lead_Toolbar_Wrapper section.Newsletter .Action input::-webkit-input-placeholder {
  color: #ffffff;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter .Action input::placeholder,
#Lead_Toolbar_Wrapper section.Newsletter .Action input::placeholder {
  color: #ffffff;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter h4,
  #Lead_Toolbar_Wrapper section.Newsletter h4 {
    margin-bottom: 0;
  }
}
@media (min-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Newsletter h3 em,
  #Lead_Toolbar_Wrapper section.Newsletter h3 em {
    font-size: 1.15em;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Mission,
#Lead_Toolbar_Wrapper section.Mission {
  margin-top: -1.75rem;
  padding-top: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Mission p,
#Lead_Toolbar_Wrapper section.Mission p {
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-size: 1.1em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Mission p,
  #Lead_Toolbar_Wrapper section.Mission p {
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
    font-size: 1.4em;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team,
#Lead_Toolbar_Wrapper section.Team {
  padding-top: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team ul,
#Lead_Toolbar_Wrapper section.Team ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team ul li,
#Lead_Toolbar_Wrapper section.Team ul li {
  width: 100%;
  margin-bottom: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team ul li .Person_Item .Cover,
#Lead_Toolbar_Wrapper section.Team ul li .Person_Item .Cover {
  width: 100%;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team ul li p,
#Lead_Toolbar_Wrapper section.Team ul li p {
  margin-top: 1em;
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.25em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team ul li p em,
#Lead_Toolbar_Wrapper section.Team ul li p em {
  margin-right: 0.5em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team ul li:last-child,
#Lead_Toolbar_Wrapper section.Team ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Team ul,
  #Lead_Toolbar_Wrapper section.Team ul {
    padding-left: 0;
    padding-right: 0;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Team ul li,
  #Lead_Toolbar_Wrapper section.Team ul li {
    width: calc(100%/3 - 1.5rem);
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Team ul li p,
  #Lead_Toolbar_Wrapper section.Team ul li p {
    line-height: 1.4;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers,
#Lead_Toolbar_Wrapper section.Team.Jewellers,
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees,
#Lead_Toolbar_Wrapper section.Team.Employees {
  padding-top: 2rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers ul,
#Lead_Toolbar_Wrapper section.Team.Jewellers ul,
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees ul,
#Lead_Toolbar_Wrapper section.Team.Employees ul {
  justify-content: flex-start;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers ul li,
#Lead_Toolbar_Wrapper section.Team.Jewellers ul li,
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees ul li,
#Lead_Toolbar_Wrapper section.Team.Employees ul li {
  width: calc(100%/2 - 1.25rem);
  margin-right: 1.25rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers ul li:nth-child(4n),
#Lead_Toolbar_Wrapper section.Team.Jewellers ul li:nth-child(4n),
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees ul li:nth-child(4n),
#Lead_Toolbar_Wrapper section.Team.Employees ul li:nth-child(4n) {
  margin-right: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers ul li p,
#Lead_Toolbar_Wrapper section.Team.Jewellers ul li p,
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees ul li p,
#Lead_Toolbar_Wrapper section.Team.Employees ul li p {
  line-height: 1.2;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers ul li,
  #Lead_Toolbar_Wrapper section.Team.Jewellers ul li,
  #Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees ul li,
  #Lead_Toolbar_Wrapper section.Team.Employees ul li {
    width: calc(100%/4 - 1.25rem);
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers.Jewellers ul li .Person_Item .Cover .Image,
#Lead_Toolbar_Wrapper section.Team.Jewellers.Jewellers ul li .Person_Item .Cover .Image,
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees.Jewellers ul li .Person_Item .Cover .Image,
#Lead_Toolbar_Wrapper section.Team.Employees.Jewellers ul li .Person_Item .Cover .Image {
  border-radius: 0;
  -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 30%, 70% 100%, 30% 100%, 0% 30%);
          clip-path: polygon(15% 0%, 85% 0%, 100% 30%, 70% 100%, 30% 100%, 0% 30%);
  overflow: hidden;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Jewellers.Jewellers ul li .Person_Item .Cover .Image:before,
#Lead_Toolbar_Wrapper section.Team.Jewellers.Jewellers ul li .Person_Item .Cover .Image:before,
#Content_Wrapper #Content.Landing main#Lead_Main section.Team.Employees.Jewellers ul li .Person_Item .Cover .Image:before,
#Lead_Toolbar_Wrapper section.Team.Employees.Jewellers ul li .Person_Item .Cover .Image:before {
  content: '';
  padding-top: 80%;
  float: left;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Hocket h4,
#Lead_Toolbar_Wrapper section.Hocket h4 {
  margin-bottom: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Hocket h4.Response,
#Lead_Toolbar_Wrapper section.Hocket h4.Response {
  margin-top: 1rem;
  margin-left: 6em;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic,
#Lead_Toolbar_Wrapper section.Comic {
  padding: 0.5em;
  position: relative;
  margin-bottom: 1.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic img,
#Lead_Toolbar_Wrapper section.Comic img {
  width: 100%;
  position: relative;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic p,
#Lead_Toolbar_Wrapper section.Comic p {
  position: absolute;
  line-height: 1.3;
  font-size: 1em;
  font-weight: normal;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic,
  #Lead_Toolbar_Wrapper section.Comic {
    width: 75%;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic p,
  #Lead_Toolbar_Wrapper section.Comic p {
    line-height: 1.5;
    font-size: 1.5em;
    font-family: "chalet-london-sixty", "Arial", sans-serif;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic p,
  #Lead_Toolbar_Wrapper section.Comic p {
    font-size: 0.9em;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_One p,
#Lead_Toolbar_Wrapper section.Comic.Slide_One p {
  right: 2em;
  top: -0.75em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_One p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_One p {
    line-height: 1.5;
    top: 20%;
    left: 70%;
    width: -webkit-max-content;
    width: max-content;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Two img,
#Lead_Toolbar_Wrapper section.Comic.Slide_Two img {
  width: 90%;
  left: -12%;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Two p,
#Lead_Toolbar_Wrapper section.Comic.Slide_Two p {
  text-align: right;
  top: 0;
  right: 4%;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Two,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Two {
    margin-left: auto;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Two p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Two p {
    left: 42%;
    top: 16%;
    right: initial;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Two p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Two p {
    top: -3%;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Three img,
#Lead_Toolbar_Wrapper section.Comic.Slide_Three img {
  width: 90%;
  left: -16%;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Three p,
#Lead_Toolbar_Wrapper section.Comic.Slide_Three p {
  top: -10%;
  text-align: right;
  right: 4%;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Three img,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Three img {
    width: 100%;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Three p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Three p {
    text-align: right;
    left: 37%;
    top: 10%;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Three img,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Three img {
    left: -19%;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Three p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Three p {
    top: -13%;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Four,
#Lead_Toolbar_Wrapper section.Comic.Slide_Four {
  margin-top: 5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Four img,
#Lead_Toolbar_Wrapper section.Comic.Slide_Four img {
  left: 15%;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Four p,
#Lead_Toolbar_Wrapper section.Comic.Slide_Four p {
  top: -4rem;
  width: 69%;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Four,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Four {
    width: 90%;
    margin-top: 0;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Four p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Four p {
    top: 10%;
    left: 3%;
    width: 60%;
    text-align: left;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Four p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Four p {
    width: 73%;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Five,
#Lead_Toolbar_Wrapper section.Comic.Slide_Five {
  margin-top: -3.5rem;
  margin-bottom: 6rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Five p,
#Lead_Toolbar_Wrapper section.Comic.Slide_Five p {
  text-align: right;
  top: 95%;
  right: 6%;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Five,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Five {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Five p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Five p {
    text-align: left;
    top: 38%;
    left: 47%;
    right: initial;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Five img,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Five img {
    width: 50%;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Six,
#Lead_Toolbar_Wrapper section.Comic.Slide_Six {
  margin-bottom: 10rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Six p,
#Lead_Toolbar_Wrapper section.Comic.Slide_Six p {
  margin-left: 0.5rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Six,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Six {
    width: 98%;
    margin-bottom: 8.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Six p,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Six p {
    margin: 0;
    left: 2%;
    top: 8%;
    width: 50%;
    text-align: right;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main section.Comic.Slide_Six img,
  #Lead_Toolbar_Wrapper section.Comic.Slide_Six img {
    width: 50%;
    left: 50%;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Main,
#Lead_Toolbar_Wrapper#Lead_Main {
  overflow-x: hidden;
  color: #ffffff;
  max-width: 1440px;
  background: #ffabac;
  padding-top: 0rem;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Main,
  #Lead_Toolbar_Wrapper#Lead_Main {
    padding-top: 6.65rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Main.Welcome,
#Lead_Toolbar_Wrapper#Lead_Main.Welcome {
  margin: auto;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffabac;
  z-index: 3;
  display: none;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left {
  display: flex;
  align-items: center;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Logo,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Logo {
  display: inline-block;
  width: 5rem;
  margin-right: 2rem;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Logo,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Logo {
    width: 7rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch {
  display: inline-block;
  flex-grow: 1;
  text-align: right;
  margin-right: 1rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: none;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  display: inline;
  vertical-align: middle;
  margin-right: 0.75em;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label {
    font-family: "chalet-paris-sixty", "Arial", sans-serif;
    font-size: 1.35rem;
  }
}
@media (min-width: 960px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label {
    font-size: 1.5rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major {
  margin-top: -0.25rem;
  display: inline;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a {
  font-size: 1.75rem;
  vertical-align: middle;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Events,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Events {
  margin-right: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Memberships,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Memberships {
  display: none;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right {
  display: flex;
  align-items: center;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right i.material-icons,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right i.material-icons {
  font-size: 2.75em;
  position: relative;
  top: -0.05em;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon {
  display: inline-block;
  width: 4.75rem;
  margin-top: -2rem;
  margin-right: 0.75rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon .Cover,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon .Cover {
  width: 100%;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon .Cover .Image,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon .Cover .Image {
  border: solid 3px #ffffff;
  width: 100%;
  margin: 0;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon .Cover .Image.Placeholder,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge .Icon .Cover .Image.Placeholder {
  background: none;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge:hover,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge:hover {
  border: none;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge:hover .Icon .Cover .Image,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right a.Badge:hover .Icon .Cover .Image {
  border: solid 3px #ffff75;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch {
    flex-grow: initial;
    text-align: initial;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label {
    display: block;
    vertical-align: initial;
    margin-right: initial;
    font-size: 1.5rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major {
    display: block;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a {
    font-size: 2.5rem;
    vertical-align: initial;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Events,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Events {
    margin-right: 0.5em;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Memberships,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a.Memberships {
    display: inline-block;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Right {
    padding-top: 1.5rem;
  }
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch {
    margin-right: 0.75em;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch label {
    margin-right: 0.5em;
    font-size: 1.2rem;
  }
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Main .Flex_Left .Launch nav.Major a {
    font-size: 1.2rem;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Menu,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Menu {
  display: none;
  margin: auto;
  max-width: 1440px;
  padding: 2rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Toolbar .Menu,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Toolbar .Menu {
    display: flex;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc(200%/3);
  transition: 0.15s;
  z-index: 3;
  background: black;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1.3em;
}
@media (max-width: 320px) {
  #Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu,
  #Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu {
    width: 75%;
  }
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu a.Close,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu a.Close {
  position: absolute;
  color: white;
  left: 1.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu a.Close i.material-icons,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu a.Close i.material-icons {
  font-size: 2em;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu nav.Account,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu nav.Account {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu nav.Account a,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu nav.Account a {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-family: "chalet-paris-sixty", "Arial", sans-serif;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu nav.Account .Person_Item .Cover,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu nav.Account .Person_Item .Cover {
  width: 5.5rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu div.Launch,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu div.Launch {
  margin-top: 2.5rem;
  margin-bottom: 2.75rem;
  text-align: right;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu div.Launch label,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu div.Launch label {
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  font-weight: normal;
  text-transform: none;
  color: white;
  margin-bottom: 0.5em;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu div.Launch nav a,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu div.Launch nav a {
  font-size: 1.4em;
  color: #3af2a3;
  margin-right: 0;
  display: block;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu div.Launch nav a.Events,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu div.Launch nav a.Events {
  margin-bottom: 0.75rem;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu div.Launch nav a:before,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu div.Launch nav a:before {
  display: none;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu nav.Menu.Vertical,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu nav.Menu.Vertical {
  flex-direction: column;
  align-items: flex-end;
}
#Content_Wrapper #Content.Landing main#Lead_Main#Lead_Toolbar_Wrapper header.Menu nav.Menu.Vertical a,
#Lead_Toolbar_Wrapper#Lead_Toolbar_Wrapper header.Menu nav.Menu.Vertical a {
  font-weight: normal;
  display: block;
  margin-bottom: 0.5rem;
  font-family: "chalet-paris-sixty", "Arial", sans-serif;
}
.Jelly_Modal.Interstitial .Jelly_Progress_Bar div {
  background-color: #ffff75 !important;
}
@media (max-width: 768px) {
  .Jelly_Modal.Interstitial {
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: initial;
    bottom: 0;
    width: 100%;
  }
}
.Interstitial_Wrapper {
  padding: 0;
  border-radius: 0 !important;
  background: #ffff75 !important;
  border: none !important;
  box-shadow: none !important;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Title {
  padding-top: 0rem;
  padding-right: 1rem;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Title a i.material-icons {
  font-size: 2.5em;
  font-weight: 800;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Title a:hover {
  border: none;
}
@media (min-width: 768px) {
  .Interstitial_Wrapper .Dialog_Wrapper .Dialog_Title {
    padding-top: 3.25rem;
    padding-right: 2rem;
  }
  .Interstitial_Wrapper .Dialog_Wrapper .Dialog_Title a i.material-icons {
    font-size: 3.5em;
  }
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content {
  padding: 0.75em 1em !important;
  font-size: 1.4em;
  margin-right: 2.5em;
  text-align: left;
  padding-bottom: 1.5em;
  min-width: initial;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content a {
  display: inline-block;
  position: relative;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  z-index: 1;
  cursor: point;
  font-size: 1.1em;
  margin-top: 1em;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content a:hover {
  border: none;
  color: #000000;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content a:hover:before {
  background: #ffff75;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content a:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 46%;
  content: "";
  display: block;
  background: #3af2a3;
  position: absolute;
  height: 0.6em;
  width: calc(100% + .15em);
  z-index: -1;
  left: -0.15em;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content a.Pink:hover:before {
  background: #ffabac;
}
.Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content a:hover:before {
  background: #ffabac;
}
@media (min-width: 768px) {
  .Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content {
    font-size: 3em;
  }
}
@media (min-width: 960px) {
  .Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content {
    font-size: 2.5em;
    min-width: 40rem;
  }
}
@media (min-width: 1280px) {
  .Interstitial_Wrapper .Dialog_Wrapper .Dialog_Content_Wrapper .Dialog_Content {
    font-size: 3em;
    min-width: initial;
  }
}
/* 

:: Eventbrite 
	
*/
#Friends_UI.Greet #Toolbar_Wrapper {
  display: none;
}
#Friends_UI.Greet #Content_Wrapper {
  margin-top: 0;
}
#Friends_UI.Greet #Content_Wrapper #Content.Landing {
  background: none;
}
#Friends_UI.Greet .Jelly_Progress_Bar {
  opacity: 0 !important;
}
.Eventbrite_Upsell_Modal {
  overflow-y: scroll;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.Eventbrite_Upsell_Modal > span > span {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: fixed !important;
  padding: 1.5rem !important;
  max-width: initial !important;
  max-height: initial !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Title_Wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Title_Wrapper .Title {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Title_Wrapper .Title .Flex_Left {
  flex-grow: 1;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Title_Wrapper .Title .Flex_Left .Logo {
  height: 2rem;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Title_Wrapper .Title .Flex_Right .material-icons {
  font-weight: 900;
  font-size: 2rem;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper {
  max-width: 768px;
  margin: auto;
  margin-top: 3.75rem;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper p {
  line-height: 1.35em;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 1.33rem;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper strong {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bolder;
  color: #ffabac;
  font-style: initial;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper em {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bolder;
  font-style: initial;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Media {
  margin-left: -1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: calc(100% + 3rem);
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Media .Video_Wrapper {
  background: black;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Media .Cover.Picture {
  overflow: hidden;
  position: relative;
  display: block;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Media .Cover.Picture:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Media .Cover.Picture .Cover_Content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-color: #000000;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action {
  text-align: right;
  padding-bottom: 0.75rem;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major {
  position: relative;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 2.25em;
  margin-bottom: 0.75rem;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major:hover {
  border: none;
  color: #000000;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major:hover:before {
  background: #ffff75;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 46%;
  content: "";
  display: block;
  background: #3af2a3;
  position: absolute;
  height: 0.6em;
  width: calc(100% + .15em);
  z-index: -1;
  left: -0.15em;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major.Pink:hover:before {
  background: #ffabac;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Cancel {
  font-size: 1.5em;
  font-weight: normal;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 0.75rem;
  border: none;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Cancel:hover {
  border: none;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion {
  margin-bottom: 1rem;
  font-size: 1.2em;
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
  background: #F8C3E3;
  background: none;
  border: dashed 1px #ffabac;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion label {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion {
    float: none;
    margin-top: 1rem;
    width: -webkit-max-content;
    width: max-content;
  }
  .Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion label {
    display: inline;
  }
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Suggested {
  margin-top: 64px;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Suggested h2 {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 22px;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Suggested h2 .Range {
  display: inline-block;
  margin-left: 12px;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip {
  margin-left: auto;
  width: -webkit-max-content;
  width: max-content;
  margin-top: -4px;
  margin-bottom: 32px;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input {
  box-shadow: none;
  padding: 0;
  border: none;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input.Highlight .Twemoji {
  opacity: 1;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input .Twemoji {
  margin-top: 0.75em;
  margin-bottom: 0;
  font-size: 1.5em;
  margin-right: 1em;
  transition-duration: 150ms;
  opacity: 0.2;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip input {
  border: solid 2px black;
  font-size: 1.5em;
  height: 2.5em;
  width: 9em;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  padding-left: 11px !important;
  text-align: center;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip input:focus {
  border-color: black;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip input::selection {
  background-color: #ffdede;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input_Icon {
  color: black;
  font-size: 1.5em;
  top: -0.2em;
}
.Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell .Jelly_Action_Result {
  color: #d0021b;
  font-size: 14px;
  margin-top: -16px;
  margin-bottom: 20px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (min-width: 960px) {
  .Eventbrite_Upsell_Modal > span > span {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .Eventbrite_Upsell_Modal > span > span .Eventbrite_Upsell_Wrapper section.Media {
    margin-left: 0;
    width: 100%;
  }
}
.Jelly_Modal.Quick_Window {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: none;
          transform: none;
}
.Jelly_Modal.Quick_Window .Content_Loader {
  display: none !important;
}
.Jelly_Modal.Quick_Window .Jelly_Progress_Bar div {
  background-color: #3af2a3 !important;
}
/* Greet */
.Greet_Wrapper.Popup {
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .Greet_Wrapper.Popup {
    overflow-y: initial;
  }
}
.Greet_Wrapper.Popup .Greet_Buttons {
  margin-top: 1rem;
}
.Greet_Wrapper.Popup .Greet_Buttons a {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .Greet_Wrapper.Popup .Greet_Buttons {
    display: flex;
    margin-top: 3rem;
  }
  .Greet_Wrapper.Popup .Greet_Buttons a {
    margin-top: 0;
  }
}
.Dialog_Wrapper.New_Share .Dialog_Title {
  padding-left: 1.5rem;
  padding-top: 2.5rem;
}
.Dialog_Wrapper.New_Share .Dialog_Title a {
  top: 0;
}
.Dialog_Wrapper.New_Share .Dialog_Title h1 {
  margin-bottom: 0;
}
.Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content {
  padding-bottom: 1.5rem;
  text-align: left;
}
.Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content p {
  line-height: 1.3;
  font-size: 1.1em;
}
.Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content .share_buttons a {
  background: white;
  border: solid 1px black;
  width: 100%;
  position: relative;
}
.Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content .share_buttons a i,
.Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
@media (max-width: 767px) {
  .Dialog_Wrapper.New_Share.Just_Supported .Dialog_Title {
    align-items: flex-start;
  }
  .Dialog_Wrapper.New_Share.Just_Supported .Dialog_Content_Wrapper {
    padding-top: 5.5rem;
  }
}
@media (max-width: 374px) {
  .Dialog_Wrapper.New_Share.Just_Supported .Dialog_Content_Wrapper {
    padding-top: 7.5rem;
  }
}
@media (min-width: 768px) {
  .Dialog_Wrapper.New_Share {
    padding: 2rem;
  }
  .Dialog_Wrapper.New_Share .Dialog_Title {
    padding: 0 2.75rem 0 3.5em;
  }
  .Dialog_Wrapper.New_Share .Dialog_Title h1 {
    font-size: 2em !important;
  }
  .Dialog_Wrapper.New_Share .Dialog_Content_Wrapper {
    width: -webkit-max-content;
    width: max-content;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
  .Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content .share_buttons {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.25rem;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content .share_buttons span:first-child > span > a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .Dialog_Wrapper.New_Share .Dialog_Content_Wrapper .Dialog_Content .share_buttons span:first-child > span > a {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.Force_Orientation_Disclaimer {
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #333;
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}
@media only screen and (orientation: portrait) {
  .Force_Orientation_Disclaimer.Portrait {
    display: none;
  }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
  .Force_Orientation_Disclaimer {
    text-align: center;
  }
}
@media only screen and (orientation: landscape) {
  .Force_Orientation_Disclaimer.Landscape {
    display: none;
  }
}
/* 

:: fuck me

*/
/* 

:: Units

*/
/* Currently overriding a 14px = 1rem stylesheet :'( */
/* 

:: Colors

*/
.Withfriends {
  /* 

:: Typography

*/
  /* Base style */
  font-family: "Avenir Book WF";
  font-size: 16px;
  line-height: 1.63;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #333333;
  /* Copy sizes */
  /* Headings */
  /* Displays */
  /* 

:: Animations

*/
  /* 

:: Inputs

*/
  /* 

:: Buttons

*/
  /* 

	:: Layout

	*/
  /* 

	:: Stylable 

	*/
  /* 

	:: Lead Page

	*/
  /* 

	:: Elements

	*/
  /* 

:: Actions

*/
  /* */
  /* TODO - should this be called wf-inline-edit?  */
  /* 

:: Toolbar

*/
  /* This hides the progress bar in my hack to fix the "Flush" bug in which the sign in would sometimes not load. */
  /* 

:: Movement

*/
  /*

:: Campaign

*/
  /* 

:: Memberships

*/
  /* 

:: Upsell Links 

(see Upsell Window below as well)

*/
  /*
	
:: Events

*/
  /* 

	:: Members

	*/
  /*
		
	:: Reports

	*/
  /* 

	:: Join page 

	*/
}
.Withfriends .reset {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.Withfriends .reset:focus,
.Withfriends .reset:hover,
.Withfriends .reset:active,
.Withfriends .reset:visited,
.Withfriends .reset:focus-within,
.Withfriends .reset:invalid,
.Withfriends .reset:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-plain-link {
  text-decoration: initial;
  color: inherit;
}
.Withfriends .wf-plain-link:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-plain-link:focus {
  outline-style: initial;
}
.Withfriends p {
  font-family: "Avenir Book WF";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #333333;
}
.Withfriends strong {
  font-family: "Avenir Heavy WF";
}
.Withfriends .wf-normal {
  font-size: 16px;
  line-height: 1.63;
}
.Withfriends .wf-large {
  font-size: 18px;
  line-height: 1.56;
}
.Withfriends .wf-small {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
}
.Withfriends h1,
.Withfriends h2,
.Withfriends h3,
.Withfriends h4,
.Withfriends h5,
.Withfriends h6,
.Withfriends .wf-normal,
.Withfriends .wf-large,
.Withfriends .wf-small,
.Withfriends p .h1,
.Withfriends .h2,
.Withfriends .h3,
.Withfriends .h4,
.Withfriends .h5,
.Withfriends .h6,
.Withfriends .p {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.Withfriends h1:focus,
.Withfriends h2:focus,
.Withfriends h3:focus,
.Withfriends h4:focus,
.Withfriends h5:focus,
.Withfriends h6:focus,
.Withfriends .wf-normal:focus,
.Withfriends .wf-large:focus,
.Withfriends .wf-small:focus,
.Withfriends p .h1:focus,
.Withfriends .h2:focus,
.Withfriends .h3:focus,
.Withfriends .h4:focus,
.Withfriends .h5:focus,
.Withfriends .h6:focus,
.Withfriends .p:focus,
.Withfriends h1:hover,
.Withfriends h2:hover,
.Withfriends h3:hover,
.Withfriends h4:hover,
.Withfriends h5:hover,
.Withfriends h6:hover,
.Withfriends .wf-normal:hover,
.Withfriends .wf-large:hover,
.Withfriends .wf-small:hover,
.Withfriends p .h1:hover,
.Withfriends .h2:hover,
.Withfriends .h3:hover,
.Withfriends .h4:hover,
.Withfriends .h5:hover,
.Withfriends .h6:hover,
.Withfriends .p:hover,
.Withfriends h1:active,
.Withfriends h2:active,
.Withfriends h3:active,
.Withfriends h4:active,
.Withfriends h5:active,
.Withfriends h6:active,
.Withfriends .wf-normal:active,
.Withfriends .wf-large:active,
.Withfriends .wf-small:active,
.Withfriends p .h1:active,
.Withfriends .h2:active,
.Withfriends .h3:active,
.Withfriends .h4:active,
.Withfriends .h5:active,
.Withfriends .h6:active,
.Withfriends .p:active,
.Withfriends h1:visited,
.Withfriends h2:visited,
.Withfriends h3:visited,
.Withfriends h4:visited,
.Withfriends h5:visited,
.Withfriends h6:visited,
.Withfriends .wf-normal:visited,
.Withfriends .wf-large:visited,
.Withfriends .wf-small:visited,
.Withfriends p .h1:visited,
.Withfriends .h2:visited,
.Withfriends .h3:visited,
.Withfriends .h4:visited,
.Withfriends .h5:visited,
.Withfriends .h6:visited,
.Withfriends .p:visited,
.Withfriends h1:focus-within,
.Withfriends h2:focus-within,
.Withfriends h3:focus-within,
.Withfriends h4:focus-within,
.Withfriends h5:focus-within,
.Withfriends h6:focus-within,
.Withfriends .wf-normal:focus-within,
.Withfriends .wf-large:focus-within,
.Withfriends .wf-small:focus-within,
.Withfriends p .h1:focus-within,
.Withfriends .h2:focus-within,
.Withfriends .h3:focus-within,
.Withfriends .h4:focus-within,
.Withfriends .h5:focus-within,
.Withfriends .h6:focus-within,
.Withfriends .p:focus-within,
.Withfriends h1:invalid,
.Withfriends h2:invalid,
.Withfriends h3:invalid,
.Withfriends h4:invalid,
.Withfriends h5:invalid,
.Withfriends h6:invalid,
.Withfriends .wf-normal:invalid,
.Withfriends .wf-large:invalid,
.Withfriends .wf-small:invalid,
.Withfriends p .h1:invalid,
.Withfriends .h2:invalid,
.Withfriends .h3:invalid,
.Withfriends .h4:invalid,
.Withfriends .h5:invalid,
.Withfriends .h6:invalid,
.Withfriends .p:invalid,
.Withfriends h1:disabled,
.Withfriends h2:disabled,
.Withfriends h3:disabled,
.Withfriends h4:disabled,
.Withfriends h5:disabled,
.Withfriends h6:disabled,
.Withfriends .wf-normal:disabled,
.Withfriends .wf-large:disabled,
.Withfriends .wf-small:disabled,
.Withfriends p .h1:disabled,
.Withfriends .h2:disabled,
.Withfriends .h3:disabled,
.Withfriends .h4:disabled,
.Withfriends .h5:disabled,
.Withfriends .h6:disabled,
.Withfriends .p:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends h1,
.Withfriends .h1 {
  font-size: 48px;
  line-height: 1.13;
}
.Withfriends h2,
.Withfriends .h2 {
  font-size: 36px;
  line-height: 1.17;
}
.Withfriends h3,
.Withfriends .h3 {
  font-size: 32px;
  line-height: 1.19;
}
.Withfriends h4,
.Withfriends .h4 {
  font-size: 28px;
  line-height: 1.21;
}
.Withfriends h5,
.Withfriends .h5 {
  font-size: 24px;
  line-height: 1.25;
}
.Withfriends h6,
.Withfriends .h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.Withfriends h1.wf-display {
  font-size: 76px;
  line-height: 1.05;
}
.Withfriends h2.wf-display {
  font-size: 60px;
  line-height: 1.1;
}
.Withfriends input,
.Withfriends textarea {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  border-radius: 1px;
  background-color: #ffffff;
  border-color: #d2d2d2;
  font-family: "Avenir Roman WF";
  color: #6f6f6f;
  letter-spacing: -0.2px;
  line-height: 1.75;
}
.Withfriends input:focus,
.Withfriends textarea:focus,
.Withfriends input:hover,
.Withfriends textarea:hover,
.Withfriends input:active,
.Withfriends textarea:active,
.Withfriends input:visited,
.Withfriends textarea:visited,
.Withfriends input:focus-within,
.Withfriends textarea:focus-within,
.Withfriends input:invalid,
.Withfriends textarea:invalid,
.Withfriends input:disabled,
.Withfriends textarea:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends input:read-only,
.Withfriends textarea:read-only {
  background-color: #fbfbfb;
  border: solid 1px #d2d2d2;
}
.Withfriends input:focus,
.Withfriends textarea:focus,
.Withfriends input.focus,
.Withfriends textarea.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.Withfriends input:disabled,
.Withfriends textarea:disabled,
.Withfriends input.wf-disabled,
.Withfriends textarea.wf-disabled {
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.Withfriends input:invalid,
.Withfriends textarea:invalid,
.Withfriends input:hover,
.Withfriends textarea:hover {
  border: solid 1px #d2d2d2;
}
.Withfriends input:invalid:focus,
.Withfriends textarea:invalid:focus,
.Withfriends input:hover:focus,
.Withfriends textarea:hover:focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.Withfriends input.error,
.Withfriends textarea.error,
.Withfriends input[type="number"]:invalid,
.Withfriends textarea[type="number"]:invalid,
.Withfriends input[type="text"][pattern]:invalid,
.Withfriends textarea[type="text"][pattern]:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.Withfriends input[type="number"],
.Withfriends textarea[type="number"] {
  width: 80px;
}
.Withfriends input.Input_With_Icon,
.Withfriends textarea.Input_With_Icon {
  padding-left: 1em !important;
}
.Withfriends input::-webkit-input-placeholder,
.Withfriends textarea::-webkit-input-placeholder {
  color: #a4a6b3;
}
.Withfriends input::placeholder,
.Withfriends textarea::placeholder {
  color: #a4a6b3;
}
.Withfriends .material-icons.Input_Icon {
  display: none;
}
.Withfriends .Date_Input_Wrapper {
  background-color: #ffffff;
}
.Withfriends .Date_Input_Wrapper .Input_With_Icon {
  padding-right: 2.5em !important;
}
.Withfriends .Date_Input_Wrapper .material-icons.Input_Icon {
  display: block;
  color: #a4a6b3;
  left: initial;
  right: 10px;
  font-size: 1.4em;
  top: -1px;
  z-index: 1;
}
.Withfriends .Date_Input_Wrapper input[type="text"] {
  background: none;
  position: relative;
  z-index: 2;
}
.Withfriends .Text_Area_Input_Wrapper .Character_Display {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.Withfriends .Text_Area_Input_Wrapper .Character_Display:focus,
.Withfriends .Text_Area_Input_Wrapper .Character_Display:hover,
.Withfriends .Text_Area_Input_Wrapper .Character_Display:active,
.Withfriends .Text_Area_Input_Wrapper .Character_Display:visited,
.Withfriends .Text_Area_Input_Wrapper .Character_Display:focus-within,
.Withfriends .Text_Area_Input_Wrapper .Character_Display:invalid,
.Withfriends .Text_Area_Input_Wrapper .Character_Display:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .Text_Area_Input_Wrapper .Character_Display.Negative {
  color: #d0021b;
}
.Withfriends input {
  height: 48px;
  padding: 1em 0.625em;
}
.Withfriends textarea {
  padding: 0.3125em 0.625em;
}
.Withfriends .Jelly_Action_Result,
.Withfriends .Jelly_Action_Input_Result {
  font-size: 14px;
  color: #d0021b;
}
.Withfriends .wf-select {
  height: 48px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ffffff;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 1px;
  border: solid 1px #d2d2d2;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#6F6F6F" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path fill="none" d="M0 0h24v24H0V0z"/></svg>');
  background-position: calc(100% - .5em) 50%;
  background-repeat: no-repeat;
  font-family: "Avenir Roman WF";
  letter-spacing: -0.2px;
  color: #a4a6b3;
}
.Withfriends .wf-select:focus,
.Withfriends .wf-select.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
.Withfriends .wf-select.error,
.Withfriends .wf-select:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
.Withfriends .wf-checkbox {
  display: block;
}
.Withfriends .wf-checkbox label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.Withfriends .wf-checkbox input[type="checkbox"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
.Withfriends .wf-checkbox .Display {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
.Withfriends .wf-checkbox .Display .Check {
  display: none;
}
.Withfriends .wf-checkbox input[type="checkbox"]:checked + .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.Withfriends .wf-checkbox input[type="checkbox"]:checked + .Display .Check {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
.Withfriends .wf-checkbox input[type="checkbox"]:checked + .Display .Check i.material-icons {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14.4px;
  color: white;
}
.Withfriends .wf-checkbox:not(.readonly) input[type="checkbox"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.Withfriends .wf-checkbox .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .Withfriends .wf-checkbox .label-display {
    margin-left: 16px;
  }
  .Withfriends .wf-checkbox .label-display:empty {
    margin-left: 0;
  }
}
.Withfriends .wf-radio label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.Withfriends .wf-radio input[type="radio"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
.Withfriends .wf-radio .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 1200px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
.Withfriends .wf-radio .Display .Check {
  display: none;
}
.Withfriends .wf-radio input[type="radio"]:checked + .Display {
  border: solid 2px #ff877b;
  padding: 3px;
}
.Withfriends .wf-radio input[type="radio"]:checked + .Display .Circle {
  width: 100%;
  height: 100%;
  background: #ff877b;
}
.Withfriends .wf-radio input[type="radio"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.Withfriends .wf-radio .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 3 * 16px);
  cursor: pointer;
}
.Withfriends .wf-dropdown.Menu_Input {
  margin-bottom: 0;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
.Withfriends .wf-dropdown.Menu_Input .Jelly_Closed_Menu_Badge i.Jelly_Closed_Menu_Light {
  font-family: "Avenir Book WF";
  font-style: normal;
  font-size: 1em;
  color: #6f6f6f;
  letter-spacing: -0.2px;
}
.Withfriends .wf-dropdown.Menu_Input i.Jelly_Closed_Menu_Arrow {
  color: #6f6f6f;
  margin-left: 0;
  right: -6px;
}
.Withfriends .wf-dropdown.Menu_Input.focus {
  /* TODO - it changes size if it's left at 2px... */
  border: solid 1px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.Withfriends .Picture_Input .Preview {
  background-color: #f7f7f7;
}
.Withfriends .Picture_Input .Preview .Badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Withfriends .Picture_Input .Preview .Badge i {
  color: #333333;
  font-size: 22px;
  left: initial;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  position: initial;
}
.Withfriends .Picture_Input .Preview .Badge label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  font-weight: 100;
  text-transform: initial;
}
.Withfriends .Picture_Input .Preview .Badge label:focus,
.Withfriends .Picture_Input .Preview .Badge label:hover,
.Withfriends .Picture_Input .Preview .Badge label:active,
.Withfriends .Picture_Input .Preview .Badge label:visited,
.Withfriends .Picture_Input .Preview .Badge label:focus-within,
.Withfriends .Picture_Input .Preview .Badge label:invalid,
.Withfriends .Picture_Input .Preview .Badge label:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .Picture_Input .Preview .Cover_Content {
  margin-bottom: 0;
}
.Withfriends .Picture_Input .uploadcare--widget {
  display: none;
}
.Withfriends .Picture_Input .Uploader .Jelly_Loading {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.Withfriends .Picture_Input:not(.Include_Remove_Button) {
  position: absolute;
  height: 100%;
  width: 100%;
}
.Withfriends .Picture_Input:not(.Include_Remove_Button) .Preview {
  height: 100%;
  width: 100%;
}
.Withfriends .Picture_Input.Include_Remove_Button .Badge i {
  display: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Badge label {
  display: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Button label {
  display: initial;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button:hover {
  border-bottom: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button i {
  display: none;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label:hover,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label:active,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label:visited,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus-within,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label:invalid,
.Withfriends .Picture_Input.Include_Remove_Button .Add_Button .Button label:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .Picture_Input .Hint {
  display: none;
}
@media (min-width: 768px) {
  .Withfriends .Picture_Input .Preview .Badge i {
    display: none;
  }
  .Withfriends .Picture_Input .Preview .Badge label {
    display: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    border-width: 2px;
    background: #f7f7f7;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary {
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:disabled,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2 {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-processing {
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:disabled,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-processing {
    border: solid 1px #8c8c8c;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:disabled,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-disabled {
    color: #8c8c8c;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #e2e2e2;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:hover {
    border-bottom: solid 1px #e2e2e2;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 1px #333333;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-processing {
    border: solid 1px #8c8c8c;
    opacity: 0.7;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:disabled,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-disabled {
    border: solid 1px #8c8c8c;
    color: #8c8c8c;
    opacity: 0.7;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-huge {
    font-size: 16px;
    height: 64px;
    min-width: 197.28px;
    padding-left: 42.56px;
    padding-right: 42.56px;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-large {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-medium {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-small {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    opacity: 0.7;
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-flat {
    left: 0;
    bottom: 0;
    box-shadow: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):hover,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    border: solid 1px #8c8c8c;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    color: #8c8c8c;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a i {
    display: none;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    text-transform: initial;
  }
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:hover,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:active,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:visited,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus-within,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:invalid,
  .Withfriends .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
.Withfriends .Video_Input .uploadcare--widget {
  display: none;
}
.Withfriends .Video_Input .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.Withfriends .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .Video_Input .Add_Buttons {
  margin-top: 48px;
  background: none;
  overflow: initial;
}
.Withfriends .Video_Input .Add_Buttons .Aspect {
  display: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner {
  position: static;
  justify-content: flex-end;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader {
  margin-right: 16px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader {
  flex: initial;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  padding-left: 2rem;
  padding-right: 2rem;
  width: -webkit-fit-content;
  width: fit-content;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-processing,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-processing,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-processing,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-processing,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-huge,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-large,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-medium,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-small,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:hover {
  border-bottom: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-flat,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a i,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a i {
  display: none;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:hover,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:active,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:visited,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:visited,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus-within,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus-within,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:invalid,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:invalid,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:disabled,
.Withfriends .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .Video_Input .Remove_Buttons {
  display: flex;
  justify-content: flex-end;
}
.Withfriends .Video_Input .Remove_Buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a:disabled,
.Withfriends .Video_Input .Remove_Buttons a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary:disabled,
.Withfriends .Video_Input .Remove_Buttons a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-primary-2:disabled,
.Withfriends .Video_Input .Remove_Buttons a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-secondary:disabled,
.Withfriends .Video_Input .Remove_Buttons a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-tertiary:disabled,
.Withfriends .Video_Input .Remove_Buttons a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Video_Input .Remove_Buttons a:hover {
  border-bottom: none;
}
.Withfriends .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .Video_Input .Remove_Buttons a:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .Video_Input .Remove_Buttons a.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Video_Input .Remove_Buttons a:disabled,
.Withfriends .Video_Input .Remove_Buttons a.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-link:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-quiet-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-quiet-button:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-button:disabled,
.Withfriends .wf-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-button.wf-primary:disabled,
.Withfriends .wf-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-button.wf-primary-2:disabled,
.Withfriends .wf-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-button.wf-secondary:disabled,
.Withfriends .wf-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-button.wf-tertiary:disabled,
.Withfriends .wf-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-button:hover {
  border-bottom: none;
}
.Withfriends .wf-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-flex {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.Withfriends .wf-grid {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-grid > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-grid > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-stylable a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-stylable a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-stylable a:focus {
  outline-style: initial;
}
.Withfriends .wf-stylable a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-stylable blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.Withfriends .wf-stylable h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.Withfriends .wf-stylable h1:focus,
.Withfriends .wf-stylable h1:hover,
.Withfriends .wf-stylable h1:active,
.Withfriends .wf-stylable h1:visited,
.Withfriends .wf-stylable h1:focus-within,
.Withfriends .wf-stylable h1:invalid,
.Withfriends .wf-stylable h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-stylable h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.Withfriends .wf-stylable h2:focus,
.Withfriends .wf-stylable h2:hover,
.Withfriends .wf-stylable h2:active,
.Withfriends .wf-stylable h2:visited,
.Withfriends .wf-stylable h2:focus-within,
.Withfriends .wf-stylable h2:invalid,
.Withfriends .wf-stylable h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-stylable img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-stylable iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-stylable hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.Withfriends .wf-lead {
  /*
		header { 
			display:flex;
			position:static !important;
			padding-left: @grid-gap;
			padding-right: @grid-gap;
			justify-content:space-between;
			.wf-logo { 
				height: 3.5 * @rem;
				width:auto;
			}
			@media (min-width:@Tablet_Width){ 
				padding-left: 0.5 * @grid-gap;
				padding-right: 0.5 * @grid-gap;
			}
		}
		*/
}
.Withfriends .wf-lead section {
  margin-bottom: 48px;
}
.Withfriends .wf-lead section.wf-primer-text-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
}
.Withfriends .wf-lead section.wf-primer-text-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-primer-text-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-primer-text-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section.wf-primer-text-splash h6 {
  font-size: 22px;
  font-family: "Avenir Heavy WF";
  margin-bottom: 24px;
  color: #ff6555;
}
.Withfriends .wf-lead section.wf-primer-text-splash h2 {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
.Withfriends .wf-lead section.wf-primer-text-splash h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
.Withfriends .wf-lead section.wf-primer-text-splash h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-lead section.wf-primer-text-splash .wf-highlight {
  color: #ff877b;
  font-weight: bold;
}
.Withfriends .wf-lead section.wf-primer-text-splash a.wf-button {
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
}
.Withfriends .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary) {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):disabled,
.Withfriends .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-primer-text-splash {
    margin-top: 88px;
  }
  .Withfriends .wf-lead section.wf-primer-text-splash h2 {
    grid-column: col-start 4 / span 10;
  }
  .Withfriends .wf-lead section.wf-primer-text-splash a.wf-button {
    grid-column: col-start 8 / span 2;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.19;
    font-size: 30px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 24px;
  }
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus,
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:hover,
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:active,
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:visited,
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus-within,
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:invalid,
  .Withfriends .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
.Withfriends .wf-lead section.wf-primer-text-splash.wf-primer-text-splash-off-white {
  max-width: initial;
  background-color: #f6f4f4;
  padding-top: 64px;
  padding-bottom: 72px;
}
.Withfriends .wf-lead section#wf-primer-graphic-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section#wf-primer-graphic-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-primer-graphic-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-graphic-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-primer-graphic-splash figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.Withfriends .wf-lead section#wf-primer-graphic-splash figure:before {
  content: '';
  padding-top: 68.75%;
  float: left;
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-graphic-splash figure {
    grid-column: col-start 4 / span 10;
  }
}
.Withfriends .wf-lead section#wf-primer-features {
  background-color: #f6f4f4;
  width: 100vw;
  max-width: initial;
  margin-top: -48px;
  padding-top: 16px;
  padding-bottom: 60px;
}
.Withfriends .wf-lead section#wf-primer-features.nu {
  background: white;
  margin-top: 84px;
  padding-bottom: 0;
  padding-top: 0;
}
.Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
}
.Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
  margin-top: 36px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 56px;
}
.Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
  flex-basis: calc(100%/3 - 0.5 * 16px);
  margin-bottom: 24px;
  margin-bottom: 64px;
}
.Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figure {
  background: url(https://cdn0.iconfinder.com/data/icons/siberian-husky-emoticons-1/512/Cool-Emoji-Emotion-Face-Expression-Feeling-512.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  margin: auto;
  margin-bottom: 8px;
}
.Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figcaption {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-features {
    margin-top: -112px;
    padding-top: 112px;
    padding-bottom: 120px;
  }
  .Withfriends .wf-lead section#wf-primer-features.nu {
    margin-top: 84px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    margin-bottom: 56px;
  }
  .Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
    grid-column: col-start 4 / span 10;
  }
  .Withfriends .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
    flex-basis: calc(100%/3 - 0.5 * 16px);
  }
}
.Withfriends .wf-lead section.wf-primer-testimonials {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section.wf-primer-testimonials > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-primer-testimonials > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-primer-testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section.wf-primer-testimonials h2 {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
.Withfriends .wf-lead section.wf-primer-testimonials h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
.Withfriends .wf-lead section.wf-primer-testimonials h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
  direction: initial;
  padding: 24px 20px;
  padding-left: 0;
  display: block;
}
.Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h5 {
  margin-bottom: 24px;
}
.Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
  display: flex;
}
.Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
  overflow: hidden;
  background-size: cover;
  border-radius: 50%;
  margin-right: 16px;
  flex-basis: 48px;
}
.Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p {
  margin: 0;
}
.Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p.wf-primer-testimonial-bio-name {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-primer-testimonials {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  .Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-primer-testimonials {
    margin-top: 64px;
    margin-bottom: 0;
  }
  .Withfriends .wf-lead section.wf-primer-testimonials h2 {
    letter-spacing: -0.5px;
  }
  .Withfriends .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    padding: 48px 30px;
    grid-gap: 36px;
    padding-right: 112px;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-carousel-segmenter h2 {
    font-size: 28px;
  }
}
.Withfriends .wf-lead section#wf-magic-moment-images .wf-magic-moment-images-inner {
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.Withfriends .wf-lead section#wf-magic-moment-images h2 {
  grid-column: col-start 2 / span 10;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-magic-moment-images {
    padding-bottom: 72px !important;
  }
  .Withfriends .wf-lead section#wf-magic-moment-images .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-magic-moment-images .wf-card {
    grid-column: span 4;
    display: grid;
  }
}
.Withfriends .wf-lead section#wf-magic-moment-images .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.Withfriends .wf-lead section#wf-magic-moment-images .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-lead section#wf-magic-moment-images .wf-card figure#wf-member-calculation {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=1);
}
.Withfriends .wf-lead section#wf-magic-moment-images .wf-card figure#wf-testimonials {
  background-image: url(https://withfriends.co/movement_followers/4633220/image/:do_regenerate=0);
}
.Withfriends .wf-lead section#wf-magic-moment-images .wf-card figure#wf-graph {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=3);
}
.Withfriends .wf-lead section.wf-primer-feeling {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section.wf-primer-feeling > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-primer-feeling > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-primer-feeling {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section.wf-primer-feeling figure {
  background: #d2d2d2;
  background-image: url(https://withfriends.co/picture/1606622/1280x611/file);
  background-size: cover;
  background-position: center center;
}
.Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
  direction: initial;
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
.Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  color: #ff6555;
}
.Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
  margin-bottom: 0;
}
.Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description p {
  margin-bottom: 0;
}
.Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-primer-feeling {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 16px;
  }
  .Withfriends .wf-lead section.wf-primer-feeling figure {
    flex-basis: 100%;
    width: calc(100% - 2 * 16px);
    margin: auto;
  }
  .Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  .Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-primer-feeling {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .Withfriends .wf-lead section.wf-primer-feeling h2 {
    letter-spacing: -0.5px;
  }
  .Withfriends .wf-lead section.wf-primer-feeling figure {
    grid-column: col-start / span 8;
  }
  .Withfriends .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
    padding-right: 112px;
  }
  .Withfriends .wf-lead section.wf-primer-feeling.wf-long figure {
    grid-column: col-start 3 / span 6;
  }
  .Withfriends .wf-lead section.wf-primer-feeling:not(.wf-right) .wf-primer-feeling-description {
    padding-left: 112px;
  }
  .Withfriends .wf-lead section.wf-primer-feeling.wf-right {
    direction: rtl;
  }
  .Withfriends .wf-lead section.wf-primer-feeling.wf-right .wf-primer-feeling-description {
    padding-right: 224px;
  }
}
.Withfriends .wf-lead section#wf-primer-splash,
.Withfriends .wf-lead #wf-lead-upsell {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section#wf-primer-splash > *,
.Withfriends .wf-lead #wf-lead-upsell > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-primer-splash > *,
  .Withfriends .wf-lead #wf-lead-upsell > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash,
  .Withfriends .wf-lead #wf-lead-upsell {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-primer-splash figure,
.Withfriends .wf-lead #wf-lead-upsell figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
}
.Withfriends .wf-lead section#wf-primer-splash #wf-primer-intro,
.Withfriends .wf-lead #wf-lead-upsell #wf-primer-intro {
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
.Withfriends .wf-lead section#wf-primer-splash #wf-primer-intro p,
.Withfriends .wf-lead #wf-lead-upsell #wf-primer-intro p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash figure,
  .Withfriends .wf-lead #wf-lead-upsell figure {
    overflow: hidden;
  }
  .Withfriends .wf-lead section#wf-primer-splash figure:before,
  .Withfriends .wf-lead #wf-lead-upsell figure:before {
    content: '';
    padding-top: 68.75%;
    float: left;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash h2,
  .Withfriends .wf-lead #wf-lead-upsell h2 {
    letter-spacing: -0.5px;
  }
  .Withfriends .wf-lead section#wf-primer-splash figure,
  .Withfriends .wf-lead #wf-lead-upsell figure {
    grid-column: col-start / span 8;
  }
  .Withfriends .wf-lead section#wf-primer-splash #wf-primer-intro,
  .Withfriends .wf-lead #wf-lead-upsell #wf-primer-intro {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
  }
}
@media (max-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash section#wf-primer-splash h2,
  .Withfriends .wf-lead #wf-lead-upsell section#wf-primer-splash h2 {
    font-size: 24px;
  }
}
.Withfriends .wf-lead section#wf-primer-ticker {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #f6f4f4;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
}
.Withfriends .wf-lead section#wf-primer-ticker p {
  margin: 0;
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-ticker {
    padding: 24px 0;
    flex-direction: row;
  }
  .Withfriends .wf-lead section#wf-primer-ticker > *:first-child {
    margin-right: 24px;
  }
}
.Withfriends .wf-lead section#wf-how-does-it-work {
  background: #ffffff;
  margin-top: -60px;
  margin-bottom: 48px;
  padding-bottom: 0;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 72px;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-how-does-it-work h2 {
  margin-bottom: 24px;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-card {
  padding: 20px;
  background: white;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-card figcaption {
  text-align: center;
  font-weight: 500;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-card.wf-card-events figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Ticketingupsell.svg');
  background-size: 88%;
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-card.wf-card-members figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/membership every purchase.png');
}
.Withfriends .wf-lead section#wf-how-does-it-work .wf-card.wf-card-income figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Grow your income.png');
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-how-does-it-work .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-how-does-it-work .wf-card {
    grid-row: 2;
    grid-column: span 4;
  }
  .Withfriends .wf-lead section#wf-how-does-it-work .wf-card:first-of-type {
    grid-column: col-start 3 / span 4;
  }
}
.Withfriends .wf-lead .wf-social-proof-off-white {
  width: 100vw;
  max-width: initial;
  margin-top: 80px;
}
.Withfriends .wf-lead section#wf-social-proof,
.Withfriends .wf-lead .wf-social-proof-off-white-inner,
.Withfriends .wf-lead .wf-magic-moment-images-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section#wf-social-proof > *,
.Withfriends .wf-lead .wf-social-proof-off-white-inner > *,
.Withfriends .wf-lead .wf-magic-moment-images-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-social-proof > *,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner > *,
  .Withfriends .wf-lead .wf-magic-moment-images-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-social-proof,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner,
  .Withfriends .wf-lead .wf-magic-moment-images-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-social-proof .intro,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .intro,
.Withfriends .wf-lead .wf-magic-moment-images-inner .intro {
  grid-row: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
.Withfriends .wf-lead section#wf-social-proof .outro,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .outro,
.Withfriends .wf-lead .wf-magic-moment-images-inner .outro {
  justify-content: space-between;
  align-items: center;
  display: block;
  text-align: center;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel {
  position: relative;
  max-width: 100%;
  text-align: left;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel .owl-prev,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-prev,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel .owl-prev,
.Withfriends .wf-lead section#wf-social-proof .Carousel .owl-next,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-next,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel .owl-next {
  display: none;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel .owl-carousel,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-carousel,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel .owl-carousel {
  overflow-x: hidden;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel .owl-item,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-item,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel .owl-item {
  background-color: white !important;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel a.Previous,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
.Withfriends .wf-lead section#wf-social-proof .Carousel a.Next,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
  cursor: pointer;
  background: white;
  border: solid 1px #d2d2d2;
  color: #333333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 3px 12px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(50% -  1.5 * 16px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel a.Previous.Previous,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Previous,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Previous,
.Withfriends .wf-lead section#wf-social-proof .Carousel a.Next.Previous,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Previous,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Previous {
  left: -24px;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel a.Previous.Next,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Next,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Next,
.Withfriends .wf-lead section#wf-social-proof .Carousel a.Next.Next,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Next,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Next {
  right: -24px;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.New_Spaces .owl-stage,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces .owl-stage,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space {
  display: flex;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space figure,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space figure,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space figure {
  background-position: center;
  background-size: cover;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description {
  flex: 1;
  padding: 48px;
  /* font-family: "Avenir Heavy WF"; */
  display: grid;
  grid-gap: 16px;
  background: white;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag {
  float: none;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5 {
  margin: 0;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p {
  margin: 0;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces .owl-stage,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces .owl-stage,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:before,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:before,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card figure,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card figure,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.Withfriends .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
.Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
.Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag {
  background-color: yellow;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-social-proof .intro h3,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .intro h3,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .intro h3 {
    font-size: 18px;
  }
  .Withfriends .wf-lead section#wf-social-proof .Carousel,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel {
    padding-right: 0;
  }
  .Withfriends .wf-lead section#wf-social-proof .Carousel ul .owl-stage,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel ul .owl-stage,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel ul .owl-stage {
    left: -18px;
  }
}
@media (max-width: 320px) {
  .Withfriends .wf-lead section#wf-social-proof .intro h5,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .intro h5,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-social-proof,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner,
  .Withfriends .wf-lead .wf-magic-moment-images-inner {
    /* 
					.wf-card { 
						grid-row:2;
						grid-column:span 4;
					}
				*/
  }
  .Withfriends .wf-lead section#wf-social-proof .Carousel a.Previous,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
  .Withfriends .wf-lead section#wf-social-proof .Carousel a.Next,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
    display: flex;
    opacity: 0;
    transition: 200ms;
  }
  .Withfriends .wf-lead section#wf-social-proof .Carousel:hover a.Previous,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Previous,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Previous,
  .Withfriends .wf-lead section#wf-social-proof .Carousel:hover a.Next,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Next,
  .Withfriends .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Next {
    opacity: 1;
  }
}
.Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro a,
.Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro a,
.Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro a {
  background: white;
}
.Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
.Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
.Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
  flex: 0.75;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro,
  .Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro {
    flex-wrap: wrap;
    display: block;
    text-align: center;
  }
  .Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro h3,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro h3,
  .Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space,
  .Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space {
    flex-wrap: wrap;
  }
  .Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  .Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
    flex-basis: 100%;
    height: 200px;
  }
}
.Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
.Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
.Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
  .Withfriends .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
  .Withfriends .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
    margin-top: -48px;
    padding-top: 48px;
  }
}
.Withfriends .wf-lead section#wf-organizations {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section#wf-organizations > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-organizations > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-organizations .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  grid-column: span 8;
}
.Withfriends .wf-lead section#wf-organizations .wf-card:before {
  content: '';
  padding-top: 160%;
  float: left;
}
.Withfriends .wf-lead section#wf-organizations .wf-card figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-lead section#wf-organizations .wf-card figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 95%);
  opacity: 0.6;
}
.Withfriends .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.Withfriends .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
  .Withfriends .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
    font-size: 18px;
  }
  .Withfriends .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-organizations .wf-card {
    overflow: hidden;
    grid-column: span 4;
  }
  .Withfriends .wf-lead section#wf-organizations .wf-card:before {
    content: '';
    padding-top: 120%;
    float: left;
  }
  .Withfriends .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
    padding: 30px;
  }
}
.Withfriends .wf-lead section#wf-organizations.wf-organizations-search-default > a:nth-of-type(n + 17) {
  display: none;
}
.Withfriends .wf-lead section#wf-events {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
.Withfriends .wf-lead section#wf-events > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-events > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-events .intro {
  grid-row: 1;
}
.Withfriends .wf-lead section#wf-events .wf-card {
  display: block;
  position: relative;
}
.Withfriends .wf-lead section#wf-events .wf-card figure {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Withfriends .wf-lead section#wf-events .wf-card figure:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.Withfriends .wf-lead section#wf-events .wf-card .wf-event-description {
  padding-top: 14px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 4px;
}
.Withfriends .wf-lead section#wf-events .wf-card .wf-event-description h5 {
  font-size: 18px;
}
.Withfriends .wf-lead section#wf-events .wf-card .wf-event-description p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-events .intro h3 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .Withfriends .wf-lead section#wf-events .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-events .wf-card {
    grid-column: span 4;
  }
}
.Withfriends .wf-lead section#wf-primer-splash-2,
.Withfriends .wf-lead #wf-primer-splash-lead {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-blend-mode: luminosity;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section#wf-primer-splash-2 > *,
.Withfriends .wf-lead #wf-primer-splash-lead > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-primer-splash-2 > *,
  .Withfriends .wf-lead #wf-primer-splash-lead > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash-2,
  .Withfriends .wf-lead #wf-primer-splash-lead {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-primer-splash-2 video,
.Withfriends .wf-lead #wf-primer-splash-lead video {
  position: absolute;
  top: 0px;
  left: -16px;
  height: 100%;
  width: calc(100% + 32px);
  -o-object-fit: cover;
     object-fit: cover;
}
.Withfriends .wf-lead section#wf-primer-splash-2 figure.wf-gradient-overlay,
.Withfriends .wf-lead #wf-primer-splash-lead figure.wf-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -16px;
  width: calc(100% + 32px);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 80%);
  opacity: 0.6;
}
.Withfriends .wf-lead section#wf-primer-splash-2 h1,
.Withfriends .wf-lead #wf-primer-splash-lead h1 {
  font-size: 28px;
  color: #ffffff;
  position: relative;
}
.Withfriends .wf-lead section#wf-primer-splash-2 a,
.Withfriends .wf-lead #wf-primer-splash-lead a {
  position: relative;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-primer-splash-2,
  .Withfriends .wf-lead #wf-primer-splash-lead {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  .Withfriends .wf-lead section#wf-primer-splash-2 a,
  .Withfriends .wf-lead #wf-primer-splash-lead a {
    margin-top: 20px;
    padding-left: 0;
    margin-left: 16px;
    margin-right: 16px;
    grid-column-end: span 12;
    max-width: -webkit-max-content;
    max-width: max-content;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash-2 h1,
  .Withfriends .wf-lead #wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-row: 1;
    grid-column: 2 / span 5;
  }
  .Withfriends .wf-lead section#wf-primer-splash-2 a,
  .Withfriends .wf-lead #wf-primer-splash-lead a {
    grid-row: 2;
    grid-column: 2 / 7;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-lead section#wf-primer-splash-2 a,
  .Withfriends .wf-lead #wf-primer-splash-lead a {
    grid-column: 2 / 5;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-2,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 {
    grid-gap: 40px;
  }
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 8;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 6;
  }
}
.Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
.Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
  grid-gap: 32px;
}
.Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
.Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
  font-size: 32px;
}
@media (max-width: 320px) {
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead a,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead figure.wf-gradient-overlay,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead figure.wf-gradient-overlay {
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  .Withfriends .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-column: 2 / span 10;
  }
}
.Withfriends .wf-lead section#wf-newsletter {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.Withfriends .wf-lead section#wf-newsletter > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-newsletter > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-newsletter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section#wf-newsletter .form {
  text-align: center;
}
.Withfriends .wf-lead section#wf-newsletter .form p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 32px;
}
.Withfriends .wf-lead section#wf-newsletter .form p:focus,
.Withfriends .wf-lead section#wf-newsletter .form p:hover,
.Withfriends .wf-lead section#wf-newsletter .form p:active,
.Withfriends .wf-lead section#wf-newsletter .form p:visited,
.Withfriends .wf-lead section#wf-newsletter .form p:focus-within,
.Withfriends .wf-lead section#wf-newsletter .form p:invalid,
.Withfriends .wf-lead section#wf-newsletter .form p:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-lead section#wf-newsletter .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  align-items: center;
}
.Withfriends .wf-lead section#wf-newsletter .form .input-row > *:first-child {
  flex: 1;
}
.Withfriends .wf-lead section#wf-newsletter .form .input-row > *:first-child input {
  width: 100%;
}
.Withfriends .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
.Withfriends .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-newsletter .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-newsletter .form {
    grid-column: col-start 5 / span 8;
  }
  .Withfriends .wf-lead section#wf-newsletter .form p {
    margin-bottom: 52px;
  }
}
.Withfriends .wf-lead section#wf-disclaimer {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-lead section#wf-disclaimer > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section#wf-disclaimer > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section#wf-disclaimer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section.wf-team,
.Withfriends .wf-lead section.wf-team-2 {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.Withfriends .wf-lead section.wf-team > *,
.Withfriends .wf-lead section.wf-team-2 > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-team > *,
  .Withfriends .wf-lead section.wf-team-2 > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-team,
  .Withfriends .wf-lead section.wf-team-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section.wf-team .wf-card,
.Withfriends .wf-lead section.wf-team-2 .wf-card {
  display: block;
  position: relative;
  padding: 0;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-cover,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-cover {
  position: relative;
  width: 100%;
  padding: 18px 16px;
  overflow: hidden;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-cover:before,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-cover:before {
  content: '';
  padding-top: 95%;
  float: left;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-cover figure,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-cover figure:before,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 120%);
  opacity: 0.6;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title {
  position: absolute;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h5,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h5 {
  color: #ffffff;
  font-size: 18px;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h6,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h6 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 8px;
}
.Withfriends .wf-lead section.wf-team .wf-card .wf-person-bio,
.Withfriends .wf-lead section.wf-team-2 .wf-card .wf-person-bio {
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-team .wf-card,
  .Withfriends .wf-lead section.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
.Withfriends .wf-lead section.wf-team.wf-team-2 .wf-card,
.Withfriends .wf-lead section.wf-team-2.wf-team-2 .wf-card {
  grid-column: span 8;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-team.wf-team-2 .wf-person-title h5,
  .Withfriends .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h5 {
    word-break: break-all;
  }
  .Withfriends .wf-lead section.wf-team.wf-team-2 .wf-person-title h6,
  .Withfriends .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h6 {
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-team.wf-team-2 .wf-card,
  .Withfriends .wf-lead section.wf-team-2.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
.Withfriends .wf-lead section.wf-paragraph {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
.Withfriends .wf-lead section.wf-paragraph > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-paragraph > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-lead section.wf-paragraph {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-lead section.wf-paragraph .intro {
  grid-row: 1;
}
.Withfriends .wf-lead section.wf-paragraph p {
  font-size: 18px;
}
.Withfriends .wf-lead section.wf-paragraph aside {
  margin-top: -32px;
}
.Withfriends .wf-lead section.wf-paragraph.wf-page-heading {
  margin-top: 48px;
}
.Withfriends .wf-lead div.wf-receipt-wrapper {
  min-height: calc(100vh - 27rem + 100px);
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .Withfriends .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 25rem + 100px);
  }
}
@media (max-width: 1048px) {
  .Withfriends .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 23rem + 100px);
  }
}
@media (max-width: 768px) {
  .Withfriends .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 20rem + 100px);
  }
}
.Withfriends .wf-lead section.wf-receipt {
  display: flex;
  flex-direction: column;
  row-gap: initial;
  grid-gap: initial;
  min-height: calc(100vh - 27rem);
}
.Withfriends .wf-lead section.wf-receipt > *:not(span) {
  margin-bottom: 36px;
  margin-top: 36px;
}
.Withfriends .wf-lead section.wf-receipt p {
  margin-bottom: 0;
}
.Withfriends .wf-lead section.wf-receipt .intro {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-receipt h2 {
    font-size: 32px;
  }
  .Withfriends .wf-lead section.wf-receipt .wf-buttons .wf-button:not(.wf-last-child) {
    margin-bottom: 8px;
  }
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message a:focus {
  outline-style: initial;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1:focus,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1:hover,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1:active,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1:visited,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1:focus-within,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1:invalid,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2:focus,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2:hover,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2:active,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2:visited,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2:focus-within,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2:invalid,
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-lead section.wf-receipt .wf-receipt-message hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.Withfriends .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .Withfriends .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
    margin-top: 65px;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .Withfriends .wf-lead section.wf-receipt {
    min-height: calc(100vh - 25rem);
  }
}
@media (max-width: 1048px) {
  .Withfriends .wf-lead section.wf-receipt {
    min-height: calc(100vh - 23rem);
  }
}
@media (max-width: 768px) {
  .Withfriends .wf-lead section.wf-receipt {
    min-height: calc(100vh - 18rem);
  }
}
.Withfriends .wf-lead section.wf-primer-feature-video h5 {
  margin-top: 36px;
}
.Withfriends .wf-lead section.wf-primer-feature-video a.wf-button {
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead section.wf-primer-feature-video h2 {
    margin-top: 24px;
    font-size: 24px;
  }
  .Withfriends .wf-lead section.wf-primer-feature-video h5 {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 0;
  }
  .Withfriends .wf-lead section.wf-primer-feature-video a.wf-button {
    margin-top: 16px;
    margin-bottom: 60px;
  }
}
.Withfriends .wf-lead .wf-page-share {
  margin-bottom: 54px;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner:focus,
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner:hover,
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner:active,
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner:visited,
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner:focus-within,
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner:invalid,
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:focus {
  outline-style: initial;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.first {
  margin-left: 28px;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link i {
  font-size: 1.25em;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email i {
  font-size: 1.1em;
}
.Withfriends .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
.Withfriends .wf-lead .wf-primer-covid {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.Withfriends .wf-lead .wf-primer-covid p {
  margin: 0;
}
.Withfriends .wf-lead .wf-primer-covid a:hover {
  border-color: white !important;
}
.Withfriends .wf-lead#wf-primer #wf-primer-splash-lead {
  padding-top: 115px;
  padding-bottom: 115px;
  margin-top: 0px;
}
.Withfriends .wf-lead#wf-primer #wf-primer-splash-lead h2 {
  font-size: 64px;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer #wf-primer-splash-lead {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: -12px;
    -webkit-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .Withfriends .wf-lead#wf-primer #wf-primer-splash-lead h2 {
    font-size: 27px;
    margin-bottom: 0;
  }
  .Withfriends .wf-lead#wf-primer #wf-primer-splash-lead h6 {
    font-size: 17px;
  }
  .Withfriends .wf-lead#wf-primer #wf-primer-splash-lead .wf-button {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.Withfriends .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
  margin-top: 0;
  padding-top: 64px !important;
  padding-bottom: 72px !important;
}
.Withfriends .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
    padding: 32px 16px !important;
  }
  .Withfriends .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer .wf-social-proof-organizers {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }
  .Withfriends .wf-lead#wf-primer .wf-social-proof-organizers .intro {
    margin-bottom: 0 !important;
  }
  .Withfriends .wf-lead#wf-primer .wf-social-proof-organizers .intro .wf-button {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .Withfriends .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Previous {
    left: 4px !important;
  }
  .Withfriends .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Next {
    right: 4px !important;
  }
}
.Withfriends .wf-lead#wf-primer #wf-how-does-it-work {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer #wf-how-does-it-work {
    margin-top: 60px !important;
  }
  .Withfriends .wf-lead#wf-primer #wf-how-does-it-work h5 {
    margin-bottom: 28px;
  }
}
.Withfriends .wf-lead#wf-primer #wf-primer-features {
  margin-top: 88px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 80px;
}
.Withfriends .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul {
  display: grid !important;
  grid-row-gap: 32px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.Withfriends .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li {
  overflow: hidden;
  margin-bottom: 0 !important;
}
.Withfriends .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li svg {
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer #wf-primer-features {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .Withfriends .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner h3 {
    font-size: 24px !important;
    margin-bottom: 36px !important;
  }
  .Withfriends .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figure {
    width: 36px !important;
    height: 36px !important;
  }
  .Withfriends .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figcaption {
    letter-spacing: -1px;
  }
}
@media (max-width: 800px) {
  .Withfriends .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories .wf-primer-stories-video-wrapper {
    max-width: 90vw;
    height: 50.6vw !important;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories {
    margin-bottom: 0px !important;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial h5 {
    font-size: 17px;
  }
  .Withfriends .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
    align-items: center;
  }
  .Withfriends .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
    flex-basis: initial;
    min-width: 105px;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-lead#wf-primer .wf-social-proof-off-white-2 {
    margin-bottom: 72px !important;
    margin-top: 60px;
  }
}
.Withfriends #wf-lead section#wf-primer-splash-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.Withfriends .wf-lead-toast {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.Withfriends .wf-lead-toast p {
  margin: 0;
}
.Withfriends .wf-lead-toast a:hover {
  border-color: white !important;
}
.Withfriends .wf-lead-toast.wf-lead-blm {
  align-items: flex-start;
  background: #333333;
}
.Withfriends .wf-lead-toast.wf-lead-blm p,
.Withfriends .wf-lead-toast.wf-lead-blm strong {
  display: block;
  color: white !important;
}
.Withfriends .wf-lead-toast.wf-lead-blm strong {
  font-size: 1.5em;
  margin-right: 1em;
}
.Withfriends .wf-lead-toast.wf-lead-blm a {
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a:disabled,
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary:disabled,
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary-2:disabled,
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-secondary:disabled,
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-tertiary:disabled,
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a:hover {
  border-bottom: none;
}
.Withfriends .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-lead-toast.wf-lead-blm a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .Withfriends .wf-lead-toast.wf-lead-blm {
    font-size: 1.6em;
  }
  .Withfriends .wf-lead-toast.wf-lead-blm a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  .Withfriends .wf-lead-toast.wf-lead-blm {
    padding-left: 16px;
  }
}
@media (max-width: 374px) {
  .Withfriends .wf-lead-toast.wf-lead-blm strong {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-lead-toast.wf-lead-blm.wf-full-width {
    max-width: initial;
    width: 100%;
    padding-left: calc((100% - 1280px)/2 + 16px);
  }
}
.Withfriends .Jelly_Progress_Bar div {
  background-color: #ff877b !important;
  height: 4px !important;
}
.Withfriends .wf-input-row {
  display: flex;
  align-items: center;
  justify-content: start;
}
.Withfriends .wf-input-row > * {
  margin-left: 4px;
  margin-right: 4px;
}
.Withfriends .wf-input-row > *:first-child {
  margin-left: 0;
}
.Withfriends .wf-input-row .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.Withfriends .wf-input-row input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.Withfriends .wf-loading-wrapper .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.Withfriends .wf-loading-wrapper .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-loading-wrapper .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .wf-loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.Withfriends .wf-loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .wf-loading-white {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
}
.Withfriends .wf-loading-white.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-loading-white.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .wf-tag {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.Withfriends .wf-tag .taggle_text,
.Withfriends .wf-tag .label {
  font-weight: 400;
  margin-right: 1rem;
}
.Withfriends .wf-tag .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
.Withfriends .wf-guide {
  border: solid 1px #ff877b;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Withfriends .wf-guide h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.Withfriends .wf-guide ol,
.Withfriends .wf-guide ul {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 16px;
}
.Withfriends .wf-guide ol li,
.Withfriends .wf-guide ul li {
  margin-bottom: 8px;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  color: #d2d2d2;
}
.Withfriends .wf-guide ol li h6,
.Withfriends .wf-guide ul li h6 {
  font-size: 18px;
  display: inline;
  color: #d2d2d2;
  cursor: pointer;
}
.Withfriends .wf-guide ol li h6 .wf-completed-inner,
.Withfriends .wf-guide ul li h6 .wf-completed-inner {
  text-decoration: line-through;
}
.Withfriends .wf-guide ol li .wf-guide-details,
.Withfriends .wf-guide ul li .wf-guide-details {
  display: none;
}
.Withfriends .wf-guide ol li.wf-completed,
.Withfriends .wf-guide ul li.wf-completed {
  color: #ff877b;
}
.Withfriends .wf-guide ol li.wf-completed h6,
.Withfriends .wf-guide ul li.wf-completed h6 {
  color: #ff877b;
  text-decoration: line-through;
}
.Withfriends .wf-guide ol li.wf-completed h6 .wf-completed-inner,
.Withfriends .wf-guide ul li.wf-completed h6 .wf-completed-inner {
  text-decoration: initial;
}
.Withfriends .wf-guide ol li.wf-last-completed-start,
.Withfriends .wf-guide ul li.wf-last-completed-start {
  color: #ff877b;
}
.Withfriends .wf-guide ol li.wf-last-completed-start h6,
.Withfriends .wf-guide ul li.wf-last-completed-start h6 {
  color: #ff877b;
  text-decoration: line-through;
}
.Withfriends .wf-guide ol li.wf-last-completed-start h6 .wf-completed-inner,
.Withfriends .wf-guide ul li.wf-last-completed-start h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  .Withfriends .wf-guide ol li.wf-last-completed-start h6,
  .Withfriends .wf-guide ul li.wf-last-completed-start h6 {
    text-decoration: none;
  }
}
.Withfriends .wf-guide ol li.wf-last-completed-finish h6,
.Withfriends .wf-guide ul li.wf-last-completed-finish h6 {
  position: relative;
  text-decoration: line-through;
}
.Withfriends .wf-guide ol li.wf-last-completed-finish h6 .wf-completed-inner,
.Withfriends .wf-guide ul li.wf-last-completed-finish h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  .Withfriends .wf-guide ol li.wf-last-completed-finish h6,
  .Withfriends .wf-guide ul li.wf-last-completed-finish h6 {
    text-decoration: none;
  }
  @-webkit-keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .Withfriends .wf-guide ol li.wf-last-completed-finish h6:after,
  .Withfriends .wf-guide ul li.wf-last-completed-finish h6:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff877b;
    -webkit-animation-name: strike;
            animation-name: strike;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.Withfriends .wf-guide ol li.wf-active,
.Withfriends .wf-guide ul li.wf-active {
  color: #ff877b;
}
.Withfriends .wf-guide ol li.wf-active h6,
.Withfriends .wf-guide ul li.wf-active h6 {
  color: #ff877b;
}
.Withfriends .wf-guide ol li.wf-active .wf-guide-details,
.Withfriends .wf-guide ul li.wf-active .wf-guide-details {
  display: block;
  color: #333333;
  margin-left: 16px;
}
.Withfriends .wf-guide ol li.checkbox,
.Withfriends .wf-guide ul li.checkbox {
  display: flex;
}
.Withfriends .wf-guide ol li.checkbox p a,
.Withfriends .wf-guide ul li.checkbox p a {
  color: #ff877b;
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox-anchor,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox-anchor {
  text-decoration: inherit;
  color: inherit;
  cursor: default;
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox-anchor:hover,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox-anchor:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox-anchor:focus,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox-anchor:focus {
  outline-style: none;
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display {
  cursor: pointer;
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active {
  background: #ff877b;
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox {
  display: inline-block;
}
.Withfriends .wf-guide ol li.checkbox .wf-checkbox label,
.Withfriends .wf-guide ul li.checkbox .wf-checkbox label {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}
.Withfriends .wf-guide ol li.checkbox p,
.Withfriends .wf-guide ul li.checkbox p {
  position: relative;
  top: 3px;
}
.Withfriends .wf-guide p:last-child {
  margin-bottom: 0;
}
.Withfriends .wf-alert {
  display: flex;
  align-items: flex-start;
  border: solid 1px #d0021b;
  justify-content: space-between;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Withfriends .wf-alert h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.Withfriends .wf-alert p {
  margin-bottom: 0;
}
.Withfriends .wf-alert i.material-icons.close {
  margin-left: 24px;
  font-size: 1rem;
  top: -8px;
  position: relative;
}
.Withfriends .wf-callout {
  border: solid 1px #d2d2d2;
  padding: 24px;
  text-align: center;
}
.Withfriends .wf-callout h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
}
.Withfriends .wf-callout h5 {
  margin-top: 24px;
  margin-bottom: 40px;
}
.Withfriends .wf-callout .wf-button {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-callout .wf-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-callout .wf-button.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-callout .wf-button:disabled,
.Withfriends .wf-callout .wf-button.wf-disabled {
  color: #8c8c8c;
}
.Withfriends footer#wf-footer {
  display: block;
}
.Withfriends footer#wf-footer #wf-footer-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends footer#wf-footer #wf-footer-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends footer#wf-footer #wf-footer-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends footer#wf-footer #wf-footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends footer#wf-footer #wf-footer-inner .buttons {
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.Withfriends footer#wf-footer #wf-footer-inner .buttons a {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  margin-left: initial;
  font-size: 18px;
  font-weight: 400;
}
.Withfriends footer#wf-footer #wf-footer-inner .buttons a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends footer#wf-footer #wf-footer-inner .buttons .contact-button {
  display: flex;
  align-items: center;
}
.Withfriends footer#wf-footer #wf-footer-inner .buttons .contact-button i {
  font-size: 18px;
  position: relative;
  top: -1px;
  right: 2px;
  margin-right: 6px;
}
.Withfriends footer#wf-footer #wf-footer-inner .buttons a.Powered_By {
  display: none;
}
@media (max-width: 959px) {
  .Withfriends footer#wf-footer #wf-footer-inner {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 64px;
  }
  .Withfriends footer#wf-footer #wf-footer-inner .buttons {
    flex-direction: column;
    align-items: center;
  }
  .Withfriends footer#wf-footer #wf-footer-inner .buttons a {
    padding: 16px 0;
  }
  .Withfriends footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    margin-left: -1.3em;
  }
}
@media (min-width: 960px) {
  .Withfriends footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 3 / span 12;
  }
  .Withfriends footer#wf-footer #wf-footer-inner .buttons > * {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .Withfriends footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .Withfriends footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 4 / span 10;
  }
}
.Withfriends .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
.Withfriends .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
.Withfriends .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
.Withfriends .Progress_Bar .Progress.Memberships.Monthly {
  background: #ff877b;
}
.Withfriends .Progress_Bar .Progress.Memberships.Annual {
  background: #ffccc7;
}
.Withfriends .Progress_Bar .Progress.Donations {
  background: hsl(0 10% 73% / 1);
}
.Withfriends .Movement_Percentage {
  margin-top: 10px;
}
.Withfriends .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.Withfriends .Movement_Percentage p:focus,
.Withfriends .Movement_Percentage p:hover,
.Withfriends .Movement_Percentage p:active,
.Withfriends .Movement_Percentage p:visited,
.Withfriends .Movement_Percentage p:focus-within,
.Withfriends .Movement_Percentage p:invalid,
.Withfriends .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .Withfriends .Movement_Percentage ul.wf-campaign-goals-legend {
    flex-wrap: nowrap;
  }
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  flex-basis: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:focus,
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:hover,
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:active,
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:visited,
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:focus-within,
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:invalid,
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-monthly:before {
  background: #ff877b;
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-annual:before {
  background: #ffccc7;
}
.Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-donation:before {
  background: hsl(0 10% 73% / 1);
}
@media (min-width: 768px) {
  .Withfriends .Movement_Percentage ul.wf-campaign-goals-legend li {
    flex-basis: initial;
    margin-bottom: 0;
  }
}
.Withfriends ul#fs_search_results {
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.Withfriends ul#fs_search_results li {
  position: static;
  display: block;
  border: none;
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
.Withfriends ul#fs_search_results li:hover {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
.Withfriends ul#fs_search_results li.selected {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
.Withfriends .wf-action-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
}
.Withfriends .wf-action-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-action-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-action-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-action-wrapper .wf-action {
  margin-top: 48px;
  margin-bottom: 48px;
}
.Withfriends .wf-action-wrapper .wf-action .wf-flow-progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.Withfriends .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-separator {
  width: 16px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #d2d2d2;
}
.Withfriends .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step {
  border-radius: 100%;
  border: solid 1px #d2d2d2;
  color: #d2d2d2;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.Withfriends .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step.current {
  border-color: #333333;
  color: #333333;
}
.Withfriends .wf-action-wrapper .wf-action h2.wf-action-title {
  margin-bottom: 48px;
}
.Withfriends .wf-action-wrapper .wf-action p.wf-action-explainer {
  margin-top: -28px;
  margin-bottom: 44.8px;
}
.Withfriends .wf-action-wrapper .wf-action .wf-divider {
  border-top: solid 1px #d2d2d2;
  margin: 48px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.Withfriends .wf-action-wrapper .wf-action .wf-divider p {
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #6f6f6f;
  background: white;
  padding: 0 8px;
  text-transform: uppercase;
}
.Withfriends .wf-action-wrapper .wf-action div.wf-action-intro {
  margin-bottom: 44px;
}
.Withfriends .wf-action-wrapper .wf-action h6.wf-action-question {
  margin-top: 16px;
  margin-bottom: 16px;
}
.Withfriends .wf-action-wrapper .wf-action input[type="text"],
.Withfriends .wf-action-wrapper .wf-action textarea,
.Withfriends .wf-action-wrapper .wf-action input[type="password"] {
  width: 100%;
}
.Withfriends .wf-action-wrapper .wf-action textarea {
  height: 140px;
}
.Withfriends .wf-action-wrapper .wf-action .wf-dropdown {
  width: 100%;
}
.Withfriends .wf-action-wrapper .wf-action img.wf-partner {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
}
.Withfriends .wf-action-wrapper .wf-action img.wf-partner.stripe {
  width: 119px;
}
.Withfriends .wf-action-wrapper .wf-action p.wf-disclaimer {
  margin-top: 48px;
  color: #333333;
}
.Withfriends .wf-action-wrapper .wf-action p.wf-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: inline;
}
.Withfriends .wf-action-wrapper .wf-action p.wf-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-action-wrapper .wf-action .wf-action-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
  position: relative;
}
.Withfriends .wf-action-wrapper .wf-action .wf-action-buttons a {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 36px;
  padding-right: 36px;
}
.Withfriends .wf-action-wrapper .wf-action .wf-action-buttons a:last-of-type {
  margin-left: 24px;
}
.Withfriends .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(24px -  0.5 * 16px);
  right: -28px;
}
.Withfriends .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .Withfriends .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
    width: 24px;
    height: 24px;
    top: calc(24px -  0.75 * 16px);
    right: -48px;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-action-wrapper .wf-action {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-action-wrapper .wf-action {
    grid-column: col-start 5 / span 8;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-action-wrapper .wf-action {
    grid-column: col-start 6 / span 6;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.Withfriends .wf-action-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.Withfriends .wf-action-grid .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-action-grid > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-action-grid {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.Withfriends .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.Withfriends .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-view {
    grid-template-columns: 1fr 2.25fr;
  }
}
.Withfriends .wf-edit h5.wf-action-section-header {
  font-weight: 700;
  margin-bottom: 24px;
}
.Withfriends .wf-edit h5.wf-action-section-header:not(:first-child) {
  margin-top: 32px;
}
.Withfriends .wf-edit .wf-edit-buttons {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 14px;
  align-items: center;
}
.Withfriends .wf-edit .wf-edit-buttons a {
  position: relative;
}
.Withfriends .wf-edit .wf-edit-buttons .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-edit .wf-edit-buttons .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-edit .wf-edit-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 14px;
  right: -28px;
}
.Withfriends .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .Withfriends .wf-edit section {
    margin-bottom: 80px;
  }
  .Withfriends .wf-edit h5.wf-action-section-header {
    margin-top: 0;
  }
}
.Withfriends #wf-toolbar-wrapper .Jelly_Progress_Bar {
  visibility: hidden !important;
}
.Withfriends .wf-toolbar {
  position: static;
  border-bottom: solid 1px #d2d2d2;
}
.Withfriends .wf-toolbar > span {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
.Withfriends .wf-toolbar > span .wf-logo-wrapper {
  flex: 1;
}
.Withfriends .wf-toolbar > span .wf-logo-wrapper .wf-logo {
  height: 22px;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .Withfriends .wf-toolbar > span .wf-logo-wrapper .wf-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.Withfriends .wf-toolbar > span .wf-help,
.Withfriends .wf-toolbar > span .wf-help-divider {
  display: none;
}
.Withfriends .wf-toolbar > span .wf-account {
  position: relative;
  line-height: 1;
}
.Withfriends .wf-toolbar > span .wf-account .Cover {
  width: 30px;
}
.Withfriends .wf-toolbar > span .wf-account .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
.Withfriends .wf-toolbar > span .wf-account .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.Withfriends .wf-toolbar > span .wf-account nav.Desktop_Only {
  direction: rtl;
  display: inline-grid;
  grid-gap: 24px;
  grid-auto-flow: column;
  align-items: center;
}
.Withfriends .wf-toolbar > span .wf-account nav.Desktop_Only .wf-quiet-button {
  font-weight: normal;
}
.Withfriends .wf-toolbar.wf-organizer .wf-help {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
  margin-right: 1.25rem;
  margin-top: 2px;
}
.Withfriends .wf-toolbar.wf-organizer .wf-help:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-toolbar.wf-organizer .wf-help-divider {
  display: initial;
  width: 1px;
  background-color: transparent;
  height: 28px;
  margin-right: 1.25rem;
}
.Withfriends .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
}
.Withfriends .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 320px) {
  .Withfriends .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1rem;
  }
  .Withfriends .wf-toolbar.wf-organizer .wf-button-my-dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
  .Withfriends .wf-toolbar.wf-organizer .wf-toolbar-get-started {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-toolbar.wf-organizer .wf-help,
  .Withfriends .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1.5rem;
  }
  .Withfriends .wf-toolbar.wf-organizer .wf-help-divider {
    background-color: #d2d2d2;
  }
  .Withfriends .wf-toolbar.wf-organizer .wf-help {
    margin-top: 0;
  }
}
.Withfriends .Menu_2019_Theme {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: initial;
  padding: calc(1.125 * 16px);
  transition: 0.15s;
  z-index: 3;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.3em;
}
.Withfriends .Menu_2019_Theme a.Close {
  position: absolute;
  color: white;
  left: 1.5rem;
}
.Withfriends .Menu_2019_Theme a.Close i.material-icons {
  font-size: 2em;
}
.Withfriends .Menu_2019_Theme nav.Account {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5rem;
}
.Withfriends .Menu_2019_Theme nav.Account a {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}
.Withfriends .Menu_2019_Theme nav.Account .Person_Item .Cover {
  width: 30px;
}
.Withfriends .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
.Withfriends .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.Withfriends .Menu_2019_Theme nav.Menu.Vertical {
  flex-direction: column;
  align-items: flex-end;
}
.Withfriends .Menu_2019_Theme nav.Menu.Vertical a {
  font-weight: normal;
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.Withfriends .wf-button-become-an-organizer,
.Withfriends .wf-button-my-dashboard {
  line-height: 1.63;
  font-weight: normal;
  font-size: 14px;
  border: none;
  display: block;
  padding: 8px 27.2px;
  background-color: #ff877b;
  color: #ffffff;
}
.Withfriends .wf-movement .wf-movement-brief .Jelly_Progress_Bar,
.Withfriends .wf-movement .wf-movement-brief-front .Jelly_Progress_Bar {
  visibility: hidden;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
  padding-top: 32px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
  grid-column: col-start / span 7;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
  width: 132px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
  display: flex;
  justify-content: flex-end;
  grid-column: 9 / -1;
  margin-right: 16px;
  padding: 0;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
  margin-right: 14px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
  margin-top: 0;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
  margin-top: 24px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location {
  font-size: 18px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title {
  font-family: "Avenir Heavy WF";
  font-size: 40px;
  margin-bottom: 4px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio {
  margin-top: 20px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p {
  font-size: 18px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal {
  margin-top: 24px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (max-width: 374px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised {
    flex: initial;
    margin-right: 16px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left {
    display: none;
  }
}
@media (min-width: 960px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
    grid-column: col-start 5 / span 12;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
    font-size: 48px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (max-width: 374px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    grid-column: 12 / -1;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    margin-right: 0;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
    float: right;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    display: block;
    justify-content: initial;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
    grid-column: col-start / span 4;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief-front,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
    padding-top: 56px;
  }
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: 20px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-location,
.Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-location {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input {
    padding-left: 16px;
    padding-right: 16px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Avenir Heavy WF";
    font-weight: 400;
    line-height: 1;
    padding-left: 16px;
    padding-right: 16px;
    width: 60%;
    word-break: break-word;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button {
    position: absolute;
    padding: 0;
    right: 18px;
    width: 124px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active {
    left: initial;
    bottom: initial;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button {
    top: -50px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button {
    top: -6px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 5;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-share-button {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-cover,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-cover {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  position: relative;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-cover:before,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-cover:before {
  content: '';
  padding-top: 30%;
  float: left;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link {
  display: block;
  padding: 0;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description {
  position: relative;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
  display: grid;
  grid-gap: 12px;
  width: initial;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
  display: grid;
  grid-gap: 16px;
  grid-row: 4;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper p,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description a:not(#tw-root a),
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description a:not(#tw-root a) {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description {
    grid-template-rows: auto auto 1fr auto;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title-input {
    grid-row: 1;
    grid-column: col-start 5 / span 12;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-location,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-location {
    grid-column: col-start 5 / span 12;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-bio,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-bio {
    grid-column: col-start 5 / span 12;
    grid-row: 2;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-row: 2;
    grid-column: col-start / span 4;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button {
    margin-bottom: 16px;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 3;
    grid-column: col-start / span 4;
    padding-right: 16px;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper a,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper a {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
  /*min-width:10.25 * @rem;*/
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 18px;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: initial;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover {
  border: none;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 18px;
}
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:after,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:after,
.Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
    /*min-width:initial;*/
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 4;
    padding-right: 16px;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    width: 100%;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
    margin-top: 33px;
    margin-bottom: 36px;
  }
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  .Withfriends .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 3;
    padding-right: 0;
  }
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section {
  margin-bottom: 0;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader {
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio .wf-movement-title-input,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio .wf-movement-title-input {
  margin-bottom: 16px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 {
  position: relative;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links {
  grid-gap: 30px;
  margin-bottom: 30px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"],
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"] {
  width: 100%;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 40px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input {
  border: none;
  padding: 0;
  min-width: initial;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder {
  color: #a4a6b3;
  top: initial;
  bottom: 4px;
  left: 8px;
  font-size: 16px;
  font-weight: 400;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li {
  width: 100%;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  transition: none;
  max-width: 100%;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label {
  font-weight: 400;
  margin-right: 1rem;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle) {
  float: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input {
  border: none;
  border-bottom: solid 1px #d2d2d2;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0;
  height: initial;
  width: 100% !important;
  padding: 8px !important;
  padding-bottom: 4px !important;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover {
  border: none;
  border-bottom: solid 1px #d2d2d2;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover {
  border: none;
  border-bottom: solid 1px #ff877b;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete {
  margin-top: 11.2px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a {
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover {
  background: rgba(252, 226, 227, 0.8);
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div {
  background-color: #fce2e3 !important;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: #6f6f6f;
  background: rgba(252, 226, 227, 0.8);
  border: none;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
  margin-bottom: 20px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  grid-gap: 16px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .wf-button,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .wf-button {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: 0 20px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  /*
							position:absolute;
							top:initial;
							left:initial;
							bottom:(1.875 * @rem) + (0.5 * @rem) + (0.5 * @rem);
							right: -2 * @rem;
						*/
  width: 16px;
  height: 16px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio.wf-movement-bio-2,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio.wf-movement-bio-2,
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2.wf-movement-bio-2,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2.wf-movement-bio-2 {
  margin-top: -10px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio input[type="text"],
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio input[type="text"],
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 input[type="text"],
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 input[type="text"] {
  width: 100%;
  font-size: 16px;
}
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio textarea,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio textarea,
.Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 textarea,
.Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 textarea {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-brief.wf-edit,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit {
    margin-top: -1px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    overflow: hidden;
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
    content: '';
    padding-top: 100%;
    float: left;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links {
    margin: 0;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio {
    grid-row: 1;
    grid-column: 2;
    margin-top: -20px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
    grid-column: 1;
    padding: 0;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio-2,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio-2 {
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 0;
    margin-top: -72px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    grid-row: 2;
    grid-column: 1;
    padding: 0;
    padding-top: 16px;
  }
  .Withfriends .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-buttons,
  .Withfriends .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-buttons {
    grid-column: 1;
    grid-row: 4;
  }
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper {
  width: 100%;
  overflow-x: auto;
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  border-bottom: solid 1px #d2d2d2;
  width: -webkit-max-content;
  width: max-content;
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 4px transparent;
  margin: 0;
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus,
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:active,
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:visited,
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus-within,
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:invalid,
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:first-child {
  padding-left: 16px;
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus {
  border-color: transparent;
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  border-top-color: transparent;
  border-bottom: solid 3px #ff877b;
}
.Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  font-family: "Avenir Heavy WF";
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
    width: initial;
  }
  .Withfriends .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  overflow-x: scroll;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:active,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:visited,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus-within,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:invalid,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus {
  border-color: transparent;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation a.active {
  border-top-color: transparent;
  border-bottom: solid 4px #ff877b;
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-navigation {
    overflow-x: initial;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 8px;
  display: block;
  padding: 8px 16px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:visited,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus-within,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:invalid,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a.wf-active {
  background-color: #ff877b;
  color: #ffffff;
  border: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > * .wf-movement-tab-details .wf-alert {
  margin-top: 0;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
  grid-column: 1 / span -1;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 data {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    text-align: center;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
  margin-right: -16px;
  margin-left: -16px;
  margin-top: -40px;
  background: #f6f4f4;
  padding-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    margin-top: -60px;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
  margin-top: 24px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture {
  overflow: hidden;
  position: relative;
  display: block;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture .Cover_Content.Cover_Image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 960px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
    grid-column: col-start 4 / span 10;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
  display: flex;
  grid-column: col-start / span 10;
  margin-top: 20px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  position: relative;
  background: #ffffff;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active {
  background: #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active a {
  color: #ffffff;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child {
  border-right: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child:hover a {
  left: -1px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:last-child:hover a {
  left: 1px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a {
  text-decoration: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:focus {
  outline-style: none;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
    padding-left: 48px;
    padding-right: 48px;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
  grid-column: col-start / span 7;
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 7 / span 4;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 8 / span 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:active,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:visited,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus-within,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:invalid,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    grid-column: col-start / -1;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    text-align: center;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper {
  margin-top: 24px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 23rem;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
  width: calc(100%);
  margin: 0;
  margin-bottom: 24px;
  border: solid 1px #d2d2d2;
  display: flex;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span > data {
  display: flex;
  width: 100%;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card {
  width: 100%;
  text-align: center;
  padding: 24px;
  padding-bottom: 32px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card h6 {
  font-family: "Avenir Heavy WF";
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price {
  display: inline-flex;
  margin-top: 24px;
  margin-bottom: 48px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .currency {
  align-self: flex-start;
  margin-top: -4px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .amount {
  font-size: 3.75em;
  line-height: 1;
  margin-left: 4px;
  margin-right: 4px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .period {
  align-self: flex-end;
  margin-bottom: 3px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper {
  flex: 1;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li {
  margin-bottom: 16px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li.promotion,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li.promotion {
  background: #ffa097;
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: -24px;
  margin-right: -24px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  font-family: "Avenir Heavy WF";
  text-decoration: underline;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:focus {
  outline-style: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: underline;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits {
  overflow: hidden;
  max-height: 0;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .description {
  margin-top: 16px;
  margin-bottom: 0;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f6f4f4;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-title {
  font-weight: 600;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-description {
  font-size: 0.875rem;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited {
  margin-top: 32px;
  margin-bottom: 40px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited span {
  padding: 0.5em 1em;
  font-size: 14px;
  font-family: "Avenir Heavy WF";
  background: #ffa097;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-disabled {
  margin-top: 32px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount {
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child {
  flex: 1;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input {
  width: 112px;
  padding-left: 26px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input:focus {
  padding-left: calc(1.625 * 16px - 1px);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join {
  min-width: initial;
  margin-top: 0;
  border: solid 2px #333333;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join {
  margin-top: 32px;
  position: relative;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card figure {
  height: 128px;
  width: calc(100% + 3 * 16px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits-trigger {
  display: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits {
  max-height: 1000px;
  transition: 300ms;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.square figure {
  height: initial;
  width: calc(100% + 48px);
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 0;
  padding-bottom: calc(100% + 48px);
  margin-bottom: 48px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
  border: solid 2px #ff877b;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card {
  margin-top: -1px;
  padding-bottom: calc(2 * 16px - 1px);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join.wf-no-gift-mode {
  background-color: #ff5948;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card:not(.square) figure {
  width: calc(100% + 3 * 16px + 2px);
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
    overflow: hidden;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card h6 {
  display: block;
  min-height: 72px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card.square {
  min-height: 48px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li {
  margin-top: 16px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card {
  padding-top: 24px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card figure {
  display: none;
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
    flex-direction: row;
    margin: -16px;
    margin-top: 24px;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
    width: initial;
    flex-basis: 288px;
    min-width: 288px;
    margin: 16px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    width: 170vw;
    display: flex;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    padding: 14px;
    border-right: solid 1px #d2d2d2;
    width: 70vw;
    margin-left: -70vw;
    transition: 100ms;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu.open {
    margin-left: 0;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    width: 100vw;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    display: grid;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(16, [col-start] 1fr);
    grid-gap: 16px;
    padding: 36px 16px;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    grid-column: col-start / -1;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    grid-column: col-start / span 4;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    grid-column: col-start 5 / span 12;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: -16px;
  margin-bottom: 64px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:active,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:visited,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus-within,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:invalid,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:hover,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:active,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:visited,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus-within,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:invalid,
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description img {
  max-width: 100%;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description iframe {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description {
    grid-column: col-start 4 / span 10;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
  margin-top: 48px;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events .Jelly_Progress_Bar {
  visibility: hidden;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
  display: none;
}
@media (max-width: 374px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    margin-top: 36px;
  }
}
@media (max-width: 1279px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding: 0;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 11;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    display: block;
    margin-top: 48px;
    padding-right: 16px;
    grid-column: 12 / -1;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 12;
  }
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    grid-column: 13 / -1;
    padding-right: 0;
  }
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
  margin-left: 10px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: block;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag {
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  margin-right: 0.5rem;
  display: inline-block;
  cursor: pointer;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span,
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span data {
  font-family: "Avenir Roman WF";
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag:hover {
  background-color: #e2e2e2;
  border-bottom: none;
}
.Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag.active {
  color: #fff;
  background: #ff877b;
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
    margin-left: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper {
  margin-top: 48px;
  margin-bottom: 40px;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-bottom: 40px;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata a figure.wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:active,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:visited,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus-within,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:invalid,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover {
  border: none;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding: 0;
  }
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:hover,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:active,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:visited,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus-within,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:invalid,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:hover,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:active,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:visited,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus-within,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:invalid,
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description img {
  max-width: 100%;
}
.Withfriends .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description iframe {
  max-width: 100%;
}
.Withfriends .wf-movement .wf-movement-additional.disabled {
  opacity: 0.3;
}
.Withfriends ul.wf-eventbrite-select-organization li {
  display: flex;
  padding: 16px;
  margin-bottom: 16px;
  align-items: center;
  border: solid 1px #d2d2d2;
  cursor: pointer;
}
.Withfriends ul.wf-eventbrite-select-organization li:hover {
  border-color: #333333;
}
.Withfriends ul.wf-eventbrite-select-organization li img {
  width: 64px;
}
.Withfriends ul.wf-eventbrite-select-organization li p {
  margin-left: 16px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .Withfriends .wf-fulfill-subscriptions-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-fulfill-subscriptions-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
.Withfriends .wf-magic-moment-onboarding-wrapper {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .Withfriends .wf-magic-moment-onboarding-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-magic-moment-onboarding-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
@media (min-width: 960px) {
  .Withfriends .wf-magic-moment-onboarding-wrapper {
    margin-top: 0;
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
  .Withfriends .wf-magic-moment-onboarding-wrapper .wf-onboarding-title {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-magic-moment-onboarding-wrapper {
    width: 1280px;
    left: calc((1280px - 458px)/-2);
  }
}
.Withfriends .wf-magic-moment-wrapper {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel {
  list-style-type: none;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment {
  width: 100%;
  padding-left: 3px;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:hover .wf-tag {
  background-color: yellow;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment h6 {
  margin-top: 16px;
  display: block;
  color: #333333;
  font-weight: normal;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot span {
  background: #d2d2d2;
}
.Withfriends .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot.active span {
  background: #ff877b;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
  justify-content: flex-start;
  margin-top: 16px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta:disabled,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary:disabled,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:disabled,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:disabled,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:disabled,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta:hover {
  border-bottom: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta:last-child {
  margin-bottom: 24px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta i:not(.illustration) {
  display: none;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta i.illustration {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2em;
  width: 2em;
  height: 2em;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta i.illustration.dashboard {
  width: 46px;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked {
  padding-left: 0;
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked:disabled,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked:hover,
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked:active {
  border: solid 1px #8c8c8c !important;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked i:not(.illustration) {
  display: initial;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.1em;
}
.Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked i.illustration {
  display: none;
}
.Withfriends .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding .owl-dots {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 374px) {
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    padding-left: 16px;
    padding-right: 16px;
    height: 64px;
  }
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta i {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 42px;
    padding-right: 42px;
  }
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked {
    padding-left: 26px;
  }
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta.checked i {
    font-size: 1.4em;
    margin-left: 0;
    margin-right: 0.5em;
  }
}
@media (min-width: 1024px) {
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta {
    margin-top: 36px;
  }
  .Withfriends .wf-magic-moment-wrapper .wf-button-cta:last-child {
    margin-bottom: 36px;
  }
  .Withfriends .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding ul.wf-magic-moment-carousel {
    margin-bottom: 3.5rem;
  }
}
.Withfriends .wf-campaign-basics .wf-media-wrapper {
  position: relative;
  overflow: hidden;
}
.Withfriends .wf-campaign-basics .wf-media-wrapper:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.Withfriends .wf-campaign-basics .wf-media-wrapper .wf-media-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  background-size: contain;
}
.Withfriends .wf-campaign-basics .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.Withfriends .wf-campaign-basics .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-campaign-basics .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-campaign-basics .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.Withfriends .wf-campaign-basics .wf-view .wf-alert {
  grid-column: 1 / span 2;
}
.Withfriends .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
  text-align: right;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .Withfriends .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
    grid-column: 1 / span 2;
  }
}
.Withfriends .wf-campaign-basics .wf-edit {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.Withfriends .wf-campaign-basics .wf-edit .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-campaign-basics .wf-edit > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-campaign-basics .wf-edit {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.Withfriends .wf-campaign-basics .wf-edit p.wf-campaign-basics-goal-base {
  margin-top: 8px;
  margin-bottom: -8px;
}
.Withfriends .wf-campaign-basics .wf-edit .Movement_Meter {
  margin-top: 32px;
  overflow: hidden;
}
.Withfriends .wf-campaign-basics .wf-edit input[name="goal"] {
  margin-left: 0;
}
.Withfriends .wf-campaign-basics .wf-edit .wf-checkbox label {
  margin-left: 0;
}
.Withfriends .wf-campaign-basics p.wf-campaign-basics-goal {
  margin-bottom: 0;
}
.Withfriends .wf-campaign-basics p.wf-campaign-basics-goal-base {
  margin-bottom: 0;
  font-size: 14px;
}
.Withfriends .wf-campaign-basics .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
.Withfriends .wf-campaign-basics .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
.Withfriends .wf-campaign-basics .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
.Withfriends .wf-campaign-basics .Progress_Bar .Progress.Donations {
  background: #ffccc7;
}
.Withfriends .wf-campaign-basics .Movement_Percentage {
  margin-top: 10px;
}
.Withfriends .wf-campaign-basics .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.Withfriends .wf-campaign-basics .Movement_Percentage p:focus,
.Withfriends .wf-campaign-basics .Movement_Percentage p:hover,
.Withfriends .wf-campaign-basics .Movement_Percentage p:active,
.Withfriends .wf-campaign-basics .Movement_Percentage p:visited,
.Withfriends .wf-campaign-basics .Movement_Percentage p:focus-within,
.Withfriends .wf-campaign-basics .Movement_Percentage p:invalid,
.Withfriends .wf-campaign-basics .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  .Withfriends .wf-campaign-basics .wf-edit-input-with-mobile-padding {
    max-width: calc(100% - 20px);
  }
}
.Withfriends .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
  align-items: initial;
  flex-direction: column-reverse;
}
.Withfriends .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
  align-self: flex-end;
  margin-bottom: 24px;
}
.Withfriends .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu .wf-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 960px) {
  .Withfriends .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
    flex-direction: row;
  }
  .Withfriends .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
    align-self: initial;
    margin-bottom: initial;
  }
}
.Withfriends .Manage_Item .wf-membership-list .wf-membership:not(.wf-membership-new) .Jelly_Progress_Bar {
  visibility: hidden;
}
.Withfriends .wf-membership-list {
  margin-bottom: 36px;
}
.Withfriends .wf-membership-list li.wf-membership:first-child {
  padding-top: 0;
}
.Withfriends .wf-membership {
  display: block;
  position: relative;
  margin: 0;
  padding: 36px 0;
  border-bottom: solid 1px #d2d2d2;
}
.Withfriends .wf-membership:not(.wf-membership-new):not(.wf-membership-add):last-child {
  border-bottom: none;
}
.Withfriends .wf-membership .wf-view .wf-membership-overview h5 {
  font-weight: 700;
  line-height: 1.5;
}
.Withfriends .wf-membership .wf-view .wf-membership-overview p {
  margin-bottom: 0;
}
.Withfriends .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
  width: 336px;
  background-size: cover;
  background-position: center center;
  border: solid 1px #d2d2d2;
  background-color: #f7f7f7;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
.Withfriends .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image:before {
  content: '';
  padding-top: 41.4%;
  float: left;
}
.Withfriends .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
  overflow: hidden;
}
.Withfriends .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-membership .wf-view .wf-membership-benefits {
  margin-top: 16px;
}
.Withfriends .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list {
  list-style-type: disc;
  list-style-position: inside;
}
.Withfriends .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list li span {
  position: relative;
  left: -8px;
}
.Withfriends .wf-membership .wf-view .wf-membership-benefits p.wf-membership-benefits-description {
  margin-top: 16px;
  margin-bottom: 0;
}
.Withfriends .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  margin-top: 48px;
}
@media (min-width: 767px) {
  .Withfriends .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
    width: 100%;
  }
  .Withfriends .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
    max-width: 12rem;
  }
  .Withfriends .wf-membership .wf-view .wf-membership-benefits {
    margin-top: 0;
  }
  .Withfriends .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.Withfriends .wf-membership .wf-edit .wf-membership-basics {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-basics .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-membership .wf-edit .wf-membership-basics > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-membership .wf-edit .wf-membership-basics {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.Withfriends .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price input[type="number"] {
  margin-left: 0;
  margin-right: 0;
}
.Withfriends .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .month_amount_wrapper {
  margin-left: 0;
}
.Withfriends .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .amount_period_divider {
  margin-left: 8px;
  margin-right: 8px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-basics input.member_limit {
  width: 72px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-basics .tier_image_wrapper {
  width: 150px;
  height: 150px;
  position: relative;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits p {
  margin-bottom: 0;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
  display: flex;
  align-items: center;
  justify-content: start;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > * {
  margin-left: 4px;
  margin-right: 4px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *:first-child,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > *:first-child {
  margin-left: 0;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-checkbox,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests input[type="number"],
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right {
  display: flex;
  align-items: center;
  justify-content: start;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > * {
  margin-left: 4px;
  margin-right: 4px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > *:first-child {
  margin-left: 0;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right .wf-checkbox,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input[type="number"],
.Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li {
  display: flex;
  width: 360px;
  max-width: calc(100vw -  4 * 16px);
  margin-bottom: 16px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div {
  flex: 1;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div p {
  line-height: 1.25;
  margin-bottom: 0;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:hover,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:active,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:visited,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus-within,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:invalid,
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li span.wf-benefit-edit {
  margin-right: 12px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a {
  position: relative;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a i.material-icons {
  font-size: 14.4px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 2px;
  left: 16px;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests {
    align-items: start;
    position: relative;
  }
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input {
    margin-left: 0;
  }
  .Withfriends .wf-membership .wf-edit .wf-edit-buttons {
    margin-top: 24px;
    grid-template-columns: auto auto;
  }
  .Withfriends .wf-membership .wf-edit .wf-edit-buttons .delete-button {
    margin-left: 0;
  }
  .Withfriends .wf-membership .wf-edit .wf-edit-buttons > *:nth-child(3) {
    display: block;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-membership .wf-edit .wf-membership-basics {
    margin-bottom: 0;
  }
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
  .Withfriends .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
    margin-bottom: 28px;
  }
}
.Withfriends .wf-membership .wf-membership-base {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.Withfriends .wf-membership .wf-membership-base:focus,
.Withfriends .wf-membership .wf-membership-base:hover,
.Withfriends .wf-membership .wf-membership-base:active,
.Withfriends .wf-membership .wf-membership-base:visited,
.Withfriends .wf-membership .wf-membership-base:focus-within,
.Withfriends .wf-membership .wf-membership-base:invalid,
.Withfriends .wf-membership .wf-membership-base:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-membership.wf-membership-add a {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 768px) {
  .Withfriends .wf-membership.wf-membership-add a {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.Withfriends .wf-membership .Jelly_Action_Result {
  margin-bottom: 24px;
}
.Withfriends .wf-benefit-badge p {
  line-height: 1.25;
  margin-bottom: 0;
}
.Withfriends .wf-benefit-badge aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
.Withfriends .wf-benefit-badge aside:focus,
.Withfriends .wf-benefit-badge aside:hover,
.Withfriends .wf-benefit-badge aside:active,
.Withfriends .wf-benefit-badge aside:visited,
.Withfriends .wf-benefit-badge aside:focus-within,
.Withfriends .wf-benefit-badge aside:invalid,
.Withfriends .wf-benefit-badge aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-membership-consumer-benefits {
  border: solid 1px #d2d2d2;
  padding: 24px;
}
.Withfriends .wf-membership-consumer-benefits h6 {
  margin-top: 24px;
}
.Withfriends .wf-membership-consumer-benefits figure {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-membership-consumer-benefits figure:before {
  content: '';
  padding-top: 45%;
  float: left;
}
@media (min-width: 960px) {
  .Withfriends .wf-membership-consumer-benefits figure {
    max-width: 240px;
  }
}
.Withfriends .wf-membership-consumer-benefits figure.square {
  overflow: hidden;
}
.Withfriends .wf-membership-consumer-benefits figure.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-membership-consumer-benefits ul {
  list-style: disc;
  list-style-position: inside;
}
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-description {
  margin-top: 24px;
}
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a i {
  font-size: 1.2em;
  margin-right: 4px;
}
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period {
  margin-top: 24px;
}
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus,
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:hover,
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:active,
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:visited,
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus-within,
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:invalid,
.Withfriends .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-membership-consumer-benefits .wf-buttons {
  margin-top: 24px;
}
.Withfriends .wf-membership-consumer-benefits .wf-buttons .wf-button {
  width: 100%;
}
.Withfriends .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
  display: flex;
}
.Withfriends .wf-membership-consumer-benefits .wf-buttons .wf-button:not(.wf-last-child) {
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .Withfriends .wf-membership-consumer-benefits .wf-buttons .wf-button {
    width: initial;
  }
  .Withfriends .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
    width: -webkit-max-content;
    width: max-content;
  }
  .Withfriends .wf-membership-consumer-benefits .wf-buttons .wf-button:first-child:not(.wf-badge) {
    margin-bottom: initial;
    margin-right: 4px;
  }
}
.Withfriends .wf-member-badge {
  padding-left: 1rem;
  padding-right: 1rem;
}
.Withfriends .wf-member-badge img.wf-logo {
  height: 2rem;
}
.Withfriends .wf-member-badge h2 {
  margin-top: 20px;
}
.Withfriends .wf-member-badge .wf-qr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px #d2d2d2;
  margin-top: 16px;
  margin-bottom: 16px;
  width: calc(100%);
  height: calc(100vw - 6.25 * 16px);
  max-height: 352px;
  justify-content: space-evenly;
}
.Withfriends .wf-member-badge .wf-qr-wrapper img.wf-qr {
  width: calc(60%);
  max-width: 208px;
}
.Withfriends .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
  background: #ffa097;
  padding: 3px 9px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
.Withfriends .wf-member-badge h6.wf-qr-id {
  display: none;
  text-align: right;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
@media (max-width: 320px) {
  .Withfriends .wf-member-badge {
    padding-left: 0;
    padding-right: 0;
  }
  .Withfriends .wf-member-badge h2 {
    font-size: 24px;
  }
  .Withfriends .wf-member-badge .wf-qr-wrapper {
    height: calc(100vw - 5 * 16px);
  }
  .Withfriends .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
    font-size: 14px;
  }
  .Withfriends .wf-member-badge .wf-member-badge-since {
    font-size: 14px;
  }
}
.Withfriends .wf-testimonials-list.wf-manage {
  margin-top: 24px;
}
.Withfriends .wf-testimonials-list.wf-manage li {
  width: 100%;
  max-width: 832px;
  margin-bottom: 24px;
}
.Withfriends .wf-testimonials-list.wf-manage li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Withfriends .wf-testimonials-list.wf-manage {
    margin-top: 40px;
  }
  .Withfriends .wf-testimonials-list.wf-manage li {
    margin-bottom: 40px;
  }
  .Withfriends .wf-testimonials-list.wf-manage li:last-child {
    margin-bottom: 0;
  }
  .Withfriends .wf-testimonials-list.wf-manage li .wf-testimonial {
    overflow: hidden;
  }
  .Withfriends .wf-testimonials-list.wf-manage li .wf-testimonial:before {
    content: '';
    padding-top: 52.35%;
    float: left;
  }
}
.Withfriends .wf-testimonial {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-testimonial:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-testimonial figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-testimonial .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Withfriends .wf-testimonial .wf-social-proof-description h5 {
  color: #ffffff;
}
.Withfriends .wf-testimonial .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.Withfriends .wf-testimonial:hover .wf-tag {
  background-color: yellow;
}
.Withfriends .wf-upsell-link.wf-manage li {
  margin-bottom: 1rem;
}
.Withfriends .wf-upsell-link.wf-manage li:last-child {
  margin-bottom: 0;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata:after {
  display: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Views {
  flex: 1;
  padding-left: 0;
  width: initial;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
  margin-right: 1rem;
  vertical-align: middle;
}
.Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  .Withfriends .wf-upsell-link.wf-manage .Metadata {
    flex-direction: column;
  }
  .Withfriends .wf-upsell-link.wf-manage .Metadata .Views {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-upsell-link.wf-manage .Metadata {
    padding: 16px 24px;
  }
  .Withfriends .wf-upsell-link.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-upsell-link.wf-manage {
    max-width: 832px;
  }
}
.Withfriends .wf-import-event-button,
.Withfriends .wf-movement-tab-details .wf-add-event-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.Withfriends .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-processing,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-import-event-button:disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button:disabled,
.Withfriends .wf-import-event-button.wf-disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-primary,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-import-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-primary.wf-processing,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-primary:disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary:disabled,
.Withfriends .wf-import-event-button.wf-primary.wf-disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-primary-2,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-import-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-primary-2.wf-processing,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-primary-2:disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary-2:disabled,
.Withfriends .wf-import-event-button.wf-primary-2.wf-disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-secondary,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-import-event-button.wf-secondary:hover,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-import-event-button.wf-secondary.wf-processing,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-import-event-button.wf-secondary:disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-secondary:disabled,
.Withfriends .wf-import-event-button.wf-secondary.wf-disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-import-event-button.wf-tertiary,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-import-event-button.wf-tertiary:hover,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-import-event-button.wf-tertiary.wf-processing,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-import-event-button.wf-tertiary:disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-tertiary:disabled,
.Withfriends .wf-import-event-button.wf-tertiary.wf-disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-import-event-button.wf-huge,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-import-event-button.wf-large,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-import-event-button.wf-medium,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-import-event-button.wf-small,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-import-event-button.wf-processing,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-import-event-button.wf-disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-import-event-button:hover,
.Withfriends .wf-movement-tab-details .wf-add-event-button:hover {
  border-bottom: none;
}
.Withfriends .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-import-event-button.wf-flat,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-import-event-button.wf-processing,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-import-event-button:disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button:disabled,
.Withfriends .wf-import-event-button.wf-disabled,
.Withfriends .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-import-event-button i,
.Withfriends .wf-movement-tab-details .wf-add-event-button i {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.Withfriends .wf-event.wf-manage .wf-event-share-button {
  position: absolute;
  top: 18px;
  right: 20px;
  background: white;
  z-index: 1;
}
.Withfriends .wf-event.wf-manage .wf-event-share-button:active {
  position: absolute;
  left: initial;
  bottom: initial;
}
.Withfriends .wf-event.wf-manage .Cover {
  overflow: hidden;
}
.Withfriends .wf-event.wf-manage .Cover:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
.Withfriends .wf-event.wf-manage .Cover .Title,
.Withfriends .wf-event.wf-manage .Cover .Subtitle {
  color: #ffffff;
}
.Withfriends .wf-event.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.Withfriends .wf-event.wf-manage .Metadata:after {
  display: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Date {
  flex: 1;
  padding-left: 0;
  width: initial;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
}
.Withfriends .wf-event.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  .Withfriends .wf-event.wf-manage .Cover .Title,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
  }
  .Withfriends .wf-event.wf-manage .Cover .Title:focus,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle:focus,
  .Withfriends .wf-event.wf-manage .Cover .Title:hover,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle:hover,
  .Withfriends .wf-event.wf-manage .Cover .Title:active,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle:active,
  .Withfriends .wf-event.wf-manage .Cover .Title:visited,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle:visited,
  .Withfriends .wf-event.wf-manage .Cover .Title:focus-within,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle:focus-within,
  .Withfriends .wf-event.wf-manage .Cover .Title:invalid,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle:invalid,
  .Withfriends .wf-event.wf-manage .Cover .Title:disabled,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .Withfriends .wf-event.wf-manage .Cover .Title.Subtitle,
  .Withfriends .wf-event.wf-manage .Cover .Subtitle.Subtitle {
    font-weight: normal;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-event.wf-manage .wf-event-share-button {
    top: 32px;
    right: 32px;
  }
  .Withfriends .wf-event.wf-manage .Metadata {
    padding: 16px 24px;
  }
  .Withfriends .wf-event.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-event.wf-manage {
    max-width: 832px;
  }
}
.Withfriends .wf-event.wf-edit .wf-checkbox label {
  margin-left: 0;
}
.Withfriends .wf-event.wf-edit .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-event.wf-edit .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-event.wf-front a.wf-event-link {
  text-decoration: inherit;
  color: inherit;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
  grid-template-columns: repeat(3, [col-start] 1fr);
}
.Withfriends .wf-event.wf-front a.wf-event-link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.Withfriends .wf-event.wf-front a.wf-event-link:focus {
  outline-style: none;
}
.Withfriends .wf-event.wf-front a.wf-event-link > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-event.wf-front a.wf-event-link > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-event.wf-front a.wf-event-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
  background-color: #f6f4f4;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.36%;
  float: left;
}
.Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
  overflow: hidden;
}
.Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
.Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info {
  padding: 0;
}
.Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p,
.Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info h4,
.Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  margin: 0;
  margin-bottom: 8px;
}
.Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  .Withfriends .wf-event.wf-front a.wf-event-link h4 {
    font-size: 24px;
  }
  .Withfriends .wf-event.wf-front a.wf-event-link h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-event.wf-front a.wf-event-link {
    grid-gap: 32px;
  }
  .Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
    grid-column: col-start / 1;
  }
  .Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 12px;
  }
  .Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  .Withfriends .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
    top: 12px;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 24px);
  }
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info {
    grid-column: 2 / -1;
  }
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p {
    font-size: 18px;
    line-height: 1.56;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin: 0;
    margin-bottom: 8px;
  }
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p:focus,
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p:hover,
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p:active,
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p:visited,
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p:focus-within,
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p:invalid,
  .Withfriends .wf-event.wf-front a.wf-event-link .wf-event-info p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-event-single-disclaimer {
    max-width: 832px;
  }
}
.Withfriends .wf-tickets-list.wf-manage {
  margin-top: 32px;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item {
  margin-bottom: 32px;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  grid-template-columns: auto auto;
  /* Overwriting another media query in wf-action-grid */
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-gap: 16px;
    grid-template-columns: auto auto;
  }
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  padding-top: 6px;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus,
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:hover,
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:active,
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:visited,
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus-within,
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:invalid,
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-ticket-private .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row {
  display: inline-grid !important;
  grid-auto-flow: column;
  grid-gap: 12px;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row input {
  background: #ffffff;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:first-child {
  width: 120px;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:last-child {
  width: 96px;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row {
  display: flex;
  align-items: center;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row input[type="number"] {
  width: 80px !important;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale {
  margin-left: initial;
  width: initial;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale label {
  margin-left: initial;
  margin-bottom: initial;
  width: initial;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-tickets-list.wf-manage li.Tier_Item.Hide_Quiet_Buttons .delete-button {
  display: none;
}
.Withfriends .wf-tickets-list.wf-manage .picker__list {
  padding-bottom: 9px;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky {
  top: -160px;
  transition: 250ms;
  background: #ffffff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 #e2e2e2;
  position: fixed;
  left: 0;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: center;
  grid-gap: 14px;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3 {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-family: "Avenir Heavy WF";
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:hover,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:active,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:visited,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus-within,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:invalid,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:active,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
  grid-column: col-start / -1;
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  line-height: 1.4;
  display: flex;
  align-items: center;
  height: initial;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  grid-column: col-start / -1;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
@media (min-width: 960px) {
  .Withfriends .wf-event-front section.wf-event-brief-sticky {
    top: -96px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
  }
  .Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 8 / span 2;
    justify-content: flex-end;
    margin-right: 8px;
  }
  .Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-event-front section.wf-event-brief-sticky {
    top: -72px;
  }
  .Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    height: 48px;
    grid-column: col-start 9 / span 1;
    width: 150%;
    justify-content: initial;
    margin-right: initial;
  }
  .Withfriends .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    width: 82%;
    margin-left: auto;
  }
}
.Withfriends .wf-event-front section.wf-event-brief {
  border-bottom: solid 1px #d2d2d2;
  padding-top: 28px;
  padding-bottom: 24px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: end;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
  text-align: right;
  display: block;
  grid-column: 1 / -1;
  margin-right: 16px;
  padding: 0;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:disabled,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:disabled,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:disabled,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:disabled,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button i.material-icons {
  margin-right: 14px;
}
@media (min-width: 960px) {
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
    margin-right: 0;
  }
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: bold;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-bottom: 8px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
  margin-bottom: 4px;
  grid-column: col-start / -1;
  height: 48px;
  font-family: "Avenir Heavy WF";
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  margin-bottom: 4px;
  grid-column: col-start / span -1;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-campaign-goal {
  margin-top: 24px;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
.Withfriends .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (min-width: 960px) {
  .Withfriends .wf-event-front section.wf-event-brief {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    grid-row-gap: 0;
    /* This is Just for the edit button. */
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
    grid-row: span 2;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
    font-size: 32px;
    font-weight: normal;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 4;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 8px;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 9 / span 4;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-row: span 1;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 1;
    font-size: 20px;
    width: 150%;
    justify-content: initial;
    align-items: center;
    margin-bottom: 4px;
  }
  .Withfriends .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
    width: 82%;
    max-width: initial;
  }
}
.Withfriends .wf-event-front section.wf-event-additional {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-top: 28px;
  padding-bottom: 54px;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.Withfriends .wf-event-front section.wf-event-additional > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends .wf-event-front section.wf-event-additional > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends .wf-event-front section.wf-event-additional {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information {
  grid-column: col-start / span -1;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper {
  background-color: #f6f4f4;
  width: 100%;
  margin-bottom: 76px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-size: cover;
  background-position: center;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
  overflow: hidden;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description {
  font-size: 16px;
  line-height: 1.63;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 32px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:hover,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:active,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:visited,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus-within,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:invalid,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:focus {
  outline-style: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:hover,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:active,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:visited,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus-within,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:invalid,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:hover,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:active,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:visited,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus-within,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:invalid,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description .wf-event-partner {
  margin-top: 32px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map {
  padding-left: 14px;
  padding-right: 20px;
  margin-top: 4px;
  margin-bottom: 38px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map i {
  font-size: 1.4em;
  margin-right: 6px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar {
  grid-column: col-start / span -1;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share {
  margin-bottom: 54px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:hover,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:active,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:visited,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus-within,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:invalid,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:focus {
  outline-style: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.first {
  margin-left: 28px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link i {
  font-size: 1.25em;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email i {
  font-size: 1.1em;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner {
  display: flex;
  margin-top: 28px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo {
  text-decoration: initial;
  color: inherit;
  flex-basis: 128px;
  width: 128px;
  overflow: hidden;
  background: #c0c0c0;
  margin-right: 32px;
  background-size: cover;
  border: solid 1px #c0c0c0;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:focus {
  outline-style: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  border-bottom: solid 1px #c0c0c0;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label {
  padding-top: 18px;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title {
  text-decoration: initial;
  color: inherit;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Avenir Heavy WF";
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus {
  outline-style: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:active,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:visited,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus-within,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:invalid,
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-weight: normal;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link:hover {
  border-bottom: solid 1px #ff877b;
}
.Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
  display: none;
}
@media (min-width: 960px) {
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
    display: block;
    margin-top: 54px;
    max-width: 288px;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper h5 {
    font-size: 17.6px;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper .wf-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  .Withfriends .wf-event-front section.wf-event-additional {
    padding-top: 54px;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information {
    grid-column: col-start / span 7;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 20px;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
    top: 20px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 40px);
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p:focus,
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p:hover,
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p:active,
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p:visited,
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p:focus-within,
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p:invalid,
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-information p:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .Withfriends .wf-event-front section.wf-event-additional .wf-event-sidebar {
    grid-column: col-start 9 / span 4;
  }
}
.Withfriends #Membership_Dashboard .Member_List {
  display: grid;
}
.Withfriends #Membership_Dashboard .Member_List .Member_Item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d2d2d2;
}
.Withfriends #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder {
  border: solid 2px #333333;
  background: #ffffff;
}
.Withfriends #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  font-weight: normal;
  color: #333333;
  margin-top: 0;
}
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus,
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:hover,
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:active,
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:visited,
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus-within,
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:invalid,
.Withfriends #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends #Testimonial .wf-action-title {
  margin-bottom: 24px;
}
.Withfriends #Share-Testimonial h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.Withfriends #Share-Testimonial .wf-testimonial-image {
  width: 100%;
  height: auto;
}
.Withfriends #Share-Testimonial .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.Withfriends #Share-Testimonial .share_buttons a {
  position: relative;
  width: 100%;
}
.Withfriends #Share-Testimonial .share_buttons a i,
.Withfriends #Share-Testimonial .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
@media (max-width: 374px) {
  .Withfriends #Share-Testimonial h2 {
    font-size: 28px;
  }
}
.Withfriends #Share-Event h2 {
  font-size: 32px;
}
.Withfriends #Share-Event .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.Withfriends #Share-Event .share_buttons a {
  position: relative;
  width: 100%;
}
.Withfriends #Share-Event .share_buttons a i,
.Withfriends #Share-Event .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
.Withfriends #Share-Event .wf-helper-image {
  width: 100%;
  height: auto;
  border: solid 1px #d2d2d2;
}
@media (min-width: 768px) {
  .Withfriends #Share-Event h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 374px) {
  .Withfriends #Share-Event h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports {
  padding-top: 0px !important;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports .Report_Navigation {
  margin-top: 0;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports .wf-dropdown {
  font-size: 16px;
  font-weight: normal;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports .Date_Selector {
  font-size: 16px;
  font-weight: normal;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports .Within {
  font-size: 16px;
  font-weight: normal;
  margin: 0 16px;
  flex: 0;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h2,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h3,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h4,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Stat .Amount {
  font-size: 24px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:disabled,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:disabled,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:disabled,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:disabled,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small {
  margin-bottom: 16px;
}
.Withfriends .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .Withfriends .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors {
    flex-wrap: wrap;
  }
  .Withfriends .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors .Kind_Selector {
    margin-bottom: 1rem;
  }
}
.Withfriends .Report_Back {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.Withfriends .Report_Back:focus,
.Withfriends .Report_Back:hover,
.Withfriends .Report_Back:active,
.Withfriends .Report_Back:visited,
.Withfriends .Report_Back:focus-within,
.Withfriends .Report_Back:invalid,
.Withfriends .Report_Back:disabled {
  border-color: initial;
  text-underline: initial;
}
.Withfriends .Report_Back a:hover {
  border: initial;
}
.Withfriends .Report_Wrapper .Ranking b {
  font-family: "Avenir Book WF";
  font-weight: bold;
}
.Withfriends .Report_Wrapper .Breakdown,
.Withfriends .Report_Wrapper .Report {
  border: solid 1px #d2d2d2;
}
.Withfriends .Report_Wrapper .Breakdown label,
.Withfriends .Report_Wrapper .Report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
  text-transform: initial;
}
.Withfriends .Report_Wrapper .Breakdown .Button,
.Withfriends .Report_Wrapper .Report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-processing,
.Withfriends .Report_Wrapper .Report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button:disabled,
.Withfriends .Report_Wrapper .Report .Button:disabled,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary,
.Withfriends .Report_Wrapper .Report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Report_Wrapper .Report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary.wf-processing,
.Withfriends .Report_Wrapper .Report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary:disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-primary:disabled,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary.wf-disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary-2,
.Withfriends .Report_Wrapper .Report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Report_Wrapper .Report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-processing,
.Withfriends .Report_Wrapper .Report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary-2:disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-primary-2:disabled,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-secondary,
.Withfriends .Report_Wrapper .Report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-secondary:hover,
.Withfriends .Report_Wrapper .Report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-secondary.wf-processing,
.Withfriends .Report_Wrapper .Report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-secondary:disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-secondary:disabled,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-secondary.wf-disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-tertiary,
.Withfriends .Report_Wrapper .Report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-tertiary:hover,
.Withfriends .Report_Wrapper .Report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-processing,
.Withfriends .Report_Wrapper .Report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-tertiary:disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-tertiary:disabled,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-huge,
.Withfriends .Report_Wrapper .Report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-large,
.Withfriends .Report_Wrapper .Report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-medium,
.Withfriends .Report_Wrapper .Report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-small,
.Withfriends .Report_Wrapper .Report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-processing,
.Withfriends .Report_Wrapper .Report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Report_Wrapper .Breakdown .Button:hover,
.Withfriends .Report_Wrapper .Report .Button:hover {
  border-bottom: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-flat,
.Withfriends .Report_Wrapper .Report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.Withfriends .Report_Wrapper .Breakdown .Button:hover,
.Withfriends .Report_Wrapper .Report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.Withfriends .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):hover,
.Withfriends .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.Withfriends .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.Withfriends .Report_Wrapper .Breakdown .Button.wf-processing,
.Withfriends .Report_Wrapper .Report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
.Withfriends .Report_Wrapper .Breakdown .Button:disabled,
.Withfriends .Report_Wrapper .Report .Button:disabled,
.Withfriends .Report_Wrapper .Breakdown .Button.wf-disabled,
.Withfriends .Report_Wrapper .Report .Button.wf-disabled {
  color: #8c8c8c;
}
.Withfriends .Report_Wrapper .Report_Event_List p {
  margin-bottom: 0;
}
.Withfriends .Report_Wrapper .Report_Event_List a {
  padding: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  justify-content: start;
}
.Withfriends .Report_Wrapper .Report_Event_List a:hover {
  background: rgba(252, 226, 227, 0.8);
}
.Withfriends .Report_Wrapper .Report_Event_List a i {
  font-size: 1.6rem;
  margin: 0 !important;
}
.Withfriends .Report_Wrapper .Report_Event_List a p {
  margin: 0 !important;
}
.Withfriends div#Movement_Panel {
  min-height: 90vh;
}
.Withfriends div#Movement_Panel section.wf-movement-details {
  margin-top: 40px;
  margin-bottom: 64px;
  overflow: visible;
}
.Withfriends div#Movement_Panel section.wf-movement-details .Jelly_Progress_Bar {
  visibility: hidden;
}
@media (min-width: 768px) {
  .Withfriends div#Movement_Panel section.wf-movement-details {
    margin-top: 60px;
  }
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate > *,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .Withfriends div#Movement_Panel section#wf-movement-join-donate > *,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .Withfriends div#Movement_Panel section#wf-movement-join-donate,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form {
  text-align: center;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form p,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p {
  margin-top: 16px;
  margin-bottom: 32px;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form .input-row,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child {
  flex: 1;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child input,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 144px;
  padding-left: 26px;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form .input-row .wf-input-label,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row {
  display: flex;
}
.Withfriends div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row > *:first-child input,
.Withfriends div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 100%;
}
@media (max-width: 767px) {
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form h2,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form h2 {
    font-size: 32px;
  }
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form a,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form {
    grid-column: col-start 4 / span 10;
  }
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 52px;
  }
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p:focus,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p:focus,
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p:hover,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p:hover,
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p:active,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p:active,
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p:visited,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p:visited,
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p:focus-within,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p:focus-within,
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p:invalid,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p:invalid,
  .Withfriends div#Movement_Panel section#wf-movement-join-donate .form p:disabled,
  .Withfriends div#Movement_Panel section#wf-movement-join-sign-up .form p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1800px) {
  .Withfriends div#Movement_Panel {
    min-height: calc(100vh - 35 * 16px);
  }
}
/*


:: Special Cases (under Jelly_Globals or Site)

*/
.wf-modal-wrapper {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-animation-duration: 0ms !important;
          animation-duration: 0ms !important;
  background: #ffffff !important;
  /* 

:: Typography

*/
  /* Base style */
  font-family: "Avenir Book WF";
  font-size: 16px;
  line-height: 1.63;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #333333;
  /* Copy sizes */
  /* Headings */
  /* Displays */
  /* 

:: Animations

*/
  /* 

:: Inputs

*/
  /* 

:: Buttons

*/
  /* 

	:: Layout

	*/
  /* 

	:: Stylable 

	*/
  /* 

	:: Lead Page

	*/
  /* 

	:: Elements

	*/
  /* 

:: Actions

*/
  /* */
  /* TODO - should this be called wf-inline-edit?  */
  /* 

:: Toolbar

*/
  /* This hides the progress bar in my hack to fix the "Flush" bug in which the sign in would sometimes not load. */
  /* 

:: Movement

*/
  /*

:: Campaign

*/
  /* 

:: Memberships

*/
  /* 

:: Upsell Links 

(see Upsell Window below as well)

*/
  /*
	
:: Events

*/
  /* 

	:: Members

	*/
  /*
		
	:: Reports

	*/
  /* 

	:: Join page 

	*/
}
.wf-modal-wrapper .Jelly_Progress_Bar {
  visibility: hidden;
}
.wf-modal-wrapper .Content_Loader {
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-modal-wrapper .reset {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper .reset:focus,
.wf-modal-wrapper .reset:hover,
.wf-modal-wrapper .reset:active,
.wf-modal-wrapper .reset:visited,
.wf-modal-wrapper .reset:focus-within,
.wf-modal-wrapper .reset:invalid,
.wf-modal-wrapper .reset:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-plain-link {
  text-decoration: initial;
  color: inherit;
}
.wf-modal-wrapper .wf-plain-link:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-plain-link:focus {
  outline-style: initial;
}
.wf-modal-wrapper p {
  font-family: "Avenir Book WF";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #333333;
}
.wf-modal-wrapper strong {
  font-family: "Avenir Heavy WF";
}
.wf-modal-wrapper .wf-normal {
  font-size: 16px;
  line-height: 1.63;
}
.wf-modal-wrapper .wf-large {
  font-size: 18px;
  line-height: 1.56;
}
.wf-modal-wrapper .wf-small {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
}
.wf-modal-wrapper h1,
.wf-modal-wrapper h2,
.wf-modal-wrapper h3,
.wf-modal-wrapper h4,
.wf-modal-wrapper h5,
.wf-modal-wrapper h6,
.wf-modal-wrapper .wf-normal,
.wf-modal-wrapper .wf-large,
.wf-modal-wrapper .wf-small,
.wf-modal-wrapper p .h1,
.wf-modal-wrapper .h2,
.wf-modal-wrapper .h3,
.wf-modal-wrapper .h4,
.wf-modal-wrapper .h5,
.wf-modal-wrapper .h6,
.wf-modal-wrapper .p {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper h1:focus,
.wf-modal-wrapper h2:focus,
.wf-modal-wrapper h3:focus,
.wf-modal-wrapper h4:focus,
.wf-modal-wrapper h5:focus,
.wf-modal-wrapper h6:focus,
.wf-modal-wrapper .wf-normal:focus,
.wf-modal-wrapper .wf-large:focus,
.wf-modal-wrapper .wf-small:focus,
.wf-modal-wrapper p .h1:focus,
.wf-modal-wrapper .h2:focus,
.wf-modal-wrapper .h3:focus,
.wf-modal-wrapper .h4:focus,
.wf-modal-wrapper .h5:focus,
.wf-modal-wrapper .h6:focus,
.wf-modal-wrapper .p:focus,
.wf-modal-wrapper h1:hover,
.wf-modal-wrapper h2:hover,
.wf-modal-wrapper h3:hover,
.wf-modal-wrapper h4:hover,
.wf-modal-wrapper h5:hover,
.wf-modal-wrapper h6:hover,
.wf-modal-wrapper .wf-normal:hover,
.wf-modal-wrapper .wf-large:hover,
.wf-modal-wrapper .wf-small:hover,
.wf-modal-wrapper p .h1:hover,
.wf-modal-wrapper .h2:hover,
.wf-modal-wrapper .h3:hover,
.wf-modal-wrapper .h4:hover,
.wf-modal-wrapper .h5:hover,
.wf-modal-wrapper .h6:hover,
.wf-modal-wrapper .p:hover,
.wf-modal-wrapper h1:active,
.wf-modal-wrapper h2:active,
.wf-modal-wrapper h3:active,
.wf-modal-wrapper h4:active,
.wf-modal-wrapper h5:active,
.wf-modal-wrapper h6:active,
.wf-modal-wrapper .wf-normal:active,
.wf-modal-wrapper .wf-large:active,
.wf-modal-wrapper .wf-small:active,
.wf-modal-wrapper p .h1:active,
.wf-modal-wrapper .h2:active,
.wf-modal-wrapper .h3:active,
.wf-modal-wrapper .h4:active,
.wf-modal-wrapper .h5:active,
.wf-modal-wrapper .h6:active,
.wf-modal-wrapper .p:active,
.wf-modal-wrapper h1:visited,
.wf-modal-wrapper h2:visited,
.wf-modal-wrapper h3:visited,
.wf-modal-wrapper h4:visited,
.wf-modal-wrapper h5:visited,
.wf-modal-wrapper h6:visited,
.wf-modal-wrapper .wf-normal:visited,
.wf-modal-wrapper .wf-large:visited,
.wf-modal-wrapper .wf-small:visited,
.wf-modal-wrapper p .h1:visited,
.wf-modal-wrapper .h2:visited,
.wf-modal-wrapper .h3:visited,
.wf-modal-wrapper .h4:visited,
.wf-modal-wrapper .h5:visited,
.wf-modal-wrapper .h6:visited,
.wf-modal-wrapper .p:visited,
.wf-modal-wrapper h1:focus-within,
.wf-modal-wrapper h2:focus-within,
.wf-modal-wrapper h3:focus-within,
.wf-modal-wrapper h4:focus-within,
.wf-modal-wrapper h5:focus-within,
.wf-modal-wrapper h6:focus-within,
.wf-modal-wrapper .wf-normal:focus-within,
.wf-modal-wrapper .wf-large:focus-within,
.wf-modal-wrapper .wf-small:focus-within,
.wf-modal-wrapper p .h1:focus-within,
.wf-modal-wrapper .h2:focus-within,
.wf-modal-wrapper .h3:focus-within,
.wf-modal-wrapper .h4:focus-within,
.wf-modal-wrapper .h5:focus-within,
.wf-modal-wrapper .h6:focus-within,
.wf-modal-wrapper .p:focus-within,
.wf-modal-wrapper h1:invalid,
.wf-modal-wrapper h2:invalid,
.wf-modal-wrapper h3:invalid,
.wf-modal-wrapper h4:invalid,
.wf-modal-wrapper h5:invalid,
.wf-modal-wrapper h6:invalid,
.wf-modal-wrapper .wf-normal:invalid,
.wf-modal-wrapper .wf-large:invalid,
.wf-modal-wrapper .wf-small:invalid,
.wf-modal-wrapper p .h1:invalid,
.wf-modal-wrapper .h2:invalid,
.wf-modal-wrapper .h3:invalid,
.wf-modal-wrapper .h4:invalid,
.wf-modal-wrapper .h5:invalid,
.wf-modal-wrapper .h6:invalid,
.wf-modal-wrapper .p:invalid,
.wf-modal-wrapper h1:disabled,
.wf-modal-wrapper h2:disabled,
.wf-modal-wrapper h3:disabled,
.wf-modal-wrapper h4:disabled,
.wf-modal-wrapper h5:disabled,
.wf-modal-wrapper h6:disabled,
.wf-modal-wrapper .wf-normal:disabled,
.wf-modal-wrapper .wf-large:disabled,
.wf-modal-wrapper .wf-small:disabled,
.wf-modal-wrapper p .h1:disabled,
.wf-modal-wrapper .h2:disabled,
.wf-modal-wrapper .h3:disabled,
.wf-modal-wrapper .h4:disabled,
.wf-modal-wrapper .h5:disabled,
.wf-modal-wrapper .h6:disabled,
.wf-modal-wrapper .p:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper h1,
.wf-modal-wrapper .h1 {
  font-size: 48px;
  line-height: 1.13;
}
.wf-modal-wrapper h2,
.wf-modal-wrapper .h2 {
  font-size: 36px;
  line-height: 1.17;
}
.wf-modal-wrapper h3,
.wf-modal-wrapper .h3 {
  font-size: 32px;
  line-height: 1.19;
}
.wf-modal-wrapper h4,
.wf-modal-wrapper .h4 {
  font-size: 28px;
  line-height: 1.21;
}
.wf-modal-wrapper h5,
.wf-modal-wrapper .h5 {
  font-size: 24px;
  line-height: 1.25;
}
.wf-modal-wrapper h6,
.wf-modal-wrapper .h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.wf-modal-wrapper h1.wf-display {
  font-size: 76px;
  line-height: 1.05;
}
.wf-modal-wrapper h2.wf-display {
  font-size: 60px;
  line-height: 1.1;
}
.wf-modal-wrapper input,
.wf-modal-wrapper textarea {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  border-radius: 1px;
  background-color: #ffffff;
  border-color: #d2d2d2;
  font-family: "Avenir Roman WF";
  color: #6f6f6f;
  letter-spacing: -0.2px;
  line-height: 1.75;
}
.wf-modal-wrapper input:focus,
.wf-modal-wrapper textarea:focus,
.wf-modal-wrapper input:hover,
.wf-modal-wrapper textarea:hover,
.wf-modal-wrapper input:active,
.wf-modal-wrapper textarea:active,
.wf-modal-wrapper input:visited,
.wf-modal-wrapper textarea:visited,
.wf-modal-wrapper input:focus-within,
.wf-modal-wrapper textarea:focus-within,
.wf-modal-wrapper input:invalid,
.wf-modal-wrapper textarea:invalid,
.wf-modal-wrapper input:disabled,
.wf-modal-wrapper textarea:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper input:read-only,
.wf-modal-wrapper textarea:read-only {
  background-color: #fbfbfb;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper input:focus,
.wf-modal-wrapper textarea:focus,
.wf-modal-wrapper input.focus,
.wf-modal-wrapper textarea.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.wf-modal-wrapper input:disabled,
.wf-modal-wrapper textarea:disabled,
.wf-modal-wrapper input.wf-disabled,
.wf-modal-wrapper textarea.wf-disabled {
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper input:invalid,
.wf-modal-wrapper textarea:invalid,
.wf-modal-wrapper input:hover,
.wf-modal-wrapper textarea:hover {
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper input:invalid:focus,
.wf-modal-wrapper textarea:invalid:focus,
.wf-modal-wrapper input:hover:focus,
.wf-modal-wrapper textarea:hover:focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.wf-modal-wrapper input.error,
.wf-modal-wrapper textarea.error,
.wf-modal-wrapper input[type="number"]:invalid,
.wf-modal-wrapper textarea[type="number"]:invalid,
.wf-modal-wrapper input[type="text"][pattern]:invalid,
.wf-modal-wrapper textarea[type="text"][pattern]:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.wf-modal-wrapper input[type="number"],
.wf-modal-wrapper textarea[type="number"] {
  width: 80px;
}
.wf-modal-wrapper input.Input_With_Icon,
.wf-modal-wrapper textarea.Input_With_Icon {
  padding-left: 1em !important;
}
.wf-modal-wrapper input::-webkit-input-placeholder,
.wf-modal-wrapper textarea::-webkit-input-placeholder {
  color: #a4a6b3;
}
.wf-modal-wrapper input::placeholder,
.wf-modal-wrapper textarea::placeholder {
  color: #a4a6b3;
}
.wf-modal-wrapper .material-icons.Input_Icon {
  display: none;
}
.wf-modal-wrapper .Date_Input_Wrapper {
  background-color: #ffffff;
}
.wf-modal-wrapper .Date_Input_Wrapper .Input_With_Icon {
  padding-right: 2.5em !important;
}
.wf-modal-wrapper .Date_Input_Wrapper .material-icons.Input_Icon {
  display: block;
  color: #a4a6b3;
  left: initial;
  right: 10px;
  font-size: 1.4em;
  top: -1px;
  z-index: 1;
}
.wf-modal-wrapper .Date_Input_Wrapper input[type="text"] {
  background: none;
  position: relative;
  z-index: 2;
}
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display:focus,
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display:hover,
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display:active,
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display:visited,
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display:focus-within,
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display:invalid,
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .Text_Area_Input_Wrapper .Character_Display.Negative {
  color: #d0021b;
}
.wf-modal-wrapper input {
  height: 48px;
  padding: 1em 0.625em;
}
.wf-modal-wrapper textarea {
  padding: 0.3125em 0.625em;
}
.wf-modal-wrapper .Jelly_Action_Result,
.wf-modal-wrapper .Jelly_Action_Input_Result {
  font-size: 14px;
  color: #d0021b;
}
.wf-modal-wrapper .wf-select {
  height: 48px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ffffff;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 1px;
  border: solid 1px #d2d2d2;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#6F6F6F" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path fill="none" d="M0 0h24v24H0V0z"/></svg>');
  background-position: calc(100% - .5em) 50%;
  background-repeat: no-repeat;
  font-family: "Avenir Roman WF";
  letter-spacing: -0.2px;
  color: #a4a6b3;
}
.wf-modal-wrapper .wf-select:focus,
.wf-modal-wrapper .wf-select.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
.wf-modal-wrapper .wf-select.error,
.wf-modal-wrapper .wf-select:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
.wf-modal-wrapper .wf-checkbox {
  display: block;
}
.wf-modal-wrapper .wf-checkbox label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.wf-modal-wrapper .wf-checkbox input[type="checkbox"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
.wf-modal-wrapper .wf-checkbox .Display {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
.wf-modal-wrapper .wf-checkbox .Display .Check {
  display: none;
}
.wf-modal-wrapper .wf-checkbox input[type="checkbox"]:checked + .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-modal-wrapper .wf-checkbox input[type="checkbox"]:checked + .Display .Check {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
.wf-modal-wrapper .wf-checkbox input[type="checkbox"]:checked + .Display .Check i.material-icons {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14.4px;
  color: white;
}
.wf-modal-wrapper .wf-checkbox:not(.readonly) input[type="checkbox"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-modal-wrapper .wf-checkbox .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-checkbox .label-display {
    margin-left: 16px;
  }
  .wf-modal-wrapper .wf-checkbox .label-display:empty {
    margin-left: 0;
  }
}
.wf-modal-wrapper .wf-radio label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.wf-modal-wrapper .wf-radio input[type="radio"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
.wf-modal-wrapper .wf-radio .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 1200px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
.wf-modal-wrapper .wf-radio .Display .Check {
  display: none;
}
.wf-modal-wrapper .wf-radio input[type="radio"]:checked + .Display {
  border: solid 2px #ff877b;
  padding: 3px;
}
.wf-modal-wrapper .wf-radio input[type="radio"]:checked + .Display .Circle {
  width: 100%;
  height: 100%;
  background: #ff877b;
}
.wf-modal-wrapper .wf-radio input[type="radio"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-modal-wrapper .wf-radio .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 3 * 16px);
  cursor: pointer;
}
.wf-modal-wrapper .wf-dropdown.Menu_Input {
  margin-bottom: 0;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
.wf-modal-wrapper .wf-dropdown.Menu_Input .Jelly_Closed_Menu_Badge i.Jelly_Closed_Menu_Light {
  font-family: "Avenir Book WF";
  font-style: normal;
  font-size: 1em;
  color: #6f6f6f;
  letter-spacing: -0.2px;
}
.wf-modal-wrapper .wf-dropdown.Menu_Input i.Jelly_Closed_Menu_Arrow {
  color: #6f6f6f;
  margin-left: 0;
  right: -6px;
}
.wf-modal-wrapper .wf-dropdown.Menu_Input.focus {
  /* TODO - it changes size if it's left at 2px... */
  border: solid 1px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-modal-wrapper .Picture_Input .Preview {
  background-color: #f7f7f7;
}
.wf-modal-wrapper .Picture_Input .Preview .Badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wf-modal-wrapper .Picture_Input .Preview .Badge i {
  color: #333333;
  font-size: 22px;
  left: initial;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  position: initial;
}
.wf-modal-wrapper .Picture_Input .Preview .Badge label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  font-weight: 100;
  text-transform: initial;
}
.wf-modal-wrapper .Picture_Input .Preview .Badge label:focus,
.wf-modal-wrapper .Picture_Input .Preview .Badge label:hover,
.wf-modal-wrapper .Picture_Input .Preview .Badge label:active,
.wf-modal-wrapper .Picture_Input .Preview .Badge label:visited,
.wf-modal-wrapper .Picture_Input .Preview .Badge label:focus-within,
.wf-modal-wrapper .Picture_Input .Preview .Badge label:invalid,
.wf-modal-wrapper .Picture_Input .Preview .Badge label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .Picture_Input .Preview .Cover_Content {
  margin-bottom: 0;
}
.wf-modal-wrapper .Picture_Input .uploadcare--widget {
  display: none;
}
.wf-modal-wrapper .Picture_Input .Uploader .Jelly_Loading {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) {
  position: absolute;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Preview {
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Badge i {
  display: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Badge label {
  display: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Button label {
  display: initial;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button i {
  display: none;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:hover,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:active,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:visited,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus-within,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:invalid,
.wf-modal-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .Picture_Input .Hint {
  display: none;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .Picture_Input .Preview .Badge i {
    display: none;
  }
  .wf-modal-wrapper .Picture_Input .Preview .Badge label {
    display: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    border-width: 2px;
    background: #f7f7f7;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary {
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:disabled,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2 {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-processing {
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:disabled,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-processing {
    border: solid 1px #8c8c8c;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:disabled,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-disabled {
    color: #8c8c8c;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #e2e2e2;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:hover {
    border-bottom: solid 1px #e2e2e2;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 1px #333333;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-processing {
    border: solid 1px #8c8c8c;
    opacity: 0.7;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:disabled,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-disabled {
    border: solid 1px #8c8c8c;
    color: #8c8c8c;
    opacity: 0.7;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-huge {
    font-size: 16px;
    height: 64px;
    min-width: 197.28px;
    padding-left: 42.56px;
    padding-right: 42.56px;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-large {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-medium {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-small {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    opacity: 0.7;
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-flat {
    left: 0;
    bottom: 0;
    box-shadow: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):hover,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    border: solid 1px #8c8c8c;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    color: #8c8c8c;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a i {
    display: none;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    text-transform: initial;
  }
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:hover,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:active,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:visited,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus-within,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:invalid,
  .wf-modal-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
.wf-modal-wrapper .Video_Input .uploadcare--widget {
  display: none;
}
.wf-modal-wrapper .Video_Input .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-modal-wrapper .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .Video_Input .Add_Buttons {
  margin-top: 48px;
  background: none;
  overflow: initial;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Aspect {
  display: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner {
  position: static;
  justify-content: flex-end;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader {
  margin-right: 16px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader {
  flex: initial;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  padding-left: 2rem;
  padding-right: 2rem;
  width: -webkit-fit-content;
  width: fit-content;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-processing,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-processing,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-processing,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-processing,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-huge,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-large,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-medium,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-small,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:hover {
  border-bottom: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-flat,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a i,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a i {
  display: none;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:hover,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:active,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:visited,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:visited,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus-within,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus-within,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:invalid,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:invalid,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:disabled,
.wf-modal-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons {
  display: flex;
  justify-content: flex-end;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a:disabled,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary:disabled,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary-2:disabled,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-secondary:disabled,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:disabled,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a:hover {
  border-bottom: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Video_Input .Remove_Buttons a:disabled,
.wf-modal-wrapper .Video_Input .Remove_Buttons a.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-link:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-quiet-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-quiet-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-button:disabled,
.wf-modal-wrapper .wf-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-primary:disabled,
.wf-modal-wrapper .wf-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-primary-2:disabled,
.wf-modal-wrapper .wf-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-button.wf-secondary:disabled,
.wf-modal-wrapper .wf-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-button.wf-tertiary:disabled,
.wf-modal-wrapper .wf-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-flex {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.wf-modal-wrapper .wf-grid {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-grid > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-grid > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-stylable a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-stylable a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-stylable a:focus {
  outline-style: initial;
}
.wf-modal-wrapper .wf-stylable a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-stylable blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.wf-modal-wrapper .wf-stylable h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.wf-modal-wrapper .wf-stylable h1:focus,
.wf-modal-wrapper .wf-stylable h1:hover,
.wf-modal-wrapper .wf-stylable h1:active,
.wf-modal-wrapper .wf-stylable h1:visited,
.wf-modal-wrapper .wf-stylable h1:focus-within,
.wf-modal-wrapper .wf-stylable h1:invalid,
.wf-modal-wrapper .wf-stylable h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-stylable h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.wf-modal-wrapper .wf-stylable h2:focus,
.wf-modal-wrapper .wf-stylable h2:hover,
.wf-modal-wrapper .wf-stylable h2:active,
.wf-modal-wrapper .wf-stylable h2:visited,
.wf-modal-wrapper .wf-stylable h2:focus-within,
.wf-modal-wrapper .wf-stylable h2:invalid,
.wf-modal-wrapper .wf-stylable h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-stylable img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-stylable iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-stylable hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.wf-modal-wrapper .wf-lead {
  /*
		header { 
			display:flex;
			position:static !important;
			padding-left: @grid-gap;
			padding-right: @grid-gap;
			justify-content:space-between;
			.wf-logo { 
				height: 3.5 * @rem;
				width:auto;
			}
			@media (min-width:@Tablet_Width){ 
				padding-left: 0.5 * @grid-gap;
				padding-right: 0.5 * @grid-gap;
			}
		}
		*/
}
.wf-modal-wrapper .wf-lead section {
  margin-bottom: 48px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash h6 {
  font-size: 22px;
  font-family: "Avenir Heavy WF";
  margin-bottom: 24px;
  color: #ff6555;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2 {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash .wf-highlight {
  color: #ff877b;
  font-weight: bold;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash a.wf-button {
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary) {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):disabled,
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash {
    margin-top: 88px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2 {
    grid-column: col-start 4 / span 10;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash a.wf-button {
    grid-column: col-start 8 / span 2;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.19;
    font-size: 30px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 24px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus,
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:hover,
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:active,
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:visited,
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus-within,
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:invalid,
  .wf-modal-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
.wf-modal-wrapper .wf-lead section.wf-primer-text-splash.wf-primer-text-splash-off-white {
  max-width: initial;
  background-color: #f6f4f4;
  padding-top: 64px;
  padding-bottom: 72px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-graphic-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-graphic-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-graphic-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-graphic-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-graphic-splash figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.wf-modal-wrapper .wf-lead section#wf-primer-graphic-splash figure:before {
  content: '';
  padding-top: 68.75%;
  float: left;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-graphic-splash figure {
    grid-column: col-start 4 / span 10;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-features {
  background-color: #f6f4f4;
  width: 100vw;
  max-width: initial;
  margin-top: -48px;
  padding-top: 16px;
  padding-bottom: 60px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-features.nu {
  background: white;
  margin-top: 84px;
  padding-bottom: 0;
  padding-top: 0;
}
.wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
}
.wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
  margin-top: 36px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 56px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
  flex-basis: calc(100%/3 - 0.5 * 16px);
  margin-bottom: 24px;
  margin-bottom: 64px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figure {
  background: url(https://cdn0.iconfinder.com/data/icons/siberian-husky-emoticons-1/512/Cool-Emoji-Emotion-Face-Expression-Feeling-512.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  margin: auto;
  margin-bottom: 8px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figcaption {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-features {
    margin-top: -112px;
    padding-top: 112px;
    padding-bottom: 120px;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-features.nu {
    margin-top: 84px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    margin-bottom: 56px;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
    grid-column: col-start 4 / span 10;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
    flex-basis: calc(100%/3 - 0.5 * 16px);
  }
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials h2 {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
  direction: initial;
  padding: 24px 20px;
  padding-left: 0;
  display: block;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h5 {
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
  display: flex;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
  overflow: hidden;
  background-size: cover;
  border-radius: 50%;
  margin-right: 16px;
  flex-basis: 48px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p {
  margin: 0;
}
.wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p.wf-primer-testimonial-bio-name {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials {
    margin-top: 64px;
    margin-bottom: 0;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials h2 {
    letter-spacing: -0.5px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    padding: 48px 30px;
    grid-gap: 36px;
    padding-right: 112px;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-carousel-segmenter h2 {
    font-size: 28px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-magic-moment-images-inner {
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.wf-modal-wrapper .wf-lead section#wf-magic-moment-images h2 {
  grid-column: col-start 2 / span 10;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-magic-moment-images {
    padding-bottom: 72px !important;
  }
  .wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-card {
    grid-column: span 4;
    display: grid;
  }
}
.wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure#wf-member-calculation {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=1);
}
.wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure#wf-testimonials {
  background-image: url(https://withfriends.co/movement_followers/4633220/image/:do_regenerate=0);
}
.wf-modal-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure#wf-graph {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=3);
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling figure {
  background: #d2d2d2;
  background-image: url(https://withfriends.co/picture/1606622/1280x611/file);
  background-size: cover;
  background-position: center center;
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
  direction: initial;
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  color: #ff6555;
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description p {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 16px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling figure {
    flex-basis: 100%;
    width: calc(100% - 2 * 16px);
    margin: auto;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling h2 {
    letter-spacing: -0.5px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling figure {
    grid-column: col-start / span 8;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
    padding-right: 112px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling.wf-long figure {
    grid-column: col-start 3 / span 6;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling:not(.wf-right) .wf-primer-feeling-description {
    padding-left: 112px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling.wf-right {
    direction: rtl;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feeling.wf-right .wf-primer-feeling-description {
    padding-right: 224px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash,
.wf-modal-wrapper .wf-lead #wf-lead-upsell {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash > *,
.wf-modal-wrapper .wf-lead #wf-lead-upsell > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash > *,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash figure,
.wf-modal-wrapper .wf-lead #wf-lead-upsell figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash #wf-primer-intro,
.wf-modal-wrapper .wf-lead #wf-lead-upsell #wf-primer-intro {
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash #wf-primer-intro p,
.wf-modal-wrapper .wf-lead #wf-lead-upsell #wf-primer-intro p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash figure,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell figure {
    overflow: hidden;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash figure:before,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell figure:before {
    content: '';
    padding-top: 68.75%;
    float: left;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash h2,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell h2 {
    letter-spacing: -0.5px;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash figure,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell figure {
    grid-column: col-start / span 8;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash #wf-primer-intro,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell #wf-primer-intro {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
  }
}
@media (max-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash section#wf-primer-splash h2,
  .wf-modal-wrapper .wf-lead #wf-lead-upsell section#wf-primer-splash h2 {
    font-size: 24px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-ticker {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #f6f4f4;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
}
.wf-modal-wrapper .wf-lead section#wf-primer-ticker p {
  margin: 0;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-ticker {
    padding: 24px 0;
    flex-direction: row;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-ticker > *:first-child {
    margin-right: 24px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work {
  background: #ffffff;
  margin-top: -60px;
  margin-bottom: 48px;
  padding-bottom: 0;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 72px;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work h2 {
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card {
  padding: 20px;
  background: white;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card figcaption {
  text-align: center;
  font-weight: 500;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card.wf-card-events figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Ticketingupsell.svg');
  background-size: 88%;
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card.wf-card-members figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/membership every purchase.png');
}
.wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card.wf-card-income figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Grow your income.png');
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card {
    grid-row: 2;
    grid-column: span 4;
  }
  .wf-modal-wrapper .wf-lead section#wf-how-does-it-work .wf-card:first-of-type {
    grid-column: col-start 3 / span 4;
  }
}
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white {
  width: 100vw;
  max-width: initial;
  margin-top: 80px;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof > *,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner > *,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-social-proof > *,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner > *,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-social-proof,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .intro,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .intro,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .intro {
  grid-row: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .outro,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .outro,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .outro {
  justify-content: space-between;
  align-items: center;
  display: block;
  text-align: center;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel {
  position: relative;
  max-width: 100%;
  text-align: left;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel .owl-prev,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-prev,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-prev,
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel .owl-next,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-next,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-next {
  display: none;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel .owl-carousel,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-carousel,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-carousel {
  overflow-x: hidden;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel .owl-item,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-item,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-item {
  background-color: white !important;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Next,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
  cursor: pointer;
  background: white;
  border: solid 1px #d2d2d2;
  color: #333333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 3px 12px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(50% -  1.5 * 16px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous.Previous,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Previous,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Previous,
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Next.Previous,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Previous,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Previous {
  left: -24px;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous.Next,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Next,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Next,
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Next.Next,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Next,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Next {
  right: -24px;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces .owl-stage,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces .owl-stage,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space {
  display: flex;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space figure,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space figure,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space figure {
  background-position: center;
  background-size: cover;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description {
  flex: 1;
  padding: 48px;
  /* font-family: "Avenir Heavy WF"; */
  display: grid;
  grid-gap: 16px;
  background: white;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag {
  float: none;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5 {
  margin: 0;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p {
  margin: 0;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces .owl-stage,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces .owl-stage,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:before,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:before,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card figure,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card figure,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag {
  background-color: yellow;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-social-proof .intro h3,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .intro h3,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .intro h3 {
    font-size: 18px;
  }
  .wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel {
    padding-right: 0;
  }
  .wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel ul .owl-stage,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul .owl-stage,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul .owl-stage {
    left: -18px;
  }
}
@media (max-width: 320px) {
  .wf-modal-wrapper .wf-lead section#wf-social-proof .intro h5,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .intro h5,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-social-proof,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner {
    /* 
					.wf-card { 
						grid-row:2;
						grid-column:span 4;
					}
				*/
  }
  .wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
  .wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel a.Next,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
    display: flex;
    opacity: 0;
    transition: 200ms;
  }
  .wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel:hover a.Previous,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Previous,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Previous,
  .wf-modal-wrapper .wf-lead section#wf-social-proof .Carousel:hover a.Next,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Next,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Next {
    opacity: 1;
  }
}
.wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro a,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro a,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro a {
  background: white;
}
.wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
  flex: 0.75;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro {
    flex-wrap: wrap;
    display: block;
    text-align: center;
  }
  .wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro h3,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro h3,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space {
    flex-wrap: wrap;
  }
  .wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
    flex-basis: 100%;
    height: 200px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
.wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
.wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
  .wf-modal-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
  .wf-modal-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
    margin-top: -48px;
    padding-top: 48px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-organizations {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section#wf-organizations > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-organizations > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-organizations .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  grid-column: span 8;
}
.wf-modal-wrapper .wf-lead section#wf-organizations .wf-card:before {
  content: '';
  padding-top: 160%;
  float: left;
}
.wf-modal-wrapper .wf-lead section#wf-organizations .wf-card figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-lead section#wf-organizations .wf-card figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 95%);
  opacity: 0.6;
}
.wf-modal-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-modal-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wf-modal-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
    font-size: 18px;
  }
  .wf-modal-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-organizations .wf-card {
    overflow: hidden;
    grid-column: span 4;
  }
  .wf-modal-wrapper .wf-lead section#wf-organizations .wf-card:before {
    content: '';
    padding-top: 120%;
    float: left;
  }
  .wf-modal-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
    padding: 30px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-organizations.wf-organizations-search-default > a:nth-of-type(n + 17) {
  display: none;
}
.wf-modal-wrapper .wf-lead section#wf-events {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
.wf-modal-wrapper .wf-lead section#wf-events > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-events > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-events .intro {
  grid-row: 1;
}
.wf-modal-wrapper .wf-lead section#wf-events .wf-card {
  display: block;
  position: relative;
}
.wf-modal-wrapper .wf-lead section#wf-events .wf-card figure {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.wf-modal-wrapper .wf-lead section#wf-events .wf-card figure:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.wf-modal-wrapper .wf-lead section#wf-events .wf-card .wf-event-description {
  padding-top: 14px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 4px;
}
.wf-modal-wrapper .wf-lead section#wf-events .wf-card .wf-event-description h5 {
  font-size: 18px;
}
.wf-modal-wrapper .wf-lead section#wf-events .wf-card .wf-event-description p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-events .intro h3 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .wf-modal-wrapper .wf-lead section#wf-events .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-events .wf-card {
    grid-column: span 4;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-blend-mode: luminosity;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2 > *,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2 > *,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2 video,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead video {
  position: absolute;
  top: 0px;
  left: -16px;
  height: 100%;
  width: calc(100% + 32px);
  -o-object-fit: cover;
     object-fit: cover;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2 figure.wf-gradient-overlay,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead figure.wf-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -16px;
  width: calc(100% + 32px);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 80%);
  opacity: 0.6;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2 h1,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead h1 {
  font-size: 28px;
  color: #ffffff;
  position: relative;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2 a,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead a {
  position: relative;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2 a,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead a {
    margin-top: 20px;
    padding-left: 0;
    margin-left: 16px;
    margin-right: 16px;
    grid-column-end: span 12;
    max-width: -webkit-max-content;
    max-width: max-content;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2 h1,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-row: 1;
    grid-column: 2 / span 5;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2 a,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead a {
    grid-row: 2;
    grid-column: 2 / 7;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2 a,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead a {
    grid-column: 2 / 5;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-2,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 {
    grid-gap: 40px;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 8;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 6;
  }
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
  grid-gap: 32px;
}
.wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
.wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
  font-size: 32px;
}
@media (max-width: 320px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead a,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead figure.wf-gradient-overlay,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead figure.wf-gradient-overlay {
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  .wf-modal-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-column: 2 / span 10;
  }
}
.wf-modal-wrapper .wf-lead section#wf-newsletter {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-newsletter > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-newsletter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form {
  text-align: center;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 32px;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p:focus,
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p:hover,
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p:active,
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p:visited,
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p:focus-within,
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p:invalid,
.wf-modal-wrapper .wf-lead section#wf-newsletter .form p:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  align-items: center;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form .input-row > *:first-child {
  flex: 1;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form .input-row > *:first-child input {
  width: 100%;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-newsletter .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-newsletter .form {
    grid-column: col-start 5 / span 8;
  }
  .wf-modal-wrapper .wf-lead section#wf-newsletter .form p {
    margin-bottom: 52px;
  }
}
.wf-modal-wrapper .wf-lead section#wf-disclaimer {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-lead section#wf-disclaimer > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section#wf-disclaimer > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section#wf-disclaimer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section.wf-team,
.wf-modal-wrapper .wf-lead section.wf-team-2 {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.wf-modal-wrapper .wf-lead section.wf-team > *,
.wf-modal-wrapper .wf-lead section.wf-team-2 > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-team > *,
  .wf-modal-wrapper .wf-lead section.wf-team-2 > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-team,
  .wf-modal-wrapper .wf-lead section.wf-team-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card {
  display: block;
  position: relative;
  padding: 0;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover {
  position: relative;
  width: 100%;
  padding: 18px 16px;
  overflow: hidden;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover:before,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover:before {
  content: '';
  padding-top: 95%;
  float: left;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover figure,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover figure:before,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 120%);
  opacity: 0.6;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title {
  position: absolute;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h5,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h5 {
  color: #ffffff;
  font-size: 18px;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h6,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h6 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 8px;
}
.wf-modal-wrapper .wf-lead section.wf-team .wf-card .wf-person-bio,
.wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-bio {
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-team .wf-card,
  .wf-modal-wrapper .wf-lead section.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
.wf-modal-wrapper .wf-lead section.wf-team.wf-team-2 .wf-card,
.wf-modal-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-card {
  grid-column: span 8;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-team.wf-team-2 .wf-person-title h5,
  .wf-modal-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h5 {
    word-break: break-all;
  }
  .wf-modal-wrapper .wf-lead section.wf-team.wf-team-2 .wf-person-title h6,
  .wf-modal-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h6 {
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-team.wf-team-2 .wf-card,
  .wf-modal-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
.wf-modal-wrapper .wf-lead section.wf-paragraph {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
.wf-modal-wrapper .wf-lead section.wf-paragraph > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-paragraph > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-paragraph {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-lead section.wf-paragraph .intro {
  grid-row: 1;
}
.wf-modal-wrapper .wf-lead section.wf-paragraph p {
  font-size: 18px;
}
.wf-modal-wrapper .wf-lead section.wf-paragraph aside {
  margin-top: -32px;
}
.wf-modal-wrapper .wf-lead section.wf-paragraph.wf-page-heading {
  margin-top: 48px;
}
.wf-modal-wrapper .wf-lead div.wf-receipt-wrapper {
  min-height: calc(100vh - 27rem + 100px);
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .wf-modal-wrapper .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 25rem + 100px);
  }
}
@media (max-width: 1048px) {
  .wf-modal-wrapper .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 23rem + 100px);
  }
}
@media (max-width: 768px) {
  .wf-modal-wrapper .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 20rem + 100px);
  }
}
.wf-modal-wrapper .wf-lead section.wf-receipt {
  display: flex;
  flex-direction: column;
  row-gap: initial;
  grid-gap: initial;
  min-height: calc(100vh - 27rem);
}
.wf-modal-wrapper .wf-lead section.wf-receipt > *:not(span) {
  margin-bottom: 36px;
  margin-top: 36px;
}
.wf-modal-wrapper .wf-lead section.wf-receipt p {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .intro {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-receipt h2 {
    font-size: 32px;
  }
  .wf-modal-wrapper .wf-lead section.wf-receipt .wf-buttons .wf-button:not(.wf-last-child) {
    margin-bottom: 8px;
  }
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message a:focus {
  outline-style: initial;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:focus,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:hover,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:active,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:visited,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:focus-within,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:invalid,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:focus,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:hover,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:active,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:visited,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:focus-within,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:invalid,
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-lead section.wf-receipt .wf-receipt-message hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.wf-modal-wrapper .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
    margin-top: 65px;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .wf-modal-wrapper .wf-lead section.wf-receipt {
    min-height: calc(100vh - 25rem);
  }
}
@media (max-width: 1048px) {
  .wf-modal-wrapper .wf-lead section.wf-receipt {
    min-height: calc(100vh - 23rem);
  }
}
@media (max-width: 768px) {
  .wf-modal-wrapper .wf-lead section.wf-receipt {
    min-height: calc(100vh - 18rem);
  }
}
.wf-modal-wrapper .wf-lead section.wf-primer-feature-video h5 {
  margin-top: 36px;
}
.wf-modal-wrapper .wf-lead section.wf-primer-feature-video a.wf-button {
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead section.wf-primer-feature-video h2 {
    margin-top: 24px;
    font-size: 24px;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feature-video h5 {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 0;
  }
  .wf-modal-wrapper .wf-lead section.wf-primer-feature-video a.wf-button {
    margin-top: 16px;
    margin-bottom: 60px;
  }
}
.wf-modal-wrapper .wf-lead .wf-page-share {
  margin-bottom: 54px;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner:focus,
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner:hover,
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner:active,
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner:visited,
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner:focus-within,
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner:invalid,
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:focus {
  outline-style: initial;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.first {
  margin-left: 28px;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link i {
  font-size: 1.25em;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email i {
  font-size: 1.1em;
}
.wf-modal-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
.wf-modal-wrapper .wf-lead .wf-primer-covid {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.wf-modal-wrapper .wf-lead .wf-primer-covid p {
  margin: 0;
}
.wf-modal-wrapper .wf-lead .wf-primer-covid a:hover {
  border-color: white !important;
}
.wf-modal-wrapper .wf-lead#wf-primer #wf-primer-splash-lead {
  padding-top: 115px;
  padding-bottom: 115px;
  margin-top: 0px;
}
.wf-modal-wrapper .wf-lead#wf-primer #wf-primer-splash-lead h2 {
  font-size: 64px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-splash-lead {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: -12px;
    -webkit-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-splash-lead h2 {
    font-size: 27px;
    margin-bottom: 0;
  }
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-splash-lead h6 {
    font-size: 17px;
  }
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-splash-lead .wf-button {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wf-modal-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
  margin-top: 0;
  padding-top: 64px !important;
  padding-bottom: 72px !important;
}
.wf-modal-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
    padding: 32px 16px !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer .wf-social-proof-organizers {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .intro {
    margin-bottom: 0 !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .intro .wf-button {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .wf-modal-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Previous {
    left: 4px !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Next {
    right: 4px !important;
  }
}
.wf-modal-wrapper .wf-lead#wf-primer #wf-how-does-it-work {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer #wf-how-does-it-work {
    margin-top: 60px !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer #wf-how-does-it-work h5 {
    margin-bottom: 28px;
  }
}
.wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features {
  margin-top: 88px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 80px;
}
.wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul {
  display: grid !important;
  grid-row-gap: 32px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li {
  overflow: hidden;
  margin-bottom: 0 !important;
}
.wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li svg {
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner h3 {
    font-size: 24px !important;
    margin-bottom: 36px !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figure {
    width: 36px !important;
    height: 36px !important;
  }
  .wf-modal-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figcaption {
    letter-spacing: -1px;
  }
}
@media (max-width: 800px) {
  .wf-modal-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories .wf-primer-stories-video-wrapper {
    max-width: 90vw;
    height: 50.6vw !important;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories {
    margin-bottom: 0px !important;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial h5 {
    font-size: 17px;
  }
  .wf-modal-wrapper .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
    align-items: center;
  }
  .wf-modal-wrapper .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
    flex-basis: initial;
    min-width: 105px;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-lead#wf-primer .wf-social-proof-off-white-2 {
    margin-bottom: 72px !important;
    margin-top: 60px;
  }
}
.wf-modal-wrapper #wf-lead section#wf-primer-splash-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.wf-modal-wrapper .wf-lead-toast {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.wf-modal-wrapper .wf-lead-toast p {
  margin: 0;
}
.wf-modal-wrapper .wf-lead-toast a:hover {
  border-color: white !important;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm {
  align-items: flex-start;
  background: #333333;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm p,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm strong {
  display: block;
  color: white !important;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm strong {
  font-size: 1.5em;
  margin-right: 1em;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a {
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a:disabled,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary:disabled,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2:disabled,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:disabled,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:disabled,
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-lead-toast.wf-lead-blm a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-lead-toast.wf-lead-blm {
    font-size: 1.6em;
  }
  .wf-modal-wrapper .wf-lead-toast.wf-lead-blm a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-lead-toast.wf-lead-blm {
    padding-left: 16px;
  }
}
@media (max-width: 374px) {
  .wf-modal-wrapper .wf-lead-toast.wf-lead-blm strong {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-lead-toast.wf-lead-blm.wf-full-width {
    max-width: initial;
    width: 100%;
    padding-left: calc((100% - 1280px)/2 + 16px);
  }
}
.wf-modal-wrapper .Jelly_Progress_Bar div {
  background-color: #ff877b !important;
  height: 4px !important;
}
.wf-modal-wrapper .wf-input-row {
  display: flex;
  align-items: center;
  justify-content: start;
}
.wf-modal-wrapper .wf-input-row > * {
  margin-left: 4px;
  margin-right: 4px;
}
.wf-modal-wrapper .wf-input-row > *:first-child {
  margin-left: 0;
}
.wf-modal-wrapper .wf-input-row .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.wf-modal-wrapper .wf-input-row input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.wf-modal-wrapper .wf-loading-wrapper .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-modal-wrapper .wf-loading-wrapper .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-loading-wrapper .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-modal-wrapper .wf-loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-loading-white {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-loading-white.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-loading-white.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-tag {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.wf-modal-wrapper .wf-tag .taggle_text,
.wf-modal-wrapper .wf-tag .label {
  font-weight: 400;
  margin-right: 1rem;
}
.wf-modal-wrapper .wf-tag .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
.wf-modal-wrapper .wf-guide {
  border: solid 1px #ff877b;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wf-modal-wrapper .wf-guide h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.wf-modal-wrapper .wf-guide ol,
.wf-modal-wrapper .wf-guide ul {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 16px;
}
.wf-modal-wrapper .wf-guide ol li,
.wf-modal-wrapper .wf-guide ul li {
  margin-bottom: 8px;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  color: #d2d2d2;
}
.wf-modal-wrapper .wf-guide ol li h6,
.wf-modal-wrapper .wf-guide ul li h6 {
  font-size: 18px;
  display: inline;
  color: #d2d2d2;
  cursor: pointer;
}
.wf-modal-wrapper .wf-guide ol li h6 .wf-completed-inner,
.wf-modal-wrapper .wf-guide ul li h6 .wf-completed-inner {
  text-decoration: line-through;
}
.wf-modal-wrapper .wf-guide ol li .wf-guide-details,
.wf-modal-wrapper .wf-guide ul li .wf-guide-details {
  display: none;
}
.wf-modal-wrapper .wf-guide ol li.wf-completed,
.wf-modal-wrapper .wf-guide ul li.wf-completed {
  color: #ff877b;
}
.wf-modal-wrapper .wf-guide ol li.wf-completed h6,
.wf-modal-wrapper .wf-guide ul li.wf-completed h6 {
  color: #ff877b;
  text-decoration: line-through;
}
.wf-modal-wrapper .wf-guide ol li.wf-completed h6 .wf-completed-inner,
.wf-modal-wrapper .wf-guide ul li.wf-completed h6 .wf-completed-inner {
  text-decoration: initial;
}
.wf-modal-wrapper .wf-guide ol li.wf-last-completed-start,
.wf-modal-wrapper .wf-guide ul li.wf-last-completed-start {
  color: #ff877b;
}
.wf-modal-wrapper .wf-guide ol li.wf-last-completed-start h6,
.wf-modal-wrapper .wf-guide ul li.wf-last-completed-start h6 {
  color: #ff877b;
  text-decoration: line-through;
}
.wf-modal-wrapper .wf-guide ol li.wf-last-completed-start h6 .wf-completed-inner,
.wf-modal-wrapper .wf-guide ul li.wf-last-completed-start h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-guide ol li.wf-last-completed-start h6,
  .wf-modal-wrapper .wf-guide ul li.wf-last-completed-start h6 {
    text-decoration: none;
  }
}
.wf-modal-wrapper .wf-guide ol li.wf-last-completed-finish h6,
.wf-modal-wrapper .wf-guide ul li.wf-last-completed-finish h6 {
  position: relative;
  text-decoration: line-through;
}
.wf-modal-wrapper .wf-guide ol li.wf-last-completed-finish h6 .wf-completed-inner,
.wf-modal-wrapper .wf-guide ul li.wf-last-completed-finish h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-guide ol li.wf-last-completed-finish h6,
  .wf-modal-wrapper .wf-guide ul li.wf-last-completed-finish h6 {
    text-decoration: none;
  }
  @-webkit-keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .wf-modal-wrapper .wf-guide ol li.wf-last-completed-finish h6:after,
  .wf-modal-wrapper .wf-guide ul li.wf-last-completed-finish h6:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff877b;
    -webkit-animation-name: strike;
            animation-name: strike;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.wf-modal-wrapper .wf-guide ol li.wf-active,
.wf-modal-wrapper .wf-guide ul li.wf-active {
  color: #ff877b;
}
.wf-modal-wrapper .wf-guide ol li.wf-active h6,
.wf-modal-wrapper .wf-guide ul li.wf-active h6 {
  color: #ff877b;
}
.wf-modal-wrapper .wf-guide ol li.wf-active .wf-guide-details,
.wf-modal-wrapper .wf-guide ul li.wf-active .wf-guide-details {
  display: block;
  color: #333333;
  margin-left: 16px;
}
.wf-modal-wrapper .wf-guide ol li.checkbox,
.wf-modal-wrapper .wf-guide ul li.checkbox {
  display: flex;
}
.wf-modal-wrapper .wf-guide ol li.checkbox p a,
.wf-modal-wrapper .wf-guide ul li.checkbox p a {
  color: #ff877b;
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor {
  text-decoration: inherit;
  color: inherit;
  cursor: default;
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor:hover,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor:focus,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor:focus {
  outline-style: none;
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display {
  cursor: pointer;
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active {
  background: #ff877b;
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox {
  display: inline-block;
}
.wf-modal-wrapper .wf-guide ol li.checkbox .wf-checkbox label,
.wf-modal-wrapper .wf-guide ul li.checkbox .wf-checkbox label {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}
.wf-modal-wrapper .wf-guide ol li.checkbox p,
.wf-modal-wrapper .wf-guide ul li.checkbox p {
  position: relative;
  top: 3px;
}
.wf-modal-wrapper .wf-guide p:last-child {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-alert {
  display: flex;
  align-items: flex-start;
  border: solid 1px #d0021b;
  justify-content: space-between;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wf-modal-wrapper .wf-alert h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.wf-modal-wrapper .wf-alert p {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-alert i.material-icons.close {
  margin-left: 24px;
  font-size: 1rem;
  top: -8px;
  position: relative;
}
.wf-modal-wrapper .wf-callout {
  border: solid 1px #d2d2d2;
  padding: 24px;
  text-align: center;
}
.wf-modal-wrapper .wf-callout h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
}
.wf-modal-wrapper .wf-callout h5 {
  margin-top: 24px;
  margin-bottom: 40px;
}
.wf-modal-wrapper .wf-callout .wf-button {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-callout .wf-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-callout .wf-button.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-callout .wf-button:disabled,
.wf-modal-wrapper .wf-callout .wf-button.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper footer#wf-footer {
  display: block;
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons {
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons a {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  margin-left: initial;
  font-size: 18px;
  font-weight: 400;
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button {
  display: flex;
  align-items: center;
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button i {
  font-size: 18px;
  position: relative;
  top: -1px;
  right: 2px;
  margin-right: 6px;
}
.wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons a.Powered_By {
  display: none;
}
@media (max-width: 959px) {
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 64px;
  }
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons {
    flex-direction: column;
    align-items: center;
  }
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons a {
    padding: 16px 0;
  }
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    margin-left: -1.3em;
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 3 / span 12;
  }
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons > * {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 4 / span 10;
  }
}
.wf-modal-wrapper .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
.wf-modal-wrapper .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
.wf-modal-wrapper .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
.wf-modal-wrapper .Progress_Bar .Progress.Memberships.Monthly {
  background: #ff877b;
}
.wf-modal-wrapper .Progress_Bar .Progress.Memberships.Annual {
  background: #ffccc7;
}
.wf-modal-wrapper .Progress_Bar .Progress.Donations {
  background: hsl(0 10% 73% / 1);
}
.wf-modal-wrapper .Movement_Percentage {
  margin-top: 10px;
}
.wf-modal-wrapper .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper .Movement_Percentage p:focus,
.wf-modal-wrapper .Movement_Percentage p:hover,
.wf-modal-wrapper .Movement_Percentage p:active,
.wf-modal-wrapper .Movement_Percentage p:visited,
.wf-modal-wrapper .Movement_Percentage p:focus-within,
.wf-modal-wrapper .Movement_Percentage p:invalid,
.wf-modal-wrapper .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend {
    flex-wrap: nowrap;
  }
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  flex-basis: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:focus,
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:hover,
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:active,
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:visited,
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:focus-within,
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:invalid,
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-monthly:before {
  background: #ff877b;
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-annual:before {
  background: #ffccc7;
}
.wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-donation:before {
  background: hsl(0 10% 73% / 1);
}
@media (min-width: 768px) {
  .wf-modal-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li {
    flex-basis: initial;
    margin-bottom: 0;
  }
}
.wf-modal-wrapper ul#fs_search_results {
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.wf-modal-wrapper ul#fs_search_results li {
  position: static;
  display: block;
  border: none;
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
.wf-modal-wrapper ul#fs_search_results li:hover {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
.wf-modal-wrapper ul#fs_search_results li.selected {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
.wf-modal-wrapper .wf-action-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
}
.wf-modal-wrapper .wf-action-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-action-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-action-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-action-wrapper .wf-action {
  margin-top: 48px;
  margin-bottom: 48px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-flow-progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-separator {
  width: 16px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #d2d2d2;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step {
  border-radius: 100%;
  border: solid 1px #d2d2d2;
  color: #d2d2d2;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step.current {
  border-color: #333333;
  color: #333333;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action h2.wf-action-title {
  margin-bottom: 48px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action p.wf-action-explainer {
  margin-top: -28px;
  margin-bottom: 44.8px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-divider {
  border-top: solid 1px #d2d2d2;
  margin: 48px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-divider p {
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #6f6f6f;
  background: white;
  padding: 0 8px;
  text-transform: uppercase;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action div.wf-action-intro {
  margin-bottom: 44px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action h6.wf-action-question {
  margin-top: 16px;
  margin-bottom: 16px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action input[type="text"],
.wf-modal-wrapper .wf-action-wrapper .wf-action textarea,
.wf-modal-wrapper .wf-action-wrapper .wf-action input[type="password"] {
  width: 100%;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action textarea {
  height: 140px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-dropdown {
  width: 100%;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action img.wf-partner {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action img.wf-partner.stripe {
  width: 119px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action p.wf-disclaimer {
  margin-top: 48px;
  color: #333333;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action p.wf-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: inline;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action p.wf-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-action-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
  position: relative;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-action-buttons a {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 36px;
  padding-right: 36px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-action-buttons a:last-of-type {
  margin-left: 24px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(24px -  0.5 * 16px);
  right: -28px;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
    width: 24px;
    height: 24px;
    top: calc(24px -  0.75 * 16px);
    right: -48px;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-action-wrapper .wf-action {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-action-wrapper .wf-action {
    grid-column: col-start 5 / span 8;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-action-wrapper .wf-action {
    grid-column: col-start 6 / span 6;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.wf-modal-wrapper .wf-action-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-action-grid .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-action-grid > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-action-grid {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-modal-wrapper .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-view {
    grid-template-columns: 1fr 2.25fr;
  }
}
.wf-modal-wrapper .wf-edit h5.wf-action-section-header {
  font-weight: 700;
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-edit h5.wf-action-section-header:not(:first-child) {
  margin-top: 32px;
}
.wf-modal-wrapper .wf-edit .wf-edit-buttons {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 14px;
  align-items: center;
}
.wf-modal-wrapper .wf-edit .wf-edit-buttons a {
  position: relative;
}
.wf-modal-wrapper .wf-edit .wf-edit-buttons .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-edit .wf-edit-buttons .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-edit .wf-edit-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 14px;
  right: -28px;
}
.wf-modal-wrapper .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-edit section {
    margin-bottom: 80px;
  }
  .wf-modal-wrapper .wf-edit h5.wf-action-section-header {
    margin-top: 0;
  }
}
.wf-modal-wrapper #wf-toolbar-wrapper .Jelly_Progress_Bar {
  visibility: hidden !important;
}
.wf-modal-wrapper .wf-toolbar {
  position: static;
  border-bottom: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-toolbar > span {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
.wf-modal-wrapper .wf-toolbar > span .wf-logo-wrapper {
  flex: 1;
}
.wf-modal-wrapper .wf-toolbar > span .wf-logo-wrapper .wf-logo {
  height: 22px;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-toolbar > span .wf-logo-wrapper .wf-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.wf-modal-wrapper .wf-toolbar > span .wf-help,
.wf-modal-wrapper .wf-toolbar > span .wf-help-divider {
  display: none;
}
.wf-modal-wrapper .wf-toolbar > span .wf-account {
  position: relative;
  line-height: 1;
}
.wf-modal-wrapper .wf-toolbar > span .wf-account .Cover {
  width: 30px;
}
.wf-modal-wrapper .wf-toolbar > span .wf-account .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
.wf-modal-wrapper .wf-toolbar > span .wf-account .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.wf-modal-wrapper .wf-toolbar > span .wf-account nav.Desktop_Only {
  direction: rtl;
  display: inline-grid;
  grid-gap: 24px;
  grid-auto-flow: column;
  align-items: center;
}
.wf-modal-wrapper .wf-toolbar > span .wf-account nav.Desktop_Only .wf-quiet-button {
  font-weight: normal;
}
.wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
  margin-right: 1.25rem;
  margin-top: 2px;
}
.wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
  display: initial;
  width: 1px;
  background-color: transparent;
  height: 28px;
  margin-right: 1.25rem;
}
.wf-modal-wrapper .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
}
.wf-modal-wrapper .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 320px) {
  .wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1rem;
  }
  .wf-modal-wrapper .wf-toolbar.wf-organizer .wf-button-my-dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
  .wf-modal-wrapper .wf-toolbar.wf-organizer .wf-toolbar-get-started {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help,
  .wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1.5rem;
  }
  .wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
    background-color: #d2d2d2;
  }
  .wf-modal-wrapper .wf-toolbar.wf-organizer .wf-help {
    margin-top: 0;
  }
}
.wf-modal-wrapper .Menu_2019_Theme {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: initial;
  padding: calc(1.125 * 16px);
  transition: 0.15s;
  z-index: 3;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.3em;
}
.wf-modal-wrapper .Menu_2019_Theme a.Close {
  position: absolute;
  color: white;
  left: 1.5rem;
}
.wf-modal-wrapper .Menu_2019_Theme a.Close i.material-icons {
  font-size: 2em;
}
.wf-modal-wrapper .Menu_2019_Theme nav.Account {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5rem;
}
.wf-modal-wrapper .Menu_2019_Theme nav.Account a {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}
.wf-modal-wrapper .Menu_2019_Theme nav.Account .Person_Item .Cover {
  width: 30px;
}
.wf-modal-wrapper .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
.wf-modal-wrapper .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.wf-modal-wrapper .Menu_2019_Theme nav.Menu.Vertical {
  flex-direction: column;
  align-items: flex-end;
}
.wf-modal-wrapper .Menu_2019_Theme nav.Menu.Vertical a {
  font-weight: normal;
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.wf-modal-wrapper .wf-button-become-an-organizer,
.wf-modal-wrapper .wf-button-my-dashboard {
  line-height: 1.63;
  font-weight: normal;
  font-size: 14px;
  border: none;
  display: block;
  padding: 8px 27.2px;
  background-color: #ff877b;
  color: #ffffff;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief .Jelly_Progress_Bar,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .Jelly_Progress_Bar {
  visibility: hidden;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
  padding-top: 32px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
  grid-column: col-start / span 7;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
  width: 132px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
  display: flex;
  justify-content: flex-end;
  grid-column: 9 / -1;
  margin-right: 16px;
  padding: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
  margin-right: 14px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
  margin-top: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
  margin-top: 24px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location {
  font-size: 18px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title {
  font-family: "Avenir Heavy WF";
  font-size: 40px;
  margin-bottom: 4px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio {
  margin-top: 20px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p {
  font-size: 18px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (max-width: 374px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised {
    flex: initial;
    margin-right: 16px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left {
    display: none;
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
    grid-column: col-start 5 / span 12;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
    font-size: 48px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (max-width: 374px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    grid-column: 12 / -1;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    margin-right: 0;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
    float: right;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    display: block;
    justify-content: initial;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
    grid-column: col-start / span 4;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
    padding-top: 56px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: 20px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-location,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-location {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Avenir Heavy WF";
    font-weight: 400;
    line-height: 1;
    padding-left: 16px;
    padding-right: 16px;
    width: 60%;
    word-break: break-word;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button {
    position: absolute;
    padding: 0;
    right: 18px;
    width: 124px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active {
    left: initial;
    bottom: initial;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button {
    top: -50px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button {
    top: -6px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 5;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-share-button {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-cover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-cover {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  position: relative;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-cover:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-cover:before {
  content: '';
  padding-top: 30%;
  float: left;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link {
  display: block;
  padding: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description {
  position: relative;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
  display: grid;
  grid-gap: 12px;
  width: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
  display: grid;
  grid-gap: 16px;
  grid-row: 4;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper p,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description a:not(#tw-root a),
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description a:not(#tw-root a) {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description {
    grid-template-rows: auto auto 1fr auto;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title-input {
    grid-row: 1;
    grid-column: col-start 5 / span 12;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-location,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-location {
    grid-column: col-start 5 / span 12;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-bio,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-bio {
    grid-column: col-start 5 / span 12;
    grid-row: 2;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-row: 2;
    grid-column: col-start / span 4;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button {
    margin-bottom: 16px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 3;
    grid-column: col-start / span 4;
    padding-right: 16px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper a,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper a {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
  /*min-width:10.25 * @rem;*/
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 18px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover {
  border: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 18px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
    /*min-width:initial;*/
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 4;
    padding-right: 16px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    width: 100%;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
    margin-top: 33px;
    margin-bottom: 36px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 3;
    padding-right: 0;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader {
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio .wf-movement-title-input,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio .wf-movement-title-input {
  margin-bottom: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 {
  position: relative;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links {
  grid-gap: 30px;
  margin-bottom: 30px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"],
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"] {
  width: 100%;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 40px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input {
  border: none;
  padding: 0;
  min-width: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder {
  color: #a4a6b3;
  top: initial;
  bottom: 4px;
  left: 8px;
  font-size: 16px;
  font-weight: 400;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li {
  width: 100%;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  transition: none;
  max-width: 100%;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label {
  font-weight: 400;
  margin-right: 1rem;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle) {
  float: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input {
  border: none;
  border-bottom: solid 1px #d2d2d2;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0;
  height: initial;
  width: 100% !important;
  padding: 8px !important;
  padding-bottom: 4px !important;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover {
  border: none;
  border-bottom: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover {
  border: none;
  border-bottom: solid 1px #ff877b;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete {
  margin-top: 11.2px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a {
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover {
  background: rgba(252, 226, 227, 0.8);
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div {
  background-color: #fce2e3 !important;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: #6f6f6f;
  background: rgba(252, 226, 227, 0.8);
  border: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
  margin-bottom: 20px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .wf-button,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .wf-button {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: 0 20px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  /*
							position:absolute;
							top:initial;
							left:initial;
							bottom:(1.875 * @rem) + (0.5 * @rem) + (0.5 * @rem);
							right: -2 * @rem;
						*/
  width: 16px;
  height: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio.wf-movement-bio-2,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio.wf-movement-bio-2,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2.wf-movement-bio-2,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2.wf-movement-bio-2 {
  margin-top: -10px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio input[type="text"],
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio input[type="text"],
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 input[type="text"],
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 input[type="text"] {
  width: 100%;
  font-size: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio textarea,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio textarea,
.wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 textarea,
.wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 textarea {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit {
    margin-top: -1px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    overflow: hidden;
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
    content: '';
    padding-top: 100%;
    float: left;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links {
    margin: 0;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio {
    grid-row: 1;
    grid-column: 2;
    margin-top: -20px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
    grid-column: 1;
    padding: 0;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio-2,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio-2 {
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 0;
    margin-top: -72px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    grid-row: 2;
    grid-column: 1;
    padding: 0;
    padding-top: 16px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-buttons,
  .wf-modal-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-buttons {
    grid-column: 1;
    grid-row: 4;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper {
  width: 100%;
  overflow-x: auto;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  border-bottom: solid 1px #d2d2d2;
  width: -webkit-max-content;
  width: max-content;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 4px transparent;
  margin: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:first-child {
  padding-left: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus {
  border-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  border-top-color: transparent;
  border-bottom: solid 3px #ff877b;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  font-family: "Avenir Heavy WF";
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
    width: initial;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  overflow-x: scroll;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus {
  border-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a.active {
  border-top-color: transparent;
  border-bottom: solid 4px #ff877b;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation {
    overflow-x: initial;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 8px;
  display: block;
  padding: 8px 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a.wf-active {
  background-color: #ff877b;
  color: #ffffff;
  border: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * .wf-movement-tab-details .wf-alert {
  margin-top: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
  grid-column: 1 / span -1;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 data {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    text-align: center;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
  margin-right: -16px;
  margin-left: -16px;
  margin-top: -40px;
  background: #f6f4f4;
  padding-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    margin-top: -60px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture {
  overflow: hidden;
  position: relative;
  display: block;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture .Cover_Content.Cover_Image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
    grid-column: col-start 4 / span 10;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
  display: flex;
  grid-column: col-start / span 10;
  margin-top: 20px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  position: relative;
  background: #ffffff;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active {
  background: #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active a {
  color: #ffffff;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child {
  border-right: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child:hover a {
  left: -1px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:last-child:hover a {
  left: 1px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a {
  text-decoration: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:focus {
  outline-style: none;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
    padding-left: 48px;
    padding-right: 48px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
  grid-column: col-start / span 7;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 7 / span 4;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 8 / span 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    grid-column: col-start / -1;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    text-align: center;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 23rem;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
  width: calc(100%);
  margin: 0;
  margin-bottom: 24px;
  border: solid 1px #d2d2d2;
  display: flex;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span > data {
  display: flex;
  width: 100%;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card {
  width: 100%;
  text-align: center;
  padding: 24px;
  padding-bottom: 32px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card h6 {
  font-family: "Avenir Heavy WF";
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price {
  display: inline-flex;
  margin-top: 24px;
  margin-bottom: 48px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .currency {
  align-self: flex-start;
  margin-top: -4px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .amount {
  font-size: 3.75em;
  line-height: 1;
  margin-left: 4px;
  margin-right: 4px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .period {
  align-self: flex-end;
  margin-bottom: 3px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper {
  flex: 1;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li {
  margin-bottom: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li.promotion,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li.promotion {
  background: #ffa097;
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: -24px;
  margin-right: -24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  font-family: "Avenir Heavy WF";
  text-decoration: underline;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:focus {
  outline-style: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: underline;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits {
  overflow: hidden;
  max-height: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .description {
  margin-top: 16px;
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f6f4f4;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-title {
  font-weight: 600;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-description {
  font-size: 0.875rem;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited {
  margin-top: 32px;
  margin-bottom: 40px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited span {
  padding: 0.5em 1em;
  font-size: 14px;
  font-family: "Avenir Heavy WF";
  background: #ffa097;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-disabled {
  margin-top: 32px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount {
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child {
  flex: 1;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input {
  width: 112px;
  padding-left: 26px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input:focus {
  padding-left: calc(1.625 * 16px - 1px);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join {
  min-width: initial;
  margin-top: 0;
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join {
  margin-top: 32px;
  position: relative;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card figure {
  height: 128px;
  width: calc(100% + 3 * 16px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits-trigger {
  display: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits {
  max-height: 1000px;
  transition: 300ms;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.square figure {
  height: initial;
  width: calc(100% + 48px);
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 0;
  padding-bottom: calc(100% + 48px);
  margin-bottom: 48px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
  border: solid 2px #ff877b;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card {
  margin-top: -1px;
  padding-bottom: calc(2 * 16px - 1px);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join.wf-no-gift-mode {
  background-color: #ff5948;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card:not(.square) figure {
  width: calc(100% + 3 * 16px + 2px);
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
    overflow: hidden;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card h6 {
  display: block;
  min-height: 72px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card.square {
  min-height: 48px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li {
  margin-top: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card {
  padding-top: 24px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card figure {
  display: none;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
    flex-direction: row;
    margin: -16px;
    margin-top: 24px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
    width: initial;
    flex-basis: 288px;
    min-width: 288px;
    margin: 16px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    width: 170vw;
    display: flex;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    padding: 14px;
    border-right: solid 1px #d2d2d2;
    width: 70vw;
    margin-left: -70vw;
    transition: 100ms;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu.open {
    margin-left: 0;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    width: 100vw;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    display: grid;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(16, [col-start] 1fr);
    grid-gap: 16px;
    padding: 36px 16px;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    grid-column: col-start / -1;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    grid-column: col-start / span 4;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    grid-column: col-start 5 / span 12;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: -16px;
  margin-bottom: 64px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description img {
  max-width: 100%;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description iframe {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description {
    grid-column: col-start 4 / span 10;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
  margin-top: 48px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events .Jelly_Progress_Bar {
  visibility: hidden;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
  display: none;
}
@media (max-width: 374px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    margin-top: 36px;
  }
}
@media (max-width: 1279px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding: 0;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 11;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    display: block;
    margin-top: 48px;
    padding-right: 16px;
    grid-column: 12 / -1;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 12;
  }
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    grid-column: 13 / -1;
    padding-right: 0;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
  margin-left: 10px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: block;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag {
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  margin-right: 0.5rem;
  display: inline-block;
  cursor: pointer;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span,
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span data {
  font-family: "Avenir Roman WF";
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag:hover {
  background-color: #e2e2e2;
  border-bottom: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag.active {
  color: #fff;
  background: #ff877b;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
    margin-left: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper {
  margin-top: 48px;
  margin-bottom: 40px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-bottom: 40px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata a figure.wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover {
  border: none;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding: 0;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:hover,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:active,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:visited,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus-within,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:invalid,
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description img {
  max-width: 100%;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description iframe {
  max-width: 100%;
}
.wf-modal-wrapper .wf-movement .wf-movement-additional.disabled {
  opacity: 0.3;
}
.wf-modal-wrapper ul.wf-eventbrite-select-organization li {
  display: flex;
  padding: 16px;
  margin-bottom: 16px;
  align-items: center;
  border: solid 1px #d2d2d2;
  cursor: pointer;
}
.wf-modal-wrapper ul.wf-eventbrite-select-organization li:hover {
  border-color: #333333;
}
.wf-modal-wrapper ul.wf-eventbrite-select-organization li img {
  width: 64px;
}
.wf-modal-wrapper ul.wf-eventbrite-select-organization li p {
  margin-left: 16px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-fulfill-subscriptions-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-fulfill-subscriptions-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
.wf-modal-wrapper .wf-magic-moment-onboarding-wrapper {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-magic-moment-onboarding-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-magic-moment-onboarding-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-magic-moment-onboarding-wrapper {
    margin-top: 0;
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
  .wf-modal-wrapper .wf-magic-moment-onboarding-wrapper .wf-onboarding-title {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-magic-moment-onboarding-wrapper {
    width: 1280px;
    left: calc((1280px - 458px)/-2);
  }
}
.wf-modal-wrapper .wf-magic-moment-wrapper {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel {
  list-style-type: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment {
  width: 100%;
  padding-left: 3px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:hover .wf-tag {
  background-color: yellow;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment h6 {
  margin-top: 16px;
  display: block;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot span {
  background: #d2d2d2;
}
.wf-modal-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot.active span {
  background: #ff877b;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
  justify-content: flex-start;
  margin-top: 16px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta:disabled,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary:disabled,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:disabled,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:disabled,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:disabled,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta:last-child {
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta i:not(.illustration) {
  display: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta i.illustration {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2em;
  width: 2em;
  height: 2em;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta i.illustration.dashboard {
  width: 46px;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked {
  padding-left: 0;
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:disabled,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:hover,
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:active {
  border: solid 1px #8c8c8c !important;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked i:not(.illustration) {
  display: initial;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.1em;
}
.wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked i.illustration {
  display: none;
}
.wf-modal-wrapper .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding .owl-dots {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 374px) {
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    padding-left: 16px;
    padding-right: 16px;
    height: 64px;
  }
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta i {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 42px;
    padding-right: 42px;
  }
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked {
    padding-left: 26px;
  }
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked i {
    font-size: 1.4em;
    margin-left: 0;
    margin-right: 0.5em;
  }
}
@media (min-width: 1024px) {
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    margin-top: 36px;
  }
  .wf-modal-wrapper .wf-magic-moment-wrapper .wf-button-cta:last-child {
    margin-bottom: 36px;
  }
  .wf-modal-wrapper .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding ul.wf-magic-moment-carousel {
    margin-bottom: 3.5rem;
  }
}
.wf-modal-wrapper .wf-campaign-basics .wf-media-wrapper {
  position: relative;
  overflow: hidden;
}
.wf-modal-wrapper .wf-campaign-basics .wf-media-wrapper:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.wf-modal-wrapper .wf-campaign-basics .wf-media-wrapper .wf-media-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  background-size: contain;
}
.wf-modal-wrapper .wf-campaign-basics .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-campaign-basics .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-campaign-basics .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-campaign-basics .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-modal-wrapper .wf-campaign-basics .wf-view .wf-alert {
  grid-column: 1 / span 2;
}
.wf-modal-wrapper .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
  text-align: right;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
    grid-column: 1 / span 2;
  }
}
.wf-modal-wrapper .wf-campaign-basics .wf-edit {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-campaign-basics .wf-edit .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-campaign-basics .wf-edit > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-campaign-basics .wf-edit {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-modal-wrapper .wf-campaign-basics .wf-edit p.wf-campaign-basics-goal-base {
  margin-top: 8px;
  margin-bottom: -8px;
}
.wf-modal-wrapper .wf-campaign-basics .wf-edit .Movement_Meter {
  margin-top: 32px;
  overflow: hidden;
}
.wf-modal-wrapper .wf-campaign-basics .wf-edit input[name="goal"] {
  margin-left: 0;
}
.wf-modal-wrapper .wf-campaign-basics .wf-edit .wf-checkbox label {
  margin-left: 0;
}
.wf-modal-wrapper .wf-campaign-basics p.wf-campaign-basics-goal {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-campaign-basics p.wf-campaign-basics-goal-base {
  margin-bottom: 0;
  font-size: 14px;
}
.wf-modal-wrapper .wf-campaign-basics .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
.wf-modal-wrapper .wf-campaign-basics .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
.wf-modal-wrapper .wf-campaign-basics .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
.wf-modal-wrapper .wf-campaign-basics .Progress_Bar .Progress.Donations {
  background: #ffccc7;
}
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage {
  margin-top: 10px;
}
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p:focus,
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p:hover,
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p:active,
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p:visited,
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p:focus-within,
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p:invalid,
.wf-modal-wrapper .wf-campaign-basics .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-campaign-basics .wf-edit-input-with-mobile-padding {
    max-width: calc(100% - 20px);
  }
}
.wf-modal-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
  align-items: initial;
  flex-direction: column-reverse;
}
.wf-modal-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
  align-self: flex-end;
  margin-bottom: 24px;
}
.wf-modal-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu .wf-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
    flex-direction: row;
  }
  .wf-modal-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
    align-self: initial;
    margin-bottom: initial;
  }
}
.wf-modal-wrapper .Manage_Item .wf-membership-list .wf-membership:not(.wf-membership-new) .Jelly_Progress_Bar {
  visibility: hidden;
}
.wf-modal-wrapper .wf-membership-list {
  margin-bottom: 36px;
}
.wf-modal-wrapper .wf-membership-list li.wf-membership:first-child {
  padding-top: 0;
}
.wf-modal-wrapper .wf-membership {
  display: block;
  position: relative;
  margin: 0;
  padding: 36px 0;
  border-bottom: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-membership:not(.wf-membership-new):not(.wf-membership-add):last-child {
  border-bottom: none;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview h5 {
  font-weight: 700;
  line-height: 1.5;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview p {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
  width: 336px;
  background-size: cover;
  background-position: center center;
  border: solid 1px #d2d2d2;
  background-color: #f7f7f7;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image:before {
  content: '';
  padding-top: 41.4%;
  float: left;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
  overflow: hidden;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-benefits {
  margin-top: 16px;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list {
  list-style-type: disc;
  list-style-position: inside;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list li span {
  position: relative;
  left: -8px;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-benefits p.wf-membership-benefits-description {
  margin-top: 16px;
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  margin-top: 48px;
}
@media (min-width: 767px) {
  .wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
    width: 100%;
  }
  .wf-modal-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
    max-width: 12rem;
  }
  .wf-modal-wrapper .wf-membership .wf-view .wf-membership-benefits {
    margin-top: 0;
  }
  .wf-modal-wrapper .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price input[type="number"] {
  margin-left: 0;
  margin-right: 0;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .month_amount_wrapper {
  margin-left: 0;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .amount_period_divider {
  margin-left: 8px;
  margin-right: 8px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics input.member_limit {
  width: 72px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics .tier_image_wrapper {
  width: 150px;
  height: 150px;
  position: relative;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits p {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
  display: flex;
  align-items: center;
  justify-content: start;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > * {
  margin-left: 4px;
  margin-right: 4px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *:first-child,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > *:first-child {
  margin-left: 0;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-checkbox,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests input[type="number"],
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right {
  display: flex;
  align-items: center;
  justify-content: start;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > * {
  margin-left: 4px;
  margin-right: 4px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > *:first-child {
  margin-left: 0;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right .wf-checkbox,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input[type="number"],
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li {
  display: flex;
  width: 360px;
  max-width: calc(100vw -  4 * 16px);
  margin-bottom: 16px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div {
  flex: 1;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div p {
  line-height: 1.25;
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:hover,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:active,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:visited,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus-within,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:invalid,
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li span.wf-benefit-edit {
  margin-right: 12px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a {
  position: relative;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a i.material-icons {
  font-size: 14.4px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 2px;
  left: 16px;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests {
    align-items: start;
    position: relative;
  }
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input {
    margin-left: 0;
  }
  .wf-modal-wrapper .wf-membership .wf-edit .wf-edit-buttons {
    margin-top: 24px;
    grid-template-columns: auto auto;
  }
  .wf-modal-wrapper .wf-membership .wf-edit .wf-edit-buttons .delete-button {
    margin-left: 0;
  }
  .wf-modal-wrapper .wf-membership .wf-edit .wf-edit-buttons > *:nth-child(3) {
    display: block;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-basics {
    margin-bottom: 0;
  }
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
  .wf-modal-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
    margin-bottom: 28px;
  }
}
.wf-modal-wrapper .wf-membership .wf-membership-base {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper .wf-membership .wf-membership-base:focus,
.wf-modal-wrapper .wf-membership .wf-membership-base:hover,
.wf-modal-wrapper .wf-membership .wf-membership-base:active,
.wf-modal-wrapper .wf-membership .wf-membership-base:visited,
.wf-modal-wrapper .wf-membership .wf-membership-base:focus-within,
.wf-modal-wrapper .wf-membership .wf-membership-base:invalid,
.wf-modal-wrapper .wf-membership .wf-membership-base:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-membership.wf-membership-add a {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-membership.wf-membership-add a {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wf-modal-wrapper .wf-membership .Jelly_Action_Result {
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-benefit-badge p {
  line-height: 1.25;
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-benefit-badge aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
.wf-modal-wrapper .wf-benefit-badge aside:focus,
.wf-modal-wrapper .wf-benefit-badge aside:hover,
.wf-modal-wrapper .wf-benefit-badge aside:active,
.wf-modal-wrapper .wf-benefit-badge aside:visited,
.wf-modal-wrapper .wf-benefit-badge aside:focus-within,
.wf-modal-wrapper .wf-benefit-badge aside:invalid,
.wf-modal-wrapper .wf-benefit-badge aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-membership-consumer-benefits {
  border: solid 1px #d2d2d2;
  padding: 24px;
}
.wf-modal-wrapper .wf-membership-consumer-benefits h6 {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-membership-consumer-benefits figure {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-membership-consumer-benefits figure:before {
  content: '';
  padding-top: 45%;
  float: left;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-membership-consumer-benefits figure {
    max-width: 240px;
  }
}
.wf-modal-wrapper .wf-membership-consumer-benefits figure.square {
  overflow: hidden;
}
.wf-modal-wrapper .wf-membership-consumer-benefits figure.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-membership-consumer-benefits ul {
  list-style: disc;
  list-style-position: inside;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-description {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a i {
  font-size: 1.2em;
  margin-right: 4px;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus,
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:hover,
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:active,
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:visited,
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus-within,
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:invalid,
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-buttons {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button {
  width: 100%;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
  display: flex;
}
.wf-modal-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button:not(.wf-last-child) {
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button {
    width: initial;
  }
  .wf-modal-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
    width: -webkit-max-content;
    width: max-content;
  }
  .wf-modal-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button:first-child:not(.wf-badge) {
    margin-bottom: initial;
    margin-right: 4px;
  }
}
.wf-modal-wrapper .wf-member-badge {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wf-modal-wrapper .wf-member-badge img.wf-logo {
  height: 2rem;
}
.wf-modal-wrapper .wf-member-badge h2 {
  margin-top: 20px;
}
.wf-modal-wrapper .wf-member-badge .wf-qr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px #d2d2d2;
  margin-top: 16px;
  margin-bottom: 16px;
  width: calc(100%);
  height: calc(100vw - 6.25 * 16px);
  max-height: 352px;
  justify-content: space-evenly;
}
.wf-modal-wrapper .wf-member-badge .wf-qr-wrapper img.wf-qr {
  width: calc(60%);
  max-width: 208px;
}
.wf-modal-wrapper .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
  background: #ffa097;
  padding: 3px 9px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
.wf-modal-wrapper .wf-member-badge h6.wf-qr-id {
  display: none;
  text-align: right;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
@media (max-width: 320px) {
  .wf-modal-wrapper .wf-member-badge {
    padding-left: 0;
    padding-right: 0;
  }
  .wf-modal-wrapper .wf-member-badge h2 {
    font-size: 24px;
  }
  .wf-modal-wrapper .wf-member-badge .wf-qr-wrapper {
    height: calc(100vw - 5 * 16px);
  }
  .wf-modal-wrapper .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
    font-size: 14px;
  }
  .wf-modal-wrapper .wf-member-badge .wf-member-badge-since {
    font-size: 14px;
  }
}
.wf-modal-wrapper .wf-testimonials-list.wf-manage {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-testimonials-list.wf-manage li {
  width: 100%;
  max-width: 832px;
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-testimonials-list.wf-manage li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-testimonials-list.wf-manage {
    margin-top: 40px;
  }
  .wf-modal-wrapper .wf-testimonials-list.wf-manage li {
    margin-bottom: 40px;
  }
  .wf-modal-wrapper .wf-testimonials-list.wf-manage li:last-child {
    margin-bottom: 0;
  }
  .wf-modal-wrapper .wf-testimonials-list.wf-manage li .wf-testimonial {
    overflow: hidden;
  }
  .wf-modal-wrapper .wf-testimonials-list.wf-manage li .wf-testimonial:before {
    content: '';
    padding-top: 52.35%;
    float: left;
  }
}
.wf-modal-wrapper .wf-testimonial {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-testimonial:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-testimonial figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-testimonial .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-modal-wrapper .wf-testimonial .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-modal-wrapper .wf-testimonial .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.wf-modal-wrapper .wf-testimonial:hover .wf-tag {
  background-color: yellow;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage li {
  margin-bottom: 1rem;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage li:last-child {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata:after {
  display: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Views {
  flex: 1;
  padding-left: 0;
  width: initial;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
  margin-right: 1rem;
  vertical-align: middle;
}
.wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata {
    flex-direction: column;
  }
  .wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Views {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata {
    padding: 16px 24px;
  }
  .wf-modal-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-upsell-link.wf-manage {
    max-width: 832px;
  }
}
.wf-modal-wrapper .wf-import-event-button,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.wf-modal-wrapper .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-processing,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button:disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button:disabled,
.wf-modal-wrapper .wf-import-event-button.wf-disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-primary,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-import-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-primary.wf-processing,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-primary:disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary:disabled,
.wf-modal-wrapper .wf-import-event-button.wf-primary.wf-disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-primary-2,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-import-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-primary-2.wf-processing,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-primary-2:disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2:disabled,
.wf-modal-wrapper .wf-import-event-button.wf-primary-2.wf-disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-secondary,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-import-event-button.wf-secondary:hover,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-import-event-button.wf-secondary.wf-processing,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-import-event-button.wf-secondary:disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:disabled,
.wf-modal-wrapper .wf-import-event-button.wf-secondary.wf-disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-import-event-button.wf-tertiary,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-import-event-button.wf-tertiary:hover,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-import-event-button.wf-tertiary.wf-processing,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-import-event-button.wf-tertiary:disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:disabled,
.wf-modal-wrapper .wf-import-event-button.wf-tertiary.wf-disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-import-event-button.wf-huge,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-import-event-button.wf-large,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-import-event-button.wf-medium,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-import-event-button.wf-small,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-import-event-button.wf-processing,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-import-event-button.wf-disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-import-event-button:hover,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-import-event-button.wf-flat,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button.wf-processing,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button:disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button:disabled,
.wf-modal-wrapper .wf-import-event-button.wf-disabled,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-import-event-button i,
.wf-modal-wrapper .wf-movement-tab-details .wf-add-event-button i {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.wf-modal-wrapper .wf-event.wf-manage .wf-event-share-button {
  position: absolute;
  top: 18px;
  right: 20px;
  background: white;
  z-index: 1;
}
.wf-modal-wrapper .wf-event.wf-manage .wf-event-share-button:active {
  position: absolute;
  left: initial;
  bottom: initial;
}
.wf-modal-wrapper .wf-event.wf-manage .Cover {
  overflow: hidden;
}
.wf-modal-wrapper .wf-event.wf-manage .Cover:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
.wf-modal-wrapper .wf-event.wf-manage .Cover .Title,
.wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle {
  color: #ffffff;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata:after {
  display: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Date {
  flex: 1;
  padding-left: 0;
  width: initial;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
}
.wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
  }
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title:focus,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle:focus,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title:hover,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle:hover,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title:active,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle:active,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title:visited,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle:visited,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title:focus-within,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle:focus-within,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title:invalid,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle:invalid,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title:disabled,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Title.Subtitle,
  .wf-modal-wrapper .wf-event.wf-manage .Cover .Subtitle.Subtitle {
    font-weight: normal;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-event.wf-manage .wf-event-share-button {
    top: 32px;
    right: 32px;
  }
  .wf-modal-wrapper .wf-event.wf-manage .Metadata {
    padding: 16px 24px;
  }
  .wf-modal-wrapper .wf-event.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-event.wf-manage {
    max-width: 832px;
  }
}
.wf-modal-wrapper .wf-event.wf-edit .wf-checkbox label {
  margin-left: 0;
}
.wf-modal-wrapper .wf-event.wf-edit .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-event.wf-edit .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link {
  text-decoration: inherit;
  color: inherit;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
  grid-template-columns: repeat(3, [col-start] 1fr);
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link:focus {
  outline-style: none;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
  background-color: #f6f4f4;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.36%;
  float: left;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
  overflow: hidden;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info {
  padding: 0;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p,
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info h4,
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  margin: 0;
  margin-bottom: 8px;
}
.wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link h4 {
    font-size: 24px;
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link {
    grid-gap: 32px;
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
    grid-column: col-start / 1;
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 12px;
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
    top: 12px;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 24px);
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info {
    grid-column: 2 / -1;
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p {
    font-size: 18px;
    line-height: 1.56;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin: 0;
    margin-bottom: 8px;
  }
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:focus,
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:hover,
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:active,
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:visited,
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:focus-within,
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:invalid,
  .wf-modal-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-event-single-disclaimer {
    max-width: 832px;
  }
}
.wf-modal-wrapper .wf-tickets-list.wf-manage {
  margin-top: 32px;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item {
  margin-bottom: 32px;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  grid-template-columns: auto auto;
  /* Overwriting another media query in wf-action-grid */
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-gap: 16px;
    grid-template-columns: auto auto;
  }
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  padding-top: 6px;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus,
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:hover,
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:active,
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:visited,
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus-within,
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:invalid,
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-ticket-private .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row {
  display: inline-grid !important;
  grid-auto-flow: column;
  grid-gap: 12px;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row input {
  background: #ffffff;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:first-child {
  width: 120px;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:last-child {
  width: 96px;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row {
  display: flex;
  align-items: center;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row input[type="number"] {
  width: 80px !important;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale {
  margin-left: initial;
  width: initial;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale label {
  margin-left: initial;
  margin-bottom: initial;
  width: initial;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage li.Tier_Item.Hide_Quiet_Buttons .delete-button {
  display: none;
}
.wf-modal-wrapper .wf-tickets-list.wf-manage .picker__list {
  padding-bottom: 9px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky {
  top: -160px;
  transition: 250ms;
  background: #ffffff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 #e2e2e2;
  position: fixed;
  left: 0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: center;
  grid-gap: 14px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3 {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-family: "Avenir Heavy WF";
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:active,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:active,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
  grid-column: col-start / -1;
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  line-height: 1.4;
  display: flex;
  align-items: center;
  height: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  grid-column: col-start / -1;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky {
    top: -96px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 8 / span 2;
    justify-content: flex-end;
    margin-right: 8px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky {
    top: -72px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    height: 48px;
    grid-column: col-start 9 / span 1;
    width: 150%;
    justify-content: initial;
    margin-right: initial;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    width: 82%;
    margin-left: auto;
  }
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief {
  border-bottom: solid 1px #d2d2d2;
  padding-top: 28px;
  padding-bottom: 24px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: end;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
  text-align: right;
  display: block;
  grid-column: 1 / -1;
  margin-right: 16px;
  padding: 0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:disabled,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:disabled,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:disabled,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:disabled,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button i.material-icons {
  margin-right: 14px;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
    margin-right: 0;
  }
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: bold;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-bottom: 8px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
  margin-bottom: 4px;
  grid-column: col-start / -1;
  height: 48px;
  font-family: "Avenir Heavy WF";
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  margin-bottom: 4px;
  grid-column: col-start / span -1;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal {
  margin-top: 24px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    grid-row-gap: 0;
    /* This is Just for the edit button. */
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
    grid-row: span 2;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
    font-size: 32px;
    font-weight: normal;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 4;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 8px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 9 / span 4;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-row: span 1;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 1;
    font-size: 20px;
    width: 150%;
    justify-content: initial;
    align-items: center;
    margin-bottom: 4px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
    width: 82%;
    max-width: initial;
  }
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-top: 28px;
  padding-bottom: 54px;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-additional > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-additional {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information {
  grid-column: col-start / span -1;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper {
  background-color: #f6f4f4;
  width: 100%;
  margin-bottom: 76px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-size: cover;
  background-position: center;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
  overflow: hidden;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description {
  font-size: 16px;
  line-height: 1.63;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 32px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:active,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:focus {
  outline-style: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:active,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:active,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description .wf-event-partner {
  margin-top: 32px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map {
  padding-left: 14px;
  padding-right: 20px;
  margin-top: 4px;
  margin-bottom: 38px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map i {
  font-size: 1.4em;
  margin-right: 6px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar {
  grid-column: col-start / span -1;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share {
  margin-bottom: 54px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:active,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:focus {
  outline-style: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.first {
  margin-left: 28px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link i {
  font-size: 1.25em;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email i {
  font-size: 1.1em;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner {
  display: flex;
  margin-top: 28px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo {
  text-decoration: initial;
  color: inherit;
  flex-basis: 128px;
  width: 128px;
  overflow: hidden;
  background: #c0c0c0;
  margin-right: 32px;
  background-size: cover;
  border: solid 1px #c0c0c0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:focus {
  outline-style: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  border-bottom: solid 1px #c0c0c0;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label {
  padding-top: 18px;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title {
  text-decoration: initial;
  color: inherit;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Avenir Heavy WF";
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus {
  outline-style: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:active,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:visited,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus-within,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:invalid,
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-weight: normal;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
  display: none;
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
    display: block;
    margin-top: 54px;
    max-width: 288px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper h5 {
    font-size: 17.6px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper .wf-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-event-front section.wf-event-additional {
    padding-top: 54px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information {
    grid-column: col-start / span 7;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 20px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
    top: 20px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 40px);
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:focus,
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:hover,
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:active,
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:visited,
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:focus-within,
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:invalid,
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-modal-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar {
    grid-column: col-start 9 / span 4;
  }
}
.wf-modal-wrapper #Membership_Dashboard .Member_List {
  display: grid;
}
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d2d2d2;
}
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder {
  border: solid 2px #333333;
  background: #ffffff;
}
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  font-weight: normal;
  color: #333333;
  margin-top: 0;
}
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus,
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:hover,
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:active,
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:visited,
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus-within,
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:invalid,
.wf-modal-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper #Testimonial .wf-action-title {
  margin-bottom: 24px;
}
.wf-modal-wrapper #Share-Testimonial h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.wf-modal-wrapper #Share-Testimonial .wf-testimonial-image {
  width: 100%;
  height: auto;
}
.wf-modal-wrapper #Share-Testimonial .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.wf-modal-wrapper #Share-Testimonial .share_buttons a {
  position: relative;
  width: 100%;
}
.wf-modal-wrapper #Share-Testimonial .share_buttons a i,
.wf-modal-wrapper #Share-Testimonial .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
@media (max-width: 374px) {
  .wf-modal-wrapper #Share-Testimonial h2 {
    font-size: 28px;
  }
}
.wf-modal-wrapper #Share-Event h2 {
  font-size: 32px;
}
.wf-modal-wrapper #Share-Event .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.wf-modal-wrapper #Share-Event .share_buttons a {
  position: relative;
  width: 100%;
}
.wf-modal-wrapper #Share-Event .share_buttons a i,
.wf-modal-wrapper #Share-Event .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
.wf-modal-wrapper #Share-Event .wf-helper-image {
  width: 100%;
  height: auto;
  border: solid 1px #d2d2d2;
}
@media (min-width: 768px) {
  .wf-modal-wrapper #Share-Event h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 374px) {
  .wf-modal-wrapper #Share-Event h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports {
  padding-top: 0px !important;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports .Report_Navigation {
  margin-top: 0;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports .wf-dropdown {
  font-size: 16px;
  font-weight: normal;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports .Date_Selector {
  font-size: 16px;
  font-weight: normal;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports .Within {
  font-size: 16px;
  font-weight: normal;
  margin: 0 16px;
  flex: 0;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h2,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h3,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h4,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Stat .Amount {
  font-size: 24px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:disabled,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:disabled,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:disabled,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:disabled,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small {
  margin-bottom: 16px;
}
.wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors {
    flex-wrap: wrap;
  }
  .wf-modal-wrapper .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors .Kind_Selector {
    margin-bottom: 1rem;
  }
}
.wf-modal-wrapper .Report_Back {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.wf-modal-wrapper .Report_Back:focus,
.wf-modal-wrapper .Report_Back:hover,
.wf-modal-wrapper .Report_Back:active,
.wf-modal-wrapper .Report_Back:visited,
.wf-modal-wrapper .Report_Back:focus-within,
.wf-modal-wrapper .Report_Back:invalid,
.wf-modal-wrapper .Report_Back:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-modal-wrapper .Report_Back a:hover {
  border: initial;
}
.wf-modal-wrapper .Report_Wrapper .Ranking b {
  font-family: "Avenir Book WF";
  font-weight: bold;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown,
.wf-modal-wrapper .Report_Wrapper .Report {
  border: solid 1px #d2d2d2;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown label,
.wf-modal-wrapper .Report_Wrapper .Report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
  text-transform: initial;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button,
.wf-modal-wrapper .Report_Wrapper .Report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-processing,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button:disabled,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary.wf-processing,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary:disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary:disabled,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary.wf-disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-processing,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2:disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary-2:disabled,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:hover,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary.wf-processing,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-secondary:disabled,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary.wf-disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:hover,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-processing,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-tertiary:disabled,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-huge,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-large,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-medium,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-small,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-processing,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:hover,
.wf-modal-wrapper .Report_Wrapper .Report .Button:hover {
  border-bottom: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-flat,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:hover,
.wf-modal-wrapper .Report_Wrapper .Report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.wf-modal-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-processing,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button:disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button:disabled,
.wf-modal-wrapper .Report_Wrapper .Breakdown .Button.wf-disabled,
.wf-modal-wrapper .Report_Wrapper .Report .Button.wf-disabled {
  color: #8c8c8c;
}
.wf-modal-wrapper .Report_Wrapper .Report_Event_List p {
  margin-bottom: 0;
}
.wf-modal-wrapper .Report_Wrapper .Report_Event_List a {
  padding: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  justify-content: start;
}
.wf-modal-wrapper .Report_Wrapper .Report_Event_List a:hover {
  background: rgba(252, 226, 227, 0.8);
}
.wf-modal-wrapper .Report_Wrapper .Report_Event_List a i {
  font-size: 1.6rem;
  margin: 0 !important;
}
.wf-modal-wrapper .Report_Wrapper .Report_Event_List a p {
  margin: 0 !important;
}
.wf-modal-wrapper div#Movement_Panel {
  min-height: 90vh;
}
.wf-modal-wrapper div#Movement_Panel section.wf-movement-details {
  margin-top: 40px;
  margin-bottom: 64px;
  overflow: visible;
}
.wf-modal-wrapper div#Movement_Panel section.wf-movement-details .Jelly_Progress_Bar {
  visibility: hidden;
}
@media (min-width: 768px) {
  .wf-modal-wrapper div#Movement_Panel section.wf-movement-details {
    margin-top: 60px;
  }
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate > *,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate > *,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form {
  text-align: center;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p {
  margin-top: 16px;
  margin-bottom: 32px;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child {
  flex: 1;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child input,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 144px;
  padding-left: 26px;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .wf-input-label,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row {
  display: flex;
}
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row > *:first-child input,
.wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 100%;
}
@media (max-width: 767px) {
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form h2,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form h2 {
    font-size: 32px;
  }
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form a,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form {
    grid-column: col-start 4 / span 10;
  }
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 52px;
  }
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:focus,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:focus,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:hover,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:hover,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:active,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:active,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:visited,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:visited,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:focus-within,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:focus-within,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:invalid,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:invalid,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:disabled,
  .wf-modal-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1800px) {
  .wf-modal-wrapper div#Movement_Panel {
    min-height: calc(100vh - 35 * 16px);
  }
}
@media (min-width: 960px) {
  .wf-modal-wrapper .wf-wide-modal {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .wf-modal-wrapper .wf-wide-modal {
    left: calc((960px - 458px)/-2);
  }
}
.wf-modal-wrapper.Popup .wf-action-wrapper .wf-action {
  padding-bottom: 48px;
}
@media (max-width: 480px) {
  .wf-modal-wrapper.Popup h2.wf-action-title {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.Force_Minimal_Wrapper {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-animation-duration: 0ms !important;
          animation-duration: 0ms !important;
  background: #ffffff !important;
}
.Force_Minimal_Wrapper .Jelly_Progress_Bar {
  visibility: hidden;
}
.Force_Minimal_Wrapper .Content_Loader {
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-dropdown.Jelly_Menu {
  margin-top: 11.2px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.wf-dropdown.Jelly_Menu .Jelly_Menu_Item a {
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
.wf-dropdown.Jelly_Menu .Jelly_Menu_Item a:hover {
  background: rgba(252, 226, 227, 0.8);
}
.wf-dropdown.Jelly_Menu .Jelly_Progress_Bar div {
  background-color: #fce2e3 !important;
}
footer#wf-footer {
  display: none;
}
body.wf-theme #Friends_UI {
  /* 

:: Typography

*/
  /* Base style */
  font-family: "Avenir Book WF";
  font-size: 16px;
  line-height: 1.63;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #333333;
  /* Copy sizes */
  /* Headings */
  /* Displays */
  /* 

:: Animations

*/
  /* 

:: Inputs

*/
  /* 

:: Buttons

*/
  /* 

	:: Layout

	*/
  /* 

	:: Stylable 

	*/
  /* 

	:: Lead Page

	*/
  /* 

	:: Elements

	*/
  /* 

:: Actions

*/
  /* */
  /* TODO - should this be called wf-inline-edit?  */
  /* 

:: Toolbar

*/
  /* This hides the progress bar in my hack to fix the "Flush" bug in which the sign in would sometimes not load. */
  /* 

:: Movement

*/
  /*

:: Campaign

*/
  /* 

:: Memberships

*/
  /* 

:: Upsell Links 

(see Upsell Window below as well)

*/
  /*
	
:: Events

*/
  /* 

	:: Members

	*/
  /*
		
	:: Reports

	*/
  /* 

	:: Join page 

	*/
}
body.wf-theme #Friends_UI .reset {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI .reset:focus,
body.wf-theme #Friends_UI .reset:hover,
body.wf-theme #Friends_UI .reset:active,
body.wf-theme #Friends_UI .reset:visited,
body.wf-theme #Friends_UI .reset:focus-within,
body.wf-theme #Friends_UI .reset:invalid,
body.wf-theme #Friends_UI .reset:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-plain-link {
  text-decoration: initial;
  color: inherit;
}
body.wf-theme #Friends_UI .wf-plain-link:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-plain-link:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI p {
  font-family: "Avenir Book WF";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #333333;
}
body.wf-theme #Friends_UI strong {
  font-family: "Avenir Heavy WF";
}
body.wf-theme #Friends_UI .wf-normal {
  font-size: 16px;
  line-height: 1.63;
}
body.wf-theme #Friends_UI .wf-large {
  font-size: 18px;
  line-height: 1.56;
}
body.wf-theme #Friends_UI .wf-small {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
}
body.wf-theme #Friends_UI h1,
body.wf-theme #Friends_UI h2,
body.wf-theme #Friends_UI h3,
body.wf-theme #Friends_UI h4,
body.wf-theme #Friends_UI h5,
body.wf-theme #Friends_UI h6,
body.wf-theme #Friends_UI .wf-normal,
body.wf-theme #Friends_UI .wf-large,
body.wf-theme #Friends_UI .wf-small,
body.wf-theme #Friends_UI p .h1,
body.wf-theme #Friends_UI .h2,
body.wf-theme #Friends_UI .h3,
body.wf-theme #Friends_UI .h4,
body.wf-theme #Friends_UI .h5,
body.wf-theme #Friends_UI .h6,
body.wf-theme #Friends_UI .p {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI h1:focus,
body.wf-theme #Friends_UI h2:focus,
body.wf-theme #Friends_UI h3:focus,
body.wf-theme #Friends_UI h4:focus,
body.wf-theme #Friends_UI h5:focus,
body.wf-theme #Friends_UI h6:focus,
body.wf-theme #Friends_UI .wf-normal:focus,
body.wf-theme #Friends_UI .wf-large:focus,
body.wf-theme #Friends_UI .wf-small:focus,
body.wf-theme #Friends_UI p .h1:focus,
body.wf-theme #Friends_UI .h2:focus,
body.wf-theme #Friends_UI .h3:focus,
body.wf-theme #Friends_UI .h4:focus,
body.wf-theme #Friends_UI .h5:focus,
body.wf-theme #Friends_UI .h6:focus,
body.wf-theme #Friends_UI .p:focus,
body.wf-theme #Friends_UI h1:hover,
body.wf-theme #Friends_UI h2:hover,
body.wf-theme #Friends_UI h3:hover,
body.wf-theme #Friends_UI h4:hover,
body.wf-theme #Friends_UI h5:hover,
body.wf-theme #Friends_UI h6:hover,
body.wf-theme #Friends_UI .wf-normal:hover,
body.wf-theme #Friends_UI .wf-large:hover,
body.wf-theme #Friends_UI .wf-small:hover,
body.wf-theme #Friends_UI p .h1:hover,
body.wf-theme #Friends_UI .h2:hover,
body.wf-theme #Friends_UI .h3:hover,
body.wf-theme #Friends_UI .h4:hover,
body.wf-theme #Friends_UI .h5:hover,
body.wf-theme #Friends_UI .h6:hover,
body.wf-theme #Friends_UI .p:hover,
body.wf-theme #Friends_UI h1:active,
body.wf-theme #Friends_UI h2:active,
body.wf-theme #Friends_UI h3:active,
body.wf-theme #Friends_UI h4:active,
body.wf-theme #Friends_UI h5:active,
body.wf-theme #Friends_UI h6:active,
body.wf-theme #Friends_UI .wf-normal:active,
body.wf-theme #Friends_UI .wf-large:active,
body.wf-theme #Friends_UI .wf-small:active,
body.wf-theme #Friends_UI p .h1:active,
body.wf-theme #Friends_UI .h2:active,
body.wf-theme #Friends_UI .h3:active,
body.wf-theme #Friends_UI .h4:active,
body.wf-theme #Friends_UI .h5:active,
body.wf-theme #Friends_UI .h6:active,
body.wf-theme #Friends_UI .p:active,
body.wf-theme #Friends_UI h1:visited,
body.wf-theme #Friends_UI h2:visited,
body.wf-theme #Friends_UI h3:visited,
body.wf-theme #Friends_UI h4:visited,
body.wf-theme #Friends_UI h5:visited,
body.wf-theme #Friends_UI h6:visited,
body.wf-theme #Friends_UI .wf-normal:visited,
body.wf-theme #Friends_UI .wf-large:visited,
body.wf-theme #Friends_UI .wf-small:visited,
body.wf-theme #Friends_UI p .h1:visited,
body.wf-theme #Friends_UI .h2:visited,
body.wf-theme #Friends_UI .h3:visited,
body.wf-theme #Friends_UI .h4:visited,
body.wf-theme #Friends_UI .h5:visited,
body.wf-theme #Friends_UI .h6:visited,
body.wf-theme #Friends_UI .p:visited,
body.wf-theme #Friends_UI h1:focus-within,
body.wf-theme #Friends_UI h2:focus-within,
body.wf-theme #Friends_UI h3:focus-within,
body.wf-theme #Friends_UI h4:focus-within,
body.wf-theme #Friends_UI h5:focus-within,
body.wf-theme #Friends_UI h6:focus-within,
body.wf-theme #Friends_UI .wf-normal:focus-within,
body.wf-theme #Friends_UI .wf-large:focus-within,
body.wf-theme #Friends_UI .wf-small:focus-within,
body.wf-theme #Friends_UI p .h1:focus-within,
body.wf-theme #Friends_UI .h2:focus-within,
body.wf-theme #Friends_UI .h3:focus-within,
body.wf-theme #Friends_UI .h4:focus-within,
body.wf-theme #Friends_UI .h5:focus-within,
body.wf-theme #Friends_UI .h6:focus-within,
body.wf-theme #Friends_UI .p:focus-within,
body.wf-theme #Friends_UI h1:invalid,
body.wf-theme #Friends_UI h2:invalid,
body.wf-theme #Friends_UI h3:invalid,
body.wf-theme #Friends_UI h4:invalid,
body.wf-theme #Friends_UI h5:invalid,
body.wf-theme #Friends_UI h6:invalid,
body.wf-theme #Friends_UI .wf-normal:invalid,
body.wf-theme #Friends_UI .wf-large:invalid,
body.wf-theme #Friends_UI .wf-small:invalid,
body.wf-theme #Friends_UI p .h1:invalid,
body.wf-theme #Friends_UI .h2:invalid,
body.wf-theme #Friends_UI .h3:invalid,
body.wf-theme #Friends_UI .h4:invalid,
body.wf-theme #Friends_UI .h5:invalid,
body.wf-theme #Friends_UI .h6:invalid,
body.wf-theme #Friends_UI .p:invalid,
body.wf-theme #Friends_UI h1:disabled,
body.wf-theme #Friends_UI h2:disabled,
body.wf-theme #Friends_UI h3:disabled,
body.wf-theme #Friends_UI h4:disabled,
body.wf-theme #Friends_UI h5:disabled,
body.wf-theme #Friends_UI h6:disabled,
body.wf-theme #Friends_UI .wf-normal:disabled,
body.wf-theme #Friends_UI .wf-large:disabled,
body.wf-theme #Friends_UI .wf-small:disabled,
body.wf-theme #Friends_UI p .h1:disabled,
body.wf-theme #Friends_UI .h2:disabled,
body.wf-theme #Friends_UI .h3:disabled,
body.wf-theme #Friends_UI .h4:disabled,
body.wf-theme #Friends_UI .h5:disabled,
body.wf-theme #Friends_UI .h6:disabled,
body.wf-theme #Friends_UI .p:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI h1,
body.wf-theme #Friends_UI .h1 {
  font-size: 48px;
  line-height: 1.13;
}
body.wf-theme #Friends_UI h2,
body.wf-theme #Friends_UI .h2 {
  font-size: 36px;
  line-height: 1.17;
}
body.wf-theme #Friends_UI h3,
body.wf-theme #Friends_UI .h3 {
  font-size: 32px;
  line-height: 1.19;
}
body.wf-theme #Friends_UI h4,
body.wf-theme #Friends_UI .h4 {
  font-size: 28px;
  line-height: 1.21;
}
body.wf-theme #Friends_UI h5,
body.wf-theme #Friends_UI .h5 {
  font-size: 24px;
  line-height: 1.25;
}
body.wf-theme #Friends_UI h6,
body.wf-theme #Friends_UI .h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
body.wf-theme #Friends_UI h1.wf-display {
  font-size: 76px;
  line-height: 1.05;
}
body.wf-theme #Friends_UI h2.wf-display {
  font-size: 60px;
  line-height: 1.1;
}
body.wf-theme #Friends_UI input,
body.wf-theme #Friends_UI textarea {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  border-radius: 1px;
  background-color: #ffffff;
  border-color: #d2d2d2;
  font-family: "Avenir Roman WF";
  color: #6f6f6f;
  letter-spacing: -0.2px;
  line-height: 1.75;
}
body.wf-theme #Friends_UI input:focus,
body.wf-theme #Friends_UI textarea:focus,
body.wf-theme #Friends_UI input:hover,
body.wf-theme #Friends_UI textarea:hover,
body.wf-theme #Friends_UI input:active,
body.wf-theme #Friends_UI textarea:active,
body.wf-theme #Friends_UI input:visited,
body.wf-theme #Friends_UI textarea:visited,
body.wf-theme #Friends_UI input:focus-within,
body.wf-theme #Friends_UI textarea:focus-within,
body.wf-theme #Friends_UI input:invalid,
body.wf-theme #Friends_UI textarea:invalid,
body.wf-theme #Friends_UI input:disabled,
body.wf-theme #Friends_UI textarea:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI input:read-only,
body.wf-theme #Friends_UI textarea:read-only {
  background-color: #fbfbfb;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI input:focus,
body.wf-theme #Friends_UI textarea:focus,
body.wf-theme #Friends_UI input.focus,
body.wf-theme #Friends_UI textarea.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
body.wf-theme #Friends_UI input:disabled,
body.wf-theme #Friends_UI textarea:disabled,
body.wf-theme #Friends_UI input.wf-disabled,
body.wf-theme #Friends_UI textarea.wf-disabled {
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI input:invalid,
body.wf-theme #Friends_UI textarea:invalid,
body.wf-theme #Friends_UI input:hover,
body.wf-theme #Friends_UI textarea:hover {
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI input:invalid:focus,
body.wf-theme #Friends_UI textarea:invalid:focus,
body.wf-theme #Friends_UI input:hover:focus,
body.wf-theme #Friends_UI textarea:hover:focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
body.wf-theme #Friends_UI input.error,
body.wf-theme #Friends_UI textarea.error,
body.wf-theme #Friends_UI input[type="number"]:invalid,
body.wf-theme #Friends_UI textarea[type="number"]:invalid,
body.wf-theme #Friends_UI input[type="text"][pattern]:invalid,
body.wf-theme #Friends_UI textarea[type="text"][pattern]:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
body.wf-theme #Friends_UI input[type="number"],
body.wf-theme #Friends_UI textarea[type="number"] {
  width: 80px;
}
body.wf-theme #Friends_UI input.Input_With_Icon,
body.wf-theme #Friends_UI textarea.Input_With_Icon {
  padding-left: 1em !important;
}
body.wf-theme #Friends_UI input::-webkit-input-placeholder,
body.wf-theme #Friends_UI textarea::-webkit-input-placeholder {
  color: #a4a6b3;
}
body.wf-theme #Friends_UI input::placeholder,
body.wf-theme #Friends_UI textarea::placeholder {
  color: #a4a6b3;
}
body.wf-theme #Friends_UI .material-icons.Input_Icon {
  display: none;
}
body.wf-theme #Friends_UI .Date_Input_Wrapper {
  background-color: #ffffff;
}
body.wf-theme #Friends_UI .Date_Input_Wrapper .Input_With_Icon {
  padding-right: 2.5em !important;
}
body.wf-theme #Friends_UI .Date_Input_Wrapper .material-icons.Input_Icon {
  display: block;
  color: #a4a6b3;
  left: initial;
  right: 10px;
  font-size: 1.4em;
  top: -1px;
  z-index: 1;
}
body.wf-theme #Friends_UI .Date_Input_Wrapper input[type="text"] {
  background: none;
  position: relative;
  z-index: 2;
}
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display:focus,
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display:hover,
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display:active,
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display:visited,
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display:focus-within,
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display:invalid,
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .Text_Area_Input_Wrapper .Character_Display.Negative {
  color: #d0021b;
}
body.wf-theme #Friends_UI input {
  height: 48px;
  padding: 1em 0.625em;
}
body.wf-theme #Friends_UI textarea {
  padding: 0.3125em 0.625em;
}
body.wf-theme #Friends_UI .Jelly_Action_Result,
body.wf-theme #Friends_UI .Jelly_Action_Input_Result {
  font-size: 14px;
  color: #d0021b;
}
body.wf-theme #Friends_UI .wf-select {
  height: 48px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ffffff;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 1px;
  border: solid 1px #d2d2d2;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#6F6F6F" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path fill="none" d="M0 0h24v24H0V0z"/></svg>');
  background-position: calc(100% - .5em) 50%;
  background-repeat: no-repeat;
  font-family: "Avenir Roman WF";
  letter-spacing: -0.2px;
  color: #a4a6b3;
}
body.wf-theme #Friends_UI .wf-select:focus,
body.wf-theme #Friends_UI .wf-select.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
body.wf-theme #Friends_UI .wf-select.error,
body.wf-theme #Friends_UI .wf-select:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
body.wf-theme #Friends_UI .wf-checkbox {
  display: block;
}
body.wf-theme #Friends_UI .wf-checkbox label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 10px;
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-checkbox input[type="checkbox"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
body.wf-theme #Friends_UI .wf-checkbox .Display {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
body.wf-theme #Friends_UI .wf-checkbox .Display .Check {
  display: none;
}
body.wf-theme #Friends_UI .wf-checkbox input[type="checkbox"]:checked + .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
body.wf-theme #Friends_UI .wf-checkbox input[type="checkbox"]:checked + .Display .Check {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
body.wf-theme #Friends_UI .wf-checkbox input[type="checkbox"]:checked + .Display .Check i.material-icons {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14.4px;
  color: white;
}
body.wf-theme #Friends_UI .wf-checkbox:not(.readonly) input[type="checkbox"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
body.wf-theme #Friends_UI .wf-checkbox .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-checkbox .label-display {
    margin-left: 16px;
  }
  body.wf-theme #Friends_UI .wf-checkbox .label-display:empty {
    margin-left: 0;
  }
}
body.wf-theme #Friends_UI .wf-radio label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
body.wf-theme #Friends_UI .wf-radio input[type="radio"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
body.wf-theme #Friends_UI .wf-radio .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 1200px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
body.wf-theme #Friends_UI .wf-radio .Display .Check {
  display: none;
}
body.wf-theme #Friends_UI .wf-radio input[type="radio"]:checked + .Display {
  border: solid 2px #ff877b;
  padding: 3px;
}
body.wf-theme #Friends_UI .wf-radio input[type="radio"]:checked + .Display .Circle {
  width: 100%;
  height: 100%;
  background: #ff877b;
}
body.wf-theme #Friends_UI .wf-radio input[type="radio"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
body.wf-theme #Friends_UI .wf-radio .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 3 * 16px);
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-dropdown.Menu_Input {
  margin-bottom: 0;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
body.wf-theme #Friends_UI .wf-dropdown.Menu_Input .Jelly_Closed_Menu_Badge i.Jelly_Closed_Menu_Light {
  font-family: "Avenir Book WF";
  font-style: normal;
  font-size: 1em;
  color: #6f6f6f;
  letter-spacing: -0.2px;
}
body.wf-theme #Friends_UI .wf-dropdown.Menu_Input i.Jelly_Closed_Menu_Arrow {
  color: #6f6f6f;
  margin-left: 0;
  right: -6px;
}
body.wf-theme #Friends_UI .wf-dropdown.Menu_Input.focus {
  /* TODO - it changes size if it's left at 2px... */
  border: solid 1px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
body.wf-theme #Friends_UI .Picture_Input .Preview {
  background-color: #f7f7f7;
}
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge i {
  color: #333333;
  font-size: 22px;
  left: initial;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  position: initial;
}
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  font-weight: 100;
  text-transform: initial;
}
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label:focus,
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label:hover,
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label:active,
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label:visited,
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label:focus-within,
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label:invalid,
body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .Picture_Input .Preview .Cover_Content {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .Picture_Input .uploadcare--widget {
  display: none;
}
body.wf-theme #Friends_UI .Picture_Input .Uploader .Jelly_Loading {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) {
  position: absolute;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Preview {
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Badge i {
  display: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Badge label {
  display: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Button label {
  display: initial;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button i {
  display: none;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label:hover,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label:active,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label:visited,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus-within,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label:invalid,
body.wf-theme #Friends_UI .Picture_Input.Include_Remove_Button .Add_Button .Button label:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .Picture_Input .Hint {
  display: none;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .Picture_Input .Preview .Badge i {
    display: none;
  }
  body.wf-theme #Friends_UI .Picture_Input .Preview .Badge label {
    display: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    border-width: 2px;
    background: #f7f7f7;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary {
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:disabled,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2 {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-processing {
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:disabled,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-processing {
    border: solid 1px #8c8c8c;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:disabled,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-disabled {
    color: #8c8c8c;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #e2e2e2;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:hover {
    border-bottom: solid 1px #e2e2e2;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 1px #333333;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-processing {
    border: solid 1px #8c8c8c;
    opacity: 0.7;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:disabled,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-disabled {
    border: solid 1px #8c8c8c;
    color: #8c8c8c;
    opacity: 0.7;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-huge {
    font-size: 16px;
    height: 64px;
    min-width: 197.28px;
    padding-left: 42.56px;
    padding-right: 42.56px;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-large {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-medium {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-small {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    opacity: 0.7;
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-flat {
    left: 0;
    bottom: 0;
    box-shadow: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):hover,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    border: solid 1px #8c8c8c;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    color: #8c8c8c;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a i {
    display: none;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    text-transform: initial;
  }
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:hover,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:active,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:visited,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus-within,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:invalid,
  body.wf-theme #Friends_UI .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
body.wf-theme #Friends_UI .Video_Input .uploadcare--widget {
  display: none;
}
body.wf-theme #Friends_UI .Video_Input .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
body.wf-theme #Friends_UI .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons {
  margin-top: 48px;
  background: none;
  overflow: initial;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Aspect {
  display: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner {
  position: static;
  justify-content: flex-end;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader {
  margin-right: 16px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader {
  flex: initial;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  padding-left: 2rem;
  padding-right: 2rem;
  width: -webkit-fit-content;
  width: fit-content;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-processing,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-processing,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-processing,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-processing,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-huge,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-large,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-medium,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-small,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-flat,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a i,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a i {
  display: none;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:hover,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:active,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:visited,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:visited,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus-within,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus-within,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:invalid,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:invalid,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:disabled,
body.wf-theme #Friends_UI .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons {
  display: flex;
  justify-content: flex-end;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:disabled,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary:disabled,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary-2:disabled,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-secondary:disabled,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-tertiary:disabled,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a:disabled,
body.wf-theme #Friends_UI .Video_Input .Remove_Buttons a.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-link:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-quiet-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-quiet-button:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button:disabled,
body.wf-theme #Friends_UI .wf-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-button.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-flex {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
body.wf-theme #Friends_UI .wf-grid {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-grid > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-grid > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-stylable a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-stylable a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-stylable a:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI .wf-stylable a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-stylable blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
body.wf-theme #Friends_UI .wf-stylable h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
body.wf-theme #Friends_UI .wf-stylable h1:focus,
body.wf-theme #Friends_UI .wf-stylable h1:hover,
body.wf-theme #Friends_UI .wf-stylable h1:active,
body.wf-theme #Friends_UI .wf-stylable h1:visited,
body.wf-theme #Friends_UI .wf-stylable h1:focus-within,
body.wf-theme #Friends_UI .wf-stylable h1:invalid,
body.wf-theme #Friends_UI .wf-stylable h1:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-stylable h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
body.wf-theme #Friends_UI .wf-stylable h2:focus,
body.wf-theme #Friends_UI .wf-stylable h2:hover,
body.wf-theme #Friends_UI .wf-stylable h2:active,
body.wf-theme #Friends_UI .wf-stylable h2:visited,
body.wf-theme #Friends_UI .wf-stylable h2:focus-within,
body.wf-theme #Friends_UI .wf-stylable h2:invalid,
body.wf-theme #Friends_UI .wf-stylable h2:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-stylable img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-stylable iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-stylable hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
body.wf-theme #Friends_UI .wf-lead {
  /*
		header { 
			display:flex;
			position:static !important;
			padding-left: @grid-gap;
			padding-right: @grid-gap;
			justify-content:space-between;
			.wf-logo { 
				height: 3.5 * @rem;
				width:auto;
			}
			@media (min-width:@Tablet_Width){ 
				padding-left: 0.5 * @grid-gap;
				padding-right: 0.5 * @grid-gap;
			}
		}
		*/
}
body.wf-theme #Friends_UI .wf-lead section {
  margin-bottom: 48px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h6 {
  font-size: 22px;
  font-family: "Avenir Heavy WF";
  margin-bottom: 24px;
  color: #ff6555;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2 {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash .wf-highlight {
  color: #ff877b;
  font-weight: bold;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash a.wf-button {
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary) {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):disabled,
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash {
    margin-top: 88px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2 {
    grid-column: col-start 4 / span 10;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash a.wf-button {
    grid-column: col-start 8 / span 2;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.19;
    font-size: 30px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 24px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus,
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:hover,
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:active,
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:visited,
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus-within,
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:invalid,
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-text-splash.wf-primer-text-splash-off-white {
  max-width: initial;
  background-color: #f6f4f4;
  padding-top: 64px;
  padding-bottom: 72px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-graphic-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-graphic-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-graphic-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-graphic-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-graphic-splash figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-graphic-splash figure:before {
  content: '';
  padding-top: 68.75%;
  float: left;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-graphic-splash figure {
    grid-column: col-start 4 / span 10;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features {
  background-color: #f6f4f4;
  width: 100vw;
  max-width: initial;
  margin-top: -48px;
  padding-top: 16px;
  padding-bottom: 60px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features.nu {
  background: white;
  margin-top: 84px;
  padding-bottom: 0;
  padding-top: 0;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
  margin-top: 36px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 56px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
  flex-basis: calc(100%/3 - 0.5 * 16px);
  margin-bottom: 24px;
  margin-bottom: 64px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figure {
  background: url(https://cdn0.iconfinder.com/data/icons/siberian-husky-emoticons-1/512/Cool-Emoji-Emotion-Face-Expression-Feeling-512.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  margin: auto;
  margin-bottom: 8px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figcaption {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features {
    margin-top: -112px;
    padding-top: 112px;
    padding-bottom: 120px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features.nu {
    margin-top: 84px;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    margin-bottom: 56px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
    grid-column: col-start 4 / span 10;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
    flex-basis: calc(100%/3 - 0.5 * 16px);
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials h2 {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
  direction: initial;
  padding: 24px 20px;
  padding-left: 0;
  display: block;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h5 {
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
  display: flex;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
  overflow: hidden;
  background-size: cover;
  border-radius: 50%;
  margin-right: 16px;
  flex-basis: 48px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p {
  margin: 0;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p.wf-primer-testimonial-bio-name {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials {
    margin-top: 64px;
    margin-bottom: 0;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials h2 {
    letter-spacing: -0.5px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    padding: 48px 30px;
    grid-gap: 36px;
    padding-right: 112px;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-carousel-segmenter h2 {
    font-size: 28px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-magic-moment-images-inner {
  grid-template-columns: repeat(12, [col-start] 1fr);
}
body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images h2 {
  grid-column: col-start 2 / span 10;
  margin-top: 24px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images {
    padding-bottom: 72px !important;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-card {
    grid-column: span 4;
    display: grid;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-card figure#wf-member-calculation {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=1);
}
body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-card figure#wf-testimonials {
  background-image: url(https://withfriends.co/movement_followers/4633220/image/:do_regenerate=0);
}
body.wf-theme #Friends_UI .wf-lead section#wf-magic-moment-images .wf-card figure#wf-graph {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=3);
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling figure {
  background: #d2d2d2;
  background-image: url(https://withfriends.co/picture/1606622/1280x611/file);
  background-size: cover;
  background-position: center center;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
  direction: initial;
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  color: #ff6555;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 16px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling figure {
    flex-basis: 100%;
    width: calc(100% - 2 * 16px);
    margin: auto;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling h2 {
    letter-spacing: -0.5px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling figure {
    grid-column: col-start / span 8;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
    padding-right: 112px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling.wf-long figure {
    grid-column: col-start 3 / span 6;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling:not(.wf-right) .wf-primer-feeling-description {
    padding-left: 112px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling.wf-right {
    direction: rtl;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feeling.wf-right .wf-primer-feeling-description {
    padding-right: 224px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash,
body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash > *,
body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash > *,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash figure,
body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash #wf-primer-intro,
body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell #wf-primer-intro {
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash #wf-primer-intro p,
body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell #wf-primer-intro p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash figure,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell figure {
    overflow: hidden;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash figure:before,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell figure:before {
    content: '';
    padding-top: 68.75%;
    float: left;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash h2,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell h2 {
    letter-spacing: -0.5px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash figure,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell figure {
    grid-column: col-start / span 8;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash #wf-primer-intro,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell #wf-primer-intro {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
  }
}
@media (max-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash section#wf-primer-splash h2,
  body.wf-theme #Friends_UI .wf-lead #wf-lead-upsell section#wf-primer-splash h2 {
    font-size: 24px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-ticker {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #f6f4f4;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-ticker p {
  margin: 0;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-ticker {
    padding: 24px 0;
    flex-direction: row;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-ticker > *:first-child {
    margin-right: 24px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work {
  background: #ffffff;
  margin-top: -60px;
  margin-bottom: 48px;
  padding-bottom: 0;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 72px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work h2 {
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card {
  padding: 20px;
  background: white;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card figcaption {
  text-align: center;
  font-weight: 500;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card.wf-card-events figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Ticketingupsell.svg');
  background-size: 88%;
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card.wf-card-members figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/membership every purchase.png');
}
body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card.wf-card-income figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Grow your income.png');
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card {
    grid-row: 2;
    grid-column: span 4;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-how-does-it-work .wf-card:first-of-type {
    grid-column: col-start 3 / span 4;
  }
}
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white {
  width: 100vw;
  max-width: initial;
  margin-top: 80px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof > *,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner > *,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof > *,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner > *,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .intro,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .intro,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .intro {
  grid-row: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .outro,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .outro,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .outro {
  justify-content: space-between;
  align-items: center;
  display: block;
  text-align: center;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel {
  position: relative;
  max-width: 100%;
  text-align: left;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel .owl-prev,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-prev,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel .owl-prev,
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel .owl-next,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-next,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel .owl-next {
  display: none;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel .owl-carousel,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-carousel,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel .owl-carousel {
  overflow-x: hidden;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel .owl-item,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-item,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel .owl-item {
  background-color: white !important;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Previous,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Next,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
  cursor: pointer;
  background: white;
  border: solid 1px #d2d2d2;
  color: #333333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 3px 12px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(50% -  1.5 * 16px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Previous.Previous,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Previous,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Previous,
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Next.Previous,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Previous,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Previous {
  left: -24px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Previous.Next,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Next,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Next,
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Next.Next,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Next,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Next {
  right: -24px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.New_Spaces .owl-stage,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces .owl-stage,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space {
  display: flex;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space figure,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space figure,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space figure {
  background-position: center;
  background-size: cover;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description {
  flex: 1;
  padding: 48px;
  /* font-family: "Avenir Heavy WF"; */
  display: grid;
  grid-gap: 16px;
  background: white;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag {
  float: none;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5 {
  margin: 0;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p {
  margin: 0;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces .owl-stage,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces .owl-stage,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:before,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:before,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card figure,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card figure,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag {
  background-color: yellow;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .intro h3,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .intro h3,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .intro h3 {
    font-size: 18px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel {
    padding-right: 0;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel ul .owl-stage,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel ul .owl-stage,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel ul .owl-stage {
    left: -18px;
  }
}
@media (max-width: 320px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .intro h5,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .intro h5,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner {
    /* 
					.wf-card { 
						grid-row:2;
						grid-column:span 4;
					}
				*/
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Previous,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel a.Next,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
    display: flex;
    opacity: 0;
    transition: 200ms;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel:hover a.Previous,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Previous,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Previous,
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof .Carousel:hover a.Next,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Next,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Next {
    opacity: 1;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro a,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro a,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro a {
  background: white;
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
  flex: 0.75;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro {
    flex-wrap: wrap;
    display: block;
    text-align: center;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro h3,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro h3,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space {
    flex-wrap: wrap;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
    flex-basis: 100%;
    height: 200px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
  body.wf-theme #Friends_UI .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
  body.wf-theme #Friends_UI .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
    margin-top: -48px;
    padding-top: 48px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  grid-column: span 8;
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card:before {
  content: '';
  padding-top: 160%;
  float: left;
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 95%);
  opacity: 0.6;
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
    font-size: 18px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card {
    overflow: hidden;
    grid-column: span 4;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card:before {
    content: '';
    padding-top: 120%;
    float: left;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
    padding: 30px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-organizations.wf-organizations-search-default > a:nth-of-type(n + 17) {
  display: none;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-events > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-events .intro {
  grid-row: 1;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events .wf-card {
  display: block;
  position: relative;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events .wf-card figure {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events .wf-card figure:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events .wf-card .wf-event-description {
  padding-top: 14px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 4px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events .wf-card .wf-event-description h5 {
  font-size: 18px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-events .wf-card .wf-event-description p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-events .intro h3 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-events .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-events .wf-card {
    grid-column: span 4;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-blend-mode: luminosity;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 > *,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 > *,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 video,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead video {
  position: absolute;
  top: 0px;
  left: -16px;
  height: 100%;
  width: calc(100% + 32px);
  -o-object-fit: cover;
     object-fit: cover;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 figure.wf-gradient-overlay,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead figure.wf-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -16px;
  width: calc(100% + 32px);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 80%);
  opacity: 0.6;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 h1,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead h1 {
  font-size: 28px;
  color: #ffffff;
  position: relative;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 a,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead a {
  position: relative;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 a,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead a {
    margin-top: 20px;
    padding-left: 0;
    margin-left: 16px;
    margin-right: 16px;
    grid-column-end: span 12;
    max-width: -webkit-max-content;
    max-width: max-content;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 h1,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-row: 1;
    grid-column: 2 / span 5;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 a,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead a {
    grid-row: 2;
    grid-column: 2 / 7;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2 a,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead a {
    grid-column: 2 / 5;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-2,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 {
    grid-gap: 40px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 8;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 6;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
  grid-gap: 32px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
  font-size: 32px;
}
@media (max-width: 320px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead a,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead figure.wf-gradient-overlay,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead figure.wf-gradient-overlay {
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  body.wf-theme #Friends_UI .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-column: 2 / span 10;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-newsletter > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-newsletter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form {
  text-align: center;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 32px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p:focus,
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p:hover,
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p:active,
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p:visited,
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p:focus-within,
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p:invalid,
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form .input-row > *:first-child {
  flex: 1;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form .input-row > *:first-child input {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form {
    grid-column: col-start 5 / span 8;
  }
  body.wf-theme #Friends_UI .wf-lead section#wf-newsletter .form p {
    margin-bottom: 52px;
  }
}
body.wf-theme #Friends_UI .wf-lead section#wf-disclaimer {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-lead section#wf-disclaimer > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-disclaimer > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section#wf-disclaimer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-team,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team > *,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-team > *,
  body.wf-theme #Friends_UI .wf-lead section.wf-team-2 > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-team,
  body.wf-theme #Friends_UI .wf-lead section.wf-team-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card {
  display: block;
  position: relative;
  padding: 0;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-cover,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-cover {
  position: relative;
  width: 100%;
  padding: 18px 16px;
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-cover:before,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-cover:before {
  content: '';
  padding-top: 95%;
  float: left;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-cover figure,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-cover figure:before,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 120%);
  opacity: 0.6;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title {
  position: absolute;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h5,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h5 {
  color: #ffffff;
  font-size: 18px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h6,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h6 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 8px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card .wf-person-bio,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card .wf-person-bio {
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-team .wf-card,
  body.wf-theme #Friends_UI .wf-lead section.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-team.wf-team-2 .wf-card,
body.wf-theme #Friends_UI .wf-lead section.wf-team-2.wf-team-2 .wf-card {
  grid-column: span 8;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-team.wf-team-2 .wf-person-title h5,
  body.wf-theme #Friends_UI .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h5 {
    word-break: break-all;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-team.wf-team-2 .wf-person-title h6,
  body.wf-theme #Friends_UI .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h6 {
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-team.wf-team-2 .wf-card,
  body.wf-theme #Friends_UI .wf-lead section.wf-team-2.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-paragraph {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-paragraph > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-paragraph > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-paragraph {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-paragraph .intro {
  grid-row: 1;
}
body.wf-theme #Friends_UI .wf-lead section.wf-paragraph p {
  font-size: 18px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-paragraph aside {
  margin-top: -32px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-paragraph.wf-page-heading {
  margin-top: 48px;
}
body.wf-theme #Friends_UI .wf-lead div.wf-receipt-wrapper {
  min-height: calc(100vh - 27rem + 100px);
}
@media (max-width: 1440px) and (min-width: 1024px) {
  body.wf-theme #Friends_UI .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 25rem + 100px);
  }
}
@media (max-width: 1048px) {
  body.wf-theme #Friends_UI .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 23rem + 100px);
  }
}
@media (max-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 20rem + 100px);
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt {
  display: flex;
  flex-direction: column;
  row-gap: initial;
  grid-gap: initial;
  min-height: calc(100vh - 27rem);
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt > *:not(span) {
  margin-bottom: 36px;
  margin-top: 36px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .intro {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-receipt h2 {
    font-size: 32px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-buttons .wf-button:not(.wf-last-child) {
    margin-bottom: 8px;
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message a:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1:focus,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1:hover,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1:active,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1:visited,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1:focus-within,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1:invalid,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h1:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2:focus,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2:hover,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2:active,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2:visited,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2:focus-within,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2:invalid,
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message h2:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt .wf-receipt-message hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
body.wf-theme #Friends_UI .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
  margin-top: 100px;
}
@media (max-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
    margin-top: 65px;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-receipt {
    min-height: calc(100vh - 25rem);
  }
}
@media (max-width: 1048px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-receipt {
    min-height: calc(100vh - 23rem);
  }
}
@media (max-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-receipt {
    min-height: calc(100vh - 18rem);
  }
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feature-video h5 {
  margin-top: 36px;
}
body.wf-theme #Friends_UI .wf-lead section.wf-primer-feature-video a.wf-button {
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feature-video h2 {
    margin-top: 24px;
    font-size: 24px;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feature-video h5 {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 0;
  }
  body.wf-theme #Friends_UI .wf-lead section.wf-primer-feature-video a.wf-button {
    margin-top: 16px;
    margin-bottom: 60px;
  }
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share {
  margin-bottom: 54px;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner:focus,
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner:hover,
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner:active,
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner:visited,
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner:focus-within,
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner:invalid,
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.first {
  margin-left: 28px;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link i {
  font-size: 1.25em;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email i {
  font-size: 1.1em;
}
body.wf-theme #Friends_UI .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-lead .wf-primer-covid {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-lead .wf-primer-covid p {
  margin: 0;
}
body.wf-theme #Friends_UI .wf-lead .wf-primer-covid a:hover {
  border-color: white !important;
}
body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-splash-lead {
  padding-top: 115px;
  padding-bottom: 115px;
  margin-top: 0px;
}
body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-splash-lead h2 {
  font-size: 64px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-splash-lead {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: -12px;
    -webkit-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-splash-lead h2 {
    font-size: 27px;
    margin-bottom: 0;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-splash-lead h6 {
    font-size: 17px;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-splash-lead .wf-button {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
  margin-top: 0;
  padding-top: 64px !important;
  padding-bottom: 72px !important;
}
body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
    padding: 32px 16px !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-social-proof-organizers {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-social-proof-organizers .intro {
    margin-bottom: 0 !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-social-proof-organizers .intro .wf-button {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Previous {
    left: 4px !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Next {
    right: 4px !important;
  }
}
body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-how-does-it-work {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-how-does-it-work {
    margin-top: 60px !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-how-does-it-work h5 {
    margin-bottom: 28px;
  }
}
body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features {
  margin-top: 88px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 80px;
}
body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul {
  display: grid !important;
  grid-row-gap: 32px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li {
  overflow: hidden;
  margin-bottom: 0 !important;
}
body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li svg {
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner h3 {
    font-size: 24px !important;
    margin-bottom: 36px !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figure {
    width: 36px !important;
    height: 36px !important;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figcaption {
    letter-spacing: -1px;
  }
}
@media (max-width: 800px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories .wf-primer-stories-video-wrapper {
    max-width: 90vw;
    height: 50.6vw !important;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories {
    margin-bottom: 0px !important;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial h5 {
    font-size: 17px;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
    align-items: center;
  }
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
    flex-basis: initial;
    min-width: 105px;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-lead#wf-primer .wf-social-proof-off-white-2 {
    margin-bottom: 72px !important;
    margin-top: 60px;
  }
}
body.wf-theme #Friends_UI #wf-lead section#wf-primer-splash-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
body.wf-theme #Friends_UI .wf-lead-toast {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-lead-toast p {
  margin: 0;
}
body.wf-theme #Friends_UI .wf-lead-toast a:hover {
  border-color: white !important;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm {
  align-items: flex-start;
  background: #333333;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm p,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm strong {
  display: block;
  color: white !important;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm strong {
  font-size: 1.5em;
  margin-right: 1em;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a {
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a:disabled,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm {
    font-size: 1.6em;
  }
  body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm {
    padding-left: 16px;
  }
}
@media (max-width: 374px) {
  body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm strong {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-lead-toast.wf-lead-blm.wf-full-width {
    max-width: initial;
    width: 100%;
    padding-left: calc((100% - 1280px)/2 + 16px);
  }
}
body.wf-theme #Friends_UI .Jelly_Progress_Bar div {
  background-color: #ff877b !important;
  height: 4px !important;
}
body.wf-theme #Friends_UI .wf-input-row {
  display: flex;
  align-items: center;
  justify-content: start;
}
body.wf-theme #Friends_UI .wf-input-row > * {
  margin-left: 4px;
  margin-right: 4px;
}
body.wf-theme #Friends_UI .wf-input-row > *:first-child {
  margin-left: 0;
}
body.wf-theme #Friends_UI .wf-input-row .wf-checkbox {
  position: relative;
  top: -4.8px;
}
body.wf-theme #Friends_UI .wf-input-row input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
body.wf-theme #Friends_UI .wf-loading-wrapper .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
body.wf-theme #Friends_UI .wf-loading-wrapper .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-loading-wrapper .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
body.wf-theme #Friends_UI .wf-loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-loading-white {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-loading-white.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-loading-white.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-tag {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
}
body.wf-theme #Friends_UI .wf-tag .taggle_text,
body.wf-theme #Friends_UI .wf-tag .label {
  font-weight: 400;
  margin-right: 1rem;
}
body.wf-theme #Friends_UI .wf-tag .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
body.wf-theme #Friends_UI .wf-guide {
  border: solid 1px #ff877b;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.wf-theme #Friends_UI .wf-guide h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.wf-theme #Friends_UI .wf-guide ol,
body.wf-theme #Friends_UI .wf-guide ul {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 16px;
}
body.wf-theme #Friends_UI .wf-guide ol li,
body.wf-theme #Friends_UI .wf-guide ul li {
  margin-bottom: 8px;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  color: #d2d2d2;
}
body.wf-theme #Friends_UI .wf-guide ol li h6,
body.wf-theme #Friends_UI .wf-guide ul li h6 {
  font-size: 18px;
  display: inline;
  color: #d2d2d2;
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-guide ol li h6 .wf-completed-inner,
body.wf-theme #Friends_UI .wf-guide ul li h6 .wf-completed-inner {
  text-decoration: line-through;
}
body.wf-theme #Friends_UI .wf-guide ol li .wf-guide-details,
body.wf-theme #Friends_UI .wf-guide ul li .wf-guide-details {
  display: none;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-completed,
body.wf-theme #Friends_UI .wf-guide ul li.wf-completed {
  color: #ff877b;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-completed h6,
body.wf-theme #Friends_UI .wf-guide ul li.wf-completed h6 {
  color: #ff877b;
  text-decoration: line-through;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-completed h6 .wf-completed-inner,
body.wf-theme #Friends_UI .wf-guide ul li.wf-completed h6 .wf-completed-inner {
  text-decoration: initial;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-start,
body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-start {
  color: #ff877b;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-start h6,
body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-start h6 {
  color: #ff877b;
  text-decoration: line-through;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-start h6 .wf-completed-inner,
body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-start h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-start h6,
  body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-start h6 {
    text-decoration: none;
  }
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-finish h6,
body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-finish h6 {
  position: relative;
  text-decoration: line-through;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-finish h6 .wf-completed-inner,
body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-finish h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-finish h6,
  body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-finish h6 {
    text-decoration: none;
  }
  @-webkit-keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  body.wf-theme #Friends_UI .wf-guide ol li.wf-last-completed-finish h6:after,
  body.wf-theme #Friends_UI .wf-guide ul li.wf-last-completed-finish h6:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff877b;
    -webkit-animation-name: strike;
            animation-name: strike;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-active,
body.wf-theme #Friends_UI .wf-guide ul li.wf-active {
  color: #ff877b;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-active h6,
body.wf-theme #Friends_UI .wf-guide ul li.wf-active h6 {
  color: #ff877b;
}
body.wf-theme #Friends_UI .wf-guide ol li.wf-active .wf-guide-details,
body.wf-theme #Friends_UI .wf-guide ul li.wf-active .wf-guide-details {
  display: block;
  color: #333333;
  margin-left: 16px;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox {
  display: flex;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox p a,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox p a {
  color: #ff877b;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox-anchor,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox-anchor {
  text-decoration: inherit;
  color: inherit;
  cursor: default;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox-anchor:hover,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox-anchor:hover {
  text-decoration: inherit;
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox-anchor:focus,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox-anchor:focus {
  outline-style: none;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display {
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active {
  background: #ff877b;
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox {
  display: inline-block;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox .wf-checkbox label,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox .wf-checkbox label {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}
body.wf-theme #Friends_UI .wf-guide ol li.checkbox p,
body.wf-theme #Friends_UI .wf-guide ul li.checkbox p {
  position: relative;
  top: 3px;
}
body.wf-theme #Friends_UI .wf-guide p:last-child {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-alert {
  display: flex;
  align-items: flex-start;
  border: solid 1px #d0021b;
  justify-content: space-between;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.wf-theme #Friends_UI .wf-alert h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.wf-theme #Friends_UI .wf-alert p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-alert i.material-icons.close {
  margin-left: 24px;
  font-size: 1rem;
  top: -8px;
  position: relative;
}
body.wf-theme #Friends_UI .wf-callout {
  border: solid 1px #d2d2d2;
  padding: 24px;
  text-align: center;
}
body.wf-theme #Friends_UI .wf-callout h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
}
body.wf-theme #Friends_UI .wf-callout h5 {
  margin-top: 24px;
  margin-bottom: 40px;
}
body.wf-theme #Friends_UI .wf-callout .wf-button {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-callout .wf-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-callout .wf-button.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-callout .wf-button:disabled,
body.wf-theme #Friends_UI .wf-callout .wf-button.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI footer#wf-footer {
  display: block;
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons {
  display: flex;
  text-align: center;
  justify-content: space-around;
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons a {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  margin-left: initial;
  font-size: 18px;
  font-weight: 400;
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons .contact-button {
  display: flex;
  align-items: center;
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons .contact-button i {
  font-size: 18px;
  position: relative;
  top: -1px;
  right: 2px;
  margin-right: 6px;
}
body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons a.Powered_By {
  display: none;
}
@media (max-width: 959px) {
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 64px;
  }
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons {
    flex-direction: column;
    align-items: center;
  }
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons a {
    padding: 16px 0;
  }
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    margin-left: -1.3em;
  }
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 3 / span 12;
  }
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons > * {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 4 / span 10;
  }
}
body.wf-theme #Friends_UI .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
body.wf-theme #Friends_UI .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
body.wf-theme #Friends_UI .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
body.wf-theme #Friends_UI .Progress_Bar .Progress.Memberships.Monthly {
  background: #ff877b;
}
body.wf-theme #Friends_UI .Progress_Bar .Progress.Memberships.Annual {
  background: #ffccc7;
}
body.wf-theme #Friends_UI .Progress_Bar .Progress.Donations {
  background: hsl(0 10% 73% / 1);
}
body.wf-theme #Friends_UI .Movement_Percentage {
  margin-top: 10px;
}
body.wf-theme #Friends_UI .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI .Movement_Percentage p:focus,
body.wf-theme #Friends_UI .Movement_Percentage p:hover,
body.wf-theme #Friends_UI .Movement_Percentage p:active,
body.wf-theme #Friends_UI .Movement_Percentage p:visited,
body.wf-theme #Friends_UI .Movement_Percentage p:focus-within,
body.wf-theme #Friends_UI .Movement_Percentage p:invalid,
body.wf-theme #Friends_UI .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend {
    flex-wrap: nowrap;
  }
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  flex-basis: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:focus,
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:hover,
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:active,
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:visited,
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:focus-within,
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:invalid,
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-monthly:before {
  background: #ff877b;
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-annual:before {
  background: #ffccc7;
}
body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-donation:before {
  background: hsl(0 10% 73% / 1);
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .Movement_Percentage ul.wf-campaign-goals-legend li {
    flex-basis: initial;
    margin-bottom: 0;
  }
}
body.wf-theme #Friends_UI ul#fs_search_results {
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
body.wf-theme #Friends_UI ul#fs_search_results li {
  position: static;
  display: block;
  border: none;
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
body.wf-theme #Friends_UI ul#fs_search_results li:hover {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
body.wf-theme #Friends_UI ul#fs_search_results li.selected {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
body.wf-theme #Friends_UI .wf-action-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
}
body.wf-theme #Friends_UI .wf-action-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-action-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-action-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action {
  margin-top: 48px;
  margin-bottom: 48px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-flow-progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-separator {
  width: 16px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #d2d2d2;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step {
  border-radius: 100%;
  border: solid 1px #d2d2d2;
  color: #d2d2d2;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: grid;
  align-items: center;
  justify-content: center;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step.current {
  border-color: #333333;
  color: #333333;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action h2.wf-action-title {
  margin-bottom: 48px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action p.wf-action-explainer {
  margin-top: -28px;
  margin-bottom: 44.8px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-divider {
  border-top: solid 1px #d2d2d2;
  margin: 48px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-divider p {
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #6f6f6f;
  background: white;
  padding: 0 8px;
  text-transform: uppercase;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action div.wf-action-intro {
  margin-bottom: 44px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action h6.wf-action-question {
  margin-top: 16px;
  margin-bottom: 16px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action input[type="text"],
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action textarea,
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action input[type="password"] {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action textarea {
  height: 140px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-dropdown {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action img.wf-partner {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action img.wf-partner.stripe {
  width: 119px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action p.wf-disclaimer {
  margin-top: 48px;
  color: #333333;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action p.wf-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: inline;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action p.wf-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-action-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
  position: relative;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-action-buttons a {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 36px;
  padding-right: 36px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-action-buttons a:last-of-type {
  margin-left: 24px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(24px -  0.5 * 16px);
  right: -28px;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
    width: 24px;
    height: 24px;
    top: calc(24px -  0.75 * 16px);
    right: -48px;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-action-wrapper .wf-action {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-action-wrapper .wf-action {
    grid-column: col-start 5 / span 8;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-action-wrapper .wf-action {
    grid-column: col-start 6 / span 6;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
body.wf-theme #Friends_UI .wf-action-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-action-grid .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-action-grid > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-action-grid {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
body.wf-theme #Friends_UI .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-view {
    grid-template-columns: 1fr 2.25fr;
  }
}
body.wf-theme #Friends_UI .wf-edit h5.wf-action-section-header {
  font-weight: 700;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-edit h5.wf-action-section-header:not(:first-child) {
  margin-top: 32px;
}
body.wf-theme #Friends_UI .wf-edit .wf-edit-buttons {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 14px;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-edit .wf-edit-buttons a {
  position: relative;
}
body.wf-theme #Friends_UI .wf-edit .wf-edit-buttons .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-edit .wf-edit-buttons .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-edit .wf-edit-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 14px;
  right: -28px;
}
body.wf-theme #Friends_UI .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-edit section {
    margin-bottom: 80px;
  }
  body.wf-theme #Friends_UI .wf-edit h5.wf-action-section-header {
    margin-top: 0;
  }
}
body.wf-theme #Friends_UI #wf-toolbar-wrapper .Jelly_Progress_Bar {
  visibility: hidden !important;
}
body.wf-theme #Friends_UI .wf-toolbar {
  position: static;
  border-bottom: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-toolbar > span {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-logo-wrapper {
  flex: 1;
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-logo-wrapper .wf-logo {
  height: 22px;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-toolbar > span .wf-logo-wrapper .wf-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-help,
body.wf-theme #Friends_UI .wf-toolbar > span .wf-help-divider {
  display: none;
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-account {
  position: relative;
  line-height: 1;
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-account .Cover {
  width: 30px;
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-account .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-account .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-account nav.Desktop_Only {
  direction: rtl;
  display: inline-grid;
  grid-gap: 24px;
  grid-auto-flow: column;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-toolbar > span .wf-account nav.Desktop_Only .wf-quiet-button {
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
  margin-right: 1.25rem;
  margin-top: 2px;
}
body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help-divider {
  display: initial;
  width: 1px;
  background-color: transparent;
  height: 28px;
  margin-right: 1.25rem;
}
body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
}
body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 320px) {
  body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1rem;
  }
  body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-button-my-dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-toolbar-get-started {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help,
  body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1.5rem;
  }
  body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help-divider {
    background-color: #d2d2d2;
  }
  body.wf-theme #Friends_UI .wf-toolbar.wf-organizer .wf-help {
    margin-top: 0;
  }
}
body.wf-theme #Friends_UI .Menu_2019_Theme {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: initial;
  padding: calc(1.125 * 16px);
  transition: 0.15s;
  z-index: 3;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.3em;
}
body.wf-theme #Friends_UI .Menu_2019_Theme a.Close {
  position: absolute;
  color: white;
  left: 1.5rem;
}
body.wf-theme #Friends_UI .Menu_2019_Theme a.Close i.material-icons {
  font-size: 2em;
}
body.wf-theme #Friends_UI .Menu_2019_Theme nav.Account {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5rem;
}
body.wf-theme #Friends_UI .Menu_2019_Theme nav.Account a {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}
body.wf-theme #Friends_UI .Menu_2019_Theme nav.Account .Person_Item .Cover {
  width: 30px;
}
body.wf-theme #Friends_UI .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
body.wf-theme #Friends_UI .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
body.wf-theme #Friends_UI .Menu_2019_Theme nav.Menu.Vertical {
  flex-direction: column;
  align-items: flex-end;
}
body.wf-theme #Friends_UI .Menu_2019_Theme nav.Menu.Vertical a {
  font-weight: normal;
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
body.wf-theme #Friends_UI .wf-button-become-an-organizer,
body.wf-theme #Friends_UI .wf-button-my-dashboard {
  line-height: 1.63;
  font-weight: normal;
  font-size: 14px;
  border: none;
  display: block;
  padding: 8px 27.2px;
  background-color: #ff877b;
  color: #ffffff;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .Jelly_Progress_Bar,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .Jelly_Progress_Bar {
  visibility: hidden;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
  padding-top: 32px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
  grid-column: col-start / span 7;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
  width: 132px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
  display: flex;
  justify-content: flex-end;
  grid-column: 9 / -1;
  margin-right: 16px;
  padding: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
  margin-right: 14px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
  margin-top: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
  margin-top: 24px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location {
  font-size: 18px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title {
  font-family: "Avenir Heavy WF";
  font-size: 40px;
  margin-bottom: 4px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio {
  margin-top: 20px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p {
  font-size: 18px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (max-width: 374px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised {
    flex: initial;
    margin-right: 16px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left {
    display: none;
  }
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
    grid-column: col-start 5 / span 12;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
    font-size: 48px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (max-width: 374px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    grid-column: 12 / -1;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    margin-right: 0;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
    float: right;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    display: block;
    justify-content: initial;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
    grid-column: col-start / span 4;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief-front,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
    padding-top: 56px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: 20px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-location,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-location {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Avenir Heavy WF";
    font-weight: 400;
    line-height: 1;
    padding-left: 16px;
    padding-right: 16px;
    width: 60%;
    word-break: break-word;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled {
    border-color: initial;
    text-underline: initial;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button {
    position: absolute;
    padding: 0;
    right: 18px;
    width: 124px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active {
    left: initial;
    bottom: initial;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button {
    top: -50px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button {
    top: -6px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 5;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-share-button {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-cover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-cover {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-cover:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-cover:before {
  content: '';
  padding-top: 30%;
  float: left;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link {
  display: block;
  padding: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description {
  position: relative;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
  display: grid;
  grid-gap: 12px;
  width: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
  display: grid;
  grid-gap: 16px;
  grid-row: 4;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper p,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description a:not(#tw-root a),
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description a:not(#tw-root a) {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description {
    grid-template-rows: auto auto 1fr auto;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title-input {
    grid-row: 1;
    grid-column: col-start 5 / span 12;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-location,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-location {
    grid-column: col-start 5 / span 12;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 26px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-bio,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-bio {
    grid-column: col-start 5 / span 12;
    grid-row: 2;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-row: 2;
    grid-column: col-start / span 4;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button {
    margin-bottom: 16px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 3;
    grid-column: col-start / span 4;
    padding-right: 16px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper a,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper a {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
  /*min-width:10.25 * @rem;*/
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 18px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover {
  border: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 18px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:after,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:after,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
    /*min-width:initial;*/
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 4;
    padding-right: 16px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    width: 100%;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
    margin-top: 33px;
    margin-bottom: 36px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 3;
    padding-right: 0;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader {
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio .wf-movement-title-input,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio .wf-movement-title-input {
  margin-bottom: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 {
  position: relative;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links {
  grid-gap: 30px;
  margin-bottom: 30px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"],
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"] {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 40px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input {
  border: none;
  padding: 0;
  min-width: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder {
  color: #a4a6b3;
  top: initial;
  bottom: 4px;
  left: 8px;
  font-size: 16px;
  font-weight: 400;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  transition: none;
  max-width: 100%;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label {
  font-weight: 400;
  margin-right: 1rem;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle) {
  float: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input {
  border: none;
  border-bottom: solid 1px #d2d2d2;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0;
  height: initial;
  width: 100% !important;
  padding: 8px !important;
  padding-bottom: 4px !important;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover {
  border: none;
  border-bottom: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover {
  border: none;
  border-bottom: solid 1px #ff877b;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete {
  margin-top: 11.2px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a {
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover {
  background: rgba(252, 226, 227, 0.8);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div {
  background-color: #fce2e3 !important;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: #6f6f6f;
  background: rgba(252, 226, 227, 0.8);
  border: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
  margin-bottom: 20px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .wf-button,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .wf-button {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: 0 20px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  /*
							position:absolute;
							top:initial;
							left:initial;
							bottom:(1.875 * @rem) + (0.5 * @rem) + (0.5 * @rem);
							right: -2 * @rem;
						*/
  width: 16px;
  height: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio.wf-movement-bio-2,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio.wf-movement-bio-2,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2.wf-movement-bio-2,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2.wf-movement-bio-2 {
  margin-top: -10px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio input[type="text"],
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio input[type="text"],
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 input[type="text"],
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 input[type="text"] {
  width: 100%;
  font-size: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio textarea,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio textarea,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 textarea,
body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 textarea {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit {
    margin-top: -1px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    overflow: hidden;
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
    content: '';
    padding-top: 100%;
    float: left;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links {
    margin: 0;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio {
    grid-row: 1;
    grid-column: 2;
    margin-top: -20px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
    grid-column: 1;
    padding: 0;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio-2,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio-2 {
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 0;
    margin-top: -72px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    grid-row: 2;
    grid-column: 1;
    padding: 0;
    padding-top: 16px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-buttons,
  body.wf-theme #Friends_UI .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-buttons {
    grid-column: 1;
    grid-row: 4;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper {
  width: 100%;
  overflow-x: auto;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  border-bottom: solid 1px #d2d2d2;
  width: -webkit-max-content;
  width: max-content;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 4px transparent;
  margin: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:first-child {
  padding-left: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus {
  border-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  border-top-color: transparent;
  border-bottom: solid 3px #ff877b;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  font-family: "Avenir Heavy WF";
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
    width: initial;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  overflow-x: scroll;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus {
  border-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation a.active {
  border-top-color: transparent;
  border-bottom: solid 4px #ff877b;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-navigation {
    overflow-x: initial;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 8px;
  display: block;
  padding: 8px 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a.wf-active {
  background-color: #ff877b;
  color: #ffffff;
  border: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > * .wf-movement-tab-details .wf-alert {
  margin-top: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
  grid-column: 1 / span -1;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 data {
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    text-align: center;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
  margin-right: -16px;
  margin-left: -16px;
  margin-top: -40px;
  background: #f6f4f4;
  padding-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    margin-top: -60px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture {
  overflow: hidden;
  position: relative;
  display: block;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture .Cover_Content.Cover_Image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
    grid-column: col-start 4 / span 10;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
  display: flex;
  grid-column: col-start / span 10;
  margin-top: 20px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  position: relative;
  background: #ffffff;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active {
  background: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active a {
  color: #ffffff;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child {
  border-right: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child:hover a {
  left: -1px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:last-child:hover a {
  left: 1px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a {
  text-decoration: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:focus {
  outline-style: none;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
    padding-left: 48px;
    padding-right: 48px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
  grid-column: col-start / span 7;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 7 / span 4;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 8 / span 2;
    padding-left: 0;
    padding-right: 0;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    grid-column: col-start / -1;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    text-align: center;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 23rem;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
  width: calc(100%);
  margin: 0;
  margin-bottom: 24px;
  border: solid 1px #d2d2d2;
  display: flex;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span > data {
  display: flex;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card {
  width: 100%;
  text-align: center;
  padding: 24px;
  padding-bottom: 32px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card h6 {
  font-family: "Avenir Heavy WF";
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price {
  display: inline-flex;
  margin-top: 24px;
  margin-bottom: 48px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .currency {
  align-self: flex-start;
  margin-top: -4px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .amount {
  font-size: 3.75em;
  line-height: 1;
  margin-left: 4px;
  margin-right: 4px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .period {
  align-self: flex-end;
  margin-bottom: 3px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper {
  flex: 1;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li {
  margin-bottom: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li.promotion,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li.promotion {
  background: #ffa097;
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: -24px;
  margin-right: -24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  font-family: "Avenir Heavy WF";
  text-decoration: underline;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: inherit;
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:focus {
  outline-style: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: underline;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits {
  overflow: hidden;
  max-height: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .description {
  margin-top: 16px;
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f6f4f4;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-title {
  font-weight: 600;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-description {
  font-size: 0.875rem;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited {
  margin-top: 32px;
  margin-bottom: 40px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited span {
  padding: 0.5em 1em;
  font-size: 14px;
  font-family: "Avenir Heavy WF";
  background: #ffa097;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-disabled {
  margin-top: 32px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount {
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child {
  flex: 1;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input {
  width: 112px;
  padding-left: 26px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input:focus {
  padding-left: calc(1.625 * 16px - 1px);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join {
  min-width: initial;
  margin-top: 0;
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join {
  margin-top: 32px;
  position: relative;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card figure {
  height: 128px;
  width: calc(100% + 3 * 16px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits-trigger {
  display: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits {
  max-height: 1000px;
  transition: 300ms;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.square figure {
  height: initial;
  width: calc(100% + 48px);
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 0;
  padding-bottom: calc(100% + 48px);
  margin-bottom: 48px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
  border: solid 2px #ff877b;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card {
  margin-top: -1px;
  padding-bottom: calc(2 * 16px - 1px);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join.wf-no-gift-mode {
  background-color: #ff5948;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card:not(.square) figure {
  width: calc(100% + 3 * 16px + 2px);
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
    overflow: hidden;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card h6 {
  display: block;
  min-height: 72px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card.square {
  min-height: 48px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li {
  margin-top: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card {
  padding-top: 24px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card figure {
  display: none;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
    flex-direction: row;
    margin: -16px;
    margin-top: 24px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
    width: initial;
    flex-basis: 288px;
    min-width: 288px;
    margin: 16px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    width: 170vw;
    display: flex;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    padding: 14px;
    border-right: solid 1px #d2d2d2;
    width: 70vw;
    margin-left: -70vw;
    transition: 100ms;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu.open {
    margin-left: 0;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    width: 100vw;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    display: grid;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(16, [col-start] 1fr);
    grid-gap: 16px;
    padding: 36px 16px;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    grid-column: col-start / -1;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    grid-column: col-start / span 4;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    grid-column: col-start 5 / span 12;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: -16px;
  margin-bottom: 64px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description img {
  max-width: 100%;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description iframe {
  max-width: 100%;
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description {
    grid-column: col-start 4 / span 10;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
  margin-top: 48px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events .Jelly_Progress_Bar {
  visibility: hidden;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
  display: none;
}
@media (max-width: 374px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    margin-top: 36px;
  }
}
@media (max-width: 1279px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding: 0;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 11;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    display: block;
    margin-top: 48px;
    padding-right: 16px;
    grid-column: 12 / -1;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 12;
  }
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    grid-column: 13 / -1;
    padding-right: 0;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
  margin-left: 10px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: block;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag {
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  margin-right: 0.5rem;
  display: inline-block;
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span data {
  font-family: "Avenir Roman WF";
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag:hover {
  background-color: #e2e2e2;
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag.active {
  color: #fff;
  background: #ff877b;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
    margin-left: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper {
  margin-top: 48px;
  margin-bottom: 40px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-bottom: 40px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata a figure.wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover {
  border: none;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding: 0;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:hover,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:active,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:visited,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus-within,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:invalid,
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description img {
  max-width: 100%;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description iframe {
  max-width: 100%;
}
body.wf-theme #Friends_UI .wf-movement .wf-movement-additional.disabled {
  opacity: 0.3;
}
body.wf-theme #Friends_UI ul.wf-eventbrite-select-organization li {
  display: flex;
  padding: 16px;
  margin-bottom: 16px;
  align-items: center;
  border: solid 1px #d2d2d2;
  cursor: pointer;
}
body.wf-theme #Friends_UI ul.wf-eventbrite-select-organization li:hover {
  border-color: #333333;
}
body.wf-theme #Friends_UI ul.wf-eventbrite-select-organization li img {
  width: 64px;
}
body.wf-theme #Friends_UI ul.wf-eventbrite-select-organization li p {
  margin-left: 16px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-fulfill-subscriptions-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-fulfill-subscriptions-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
body.wf-theme #Friends_UI .wf-magic-moment-onboarding-wrapper {
  margin-top: 20px;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-magic-moment-onboarding-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-magic-moment-onboarding-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-magic-moment-onboarding-wrapper {
    margin-top: 0;
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
  body.wf-theme #Friends_UI .wf-magic-moment-onboarding-wrapper .wf-onboarding-title {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-magic-moment-onboarding-wrapper {
    width: 1280px;
    left: calc((1280px - 458px)/-2);
  }
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel {
  list-style-type: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment {
  width: 100%;
  padding-left: 3px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:hover .wf-tag {
  background-color: yellow;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment h6 {
  margin-top: 16px;
  display: block;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot span {
  background: #d2d2d2;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot.active span {
  background: #ff877b;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
  justify-content: flex-start;
  margin-top: 16px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta:disabled,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta:last-child {
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta i:not(.illustration) {
  display: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta i.illustration {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2em;
  width: 2em;
  height: 2em;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta i.illustration.dashboard {
  width: 46px;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked {
  padding-left: 0;
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked:disabled,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked:hover,
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked:active {
  border: solid 1px #8c8c8c !important;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked i:not(.illustration) {
  display: initial;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.1em;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked i.illustration {
  display: none;
}
body.wf-theme #Friends_UI .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding .owl-dots {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 374px) {
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    padding-left: 16px;
    padding-right: 16px;
    height: 64px;
  }
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta i {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 42px;
    padding-right: 42px;
  }
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked {
    padding-left: 26px;
  }
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta.checked i {
    font-size: 1.4em;
    margin-left: 0;
    margin-right: 0.5em;
  }
}
@media (min-width: 1024px) {
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta {
    margin-top: 36px;
  }
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper .wf-button-cta:last-child {
    margin-bottom: 36px;
  }
  body.wf-theme #Friends_UI .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding ul.wf-magic-moment-carousel {
    margin-bottom: 3.5rem;
  }
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-media-wrapper {
  position: relative;
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-media-wrapper:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-media-wrapper .wf-media-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  background-size: contain;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-campaign-basics .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-campaign-basics .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-view .wf-alert {
  grid-column: 1 / span 2;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
  text-align: right;
  margin-top: 36px;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
    grid-column: 1 / span 2;
  }
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit p.wf-campaign-basics-goal-base {
  margin-top: 8px;
  margin-bottom: -8px;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit .Movement_Meter {
  margin-top: 32px;
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit input[name="goal"] {
  margin-left: 0;
}
body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit .wf-checkbox label {
  margin-left: 0;
}
body.wf-theme #Friends_UI .wf-campaign-basics p.wf-campaign-basics-goal {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-campaign-basics p.wf-campaign-basics-goal-base {
  margin-bottom: 0;
  font-size: 14px;
}
body.wf-theme #Friends_UI .wf-campaign-basics .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
body.wf-theme #Friends_UI .wf-campaign-basics .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
body.wf-theme #Friends_UI .wf-campaign-basics .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
body.wf-theme #Friends_UI .wf-campaign-basics .Progress_Bar .Progress.Donations {
  background: #ffccc7;
}
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage {
  margin-top: 10px;
}
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p:focus,
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p:hover,
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p:active,
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p:visited,
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p:focus-within,
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p:invalid,
body.wf-theme #Friends_UI .wf-campaign-basics .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-campaign-basics .wf-edit-input-with-mobile-padding {
    max-width: calc(100% - 20px);
  }
}
body.wf-theme #Friends_UI .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
  align-items: initial;
  flex-direction: column-reverse;
}
body.wf-theme #Friends_UI .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
  align-self: flex-end;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu .wf-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
    flex-direction: row;
  }
  body.wf-theme #Friends_UI .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
    align-self: initial;
    margin-bottom: initial;
  }
}
body.wf-theme #Friends_UI .Manage_Item .wf-membership-list .wf-membership:not(.wf-membership-new) .Jelly_Progress_Bar {
  visibility: hidden;
}
body.wf-theme #Friends_UI .wf-membership-list {
  margin-bottom: 36px;
}
body.wf-theme #Friends_UI .wf-membership-list li.wf-membership:first-child {
  padding-top: 0;
}
body.wf-theme #Friends_UI .wf-membership {
  display: block;
  position: relative;
  margin: 0;
  padding: 36px 0;
  border-bottom: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-membership:not(.wf-membership-new):not(.wf-membership-add):last-child {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview h5 {
  font-weight: 700;
  line-height: 1.5;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
  width: 336px;
  background-size: cover;
  background-position: center center;
  border: solid 1px #d2d2d2;
  background-color: #f7f7f7;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image:before {
  content: '';
  padding-top: 41.4%;
  float: left;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-benefits {
  margin-top: 16px;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list {
  list-style-type: disc;
  list-style-position: inside;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list li span {
  position: relative;
  left: -8px;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-benefits p.wf-membership-benefits-description {
  margin-top: 16px;
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  margin-top: 48px;
}
@media (min-width: 767px) {
  body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
    width: 100%;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
    max-width: 12rem;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-benefits {
    margin-top: 0;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price input[type="number"] {
  margin-left: 0;
  margin-right: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .month_amount_wrapper {
  margin-left: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .amount_period_divider {
  margin-left: 8px;
  margin-right: 8px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics input.member_limit {
  width: 72px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics .tier_image_wrapper {
  width: 150px;
  height: 150px;
  position: relative;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
  display: flex;
  align-items: center;
  justify-content: start;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > * {
  margin-left: 4px;
  margin-right: 4px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *:first-child,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > *:first-child {
  margin-left: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-checkbox,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-checkbox {
  position: relative;
  top: -4.8px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests input[type="number"],
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right {
  display: flex;
  align-items: center;
  justify-content: start;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > * {
  margin-left: 4px;
  margin-right: 4px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > *:first-child {
  margin-left: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right .wf-checkbox,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right .wf-checkbox {
  position: relative;
  top: -4.8px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input[type="number"],
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li {
  display: flex;
  width: 360px;
  max-width: calc(100vw -  4 * 16px);
  margin-bottom: 16px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div {
  flex: 1;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div p {
  line-height: 1.25;
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:hover,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:active,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:visited,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus-within,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:invalid,
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li span.wf-benefit-edit {
  margin-right: 12px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a {
  position: relative;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a i.material-icons {
  font-size: 14.4px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 2px;
  left: 16px;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests {
    align-items: start;
    position: relative;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 10px;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input {
    margin-left: 0;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-edit-buttons {
    margin-top: 24px;
    grid-template-columns: auto auto;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-edit-buttons .delete-button {
    margin-left: 0;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-edit-buttons > *:nth-child(3) {
    display: block;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-basics {
    margin-bottom: 0;
  }
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
  body.wf-theme #Friends_UI .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
    margin-bottom: 28px;
  }
}
body.wf-theme #Friends_UI .wf-membership .wf-membership-base {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-membership .wf-membership-base:focus,
body.wf-theme #Friends_UI .wf-membership .wf-membership-base:hover,
body.wf-theme #Friends_UI .wf-membership .wf-membership-base:active,
body.wf-theme #Friends_UI .wf-membership .wf-membership-base:visited,
body.wf-theme #Friends_UI .wf-membership .wf-membership-base:focus-within,
body.wf-theme #Friends_UI .wf-membership .wf-membership-base:invalid,
body.wf-theme #Friends_UI .wf-membership .wf-membership-base:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-membership.wf-membership-add a {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-membership.wf-membership-add a {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.wf-theme #Friends_UI .wf-membership .Jelly_Action_Result {
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-benefit-badge p {
  line-height: 1.25;
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-benefit-badge aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
body.wf-theme #Friends_UI .wf-benefit-badge aside:focus,
body.wf-theme #Friends_UI .wf-benefit-badge aside:hover,
body.wf-theme #Friends_UI .wf-benefit-badge aside:active,
body.wf-theme #Friends_UI .wf-benefit-badge aside:visited,
body.wf-theme #Friends_UI .wf-benefit-badge aside:focus-within,
body.wf-theme #Friends_UI .wf-benefit-badge aside:invalid,
body.wf-theme #Friends_UI .wf-benefit-badge aside:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits {
  border: solid 1px #d2d2d2;
  padding: 24px;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits h6 {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits figure {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits figure:before {
  content: '';
  padding-top: 45%;
  float: left;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-membership-consumer-benefits figure {
    max-width: 240px;
  }
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits figure.square {
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits figure.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits ul {
  list-style: disc;
  list-style-position: inside;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-description {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a i {
  font-size: 1.2em;
  margin-right: 4px;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus,
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:hover,
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:active,
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:visited,
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus-within,
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:invalid,
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-buttons {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-buttons .wf-button {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
  display: flex;
}
body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-buttons .wf-button:not(.wf-last-child) {
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-buttons .wf-button {
    width: initial;
  }
  body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
    width: -webkit-max-content;
    width: max-content;
  }
  body.wf-theme #Friends_UI .wf-membership-consumer-benefits .wf-buttons .wf-button:first-child:not(.wf-badge) {
    margin-bottom: initial;
    margin-right: 4px;
  }
}
body.wf-theme #Friends_UI .wf-member-badge {
  padding-left: 1rem;
  padding-right: 1rem;
}
body.wf-theme #Friends_UI .wf-member-badge img.wf-logo {
  height: 2rem;
}
body.wf-theme #Friends_UI .wf-member-badge h2 {
  margin-top: 20px;
}
body.wf-theme #Friends_UI .wf-member-badge .wf-qr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px #d2d2d2;
  margin-top: 16px;
  margin-bottom: 16px;
  width: calc(100%);
  height: calc(100vw - 6.25 * 16px);
  max-height: 352px;
  justify-content: space-evenly;
}
body.wf-theme #Friends_UI .wf-member-badge .wf-qr-wrapper img.wf-qr {
  width: calc(60%);
  max-width: 208px;
}
body.wf-theme #Friends_UI .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
  background: #ffa097;
  padding: 3px 9px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
body.wf-theme #Friends_UI .wf-member-badge h6.wf-qr-id {
  display: none;
  text-align: right;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
@media (max-width: 320px) {
  body.wf-theme #Friends_UI .wf-member-badge {
    padding-left: 0;
    padding-right: 0;
  }
  body.wf-theme #Friends_UI .wf-member-badge h2 {
    font-size: 24px;
  }
  body.wf-theme #Friends_UI .wf-member-badge .wf-qr-wrapper {
    height: calc(100vw - 5 * 16px);
  }
  body.wf-theme #Friends_UI .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
    font-size: 14px;
  }
  body.wf-theme #Friends_UI .wf-member-badge .wf-member-badge-since {
    font-size: 14px;
  }
}
body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage li {
  width: 100%;
  max-width: 832px;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage {
    margin-top: 40px;
  }
  body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage li {
    margin-bottom: 40px;
  }
  body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage li:last-child {
    margin-bottom: 0;
  }
  body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage li .wf-testimonial {
    overflow: hidden;
  }
  body.wf-theme #Friends_UI .wf-testimonials-list.wf-manage li .wf-testimonial:before {
    content: '';
    padding-top: 52.35%;
    float: left;
  }
}
body.wf-theme #Friends_UI .wf-testimonial {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-testimonial:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-testimonial figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-testimonial .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.wf-theme #Friends_UI .wf-testimonial .wf-social-proof-description h5 {
  color: #ffffff;
}
body.wf-theme #Friends_UI .wf-testimonial .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
body.wf-theme #Friends_UI .wf-testimonial:hover .wf-tag {
  background-color: yellow;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage li {
  margin-bottom: 1rem;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage li:last-child {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata:after {
  display: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Views {
  flex: 1;
  padding-left: 0;
  width: initial;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
  margin-right: 1rem;
  vertical-align: middle;
}
body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata {
    flex-direction: column;
  }
  body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Views {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata {
    padding: 16px 24px;
  }
  body.wf-theme #Friends_UI .wf-upsell-link.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-upsell-link.wf-manage {
    max-width: 832px;
  }
}
body.wf-theme #Friends_UI .wf-import-event-button,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-processing,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button:disabled,
body.wf-theme #Friends_UI .wf-import-event-button.wf-disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary.wf-processing,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary.wf-disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary-2,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary-2.wf-processing,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-import-event-button.wf-primary-2.wf-disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-secondary,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-secondary:hover,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-secondary.wf-processing,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-import-event-button.wf-secondary.wf-disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-tertiary,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-tertiary:hover,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-tertiary.wf-processing,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-import-event-button.wf-tertiary.wf-disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-huge,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-large,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-medium,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-small,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-processing,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-import-event-button:hover,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-flat,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button.wf-processing,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button:disabled,
body.wf-theme #Friends_UI .wf-import-event-button.wf-disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-import-event-button i,
body.wf-theme #Friends_UI .wf-movement-tab-details .wf-add-event-button i {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .wf-event-share-button {
  position: absolute;
  top: 18px;
  right: 20px;
  background: white;
  z-index: 1;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .wf-event-share-button:active {
  position: absolute;
  left: initial;
  bottom: initial;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Cover {
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Cover:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title,
body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle {
  color: #ffffff;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata:after {
  display: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Date {
  flex: 1;
  padding-left: 0;
  width: initial;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
}
body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
  }
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title:focus,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle:focus,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title:hover,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle:hover,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title:active,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle:active,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title:visited,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle:visited,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title:focus-within,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle:focus-within,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title:invalid,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle:invalid,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title:disabled,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle:disabled {
    border-color: initial;
    text-underline: initial;
  }
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Title.Subtitle,
  body.wf-theme #Friends_UI .wf-event.wf-manage .Cover .Subtitle.Subtitle {
    font-weight: normal;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-event.wf-manage .wf-event-share-button {
    top: 32px;
    right: 32px;
  }
  body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata {
    padding: 16px 24px;
  }
  body.wf-theme #Friends_UI .wf-event.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-event.wf-manage {
    max-width: 832px;
  }
}
body.wf-theme #Friends_UI .wf-event.wf-edit .wf-checkbox label {
  margin-left: 0;
}
body.wf-theme #Friends_UI .wf-event.wf-edit .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-event.wf-edit .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link {
  text-decoration: inherit;
  color: inherit;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
  grid-template-columns: repeat(3, [col-start] 1fr);
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link:focus {
  outline-style: none;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
  background-color: #f6f4f4;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.36%;
  float: left;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info {
  padding: 0;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p,
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info h4,
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  margin: 0;
  margin-bottom: 8px;
}
body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link h4 {
    font-size: 24px;
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link {
    grid-gap: 32px;
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
    grid-column: col-start / 1;
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 12px;
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
    top: 12px;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 24px);
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info {
    grid-column: 2 / -1;
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p {
    font-size: 18px;
    line-height: 1.56;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin: 0;
    margin-bottom: 8px;
  }
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p:focus,
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p:hover,
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p:active,
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p:visited,
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p:focus-within,
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p:invalid,
  body.wf-theme #Friends_UI .wf-event.wf-front a.wf-event-link .wf-event-info p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-event-single-disclaimer {
    max-width: 832px;
  }
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage {
  margin-top: 32px;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item {
  margin-bottom: 32px;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  grid-template-columns: auto auto;
  /* Overwriting another media query in wf-action-grid */
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-gap: 16px;
    grid-template-columns: auto auto;
  }
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  padding-top: 6px;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus,
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:hover,
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:active,
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:visited,
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus-within,
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:invalid,
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-ticket-private .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row {
  display: inline-grid !important;
  grid-auto-flow: column;
  grid-gap: 12px;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row input {
  background: #ffffff;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:first-child {
  width: 120px;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:last-child {
  width: 96px;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row {
  display: flex;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row input[type="number"] {
  width: 80px !important;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale {
  margin-left: initial;
  width: initial;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale label {
  margin-left: initial;
  margin-bottom: initial;
  width: initial;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage li.Tier_Item.Hide_Quiet_Buttons .delete-button {
  display: none;
}
body.wf-theme #Friends_UI .wf-tickets-list.wf-manage .picker__list {
  padding-bottom: 9px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky {
  top: -160px;
  transition: 250ms;
  background: #ffffff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 #e2e2e2;
  position: fixed;
  left: 0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: center;
  grid-gap: 14px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3 {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-family: "Avenir Heavy WF";
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
  grid-column: col-start / -1;
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  line-height: 1.4;
  display: flex;
  align-items: center;
  height: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  grid-column: col-start / -1;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky {
    top: -96px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 8 / span 2;
    justify-content: flex-end;
    margin-right: 8px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky {
    top: -72px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    height: 48px;
    grid-column: col-start 9 / span 1;
    width: 150%;
    justify-content: initial;
    margin-right: initial;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    width: 82%;
    margin-left: auto;
  }
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief {
  border-bottom: solid 1px #d2d2d2;
  padding-top: 28px;
  padding-bottom: 24px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: end;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
  text-align: right;
  display: block;
  grid-column: 1 / -1;
  margin-right: 16px;
  padding: 0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button i.material-icons {
  margin-right: 14px;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
    margin-right: 0;
  }
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: bold;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-bottom: 8px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
  margin-bottom: 4px;
  grid-column: col-start / -1;
  height: 48px;
  font-family: "Avenir Heavy WF";
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  margin-bottom: 4px;
  grid-column: col-start / span -1;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-campaign-goal {
  margin-top: 24px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    grid-row-gap: 0;
    /* This is Just for the edit button. */
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
    grid-row: span 2;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
    font-size: 32px;
    font-weight: normal;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-bottom: 8px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
    border-color: initial;
    text-underline: initial;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
    border-color: initial;
    text-underline: initial;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 4;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 8px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 9 / span 4;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-row: span 1;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 1;
    font-size: 20px;
    width: 150%;
    justify-content: initial;
    align-items: center;
    margin-bottom: 4px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
    width: 82%;
    max-width: initial;
  }
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-top: 28px;
  padding-bottom: 54px;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information {
  grid-column: col-start / span -1;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper {
  background-color: #f6f4f4;
  width: 100%;
  margin-bottom: 76px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-size: cover;
  background-position: center;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
  overflow: hidden;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description {
  font-size: 16px;
  line-height: 1.63;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 32px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description .wf-event-partner {
  margin-top: 32px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map {
  padding-left: 14px;
  padding-right: 20px;
  margin-top: 4px;
  margin-bottom: 38px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map i {
  font-size: 1.4em;
  margin-right: 6px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar {
  grid-column: col-start / span -1;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share {
  margin-bottom: 54px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.first {
  margin-left: 28px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link i {
  font-size: 1.25em;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email i {
  font-size: 1.1em;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner {
  display: flex;
  margin-top: 28px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo {
  text-decoration: initial;
  color: inherit;
  flex-basis: 128px;
  width: 128px;
  overflow: hidden;
  background: #c0c0c0;
  margin-right: 32px;
  background-size: cover;
  border: solid 1px #c0c0c0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  border-bottom: solid 1px #c0c0c0;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label {
  padding-top: 18px;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title {
  text-decoration: initial;
  color: inherit;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Avenir Heavy WF";
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover {
  text-decoration: initial;
  border-bottom: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus {
  outline-style: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:active,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:visited,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus-within,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:invalid,
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link:hover {
  border-bottom: solid 1px #ff877b;
}
body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
  display: none;
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
    display: block;
    margin-top: 54px;
    max-width: 288px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper h5 {
    font-size: 17.6px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper .wf-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional {
    padding-top: 54px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information {
    grid-column: col-start / span 7;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 20px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
    top: 20px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 40px);
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p:focus,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p:hover,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p:active,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p:visited,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p:focus-within,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p:invalid,
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-information p:disabled {
    border-color: initial;
    text-underline: initial;
  }
  body.wf-theme #Friends_UI .wf-event-front section.wf-event-additional .wf-event-sidebar {
    grid-column: col-start 9 / span 4;
  }
}
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List {
  display: grid;
}
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder {
  border: solid 2px #333333;
  background: #ffffff;
}
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  font-weight: normal;
  color: #333333;
  margin-top: 0;
}
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus,
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:hover,
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:active,
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:visited,
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus-within,
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:invalid,
body.wf-theme #Friends_UI #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI #Testimonial .wf-action-title {
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI #Share-Testimonial h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
body.wf-theme #Friends_UI #Share-Testimonial .wf-testimonial-image {
  width: 100%;
  height: auto;
}
body.wf-theme #Friends_UI #Share-Testimonial .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
body.wf-theme #Friends_UI #Share-Testimonial .share_buttons a {
  position: relative;
  width: 100%;
}
body.wf-theme #Friends_UI #Share-Testimonial .share_buttons a i,
body.wf-theme #Friends_UI #Share-Testimonial .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
@media (max-width: 374px) {
  body.wf-theme #Friends_UI #Share-Testimonial h2 {
    font-size: 28px;
  }
}
body.wf-theme #Friends_UI #Share-Event h2 {
  font-size: 32px;
}
body.wf-theme #Friends_UI #Share-Event .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
body.wf-theme #Friends_UI #Share-Event .share_buttons a {
  position: relative;
  width: 100%;
}
body.wf-theme #Friends_UI #Share-Event .share_buttons a i,
body.wf-theme #Friends_UI #Share-Event .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
body.wf-theme #Friends_UI #Share-Event .wf-helper-image {
  width: 100%;
  height: auto;
  border: solid 1px #d2d2d2;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI #Share-Event h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 374px) {
  body.wf-theme #Friends_UI #Share-Event h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports {
  padding-top: 0px !important;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports .Report_Navigation {
  margin-top: 0;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports .wf-dropdown {
  font-size: 16px;
  font-weight: normal;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports .Date_Selector {
  font-size: 16px;
  font-weight: normal;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports .Within {
  font-size: 16px;
  font-weight: normal;
  margin: 0 16px;
  flex: 0;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h2,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h3,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h4,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Stat .Amount {
  font-size: 24px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small {
  margin-bottom: 16px;
}
body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors {
    flex-wrap: wrap;
  }
  body.wf-theme #Friends_UI .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors .Kind_Selector {
    margin-bottom: 1rem;
  }
}
body.wf-theme #Friends_UI .Report_Back {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
body.wf-theme #Friends_UI .Report_Back:focus,
body.wf-theme #Friends_UI .Report_Back:hover,
body.wf-theme #Friends_UI .Report_Back:active,
body.wf-theme #Friends_UI .Report_Back:visited,
body.wf-theme #Friends_UI .Report_Back:focus-within,
body.wf-theme #Friends_UI .Report_Back:invalid,
body.wf-theme #Friends_UI .Report_Back:disabled {
  border-color: initial;
  text-underline: initial;
}
body.wf-theme #Friends_UI .Report_Back a:hover {
  border: initial;
}
body.wf-theme #Friends_UI .Report_Wrapper .Ranking b {
  font-family: "Avenir Book WF";
  font-weight: bold;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown,
body.wf-theme #Friends_UI .Report_Wrapper .Report {
  border: solid 1px #d2d2d2;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown label,
body.wf-theme #Friends_UI .Report_Wrapper .Report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
  text-transform: initial;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-processing,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary.wf-processing,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary.wf-disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary-2,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-processing,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary-2:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-secondary,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-secondary:hover,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-secondary.wf-processing,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-secondary:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-secondary:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-secondary.wf-disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-tertiary,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-tertiary:hover,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-processing,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-tertiary:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-huge,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-large,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-medium,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-small,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-processing,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:hover,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:hover {
  border-bottom: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-flat,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:hover,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):hover,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-processing,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button:disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Breakdown .Button.wf-disabled,
body.wf-theme #Friends_UI .Report_Wrapper .Report .Button.wf-disabled {
  color: #8c8c8c;
}
body.wf-theme #Friends_UI .Report_Wrapper .Report_Event_List p {
  margin-bottom: 0;
}
body.wf-theme #Friends_UI .Report_Wrapper .Report_Event_List a {
  padding: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  justify-content: start;
}
body.wf-theme #Friends_UI .Report_Wrapper .Report_Event_List a:hover {
  background: rgba(252, 226, 227, 0.8);
}
body.wf-theme #Friends_UI .Report_Wrapper .Report_Event_List a i {
  font-size: 1.6rem;
  margin: 0 !important;
}
body.wf-theme #Friends_UI .Report_Wrapper .Report_Event_List a p {
  margin: 0 !important;
}
body.wf-theme #Friends_UI div#Movement_Panel {
  min-height: 90vh;
}
body.wf-theme #Friends_UI div#Movement_Panel section.wf-movement-details {
  margin-top: 40px;
  margin-bottom: 64px;
  overflow: visible;
}
body.wf-theme #Friends_UI div#Movement_Panel section.wf-movement-details .Jelly_Progress_Bar {
  visibility: hidden;
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI div#Movement_Panel section.wf-movement-details {
    margin-top: 60px;
  }
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate > *,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate > *,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form {
  text-align: center;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p {
  margin-top: 16px;
  margin-bottom: 32px;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form .input-row,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child {
  flex: 1;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child input,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 144px;
  padding-left: 26px;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form .input-row .wf-input-label,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row {
  display: flex;
}
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row > *:first-child input,
body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 100%;
}
@media (max-width: 767px) {
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form h2,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form h2 {
    font-size: 32px;
  }
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form a,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form {
    grid-column: col-start 4 / span 10;
  }
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 52px;
  }
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p:focus,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p:focus,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p:hover,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p:hover,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p:active,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p:active,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p:visited,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p:visited,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p:focus-within,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p:focus-within,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p:invalid,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p:invalid,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-donate .form p:disabled,
  body.wf-theme #Friends_UI div#Movement_Panel section#wf-movement-join-sign-up .form p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1800px) {
  body.wf-theme #Friends_UI div#Movement_Panel {
    min-height: calc(100vh - 35 * 16px);
  }
}
body.wf-theme #Friends_UI .wf-toolbar {
  display: block;
}
body.wf-theme #Friends_UI #Toolbar_Wrapper {
  display: none;
}
body.wf-theme #Friends_UI #Content_Wrapper {
  transition: none;
  margin-top: 0;
  background: #ffffff;
}
body.wf-theme #Friends_UI #Content_Wrapper #Content {
  background: #ffffff;
}
body.wf-theme #Friends_UI .Content_Loader_Wrapper {
  height: calc(100vh - 4.375 * 16px);
}
body.wf-theme #Friends_UI .Content_Loader_Wrapper .Content_Loader {
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
@media (max-width: 767px) {
  body.wf-theme {
    overflow-x: hidden !important;
  }
}
.wf-toolbar {
  display: none;
}
body.Mobile_Lead_Nav_Showing_2019_Theme #Friends_UI #wf-toolbar-wrapper header.Menu_2019_Theme {
  right: 0;
  transition: 0.3s;
}
body.Primer #Friends_UI .wf-toolbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: white;
}
body.Primer #Friends_UI #Content_Wrapper {
  padding-top: 72px;
}
body.Primer #Friends_UI #wf-toolbar-wrapper header.Menu_2019_Theme {
  z-index: 11;
}
body.wf-theme.is_embedded #Friends_UI #wf-toolbar-wrapper,
body.wf-theme.is_embedded #Friends_UI .wf-golden-kitty {
  display: none;
}
body.wf-theme.is_embedded #Friends_UI footer#wf-footer #wf-footer-inner .buttons > *:not(.Powered_By) {
  display: none;
}
body.wf-theme.is_embedded #Friends_UI footer#wf-footer #wf-footer-inner .buttons > a.Powered_By {
  display: initial;
}
/* TODO: Event page... */
body.wf-theme #Friends_UI.wf-show-sticky-header .wf-event-front section.wf-event-brief-sticky {
  top: 0;
  transition: 400ms;
  z-index: 1;
}
body.wf-theme #Friends_UI.wf-show-sticky-header #wf-footer {
  background-color: #f6f4f4;
}
/* 

:: Upsell Window

*/
.wf-upsell-iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.wf-upsell-iframe-wrapper .wf-upsell-iframe {
  border: 0;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window {
  overflow-y: scroll;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: fixed !important;
  padding: 1.5rem !important;
  max-width: initial !important;
  max-height: initial !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Title_Wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Title_Wrapper .Title {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Title_Wrapper .Title .Flex_Left {
  flex-grow: 1;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Title_Wrapper .Title .Flex_Left .Logo {
  height: 2rem;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Title_Wrapper .Title .Flex_Right .material-icons {
  font-weight: 900;
  font-size: 2rem;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper {
  max-width: 768px;
  margin: auto;
  margin-top: 3.75rem;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper p {
  line-height: 1.35em;
  font-family: "chalet-london-sixty", "Arial", sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 1.33rem;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper strong {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bolder;
  color: #ffabac;
  font-style: initial;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper em {
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bolder;
  font-style: initial;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Media {
  margin-left: -1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: calc(100% + 3rem);
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Media .Video_Wrapper {
  background: black;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Media .Cover.Picture {
  overflow: hidden;
  position: relative;
  display: block;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Media .Cover.Picture:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Media .Cover.Picture .Cover_Content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-color: #000000;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action {
  text-align: right;
  padding-bottom: 0.75rem;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major {
  position: relative;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  font-weight: bold;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 2.25em;
  margin-bottom: 0.75rem;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major:hover {
  border: none;
  color: #000000;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major:hover:before {
  background: #ffff75;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 46%;
  content: "";
  display: block;
  background: #3af2a3;
  position: absolute;
  height: 0.6em;
  width: calc(100% + .15em);
  z-index: -1;
  left: -0.15em;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Major.Pink:hover:before {
  background: #ffabac;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Cancel {
  font-size: 1.5em;
  font-weight: normal;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 0.75rem;
  border: none;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Call_To_Action a.Cancel:hover {
  border: none;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion {
  margin-bottom: 1rem;
  font-size: 1.2em;
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
  background: #F8C3E3;
  background: none;
  border: dashed 1px #ffabac;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion label {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion {
    float: none;
    margin-top: 1rem;
    width: -webkit-max-content;
    width: max-content;
  }
  .wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Appeal .Campaign_Promotion label {
    display: inline;
  }
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Suggested {
  margin-top: 64px;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Suggested h2 {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 22px;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Suggested h2 .Range {
  display: inline-block;
  margin-left: 12px;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip {
  margin-left: auto;
  width: -webkit-max-content;
  width: max-content;
  margin-top: -4px;
  margin-bottom: 32px;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input {
  box-shadow: none;
  padding: 0;
  border: none;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input.Highlight .Twemoji {
  opacity: 1;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input .Twemoji {
  margin-top: 0.75em;
  margin-bottom: 0;
  font-size: 1.5em;
  margin-right: 1em;
  transition-duration: 150ms;
  opacity: 0.2;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip input {
  border: solid 2px black;
  font-size: 1.5em;
  height: 2.5em;
  width: 9em;
  font-family: "chalet-new-york-sixty", "Arial Black", sans-serif;
  padding-left: 11px !important;
  text-align: center;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip input:focus {
  border-color: black;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip input::selection {
  background-color: #ffdede;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell section.Leave_A_Tip .Input_Icon {
  color: black;
  font-size: 1.5em;
  top: -0.2em;
}
.wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper.Tip_Upsell .Jelly_Action_Result {
  color: #d0021b;
  font-size: 14px;
  margin-top: -16px;
  margin-bottom: 20px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (min-width: 960px) {
  .wf-upsell-modal.Jelly_Modal.Quick_Window > span > span {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wf-upsell-modal.Jelly_Modal.Quick_Window > span > span .Eventbrite_Upsell_Wrapper section.Media {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .wf-upsell-modal.Jelly_Modal.Quick_Window {
    background: rgba(255, 255, 255, 0.5);
  }
  .wf-upsell-modal.Jelly_Modal.Quick_Window > span[data-kind="Iterator"] > span[data-kind="Item"] {
    top: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    right: 16px !important;
    border: solid 2px #333333 !important;
  }
  .wf-upsell-modal.Jelly_Modal.Quick_Window > span[data-kind="Iterator"] > span[data-kind="Item"] .wf-upsell-destination-disclaimer {
    display: none;
  }
  .wf-upsell-modal.Jelly_Modal.Quick_Window > span[data-kind="Iterator"] > span[data-kind="Item"] .Eventbrite_Upsell_Title_Wrapper {
    position: absolute;
  }
}
/* 

:: Kiosk

*/
.wf-send-to-tablet-demo {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/newsletter/WithfriendsIRLTestimonials.gif);
  background-size: cover;
  max-width: 100%;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.wf-send-to-tablet-demo:before {
  content: '';
  padding-top: 69.7%;
  float: left;
}
.wf-send-to-tablet-demo .wf-send-to-tablet-demo-wrapper {
  width: 82%;
  left: 9%;
  height: 89%;
  top: 5.5%;
  position: absolute;
  background: #ff877b;
}
.wf-send-to-tablet-demo .wf-send-to-tablet-demo-wrapper iframe {
  width: 285%;
  height: 285%;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
}
.wf-kiosk #Toolbar_Wrapper {
  display: none;
}
.wf-kiosk #Content_Wrapper {
  margin-top: 0;
}
.wf-kiosk #Content_Wrapper #Content.Landing {
  background: none;
}
.wf-kiosk .Jelly_Progress_Bar {
  opacity: 0 !important;
}
.wf-kiosk #Content_Wrapper {
  margin-top: 0 !important;
}
.wf-kiosk .wf-kiosk-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 

:: Typography

*/
  /* Base style */
  font-family: "Avenir Book WF";
  font-size: 16px;
  line-height: 1.63;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #333333;
  /* Copy sizes */
  /* Headings */
  /* Displays */
  /* 

:: Animations

*/
  /* 

:: Inputs

*/
  /* 

:: Buttons

*/
  /* 

	:: Layout

	*/
  /* 

	:: Stylable 

	*/
  /* 

	:: Lead Page

	*/
  /* 

	:: Elements

	*/
  /* 

:: Actions

*/
  /* */
  /* TODO - should this be called wf-inline-edit?  */
  /* 

:: Toolbar

*/
  /* This hides the progress bar in my hack to fix the "Flush" bug in which the sign in would sometimes not load. */
  /* 

:: Movement

*/
  /*

:: Campaign

*/
  /* 

:: Memberships

*/
  /* 

:: Upsell Links 

(see Upsell Window below as well)

*/
  /*
	
:: Events

*/
  /* 

	:: Members

	*/
  /*
		
	:: Reports

	*/
  /* 

	:: Join page 

	*/
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .reset {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .reset:focus,
.wf-kiosk .wf-kiosk-wrapper .reset:hover,
.wf-kiosk .wf-kiosk-wrapper .reset:active,
.wf-kiosk .wf-kiosk-wrapper .reset:visited,
.wf-kiosk .wf-kiosk-wrapper .reset:focus-within,
.wf-kiosk .wf-kiosk-wrapper .reset:invalid,
.wf-kiosk .wf-kiosk-wrapper .reset:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-plain-link {
  text-decoration: initial;
  color: inherit;
}
.wf-kiosk .wf-kiosk-wrapper .wf-plain-link:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-plain-link:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper p {
  font-family: "Avenir Book WF";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #333333;
}
.wf-kiosk .wf-kiosk-wrapper strong {
  font-family: "Avenir Heavy WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-normal {
  font-size: 16px;
  line-height: 1.63;
}
.wf-kiosk .wf-kiosk-wrapper .wf-large {
  font-size: 18px;
  line-height: 1.56;
}
.wf-kiosk .wf-kiosk-wrapper .wf-small {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
}
.wf-kiosk .wf-kiosk-wrapper h1,
.wf-kiosk .wf-kiosk-wrapper h2,
.wf-kiosk .wf-kiosk-wrapper h3,
.wf-kiosk .wf-kiosk-wrapper h4,
.wf-kiosk .wf-kiosk-wrapper h5,
.wf-kiosk .wf-kiosk-wrapper h6,
.wf-kiosk .wf-kiosk-wrapper .wf-normal,
.wf-kiosk .wf-kiosk-wrapper .wf-large,
.wf-kiosk .wf-kiosk-wrapper .wf-small,
.wf-kiosk .wf-kiosk-wrapper p .h1,
.wf-kiosk .wf-kiosk-wrapper .h2,
.wf-kiosk .wf-kiosk-wrapper .h3,
.wf-kiosk .wf-kiosk-wrapper .h4,
.wf-kiosk .wf-kiosk-wrapper .h5,
.wf-kiosk .wf-kiosk-wrapper .h6,
.wf-kiosk .wf-kiosk-wrapper .p {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper h1:focus,
.wf-kiosk .wf-kiosk-wrapper h2:focus,
.wf-kiosk .wf-kiosk-wrapper h3:focus,
.wf-kiosk .wf-kiosk-wrapper h4:focus,
.wf-kiosk .wf-kiosk-wrapper h5:focus,
.wf-kiosk .wf-kiosk-wrapper h6:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-normal:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-large:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-small:focus,
.wf-kiosk .wf-kiosk-wrapper p .h1:focus,
.wf-kiosk .wf-kiosk-wrapper .h2:focus,
.wf-kiosk .wf-kiosk-wrapper .h3:focus,
.wf-kiosk .wf-kiosk-wrapper .h4:focus,
.wf-kiosk .wf-kiosk-wrapper .h5:focus,
.wf-kiosk .wf-kiosk-wrapper .h6:focus,
.wf-kiosk .wf-kiosk-wrapper .p:focus,
.wf-kiosk .wf-kiosk-wrapper h1:hover,
.wf-kiosk .wf-kiosk-wrapper h2:hover,
.wf-kiosk .wf-kiosk-wrapper h3:hover,
.wf-kiosk .wf-kiosk-wrapper h4:hover,
.wf-kiosk .wf-kiosk-wrapper h5:hover,
.wf-kiosk .wf-kiosk-wrapper h6:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-normal:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-large:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-small:hover,
.wf-kiosk .wf-kiosk-wrapper p .h1:hover,
.wf-kiosk .wf-kiosk-wrapper .h2:hover,
.wf-kiosk .wf-kiosk-wrapper .h3:hover,
.wf-kiosk .wf-kiosk-wrapper .h4:hover,
.wf-kiosk .wf-kiosk-wrapper .h5:hover,
.wf-kiosk .wf-kiosk-wrapper .h6:hover,
.wf-kiosk .wf-kiosk-wrapper .p:hover,
.wf-kiosk .wf-kiosk-wrapper h1:active,
.wf-kiosk .wf-kiosk-wrapper h2:active,
.wf-kiosk .wf-kiosk-wrapper h3:active,
.wf-kiosk .wf-kiosk-wrapper h4:active,
.wf-kiosk .wf-kiosk-wrapper h5:active,
.wf-kiosk .wf-kiosk-wrapper h6:active,
.wf-kiosk .wf-kiosk-wrapper .wf-normal:active,
.wf-kiosk .wf-kiosk-wrapper .wf-large:active,
.wf-kiosk .wf-kiosk-wrapper .wf-small:active,
.wf-kiosk .wf-kiosk-wrapper p .h1:active,
.wf-kiosk .wf-kiosk-wrapper .h2:active,
.wf-kiosk .wf-kiosk-wrapper .h3:active,
.wf-kiosk .wf-kiosk-wrapper .h4:active,
.wf-kiosk .wf-kiosk-wrapper .h5:active,
.wf-kiosk .wf-kiosk-wrapper .h6:active,
.wf-kiosk .wf-kiosk-wrapper .p:active,
.wf-kiosk .wf-kiosk-wrapper h1:visited,
.wf-kiosk .wf-kiosk-wrapper h2:visited,
.wf-kiosk .wf-kiosk-wrapper h3:visited,
.wf-kiosk .wf-kiosk-wrapper h4:visited,
.wf-kiosk .wf-kiosk-wrapper h5:visited,
.wf-kiosk .wf-kiosk-wrapper h6:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-normal:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-large:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-small:visited,
.wf-kiosk .wf-kiosk-wrapper p .h1:visited,
.wf-kiosk .wf-kiosk-wrapper .h2:visited,
.wf-kiosk .wf-kiosk-wrapper .h3:visited,
.wf-kiosk .wf-kiosk-wrapper .h4:visited,
.wf-kiosk .wf-kiosk-wrapper .h5:visited,
.wf-kiosk .wf-kiosk-wrapper .h6:visited,
.wf-kiosk .wf-kiosk-wrapper .p:visited,
.wf-kiosk .wf-kiosk-wrapper h1:focus-within,
.wf-kiosk .wf-kiosk-wrapper h2:focus-within,
.wf-kiosk .wf-kiosk-wrapper h3:focus-within,
.wf-kiosk .wf-kiosk-wrapper h4:focus-within,
.wf-kiosk .wf-kiosk-wrapper h5:focus-within,
.wf-kiosk .wf-kiosk-wrapper h6:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-normal:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-large:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-small:focus-within,
.wf-kiosk .wf-kiosk-wrapper p .h1:focus-within,
.wf-kiosk .wf-kiosk-wrapper .h2:focus-within,
.wf-kiosk .wf-kiosk-wrapper .h3:focus-within,
.wf-kiosk .wf-kiosk-wrapper .h4:focus-within,
.wf-kiosk .wf-kiosk-wrapper .h5:focus-within,
.wf-kiosk .wf-kiosk-wrapper .h6:focus-within,
.wf-kiosk .wf-kiosk-wrapper .p:focus-within,
.wf-kiosk .wf-kiosk-wrapper h1:invalid,
.wf-kiosk .wf-kiosk-wrapper h2:invalid,
.wf-kiosk .wf-kiosk-wrapper h3:invalid,
.wf-kiosk .wf-kiosk-wrapper h4:invalid,
.wf-kiosk .wf-kiosk-wrapper h5:invalid,
.wf-kiosk .wf-kiosk-wrapper h6:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-normal:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-large:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-small:invalid,
.wf-kiosk .wf-kiosk-wrapper p .h1:invalid,
.wf-kiosk .wf-kiosk-wrapper .h2:invalid,
.wf-kiosk .wf-kiosk-wrapper .h3:invalid,
.wf-kiosk .wf-kiosk-wrapper .h4:invalid,
.wf-kiosk .wf-kiosk-wrapper .h5:invalid,
.wf-kiosk .wf-kiosk-wrapper .h6:invalid,
.wf-kiosk .wf-kiosk-wrapper .p:invalid,
.wf-kiosk .wf-kiosk-wrapper h1:disabled,
.wf-kiosk .wf-kiosk-wrapper h2:disabled,
.wf-kiosk .wf-kiosk-wrapper h3:disabled,
.wf-kiosk .wf-kiosk-wrapper h4:disabled,
.wf-kiosk .wf-kiosk-wrapper h5:disabled,
.wf-kiosk .wf-kiosk-wrapper h6:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-normal:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-large:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-small:disabled,
.wf-kiosk .wf-kiosk-wrapper p .h1:disabled,
.wf-kiosk .wf-kiosk-wrapper .h2:disabled,
.wf-kiosk .wf-kiosk-wrapper .h3:disabled,
.wf-kiosk .wf-kiosk-wrapper .h4:disabled,
.wf-kiosk .wf-kiosk-wrapper .h5:disabled,
.wf-kiosk .wf-kiosk-wrapper .h6:disabled,
.wf-kiosk .wf-kiosk-wrapper .p:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper h1,
.wf-kiosk .wf-kiosk-wrapper .h1 {
  font-size: 48px;
  line-height: 1.13;
}
.wf-kiosk .wf-kiosk-wrapper h2,
.wf-kiosk .wf-kiosk-wrapper .h2 {
  font-size: 36px;
  line-height: 1.17;
}
.wf-kiosk .wf-kiosk-wrapper h3,
.wf-kiosk .wf-kiosk-wrapper .h3 {
  font-size: 32px;
  line-height: 1.19;
}
.wf-kiosk .wf-kiosk-wrapper h4,
.wf-kiosk .wf-kiosk-wrapper .h4 {
  font-size: 28px;
  line-height: 1.21;
}
.wf-kiosk .wf-kiosk-wrapper h5,
.wf-kiosk .wf-kiosk-wrapper .h5 {
  font-size: 24px;
  line-height: 1.25;
}
.wf-kiosk .wf-kiosk-wrapper h6,
.wf-kiosk .wf-kiosk-wrapper .h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.wf-kiosk .wf-kiosk-wrapper h1.wf-display {
  font-size: 76px;
  line-height: 1.05;
}
.wf-kiosk .wf-kiosk-wrapper h2.wf-display {
  font-size: 60px;
  line-height: 1.1;
}
.wf-kiosk .wf-kiosk-wrapper input,
.wf-kiosk .wf-kiosk-wrapper textarea {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  border-radius: 1px;
  background-color: #ffffff;
  border-color: #d2d2d2;
  font-family: "Avenir Roman WF";
  color: #6f6f6f;
  letter-spacing: -0.2px;
  line-height: 1.75;
}
.wf-kiosk .wf-kiosk-wrapper input:focus,
.wf-kiosk .wf-kiosk-wrapper textarea:focus,
.wf-kiosk .wf-kiosk-wrapper input:hover,
.wf-kiosk .wf-kiosk-wrapper textarea:hover,
.wf-kiosk .wf-kiosk-wrapper input:active,
.wf-kiosk .wf-kiosk-wrapper textarea:active,
.wf-kiosk .wf-kiosk-wrapper input:visited,
.wf-kiosk .wf-kiosk-wrapper textarea:visited,
.wf-kiosk .wf-kiosk-wrapper input:focus-within,
.wf-kiosk .wf-kiosk-wrapper textarea:focus-within,
.wf-kiosk .wf-kiosk-wrapper input:invalid,
.wf-kiosk .wf-kiosk-wrapper textarea:invalid,
.wf-kiosk .wf-kiosk-wrapper input:disabled,
.wf-kiosk .wf-kiosk-wrapper textarea:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper input:read-only,
.wf-kiosk .wf-kiosk-wrapper textarea:read-only {
  background-color: #fbfbfb;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper input:focus,
.wf-kiosk .wf-kiosk-wrapper textarea:focus,
.wf-kiosk .wf-kiosk-wrapper input.focus,
.wf-kiosk .wf-kiosk-wrapper textarea.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.wf-kiosk .wf-kiosk-wrapper input:disabled,
.wf-kiosk .wf-kiosk-wrapper textarea:disabled,
.wf-kiosk .wf-kiosk-wrapper input.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper textarea.wf-disabled {
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper input:invalid,
.wf-kiosk .wf-kiosk-wrapper textarea:invalid,
.wf-kiosk .wf-kiosk-wrapper input:hover,
.wf-kiosk .wf-kiosk-wrapper textarea:hover {
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper input:invalid:focus,
.wf-kiosk .wf-kiosk-wrapper textarea:invalid:focus,
.wf-kiosk .wf-kiosk-wrapper input:hover:focus,
.wf-kiosk .wf-kiosk-wrapper textarea:hover:focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.wf-kiosk .wf-kiosk-wrapper input.error,
.wf-kiosk .wf-kiosk-wrapper textarea.error,
.wf-kiosk .wf-kiosk-wrapper input[type="number"]:invalid,
.wf-kiosk .wf-kiosk-wrapper textarea[type="number"]:invalid,
.wf-kiosk .wf-kiosk-wrapper input[type="text"][pattern]:invalid,
.wf-kiosk .wf-kiosk-wrapper textarea[type="text"][pattern]:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
}
.wf-kiosk .wf-kiosk-wrapper input[type="number"],
.wf-kiosk .wf-kiosk-wrapper textarea[type="number"] {
  width: 80px;
}
.wf-kiosk .wf-kiosk-wrapper input.Input_With_Icon,
.wf-kiosk .wf-kiosk-wrapper textarea.Input_With_Icon {
  padding-left: 1em !important;
}
.wf-kiosk .wf-kiosk-wrapper input::-webkit-input-placeholder,
.wf-kiosk .wf-kiosk-wrapper textarea::-webkit-input-placeholder {
  color: #a4a6b3;
}
.wf-kiosk .wf-kiosk-wrapper input::placeholder,
.wf-kiosk .wf-kiosk-wrapper textarea::placeholder {
  color: #a4a6b3;
}
.wf-kiosk .wf-kiosk-wrapper .material-icons.Input_Icon {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Date_Input_Wrapper {
  background-color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .Date_Input_Wrapper .Input_With_Icon {
  padding-right: 2.5em !important;
}
.wf-kiosk .wf-kiosk-wrapper .Date_Input_Wrapper .material-icons.Input_Icon {
  display: block;
  color: #a4a6b3;
  left: initial;
  right: 10px;
  font-size: 1.4em;
  top: -1px;
  z-index: 1;
}
.wf-kiosk .wf-kiosk-wrapper .Date_Input_Wrapper input[type="text"] {
  background: none;
  position: relative;
  z-index: 2;
}
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display:focus,
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display:hover,
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display:active,
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display:visited,
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display:invalid,
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Text_Area_Input_Wrapper .Character_Display.Negative {
  color: #d0021b;
}
.wf-kiosk .wf-kiosk-wrapper input {
  height: 48px;
  padding: 1em 0.625em;
}
.wf-kiosk .wf-kiosk-wrapper textarea {
  padding: 0.3125em 0.625em;
}
.wf-kiosk .wf-kiosk-wrapper .Jelly_Action_Result,
.wf-kiosk .wf-kiosk-wrapper .Jelly_Action_Input_Result {
  font-size: 14px;
  color: #d0021b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-select {
  height: 48px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ffffff;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 1px;
  border: solid 1px #d2d2d2;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#6F6F6F" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path fill="none" d="M0 0h24v24H0V0z"/></svg>');
  background-position: calc(100% - .5em) 50%;
  background-repeat: no-repeat;
  font-family: "Avenir Roman WF";
  letter-spacing: -0.2px;
  color: #a4a6b3;
}
.wf-kiosk .wf-kiosk-wrapper .wf-select:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-select.focus {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
.wf-kiosk .wf-kiosk-wrapper .wf-select.error,
.wf-kiosk .wf-kiosk-wrapper .wf-select:invalid {
  border: solid 2px #d0021b;
  box-shadow: none;
  color: #d0021b;
  padding-left: calc(1em - 1px);
  padding-right: calc(1em - 1px);
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox {
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox input[type="checkbox"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox .Display {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox .Display .Check {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox input[type="checkbox"]:checked + .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox input[type="checkbox"]:checked + .Display .Check {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox input[type="checkbox"]:checked + .Display .Check i.material-icons {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14.4px;
  color: white;
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox:not(.readonly) input[type="checkbox"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-kiosk .wf-kiosk-wrapper .wf-checkbox .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-checkbox .label-display {
    margin-left: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-checkbox .label-display:empty {
    margin-left: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio label {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio input[type="radio"] {
  margin: 0;
  padding: 0;
  height: initial;
  width: 24px;
  margin-right: 12px;
  opacity: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio .Display {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 1200px;
  border: solid 1px #d2d2d2;
  left: 0px;
  top: 0px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio .Display .Check {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio input[type="radio"]:checked + .Display {
  border: solid 2px #ff877b;
  padding: 3px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio input[type="radio"]:checked + .Display .Circle {
  width: 100%;
  height: 100%;
  background: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio input[type="radio"]:focus + .Display {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-kiosk .wf-kiosk-wrapper .wf-radio .label-display {
  /* TODO - Avenir-Book */
  font-family: "Avenir Book WF";
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 3 * 16px);
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-dropdown.Menu_Input {
  margin-bottom: 0;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-dropdown.Menu_Input .Jelly_Closed_Menu_Badge i.Jelly_Closed_Menu_Light {
  font-family: "Avenir Book WF";
  font-style: normal;
  font-size: 1em;
  color: #6f6f6f;
  letter-spacing: -0.2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-dropdown.Menu_Input i.Jelly_Closed_Menu_Arrow {
  color: #6f6f6f;
  margin-left: 0;
  right: -6px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-dropdown.Menu_Input.focus {
  /* TODO - it changes size if it's left at 2px... */
  border: solid 1px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview {
  background-color: #f7f7f7;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge i {
  color: #333333;
  font-size: 22px;
  left: initial;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  position: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  font-weight: 100;
  text-transform: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label:focus,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label:hover,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label:active,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label:visited,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label:invalid,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Cover_Content {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .uploadcare--widget {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Uploader .Jelly_Loading {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) {
  position: absolute;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Preview {
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Badge i {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Badge label {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Button label {
  display: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Remove_Button .Button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button i {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:hover,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:active,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:visited,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:invalid,
.wf-kiosk .wf-kiosk-wrapper .Picture_Input.Include_Remove_Button .Add_Button .Button label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Picture_Input .Hint {
  display: none;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge i {
    display: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input .Preview .Badge label {
    display: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    border-width: 2px;
    background: #f7f7f7;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary {
    background-color: #ff877b;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-processing {
    background-color: #ffa097;
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary:disabled,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2 {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-processing {
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2:disabled,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-primary-2.wf-disabled {
    background-color: #8c8c8c;
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #8c8c8c;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-processing {
    border: solid 1px #8c8c8c;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary:disabled,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-secondary.wf-disabled {
    color: #8c8c8c;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary {
    background: none;
    color: #333333;
    box-shadow: none;
    border: solid 1px #e2e2e2;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:hover {
    border-bottom: solid 1px #e2e2e2;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
    border: solid 1px #333333;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-processing {
    border: solid 1px #8c8c8c;
    opacity: 0.7;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary:disabled,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-tertiary.wf-disabled {
    border: solid 1px #8c8c8c;
    color: #8c8c8c;
    opacity: 0.7;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-huge {
    font-size: 16px;
    height: 64px;
    min-width: 197.28px;
    padding-left: 42.56px;
    padding-right: 42.56px;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-large {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-medium {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-small {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    opacity: 0.7;
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    position: relative;
    left: -2px;
    bottom: -2px;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-flat {
    left: 0;
    bottom: 0;
    box-shadow: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:hover {
    border-bottom: solid 1px #8c8c8c;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):hover,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:not(.wf-processing):not(.wf-disabled):active {
    border: solid 2px #333333;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-processing {
    border: solid 1px #8c8c8c;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a:disabled,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a.wf-disabled {
    color: #8c8c8c;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a i {
    display: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    text-transform: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:hover,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:active,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:visited,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:invalid,
  .wf-kiosk .wf-kiosk-wrapper .Picture_Input:not(.Include_Remove_Button) .Uploader .Input_Row_A_Input a label:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .uploadcare--widget {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons {
  margin-top: 48px;
  background: none;
  overflow: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Aspect {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner {
  position: static;
  justify-content: flex-end;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader {
  margin-right: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader {
  flex: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  padding-left: 2rem;
  padding-right: 2rem;
  width: -webkit-fit-content;
  width: fit-content;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-primary-2.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-secondary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-tertiary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-huge,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-large,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-medium,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-small,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-flat,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a i,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a i {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:active,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:visited,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:visited,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:invalid,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:invalid,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Picture_Uploader a label:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Add_Buttons .Add_Buttons_Inner .Video_Uploader a label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons {
  display: flex;
  justify-content: flex-end;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a:disabled,
.wf-kiosk .wf-kiosk-wrapper .Video_Input .Remove_Buttons a.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-link:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-quiet-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-quiet-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-flex {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.wf-kiosk .wf-kiosk-wrapper .wf-grid {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-grid > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-grid > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable a:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1:active,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2:active,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-stylable h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-stylable hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead {
  /*
		header { 
			display:flex;
			position:static !important;
			padding-left: @grid-gap;
			padding-right: @grid-gap;
			justify-content:space-between;
			.wf-logo { 
				height: 3.5 * @rem;
				width:auto;
			}
			@media (min-width:@Tablet_Width){ 
				padding-left: 0.5 * @grid-gap;
				padding-right: 0.5 * @grid-gap;
			}
		}
		*/
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section {
  margin-bottom: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h6 {
  font-size: 22px;
  font-family: "Avenir Heavy WF";
  margin-bottom: 24px;
  color: #ff6555;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2 {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash .wf-highlight {
  color: #ff877b;
  font-weight: bold;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash a.wf-button {
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary) {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary):disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash a.wf-button:not(.wf-secondary):not(.wf-tertiary).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash {
    margin-top: 88px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2 {
    grid-column: col-start 4 / span 10;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash a.wf-button {
    grid-column: col-start 8 / span 2;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.19;
    font-size: 30px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash h2.wf-smaller-on-mobile:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-text-splash.wf-primer-text-splash-off-white {
  max-width: initial;
  background-color: #f6f4f4;
  padding-top: 64px;
  padding-bottom: 72px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-graphic-splash {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-graphic-splash > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-graphic-splash > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-graphic-splash {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-graphic-splash figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-graphic-splash figure:before {
  content: '';
  padding-top: 68.75%;
  float: left;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-graphic-splash figure {
    grid-column: col-start 4 / span 10;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features {
  background-color: #f6f4f4;
  width: 100vw;
  max-width: initial;
  margin-top: -48px;
  padding-top: 16px;
  padding-bottom: 60px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features.nu {
  background: white;
  margin-top: 84px;
  padding-bottom: 0;
  padding-top: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
  margin-top: 36px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
  flex-basis: calc(100%/3 - 0.5 * 16px);
  margin-bottom: 24px;
  margin-bottom: 64px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figure {
  background: url(https://cdn0.iconfinder.com/data/icons/siberian-husky-emoticons-1/512/Cool-Emoji-Emotion-Face-Expression-Feeling-512.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  margin: auto;
  margin-bottom: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li figcaption {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features {
    margin-top: -112px;
    padding-top: 112px;
    padding-bottom: 120px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features.nu {
    margin-top: 84px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner h3 {
    margin-bottom: 56px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul {
    grid-column: col-start 4 / span 10;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-features #wf-primer-features-inner ul li {
    flex-basis: calc(100%/3 - 0.5 * 16px);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials h2 {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials h2 a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-family: "Avenir Heavy WF";
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials h2 a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
  direction: initial;
  padding: 24px 20px;
  padding-left: 0;
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h5 {
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
  overflow: hidden;
  background-size: cover;
  border-radius: 50%;
  margin-right: 16px;
  flex-basis: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p {
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio p.wf-primer-testimonial-bio-name {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials {
    margin-top: 64px;
    margin-bottom: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials h2 {
    letter-spacing: -0.5px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-testimonials .wf-primer-testimonial {
    padding: 48px 30px;
    grid-gap: 36px;
    padding-right: 112px;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-carousel-segmenter h2 {
    font-size: 28px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-magic-moment-images-inner {
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images h2 {
  grid-column: col-start 2 / span 10;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images {
    padding-bottom: 72px !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-card {
    grid-column: span 4;
    display: grid;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure#wf-member-calculation {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=1);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure#wf-testimonials {
  background-image: url(https://withfriends.co/movement_followers/4633220/image/:do_regenerate=0);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-magic-moment-images .wf-card figure#wf-graph {
  background-image: url(https://withfriends.co/segment/local_business/magic_moment_image/:slide=3);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling figure {
  background: #d2d2d2;
  background-image: url(https://withfriends.co/picture/1606622/1280x611/file);
  background-size: cover;
  background-position: center center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
  direction: initial;
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  color: #ff6555;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling figure {
    flex-basis: 100%;
    width: calc(100% - 2 * 16px);
    margin: auto;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 56px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling h2 {
    letter-spacing: -0.5px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling figure {
    grid-column: col-start / span 8;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling .wf-primer-feeling-description {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
    padding-right: 112px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling.wf-long figure {
    grid-column: col-start 3 / span 6;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling:not(.wf-right) .wf-primer-feeling-description {
    padding-left: 112px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling.wf-right {
    direction: rtl;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feeling.wf-right .wf-primer-feeling-description {
    padding-right: 224px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash > *,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell figure {
  background: #d2d2d2;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-size: cover;
  background-position: center center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash #wf-primer-intro,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell #wf-primer-intro {
  padding: 24px 20px;
  display: grid;
  grid-gap: 30px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash #wf-primer-intro p,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell #wf-primer-intro p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash figure,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell figure {
    overflow: hidden;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash figure:before,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell figure:before {
    content: '';
    padding-top: 68.75%;
    float: left;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash h2,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell h2 {
    letter-spacing: -0.5px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash figure,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell figure {
    grid-column: col-start / span 8;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash #wf-primer-intro,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell #wf-primer-intro {
    padding: 48px 30px;
    grid-column: col-start 9 / span 8;
    grid-gap: 36px;
  }
}
@media (max-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash section#wf-primer-splash h2,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-lead-upsell section#wf-primer-splash h2 {
    font-size: 24px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-ticker {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #f6f4f4;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-ticker p {
  margin: 0;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-ticker {
    padding: 24px 0;
    flex-direction: row;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-ticker > *:first-child {
    margin-right: 24px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work {
  background: #ffffff;
  margin-top: -60px;
  margin-bottom: 48px;
  padding-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 72px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-how-does-it-work-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work h2 {
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card {
  padding: 20px;
  background: white;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card figure {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card figure:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card figcaption {
  text-align: center;
  font-weight: 500;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card.wf-card-events figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Ticketingupsell.svg');
  background-size: 88%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card.wf-card-members figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/membership every purchase.png');
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card.wf-card-income figure {
  background-image: url('https://cdn.withfriends.co/jelly/assets/images/landing/how-does-it-work/Grow your income.png');
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card {
    grid-row: 2;
    grid-column: span 4;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-how-does-it-work .wf-card:first-of-type {
    grid-column: col-start 3 / span 4;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white {
  width: 100vw;
  max-width: initial;
  margin-top: 80px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof > *,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner > *,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .intro,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .intro,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .intro {
  grid-row: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .outro,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .outro,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .outro {
  justify-content: space-between;
  align-items: center;
  display: block;
  text-align: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel {
  position: relative;
  max-width: 100%;
  text-align: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel .owl-prev,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-prev,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-prev,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel .owl-next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-next {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel .owl-carousel,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-carousel,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-carousel {
  overflow-x: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel .owl-item,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel .owl-item,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel .owl-item {
  background-color: white !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
  cursor: pointer;
  background: white;
  border: solid 1px #d2d2d2;
  color: #333333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 3px 12px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(50% -  1.5 * 16px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Next.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Previous,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Previous {
  left: -24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous.Next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous.Next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous.Next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Next.Next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next.Next,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next.Next {
  right: -24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces .owl-stage,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces .owl-stage,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space {
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space figure {
  background-position: center;
  background-size: cover;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description {
  flex: 1;
  padding: 48px;
  /* font-family: "Avenir Heavy WF"; */
  display: grid;
  grid-gap: 16px;
  background: white;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description wf-tag {
  float: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description h5 {
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.New_Spaces li.New_Space .wf-social-proof-description p {
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces .owl-stage,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces .owl-stage,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces .owl-stage {
  display: flex;
  align-items: stretch;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:before,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:before,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag),
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul.Spaces li.Space .wf-card:hover .wf-tag {
  background-color: yellow;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .intro h3,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .intro h3,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .intro h3 {
    font-size: 18px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel {
    padding-right: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel ul .owl-stage,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel ul .owl-stage,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel ul .owl-stage {
    left: -18px;
  }
}
@media (max-width: 320px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .intro h5,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .intro h5,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner {
    /* 
					.wf-card { 
						grid-row:2;
						grid-column:span 4;
					}
				*/
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Previous,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Previous,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Previous,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel a.Next,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel a.Next,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel a.Next {
    display: flex;
    opacity: 0;
    transition: 200ms;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel:hover a.Previous,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Previous,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Previous,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof .Carousel:hover a.Next,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner .Carousel:hover a.Next,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner .Carousel:hover a.Next {
    opacity: 1;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro a,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro a,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro a {
  background: white;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
  flex: 0.75;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro {
    flex-wrap: wrap;
    display: block;
    text-align: center;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .intro h3,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .intro h3,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .intro h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space {
    flex-wrap: wrap;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner .Carousel li.New_Space figure {
    flex-basis: 100%;
    height: 200px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-social-proof.wf-social-proof-off-white-inner-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-social-proof-off-white-inner.wf-social-proof-off-white-inner-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-magic-moment-images-inner.wf-social-proof-off-white-inner-2 {
    margin-top: -48px;
    padding-top: 48px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  grid-column: span 8;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card:before {
  content: '';
  padding-top: 160%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 95%);
  opacity: 0.6;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description h5 {
    font-size: 18px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description p:not(.wf-tag) {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card {
    overflow: hidden;
    grid-column: span 4;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card:before {
    content: '';
    padding-top: 120%;
    float: left;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations .wf-card .wf-social-proof-description {
    padding: 30px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-organizations.wf-organizations-search-default > a:nth-of-type(n + 17) {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .intro {
  grid-row: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .wf-card {
  display: block;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .wf-card figure {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .wf-card figure:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .wf-card .wf-event-description {
  padding-top: 14px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .wf-card .wf-event-description h5 {
  font-size: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .wf-card .wf-event-description p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .intro h3 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .intro h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-events .wf-card {
    grid-column: span 4;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/photos/about-module.jpeg");
  background-blend-mode: luminosity;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 > *,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 video,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead video {
  position: absolute;
  top: 0px;
  left: -16px;
  height: 100%;
  width: calc(100% + 32px);
  -o-object-fit: cover;
     object-fit: cover;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 figure.wf-gradient-overlay,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead figure.wf-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -16px;
  width: calc(100% + 32px);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 80%);
  opacity: 0.6;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 h1,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead h1 {
  font-size: 28px;
  color: #ffffff;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 a,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead a {
  position: relative;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 a,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead a {
    margin-top: 20px;
    padding-left: 0;
    margin-left: 16px;
    margin-right: 16px;
    grid-column-end: span 12;
    max-width: -webkit-max-content;
    max-width: max-content;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 h1,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-row: 1;
    grid-column: 2 / span 5;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 a,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead a {
    grid-row: 2;
    grid-column: 2 / 7;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2 a,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead a {
    grid-column: 2 / 5;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 {
    grid-gap: 40px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 8;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-2 h1,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-2 h1 {
    grid-column: 2 / span 6;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
  grid-gap: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
.wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
  font-size: 32px;
}
@media (max-width: 320px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead a,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead figure.wf-gradient-overlay,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead figure.wf-gradient-overlay {
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-primer-splash-2#wf-primer-splash-lead h1,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead #wf-primer-splash-lead#wf-primer-splash-lead h1 {
    font-size: 64px;
    grid-column: 2 / span 10;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form {
  text-align: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p:active,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form .input-row > *:first-child {
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form .input-row > *:first-child input {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form {
    grid-column: col-start 5 / span 8;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-newsletter .form p {
    margin-bottom: 52px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-disclaimer {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-disclaimer > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-disclaimer > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section#wf-disclaimer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team > *,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card {
  display: block;
  position: relative;
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover {
  position: relative;
  width: 100%;
  padding: 18px 16px;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover:before,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover:before {
  content: '';
  padding-top: 95%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover figure,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover figure:before,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 120%);
  opacity: 0.6;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title {
  position: absolute;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h5,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h5 {
  color: #ffffff;
  font-size: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-cover .wf-person-title h6,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-cover .wf-person-title h6 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card .wf-person-bio,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card .wf-person-bio {
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team .wf-card,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team.wf-team-2 .wf-card,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-card {
  grid-column: span 8;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team.wf-team-2 .wf-person-title h5,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h5 {
    word-break: break-all;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team.wf-team-2 .wf-person-title h6,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-person-title h6 {
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team.wf-team-2 .wf-card,
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-team-2.wf-team-2 .wf-card {
    grid-column: span 4;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  row-gap: 36px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph .intro {
  grid-row: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph p {
  font-size: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph aside {
  margin-top: -32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-paragraph.wf-page-heading {
  margin-top: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead div.wf-receipt-wrapper {
  min-height: calc(100vh - 27rem + 100px);
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 25rem + 100px);
  }
}
@media (max-width: 1048px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 23rem + 100px);
  }
}
@media (max-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead div.wf-receipt-wrapper {
    min-height: calc(100vh - 20rem + 100px);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt {
  display: flex;
  flex-direction: column;
  row-gap: initial;
  grid-gap: initial;
  min-height: calc(100vh - 27rem);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt > *:not(span) {
  margin-bottom: 36px;
  margin-top: 36px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .intro {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt h2 {
    font-size: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-buttons .wf-button:not(.wf-last-child) {
    margin-bottom: 8px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message a:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:active,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:active,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt .wf-receipt-message hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt.wf-page-heading.wf-paragraph {
    margin-top: 65px;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt {
    min-height: calc(100vh - 25rem);
  }
}
@media (max-width: 1048px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt {
    min-height: calc(100vh - 23rem);
  }
}
@media (max-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-receipt {
    min-height: calc(100vh - 18rem);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feature-video h5 {
  margin-top: 36px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feature-video a.wf-button {
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feature-video h2 {
    margin-top: 24px;
    font-size: 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feature-video h5 {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead section.wf-primer-feature-video a.wf-button {
    margin-top: 16px;
    margin-bottom: 60px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share {
  margin-bottom: 54px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner:active,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.first {
  margin-left: 28px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.link i {
  font-size: 1.25em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button.email i {
  font-size: 1.1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-page-share .wf-page-share-inner .wf-page-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-primer-covid {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-primer-covid p {
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead .wf-primer-covid a:hover {
  border-color: white !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-splash-lead {
  padding-top: 115px;
  padding-bottom: 115px;
  margin-top: 0px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-splash-lead h2 {
  font-size: 64px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-splash-lead {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: -12px;
    -webkit-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-splash-lead h2 {
    font-size: 27px;
    margin-bottom: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-splash-lead h6 {
    font-size: 17px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-splash-lead .wf-button {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
  margin-top: 0;
  padding-top: 64px !important;
  padding-bottom: 72px !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white {
    padding: 32px 16px !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-text-splash-off-white h2.wf-smaller-on-mobile {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-social-proof-organizers {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .intro {
    margin-bottom: 0 !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .intro .wf-button {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Previous {
    left: 4px !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-social-proof-organizers .Movement_Carousel .Next {
    right: 4px !important;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-how-does-it-work {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-how-does-it-work {
    margin-top: 60px !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-how-does-it-work h5 {
    margin-bottom: 28px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features {
  margin-top: 88px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 80px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul {
  display: grid !important;
  grid-row-gap: 32px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li {
  overflow: hidden;
  margin-bottom: 0 !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li svg {
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner h3 {
    font-size: 24px !important;
    margin-bottom: 36px !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figure {
    width: 36px !important;
    height: 36px !important;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer #wf-primer-features #wf-primer-features-inner ul li figcaption {
    letter-spacing: -1px;
  }
}
@media (max-width: 800px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories .wf-primer-stories-video-wrapper {
    max-width: 90vw;
    height: 50.6vw !important;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-text-splash.wf-primer-stories {
    margin-bottom: 0px !important;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial h5 {
    font-size: 17px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio {
    align-items: center;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-primer-testimonials .wf-primer-testimonial .wf-primer-testimonial-bio figure {
    flex-basis: initial;
    min-width: 105px;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead#wf-primer .wf-social-proof-off-white-2 {
    margin-bottom: 72px !important;
    margin-top: 60px;
  }
}
.wf-kiosk .wf-kiosk-wrapper #wf-lead section#wf-primer-splash-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #ffa097;
  justify-content: center;
  padding: calc(1.5 * 16px);
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast p {
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast a:hover {
  border-color: white !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm {
  align-items: flex-start;
  background: #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm p,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm strong {
  display: block;
  color: white !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm strong {
  font-size: 1.5em;
  margin-right: 1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a {
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm {
    font-size: 1.6em;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm a {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm {
    padding-left: 16px;
  }
}
@media (max-width: 374px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm strong {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-lead-toast.wf-lead-blm.wf-full-width {
    max-width: initial;
    width: 100%;
    padding-left: calc((100% - 1280px)/2 + 16px);
  }
}
.wf-kiosk .wf-kiosk-wrapper .Jelly_Progress_Bar div {
  background-color: #ff877b !important;
  height: 4px !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-input-row {
  display: flex;
  align-items: center;
  justify-content: start;
}
.wf-kiosk .wf-kiosk-wrapper .wf-input-row > * {
  margin-left: 4px;
  margin-right: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-input-row > *:first-child {
  margin-left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-input-row .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-input-row input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading-wrapper .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading-wrapper .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading-wrapper .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading-white {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading-white.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-loading-white.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tag {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tag .taggle_text,
.wf-kiosk .wf-kiosk-wrapper .wf-tag .label {
  font-weight: 400;
  margin-right: 1rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tag .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide {
  border: solid 1px #ff877b;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li {
  margin-bottom: 8px;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  color: #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li h6,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li h6 {
  font-size: 18px;
  display: inline;
  color: #d2d2d2;
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li h6 .wf-completed-inner,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li h6 .wf-completed-inner {
  text-decoration: line-through;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li .wf-guide-details,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li .wf-guide-details {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-completed,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-completed {
  color: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-completed h6,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-completed h6 {
  color: #ff877b;
  text-decoration: line-through;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-completed h6 .wf-completed-inner,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-completed h6 .wf-completed-inner {
  text-decoration: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-start,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-start {
  color: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-start h6,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-start h6 {
  color: #ff877b;
  text-decoration: line-through;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-start h6 .wf-completed-inner,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-start h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-start h6,
  .wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-start h6 {
    text-decoration: none;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-finish h6,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-finish h6 {
  position: relative;
  text-decoration: line-through;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-finish h6 .wf-completed-inner,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-finish h6 .wf-completed-inner {
  text-decoration: initial;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-finish h6,
  .wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-finish h6 {
    text-decoration: none;
  }
  @-webkit-keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes strike {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-last-completed-finish h6:after,
  .wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-last-completed-finish h6:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff877b;
    -webkit-animation-name: strike;
            animation-name: strike;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-active,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-active {
  color: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-active h6,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-active h6 {
  color: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.wf-active .wf-guide-details,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.wf-active .wf-guide-details {
  display: block;
  color: #333333;
  margin-left: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox {
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox p a,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox p a {
  color: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor {
  text-decoration: inherit;
  color: inherit;
  cursor: default;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor:focus {
  outline-style: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display {
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:hover {
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox-anchor input[type="checkbox"]:not(:checked) + .Display:active {
  background: #ff877b;
  border: solid 2px #ff877b;
  box-shadow: 0 0 0 2px rgba(255, 135, 123, 0.3);
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox {
  display: inline-block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox .wf-checkbox label,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox .wf-checkbox label {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide ol li.checkbox p,
.wf-kiosk .wf-kiosk-wrapper .wf-guide ul li.checkbox p {
  position: relative;
  top: 3px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-guide p:last-child {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-alert {
  display: flex;
  align-items: flex-start;
  border: solid 1px #d0021b;
  justify-content: space-between;
  padding: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-alert h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-alert p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-alert i.material-icons.close {
  margin-left: 24px;
  font-size: 1rem;
  top: -8px;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout {
  border: solid 1px #d2d2d2;
  padding: 24px;
  text-align: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout h6 {
  font-size: 18px;
  font-family: "Avenir Heavy WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout h5 {
  margin-top: 24px;
  margin-bottom: 40px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout .wf-button {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout .wf-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-callout .wf-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout .wf-button.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-callout .wf-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-callout .wf-button.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer {
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons {
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons a {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  margin-left: initial;
  font-size: 18px;
  font-weight: 400;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button {
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button i {
  font-size: 18px;
  position: relative;
  top: -1px;
  right: 2px;
  margin-right: 6px;
}
.wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons a.Powered_By {
  display: none;
}
@media (max-width: 959px) {
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 64px;
  }
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons {
    flex-direction: column;
    align-items: center;
  }
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons a {
    padding: 16px 0;
  }
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    margin-left: -1.3em;
  }
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 3 / span 12;
  }
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons > * {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons .contact-button i {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper footer#wf-footer #wf-footer-inner .buttons {
    grid-column: col-start 4 / span 10;
  }
}
.wf-kiosk .wf-kiosk-wrapper .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .Progress_Bar .Progress.Memberships.Monthly {
  background: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .Progress_Bar .Progress.Memberships.Annual {
  background: #ffccc7;
}
.wf-kiosk .wf-kiosk-wrapper .Progress_Bar .Progress.Donations {
  background: hsl(0 10% 73% / 1);
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage {
  margin-top: 10px;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p:focus,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p:hover,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p:active,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p:visited,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p:invalid,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend {
    flex-wrap: nowrap;
  }
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  flex-basis: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:focus,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:hover,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:active,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:visited,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:invalid,
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-monthly:before {
  background: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-annual:before {
  background: #ffccc7;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li.wf-campaign-goals-legend-donation:before {
  background: hsl(0 10% 73% / 1);
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .Movement_Percentage ul.wf-campaign-goals-legend li {
    flex-basis: initial;
    margin-bottom: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper ul#fs_search_results {
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.wf-kiosk .wf-kiosk-wrapper ul#fs_search_results li {
  position: static;
  display: block;
  border: none;
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
.wf-kiosk .wf-kiosk-wrapper ul#fs_search_results li:hover {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
.wf-kiosk .wf-kiosk-wrapper ul#fs_search_results li.selected {
  text-decoration: none;
  background: rgba(252, 226, 227, 0.8);
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action {
  margin-top: 48px;
  margin-bottom: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-flow-progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-separator {
  width: 16px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step {
  border-radius: 100%;
  border: solid 1px #d2d2d2;
  color: #d2d2d2;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-flow-progress figure.wf-flow-progress-step.current {
  border-color: #333333;
  color: #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action h2.wf-action-title {
  margin-bottom: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action p.wf-action-explainer {
  margin-top: -28px;
  margin-bottom: 44.8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-divider {
  border-top: solid 1px #d2d2d2;
  margin: 48px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-divider p {
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #6f6f6f;
  background: white;
  padding: 0 8px;
  text-transform: uppercase;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action div.wf-action-intro {
  margin-bottom: 44px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action h6.wf-action-question {
  margin-top: 16px;
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action input[type="text"],
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action textarea,
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action input[type="password"] {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action textarea {
  height: 140px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-dropdown {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action img.wf-partner {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action img.wf-partner.stripe {
  width: 119px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action p.wf-disclaimer {
  margin-top: 48px;
  color: #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action p.wf-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: inline;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action p.wf-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-action-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-action-buttons a {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding-left: 36px;
  padding-right: 36px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-action-buttons a:last-of-type {
  margin-left: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(24px -  0.5 * 16px);
  right: -28px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action .wf-action-buttons .Jelly_Loading {
    width: 24px;
    height: 24px;
    top: calc(24px -  0.75 * 16px);
    right: -48px;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action {
    grid-column: col-start 5 / span 8;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-wrapper .wf-action {
    grid-column: col-start 6 / span 6;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-action-grid .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-grid > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-action-grid {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-view {
    grid-template-columns: 1fr 2.25fr;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit h5.wf-action-section-header {
  font-weight: 700;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit h5.wf-action-section-header:not(:first-child) {
  margin-top: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit .wf-edit-buttons {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 14px;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit .wf-edit-buttons a {
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit .wf-edit-buttons .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit .wf-edit-buttons .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit .wf-edit-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 14px;
  right: -28px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-edit .wf-edit-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-edit section {
    margin-bottom: 80px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-edit h5.wf-action-section-header {
    margin-top: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper #wf-toolbar-wrapper .Jelly_Progress_Bar {
  visibility: hidden !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar {
  position: static;
  border-bottom: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-logo-wrapper {
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-logo-wrapper .wf-logo {
  height: 22px;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-logo-wrapper .wf-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-help,
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-help-divider {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-account {
  position: relative;
  line-height: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-account .Cover {
  width: 30px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-account .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-account .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-account nav.Desktop_Only {
  direction: rtl;
  display: inline-grid;
  grid-gap: 24px;
  grid-auto-flow: column;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar > span .wf-account nav.Desktop_Only .wf-quiet-button {
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
  margin-right: 1.25rem;
  margin-top: 2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
  display: initial;
  width: 1px;
  background-color: transparent;
  height: 28px;
  margin-right: 1.25rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  display: initial;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
}
.wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-logged-in-become-an-organizer:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 320px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1rem;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-button-my-dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-toolbar-get-started {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help,
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
    margin-right: 1.5rem;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help-divider {
    background-color: #d2d2d2;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-toolbar.wf-organizer .wf-help {
    margin-top: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: initial;
  padding: calc(1.125 * 16px);
  transition: 0.15s;
  z-index: 3;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.3em;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme a.Close {
  position: absolute;
  color: white;
  left: 1.5rem;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme a.Close i.material-icons {
  font-size: 2em;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme nav.Account {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5rem;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme nav.Account a {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme nav.Account .Person_Item .Cover {
  width: 30px;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder {
  border: solid 1px #333333;
  background: none;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme nav.Account .Person_Item .Cover .Image.Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme nav.Menu.Vertical {
  flex-direction: column;
  align-items: flex-end;
}
.wf-kiosk .wf-kiosk-wrapper .Menu_2019_Theme nav.Menu.Vertical a {
  font-weight: normal;
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.wf-kiosk .wf-kiosk-wrapper .wf-button-become-an-organizer,
.wf-kiosk .wf-kiosk-wrapper .wf-button-my-dashboard {
  line-height: 1.63;
  font-weight: normal;
  font-size: 14px;
  border: none;
  display: block;
  padding: 8px 27.2px;
  background-color: #ff877b;
  color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .Jelly_Progress_Bar,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .Jelly_Progress_Bar {
  visibility: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
  padding-top: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
  grid-column: col-start / span 7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
  width: 132px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
  display: flex;
  justify-content: flex-end;
  grid-column: 9 / -1;
  margin-right: 16px;
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
  margin-right: 14px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
  margin-top: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
  margin-top: 24px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
  margin-top: 24px;
  margin-left: 16px;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-location {
  font-size: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-title {
  font-family: "Avenir Heavy WF";
  font-size: 40px;
  margin-bottom: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio {
  margin-top: 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-bio p {
  font-size: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (max-width: 374px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-raised {
    flex: initial;
    margin-right: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul li.wf-campaign-goal-banner-left {
    display: none;
  }
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description {
    grid-column: col-start 5 / span 12;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-campaign-goal ul.wf-campaign-goal-banner li h1 {
    font-size: 48px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-share-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-follow-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * section.wf-movement-description .wf-movement-join-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (max-width: 374px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    grid-column: 12 / -1;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button i.material-icons {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    margin-right: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper .wf-movement-edit-button {
    float: right;
    font-size: 14px;
    height: 40px;
    min-width: 112px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-edit-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-edit-wrapper {
    display: block;
    justify-content: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper {
    grid-column: col-start / span 4;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front > * > * .wf-movement-logo-wrapper .wf-movement-logo {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief-front,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief-front {
    padding-top: 56px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description > *,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-location,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-location {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Avenir Heavy WF";
    font-weight: 400;
    line-height: 1;
    padding-left: 16px;
    padding-right: 16px;
    width: 60%;
    word-break: break-word;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title.wf-movement-title:disabled,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-title-input.wf-movement-title:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button {
    position: absolute;
    padding: 0;
    right: 18px;
    width: 124px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button:active {
    left: initial;
    bottom: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-edit-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-edit-button {
    top: -50px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-view-button.wf-movement-view-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-button.wf-movement-edit-button.wf-movement-view-button {
    top: -6px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 5;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-description .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-description .wf-movement-share-button {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link {
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-cover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-cover {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-cover:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-cover:before {
  content: '';
  padding-top: 30%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link {
  display: block;
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-logo-wrapper .wf-movement-logo-link .wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description {
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
  display: grid;
  grid-gap: 12px;
  width: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
  display: grid;
  grid-gap: 16px;
  grid-row: 4;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper p,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description a:not(#tw-root a),
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description a:not(#tw-root a) {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description {
    grid-template-rows: auto auto 1fr auto;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-title-input,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-title-input {
    grid-row: 1;
    grid-column: col-start 5 / span 12;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-location,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-location {
    grid-column: col-start 5 / span 12;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-bio,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-bio {
    grid-column: col-start 5 / span 12;
    grid-row: 2;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-row: 2;
    grid-column: col-start / span 4;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper > .wf-movement-edit-button {
    margin-bottom: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-row: 3;
    grid-column: col-start / span 4;
    padding-right: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper a,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper a {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-referral-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-referral-wrapper {
    grid-column: col-start / span 3;
    padding-right: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
  /*min-width:10.25 * @rem;*/
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover {
  border: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-metadata-list:after,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-metadata-list:after,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-metadata-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
    /*min-width:initial;*/
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 4;
    padding-right: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper .wf-movement-share-button,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper .wf-movement-share-button {
    width: 100%;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-links {
    margin-top: 33px;
    margin-bottom: 36px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper section.wf-movement-metadata-tags .wf-movement-metadata-tag {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front section.wf-movement-description .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief .wf-movement-buttons-wrapper,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front .wf-movement-buttons-wrapper {
    grid-column: col-start 1 / span 3;
    padding-right: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader {
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo .Picture_Input .Uploader .Button {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio .wf-movement-title-input,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio .wf-movement-title-input {
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 {
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links {
  grid-gap: 30px;
  margin-bottom: 30px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-links input[type="text"],
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"],
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-links input[type="text"] {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag {
  margin-bottom: 40px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input {
  border: none;
  padding: 0;
  min-width: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .taggle_placeholder {
  color: #a4a6b3;
  top: initial;
  bottom: 4px;
  left: 8px;
  font-size: 16px;
  font-weight: 400;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle {
  float: left;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 1px;
  background-color: #f7f7f7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  transition: none;
  max-width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .taggle_text,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .label {
  font-weight: 400;
  margin-right: 1rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li.taggle .close {
  position: static;
  top: initial;
  right: initial;
  font-size: 13px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle),
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li:not(.taggle) {
  float: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input {
  border: none;
  border-bottom: solid 1px #d2d2d2;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0;
  height: initial;
  width: 100% !important;
  padding: 8px !important;
  padding-bottom: 4px !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:hover {
  border: none;
  border-bottom: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input ul.taggle_list li input:focus:hover {
  border: none;
  border-bottom: solid 1px #ff877b;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete {
  margin-top: 11.2px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a {
  padding: 0.25em 1em;
  font-family: "Avenir Roman WF";
  line-height: 2.67;
  color: #6f6f6f;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Menu_Item a:hover {
  background: rgba(252, 226, 227, 0.8);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .Jelly_Progress_Bar div {
  background-color: #fce2e3 !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag .Tag_Input .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: #6f6f6f;
  background: rgba(252, 226, 227, 0.8);
  border: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-metadata-2 section.wf-movement-metadata-tags .wf-movement-metadata-tag:last-child {
  margin-bottom: 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .wf-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .wf-button {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: 0 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  /*
							position:absolute;
							top:initial;
							left:initial;
							bottom:(1.875 * @rem) + (0.5 * @rem) + (0.5 * @rem);
							right: -2 * @rem;
						*/
  width: 16px;
  height: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-metadata-buttons .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio.wf-movement-bio-2,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio.wf-movement-bio-2,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2.wf-movement-bio-2,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2.wf-movement-bio-2 {
  margin-top: -10px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio input[type="text"],
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio input[type="text"],
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 input[type="text"],
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 input[type="text"] {
  width: 100%;
  font-size: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio textarea,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio textarea,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-bio-2 textarea,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-bio-2 textarea {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    grid-column: col-start / span 5;
    margin-left: 16px;
    margin-top: calc(-100% +  4 * 16px);
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit {
    margin-top: -1px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo {
    overflow: hidden;
    grid-column: col-start / span 3;
    margin-top: calc(-100% +  3 * 16px);
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit div.wf-movement-logo:before,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit div.wf-movement-logo:before {
    content: '';
    padding-top: 100%;
    float: left;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata .wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 .wf-movement-metadata-links {
    margin: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio {
    grid-row: 1;
    grid-column: 2;
    margin-top: -20px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata {
    grid-row: 1;
    grid-column: 1;
    padding: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-bio-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-bio-2 {
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 0;
    margin-top: -72px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-2,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-2 {
    grid-row: 2;
    grid-column: 1;
    padding: 0;
    padding-top: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief.wf-edit section.wf-movement-description .wf-movement-metadata-buttons,
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-brief-front.wf-edit section.wf-movement-description .wf-movement-metadata-buttons {
    grid-column: 1;
    grid-row: 4;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper {
  width: 100%;
  overflow-x: auto;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  border-bottom: solid 1px #d2d2d2;
  width: -webkit-max-content;
  width: max-content;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 4px transparent;
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:first-child {
  padding-left: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:focus {
  border-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  border-top-color: transparent;
  border-bottom: solid 3px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a.active {
  font-family: "Avenir Heavy WF";
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front {
    width: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-movement-navigation-front-wrapper section.wf-movement-navigation-front a {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  overflow-x: scroll;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:focus {
  border-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation a.active {
  border-top-color: transparent;
  border-bottom: solid 4px #ff877b;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-navigation {
    overflow-x: initial;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 8px;
  display: block;
  padding: 8px 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * ul.wf-movement-tab-menu li a.wf-active {
  background-color: #ff877b;
  color: #ffffff;
  border: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > * .wf-movement-tab-details .wf-alert {
  margin-top: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
  grid-column: 1 / span -1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 data {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join h4 {
    text-align: center;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
  margin-right: -16px;
  margin-left: -16px;
  margin-top: -40px;
  background: #f6f4f4;
  padding-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer a:hover {
  border-bottom: solid 1px #ff877b;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-campaign-disclaimer {
    margin-top: -60px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture {
  overflow: hidden;
  position: relative;
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash .Cover.Picture .Cover_Content.Cover_Image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-splash {
    grid-column: col-start 4 / span 10;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
  display: flex;
  grid-column: col-start / span 10;
  margin-top: 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  position: relative;
  background: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active {
  background: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li.Active a {
  color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child {
  border-right: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:first-child:hover a {
  left: -1px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li:last-child:hover a {
  left: 1px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a {
  text-decoration: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period li a:focus {
  outline-style: none;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period {
    grid-column: 7 / span 4;
    padding-left: 48px;
    padding-right: 48px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: col-start / span 7;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
  grid-column: col-start / span 7;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 7 / span 4;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-period.single {
    grid-column: 8 / span 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    grid-column: col-start / -1;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-disclaimer {
    text-align: center;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 23rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
  width: calc(100%);
  margin: 0;
  margin-bottom: 24px;
  border: solid 1px #d2d2d2;
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li > span > span > span > span > data {
  display: flex;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card {
  width: 100%;
  text-align: center;
  padding: 24px;
  padding-bottom: 32px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card h6 {
  font-family: "Avenir Heavy WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price {
  display: inline-flex;
  margin-top: 24px;
  margin-bottom: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .currency {
  align-self: flex-start;
  margin-top: -4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .amount {
  font-size: 3.75em;
  line-height: 1;
  margin-left: 4px;
  margin-right: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .price .period {
  align-self: flex-end;
  margin-bottom: 3px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper {
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li {
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .benefits li.promotion,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits li.promotion {
  background: #ffa097;
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: -24px;
  margin-right: -24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  font-family: "Avenir Heavy WF";
  text-decoration: underline;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:focus {
  outline-style: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits-trigger:hover {
  text-decoration: underline;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .more-benefits {
  overflow: hidden;
  max-height: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .benefits-wrapper .description {
  margin-top: 16px;
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f6f4f4;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-title {
  font-weight: 600;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .gift-preview .gift-description {
  font-size: 0.875rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited {
  margin-top: 32px;
  margin-bottom: 40px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .limited span {
  padding: 0.5em 1em;
  font-size: 14px;
  font-family: "Avenir Heavy WF";
  background: #ffa097;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-disabled {
  margin-top: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount {
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child {
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input {
  width: 112px;
  padding-left: 26px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount > *:first-child input:focus {
  padding-left: calc(1.625 * 16px - 1px);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join {
  min-width: initial;
  margin-top: 0;
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode):disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join-level-amount .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join {
  margin-top: 32px;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join.wf-no-gift-mode .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-width: 2px;
  border-color: #ffffff;
  border-right-color: transparent;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 0.375 * 16px);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card .wf-join:not(.wf-no-gift-mode) .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card figure {
  height: 128px;
  width: calc(100% + 3 * 16px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits-trigger {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.more .more-benefits {
  max-height: 1000px;
  transition: 300ms;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li .wf-card.square figure {
  height: initial;
  width: calc(100% + 48px);
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 0;
  padding-bottom: calc(100% + 48px);
  margin-bottom: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
  border: solid 2px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card {
  margin-top: -1px;
  padding-bottom: calc(2 * 16px - 1px);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join.wf-no-gift-mode {
  background-color: #ff5948;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode) {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode):disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card .wf-join:not(.wf-no-gift-mode).wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover .wf-card:not(.square) figure {
  width: calc(100% + 3 * 16px + 2px);
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li:hover {
    overflow: hidden;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card h6 {
  display: block;
  min-height: 72px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.double-header .wf-card.square {
  min-height: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li {
  margin-top: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card {
  padding-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels.no-image > li .wf-card figure {
  display: none;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels {
    flex-direction: row;
    margin: -16px;
    margin-top: 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *.wf-movement-join .wf-movement-join-levels-wrapper .wf-movement-join-levels > li {
    width: initial;
    flex-basis: 288px;
    min-width: 288px;
    margin: 16px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    width: 170vw;
    display: flex;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    padding: 14px;
    border-right: solid 1px #d2d2d2;
    width: 70vw;
    margin-left: -70vw;
    transition: 100ms;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu.open {
    margin-left: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    width: 100vw;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    display: grid;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(16, [col-start] 1fr);
    grid-gap: 16px;
    padding: 36px 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    grid-column: col-start / -1;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) ul.wf-movement-tab-menu {
    grid-column: col-start / span 4;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) .wf-movement-tab-details {
    grid-column: col-start 5 / span 12;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-details > * > *:not(.wf-movement-join) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-top: -16px;
  margin-bottom: 64px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description img {
  max-width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description iframe {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-movement-join-drive-description .wf-movement-description {
    grid-column: col-start 4 / span 10;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
  margin-top: 48px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events .Jelly_Progress_Bar {
  visibility: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
  display: none;
}
@media (max-width: 374px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    margin-top: 36px;
  }
}
@media (max-width: 1279px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details {
    padding: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 11;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    display: block;
    margin-top: 48px;
    padding-right: 16px;
    grid-column: 12 / -1;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-events {
    grid-column: 1 / span 12;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-callout-wrapper {
    grid-column: 13 / -1;
    padding-right: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
  margin-left: 10px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag {
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  margin-right: 0.5rem;
  display: inline-block;
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag span data {
  font-family: "Avenir Roman WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag:hover {
  background-color: #e2e2e2;
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper .wf-tag.active {
  color: #fff;
  background: #ff877b;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional section.wf-upcoming-events-details .wf-tag-wrapper {
    margin-left: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper {
  margin-top: 48px;
  margin-bottom: 40px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  margin-bottom: 40px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata a figure.wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link .label {
  border-bottom: solid 1px transparent;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter .wf-social-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  content: "";
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.instagram .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.instagram .wf-social-icon {
  background-image: url(https://withfriends-test.s3.us-east-2.amazonaws.com/social/instagram-logo_credit-freepik.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.facebook .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.facebook .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/facebook-app-logo_credit-freepik.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.instagram.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.facebook.twitter .wf-social-icon,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link.twitter.twitter .wf-social-icon {
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover {
  border: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata .wf-movement-metadata-link:hover .label {
  border-bottom: solid 1px #ff877b;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-metadata {
    padding: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
  display: inline;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Heavy WF";
  display: inline;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description img {
  max-width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional .wf-about-wrapper section.wf-about-description .wf-movement-description iframe {
  max-width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement .wf-movement-additional.disabled {
  opacity: 0.3;
}
.wf-kiosk .wf-kiosk-wrapper ul.wf-eventbrite-select-organization li {
  display: flex;
  padding: 16px;
  margin-bottom: 16px;
  align-items: center;
  border: solid 1px #d2d2d2;
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper ul.wf-eventbrite-select-organization li:hover {
  border-color: #333333;
}
.wf-kiosk .wf-kiosk-wrapper ul.wf-eventbrite-select-organization li img {
  width: 64px;
}
.wf-kiosk .wf-kiosk-wrapper ul.wf-eventbrite-select-organization li p {
  margin-left: 16px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-fulfill-subscriptions-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-fulfill-subscriptions-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-onboarding-wrapper {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-onboarding-wrapper {
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-onboarding-wrapper {
    left: calc((960px - 458px)/-2);
  }
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-onboarding-wrapper {
    margin-top: 0;
    width: 960px;
    left: calc((960px - (100vw * .47))/-2);
    position: relative;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-onboarding-wrapper .wf-onboarding-title {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-onboarding-wrapper {
    width: 1280px;
    left: calc((1280px - 458px)/-2);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel {
  list-style-type: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment {
  width: 100%;
  padding-left: 3px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment .wf-card:hover .wf-tag {
  background-color: yellow;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel li.wf-magic-moment h6 {
  margin-top: 16px;
  display: block;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot span {
  background: #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper ul.wf-magic-moment-carousel .owl-dot.active span {
  background: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
  justify-content: flex-start;
  margin-top: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta:last-child {
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta i:not(.illustration) {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta i.illustration {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2em;
  width: 2em;
  height: 2em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta i.illustration.dashboard {
  width: 46px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked {
  padding-left: 0;
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked:active {
  border: solid 1px #8c8c8c !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked i:not(.illustration) {
  display: initial;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked i.illustration {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding .owl-dots {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 374px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    font-size: 14px;
    height: 48px;
    min-width: 148px;
    padding-left: 32px;
    padding-right: 32px;
    padding-left: 16px;
    padding-right: 16px;
    height: 64px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta i {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    padding-left: 42px;
    padding-right: 42px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked {
    padding-left: 26px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta.checked i {
    font-size: 1.4em;
    margin-left: 0;
    margin-right: 0.5em;
  }
}
@media (min-width: 1024px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta {
    margin-top: 36px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper .wf-button-cta:last-child {
    margin-bottom: 36px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-magic-moment-wrapper.wf-magic-moment-from-onboarding ul.wf-magic-moment-carousel {
    margin-bottom: 3.5rem;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-media-wrapper {
  position: relative;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-media-wrapper:before {
  content: '';
  padding-top: 56.25%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-media-wrapper .wf-media-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  background-size: contain;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-view .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-view > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-view {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-view .wf-alert {
  grid-column: 1 / span 2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
  text-align: right;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-view .wf-edit-button-wrapper {
    grid-column: 1 / span 2;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit p.wf-campaign-basics-goal-base {
  margin-top: 8px;
  margin-bottom: -8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit .Movement_Meter {
  margin-top: 32px;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit input[name="goal"] {
  margin-left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit .wf-checkbox label {
  margin-left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics p.wf-campaign-basics-goal {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics p.wf-campaign-basics-goal-base {
  margin-bottom: 0;
  font-size: 14px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Progress_Bar {
  margin-top: 16px;
  position: relative;
  border: solid 1px #d2d2d2;
  background: none;
  overflow: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Progress_Bar .Progress {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Progress_Bar .Progress.Memberships {
  left: -1px;
  background: #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Progress_Bar .Progress.Donations {
  background: #ffccc7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage {
  margin-top: 10px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p:active,
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .Movement_Percentage p:disabled {
  border-color: initial;
  text-underline: initial;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-campaign-basics .wf-edit-input-with-mobile-padding {
    max-width: calc(100% - 20px);
  }
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
  align-items: initial;
  flex-direction: column-reverse;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
  align-self: flex-end;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu .wf-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals {
    flex-direction: row;
  }
  .wf-kiosk .wf-kiosk-wrapper .Movement_Item.Manage_Item .wf-membership-drive-manage-goals div.Fundraiser_Launch_Menu {
    align-self: initial;
    margin-bottom: initial;
  }
}
.wf-kiosk .wf-kiosk-wrapper .Manage_Item .wf-membership-list .wf-membership:not(.wf-membership-new) .Jelly_Progress_Bar {
  visibility: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-list {
  margin-bottom: 36px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-list li.wf-membership:first-child {
  padding-top: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership {
  display: block;
  position: relative;
  margin: 0;
  padding: 36px 0;
  border-bottom: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership:not(.wf-membership-new):not(.wf-membership-add):last-child {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview h5 {
  font-weight: 700;
  line-height: 1.5;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
  width: 336px;
  background-size: cover;
  background-position: center center;
  border: solid 1px #d2d2d2;
  background-color: #f7f7f7;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image:before {
  content: '';
  padding-top: 41.4%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-benefits {
  margin-top: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list {
  list-style-type: disc;
  list-style-position: inside;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-benefits ul.wf-membership-benefits-list li span {
  position: relative;
  left: -8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-benefits p.wf-membership-benefits-description {
  margin-top: 16px;
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  margin-top: 48px;
}
@media (min-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image {
    width: 100%;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-overview .wf-membership-tier-image.square {
    max-width: 12rem;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-benefits {
    margin-top: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-view .wf-membership-benefits .wf-edit-button {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price input[type="number"] {
  margin-left: 0;
  margin-right: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .month_amount_wrapper {
  margin-left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics .wf-membership-basics-price .amount_period_divider {
  margin-left: 8px;
  margin-right: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics input.member_limit {
  width: 72px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics .tier_image_wrapper {
  width: 150px;
  height: 150px;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
  display: flex;
  align-items: center;
  justify-content: start;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > * {
  margin-left: 4px;
  margin-right: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests > *:first-child,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount > *:first-child {
  margin-left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-checkbox,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests input[type="number"],
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right {
  display: flex;
  align-items: center;
  justify-content: start;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > * {
  margin-left: 4px;
  margin-right: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right > *:first-child {
  margin-left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right .wf-checkbox,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right .wf-checkbox {
  position: relative;
  top: -4.8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input[type="number"],
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount .wf-input-row-right input[type="number"] {
  margin-left: 10px;
  margin-right: 10px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li {
  display: flex;
  width: 360px;
  max-width: calc(100vw -  4 * 16px);
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div {
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div p {
  line-height: 1.25;
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:active,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li div aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li span.wf-benefit-edit {
  margin-right: 12px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a {
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a i.material-icons {
  font-size: 14.4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: absolute;
  top: 2px;
  left: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits ul.wf-membership-benefits-list li a .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests {
    align-items: start;
    position: relative;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right > *:first-child {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests .wf-input-row-right input {
    margin-left: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-edit-buttons {
    margin-top: 24px;
    grid-template-columns: auto auto;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-edit-buttons .delete-button {
    margin-left: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-edit-buttons > *:nth-child(3) {
    display: block;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-basics {
    margin-bottom: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-guests,
  .wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-edit .wf-membership-benefits .wf-membership-benefits-ticketing .wf-membership-benefits-discount {
    margin-bottom: 28px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base:active,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-membership .wf-membership-base:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership.wf-membership-add a {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership.wf-membership-add a {
    font-size: 12px;
    height: 32px;
    min-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership .Jelly_Action_Result {
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge p {
  line-height: 1.25;
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  color: #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside:active,
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-benefit-badge aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits {
  border: solid 1px #d2d2d2;
  padding: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits h6 {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits figure {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits figure:before {
  content: '';
  padding-top: 45%;
  float: left;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits figure {
    max-width: 240px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits figure.square {
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits figure.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits ul {
  list-style: disc;
  list-style-position: inside;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-description {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-instructions a i {
  font-size: 1.2em;
  margin-right: 4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:active,
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-membership-consumer-benefits-period aside:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-buttons {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button:not(.wf-last-child) {
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button {
    width: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button.wf-badge {
    width: -webkit-max-content;
    width: max-content;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-membership-consumer-benefits .wf-buttons .wf-button:first-child:not(.wf-badge) {
    margin-bottom: initial;
    margin-right: 4px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-member-badge {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-member-badge img.wf-logo {
  height: 2rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-member-badge h2 {
  margin-top: 20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-member-badge .wf-qr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px #d2d2d2;
  margin-top: 16px;
  margin-bottom: 16px;
  width: calc(100%);
  height: calc(100vw - 6.25 * 16px);
  max-height: 352px;
  justify-content: space-evenly;
}
.wf-kiosk .wf-kiosk-wrapper .wf-member-badge .wf-qr-wrapper img.wf-qr {
  width: calc(60%);
  max-width: 208px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
  background: #ffa097;
  padding: 3px 9px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
.wf-kiosk .wf-kiosk-wrapper .wf-member-badge h6.wf-qr-id {
  display: none;
  text-align: right;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "Avenir Heavy WF";
  font-weight: bold;
}
@media (max-width: 320px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-member-badge {
    padding-left: 0;
    padding-right: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-member-badge h2 {
    font-size: 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-member-badge .wf-qr-wrapper {
    height: calc(100vw - 5 * 16px);
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-member-badge .wf-qr-wrapper h6.wf-valid-until {
    font-size: 14px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-member-badge .wf-member-badge-since {
    font-size: 14px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage li {
  width: 100%;
  max-width: 832px;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage {
    margin-top: 40px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage li {
    margin-bottom: 40px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage li:last-child {
    margin-bottom: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage li .wf-testimonial {
    overflow: hidden;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-testimonials-list.wf-manage li .wf-testimonial:before {
    content: '';
    padding-top: 52.35%;
    float: left;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonial {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonial:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonial figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonial .wf-social-proof-description {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonial .wf-social-proof-description h5 {
  color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonial .wf-social-proof-description p:not(.wf-tag) {
  color: #ffffff;
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-testimonial:hover .wf-tag {
  background-color: yellow;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage li {
  margin-bottom: 1rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage li:last-child {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata:after {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Views {
  flex: 1;
  padding-left: 0;
  width: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
  margin-right: 1rem;
  vertical-align: middle;
}
.wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata {
    flex-direction: column;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Views {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata {
    padding: 16px 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-upsell-link.wf-manage {
    max-width: 832px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary-2,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary-2.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-primary-2.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-secondary,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-secondary:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-secondary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-secondary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-tertiary,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-tertiary:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-tertiary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-tertiary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-huge,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-large,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-medium,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-small,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-flat,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-import-event-button i,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details .wf-add-event-button i {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .wf-event-share-button {
  position: absolute;
  top: 18px;
  right: 20px;
  background: white;
  z-index: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .wf-event-share-button:active {
  position: absolute;
  left: initial;
  bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover {
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle {
  color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata {
  background: none;
  border: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata:after {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Date {
  flex: 1;
  padding-left: 0;
  width: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions {
  flex: 0;
  position: static;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  width: initial;
  margin-left: 0 !important;
  display: grid;
  grid-gap: 16px;
  /* This catches a span around edit event */
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions > * {
  display: block;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions > * a {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
  font-size: 14px;
  height: 40px;
  min-width: 112px;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 0 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a i {
  font-size: 22.4px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions a .link-label {
  display: inline;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle {
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title:disabled,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Title.Subtitle,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Cover .Subtitle.Subtitle {
    font-weight: normal;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .wf-event-share-button {
    top: 32px;
    right: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata {
    padding: 16px 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage .Metadata .Small_Actions {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-manage {
    max-width: 832px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-edit .wf-checkbox label {
  margin-left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-edit .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-edit .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link {
  text-decoration: inherit;
  color: inherit;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding: 0;
  grid-template-columns: repeat(3, [col-start] 1fr);
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link:focus {
  outline-style: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
  background-color: #f6f4f4;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.36%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info {
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info h4,
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  margin: 0;
  margin-bottom: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info h6 {
  font-family: "Avenir Heavy WF";
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link h4 {
    font-size: 24px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link {
    grid-gap: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper {
    grid-column: col-start / 1;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 12px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link figure.wf-event-cover-wrapper.square .wf-event-cover {
    top: 12px;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 24px);
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info {
    grid-column: 2 / -1;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p {
    font-size: 18px;
    line-height: 1.56;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin: 0;
    margin-bottom: 8px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-event.wf-front a.wf-event-link .wf-event-info p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-single-disclaimer {
    max-width: 832px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage {
  margin-top: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item {
  margin-bottom: 32px;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  grid-template-columns: auto auto;
  /* Overwriting another media query in wf-action-grid */
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-input-row {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > * {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-template-columns: 1fr 3fr;
    grid-gap: 36px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main {
    grid-gap: 16px;
    grid-template-columns: auto auto;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  padding-top: 6px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:active,
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main > label:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .wf-ticket-private .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row {
  display: inline-grid !important;
  grid-auto-flow: column;
  grid-gap: 12px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row input {
  background: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:first-child {
  width: 120px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Ticket_Time .Input_Row .Input_Item:last-child {
  width: 96px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row {
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row input[type="number"] {
  width: 80px !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .Suggested_Donation .Input_Row .wf-checkbox label {
  margin-top: 12px;
  margin-bottom: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale {
  margin-left: initial;
  width: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .Input_Row.Main .On_Sale_Wrapper .On_Sale label {
  margin-left: initial;
  margin-bottom: initial;
  width: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .delete-button {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item .delete-button:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage li.Tier_Item.Hide_Quiet_Buttons .delete-button {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-tickets-list.wf-manage .picker__list {
  padding-bottom: 9px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky {
  top: -160px;
  transition: 250ms;
  background: #ffffff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 #e2e2e2;
  position: fixed;
  left: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: center;
  grid-gap: 14px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3 {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-family: "Avenir Heavy WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information h3:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information .wf-event-date:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
  grid-column: col-start / -1;
  font-size: 18px;
  font-family: "Avenir Heavy WF";
  line-height: 1.4;
  display: flex;
  align-items: center;
  height: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  grid-column: col-start / -1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky {
    top: -96px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 8 / span 2;
    justify-content: flex-end;
    margin-right: 8px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky {
    top: -72px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner .wf-event-price {
    height: 48px;
    grid-column: col-start 9 / span 1;
    width: 150%;
    justify-content: initial;
    margin-right: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief-sticky .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    width: 82%;
    margin-left: auto;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief {
  border-bottom: solid 1px #d2d2d2;
  padding-top: 28px;
  padding-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  align-items: end;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
  text-align: right;
  display: block;
  grid-column: 1 / -1;
  margin-right: 16px;
  padding: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper .wf-event-edit-button i.material-icons {
  margin-right: 14px;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-edit-wrapper {
    margin-right: 0;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
  grid-column: col-start / -1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: bold;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin-bottom: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
  margin-bottom: 4px;
  grid-column: col-start / -1;
  height: 48px;
  font-family: "Avenir Heavy WF";
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price {
  display: block;
  color: #c0c0c0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-slashed-price .Slashed:before {
  border-color: #c0c0c0;
  border-width: 2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price .wf-true-price {
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
  margin-bottom: 4px;
  grid-column: col-start / span -1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] a i {
  font-size: 1em;
  margin-left: 1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal {
  margin-top: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner {
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li {
  flex: 2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h6 {
  font-family: "Avenir Heavy WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li h1 {
  font-family: "Avenir Heavy WF";
  font-size: 32px;
  color: #ff877b;
  line-height: 1.5;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-campaign-goal ul.wf-campaign-goal-banner li:last-child {
  flex: initial;
  margin-right: 16px;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner {
    grid-row-gap: 0;
    /* This is Just for the edit button. */
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-column: col-start / span 7;
    grid-row: span 2;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information h3 {
    font-size: 32px;
    font-weight: normal;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-ticket-name:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-date:disabled,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information .wf-event-location:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 4;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 8px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 9 / span 4;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-information {
    grid-row: span 1;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner .wf-event-price {
    grid-column: col-start 9 / span 1;
    font-size: 20px;
    width: 150%;
    justify-content: initial;
    align-items: center;
    margin-bottom: 4px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-brief .wf-event-brief-inner span[data-template="New_Default_CTA"][data-kind="Iterator"] {
    grid-column: col-start 10 / span 3;
    width: 82%;
    max-width: initial;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  padding-top: 28px;
  padding-bottom: 54px;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information {
  grid-column: col-start / span -1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper {
  background-color: #f6f4f4;
  width: 100%;
  margin-bottom: 76px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper:before {
  content: '';
  padding-top: 52.356%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper .wf-event-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 100%;
  border: 1px solid #d2d2d2;
  background-size: cover;
  background-position: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
  overflow: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
  aspect-ratio: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description {
  font-size: 16px;
  line-height: 1.63;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a {
  text-decoration: initial;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description a:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description blockquote {
  background: #f6f4f4;
  border-left: solid 1px #d2d2d2;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.19;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h1:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description h2:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description img {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description iframe {
  max-width: 100%;
  margin: 1rem 0;
  display: block;
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description hr {
  border: none;
  border-top: solid 1px #d2d2d2;
  margin: 1.5rem 0rem;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-description .wf-event-partner {
  margin-top: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map {
  padding-left: 14px;
  padding-right: 20px;
  margin-top: 4px;
  margin-bottom: 38px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-map i {
  font-size: 1.4em;
  margin-right: 6px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar {
  grid-column: col-start / span -1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share {
  margin-bottom: 54px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button {
  text-decoration: initial;
  color: inherit;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.first {
  margin-left: 28px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.link i {
  font-size: 1.25em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.facebook {
  background-size: 74%;
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/social/black/facebook_2.png");
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.twitter {
  background-size: 64%;
  background-image: url(https://s3.us-east-2.amazonaws.com/withfriends-test/social/twitter-logo-silhouette_credit-elegantthemes.png);
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button.email i {
  font-size: 1.1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-share .wf-event-share-inner .wf-event-share-button:hover {
  border-color: #ff877b;
  cursor: pointer;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner {
  display: flex;
  margin-top: 28px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo {
  text-decoration: initial;
  color: inherit;
  flex-basis: 128px;
  width: 128px;
  overflow: hidden;
  background: #c0c0c0;
  margin-right: 32px;
  background-size: cover;
  border: solid 1px #c0c0c0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-logo:hover {
  border-bottom: solid 1px #c0c0c0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label {
  padding-top: 18px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title {
  text-decoration: initial;
  color: inherit;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Avenir Heavy WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover {
  text-decoration: initial;
  border-bottom: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus {
  outline-style: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:hover,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:active,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:visited,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:focus-within,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:invalid,
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-title:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: solid 1px transparent;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-event-movement .wf-event-movement-inner .wf-event-movement-label .wf-event-movement-link:hover {
  border-bottom: solid 1px #ff877b;
}
.wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
  display: none;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper {
    display: block;
    margin-top: 54px;
    max-width: 288px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper h5 {
    font-size: 17.6px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar .wf-callout-wrapper .wf-button {
    font-size: 14px;
    height: 40px;
    min-width: 112px;
  }
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional {
    padding-top: 54px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information {
    grid-column: col-start / span 7;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square {
    overflow: hidden;
    padding: 20px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square:before {
    content: '';
    padding-top: 52.356%;
    float: left;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information .wf-event-cover-wrapper.square .wf-event-cover {
    top: 20px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 40px);
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:focus,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:hover,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:active,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:visited,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:focus-within,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:invalid,
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-information p:disabled {
    border-color: initial;
    text-underline: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-event-front section.wf-event-additional .wf-event-sidebar {
    grid-column: col-start 9 / span 4;
  }
}
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List {
  display: grid;
}
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder {
  border: solid 2px #333333;
  background: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item .Member_Icon .Placeholder i {
  background-image: url("https://cdn.withfriends.co/jelly/assets/images/withfriends/Withfriends_Friend_Inverted.png");
}
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level {
  font-size: 14px;
  line-height: 1.86;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  font-weight: normal;
  color: #333333;
  margin-top: 0;
}
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus,
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:hover,
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:active,
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:visited,
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:focus-within,
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:invalid,
.wf-kiosk .wf-kiosk-wrapper #Membership_Dashboard .Member_List .Member_Item aside.Member_Level:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper #Testimonial .wf-action-title {
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Testimonial h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Testimonial .wf-testimonial-image {
  width: 100%;
  height: auto;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Testimonial .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Testimonial .share_buttons a {
  position: relative;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Testimonial .share_buttons a i,
.wf-kiosk .wf-kiosk-wrapper #Share-Testimonial .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
@media (max-width: 374px) {
  .wf-kiosk .wf-kiosk-wrapper #Share-Testimonial h2 {
    font-size: 28px;
  }
}
.wf-kiosk .wf-kiosk-wrapper #Share-Event h2 {
  font-size: 32px;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Event .share_buttons {
  display: grid;
  grid-gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Event .share_buttons a {
  position: relative;
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper #Share-Event .share_buttons a i,
.wf-kiosk .wf-kiosk-wrapper #Share-Event .share_buttons a img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - .5rem);
}
.wf-kiosk .wf-kiosk-wrapper #Share-Event .wf-helper-image {
  width: 100%;
  height: auto;
  border: solid 1px #d2d2d2;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper #Share-Event h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 374px) {
  .wf-kiosk .wf-kiosk-wrapper #Share-Event h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports {
  padding-top: 0px !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports .Report_Navigation {
  margin-top: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports .wf-dropdown {
  font-size: 16px;
  font-weight: normal;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports .Date_Selector {
  font-size: 16px;
  font-weight: normal;
  border-radius: 1px;
  border-color: #d2d2d2;
  padding-bottom: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.825em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports .Within {
  font-size: 16px;
  font-weight: normal;
  margin: 0 16px;
  flex: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h2,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h3,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report h4,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Stat .Amount {
  font-size: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Button.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small {
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports.wf-interim-fundraiser-report .Report.Small:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors {
    flex-wrap: wrap;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-movement-tab-details main.wf-interim-reports .Report_Navigation_Selectors .Kind_Selector {
    margin-bottom: 1rem;
  }
}
.wf-kiosk .wf-kiosk-wrapper .Report_Back {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book WF";
  letter-spacing: normal;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Back:focus,
.wf-kiosk .wf-kiosk-wrapper .Report_Back:hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Back:active,
.wf-kiosk .wf-kiosk-wrapper .Report_Back:visited,
.wf-kiosk .wf-kiosk-wrapper .Report_Back:focus-within,
.wf-kiosk .wf-kiosk-wrapper .Report_Back:invalid,
.wf-kiosk .wf-kiosk-wrapper .Report_Back:disabled {
  border-color: initial;
  text-underline: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Back a:hover {
  border: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Ranking b {
  font-family: "Avenir Book WF";
  font-weight: bold;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report {
  border: solid 1px #d2d2d2;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown label,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir Book WF";
  text-transform: initial;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary {
  background-color: #ff877b;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary.wf-processing {
  background-color: #ffa097;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary-2 {
  background-color: #333333;
  color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary-2:not(.wf-processing):not(.wf-disabled):active {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary-2.wf-processing {
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary-2:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-primary-2.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-primary-2.wf-disabled {
  background-color: #8c8c8c;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-secondary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-secondary:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-secondary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-secondary.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-secondary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-secondary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-secondary.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-tertiary {
  background: none;
  color: #333333;
  box-shadow: none;
  border: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-tertiary:hover {
  border-bottom: solid 1px #e2e2e2;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-tertiary:not(.wf-processing):not(.wf-disabled):active {
  border: solid 1px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-tertiary.wf-processing {
  border: solid 1px #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-tertiary:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-tertiary.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-tertiary.wf-disabled {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
  opacity: 0.7;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-huge,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-huge {
  font-size: 16px;
  height: 64px;
  min-width: 197.28px;
  padding-left: 42.56px;
  padding-right: 42.56px;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-large,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-large {
  font-size: 14px;
  height: 48px;
  min-width: 148px;
  padding-left: 32px;
  padding-right: 32px;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-medium,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-medium {
  font-size: 14px;
  height: 40px;
  min-width: 112px;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-small,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-small {
  font-size: 12px;
  height: 32px;
  min-width: initial;
  padding-left: 24px;
  padding-right: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-processing {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-disabled {
  opacity: 0.7;
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:hover {
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  position: relative;
  left: -2px;
  bottom: -2px;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-flat,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-flat {
  left: 0;
  bottom: 0;
  box-shadow: none;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:hover {
  border-bottom: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):hover,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:not(.wf-processing):not(.wf-disabled):active,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:not(.wf-processing):not(.wf-disabled):active {
  border: solid 2px #333333;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-processing,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-processing {
  border: solid 1px #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button:disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Breakdown .Button.wf-disabled,
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report .Button.wf-disabled {
  color: #8c8c8c;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report_Event_List p {
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report_Event_List a {
  padding: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  justify-content: start;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report_Event_List a:hover {
  background: rgba(252, 226, 227, 0.8);
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report_Event_List a i {
  font-size: 1.6rem;
  margin: 0 !important;
}
.wf-kiosk .wf-kiosk-wrapper .Report_Wrapper .Report_Event_List a p {
  margin: 0 !important;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel {
  min-height: 90vh;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section.wf-movement-details {
  margin-top: 40px;
  margin-bottom: 64px;
  overflow: visible;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section.wf-movement-details .Jelly_Progress_Bar {
  visibility: hidden;
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section.wf-movement-details {
    margin-top: 60px;
  }
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up {
  position: relative;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-gap: 16px;
  background-color: #f6f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate > *,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up > * {
  grid-column: col-start / -1;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate > *,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form {
  text-align: center;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p {
  margin-top: 16px;
  margin-bottom: 32px;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child {
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row > *:first-child input,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 144px;
  padding-left: 26px;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .wf-input-label,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .wf-input-label {
  position: absolute;
  color: #6f6f6f;
  left: 16px;
  top: calc(50% - 0.75 * 16px);
  font-family: "Avenir Book WF";
  font-size: 16px;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form .input-row .Jelly_Loading.Scroll,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row {
  display: flex;
}
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate#wf-movement-join-sign-up .form .input-row > *:first-child input,
.wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up#wf-movement-join-sign-up .form .input-row > *:first-child input {
  width: 100%;
}
@media (max-width: 767px) {
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form h2,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form h2 {
    font-size: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form a,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form a {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form {
    grid-column: col-start 4 / span 10;
  }
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    padding: 0;
    font-family: "Avenir Book WF";
    letter-spacing: normal;
    color: #333333;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 52px;
  }
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:focus,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:focus,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:hover,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:hover,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:active,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:active,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:visited,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:visited,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:focus-within,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:focus-within,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:invalid,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:invalid,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-donate .form p:disabled,
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel section#wf-movement-join-sign-up .form p:disabled {
    border-color: initial;
    text-underline: initial;
  }
}
@media (min-width: 1800px) {
  .wf-kiosk .wf-kiosk-wrapper div#Movement_Panel {
    min-height: calc(100vh - 35 * 16px);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-video-wrapper {
  position: absolute;
  height: 100vh;
  width: 100vw;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-video-wrapper .wf-kiosk-video .Video_Wrapper {
  /* TODO- less escaping doesn't work, abandoned rem */
  height: calc(100vh + 80px);
  width: calc((100vh + 80px)/9 * 16);
  min-width: 100vw;
  margin-top: -80px;
  margin-left: calc((((100vh + 80px)/9 * 16) - 100vw)/2 * -1);
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-video-wrapper .wf-kiosk-video .Video_Wrapper iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-video-wrapper figure.wf-kiosk-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-video-wrapper figure.wf-kiosk-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 135, 123, 0.8);
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h1,
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 {
  color: #ffffff;
  margin: 0;
  font-family: "Avenir Heavy WF";
  text-align: center;
  margin-right: 24px;
  margin-left: 24px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface a.wf-kiosk-video-trigger {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface a.wf-kiosk-video-trigger:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface a.wf-kiosk-video-trigger:focus {
  outline-style: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface a.wf-kiosk-video-trigger i {
  position: relative;
  top: -2px;
  margin-right: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-video-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  overflow: hidden;
  background: #000000;
  position: fixed;
  left: 24px;
  width: calc(100vw - 3 * 16px);
  top: 24px;
  height: calc(100vh - 3 * 16px);
  z-index: 2;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-video-popup-wrapper a.wf-kiosk-video-popup-close {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  z-index: 4;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-video-popup-wrapper a.wf-kiosk-video-popup-close:hover {
  text-decoration: inherit;
  border-bottom: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-video-popup-wrapper a.wf-kiosk-video-popup-close:focus {
  outline-style: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-video-popup-wrapper a.wf-kiosk-video-popup-close i.material-icons {
  font-size: 1em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-video-popup-wrapper .Video_Wrapper {
  width: 100%;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface p {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface img.wf-kiosk-qr {
    margin-top: -0.25rem;
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email p {
  text-align: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .input-row {
  width: 640px;
  max-width: calc(100vw - 15 * 16px);
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  align-items: center;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .input-row > *:first-child {
  flex: 1;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .input-row > *:first-child input {
  width: 100%;
  border-style: solid;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .input-row .Jelly_Loading {
  visibility: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin-left: 6px;
  top: 1px;
  border-color: #333333;
  border-right-color: transparent;
  border-width: 2px;
  position: relative;
  left: 8px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .input-row .Jelly_Loading.Scroll {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border-width: 5px;
  border-color: #41bde1;
  border-right-color: transparent;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .input-row .Jelly_Loading.Scroll {
  border-width: 7px;
  border-color: #000000;
  border-right-color: transparent;
}
@media (min-width: 960px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .input-row {
    max-width: calc(100vw - 25 * 16px);
  }
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .wf-kiosk-email-confirmation {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email.confirmation p.wf-kiosk-email-action {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email.confirmation p.wf-kiosk-email-confirmation {
  display: block;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email.confirmation .input-row {
  visibility: hidden;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email .Jelly_Action_Input_Result {
  display: none !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper {
  margin-bottom: 24px;
  width: calc(100vw -  3.5 * 16px);
  margin-left: 56px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper .wf-kiosk-testimonials .owl-stage {
  padding-left: 0 !important;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper .wf-kiosk-testimonials .wf-kiosk-testimonial h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 80px;
  margin: 0;
  margin-bottom: -0.9em;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper .wf-kiosk-testimonials .wf-kiosk-testimonial h3 {
  font-family: "Avenir Heavy WF";
  margin-left: 20px;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper .wf-kiosk-testimonials .wf-kiosk-testimonial aside {
  color: #ffffff;
  margin-left: 20px;
  font-size: 16px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper .owl-dot.active span {
  background-color: #ffffff;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h1 {
  font-size: 36px;
  margin-top: 0;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 {
  font-size: 24px;
  display: block;
  line-height: 1.2;
  width: 960px;
  max-width: 90vw;
  margin-top: -20px;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 br.responsive {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface a.wf-kiosk-video-trigger,
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email,
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper,
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface span[data-type="Video"][data-kind="Iterator"][data-template="Popup"] {
  display: none;
}
.wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-qr {
  width: 132px;
}
@media (max-height: 330px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 {
    font-size: 20px;
  }
}
@media (min-height: 400px) and (min-width: 768px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface {
    padding: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 {
    margin-top: -10px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 br.responsive {
    display: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-qr {
    width: 100px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email {
    display: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email p {
    margin-bottom: 16px;
  }
}
@media (min-height: 500px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface {
    padding-top: 8px;
    padding-bottom: 0;
    justify-content: space-around;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 {
    text-align: left;
    max-width: 86vw;
    align-self: flex-start;
    margin-left: 42px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 br.responsive {
    display: none;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper {
    display: initial;
    margin: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-qr {
    position: relative;
    /* left:calc(50% ~'-' (3 * @rem)); */
    left: 34vw;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email {
    margin-top: -27vh;
    align-self: flex-start;
    margin-left: 2rem;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email p {
    text-align: left;
    margin-left: 16px;
    margin-bottom: 16px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper {
    align-self: flex-start;
    padding-left: 27px;
  }
}
@media (min-height: 650px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface {
    padding: 0;
    max-width: 90vw;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h1 {
    font-size: 48px;
    margin-top: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 {
    font-size: 32px;
    text-align: center;
    align-self: inherit;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface h2 br.responsive {
    display: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email {
    margin-top: initial;
    margin-left: initial;
    align-self: inherit;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-email p {
    text-align: center;
    margin-left: initial;
    margin-bottom: 32px;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-qr {
    position: initial;
    left: 0;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-testimonials-wrapper {
    padding-left: 0;
    margin-bottom: 24px;
  }
}
@media (min-height: 720px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface {
    justify-content: space-evenly;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface a.wf-kiosk-video-trigger,
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface span[data-type="Video"][data-kind="Iterator"][data-template="Popup"] {
    display: initial;
  }
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-qr:not(.smaller) {
    width: 132px;
  }
}
@media (min-height: 900px) {
  .wf-kiosk .wf-kiosk-wrapper .wf-kiosk-interface .wf-kiosk-qr {
    width: 160px;
  }
}
/* Eventbrite Integration Styles */
.eventbrite-promo-banner {
  background-color: #ffa097;
  color: #333333;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 6px;
  font-size: 1.1em;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.eventbrite-promo-code-display {
  padding: 0.2em 0.4em;
  background-color: rgba(51, 51, 51, 0.07);
  border-radius: 4px;
  margin-right: 0.5em;
}
.eventbrite-copy-button {
  padding: 0.4em 0.8em;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: #e2e2e2;
  color: #333333;
  cursor: pointer;
  font-size: 0.9em;
  margin-left: 0.25em;
}
.eventbrite-copy-button:hover:not(\[disabled\]) {
  background-color: #d2d2d2;
}
.eventbrite-copy-button.copied {
  background-color: #fbfbfb;
  border-color: #d2d2d2;
  color: #333333;
}
.eventbrite-copy-button.failed {
  background-color: #ffa097;
  border-color: #d0021b;
  color: #d0021b;
}
.eventbrite-copy-button.no-clipboard {
  background-color: #f7f7f7;
  color: #6f6f6f;
  cursor: not-allowed;
}
.eventbrite-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
.eventbrite-spinner {
  border: 8px solid #f7f7f7;
  border-top-color: #ff877b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: eventbrite-spin 1s linear infinite;
          animation: eventbrite-spin 1s linear infinite;
}
.eventbrite-loading-text {
  margin-top: 1em;
  font-size: 1.2em;
  color: #333333;
}
/* Keyframes for spinner animation - ensure this isn't duplicated if already global */
@-webkit-keyframes eventbrite-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes eventbrite-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Additional structural classes for Eventbrite Integration */
.eventbrite-fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.eventbrite-promo-text-spacing {
  margin-right: 0.25em;
}
.eventbrite-iframe-wrapper {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
