.oauth-connect-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column;
      flex-flow: column; }
  .oauth-connect-loading .integration-logo {
    width: 100px;
    margin-bottom: 5px; }
  .oauth-connect-loading .status {
    border: 0;
    -ms-flex-flow: column;
        flex-flow: column;
    margin: 0;
    padding: 0; }
  .oauth-connect-loading .btn {
    margin-top: 10px; }
stripe {
  display: block; }
  stripe .group-expanded {
    margin-bottom: 10px; }
  stripe .text-muted strong {
    font-weight: bold;
    margin-right: 5px; }
drip {
  display: block; }
  drip .group-expanded {
    margin-bottom: 10px; }
zapier {
  display: block; }
  zapier .zapier-steps li {
    margin-bottom: 5px; }
  zapier .group-expanded {
    margin-bottom: 10px; }
.connection-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }
registration-fields-editor .group-message .supporting-copy {
  max-width: none; }
registration-field registration-field-editor {
  display: none; }

registration-field.edit .readonly-section {
  display: none; }

registration-field.edit registration-field-editor {
  display: block; }

registration-field {
  display: block;
  margin-bottom: 10px; }
  registration-field:last-of-type {
    margin-bottom: 0; }
registration-field-editor {
  display: block; }









registration-fields-editor-promo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  registration-fields-editor-promo .btn:last-of-type {
    margin-right: auto; }


hls-viewer .hls-player-wrapper {
  width: 100%;
  height: 100%; }
hls-player {
  width: 100%;
  height: 100%; }
  hls-player video {
    width: 100%;
    height: 100%; }
/*  BOOTSTRAP VARS
~-----------------------------------------*/
patreon-new-event {
  display: block; }
  patreon-new-event .contain-scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  patreon-new-event .contain-center {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center; }
    patreon-new-event .contain-center img {
      width: 50px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  patreon-new-event .patreon-logo {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 85px;
    padding-bottom: 5px; }

.loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }

.loading-spinner {
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid #ec5f3e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 8px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*  BOOTSTRAP VARS
~-----------------------------------------*/
patreon-join {
  display: block; }
  patreon-join .contain-scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  patreon-join .contain-center {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center; }
    patreon-join .contain-center img {
      width: 50px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  patreon-join .patreon-logo {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 85px;
    padding-bottom: 5px; }

.loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }

.loading-spinner {
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid #ec5f3e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 8px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }






/*  BOOTSTRAP VARS
~-----------------------------------------*/
.pop-dim {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1990;
  pointer-events: none;
  transition: opacity .2s ease; }
  @media (min-width: 480px) {
    .pop-dim {
      top: 0; }
      .pop-dim.open {
        opacity: .5;
        pointer-events: inherit; } }

support-pane.tile {
  display: block;
  position: fixed;
  top: 45px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  max-width: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  box-shadow: 0 0 1px rgba(99, 114, 130, 0.32), 0 8px 16px rgba(27, 39, 51, 0.08); }
  support-pane.tile:hover {
    box-shadow: 0 0 1px rgba(99, 114, 130, 0.32), 0 8px 16px rgba(27, 39, 51, 0.08); }
  @media (min-width: 769px) {
    support-pane.tile {
      top: auto;
      -ms-transform: translate(210px, -210px);
          transform: translate(210px, -210px);
      width: calc(100vw - 220px); } }
  @media (max-width: 480px) {
    support-pane.tile {
      top: 40px; } }

support-pane.open {
  opacity: 1;
  pointer-events: inherit;
  z-index: 5000; }
  @media (min-width: 769px) {
    support-pane.open {
      -ms-transform: translate(210px, -200px);
          transform: translate(210px, -200px); } }

support-pane .tile-header, support-pane .tile-footer {
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 769px) {
    support-pane .tile-header, support-pane .tile-footer {
      padding: 10px 0; } }
  support-pane .tile-header .close, support-pane .tile-footer .close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 5px;
    font-size: 32px; }
    @media (min-width: 769px) {
      support-pane .tile-header .close, support-pane .tile-footer .close {
        display: none; } }
  support-pane .tile-header .search-input, support-pane .tile-footer .search-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fafafa;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    width: calc(100% - 20px);
    padding: 0;
    padding-left: 15px; }
    @media (max-width: 769px) {
      support-pane .tile-header .search-input, support-pane .tile-footer .search-input {
        width: calc(100%); } }
    support-pane .tile-header .search-input input, support-pane .tile-footer .search-input input {
      width: calc(100% - 10px);
      padding: 5px 0; }
    support-pane .tile-header .search-input .cc-icon, support-pane .tile-footer .search-input .cc-icon {
      margin-left: auto;
      margin-right: 15px;
      pointer-events: none; }
      support-pane .tile-header .search-input .cc-icon svg, support-pane .tile-footer .search-input .cc-icon svg {
        fill: #999999;
        -ms-transform: scale(0.9);
            transform: scale(0.9);
        transition: fill .1s ease-out, transform 1s ease-out; }
      support-pane .tile-header .search-input .cc-icon.active, support-pane .tile-footer .search-input .cc-icon.active {
        cursor: pointer;
        pointer-events: inherit; }
        support-pane .tile-header .search-input .cc-icon.active svg, support-pane .tile-footer .search-input .cc-icon.active svg {
          fill: #ec5f3e;
          -ms-transform: scale(1);
              transform: scale(1); }
      support-pane .tile-header .search-input .cc-icon.active:hover, support-pane .tile-footer .search-input .cc-icon.active:hover {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
    support-pane .tile-header .search-input:hover, support-pane .tile-footer .search-input:hover {
      text-decoration: none; }

support-pane .tile-footer {
  background-color: #FFF;
  -ms-flex-flow: column;
      flex-flow: column;
  padding: 10px;
  border-top: 1px solid #d5d5d5;
  margin-top: auto; }
  support-pane .tile-footer p {
    margin: 0;
    color: #999999; }
  support-pane .tile-footer .btn {
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 10px;
    padding: 10px 0; }
    support-pane .tile-footer .btn:last-of-type {
      margin-right: 0; }
    support-pane .tile-footer .btn .info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    support-pane .tile-footer .btn:hover {
      text-decoration: none; }
      support-pane .tile-footer .btn:hover p {
        color: #ec5f3e; }

support-pane .support-link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fafafa;
  overflow: auto; }
  @media (min-width: 769px) {
    support-pane .support-link-list {
      max-height: 300px; } }
  support-pane .support-link-list h4 {
    text-transform: uppercase;
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #999999;
    font-size: 14px; }

support-pane .support-link {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-left: 2px solid #FFF;
  margin: 5px 10px;
  background-color: #FFF;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #d4dadf;
  border-radius: 4px;
  text-align: left;
  white-space: inherit; }
  support-pane .support-link strong {
    font-weight: 400;
    font-size: 16px;
    color: #ec5f3e; }
  support-pane .support-link span {
    padding: 3px 6px;
    height: 18px;
    line-height: 18px;
    background: #dfdfdf;
    border-radius: 10px;
    margin-right: 5px;
    color: #FFF;
    font-size: 11px; }
    support-pane .support-link span.faq {
      background: #f5a623; }
    support-pane .support-link span.feature {
      background: #8d66b9; }
  support-pane .support-link p {
    margin: 0; }
  support-pane .support-link:hover {
    text-decoration: none; }

support-pane .support-btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5px; }
  support-pane .support-btn-group .support-link {
    width: calc(50% - 20px); }
    @media (max-width: 480px) {
      support-pane .support-btn-group .support-link {
        width: calc(100% - 20px); } }


@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url(/bundle/icomoon.eot);
  src: url(/bundle/icomoon.eot?#iefix-cvpazo) format("embedded-opentype"), url(/bundle/icomoon.woff) format("woff"), url(/bundle/icomoon.ttf) format("truetype"), url(/bundle/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/bundle/glyphicons-halflings-regular.eot);
  src: url(/bundle/glyphicons-halflings-regular.eot) format("embedded-opentype"), url(/bundle/glyphicons-halflings-regular.woff) format("woff"), url(/bundle/glyphicons-halflings-regular.ttf) format("truetype"), url(/bundle/glyphicons-halflings-regular.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user:before {
  content: "\E600"; }

.icon-facebook:before {
  content: "\E601"; }

.icon-facebook2:before {
  content: "\E602"; }

.icon-twitter:before {
  content: "\E603"; }

.icon-twitter2:before {
  content: "\E604"; }

.icon-plus:before {
  content: "\E605"; }

.icon-pencil:before {
  content: "\E606"; }

.icon-share:before {
  content: "\E607"; }

.icon-minus:before {
  content: "\E608"; }

.icon-close:before {
  content: "\E609"; }

.icon-checkmark:before {
  content: "\E60A"; }

.icon-checkmark2:before {
  content: "\E60B"; }

.icon-radio-unchecked:before {
  content: "\E60C"; }

.icon-radio-checked:before {
  content: "\E60D"; }

.icon-checkbox-unchecked:before {
  content: "\E60E"; }

.icon-checkbox-checked:before {
  content: "\E60F"; }

.icon-feed:before {
  content: "\E610"; }

.icon-mail:before {
  content: "\E611"; }

/*  BOOTSTRAP VARS
~-----------------------------------------*/
/*  Utilities
~-----------------------------------------*/
.space-top {
  margin-top: 20px; }

.space-top-half {
  margin-top: 10px; }

.space-bottom {
  margin-bottom: 20px; }

.space-bottom-half {
  margin-bottom: 10px; }

.space-left-half {
  margin-left: 10px; }

.space-right-half {
  margin-right: 10px; }

.space-right {
  margin-right: 20px; }

.pad {
  padding: 20px; }

.pad-left {
  padding-left: 20px; }

.pad-top {
  padding-top: 20px; }

.pad-top-half {
  padding-top: 10px; }

.pad-bottom {
  padding-bottom: 20px; }

.pad-bottom-half {
  padding-bottom: 10px; }

.pad-right-half-sm {
  margin-right: 10px; }

.flush {
  margin: 0;
  padding: 0; }

.flush-top {
  margin-top: 0;
  padding-top: 0; }

.flush-bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.flush-left {
  margin-left: 0;
  padding-left: 0; }

.flush-right {
  margin-right: 0;
  padding-right: 0; }

.m-t-half {
  margin-top: 10px; }

.m-t-1 {
  margin-top: 20px; }

.m-t-2 {
  margin-top: 40px; }

.m-t-3 {
  margin-top: 60px; }

.m-t-4 {
  margin-top: 80px; }

.m-t-5 {
  margin-top: 100px; }

.m-t-6 {
  margin-top: 120px; }

.m-b-half {
  margin-bottom: 10px; }

.m-b-1 {
  margin-bottom: 20px; }

.m-b-2 {
  margin-bottom: 40px; }

.m-b-3 {
  margin-bottom: 60px; }

.m-b-4 {
  margin-bottom: 80px; }

.m-b-5 {
  margin-bottom: 100px; }

.m-b-6 {
  margin-bottom: 120px; }

.m-r-half {
  margin-right: 10px; }

.m-r-1 {
  margin-right: 20px; }

.m-r-2 {
  margin-right: 40px; }

.m-r-3 {
  margin-right: 60px; }

.m-r-4 {
  margin-right: 80px; }

.m-r-5 {
  margin-right: 100px; }

.m-r-6 {
  margin-right: 120px; }

.m-l-half {
  margin-left: 10px; }

.m-l-1 {
  margin-left: 20px; }

.m-l-2 {
  margin-left: 40px; }

.m-l-3 {
  margin-left: 60px; }

.m-l-4 {
  margin-left: 80px; }

.m-l-5 {
  margin-left: 100px; }

.m-l-6 {
  margin-left: 120px; }

.p-t-half {
  padding-top: 10px; }

.p-t-1 {
  padding-top: 20px; }

.p-t-2 {
  padding-top: 40px; }

.p-t-3 {
  padding-top: 60px; }

.p-b-half {
  padding-bottom: 10px; }

.p-b-1 {
  padding-bottom: 20px; }

.p-b-2 {
  padding-bottom: 40px; }

.p-b-3 {
  padding-bottom: 60px; }

.p-l-half {
  padding-left: 10px; }

.p-l-1 {
  padding-left: 20px; }

.p-l-2 {
  padding-left: 40px; }

.p-l-3 {
  padding-left: 60px; }

.p-r-half {
  padding-right: 10px; }

.p-r-1 {
  padding-right: 20px; }

.p-r-2 {
  padding-right: 40px; }

.p-r-3 {
  padding-right: 60px; }

@media (max-width: 769px) {
  .container-collapse {
    margin: 0;
    padding: 0; }
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; }
  .mobile-hr-top {
    border-top: 1px solid #e3e3e3;
    margin-top: 20px; }
  .pad-right-half-sm {
    margin-right: 0px; } }

@media (max-width: 992px) {
  .text-center-md {
    text-align: center; } }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.line-through {
  text-decoration: line-through; }

.border-left {
  border-left: 1px solid #e3e3e3; }

.border-clear {
  border-color: transparent; }

.input-fancy {
  font-weight: bold; }

.invisible {
  position: absolute;
  left: -9999px; }

.display-muted {
  opacity: .3;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }
  .display-muted:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%); }

.pointer {
  cursor: pointer; }

.pointer-highlight {
  cursor: pointer; }
  .pointer-highlight:hover {
    border-radius: 3px;
    box-shadow: 0 0 1px #BBB; }
  .pointer-highlight:active {
    box-shadow: 0 0 1px #ec5f3e; }

.filter-blur {
  -moz-filter: blur(10px);
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated .infinite {
    animation-iteration-count: infinite; }
  .animated .hinge {
    animation-duration: 2s; }

.animated-fast {
  animation-duration: 0.4s;
  animation-fill-mode: both; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-in-delayed {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  animation-name: fade-in; }

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fade-in-down {
  animation-name: fade-in-down; }

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-up {
  animation-name: fade-in-up; }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

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

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  animation-name: bounce; }

@keyframes shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes pop-in {
  0% {
    -ms-transform: translateY(0) rotateX(-60deg) scale(0.7);
    transform: translateY(0) rotateX(-60deg) scale(0.7);
    opacity: 0; }
  100% {
    -ms-transform: translateY(0) rotateX(0deg) scale(1);
    transform: translateY(0) rotateX(0deg) scale(1);
    opacity: 1; } }

.pop-in {
  -ms-transform-origin: 50% 150px -100px 50%;
  transform-origin: 50% 150px -100px 50%;
  animation-name: pop-in; }

@keyframes pulsate {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.8; }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.pulsate {
  animation-name: pulsate; }

@keyframes ctaGlow {
  from {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.18); }
  to {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.25); } }

/*  TOP NAV BAR – Marketing Page
~-----------------------------------------*/
.nav-transform {
  position: fixed;
  width: 100%;
  z-index: 400; }

.navbar-default {
  border-bottom: none; }

.navbar-fixed-top {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  min-height: 38px;
  z-index: 2000;
  transition: all 0.2s ease; }
  .navbar-fixed-top.subnav-fixed {
    box-shadow: none;
    border-bottom: 1px solid #F0F0F0;
    background: #fff; }
  .navbar-fixed-top .navbar-logo {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 13px; }
  .navbar-fixed-top .navbar-collapse {
    max-width: 1170px;
    margin: auto; }
  .navbar-fixed-top .nav-sub-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column;
        flex-flow: column; }
    @media (max-width: 769px) {
      .navbar-fixed-top .nav-sub-header > .nav-sub-header-link {
        width: 100%; } }
  .navbar-fixed-top .nav-sub {
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
    position: absolute;
    top: 50px;
    left: 50%;
    padding-top: 5px;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    overflow: hidden;
    padding: 0;
    max-height: 0px;
    transition: max-height .2s ease, margin-bottom .2s ease, opacity .1s ease;
    opacity: 0;
    border-radius: 3px; }
    .navbar-fixed-top .nav-sub li {
      list-style: none;
      border-bottom: 1px solid #d5d5d5; }
      .navbar-fixed-top .nav-sub li:last-child {
        border-bottom: 0; }
    .navbar-fixed-top .nav-sub a {
      padding: 10px 15px;
      display: block;
      text-align: center; }
    @media (max-width: 769px) {
      .navbar-fixed-top .nav-sub {
        position: static;
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        background-color: transparent;
        max-height: 100px;
        opacity: 1;
        box-shadow: none; }
        .navbar-fixed-top .nav-sub li {
          border-bottom: 0; } }
  @media (min-width: 769px) {
    .navbar-fixed-top .nav > li:hover .nav-sub {
      max-height: 100px;
      opacity: 1;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      transition: max-height .2s ease, margin-bottom .2s ease, opacity .2s ease, transform .2s ease; } }
  .navbar-fixed-top.nav-clear {
    background: transparent;
    box-shadow: none;
    border-color: transparent; }
    .navbar-fixed-top.nav-clear .navbar-nav > li > a {
      color: #fff; }
    .navbar-fixed-top.nav-clear .navbar-nav > li:hover > a {
      box-shadow: inset 0 2px 0px 0px #ec5f3e; }
    .navbar-fixed-top.nav-clear .navbar-nav > li .nav-sub a {
      color: #ec5f3e; }
      @media (max-width: 769px) {
        .navbar-fixed-top.nav-clear .navbar-nav > li .nav-sub a {
          color: #d5d5d5; } }
    .navbar-fixed-top.nav-clear .navbar-nav > li.active > a {
      background: none;
      box-shadow: inset 0 2px 0px 0px rgba(255, 255, 255, 0.5); }
    .navbar-fixed-top.nav-clear .navbar-nav > .dropdown > a .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }
    .navbar-fixed-top.nav-clear .navbar-nav > .dropdown.open > a {
      color: #444; }
    .navbar-fixed-top.nav-clear .navbar-nav > li > .dropdown-menu {
      border-top-left-radius: 3px; }
    .navbar-fixed-top.nav-clear .btn-default-primary {
      background: none;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.13); }
      .navbar-fixed-top.nav-clear .btn-default-primary:hover {
        border-color: #c4c4c4; }
    .navbar-fixed-top.nav-clear .btn-default-success {
      background: none;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.13); }
    .navbar-fixed-top.nav-clear .btn-default {
      background: none;
      color: #fff;
      border-color: transparent; }
    @media (max-width: 769px) {
      .navbar-fixed-top.nav-clear .navbar-collapse {
        background: rgba(23, 23, 23, 0.97);
        border-radius: 4px;
        margin-top: 2px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
        .navbar-fixed-top.nav-clear .navbar-collapse .navbar-nav > li:hover > a {
          box-shadow: none;
          background: #2F2F2F; } }
  .navbar-fixed-top .btn-link-clear {
    color: #777; }
    .navbar-fixed-top .btn-link-clear:hover {
      border-color: #E4E4E4; }

.navbar-toggle {
  border: none;
  margin: 0;
  padding: 12px 18px 18px;
  border-radius: 0;
  font-size: 11px;
  /* change this value to increase/decrease button size */
  width: 58px;
  height: 44px;
  background: none;
  outline: none; }
  .navbar-toggle span {
    position: relative;
    display: block;
    margin-top: 0.9em; }
  .navbar-toggle span,
  .navbar-toggle span:before,
  .navbar-toggle span:after {
    background-color: #C9C9C9;
    width: 100%;
    height: .2em;
    border-radius: 3px;
    transition: all 0.3s; }
  .navbar-toggle span:before,
  .navbar-toggle span:after {
    position: absolute;
    top: -.55em;
    left: 0;
    content: " "; }
  .navbar-toggle span:after {
    top: .55em; }
  .navbar-toggle:hover span,
  .navbar-toggle:hover span:before,
  .navbar-toggle:hover span:after, .navbar-toggle:focus span,
  .navbar-toggle:focus span:before,
  .navbar-toggle:focus span:after {
    background-color: #ec5f3e; }
  .navbar-toggle.active span {
    background: transparent; }
  .navbar-toggle.active span:before, .navbar-toggle.active span:after {
    background: #ec5f3e; }
  .navbar-toggle.active span:before {
    -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
    transform: rotate(45deg) translate(0.5em, 0.4em); }
  .navbar-toggle.active span:after {
    -ms-transform: rotate(-45deg) translate(0.4em, -0.3em);
    transform: rotate(-45deg) translate(0.4em, -0.3em); }

.navpane-toggle {
  border: none;
  margin: 0;
  padding: 4px 18px 12px;
  border-radius: 0;
  font-size: 11px;
  /* change this value to increase/decrease button size */
  width: 58px;
  height: 38px;
  float: left;
  background: none;
  outline: none; }
  .navpane-toggle span {
    position: relative;
    display: block;
    margin-top: 0.9em; }
  .navpane-toggle span,
  .navpane-toggle span:before,
  .navpane-toggle span:after {
    background-color: #C9C9C9;
    width: 100%;
    height: .2em;
    border-radius: 3px;
    transition: all 0.3s; }
  .navpane-toggle span:before,
  .navpane-toggle span:after {
    position: absolute;
    top: -.55em;
    left: 0;
    content: " "; }
  .navpane-toggle span:after {
    top: .55em; }
  .navpane-toggle:hover span,
  .navpane-toggle:hover span:before,
  .navpane-toggle:hover span:after, .navpane-toggle:focus span,
  .navpane-toggle:focus span:before,
  .navpane-toggle:focus span:after {
    background-color: #ec5f3e; }
  .navpane-toggle.active span {
    background: transparent; }
  .navpane-toggle.active span:before, .navpane-toggle.active span:after {
    background: #ec5f3e; }
  .navpane-toggle.active span:before {
    -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
    transform: rotate(45deg) translate(0.5em, 0.4em); }
  .navpane-toggle.active span:after {
    -ms-transform: rotate(-45deg) translate(0.4em, -0.3em);
    transform: rotate(-45deg) translate(0.4em, -0.3em); }
  .navpane-toggle.navpane-toggle-md {
    position: relative;
    top: 50px;
    left: 12px;
    z-index: 1750; }
  @media (max-width: 769px) {
    .navpane-toggle.navpane-toggle-md {
      display: none; } }

.dropdown-toggle .caret {
  position: relative;
  right: -6px; }

.user-image {
  height: 29px;
  border-radius: 100px;
  border: 1px solid #FFF;
  margin: 0 0 0 7px;
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 22px; }
  @media (max-width: 769px) {
    .user-image {
      right: 5px; } }

.nav-tabs + .fixed-right {
  margin-top: 5px; }

.navbar-nav.navbar-mobile {
  float: left;
  margin: 0; }
  .navbar-nav.navbar-mobile > li.active > a, .navbar-nav.navbar-mobile > li.active > a:hover {
    box-shadow: inset 0px 0px 0 #EC5F3E; }
  .navbar-nav.navbar-mobile > li > a, .navbar-nav.navbar-mobile > li > a:hover {
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px; }
  .navbar-nav.navbar-mobile > li > a {
    color: #555555; }

@media (max-width: 769px) {
  .navbar-header {
    z-index: 99999;
    position: relative;
    background: white; }
  .navbar-fixed-top {
    min-height: 45px; }
    .navbar-fixed-top .navbar-collapse {
      text-align: center;
      float: none;
      padding-top: 1px;
      width: 100%;
      margin: 0;
      border-color: transparent; }
      .navbar-fixed-top .navbar-collapse .btn.pull-right {
        float: none !important;
        margin-right: 5px; } }

@media (max-width: 480px) {
  .navbar-fixed-top {
    min-height: 38px; } }

.position-rel {
  position: relative; }

.fixed-right {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0; }
  @media (max-width: 769px) {
    .fixed-right {
      position: relative;
      display: block;
      right: auto;
      left: auto; } }

.ios-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }

.open-ios {
  background-color: #FFF;
  border: 1px solid #26C465;
  color: white;
  width: calc(50% - 5px);
  padding: 10px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  margin-right: 10px; }
  .open-ios .apple-icon {
    width: 10px;
    height: 10px;
    fill: #26C465;
    margin: 0px 5px;
    display: inline; }
  .open-ios .ios-btn-text {
    margin-bottom: 0px;
    color: #26C465;
    display: inline; }

.open-ios:first-of-type {
  border: 1px solid #ec5f3e; }
  .open-ios:first-of-type .apple-icon {
    fill: #ec5f3e; }
  .open-ios:first-of-type .ios-btn-text {
    color: #ec5f3e; }

.open-ios:last-of-type {
  margin-right: 0px; }

.btn.close {
  padding: 4px 8px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

@media (max-width: 769px) {
  h1 {
    font-size: 27px; }
  h2 {
    font-size: 23px; }
  h3 {
    font-size: 19px; } }

@media (max-width: 769px) {
  .text-big {
    font-size: 36px; } }

.contain-grid {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto; }

/*  Global
~-----------------------------------------*/
body {
  /* background: pink; */ }

.notice-top {
  padding: 12px 10px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3000;
  background: #fff;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: fade-in-down; }
  .notice-top .message {
    color: #2390b0; }
  .notice-top .btn {
    margin-left: 10px; }
  @media (max-width: 769px) {
    .notice-top {
      padding-top: 55px; } }

.redirect-message {
  padding-top: 60px;
  text-align: center; }

.hide-nav .navbar-fixed-top {
  display: none; }

.hide-nav #ng-view {
  margin-top: 0; }

.hide-navlinks .nav-explore, .hide-navlinks .nav-home {
  display: none; }

.hide-navlinks .navbar .dropdown-toggle {
  border-top: none; }

.error-message {
  padding: 100px 0; }

/*  Branding
~-----------------------------------------*/
.logo-text {
  text-transform: uppercase; }
  .logo-text .first {
    font-weight: 600;
    color: #ec5f3e; }
  .logo-text .second {
    font-weight: 500;
    color: white; }

/*  Dash
~-----------------------------------------*/
@media (max-width: 769px) {
  #btn-newRoom {
    position: relative;
    top: -5px; } }

.chartlabel {
  fill: #ec5f3e; }

.chartrect {
  fill: "black";
  opacity: .4; }

/* Event form modal
~----------------------------------------------------------*/
.drop-box {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  color: #BCE2F9;
  border: 4px dotted #BCE2F9; }
  .drop-box.dragover {
    border-color: #064D77; }

/*  WIDE DESIGN
~-----------------------------------------*/
.nav-sm .nav-pane {
  width: 220px;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.2);
  /* @include box-shadow(1px 0 0 0 \$brand-primary); */
  transition-timing-function: ease-out; }
  .nav-sm .nav-pane .logo-text {
    opacity: 0;
    transition: opacity 0.1s; }
  .nav-sm .nav-pane.open {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.25);
    background: #fff; }
    .nav-sm .nav-pane.open .logo-text {
      transition: opacity 0.4s;
      opacity: 1; }

.nav-md .nav-pane {
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  width: 200px; }

.nav-md .contain {
  left: 200px; }
  .nav-md .contain .contain-center .footer-action {
    /* left: \$nav-pane-width; */ }

.contain {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: left 0.2s; }
  .contain .contain-scroll {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px; }
    .contain .contain-scroll > .row {
      margin-left: 0;
      margin-right: 0; }
  .contain .contain-center {
    position: relative; }
    .contain .contain-center.narrow {
      max-width: 500px;
      margin: 0 auto; }
  .contain.contain-disable {
    position: relative !important;
    z-index: 3; }
    .contain.contain-disable .contain-center {
      margin: 0 !important;
      padding: 0 !important;
      overflow: visible !important; }
  @media (max-width: 769px) {
    .contain {
      padding-top: 38px; } }

@media (min-width: 1291px) {
  .contain-center {
    margin-right: auto;
    margin-left: auto;
    width: 855px; } }

@media (min-width: 1291px) {
  .contain-center.narrow {
    margin: 0 auto;
    width: 500px; } }

@media (max-width: 1290px) {
  .contain-center {
    margin-left: 10%;
    margin-right: 10%; } }

@media (max-width: 992px) {
  .contain-center {
    margin: 0 15% 0 15%; } }

@media (max-width: 769px) {
  .contain-center {
    margin: 0 10%; } }

@media (max-width: 480px) {
  .contain-center {
    margin: 0 0px; } }

@media (max-width: 1290px) {
  #room .contain-center {
    margin: 0 10% 0 12%; } }

@media (max-width: 992px) {
  #room .contain-center {
    margin: 0 10% 0 15%; } }

@media (max-width: 769px) {
  #room .contain-center {
    margin: 0 10%; } }

@media (max-width: 480px) {
  #room .contain-center {
    margin: 0 0px; } }

/*  Nav Pane
~-----------------------------------------*/
.nav-logo {
  position: fixed;
  left: 21px;
  top: 27px;
  z-index: 2001;
  transition: transform 0.2s; }
  @media (max-width: 769px) {
    .nav-logo {
      left: 50%;
      margin-left: -20px;
      top: 7px; } }

.nav-logo-bumper {
  position: fixed;
  left: 15px;
  top: 20px;
  height: 70px;
  width: 52px;
  background: #fff;
  z-index: 5;
  border-radius: 3px;
  opacity: .95;
  pointer-events: none; }
  @media (max-width: 769px) {
    .nav-logo-bumper {
      display: none; } }

.video-fixed .nav-logo-bumper {
  opacity: 0; }

.nav-pane {
  position: fixed !important;
  top: 0;
  z-index: 2000;
  background: #FFF;
  bottom: 0;
  -ms-transform: translateX(-202px);
  transform: translateX(-202px);
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.12);
  transition: transform 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  overflow: hidden; }
  .nav-pane .nav-logo-text {
    position: absolute;
    top: 32px;
    left: 95px;
    transition: transform 0.2s; }
  .nav-pane .nav-cta {
    padding-top: 75px; }
  .nav-pane .btn-block {
    margin-left: 38px;
    width: 77%; }
  .nav-pane #btn-newRoom {
    position: absolute;
    top: 69px;
    left: 35px;
    right: 15px;
    width: 168px;
    color: #aaa;
    border-color: #dfdfdf; }
    .nav-pane #btn-newRoom:hover {
      color: #ec5f3e;
      border-color: #ec5f3e;
      background: #fff; }
  .nav-pane .btn-nav-cta {
    width: 168px;
    color: #aaa;
    border-color: #dfdfdf;
    margin-bottom: 5px; }
    .nav-pane .btn-nav-cta:hover {
      color: #ec5f3e;
      border-color: #ec5f3e;
      background: #fff; }
  .nav-pane .btn-nav-cta-2 {
    width: 168px;
    color: #aaa;
    border-color: #fff; }
    .nav-pane .btn-nav-cta-2:hover {
      color: #ec5f3e;
      background: #fff; }
  .nav-pane .nav-host {
    padding-left: 40px; }
  .nav-pane .nav-attendee {
    padding-left: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }
    .nav-pane .nav-attendee h3 {
      font-size: 17px;
      margin-bottom: 13px; }
  .nav-pane .nav-links {
    margin-top: 20px;
    padding-left: 0;
    list-style: none; }
    .nav-pane .nav-links li a {
      display: block;
      padding: 5px 10px 5px 40px;
      color: #888;
      font-size: 16px;
      text-decoration: none;
      transition: all .1s ease; }
      .nav-pane .nav-links li a .icon {
        opacity: 0; }
      .nav-pane .nav-links li a:hover {
        color: #ec5f3e;
        background: #fafafa;
        box-shadow: inset 23px 0px 0 #ec5f3e; }
        .nav-pane .nav-links li a:hover .icon {
          opacity: 1; }
    .nav-pane .nav-links li.active a {
      color: #ec5f3e;
      background: #fff;
      box-shadow: inset 23px 0px 0 #ec5f3e;
      cursor: default; }
  .nav-pane .nav-schedule-contain {
    position: absolute;
    top: 160px;
    width: 100%;
    bottom: 50px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC; }
    .nav-pane .nav-schedule-contain .title {
      padding-left: 40px;
      padding-top: 10px;
      padding-bottom: 10px;
      text-transform: uppercase;
      color: #B5B5B5; }
  .nav-pane .nav-schedule {
    padding: 0 0 20px;
    list-style: none;
    overflow-y: scroll;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    top: 38px;
    width: 100%; }
    .nav-pane .nav-schedule li {
      position: relative; }
      .nav-pane .nav-schedule li .dot {
        display: none;
        height: 8px;
        width: 8px;
        border-radius: 100%;
        background: #7DE0C2;
        position: absolute;
        top: 10px;
        left: 26px; }
      .nav-pane .nav-schedule li.visible a {
        box-shadow: inset -3px 0px #ec5f3e;
        background: #fafafa;
        text-decoration: none; }
        .nav-pane .nav-schedule li.visible a .name {
          color: #ec5f3e; }
        .nav-pane .nav-schedule li.visible a:hover {
          cursor: default; }
          .nav-pane .nav-schedule li.visible a:hover .name {
            color: #ec5f3e; }
      .nav-pane .nav-schedule li.current a {
        text-decoration: none; }
        .nav-pane .nav-schedule li.current a .dot {
          animation: pulsate 4s infinite ease-in-out;
          display: block; }
        .nav-pane .nav-schedule li.current a .time {
          color: #7DE0C2; }
      .nav-pane .nav-schedule li a {
        display: block;
        padding: 5px 5px 5px 40px;
        color: #888;
        transition: all 0.2s ease; }
        .nav-pane .nav-schedule li a:hover {
          text-decoration: none; }
          .nav-pane .nav-schedule li a:hover .name {
            color: #ec5f3e; }
        .nav-pane .nav-schedule li a .time {
          font-size: 12px;
          color: #BEBEBE; }
  .nav-pane .pane-footer {
    margin-top: auto; }
    .nav-pane .pane-footer .btn {
      border-radius: 0px; }
    .nav-pane .pane-footer .divider {
      height: 5px;
      border-bottom: 1px solid #eee;
      margin-left: 37px;
      margin-bottom: 5px; }
    .nav-pane .pane-footer .phone {
      padding: 0 3px 7px 68px;
      color: #777; }
  .nav-pane .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    margin: 0 15px 0 50px; }
  .nav-pane .pane-btn {
    border-radius: 3px !important;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .nav-pane .pane-link {
    color: #818181;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer; }
    .nav-pane .pane-link:hover {
      color: #ec5f3e; }
  .nav-pane .nav-user {
    padding: 10px;
    padding-left: 30px;
    background: white;
    border-top: 1px solid #ECECEC; }
    .nav-pane .nav-user .nav-user-links {
      padding-left: 0;
      list-style: none; }
      .nav-pane .nav-user .nav-user-links li {
        /* display: none; */
        animation-name: fade-in;
        animation-duration: .2s;
        animation-fill-mode: both; }
        .nav-pane .nav-user .nav-user-links li a {
          padding-left: 38px;
          display: block;
          color: #888;
          text-decoration: none; }
          .nav-pane .nav-user .nav-user-links li a:hover {
            color: #ec5f3e; }
        .nav-pane .nav-user .nav-user-links li:nth-child(1) {
          animation-delay: .2s; }
        .nav-pane .nav-user .nav-user-links li:nth-child(2) {
          animation-delay: .1s; }
    .nav-pane .nav-user:hover .nav-user-links li {
      display: block; }
    .nav-pane .nav-user .user-image {
      width: 31px;
      height: 31px;
      vertical-align: middle;
      border-radius: 100%;
      margin: 0 7px 0 0;
      position: relative;
      top: 0;
      right: 0;
      border: none; }
    .nav-pane .nav-user .user-name {
      display: inline;
      margin-right: 0; }
  .nav-pane.open {
    transition-timing-function: cubic-bezier(0.08, 1.09, 0.64, 1.12);
    -ms-transform: translateX(-20px) !important;
    transform: translateX(-20px) !important; }
  @media (max-width: 769px) {
    .nav-pane .nav-logo-text {
      top: 53px;
      left: 77px; }
    .nav-pane #btn-newRoom {
      top: 80px; }
    .nav-pane .nav-schedule-contain {
      top: 188px; } }

/*  Chat pane
~-----------------------------------------*/
.chat-tour-target {
  position: absolute;
  top: 15px; }

.chat-pane {
  width: 300px;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 7px;
  padding-right: 7px;
  z-index: 150;
  transition: transform 0.2s; }
  .chat-pane .chat-list {
    overflow: hidden;
    position: relative;
    height: 100%;
    /* @include transition(padding 0.2s ease-out); */ }
    .chat-pane .chat-list .chat-list-scroll {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      height: 100%;
      padding-top: 11px;
      padding-bottom: 90px; }
    .chat-pane .chat-list .chat-list-contain {
      overflow: hidden;
      *zoom: 1; }
  .chat-pane .chat-header {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 6px 0 2px;
    min-height: 33px; }
  .chat-pane .chat-close {
    position: absolute;
    top: 4px;
    right: 1px;
    cursor: pointer;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    padding: 4px; }
    .chat-pane .chat-close:hover path {
      fill: #ec5f3e; }
    @media (max-width: 769px) {
      .chat-pane .chat-close {
        display: none; } }
  .chat-pane .chat-empty {
    top: 40%;
    position: absolute;
    width: 100%; }
  .chat-pane .footer-action {
    /* position: absolute; */
    /* padding-right: 10px; */
    /* padding-left: 10px; */ }
  .chat-pane .pane-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 10px 10px; }
  .chat-pane .pane-fade-bottom {
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.9) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FAFAFA', endColorstr='#E6FAFAFA', GradientType=0);
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }

@-moz-document url-prefix() {
  .chat-pane .chat-list .chat-list-contain {
    padding-bottom: 90px; } }

.chat-open .contain {
  right: 300px; }
  .chat-open .contain .footer-action {
    /* right: \$chat-pane-width; */ }

.chat-open .chat-pane {
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.07); }

.chat-hidden .footer-action .footer-grad {
  right: 0; }

.chat-hidden .chat-pane {
  width: 300px;
  background: #fafafa;
  padding-right: 20px;
  -ms-transform: translateX(320px);
  transform: translateX(320px);
  box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 4; }
  .chat-hidden .chat-pane.visible {
    transition-timing-function: cubic-bezier(0.08, 1.09, 0.64, 1.12);
    -ms-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25); }
  .chat-hidden .chat-pane .chat-list {
    padding-top: 40px; }
  .chat-hidden .chat-pane .input-chat {
    right: 30px; }

.chat-hidden #room .chat-toggle {
  display: block; }
  @media (max-width: 769px) {
    .chat-hidden #room .chat-toggle {
      display: none; } }

#room .chat-toggle {
  display: none;
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 4; }
  #room .chat-toggle svg {
    transition: transform 0.2s; }
  #room .chat-toggle .chat-unread {
    display: none;
    top: 42px;
    right: 10px; }
    #room .chat-toggle .chat-unread .triangle {
      top: -8px;
      left: 50%;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid #EC5F3E;
      margin-left: -3px; }

.chat-toggle {
  float: right;
  padding: 3px 14px 0px 9px;
  cursor: pointer; }
  .chat-toggle:hover #chat-icon, .chat-toggle.active #chat-icon {
    fill: #ec5f3e; }
  .chat-toggle .chat-unread {
    color: #fff;
    background: #ec5f3e;
    position: absolute;
    top: 8px;
    right: 50px;
    text-align: right;
    border-radius: 3px;
    padding: 1px 5px; }
    .chat-toggle .chat-unread .triangle {
      position: absolute;
      top: 9px;
      right: -4px;
      height: 0px;
      width: 0px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #ec5f3e; }

.wdt-emoji-popup,
.wdt-emoji-popup * {
  box-sizing: border-box; }

/* hide unavailable fonts @todo - check fallbacks */
body[data-wdt-emoji-bundle='google'] .wdt-emoji[data-has-img-google='false'],
body[data-wdt-emoji-bundle='emojione'] .wdt-emoji[data-has-img-emojione='false'],
body[data-wdt-emoji-bundle='google'] .wdt-emoji[data-has-img-google='false'],
body[data-wdt-emoji-bundle='apple'] .wdt-emoji[data-has-img-apple='false'] {
  display: none; }

/* picker styles */
.wdt-emoji-picker {
  position: absolute;
  right: 5px;
  bottom: 0px; }

.wdt-emoji-picker:hover {
  cursor: pointer; }

.wdt-emoji-picker-parent {
  position: relative; }

.wdt-emoji-picker span.emoji-outer.emoji-sizer {
  width: 18px;
  height: 18px;
  pointer-events: none; }

/* bundle popup styles */
.wdt-emoji-popup {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 357px;
  height: 357px;
  transition: opacity 50ms ease, bottom 1s ease-out;
  opacity: 0;
  border: 1px solid #dedede;
  border-radius: 3px;
  background-color: #fff; }

.wdt-emoji-popup.open {
  visibility: visible;
  opacity: 1; }

#wdt-emoji-menu-header {
  padding: 4px 0 0 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #f7f7f7; }

.wdt-emoji-tab {
  display: inline-block;
  margin-right: 2.5px;
  padding: 4px;
  transition: border-color 150ms ease-out;
  text-align: center;
  color: #9e9ea6;
  border-bottom: 3px solid transparent; }

.wdt-emoji-tab:hover {
  cursor: pointer;
  text-decoration: none; }

.wdt-emoji-tab.active {
  padding-top: 3px;
  color: #9e9ea6;
  border-bottom: 3px solid #e7543d; }

#wdt-emoji-search,
#wdt-emoji-search:focus {
  font-size: 15px;
  line-height: 20px;
  width: 95%;
  max-width: 100%;
  height: 28px;
  margin: .5rem 9px .6rem;
  padding: 15px 2rem;
  transition: border-color 150ms ease-out;
  color: #444;
  border: 1px solid #c5c5c5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  outline: none; }

#wdt-emoji-search:focus {
  border-color: #a0a0a0; }

.wdt-emoji-popup h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
  margin: 0;
  padding: 8px;
  color: #555;
  background: rgba(255, 255, 255, 0.95); }

.wdt-emoji-popup h3.sticky {
  position: absolute;
  z-index: 4;
  width: 330px; }

.wdt-emoji-scroll-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 257px;
  padding-bottom: 30px; }

.wdt-emoji-sections {
  padding: 0 5px; }

.wdt-emoji {
  line-height: 1rem;
  position: relative;
  display: inline-block;
  margin-right: 2.5px !important;
  margin-bottom: 1px;
  padding: 6px;
  transition: background 500ms ease-out;
  text-align: center;
  border-radius: 6px; }

.wdt-emoji.not-matched {
  display: none; }

.wdt-emoji:hover {
  cursor: pointer; }

.wdt-emoji.gray:hover {
  background-color: rgba(175, 175, 175, 0.32); }

.wdt-emoji.green:hover {
  background-color: #b7e887; }

.wdt-emoji.pink:hover {
  background-color: #f3c1fd; }

.wdt-emoji.yellow:hover {
  background-color: #f9ef67; }

.wdt-emoji.blue:hover {
  background-color: #b5e0fe; }

.wdt-emoji-tab .emoji-outer {
  width: 18px;
  height: 18px; }

span.emoji {
  display: -moz-inline-box;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50%, 50%;
  background-size: 1em;
  background-size: contain;
  -moz-box-orient: vertical;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

span.emoji-sizer {
  font-size: 1em;
  line-height: .81em; }

span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  vertical-align: middle;
  *display: inline; }

span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  text-indent: -9999px;
  *vertical-align: auto;
  *zoom: 1; }

img.emoji {
  width: 1em;
  height: 1em; }

#wdt-emoji-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: .4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #f7f7f7; }

#wdt-emoji-no-result {
  font-size: 10px;
  font-weight: 400;
  clear: both;
  padding: 20px;
  text-align: center;
  color: #bababa; }

#wdt-emoji-preview {
  padding: .3rem 0 0 .7rem;
  transition: opacity .1s ease-in .1s;
  opacity: 0; }

#wdt-emoji-preview-img {
  font-size: 2rem;
  line-height: 2rem;
  float: left;
  width: 46px;
  height: 54px;
  padding: .6rem .5rem 0 .1rem;
  vertical-align: middle; }

#wdt-emoji-preview-bundle {
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  bottom: 19px;
  left: 14px;
  transition: opacity .1s ease-in .1s;
  opacity: 1;
  color: #989ba0; }

#wdt-emoji-search-result-title,
#wdt-emoji-no-result {
  display: none; }

#wdt-emoji-search-result-title.wdt-show,
#wdt-emoji-no-result.wdt-show {
  display: block;
  margin: 0 5px; }

.wdt-inline {
  display: inline; }

.wdt-search-on {
  display: none; }

.wdt-emoji-popup.preview-mode #wdt-emoji-preview-bundle {
  opacity: 0; }

.wdt-emoji-popup.preview-mode #wdt-emoji-preview {
  opacity: 1; }

#wdt-emoji-preview-img span.emoji-outer.emoji-sizer {
  position: relative;
  top: 3px;
  left: 4px;
  width: 40px;
  height: 40px; }

#wdt-emoji-preview-text {
  font-size: 13px;
  position: relative;
  top: 9px;
  left: 10px !important;
  color: #777; }

#wdt-emoji-preview-name {
  font-weight: bold;
  position: relative;
  left: 3px;
  color: #444; }

.wdt-emoji-popup-mobile-closer {
  font-size: 25px !important;
  font-weight: bold;
  line-height: 35px;
  position: absolute;
  top: -35px;
  left: 50%;
  visibility: hidden;
  width: 40px;
  height: 35px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: #e7543d;
  border-radius: 50% 50% 0 0;
  background-color: rgba(255, 255, 255, 0.8); }

/* iPhone 2G-4S-5-5S in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .wdt-emoji-picker {
    display: none; }
  .wdt-emoji-tab {
    width: 24px; }
  .wdt-emoji {
    margin-right: 0 !important; }
  #wdt-emoji-footer {
    display: none; }
  .wdt-emoji-scroll-wrapper {
    height: 170px; }
  .wdt-emoji-popup {
    height: 206px;
    border-radius: 0; }
  #wdt-emoji-search {
    display: none; }
  .wdt-emoji-popup-mobile-closer {
    visibility: visible;
    opacity: 1; }
  .wdt-emoji-popup h3.sticky {
    width: 300px; } }

/* iPhone 6 in portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .wdt-emoji {
    margin-right: -1px !important; }
  .wdt-emoji-tab {
    width: 30px; }
  .wdt-emoji-popup h3.sticky {
    width: 359px; } }

.tile {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden;
  *zoom: 1;
  border: 0 solid #e3e3e3;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  transition: box-shadow 250ms ease-out; }
  .tile.highlight {
    border-top-width: 2px;
    border-bottom-color: #ec5f3e;
    border-bottom-width: 2px; }
  .tile.highlightLeft {
    border-left-color: #ec5f3e;
    border-left-width: 2px; }
  .tile.highlightRight {
    border-right-color: #ec5f3e;
    border-right-width: 2px; }
  @media (max-width: 769px) {
    .tile.pad {
      padding: 10px; } }
  .tile.tile-list-item {
    margin-bottom: 0;
    border-radius: 0; }
    .tile.tile-list-item:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .tile.tile-list-item:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }

.tile-full {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .tile-full .event-hero {
    width: 60%; }
    .tile-full .event-hero .event-cta {
      display: none; }
  .tile-full .event-info {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .tile-full .event-info .event-cta {
      margin-top: -30px;
      border: 1px solid #ec5f3e;
      text-align: center;
      max-width: 50%; }
    .tile-full .event-info h4 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 20px;
      /* fallback */
      max-height: 80px;
      /* fallback */
      -webkit-line-clamp: 4;
      /* number of lines to show */
      -webkit-box-orient: vertical; }

.tile-stacked {
  -ms-flex-flow: column;
      flex-flow: column; }
  .tile-stacked .event-hero {
    width: 100%; }
    .tile-stacked .event-hero .event-cta {
      display: inherit; }
  .tile-stacked .event-info {
    width: 100%;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .tile-stacked .event-info .event-cta {
      display: none; }
    .tile-stacked .event-info .user-image {
      position: static;
      display: block;
      height: 40px;
      width: 40px;
      margin-right: 10px; }
    .tile-stacked .event-info .username {
      font-size: 20px;
      line-height: 0px;
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px); }
  .tile-stacked .date h5 {
    margin-top: 0; }
  .tile-stacked .user-image {
    margin: 0;
    margin-right: 5px; }
  .tile-stacked .event-cta {
    margin: 0; }

.tile-stacked:hover .event-cta {
  margin-top: 0; }

.tile-stacked:hover .custom-hero .hero {
  opacity: .4; }

.tile-stacked:hover .event-cta {
  margin-top: 0; }

.tile-half {
  box-sizing: border-box;
  width: calc( ( 100% / 2 ) - (10px/2)); }
  .tile-half:nth-child(even) {
    margin-right: 0; }
  .tile-half:nth-child(odd) {
    margin-right: 10px; }
  .tile-half .event-cta {
    white-space: nowrap;
    display: inherit; }
  .tile-half .event-cta:hover {
    color: white;
    background-color: #ec5f3e;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }

.tile-setup {
  padding-left: 15px; }

.upcoming-events .event-hero {
  background: transparent; }

.upcoming-events .default-hero {
  background: black; }

.event-hero {
  position: relative;
  overflow: hidden;
  background: black; }
  .event-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 52.5%; }
  .event-hero > .default-hero-wrap, .event-hero .hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .event-hero .event-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    transition: transform 250ms ease-out, opacity 250ms ease-out;
    z-index: 5; }
  .event-hero .hero {
    transition: transform 450ms ease-out, opacity 450ms ease-out; }
  .event-hero .user-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    border-radius: 100%;
    margin: 0;
    height: 85px;
    width: 85px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    transition: transform 250ms ease-out, opacity 250ms ease-out; }

.default-hero .default-hero-wrap {
  transition: transform 450ms ease-out, opacity 450ms ease-out;
  -ms-transform: scale(2);
      transform: scale(2); }
  .default-hero .default-hero-wrap .hero {
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px);
    filter: blur(3px); }

.event-cta {
  padding: 0 15px;
  border-radius: 3px;
  background-color: white;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  transition: opacity 250ms ease-out, transform 250ms ease-out 50ms, margin-top 250ms ease-out 50ms;
  opacity: 0;
  margin-right: auto; }

.tile:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .tile:hover .event-hero .event-cta {
    opacity: 1;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .tile:hover .event-hero .user-image {
    -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); }
  .tile:hover .default-hero .user-image {
    -ms-transform: translate(-50%, -75%);
        transform: translate(-50%, -75%);
    opacity: 0; }
  .tile:hover .custom-hero .hero {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .tile:hover .default-hero-wrap {
    opacity: .4;
    -ms-transform: scale(2.2);
        transform: scale(2.2); }
    .tile:hover .default-hero-wrap .user-image {
      -ms-transform: translate(-50%, -150%) scale(1.05);
          transform: translate(-50%, -150%) scale(1.05); }

.tile-half:hover .custom-hero .hero {
  opacity: .4; }

.tile-full:hover .event-info .event-cta {
  margin-top: 10px;
  opacity: 1;
  transition: margin-top 250ms ease-out, opacity 250ms ease-out 150ms; }

.tile-full:hover .event-cta:hover {
  color: white;
  background-color: #ec5f3e;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 0 15px 0 15px; }

.user-list .user-item {
  display: inline-block;
  margin-right: 10px; }

.list-tile-sub {
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

.tile-sub-collapsed {
  cursor: pointer; }

.tile-sub {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  list-style: none; }
  .tile-sub:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  .tile-sub:last-of-type {
    margin-bottom: 0; }
  .tile-sub ng-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
  .tile-sub .btn-primary {
    background-color: rgba(255, 255, 255, 0.39);
    border: 1px solid #26C465;
    color: #26C465; }
    .tile-sub .btn-primary:disabled {
      color: #999999;
      border-color: #e3e3e3;
      pointer-events: none; }
    .tile-sub .btn-primary:hover {
      color: #FFF;
      background-color: #26C465; }
  .tile-sub .readonly-section {
    border-radius: 3px;
    cursor: pointer; }
    .tile-sub .readonly-section .title {
      font-size: 18px; }
    .tile-sub .readonly-section:hover {
      cursor: pointer; }
      .tile-sub .readonly-section:hover .title {
        color: #ec5f3e; }
    .tile-sub .readonly-section .text-warning {
      margin-left: 25px;
      margin-bottom: 0px; }
  .tile-sub .form-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; }
    .tile-sub .form-submit .btn {
      margin-right: 3px; }
      .tile-sub .form-submit .btn:last-of-type {
        margin-right: 0; }

@media (max-width: 1099px) {
  .tile-full .event-hero .event-cta {
    display: inherit; }
  .tile-full .event-info .event-cta {
    display: none; }
  .tile-full:hover .event-hero .user-image {
    -ms-transform: translate(-50%, -75%);
        transform: translate(-50%, -75%);
    opacity: 0; }
  .tile-full:hover .custom-hero .hero {
    opacity: .4; } }

@media (max-width: 992px) {
  .upcoming-events .event-hero {
    background: black; }
  .tile-full {
    -ms-flex-flow: column;
        flex-flow: column; }
    .tile-full .event-hero, .tile-full .event-info {
      width: 100%; }
    .tile-full .event-hero .event-cta {
      display: inherit; }
    .tile-full .event-info .event-cta {
      display: none; }
  .tile-half .hero .user-image {
    height: 65px;
    width: 65px; }
  .tile-full:hover .event-hero .user-image {
    -ms-transform: translate(-50%, -75%);
        transform: translate(-50%, -75%);
    opacity: 0; } }

@media (max-width: 480px) {
  .tile-half {
    width: 100%; }
    .tile-half:nth-child(even) {
      margin-right: 0; }
    .tile-half:nth-child(odd) {
      margin-right: 0; }
    .tile-half .user-image {
      height: 85px;
      width: 85px; } }

.tile.tile-list-item {
  margin-bottom: 10px;
  border-radius: 3px; }

.tile small {
  display: block; }

a.tile:hover {
  text-decoration: none; }
  a.tile:hover h4 {
    color: #e13d16; }
  a.tile:hover .by-line {
    text-decoration: none; }

a.tile:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px #FFF; }

.tile-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tile-list .position-rel {
    width: 100%; }
    .tile-list .position-rel .tile-list-item {
      margin-bottom: 0;
      border-radius: 0; }
    .tile-list .position-rel:first-child .tile-list-item {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .tile-list .position-rel:last-child .tile-list-item {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }

.tile-event {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  display: block;
  overflow: hidden; }
  .tile-event:hover {
    text-decoration: none; }
  .tile-event .img-cover {
    height: 200px;
    overflow: hidden; }
    .tile-event .img-cover img {
      width: 100%;
      border-radius: 3px 3px 0 0; }
  .tile-event .event-info {
    padding: 10px; }
  .tile-event .event-title {
    color: #ec5f3e;
    font-size: 22px; }
  .tile-event .event-desc {
    color: #444;
    margin-top: 3px; }
  .tile-event .event-attendees {
    color: #888;
    margin-top: 3px; }

.tile-tall {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  display: block;
  overflow: hidden;
  max-width: 200px;
  height: 300px;
  padding: 10px 15px;
  margin-right: 10px;
  float: left; }
  .tile-tall:hover {
    text-decoration: none; }
  .tile-tall p {
    max-height: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }
    .tile-tall p .gradient {
      position: absolute;
      bottom: 0;
      height: 10px;
      width: 100%;
      background: -owg-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
      -pie-background: -pie-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .tile-tall .img-round {
    width: 30px;
    height: 30px;
    margin-right: 9px; }
  .tile-tall .by-line {
    margin-top: 17px; }
  .tile-tall .img-cover {
    height: 200px;
    overflow: hidden; }
    .tile-tall .img-cover img {
      width: 100%;
      border-radius: 3px 3px 0 0; }
  .tile-tall .event-info {
    padding: 10px; }
  .tile-tall .event-title {
    color: #ec5f3e;
    font-size: 22px; }
  .tile-tall .event-desc {
    color: #444;
    margin-top: 3px; }
  .tile-tall .event-attendees {
    color: #888;
    margin-top: 3px; }

a.tile-tall {
  display: block; }
  a.tile-tall:hover {
    text-decoration: none; }
    a.tile-tall:hover h4 {
      color: #e13d16; }
    a.tile-tall:hover .by-line {
      text-decoration: none; }
  a.tile-tall:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px #FFF; }

.tile-room .title {
  font-size: 20px; }

.tile-room .col-xs-3 {
  text-align: center; }

.tile-room .img-round {
  width: 30px;
  height: 30px; }

.tile-room .by-line {
  padding-top: 8px;
  padding-left: 10px; }

.tile-room-img .img-round {
  width: 50px;
  height: 50px; }

.tile-room-img .col-l {
  float: left;
  width: 70px; }

.tile-room-img .col-r {
  padding-left: 70px; }

.tile-corner {
  position: absolute;
  top: 3px;
  right: 3px; }

.tile-question-c {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 0;
  border-radius: 0; }
  .tile-question-c:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .tile-question-c:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tile-question-c.is-answered .img-round img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%); }
  .tile-question-c.is-answered:hover .img-round img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%); }
  .tile-question-c.is-focused {
    transition: padding 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 0 10px #EC5F3E, 0 0 1px rgba(0, 0, 0, 0.25);
    padding: 20px 0 20px 0;
    position: relative;
    z-index: 2;
    border-radius: 3px; }
  .tile-question-c .number {
    padding-left: 10px;
    margin-top: 15px;
    -webkit-font-smoothing: antialiased; }
  .tile-question-c .timestamp-contain {
    padding: 9px 0 0;
    margin-bottom: -11px; }
    .tile-question-c .timestamp-contain .actions {
      opacity: 0;
      display: inline-block; }
      .tile-question-c .timestamp-contain .actions .text-muted {
        color: #bbb; }
    .tile-question-c .timestamp-contain .btn-link {
      font-size: 15px;
      text-transform: none; }
  .tile-question-c .timestamp {
    color: #999; }
    .tile-question-c .timestamp.text-success {
      color: #26C465; }
  .tile-question-c .question {
    margin: 15px 0;
    word-break: break-word;
    font-weight: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px; }
  .tile-question-c .user-info {
    margin-bottom: 18px; }
  .tile-question-c .img-round {
    margin-right: 8px;
    margin-bottom: -11px; }
  .tile-question-c .button-contain {
    padding-bottom: 10px;
    padding-top: 6px; }
    .tile-question-c .button-contain button {
      color: #aaa; }
  .tile-question-c .btn-link {
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 3px 0 0;
    font-weight: 500; }
    .tile-question-c .btn-link.text-muted {
      color: #8B8B8B; }
  .tile-question-c .question-contain {
    padding: 0 20px 0 100px; }
  .tile-question-c .votes {
    cursor: pointer;
    float: left;
    width: 100px;
    padding-right: 10px;
    padding-top: 9px; }
    .tile-question-c .votes.no-click {
      cursor: default; }
      .tile-question-c .votes.no-click .arrow-up.off {
        display: none; }
    .tile-question-c .votes h3 {
      margin: 10px 0 0; }
    .tile-question-c .votes small {
      font-size: 12px;
      font-weight: bold;
      padding-top: 4px; }
    .tile-question-c .votes .arrow-toggle {
      padding-top: 3px;
      margin-bottom: -10px; }
    .tile-question-c .votes:hover .arrow-up.off {
      border-bottom-color: #f5ac9b; }
  .tile-question-c .comment-list li, .tile-question-c .comment-list li a {
    color: #777; }
  .tile-question-c:hover .button-contain button {
    color: #ec5f3e; }
  .tile-question-c:hover .actions {
    opacity: 1; }
  @media (max-width: 769px) {
    .tile-question-c .votes {
      width: 64px;
      padding-right: 0; }
      .tile-question-c .votes h3 small {
        font-size: 10px; }
    .tile-question-c .question-contain {
      padding-left: 64px; }
    .tile-question-c .question {
      font-size: 16px;
      line-height: 19px; } }
  @media (max-width: 480px) {
    .tile-question-c:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .tile-question-c:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }

.tile-question-c:hover,
.tile-question-h:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.tile-question-h .question {
  word-break: break-word; }
  @media (max-width: 769px) {
    .tile-question-h .question {
      font-size: 20px; } }

.tile-question-h .option-list button {
  position: relative;
  z-index: 3; }

.tile-question-h .option-list h4 {
  margin: 10px 0 0;
  padding: 1px 0 14px 0;
  position: relative; }
  .tile-question-h .option-list h4.has-button {
    margin-left: 66px; }
  .tile-question-h .option-list h4 .option {
    color: #444;
    padding-right: 4px; }
  .tile-question-h .option-list h4 .option, .tile-question-h .option-list h4 small {
    position: relative;
    z-index: 2;
    top: 6px;
    left: 10px; }

.tile-question-h .bar-contain {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute; }
  .tile-question-h .bar-contain .bar {
    position: absolute;
    height: 100%;
    width: 0%;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 0 2px 2px 0;
    /* Rectangle 72: */
    background-image: linear-gradient(89deg, rgba(237, 100, 68, 0.01) 1%, rgba(236, 94, 61, 0.39) 100%); }

.tile.tile-user {
  width: 160px;
  display: inline-block;
  margin: 0 8px 26px 8px;
  padding: 40px 15px 10px;
  height: 164px;
  overflow: visible;
  text-align: left; }
  .tile.tile-user [cc-user-popover] {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -25px; }
  .tile.tile-user button.remove-participant {
    position: absolute;
    right: 0;
    top: 0; }
  .tile.tile-user .one-liner-name {
    text-overflow: ellipsis;
    overflow: hidden; }

.tile-dash {
  padding: 15px;
  margin-bottom: 15px; }
  .tile-dash:last-of-type {
    margin-bottom: 0; }
  .tile-dash.inactive {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0;
    pointer-events: none; }
    .tile-dash.inactive .row-dash {
      opacity: .4; }

.tile-dash:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25); }

.tile-info {
  padding: 20px; }
  .tile-info:hover {
    box-shadow: 0; }
  .tile-info input[readonly=''] {
    cursor: copy; }

.video-wrapper {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tile-support {
  padding: 15px;
  margin: 20px 0; }
  .tile-support a.btn {
    display: inline-block; }
  .tile-support:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25); }
  .tile-support .youtube-embed {
    width: 100%;
    box-shadow: 0px 2px 3px #e3e3e3; }
  .tile-support .supporting-copy {
    margin-top: 10px;
    font-size: 18px; }
  .tile-support .btn-group {
    margin-top: 10px; }

.label-link {
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .label-link .docs-link-btn {
    margin-left: -21px;
    transition: margin-left .2s ease, opacity .2s ease;
    opacity: 0; }
  .label-link:hover .docs-link-btn {
    margin-left: 0;
    opacity: 1;
    transition: margin-left .2s ease, opacity .2s ease .2s; }

.docs-link-btn {
  border: 1px solid #999999;
  color: #999999;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  line-height: 10px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-transform: scale(0.8);
      transform: scale(0.8); }
  .docs-link-btn:hover {
    color: #ec5f3e;
    border: 1px solid #ec5f3e;
    text-decoration: none; }

.cc-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 5px; }
  .cc-icon svg {
    fill: #999999; }

a:focus {
  text-decoration: none; }

.group-option .btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center; }
  .group-option .btn-group .btn {
    margin-right: 5px;
    padding: 7px 10px;
    border-radius: 3px; }
    .group-option .btn-group .btn:last-child {
      margin-right: 0; }
  .group-option .btn-group .btn:last-child:not(:first-child),
  .group-option .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .group-option .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px; }
  .group-option .btn-group .btn-primary {
    margin-right: 8px; }
    .group-option .btn-group .btn-primary p {
      color: #FFF; }
  .group-option .btn-group .btn-default-primary {
    margin-right: 8px; }

.btn p {
  margin-bottom: 0; }

.btn-icon-left {
  padding: 7px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center; }
  .btn-icon-left p {
    margin-bottom: 0;
    line-height: 20px; }
  .btn-icon-left > *:first-child:not(p), .btn-icon-left svg {
    margin-right: 10px;
    height: 15px;
    width: 15px; }
  .btn-icon-left svg {
    fill: #999999; }
  .btn-icon-left.btn-default-success p,
  .btn-icon-left.btn-default-success svg {
    color: #26C465;
    fill: #26C465; }

.btn-help {
  padding: 0;
  margin-right: 5px;
  margin-left: auto;
  margin-top: auto;
  padding: 6px 12px; }
  .btn-help > *:first-child:not(p), .btn-help svg {
    margin-right: 5px; }
    .btn-help > *:first-child:not(p) svg, .btn-help svg svg {
      margin-right: 0; }
  .btn-help:hover {
    text-decoration: none; }
    .btn-help:hover p {
      color: #ec5f3e; }
    .btn-help:hover svg {
      fill: #ec5f3e; }

.multi-select ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.multi-select li {
  list-style: none;
  width: 25%;
  text-align: center;
  cursor: hand; }

.multi-select .btn-icon-left {
  width: calc((100%/2) - 10px);
  margin: 5px;
  box-sizing: border-box; }
  @media (max-width: 600px) {
    .multi-select .btn-icon-left {
      width: calc(100% - 10px); } }
  .multi-select .btn-icon-left svg {
    fill: #999999; }

.multi-select-row ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.btn-default-success .input-label svg {
  fill: #26C465; }

.btn-default-success .input-label label {
  color: #26C465; }

button:hover, button:active, button:visited, button:focus, .btn:hover, .btn:active, .btn:visited, .btn:focus {
  outline: 0; }

.form-extra-info .error {
  color: #f0ad4e;
  display: block;
  margin-top: 10px; }

.form-extra-info .form-item:last-of-type {
  margin-bottom: 0; }

.input-group-list-item {
  margin-bottom: 5px;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .input-group-list-item .delete {
    position: absolute;
    right: 3px;
    top: 3px;
    height: calc(100% - 6px);
    width: 24px;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background: #e6e6e6;
    transition: background .1s ease, color .1s ease;
    color: #999999;
    border-radius: 3px; }
    .input-group-list-item .delete:hover {
      background: #f0ad4e;
      color: #FFF; }

.form-group input {
  border-radius: 3px; }

.form-item {
  margin-bottom: 25px; }
  .form-item:last-of-type {
    margin-bottom: 0; }

.input-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin-bottom: 5px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #999999; }
  .input-label *:first-child {
    margin-right: 10px;
    height: 15px;
    width: 15px; }
    .input-label *:first-child svg {
      fill: #999999; }
  .input-label:last-child {
    margin-bottom: 0; }
  .input-label .label-icon {
    height: 15px; }
  .input-label p {
    margin-bottom: 0;
    margin-top: auto;
    cursor: pointer; }
  .input-label svg {
    margin-right: 10px;
    fill: #999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
  .input-label .required {
    color: #f0ad4e;
    margin-left: 5px;
    font-size: 13px; }

form[accessible-form] .invalid-input-response {
  overflow: hidden;
  margin-top: 5px;
  color: #ec5f3e;
  max-height: 0;
  transition: .3s max-height ease .3s, opacity .2s ease;
  opacity: 0; }

.ng-submitted .ng-invalid-required.ng-invalid:first-of-type + .invalid-input-response,
.ng-submitted .ng-valid-required.ng-invalid:first-of-type + .invalid-input-response {
  max-height: 20px;
  opacity: 1;
  transition: .3s max-height ease, opacity .2s ease .3s; }

.dash-message {
  margin: 0;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  .dash-message h4,
  .dash-message p {
    text-align: center;
    max-width: 300px;
    color: #999999;
    margin: auto;
    line-height: 1.3em;
    font-size: 16px; }
  .dash-message h2 {
    padding: 5px;
    color: #999999;
    text-align: center;
    margin: auto;
    line-height: 1.3em;
    display: inline-block; }
  .dash-message .text-primary {
    margin: 0; }

.loading-message {
  padding-bottom: 0; }

.dash-error-solve {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 5px; }
  .dash-error-solve .solve-supporting {
    margin: 15px 0; }

.input-text {
  background: 0;
  border: 0;
  outline: 0;
  color: #555555; }
  .input-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555; }
  .input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555; }
  .input-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555; }
  .input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #555555; }

.input-radio {
  padding-left: 30px; }
  .input-radio .checkbox {
    height: 25px;
    width: 25px;
    border: 1px solid #e3e3e3;
    margin: 0;
    margin-right: 10px;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    -ms-transform: scale(0.85);
        transform: scale(0.85);
    transition: transform .3s ease; }
  .input-radio.checked .checkbox {
    background: #ec5f3e;
    cursor: inherit;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    border: 0 solid #e3e3e3; }
  .input-radio.checked span {
    cursor: inherit; }
  .input-radio:hover .checkbox {
    background: #999999;
    -ms-transform: scale(0.9);
        transform: scale(0.9); }
  .input-radio span {
    cursor: pointer;
    line-height: 25px; }
  .input-radio input[type="radio"],
  .input-radio input[type="checkbox"] {
    display: none; }

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -ms-transform: scale(1, 0.8);
      transform: scale(1, 0.8);
  transition: 0.5s;
  padding-top: 0;
  width: 100%; }
  input[type="radio"]:checked ~ .reveal-if-active,
  input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 100px;
    overflow: visible;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    padding-top: 5px; }
  .reveal-if-active textarea {
    width: 100%;
    min-height: 100px;
    outline: 0;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #999999;
    padding: 7px; }

.checkbox {
  position: absolute;
  left: 0;
  top: 0; }
  input[type="radio"]:checked ~ .checkbox,
  input[type="checkbox"]:checked ~ .checkbox {
    background: #ec5f3e;
    cursor: inherit;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    border: 0 solid #e3e3e3; }

.tile-collapsed {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 20px;
  background-color: #FFF;
  overflow: visible; }
  .tile-collapsed .event-content-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #d9534f;
    color: #d9534f;
    -ms-transform: translate(-50%, -40%) scale(1);
        transform: translate(-50%, -40%) scale(1);
    z-index: 5;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    transition: transform .2s ease-out, opacity .2s ease-out; }
  .tile-collapsed .my-events-hero-wrapper {
    width: 100px;
    margin-bottom: auto;
    border-radius: 3px;
    overflow: hidden; }
  .tile-collapsed .event-hero {
    width: 100%;
    background-color: #FFF; }
  .tile-collapsed .default-hero .default-hero-wrap .hero {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: .2; }
  .tile-collapsed .label {
    color: #FFF;
    text-align: left;
    background-color: #ec5f3e;
    margin-right: 5px; }
    .tile-collapsed .label.label-muted {
      background-color: #e3e3e3;
      color: #999999; }
  .tile-collapsed .count-mobile {
    display: none; }
  .tile-collapsed .event-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 100px); }
  .tile-collapsed .event-title,
  .tile-collapsed .event-date {
    margin: 0;
    margin-right: 15px;
    width: 70%; }
  .tile-collapsed .event-title {
    margin-bottom: 5px; }
  .tile-collapsed .event-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tile-collapsed .event-date h5 {
      margin: 0;
      margin-top: 5px;
      width: 100%; }
  .tile-collapsed .event-registered-ct {
    white-space: nowrap;
    text-align: right;
    margin-left: auto;
    margin-top: auto;
    width: 20%; }

.tile-collapsed:hover {
  text-decoration: none; }
  .tile-collapsed:hover .default-hero .default-hero-wrap {
    opacity: 1; }
  .tile-collapsed:hover .event-content-alert {
    opacity: 1;
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    transition: transform .2s ease-out, opacity .2s ease-out .2s; }

@media (max-width: 992px) {
  .tile-collapsed .event-date .label {
    margin-bottom: 5px; }
  .tile-collapsed .event-registered-ct br {
    display: none; } }

@media (max-width: 769px) {
  .tile-collapsed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tile-collapsed .my-events-hero-wrapper {
      width: 30%; }
    .tile-collapsed .event-registered-ct {
      width: 100%;
      text-align: left;
      margin-left: 0;
      margin-top: 5px; }
      .tile-collapsed .event-registered-ct br {
        display: none; }
    .tile-collapsed .event-meta {
      width: 70%; }
      .tile-collapsed .event-meta .event-title,
      .tile-collapsed .event-meta .event-date {
        margin-right: 0;
        width: 100%; }
        .tile-collapsed .event-meta .event-title h5,
        .tile-collapsed .event-meta .event-date h5 {
          margin-top: 0; }
    .tile-collapsed .pad-left {
      padding-left: 10px; } }

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

/*  Components
~-----------------------------------------*/
.flex-row-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .flex-row-center input {
    margin: 0;
    margin-right: 5px; }

hr.short {
  width: 200px; }

.text-action-click {
  cursor: pointer; }

.avatar-s {
  width: 34px;
  height: 34px; }

.avatar-m {
  width: 50px;
  height: 50px; }

.arrow-toggle {
  text-align: center; }
  .arrow-toggle:hover .arrow-up.off {
    border-bottom-color: #f5ac9b; }
  .arrow-toggle .block {
    padding-top: 5px; }
  .arrow-toggle .arrow-up {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 10px solid #ec5f3e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 0 dotted;
    content: ""; }
    .arrow-toggle .arrow-up.off {
      border-bottom-color: #ddd; }

.img-round {
  border: 2px solid #FFF;
  border-radius: 70px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .img-round img {
    width: 100%; }

@media (max-width: 769px) {
  .input-group-collapse {
    display: block; }
    .input-group-collapse .input-group-btn {
      margin-top: 5px;
      display: block;
      width: 100%; }
      .input-group-collapse .input-group-btn .btn {
        border-radius: 3px; } }

@media (max-width: 769px) {
  .btn-xs-block {
    width: 100%;
    display: block; } }

.cs-bar text, .cs-pie text {
  font-weight: 400;
  font-size: 13px; }

#loader {
  /*background: #080808;*/
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  pointer-events: none;
  width: 310px;
  margin-left: -155px; }

/* Universal styling */
[class^="shaft-load"] {
  margin: 50px auto;
  width: 60px;
  height: 30px; }
  [class^="shaft-load"] > div {
    float: left;
    background: #F9CA3F;
    height: 100%;
    width: 5px;
    margin-right: 1px;
    display: inline-block; }
  [class^="shaft-load"] .shaft1 {
    animation-delay: 0.05s; }
  [class^="shaft-load"] .shaft2 {
    animation-delay: 0.1s; }
  [class^="shaft-load"] .shaft3 {
    animation-delay: 0.15s; }
  [class^="shaft-load"] .shaft4 {
    animation-delay: 0.2s; }
  [class^="shaft-load"] .shaft5 {
    animation-delay: 0.25s; }
  [class^="shaft-load"] .shaft6 {
    animation-delay: 0.3s; }
  [class^="shaft-load"] .shaft7 {
    animation-delay: 0.35s; }
  [class^="shaft-load"] .shaft8 {
    animation-delay: 0.4s; }
  [class^="shaft-load"] .shaft9 {
    animation-delay: 0.45s; }
  [class^="shaft-load"] .shaft10 {
    animation-delay: 0.5s; }

/* Shaft 2 */
.shaft-load2 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -30px; }
  .shaft-load2 > div {
    animation: loading2 1.5s infinite ease-in-out;
    -ms-transform: scaleY(0.05) translateX(-5px);
    transform: scaleY(0.05) translateX(-5px); }

@keyframes loading2 {
  10% {
    background: #ec5f3e; }
  15% {
    -ms-transform: scaleY(0.5) translateX(10px);
    transform: scaleY(0.5) translateX(10px);
    background: #ec5f3e; }
  90%, 100% {
    -ms-transform: scaleY(0.05) translateX(-5px);
    transform: scaleY(0.05) translateX(-5px); } }

/* Shaft 4 */
.shaft-load4 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -10px;
  width: 100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
  .shaft-load4 > div {
    margin-right: 3px;
    animation: loading4 1.5s infinite ease-in-out;
    width: 8px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    -ms-transform: scaleY(0.1);
    transform: scaleY(0.1); }

@keyframes loading4 {
  50% {
    -ms-transform: scaleY(1.5);
    transform: scaleY(1.5);
    background: #ec5f3e;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
    opacity: 100; } }

/*  NEW Modals
~-----------------------------------------*/
.modal-backdrop.in.block {
  background: -owg-linear-gradient(110deg, #2537AC 0%, #815CC4 56%, #A36ACC 76%, #A76BCD 79%, #B571D1 87%, #CA79D6 100%);
  -pie-background: -pie-linear-gradient(110deg, #2537AC 0%, #815CC4 56%, #A36ACC 76%, #A76BCD 79%, #B571D1 87%, #CA79D6 100%);
  background: linear-gradient(110deg, #2537AC 0%, #815CC4 56%, #A36ACC 76%, #A76BCD 79%, #B571D1 87%, #CA79D6 100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 1039; }
  .modal-backdrop.in.block .close {
    display: none; }

.no-scroll {
  overflow: hidden; }

.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: none;
  cursor: pointer;
  overflow-y: scroll;
  padding-bottom: 20px;
  -ms-perspective: 400;
  -o-perspective: 400;
  perspective: 400; }
  .modal2.stay-open {
    cursor: default; }
  .modal2 .modal2-contain {
    width: 460px;
    margin: 4% auto 0;
    position: relative; }
  .modal2 h1.modal2-title {
    font-size: 30px;
    line-height: 41px; }
  .modal2 h3.modal2-title {
    margin-bottom: 20px; }
  .modal2 .modal2-title {
    text-align: center;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.38);
    transition: all 0.4s cubic-bezier(0.08, 1.09, 0.64, 1.12);
    transition-delay: 0.3s;
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
    .modal2 .modal2-title.on {
      opacity: 1;
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .modal2 .modal2-body {
    cursor: default;
    background: #fff;
    width: 100%;
    min-height: 160px;
    position: relative;
    z-index: 2;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.38);
    transition: all 0.4s cubic-bezier(0.08, 1.09, 0.64, 1.12);
    -ms-transform-origin: 50% 0 50%;
    transform-origin: 50% 0 50%;
    -ms-transform: translateY(200px) rotateX(-60deg) scale(0.7);
    transform: translateY(200px) rotateX(-60deg) scale(0.7);
    opacity: 0; }
    .modal2 .modal2-body.on {
      opacity: 1;
      -ms-transform: translateY(0px) rotateX(0deg) scale(1);
      transform: translateY(0px) rotateX(0deg) scale(1); }
  .modal2 .modal2-footer {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    text-align: center;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.08, 1.09, 0.64, 1.12);
    transition-delay: 0.3s;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
    .modal2 .modal2-footer.on {
      opacity: 1;
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .modal2 .modal2-footer a {
      color: #fff;
      font-weight: bold; }
    .modal2 .modal2-footer .btn-success {
      border-radius: 5px;
      border: 0;
      background: #44CCAD;
      margin-bottom: 15px;
      box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 3px 0px rgba(0, 0, 0, 0.18); }
      .modal2 .modal2-footer .btn-success:hover {
        background: #58e0c1; }
      .modal2 .modal2-footer .btn-success:active {
        box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(255, 255, 255, 0.3);
        padding: 11px 16px 9px 16px; }
      .modal2 .modal2-footer .btn-success:focus {
        outline: 0; }
    .modal2 .modal2-footer .btn-pay-divide {
      display: inline-block;
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      width: 1px;
      height: 49px;
      position: absolute;
      top: -10px;
      left: -10px;
      border-right: 1px solid rgba(255, 255, 255, 0.14); }
    .modal2 .modal2-footer .btn-pay-price {
      position: relative;
      display: inline-block;
      left: 20px;
      margin-left: 4px;
      margin-right: 6px; }
    .modal2 .modal2-footer .event-full {
      color: #E41441;
      padding-bottom: 15px;
      margin: 0;
      font-size: 25px;
      border: 1px solid #E8E8E8;
      border-radius: 4px;
      display: inline-block;
      padding: 10px 20px;
      margin-bottom: 10px;
      line-height: 29px;
      font-weight: 300; }
  @media (max-width: 769px) {
    .modal2 .modal2-contain {
      width: 90%;
      margin-top: 20%; }
    .modal2 .modal2-title {
      font-size: 26px; } }

.modal2.modal-blue {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; }
  .modal2.modal-blue::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: #34495e;
    background-image: linear-gradient(116deg, #1a73a2 9%, #73b677 83%, #b1e458 100%);
    width: 100%;
    height: 120%;
    opacity: .75; }
  .modal2.modal-blue.stay-open {
    background: #34495e url("https://s3.amazonaws.com/crowdcast/img/photos/water.jpg") no-repeat center center fixed;
    background-size: cover; }
    .modal2.modal-blue.stay-open::before {
      opacity: .9; }

.modal2.modal-purple {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; }
  .modal2.modal-purple::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: #815CC4;
    background: -owg-linear-gradient(110deg, #2537AC 0%, #815CC4 56%, #A36ACC 76%, #A76BCD 79%, #B571D1 87%, #CA79D6 100%);
    -pie-background: -pie-linear-gradient(110deg, #2537AC 0%, #815CC4 56%, #A36ACC 76%, #A76BCD 79%, #B571D1 87%, #CA79D6 100%);
    background: linear-gradient(110deg, #2537AC 0%, #815CC4 56%, #A36ACC 76%, #A76BCD 79%, #B571D1 87%, #CA79D6 100%);
    width: 100%;
    height: 120%;
    opacity: .75; }
  .modal2.modal-purple.stay-open {
    background: #34495e url("https://s3.amazonaws.com/crowdcast/img/photos/water.jpg") no-repeat center center fixed;
    background-size: cover; }
    .modal2.modal-purple.stay-open::before {
      opacity: .9; }

.modal2.modal-light {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; }
  .modal2.modal-light::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
    width: 100%;
    height: 120%;
    opacity: .75; }
  .modal2.modal-light.stay-open {
    background: #fafafa; }
    .modal2.modal-light.stay-open::before {
      opacity: .9; }
  .modal2.modal-light .modal2-title {
    color: #616161;
    text-shadow: none;
    font-weight: 300; }
  .modal2.modal-light .modal2-body {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px 0px rgba(0, 0, 0, 0.15); }
  .modal2.modal-light .modal2-footer {
    color: #868686; }
    .modal2.modal-light .modal2-footer .btn-success {
      box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
      font-size: 23px;
      padding: 9px 30px; }
    .modal2.modal-light .modal2-footer a {
      color: #6D6D6D; }

.modal2 .form-event-name input {
  border-radius: 3px 3px 0 0;
  background: #FFFCFC;
  border: none;
  border-bottom: 1px solid #EC5F3E;
  padding: 14px 20px;
  height: auto;
  font-size: 19px; }

.modal2 .form-event-info {
  padding: 20px; }

.modal2 .form-submit {
  padding-bottom: 20px;
  text-align: center; }

.modal2 .btn-modal-submit {
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 19px; }

.btn-toggle-group {
  padding-bottom: 15px; }
  .btn-toggle-group label {
    margin-right: 20px; }
  .btn-toggle-group > .btn {
    color: #B8B8B8;
    font-size: 12px;
    line-height: 17px; }
    .btn-toggle-group > .btn:hover {
      color: #ec5f3e; }
    .btn-toggle-group > .btn.active {
      color: #ec5f3e;
      font-weight: 600;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.39);
      border: 1px solid #EC5F3E;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }
  .btn-toggle-group .expanded {
    padding: 10px 0 0 56px; }
    .btn-toggle-group .expanded .form-control {
      margin-right: 8px; }
  .btn-toggle-group .expanded-label {
    padding-left: 0;
    padding-top: 7px; }
  @media (max-width: 769px) {
    .btn-toggle-group label {
      margin-right: 15px; }
    .btn-toggle-group .form-control {
      margin-bottom: 6px;
      width: 100%; }
    .btn-toggle-group .expanded {
      padding-left: 0; } }

.btn-toggle-group .expanded-label input, .btn-toggle-group .expanded-label select {
  width: auto;
  display: inline-block; }

.btn-toggle-group .expanded-label .row input, .btn-toggle-group .expanded-label .row select {
  width: 100%;
  display: block; }

#modalRegister .room-title {
  color: #ec5f3e;
  margin-top: 0;
  margin-bottom: 5px; }

#modalRegister .room-note {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  padding-top: 9px; }

#modalRegister .room-date {
  font-size: 18px;
  color: #3E5667;
  margin-bottom: 10px; }

#modalRegister .video-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  height: 257px; }
  #modalRegister .video-image img {
    width: 100%;
    position: relative;
    top: -44px; }

#modalRegister .question {
  padding: 20px 0;
  background: #FFF8F7;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #E2E2E2;
  overflow: hidden;
  *zoom: 1;
  position: relative; }
  #modalRegister .question .col-left {
    width: 20%;
    float: left; }
    #modalRegister .question .col-left h3 {
      margin-top: 0; }
  #modalRegister .question .col-right {
    float: left;
    width: 80%;
    padding-right: 20px; }
  #modalRegister .question h1 {
    font-size: 22px;
    margin: 0 0 13px;
    font-weight: 400; }
  #modalRegister .question .user-info .img-round {
    position: absolute; }
  #modalRegister .question .user-info .name {
    display: inline-block;
    padding-left: 42px;
    padding-top: 7px; }

#modalRegister .question-asked {
  text-transform: uppercase;
  font-weight: bold;
  color: #B1B1B1;
  padding-bottom: 15px; }

#modalRegister .pad {
  padding-bottom: 60px; }

#modalRegister .body-footer .user-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 20px 10px; }

#modalRegister .body-footer .img-round {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px; }

@media (max-width: 480px) {
  #modalRegister .video-image {
    height: auto; }
    #modalRegister .video-image img {
      top: 0; } }

.social-btns {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 10px; }
  .social-btns h3 {
    font-size: 17px;
    margin-bottom: 22px; }
  .social-btns .btn-lg.btn-default-primary {
    width: 140px;
    margin: 5px 5px; }
  .social-btns.email-visible {
    opacity: .5; }

.email-toggle {
  margin-top: 20px;
  margin-bottom: 6px; }
  .email-toggle .btn {
    padding: 3px 11px; }

.login-email {
  max-width: 320px;
  margin: 0 auto;
  padding: 10px 20px 20px; }
  .login-email.dim .form-login {
    opacity: .5; }
  .login-email .alert {
    padding: 6px; }

.modal-content {
  overflow: hidden;
  *zoom: 1; }

.modal.has-rich-editor .modal-dialog {
  width: 100%;
  max-width: 800px; }
  .modal.has-rich-editor .modal-dialog .modal-content {
    overflow: visible; }
    .modal.has-rich-editor .modal-dialog .modal-content .fr-toolbar {
      text-align: center; }
      .modal.has-rich-editor .modal-dialog .modal-content .fr-toolbar .fr-separator, .modal.has-rich-editor .modal-dialog .modal-content .fr-toolbar .fr-command, .modal.has-rich-editor .modal-dialog .modal-content .fr-toolbar .fr-btn {
        float: none;
        display: inline-block; }

.modal-page .modal-content .close {
  display: none; }

.modal-page.modal-backdrop {
  background-color: #fafafa;
  opacity: 1 !important;
  z-index: 1 !important; }

.modal-page.modal.fade {
  transition: none;
  z-index: 2 !important; }

.hangout-button {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  border-radius: 2px;
  overflow: hidden; }

.hr-streak {
  background: -owg-linear-gradient(89deg, #f9ca3f 7%, #ec5f3e 50%, #3e5667 100%);
  -pie-background: -pie-linear-gradient(89deg, #f9ca3f 7%, #ec5f3e 50%, #3e5667 100%);
  background: linear-gradient(89deg, #f9ca3f 7%, #ec5f3e 50%, #3e5667 100%);
  height: 1px;
  width: 100%;
  border: none;
  overflow: hidden;
  position: relative; }
  .hr-streak.grad-center {
    background: -owg-linear-gradient(89deg, #181818 0%, #f9ca3f 10%, #ec5f3e 50%, #3e5667 90%, #181818 100%);
    -pie-background: -pie-linear-gradient(89deg, #181818 0%, #f9ca3f 10%, #ec5f3e 50%, #3e5667 90%, #181818 100%);
    background: linear-gradient(89deg, #181818 0%, #f9ca3f 10%, #ec5f3e 50%, #3e5667 90%, #181818 100%); }
  .hr-streak.green {
    background: -owg-linear-gradient(70deg, #8AF93F 0%, #3EECCB 50%, #4531C3 100%);
    -pie-background: -pie-linear-gradient(70deg, #8AF93F 0%, #3EECCB 50%, #4531C3 100%);
    background: linear-gradient(70deg, #8AF93F 0%, #3EECCB 50%, #4531C3 100%); }
    .hr-streak.green .sparks ul li {
      background: -owg-linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, rgba(84, 57, 252, 0.86) 20%, #3FF98F 95%, rgba(249, 202, 63, 0) 100%);
      -pie-background: -pie-linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, rgba(84, 57, 252, 0.86) 20%, #3FF98F 95%, rgba(249, 202, 63, 0) 100%);
      background: linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, rgba(84, 57, 252, 0.86) 20%, #3FF98F 95%, rgba(249, 202, 63, 0) 100%); }

.sparks {
  position: absolute;
  width: 100%;
  top: -14px; }

.sparks ul {
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
  text-align: center;
  display: block; }

.sparks ul li {
  width: 12%;
  height: 2px;
  display: inline-block;
  margin: 0 3%;
  animation: loading1 2.5s infinite;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  background: -owg-linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, #ec5f3e 20%, #f9ca3f 95%, rgba(249, 202, 63, 0) 100%);
  -pie-background: -pie-linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, #ec5f3e 20%, #f9ca3f 95%, rgba(249, 202, 63, 0) 100%);
  background: linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, #ec5f3e 20%, #f9ca3f 95%, rgba(249, 202, 63, 0) 100%); }

.sparks ul li.li6 {
  animation-delay: 0.1s !important; }

.sparks ul li.li5 {
  animation-delay: 0.25s !important; }

.sparks ul li.li4 {
  animation-delay: 0.5s !important; }

.sparks ul li.li3 {
  animation-delay: 0.75s !important; }

.sparks ul li.li2 {
  animation-delay: 1s !important; }

.sparks ul li.li1 {
  animation-delay: 1.25s !important; }

@keyframes loading1 {
  0% {
    transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.hr-streak.slide .sparks ul li {
  width: 12%;
  height: 2px;
  display: inline-block;
  margin: 0 3%;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  animation: loadingSlide 1.7s infinite;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  background: -owg-linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, #ec5f3e 20%, #FBDB7D 100%);
  -pie-background: -pie-linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, #ec5f3e 20%, #FBDB7D 100%);
  background: linear-gradient(90deg, rgba(236, 95, 62, 0) 0%, #ec5f3e 20%, #FBDB7D 100%); }

@keyframes loadingSlide {
  0% {
    transform: translateX(-100px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translateX(100px);
    opacity: 0; } }

/*  Hangouts
~-----------------------------------------*/
.hangout-return {
  display: block;
  background: #ec5f3e;
  text-align: center;
  padding: 9px 4px;
  color: #FFF; }
  .hangout-return:hover {
    color: #FFF; }

.no-flick, #hangout-control {
  -webkit-transform: translate3d(0, 0, 0); }

/*  Stripe
~-----------------------------------------*/
.stripe-connect {
  display: inline-block;
  margin-bottom: 1px;
  background-image: linear-gradient(#28A0E5, #015E94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 30px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.stripe-connect span {
  display: block;
  position: relative;
  padding: 0 12px 0 44px;
  height: 28px;
  background: #1275FF;
  background-image: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  font-size: 14px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  border-radius: 3px; }

.stripe-connect span:before {
  content: '';
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 23px 24px; }

.stripe-connect:active {
  background: #005D93; }

.stripe-connect:hover,
.stripe-connect:active,
.stripe-connect:focus {
  text-decoration: none; }

.stripe-connect:active span {
  color: #EEE;
  background: #008CDD;
  background-image: linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }

.stripe-connect.light-blue {
  background: #b5c3d8;
  background-image: linear-gradient(#b5c3d8, #9cabc2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.stripe-connect.light-blue span {
  color: #556F88;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #f0f5fa;
  background-image: linear-gradient(#f0f5fa, #e4ecf5 85%, #e7eef6);
  box-shadow: inset 0 1px 0 #fff; }

.stripe-connect.light-blue:active {
  background: #9babc2; }

.stripe-connect.light-blue:active span {
  color: #556F88;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #d7dee8;
  background-image: linear-gradient(#d7dee8, #e7eef6);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05); }

.stripe-connect.dark {
  background: #252525;
  background: rgba(0, 0, 0, 0.5) !important; }

/* Images*/
.stripe-connect span:before, .stripe-connect.blue span:before {
  background-image: url("data:image/png;base64,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"); }

.stripe-connect.light-blue span:before {
  background-image: url("data:image/png;base64,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"); }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .stripe-connect span:before, .stripe-connect.blue span:before {
    background-image: url("data:image/png;base64,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"); }
  .stripe-connect.light-blue span:before {
    background-image: url("data:image/png;base64,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"); } }

.timer {
  overflow: hidden;
  *zoom: 1; }
  .timer .timer-title {
    padding-bottom: 4px; }
  .timer .col {
    width: 25%;
    float: left; }
    .timer .col.zero .num {
      color: #F95E71; }
    .timer .col.zero .sublabel {
      text-decoration: line-through; }
  .timer .num {
    font-size: 29px;
    color: #565B5E;
    line-height: 35px; }
  .timer .sublabel {
    color: #9B9B9B;
    text-transform: uppercase; }

.timer-pricing {
  width: 260px;
  margin: 0 auto 20px;
  color: #fff; }
  .timer-pricing.forever, .timer-pricing.deadline {
    display: none; }
    .timer-pricing.forever.active, .timer-pricing.deadline.active {
      display: block; }
  .timer-pricing .num {
    color: white; }

.pre-register-status {
  margin-top: 40px;
  padding-top: 1px;
  text-align: center; }
  .pre-register-status h1 {
    color: #ec5f3e;
    font-size: 28px; }
  .pre-register-status .hr-streak {
    margin: 25px 0 19px;
    opacity: .7; }
  .pre-register-status ul {
    list-style-type: disc; }
  .pre-register-status .current-step {
    font-size: 20px;
    color: #929292; }
  .pre-register-status .error-box {
    border: 1px solid #d9534f;
    border-radius: 3px;
    padding: 20px;
    display: inline-block;
    background: #fff;
    color: #d9534f; }
    .pre-register-status .error-box h3 {
      margin-top: 0px;
      font-weight: bold; }
    .pre-register-status .error-box p {
      color: #808080;
      font-size: 17px;
      margin-bottom: 0; }
  @media (max-width: 769px) {
    .pre-register-status {
      margin-top: 60px; } }

.intel-prompt {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-left: 3px solid #1AF1A1; }
  .intel-prompt .prompt-title {
    margin-top: 0;
    font-weight: 400; }
  .intel-prompt .prompt-description {
    color: #555555; }
  .intel-prompt .prompt-option {
    margin-bottom: 3px;
    border-radius: 3px;
    margin-left: -3px;
    padding-left: 5px; }
    .intel-prompt .prompt-option:hover {
      background: #FFF5F3; }
    .intel-prompt .prompt-option input {
      cursor: pointer;
      display: inline-block;
      float: left;
      position: relative;
      top: 1px; }
    .intel-prompt .prompt-option label {
      cursor: pointer;
      padding-left: 18px;
      position: relative;
      top: 1px;
      margin-bottom: 0;
      color: #444;
      display: block; }
      .intel-prompt .prompt-option label:hover {
        color: #ec5f3e; }
  .intel-prompt .option-desc {
    color: #555;
    font-weight: normal; }
  .intel-prompt .prompt-action {
    padding-top: 8px; }

.tabs-wide {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #E5E5E5; }
  .tabs-wide li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    cursor: pointer;
    display: inline-block; }
    .tabs-wide li a {
      position: relative;
      padding: 5px 10px;
      color: #B5B5B5;
      display: inline-block;
      bottom: -1px;
      text-transform: uppercase;
      font-weight: 600; }
      .tabs-wide li a:hover {
        border-color: #bbb;
        color: #909090;
        text-decoration: none; }
    .tabs-wide li.selected a {
      border-bottom: 1px solid #ec5f3e;
      color: #ec5f3e; }

.tabs-tall {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  text-align: right; }
  .tabs-tall li {
    margin: 0;
    padding: 5px 10px;
    float: right;
    clear: both;
    border-right: 1px solid #E5E5E5;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #B5B5B5; }
    .tabs-tall li:hover {
      border-color: #bbb;
      color: #909090; }
    .tabs-tall li.selected {
      border-right: 1px solid #ec5f3e;
      color: #ec5f3e; }

.form-photo-upload {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px; }
  .form-photo-upload .file-none {
    float: left;
    width: 130px;
    text-align: center;
    margin-top: 10px; }
    .form-photo-upload .file-none .drop-box {
      margin: 0 auto;
      color: #ec5f3e;
      border: 3px dotted #D4D4D4;
      border-radius: 8px;
      width: 130px; }
      .form-photo-upload .file-none .drop-box span {
        margin-top: 35px;
        display: inline-block; }
    .form-photo-upload .file-none .btn {
      margin-top: 6px; }
  .form-photo-upload .file-progress {
    margin-top: 7px; }
  .form-photo-upload .file-selected .form-img-contain {
    max-width: 260px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 3px; }
  .form-photo-upload .file-selected img {
    max-width: 100%; }
  .form-photo-upload .form-image {
    float: left;
    max-width: 200px;
    margin-top: 10px;
    margin-left: 12px;
    border-radius: 5px;
    overflow: hidden; }
    .form-photo-upload .form-image img {
      width: 100%; }
  .form-photo-upload .form-image-profile {
    float: left;
    max-width: 200px;
    margin-top: 10px;
    margin-left: 12px;
    border-radius: 100%;
    overflow: hidden; }
    .form-photo-upload .form-image-profile img {
      width: 100%; }
  .form-photo-upload .form-image-profile-cover {
    float: left;
    max-width: 390px;
    margin-top: 10px;
    margin-left: 12px;
    border-radius: 3px;
    overflow: hidden; }
    .form-photo-upload .form-image-profile-cover img {
      width: 100%; }

.btn-follow.btn-default-muted .btn-unfollow-hover {
  display: none; }

.btn-follow.btn-default-muted:hover .btn-unfollow-default {
  display: none; }

.btn-follow.btn-default-muted:hover .btn-unfollow-hover {
  display: inline; }

.btn-cancel {
  background: #e3e3e3;
  color: #FFF;
  transition: background .2s ease;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }

.btn-cancel:hover {
  background: #999999;
  color: #FFF; }

#change-log {
  position: relative; }

#HW_badge_cont {
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important; }
  #HW_badge_cont #HW_badge {
    top: 3px !important;
    right: 3px  !important;
    left: auto  !important; }

#HW_frame_cont {
  z-index: 2001 !important;
  -ms-transform: translate(210px, 20px);
      transform: translate(210px, 20px); }

.group-message {
  padding: 15px 25px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #e3e3e3; }
  .group-message p {
    font-size: 14px;
    font-weight: 800; }
    .group-message p.body-light {
      font-weight: 400;
      text-align: left; }
  .group-message .supporting-copy {
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    max-width: 300px;
    margin: auto; }
  .group-message p:last-of-type {
    margin-bottom: 0px; }
  .group-message .supporting-left {
    text-align: left;
    font-weight: 400; }
  .group-message .video-wrapper:not(:last-child) {
    margin-bottom: 10px; }
  .group-message .warning {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    color: #f0ad4e; }

.page-dash {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.nav-dropdown-top {
  margin-bottom: 20px;
  width: 100%; }
  .nav-dropdown-top.nav-dropdown-mobile {
    display: none; }
    @media (max-width: 975px) {
      .nav-dropdown-top.nav-dropdown-mobile {
        display: inherit; } }
  .nav-dropdown-top .btn, .nav-dropdown-top .dropdown {
    width: 100%;
    text-align: left; }
  .nav-dropdown-top .btn {
    display: -ms-flexbox;
    display: flex; }
  .nav-dropdown-top .caret {
    margin: auto 5px auto auto; }
  .nav-dropdown-top li {
    padding: 10px;
    cursor: pointer; }
  .nav-dropdown-top li:hover {
    background-color: rgba(0, 0, 0, 0.02); }

.nav-vertical-left {
  transform: translateZ(0);
  width: 200px;
  max-height: calc(100vh);
  position: fixed;
  overflow-y: scroll;
  padding-right: 16px;
  top: 0;
  padding-top: 40px; }
  .nav-vertical-left .event-hero, .nav-vertical-left .hero {
    border-radius: 3px;
    overflow: hidden;
    background: 0; }
  @media (max-width: 975px) {
    .nav-vertical-left {
      display: none; } }
  .nav-vertical-left ul {
    margin: 0;
    padding: 0; }
  .nav-vertical-left li {
    color: #999999;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: max-height .3s ease, border-bottom .3s ease;
    overflow: hidden;
    padding: 0;
    margin-bottom: 25px; }
    .nav-vertical-left li .event-title {
      line-height: 1.2em;
      max-height: 2.4em;
      overflow: hidden;
      margin: 5px 0;
      font-size: 18px; }
    .nav-vertical-left li .event-time {
      box-sizing: border-box;
      margin-top: 5px;
      padding: 0;
      transition: opacity .2s ease .2s, transform .2s ease .2s, max-height .3s ease .2s, padding .3s ease .2s; }
    .nav-vertical-left li.active {
      cursor: inherit; }
      .nav-vertical-left li.active .event-title {
        color: #ec5f3e; }
      .nav-vertical-left li.active .hero {
        border-bottom: 2px solid #ec5f3e; }
  .nav-vertical-left li:hover:not(.active) .event-title {
    color: #555555; }
  .nav-vertical-left h3 {
    margin: 0;
    font-weight: 400;
    font-size: 18px; }
  .nav-vertical-left .event-time {
    margin-top: 5px;
    font-size: 14px;
    white-space: nowrap; }

.content-right-fill {
  margin-left: auto;
  width: calc(100% - 200px - 20px);
  padding: 25px;
  box-sizing: border-box; }
  @media (max-width: 975px) {
    .content-right-fill {
      width: 100%; } }
  .content-right-fill.fill-right-centered {
    text-align: center; }

.loading-text {
  margin: 25px 0px; }

.scroll-wrap {
  margin-right: -17px;
  padding-right: 17px;
  margin-bottom: -17px;
  padding-bottom: 17px;
  overflow-y: scroll;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%; }

.label-success {
  padding: 10px;
  background-color: #26C465;
  margin-right: auto;
  color: #FFF;
  border-radius: 3px; }

.status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
  border-right: 1px solid #e3e3e3;
  padding: 10px;
  padding-left: 0; }

.status-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  margin-right: 5px;
  display: flex;
  font-size: 12px;
  text-align: center;
  line-height: 22px; }

.status-success .status-icon {
  border: 1px solid #26C465;
  color: #26C465; }

.status-warning .status-icon {
  border: 1px solid #f0ad4e;
  color: #f0ad4e; }

.status-label {
  color: #999999; }

.highcharts-container {
  margin: 0 auto; }

/* ADDED */
.sweet-alert.donate-modal input {
  width: 100px;
  margin: 17px auto 0px auto; }

/* DEFAULT */
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0 15px;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -ms-transform: scale(1);
          transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        -ms-transform-origin: 60px 60px;
            transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        -ms-transform-origin: 0px 60px;
            transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }
  @media (max-width: 769px) {
    .sweet-alert {
      top: 10px;
      margin-top: 0 !important; }
      .sweet-alert .sa-icon {
        margin: 0 auto; }
      .sweet-alert h2 {
        margin-top: 10px; }
      .sweet-alert button {
        margin-top: 15px; } }

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s; }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  animation: animateXMark 0.5s; }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 1;
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    transform: translateY(145%); } }

#modal-register {
  display: none;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  z-index: 9; }
  #modal-register .btn-cta {
    border-radius: 3px;
    border: 0;
    background: #44CCAD;
    display: block;
    min-width: 100%;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
    animation: ctaGlow 2s 1s alternate infinite ease-in-out; }
    #modal-register .btn-cta:hover {
      background: #58e0c1; }
    #modal-register .btn-cta:active {
      box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(255, 255, 255, 0.3);
      padding: 11px 16px 9px 16px; }
    #modal-register .btn-cta:focus {
      outline: 0; }
    #modal-register .btn-cta .btn-pay-divide {
      display: inline-block;
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      width: 1px;
      height: 43px;
      position: absolute;
      top: -10px;
      left: -10px;
      border-right: 1px solid rgba(255, 255, 255, 0.14); }
    #modal-register .btn-cta .btn-pay-price {
      position: relative;
      display: inline-block;
      left: 20px;
      margin-left: 0px;
      margin-right: 15px; }
      #modal-register .btn-cta .btn-pay-price .line-through {
        opacity: .5; }

.question-header {
  background: #fafafa;
  border-bottom: 1px solid #E0E0E0;
  padding: 40px 0 20px; }
  .question-header .question {
    position: relative;
    padding-left: 40px; }
    .question-header .question .user-info {
      font-size: 16px; }
    .question-header .question .img-round {
      position: absolute;
      left: 0; }
  .question-header .bubble {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.22), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    border-radius: 0px 5px 5px 5px;
    margin-top: 4px;
    padding: 13px 15px; }
  .question-header .question-text {
    font-size: 21px;
    color: #565B5E;
    line-height: 25px; }
  .question-header .question-votes {
    font-size: 16px;
    color: #919191;
    letter-spacing: 0px;
    line-height: 19px;
    margin-top: 10px; }
  .question-header .question-label {
    display: inline-block;
    border: 1px solid #E0E0E0;
    position: relative;
    bottom: -34px;
    background: #fcfcfc;
    padding: 3px 14px;
    border-radius: 15px;
    color: #8E8E8E; }

.register-header {
  background: #fafafa;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0 20px; }
  .register-header .event-title {
    color: #ec5f3e;
    padding-top: 20px;
    margin-top: 0; }
  .register-header .event-date {
    font-size: 16px;
    color: #919191;
    letter-spacing: 0px;
    line-height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .register-header .row {
    position: relative; }
  .register-header .timer-col {
    height: 100%;
    position: absolute;
    right: 0; }
  .register-header .timer {
    padding-top: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 13px;
    padding-right: 25px; }
    .register-header .timer .num {
      font-weight: 300; }
  .register-header .cc-icon {
    margin-left: 5px; }
  .register-header .label {
    display: inline-block;
    margin-top: 5px; }

.has-question .register-header {
  background: none;
  border-bottom-color: transparent;
  padding-top: 30px; }

.event-cover {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center; }
  .event-cover img {
    max-width: 100%;
    border-radius: 3px;
    background: #fff; }

.cover-slider {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px; }
  .cover-slider .dash-contain {
    display: inline-block;
    cursor: pointer; }
    .cover-slider .dash-contain .dash {
      background: #FFFFFF;
      border: 1px solid #C5C5C5;
      border-radius: 5px;
      height: 5px;
      width: 20px;
      display: inline-block;
      margin: 0 2px; }
    .cover-slider .dash-contain.on .dash {
      background: #58788E;
      border-color: #3e5667; }
    .cover-slider .dash-contain:hover .dash {
      border-color: #3e5667; }

.register-body .event-info {
  padding-top: 20px; }
  .register-body .event-info .event-description {
    padding-bottom: 40px; }

.register-body .event-actions {
  margin-top: -20px;
  color: #9B9B9B; }
  .register-body .event-actions .cta-form {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 10px 20px 15px;
    margin-bottom: 10px; }
    .register-body .event-actions .cta-form h3 {
      margin-top: 0;
      font-size: 19px;
      font-weight: 400;
      color: #42B79C; }
  .register-body .event-actions .cta-area {
    text-align: center; }
  .register-body .event-actions .cta-subtext {
    padding-top: 6px;
    line-height: 19px; }
    .register-body .event-actions .cta-subtext .auth-status {
      margin-top: 5px; }
  .register-body .event-actions .coupon {
    margin-top: 7px; }
    .register-body .event-actions .coupon input {
      margin-top: 3px;
      text-align: center;
      font-family: monospace;
      font-size: 16px; }
    .register-body .event-actions .coupon .coupon-results {
      padding-top: 5px; }
  .register-body .event-actions .event-full {
    color: #FFF;
    padding-bottom: 15px;
    margin: 0;
    font-size: 21px;
    border: 1px solid #F95E71;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 10px;
    line-height: 29px;
    font-weight: 400;
    background: #F95E71; }
  .register-body .event-actions .user-info {
    border-top: 1px solid #eee;
    margin-top: 16px;
    padding-top: 14px;
    text-align: center; }
    .register-body .event-actions .user-info .img-round {
      border-radius: 100%;
      max-width: 50px; }
  .register-body .event-actions .participant-num {
    text-align: center; }
  .register-body .event-actions .btn-follow {
    padding: 2px 7px;
    margin-top: 5px; }
    .register-body .event-actions .btn-follow.btn-success {
      background: #fff;
      color: #75BBAB !important;
      border-color: #E6E6E6; }
      .register-body .event-actions .btn-follow.btn-success:hover {
        color: #ec5f3e;
        border-color: #ec5f3e; }

.has-cover .register-header {
  padding-bottom: 50px; }
  .has-cover .register-header .timer {
    bottom: 0px; }

.has-cover .register-body .event-cover {
  margin-top: -40px;
  display: block; }

@media (max-width: 769px) {
  .register-header {
    padding-top: 60px;
    text-align: center; }
    .register-header .timer-col {
      position: relative; }
    .register-header .timer {
      margin: 0 auto;
      max-width: 260px;
      padding-top: 8px;
      position: relative;
      width: inherit;
      bottom: 0;
      padding-right: 0; }
  #modal-register .row {
    margin: 0; }
  .register-body .event-cover.cover-video {
    height: 200px; }
  .register-body .event-description {
    padding-right: 20px;
    padding-left: 20px; }
  .register-body .event-actions {
    margin-top: 20px;
    margin-bottom: 170px; }
    .register-body .event-actions .cta-area {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #fff;
      left: 0;
      right: 0;
      box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.12);
      padding: 10px;
      z-index: 10;
      animation-duration: .4s;
      animation-fill-mode: both;
      animation-name: fade-in-up; }
  #modal-register .btn-cta {
    display: inline-block;
    min-width: 70%; } }

@media (max-width: 480px) {
  .register-body .event-cover {
    border-radius: 0; } }

.form-extra-info {
  padding: 0 40px; }

.register-top-bar {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #eee; }
  .register-top-bar span {
    color: #2390b0;
    display: inline-block;
    margin-right: 9px; }
  @media (max-width: 769px) {
    .register-top-bar {
      margin-bottom: -40px;
      margin-top: 45px;
      background: #fff;
      position: relative;
      z-index: 2; } }

registration-field {
  display: block;
  margin-bottom: 15px; }
  registration-field:last-of-type {
    margin-bottom: 0; }

cc-event-editor {
  display: block; }
  cc-event-editor .list-tile-sub {
    list-style-type: none;
    padding: 0; }
  cc-event-editor .editor-nav {
    margin-bottom: 10px; }

.form-group:last-child {
  margin-bottom: 0; }

.modal-backdrop.modal-event {
  background: #fff;
  opacity: .96;
  z-index: 900 !important; }

.modal.modal-event {
  z-index: 999 !important; }
  .modal.modal-event .modal-close {
    position: fixed;
    top: 50px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 100%;
    font-size: 24px;
    padding-left: 12px;
    padding-top: 2px;
    color: #B5B5B5;
    cursor: pointer; }
    .modal.modal-event .modal-close:hover {
      color: #ec5f3e;
      border-color: #ec5f3e; }
    @media (min-width: 480px) {
      .modal.modal-event .modal-close {
        top: 56px; } }
    @media (min-width: 769px) {
      .modal.modal-event .modal-close {
        top: 10px; } }
  .modal.modal-event .event-form-nav {
    margin: 0;
    padding: 0;
    position: fixed;
    margin-left: -130px;
    top: 147px;
    transform: translateZ(0); }
    .modal.modal-event .event-form-nav li {
      margin: 0;
      padding: 5px 10px;
      float: right;
      clear: both;
      border-right: 1px solid #E5E5E5;
      list-style: none;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 600;
      color: #B5B5B5; }
      .modal.modal-event .event-form-nav li:hover {
        border-color: #bbb;
        color: #909090; }
      .modal.modal-event .event-form-nav li.selected {
        border-right: 1px solid #ec5f3e;
        color: #ec5f3e; }
  .modal.modal-event .modal-dialog {
    width: 765px;
    height: 100%;
    -ms-transform: none;
    transform: none; }
  .modal.modal-event .modal-content {
    padding-left: 130px;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    min-height: 100%; }
  .modal.modal-event .modal-header {
    border-bottom: none; }
  .modal.modal-event .btn-toolbar .btn-group {
    margin-bottom: 10px; }
    .modal.modal-event .btn-toolbar .btn-group .btn {
      padding: 3px 8px; }
  .modal.modal-event .register-preview {
    display: block;
    padding: 7px;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    margin-top: -4px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 3px; }
    .modal.modal-event .register-preview:hover {
      border-color: #D8D8D8;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.55); }
  .modal.modal-event .form-video-cover {
    width: 300px;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .modal.modal-event .form-photo-cover {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px; }
    .modal.modal-event .form-photo-cover .file-none {
      float: left;
      width: 130px;
      text-align: center;
      margin-top: 10px; }
      .modal.modal-event .form-photo-cover .file-none .drop-box {
        margin: 0 auto;
        color: #ec5f3e;
        border: 3px dotted #D4D4D4;
        border-radius: 8px;
        width: 130px; }
        .modal.modal-event .form-photo-cover .file-none .drop-box span {
          margin-top: 35px;
          display: inline-block; }
      .modal.modal-event .form-photo-cover .file-none .btn {
        margin-top: 6px; }
    .modal.modal-event .form-photo-cover .file-progress {
      margin-top: 7px; }
    .modal.modal-event .form-photo-cover .file-selected .form-img-contain {
      max-width: 260px;
      overflow: hidden;
      border-radius: 5px;
      margin-top: 5px;
      margin-bottom: 3px; }
    .modal.modal-event .form-photo-cover .file-selected img {
      max-width: 100%; }
    .modal.modal-event .form-photo-cover .form-image {
      float: left;
      max-width: 200px;
      margin-top: 10px;
      margin-left: 12px;
      border-radius: 5px;
      overflow: hidden; }
      .modal.modal-event .form-photo-cover .form-image img {
        width: 100%; }
  .modal.modal-event .coupon-section {
    padding: 11px;
    border: 1px solid #eee;
    margin-top: 9px;
    border-radius: 0 5px 5px 5px;
    margin-left: 0px;
    border-left: 3px solid #EEE;
    background: #fff; }
    .modal.modal-event .coupon-section .coupon-row {
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .modal.modal-event .coupon-section .coupon-row:last-child {
        border-bottom: none; }
    .modal.modal-event .coupon-section .coupon-text {
      display: inline-block;
      border: 1px solid #ccc;
      padding: 6px 8px 0;
      border-radius: 3px;
      color: #3e5667;
      background: #eee;
      position: relative;
      top: 1px;
      width: 100px;
      margin-right: 20px;
      text-align: center;
      font-family: monospace;
      font-size: 14px;
      height: 34px; }
    .modal.modal-event .coupon-section .coupon-input {
      text-align: center;
      font-family: monospace;
      font-size: 14px;
      margin-right: 20px;
      display: inline-block; }
    .modal.modal-event .coupon-section .input-addon-right {
      display: inline-block;
      padding: 0 10px 0 5px; }
    .modal.modal-event .coupon-section .coupon-notice {
      color: #d9534f; }

.input-group {
  width: 100%; }

.group-responsive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }
  @media (max-width: 600px) {
    .group-responsive {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.input-responsive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 50%;
  margin-right: 5px; }
  @media (max-width: 600px) {
    .input-responsive {
      margin-right: 0;
      width: 100%;
      margin-bottom: 5px; }
      .input-responsive:last-of-type {
        margin-bottom: 0; } }
  .input-responsive .dr-calendar {
    z-index: 50; }
  .input-responsive:last-of-type {
    margin-right: 0; }
  .input-responsive cc-date-picker {
    width: 100%; }
  .input-responsive .input-group-addon {
    width: auto;
    line-height: inherit; }

.field-type {
  text-transform: capitalize; }

@media (max-width: 769px) {
  .modal.modal-event .modal-dialog {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .modal.modal-event .modal-content {
    padding-left: 0; }
  .modal.modal-event .modal-header {
    padding-top: 30px; }
  .modal.modal-event .event-form-nav {
    position: relative;
    margin-left: 0;
    top: inherit;
    text-align: center; }
    .modal.modal-event .event-form-nav li {
      float: none;
      display: inline-block;
      clear: none;
      border-right: none;
      border-bottom: 1px solid #E5E5E5;
      margin: 0 -3px;
      font-size: 13px;
      margin-bottom: 5px; }
      .modal.modal-event .event-form-nav li.selected {
        border-right: none;
        border-bottom: 1px solid #ec5f3e; } }

@media (max-width: 480px) {
  .modal.modal-event .modal-dialog {
    padding-left: 0px;
    padding-right: 0px; } }

.modal-backdrop.backdrop-light {
  opacity: 0.09; }

.push-notifications-permission {
  z-index: 9999 !important; }
  .push-notifications-permission .modal-dialog {
    width: 100%;
    max-width: 324px;
    padding-top: 0px;
    margin-top: -1px; }
    @media (min-width: 480px) {
      .push-notifications-permission .modal-dialog {
        margin-left: 10%; } }
    @media (min-width: 992px) {
      .push-notifications-permission .modal-dialog {
        margin-left: 98px; } }
  .push-notifications-permission .modal-content {
    border-radius: 3px;
    overflow: visible; }
  .push-notifications-permission button.close {
    right: -11px;
    top: -5px; }
  .push-notifications-permission .modal-body {
    padding: 1em;
    font-size: 16px; }
    .push-notifications-permission .modal-body p {
      color: #333;
      padding-right: 11px; }
    .push-notifications-permission .modal-body .modal-actions {
      text-align: right; }
      .push-notifications-permission .modal-body .modal-actions .btn {
        font-size: 15px;
        margin-left: 0.5em;
        padding: 2px 12px; }
        .push-notifications-permission .modal-body .modal-actions .btn.allow {
          font-weight: bold; }

.modal-new-session .modal-dialog .modal-content {
  background: transparent;
  overflow: visible;
  cursor: auto;
  box-shadow: none; }
  .modal-new-session .modal-dialog .modal-content .modal2-title {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .modal-new-session .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

/*  PAGE - Event
~-----------------------------------------*/
#room-head {
  position: relative;
  background: #fafafa;
  background: #fff; }
  @media (max-width: 769px) {
    #room-head {
      padding-top: 10px; } }
  @media (max-width: 480px) {
    #room-head {
      background: #fff; }
      #room-head #room-title, #room-head form {
        padding-left: 15px;
        padding-right: 15px; } }
  #room-head .icon-zoom {
    position: relative;
    top: 12px;
    left: 0px;
    cursor: pointer;
    border-radius: 3px;
    padding: 3px;
    display: inline-block; }
    #room-head .icon-zoom svg {
      width: 20px;
      height: 20px; }
      #room-head .icon-zoom svg path {
        fill: #999; }
    #room-head .icon-zoom:hover {
      background: #f7f7f7; }
      #room-head .icon-zoom:hover svg path {
        fill: #ec5f3e; }

.room-edit {
  padding: 20px 0 40px; }

#room-owner a.user-info {
  padding: 4px 2px; }
  #room-owner a.user-info:hover {
    text-decoration: none; }
    #room-owner a.user-info:hover .name {
      border-color: #ec5f3e;
      color: #ec5f3e; }
    #room-owner a.user-info:hover .avatar-s {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

#room-owner .avatar-s {
  float: left;
  position: relative;
  z-index: 3; }

#room-owner .name {
  position: relative;
  top: 7px;
  left: -8px;
  padding: 3px 6px 4px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #8A8B87; }

#room-owner .btn-follow {
  padding: 2px 7px;
  position: relative;
  top: 6px;
  left: -8px; }

#room-owner .event-options {
  position: relative;
  display: inline-block;
  left: -6px;
  top: 6px; }
  #room-owner .event-options .btn-default {
    color: #919191;
    padding: 2px 10px 2px; }
    #room-owner .event-options .btn-default:hover {
      border-color: #ec5f3e;
      color: #ec5f3e;
      background: #fff; }

#room-title {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #room-title h1 {
    word-break: break-word;
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 0px; }
  #room-title .cover-photo {
    max-height: 200px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 20px; }
  #room-title .room-note {
    word-wrap: break-word;
    margin-top: 7px;
    margin-bottom: 15px;
    font-size: 20px; }
  #room-title .note-message {
    color: #CACACA; }
  #room-title .unlisted-text {
    color: #999;
    font-size: 12px; }
  #room-title .room-eventhash {
    padding-bottom: 0px;
    margin-bottom: 0; }
  @media (max-width: 769px) {
    #room-title .room-note {
      font-size: 18px; } }

#input-eventhash {
  position: relative; }
  #input-eventhash .label-url {
    position: absolute;
    top: 7px;
    left: 11px;
    color: #888; }
  #input-eventhash input {
    padding-left: 107px; }

.multi-sesh {
  background: #FAFAFA;
  border-top: 1px solid #EBEBEB;
  padding-bottom: 20px;
  margin-top: 30px; }
  .multi-sesh .multi-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #9B9B9B;
    margin-top: -31px;
    padding-bottom: 7px;
    padding-top: 0; }
  .multi-sesh .multi-list-contain {
    top: -8px;
    position: relative;
    height: 20px; }
    .multi-sesh .multi-list-contain::-webkit-scrollbar {
      display: none; }
  .multi-sesh .multi-list {
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    margin-bottom: 0; }
    .multi-sesh .multi-list::-webkit-scrollbar {
      display: none; }
    .multi-sesh .multi-list li {
      float: left; }
      .multi-sesh .multi-list li a {
        background: #FFF;
        border: 1px solid #D8D8D8;
        border-radius: 100%;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        display: inline-block;
        position: relative; }
        .multi-sesh .multi-list li a .dot {
          background: #fff;
          width: 9px;
          height: 9px;
          border-radius: 100%;
          position: absolute;
          top: 2px;
          left: 2px; }
        .multi-sesh .multi-list li a.active {
          border-color: #ec5f3e; }
          .multi-sesh .multi-list li a.active .dot {
            background: #ec5f3e; }
        .multi-sesh .multi-list li a.live {
          border-color: #26C465; }
          .multi-sesh .multi-list li a.live.active .dot {
            background: #26C465; }
        .multi-sesh .multi-list li a:hover {
          border-color: #ec5f3e;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .multi-sesh .session-time {
    clear: both;
    font-size: 13px;
    color: #9B9B9B;
    line-height: 16px; }
  .multi-sesh .session-title {
    font-size: 18px;
    color: #393939;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 3px; }
  .multi-sesh .session-desc {
    font-size: 13px;
    color: #9B9B9B;
    line-height: 16px; }
  .multi-sesh .session-info {
    clear: both; }
    .multi-sesh .session-info .tooltip {
      min-width: 150px; }
  .multi-sesh .pointer-highlight:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px #9D9D9D; }
  @media (max-width: 480px) {
    .multi-sesh {
      padding-left: 15px;
      padding-right: 15px; } }

.video-section {
  background: #161616;
  overflow: hidden;
  *zoom: 1; }
  .video-section hr {
    border-color: #404040; }

.video-alerts {
  padding: 20px 20px 7px; }
  .video-alerts .alert {
    margin: 0; }
  .video-alerts .alert-success {
    background: transparent;
    border-color: #292929;
    color: #fff;
    font-size: 16px; }
    .video-alerts .alert-success .close {
      color: #fff;
      text-shadow: none; }
      .video-alerts .alert-success .close:hover {
        opacity: .8; }

.native-onair {
  text-align: center;
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 3px;
  min-height: 34px; }
  .native-onair .onair-time {
    padding-right: 5px;
    color: #fff; }
  .native-onair .onair-text {
    color: #34FF77; }

#room-video {
  background: #161616;
  height: 400px;
  position: relative;
  width: 100%;
  overflow: hidden;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #room-video iframe {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #room-video .isHost iframe {
    height: 253px; }
  #room-video.affixed {
    position: fixed;
    top: 50px;
    width: 100%; }
  @media (max-width: 769px) {
    #room-video .isHost iframe {
      height: 162px; }
    #room-video.affixed {
      top: 39px; } }
  @media (min-width: 1291px) {
    #room-video {
      height: 500px; } }
  @media (max-width: 992px) {
    #room-video {
      height: 330px; } }
  @media (max-width: 480px) {
    #room-video {
      height: 200px;
      border-radius: 0px; } }

.room-video-edit {
  margin: 10px 0; }
  .room-video-edit .btn-dark {
    border: 1px solid #2F2F2F;
    color: #6F6F6F; }
    .room-video-edit .btn-dark:hover {
      color: #ec5f3e;
      border-color: #4F4F4F; }

.waiting-message {
  background: #161616;
  width: 100%;
  border-radius: 4px;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 30px 0;
  overflow: hidden;
  *zoom: 1; }
  .waiting-message .waiting-crowd-media {
    width: 100%;
    max-width: 800px;
    margin: auto; }
  .waiting-message .event-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    text-align: center;
    max-width: 800px;
    margin: auto; }
    .waiting-message .event-media .hr-streak {
      margin: 20px 0;
      width: 100%; }
    .waiting-message .event-media h3 {
      max-width: 550px;
      margin: auto; }
  .waiting-message h2 {
    font-weight: 300;
    font-size: 41px;
    color: #ECECEC;
    line-height: 49px;
    margin-top: 0;
    margin-bottom: 0; }
  .waiting-message h3 {
    font-weight: 300;
    font-size: 24px;
    color: #9B9B9B;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 20px; }
  .waiting-message .video-time {
    color: #F9CA3F; }
    .waiting-message .video-time small {
      color: #F9CA3F;
      font-weight: 300; }
  .waiting-message .text-green {
    color: #34FF77; }
  .waiting-message .start-date {
    color: #8D8D8D;
    font-weight: 300;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px; }
  .waiting-message .hr-streak {
    margin-bottom: 20px;
    margin-top: 20px; }
  .waiting-message .hangout-button-contain {
    position: relative;
    height: 45px;
    width: 263px;
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
    background: #F4B400;
    border-radius: 3px;
    cursor: pointer; }
    .waiting-message .hangout-button-contain .label {
      position: absolute;
      color: #FFF;
      display: block;
      padding: 11px 0 0 0;
      font-size: 20px;
      text-align: center;
      width: 100%;
      cursor: pointer;
      font-weight: bold;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
    .waiting-message .hangout-button-contain iframe {
      opacity: 0; }
    @media (max-width: 769px) {
      .waiting-message .hangout-button-contain .label {
        padding-top: 7px;
        font-size: 15px; } }
  .waiting-message .hangout-button {
    top: 7px;
    position: relative;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    float: left; }
  .waiting-message #btn-edit-video {
    position: relative;
    padding: 11px 15px; }
  .waiting-message .mini-message {
    display: none; }
  @media (min-width: 1291px) {
    .waiting-message {
      padding: 80px 0; } }
  @media (max-width: 1290px) {
    .waiting-message {
      padding: 50px 0; } }
  @media (max-width: 992px) {
    .waiting-message {
      padding: 40px 40px; } }
  @media (max-width: 769px) {
    .waiting-message {
      padding: 30px 0; }
      .waiting-message h2 {
        font-size: 30px;
        line-height: 27px; }
      .waiting-message .start-date {
        font-size: 15px; }
      .waiting-message .hr-streak {
        margin: 13px 0; }
      .waiting-message h3 {
        font-size: 18px;
        line-height: 21px; }
      .waiting-message .hangout-button-contain {
        height: 30px;
        width: 176px;
        margin-right: 10px; }
      .waiting-message .hangout-button {
        -ms-transform: scale(1);
        transform: scale(1);
        top: 0px; }
      .waiting-message #btn-edit-video {
        padding: 4px 15px; } }
  @media (max-width: 480px) {
    .waiting-message {
      padding: 30px 20px;
      border-radius: 0px; } }

@media (min-width: 1490px) {
  .video-section .contain-center {
    width: 100%;
    max-width: 1100px; }
    .video-section .contain-center #room-video {
      height: 650px; } }

@media (max-width: 992px) {
  .video-section {
    background: #161616; } }

@media (min-width: 770px) and (max-width: 992px) {
  .video-section .contain-center {
    margin: 0 !important; } }

.contribution-box {
  background: #fff;
  margin: 20px auto;
  padding: 20px;
  border-radius: 3px;
  max-width: 420px; }
  .contribution-box h2, .contribution-box h3 {
    margin-top: 0px; }
  .contribution-box h3 {
    font-size: 20px; }
  .contribution-box .input-group {
    margin: 0 auto; }
  @media (max-width: 480px) {
    .contribution-box {
      margin-right: 20px;
      margin-left: 20px; } }

.event-cta-btn {
  text-align: center;
  padding: 20px 0; }
  .event-cta-btn.faded {
    opacity: .5; }
    .event-cta-btn.faded .btn {
      background: transparent; }
    .event-cta-btn.faded hr {
      display: block; }
  .event-cta-btn hr {
    margin: 0 0 20px;
    display: none; }

.event-invited-list {
  border-top: 1px solid #2F2F2F;
  padding: 11px 0; }
  .event-invited-list .title-invited {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #D0D0D0;
    margin-top: 10px;
    margin-bottom: 13px; }
  .event-invited-list .list-invited {
    max-width: 400px;
    margin: 0 auto;
    list-style: none; }
    .event-invited-list .list-invited li {
      margin-bottom: 9px; }
  .event-invited-list .user-item .img-round {
    float: left;
    position: relative;
    top: 3px; }
  .event-invited-list .user-item .name {
    color: #D0D0D0;
    font-weight: bold; }
  .event-invited-list .user-item .invite-state {
    line-height: 19px; }
    .event-invited-list .user-item .invite-state .text-success {
      color: #26C465; }
    .event-invited-list .user-item .invite-state button {
      float: right;
      margin-left: 3px;
      position: relative;
      top: -10px; }

.event-onscreen-invite {
  color: #fff;
  text-align: center;
  border-top: 1px solid #2F2F2F;
  padding: 11px 0; }
  .event-onscreen-invite .invite-message {
    font-size: 18px;
    display: inline-block;
    padding-right: 5px; }

@keyframes videoSlide {
  0% {
    opacity: 0;
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.video-snapped .chat-pane {
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.07); }

@media (min-width: 770px) {
  .video-snapped #player-native-scroll-fill {
    display: block; }
  .video-snapped .empty-stage-scroll-fill:not(.event-ended) {
    height: 250px; }
  .video-snapped #player-native {
    -ms-transform: none;
    transform: none;
    width: 300px;
    height: 200px;
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    border-radius: 0;
    animation-name: videoSlide;
    animation-duration: .4s;
    animation-fill-mode: both; }
    .video-snapped #player-native .user-bar {
      display: none; }
    .video-snapped #player-native .stream-controls {
      display: none; }
    .video-snapped #player-native .stream-container {
      box-shadow: none; }
      .video-snapped #player-native .stream-container .stream-muted {
        width: 20px; }
    .video-snapped #player-native .native-player-shelf {
      display: none; }
    .video-snapped #player-native .native-player-stage {
      margin-left: 0px;
      transition: 0s; }
    .video-snapped #player-native .contain-center {
      margin: 0;
      width: 100%; }
    .video-snapped #player-native .player-message {
      font-size: 19px;
      padding: 62px 10px; }
      .video-snapped #player-native .player-message small {
        font-size: 16px; }
  .video-snapped #room-video {
    -ms-transform: none;
    transform: none; }
  .video-snapped #room-video iframe {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    height: 200px;
    border-radius: 0;
    animation-name: videoSlide;
    animation-duration: .4s;
    animation-fill-mode: both; }
  .video-snapped .waiting-message {
    -ms-transform: none;
    transform: none; }
  .video-snapped .mini-message {
    display: block;
    background: #161616;
    position: fixed;
    top: 0;
    right: 0;
    height: 200px;
    width: 300px;
    border-radius: 0;
    animation-name: videoSlide;
    animation-duration: .4s;
    animation-fill-mode: both;
    text-align: center;
    padding: 20px; }
    .video-snapped .mini-message h2 {
      font-size: 33px;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 33px; }
    .video-snapped .mini-message .hr-streak {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      height: 2px; }
      .video-snapped .mini-message .hr-streak .sparks ul li {
        top: 1px;
        position: relative; }
  .video-snapped.chat-hidden .mini-message {
    display: none; }
  .video-snapped .player-screen .waiting-message {
    display: none; }
  .video-snapped .player-screen .mini-message {
    display: block !important;
    animation-name: initial; }
    .video-snapped .player-screen .mini-message h2 {
      color: #ECECEC;
      font-size: 30px;
      top: 41%; }
      .video-snapped .player-screen .mini-message h2 .text-green {
        color: #34FF77; }
  .video-snapped .chat-pane {
    margin-top: 200px; }
  .video-snapped #room .chat-toggle svg {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.tabs-snapped-bottom #room-tabs-contain {
  position: fixed !important;
  top: auto;
  bottom: 0;
  background: #FFF;
  width: auto;
  z-index: 16;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.16); }
  .tabs-snapped-bottom #room-tabs-contain .contain-center {
    overflow: visible; }
  .tabs-snapped-bottom #room-tabs-contain .nav-tabs > li.active > a {
    padding: 11px 15px 12px; }
  .tabs-snapped-bottom #room-tabs-contain .nav-tabs .tab-indicator {
    top: -12px; }

.ui-snapped .room-content {
  padding-top: 46px; }

.ui-snapped .navbar-fixed-top {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); }

.ui-snapped .nav-logo-bumper {
  opacity: 0; }

.ui-snapped #room-tabs-contain {
  position: fixed;
  top: 0;
  bottom: initial;
  z-index: 5;
  background: #FFF;
  width: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16); }
  .ui-snapped #room-tabs-contain .contain-center {
    overflow: visible; }
  .ui-snapped #room-tabs-contain .nav-tabs > li.active > a {
    padding: 11px 15px 12px; }

@media (min-width: 769px) {
  .ui-snapped .nav-logo, .ui-snapped .nav-logo-text {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

@media (max-width: 769px) {
  .ui-snapped #room-tabs-contain {
    top: 38px; } }

.chat-hidden #room-video iframe {
  position: initial !important; }

.chat-hidden #player-native {
  position: relative !important;
  width: 100%;
  height: inherit; }

.chat-hidden #player-native-scroll-fill {
  display: none; }

#hangout-control {
  background: #181818;
  text-align: center;
  padding: 20px 10px;
  width: 100%; }
  #hangout-control .air-text {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    margin-top: 0; }
  #hangout-control .air-subtext {
    font-weight: 300;
    font-size: 19px;
    color: #989898;
    line-height: 23px; }
  #hangout-control .off-air .air-text {
    color: #CC3939; }
  #hangout-control .on-air .air-text {
    color: #53a93f; }

.tabs-wrap {
  position: relative;
  background: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); }

.event-options .dropdown-menu {
  z-index: 2000; }

.event-options .dropdown-menu .popover {
  width: 300px; }

.event-options li a {
  position: relative; }
  .event-options li a:hover .icon-info {
    fill: #4A90E2; }

.event-options .icon-info {
  position: absolute;
  right: 6px;
  top: 6px;
  fill: #C7C7C7; }

#room-tabs-contain {
  position: relative;
  width: 100%;
  padding-bottom: 2px;
  padding-top: 2px;
  overflow: hidden;
  *zoom: 1; }
  #room-tabs-contain.affixed, #room-tabs-contain.affixed-hangout {
    position: relative;
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 100;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 0; }
  #room-tabs-contain.affixed {
    top: 350px; }
  #room-tabs-contain.affixed-hangout {
    top: 300px; }
  #room-tabs-contain.contain {
    overflow: visible;
    /* background: #F00; */
    height: 46px; }
  #room-tabs-contain .nav-tabs {
    margin-bottom: -1px;
    border-bottom: 0;
    float: left; }
    #room-tabs-contain .nav-tabs .tab-indicator {
      position: absolute;
      top: 32px;
      left: 50%;
      background: #ec5f3e;
      color: #fff;
      border-radius: 5px;
      padding: 0px 8px;
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.16), 0 1px rgba(0, 0, 0, 0.1);
      margin-left: -13px;
      font-size: 14px; }
    #room-tabs-contain .nav-tabs > li > a {
      transition: border 0.3s ease-out; }
    #room-tabs-contain .nav-tabs > li > a,
    #room-tabs-contain .nav-tabs > li.active > a,
    #room-tabs-contain .nav-tabs > li.active > a:hover,
    #room-tabs-contain .nav-tabs > li.active > a:focus {
      padding: 11px 15px 11px;
      background: transparent;
      text-transform: initial;
      font-size: 14px; }
  #room-tabs-contain .live-count {
    display: inline-block;
    color: #57D279;
    padding: 0px 4px 0px 3px;
    margin-right: 3px;
    font-weight: bold;
    border-right: 1px solid #DFDFDF; }
  #room-tabs-contain .room-options {
    position: absolute;
    right: 0; }
    #room-tabs-contain .room-options a:hover, #room-tabs-contain .room-options button:hover, #room-tabs-contain .room-options li.active a {
      color: #ec5f3e; }
      #room-tabs-contain .room-options a:hover .icon-fill, #room-tabs-contain .room-options button:hover .icon-fill, #room-tabs-contain .room-options li.active a .icon-fill {
        fill: #ec5f3e; }
    #room-tabs-contain .room-options .open .dropdown-toggle .icon-fill {
      fill: #ec5f3e; }
    #room-tabs-contain .room-options .dropdown-toggle {
      padding-top: 10px;
      padding-bottom: 11px;
      cursor: pointer; }
      #room-tabs-contain .room-options .dropdown-toggle:hover .icon-fill {
        fill: #ec5f3e; }
    #room-tabs-contain .room-options .dropdown-menu {
      left: -88px; }
      #room-tabs-contain .room-options .dropdown-menu > li > a {
        padding: 7px 20px; }
      #room-tabs-contain .room-options .dropdown-menu .triangle-top {
        display: none; }
      @media (max-width: 480px) {
        #room-tabs-contain .room-options .dropdown-menu {
          left: -127px; }
          #room-tabs-contain .room-options .dropdown-menu .triangle-top {
            left: auto;
            right: 8px; } }
  #room-tabs-contain .btn-group a, #room-tabs-contain .btn-group button {
    border-color: transparent;
    background: transparent; }
    #room-tabs-contain .btn-group a:active, #room-tabs-contain .btn-group a.active, #room-tabs-contain .btn-group button:active, #room-tabs-contain .btn-group button.active {
      box-shadow: none; }
  #room-tabs-contain .btn-group.open .dropdown-toggle {
    box-shadow: none; }
    #room-tabs-contain .btn-group.open .dropdown-toggle svg g g {
      fill: #ec5f3e; }
  #room-tabs-contain .btn-group button {
    padding: 6px 2px 6px 3px; }
    #room-tabs-contain .btn-group button.dropdown-toggle {
      padding-bottom: 0px; }
  @media (min-width: 769px) and (max-width: 992px) {
    #room-tabs-contain .btn-group a {
      padding: 6px 8px; } }
  @media (max-width: 769px) {
    #room-tabs-contain .btn-group button {
      padding: 6px 8px 6px 0; }
    #room-tabs-contain .room-options .dropdown-toggle {
      padding-right: 10px; } }
  @media (max-width: 480px) {
    #room-tabs-contain .nav-tabs > li > a,
    #room-tabs-contain .nav-tabs > li.active > a,
    #room-tabs-contain .nav-tabs > li.active > a:hover,
    #room-tabs-contain .nav-tabs > li.active > a:focus {
      padding: 11px 8px 11px;
      font-size: 14px; } }

.tab-controls {
  background: #fcfcfc;
  border-bottom: 1px solid #eee;
  padding: 10px 0px; }

.tab-donate .donate-message {
  font-size: 18px; }

.tab-donate .input-group {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 15px; }

.triangle-top {
  height: 0;
  width: 0;
  border-bottom: 5px solid #ec5f3e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: 5px;
  top: -5px; }

@media (min-width: 770px) {
  #room-actions {
    position: absolute;
    top: -61px;
    right: 15px;
    margin-bottom: 0; } }

@media (max-width: 480px) {
  .empty-message {
    padding: 0 20px; } }

.tabCrowd {
  /* padding-bottom: 50px; */ }
  .tabCrowd .topic-menu {
    padding-bottom: 10px;
    overflow: hidden;
    *zoom: 1; }
    .tabCrowd .topic-menu h3 {
      float: left;
      font-size: 19px;
      color: #9B9B9B;
      line-height: 23px; }
    .tabCrowd .topic-menu .filter {
      float: right;
      margin-top: 21px; }
    .tabCrowd .topic-menu a.btn {
      text-transform: uppercase;
      color: #888;
      font-weight: bold;
      font-size: 12px; }
      .tabCrowd .topic-menu a.btn:hover {
        color: #777; }
      .tabCrowd .topic-menu a.btn:active {
        box-shadow: none; }
      .tabCrowd .topic-menu a.btn.active {
        box-shadow: none;
        color: #ec5f3e; }
      .tabCrowd .topic-menu a.btn:last-child {
        padding-right: 0; }
  @media (max-width: 992px) {
    .tabCrowd .topic-menu h3 {
      padding: 0 20px;
      text-align: center;
      display: block;
      float: none; }
    .tabCrowd .topic-menu .filter {
      float: none;
      margin: 0 auto;
      display: block;
      width: 100%;
      text-align: center; } }
  @media (max-width: 769px) {
    .tabCrowd .list-scroll > .container {
      padding: 0; } }

@-moz-document url-prefix() {
  .tabCrowd {
    padding-bottom: 40px; } }

.list-scroll {
  padding-top: 10px;
  padding-bottom: 20px; }

.footer-action {
  /* position: fixed; */
  /* z-index: 3; */
  /* bottom: -103px; */
  /* right: 0; */
  /* left: 0; */
  /* padding-bottom: 103px; */
  /* background: #F00; */
  padding-top: 0px !important;
  bottom: 0;
  top: auto; }
  .footer-action .footer-grad {
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.9) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FAFAFA', endColorstr='#E6FAFAFA', GradientType=0);
    position: fixed;
    bottom: 0;
    height: 40px;
    left: 0;
    right: 300px;
    z-index: 1;
    pointer-events: none; }
  .footer-action .tile-btn {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 9px 5px;
    margin-bottom: 15px; }

.tile-input {
  border-radius: 4px;
  display: block;
  padding: 0; }
  .tile-input.input-left {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.16), inset 2px 0px 0px 0px #EC5F3E; }
  .tile-input #input-qa {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    /* @include box-shadow(0px 0px 0px 1px rgba(0,0,0,0.03), 0px 1px 2px 0px rgba(0,0,0,0.16), inset -2px 0px 0px 0px #EC5F3E); */
    /* @include box-shadow(0px 0px 2px 0px #EC5F3E); */
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    /* @include box-shadow(0px 0px 0px 1px #EC5F3E); */
    border: 0;
    /* background: #fff; */
    background: #ec5f3e;
    margin: 0 auto 15px;
    width: 80%;
    height: 43px;
    resize: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s cubic-bezier(0.08, 1.09, 0.64, 1.12);
    z-index: 3;
    font-size: 17px;
    padding-top: 9px; }
    @media (max-width: 769px) {
      .tile-input #input-qa {
        font-size: 15px;
        padding-top: 10px;
        width: 90%; } }
    .tile-input #input-qa:hover {
      /* @include box-shadow(0px 0px 5px 0px #EC5F3E); */
      cursor: pointer;
      background: #f66948;
      width: 85%; }
      @media (max-width: 769px) {
        .tile-input #input-qa:hover {
          width: 90%; } }
    .tile-input #input-qa:focus {
      box-shadow: 0px 0px 7px 0px #EC5F3E, inset 0px 0px 0px 1px #EC5F3E;
      background: #fff;
      cursor: text;
      color: #555;
      width: 100%;
      height: 80px;
      font-size: 20px; }
      @media (max-width: 769px) {
        .tile-input #input-qa:focus {
          width: 100%;
          font-size: 16px; } }
      .tile-input #input-qa:focus::-webkit-input-placeholder {
        color: #999;
        text-align: left; }
      .tile-input #input-qa:focus:-moz-placeholder {
        /* Firefox 18- */
        color: #999;
        text-align: left; }
      .tile-input #input-qa:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: #999;
        text-align: left; }
      .tile-input #input-qa:focus:-ms-input-placeholder {
        color: #999;
        text-align: left; }
    .tile-input #input-qa:active {
      /* @include box-shadow(inset 0px 0px 3px 0px #EC5F3E); */ }
    .tile-input #input-qa::-webkit-input-placeholder {
      color: #777;
      color: #ec5f3e;
      color: #fff;
      text-align: center; }
    .tile-input #input-qa:-moz-placeholder {
      /* Firefox 18- */
      color: #777;
      color: #ec5f3e;
      color: #fff;
      text-align: center; }
    .tile-input #input-qa::-moz-placeholder {
      /* Firefox 19+ */
      color: #777;
      color: #ec5f3e;
      color: #fff;
      text-align: center; }
    .tile-input #input-qa:-ms-input-placeholder {
      color: #777;
      color: #ec5f3e;
      color: #fff;
      text-align: center; }
  .tile-input .user-image {
    position: absolute;
    right: -34px;
    top: 7px;
    border: 0; }

.qa-error {
  position: relative;
  bottom: 3px;
  text-align: center;
  z-index: 4; }
  .qa-error label {
    display: inline-block;
    background: #FFF;
    padding: 0 10px;
    border-radius: 3px; }

@-moz-document url-prefix() {
  .footer-action .tile-input input {
    padding: 6px 12px; } }

.tile-message {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
  margin-bottom: 3px;
  padding: 5px 10px;
  display: inline-block;
  clear: both;
  width: auto;
  max-width: 100%; }
  .tile-message .message-content {
    line-height: 18px;
    font-size: 14px;
    word-wrap: break-word;
    white-space: pre-line; }
  .tile-message a {
    word-break: break-word; }
  .tile-message.tile-first {
    margin-top: 23px; }
  .tile-message .user-info {
    top: -16px;
    position: absolute; }
  .tile-message .img-round {
    border: none; }
  .tile-message .avatar-s {
    width: 30px;
    height: 30px; }
  .tile-message .head {
    position: absolute;
    top: -20px;
    width: 330px;
    left: 1px; }
    .tile-message .head .user-action {
      display: none;
      padding-left: 3px; }
    .tile-message .head .name {
      text-decoration: none;
      color: #999999; }
    .tile-message .head a {
      text-decoration: none; }
      .tile-message .head a:hover {
        color: #ec5f3e; }
  .tile-message .foot {
    color: #999999;
    position: absolute;
    width: 300px;
    bottom: -21px;
    opacity: 0;
    transition: all 0.2s; }
    .tile-message .foot .name {
      color: #555; }
    .tile-message .foot .pointer:hover {
      color: #ec5f3e; }
    .tile-message .foot a {
      text-decoration: none; }
      .tile-message .foot a:hover {
        color: #ec5f3e; }
  .tile-message.tile-left {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    display: block;
    float: left; }
    .tile-message.tile-left .user-info {
      left: -36px; }
    .tile-message.tile-left .foot {
      left: 3px; }
    .tile-message.tile-left.tile-host {
      box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), inset 0 0 0 1px #3e5667, 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 2px 0px 0px 0px #3e5667;
      top: 1px; }
  .tile-message.tile-right {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset -2px 0px 0px 0px #ec5f3e;
    display: block;
    float: right; }
    .tile-message.tile-right .user-info {
      right: -36px; }
    .tile-message.tile-right .head {
      text-align: right;
      left: initial;
      right: 0; }
    .tile-message.tile-right .foot {
      left: initial;
      text-align: right;
      right: 0; }

.message {
  overflow: hidden;
  *zoom: 1; }
  .message.message-right {
    padding-left: 10px;
    padding-right: 37px; }
  .message.message-left {
    padding-right: 10px;
    padding-left: 37px; }
  .message:hover .tile-message {
    margin-bottom: 25px; }
    .message:hover .tile-message .head .user-action {
      display: inline-block; }
    .message:hover .tile-message .foot {
      opacity: 1; }
  .message .emoji-outer {
    margin-top: 0px; }

.input-chat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none !important;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.3), inset -2px 0px 0px 0px #EC5F3E;
  /* @include box-shadow(0px 0px 2px 0px #EC5F3E); */
  /* @include box-shadow(0px 0px 0px 1px #EC5F3E); */
  border: 0;
  background: #fff;
  padding-right: 40px;
  -webkit-font-smoothing: antialiased; }
  .input-chat::-webkit-input-placeholder {
    color: #777;
    /* color: \$brand-primary; */
    text-align: center; }
  .input-chat:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
    /* color: \$brand-primary; */
    text-align: center; }
  .input-chat::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
    /* color: \$brand-primary; */
    text-align: center; }
  .input-chat:-ms-input-placeholder {
    color: #777;
    /* color: \$brand-primary; */
    text-align: center; }

.load-messages {
  display: inline-block;
  padding-bottom: 5px;
  color: #999;
  cursor: pointer; }
  .load-messages:hover {
    color: #ec5f3e; }

.banned-list {
  border: 1px solid #F4D4D4;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
  max-height: 420px;
  overflow: scroll; }
  .banned-list ul {
    list-style: none;
    padding: 0; }
    .banned-list ul li {
      text-align: left;
      display: block;
      clear: both;
      border-bottom: 1px solid #eee;
      padding-bottom: 6px; }
      .banned-list ul li:last-child {
        border-bottom: none; }
      .banned-list ul li .avatar-s {
        float: left; }
      .banned-list ul li .user-body {
        padding-left: 45px; }

.tab-custom .tab-controls {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0; }
  .tab-custom .tab-controls .title {
    display: inline-block;
    padding-right: 10px;
    color: #555; }

.cover-video {
  position: relative; }
  .cover-video:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%;
    transition: padding-top 250ms ease-out; }
  .cover-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.tab-info .event-info {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  max-width: 800px;
  margin: 20px auto;
  padding: 15px;
  background: #fff; }
  .tab-info .event-info .event-description {
    padding: 10px 20px 10px; }
  .tab-info .event-info .event-cover {
    margin-bottom: 10px; }
  .tab-info .event-info .cover-slider {
    margin: 0; }
  .tab-info .event-info .user-image {
    width: 100%; }

@media (min-width: 1291px) {
  .tab-info .event-info .cover-video {
    height: 470px; } }

.event-description h1, .event-description h2, .event-description h3, .event-description h4, .event-description h5, .event-description h6,
.event-description-modal h1,
.event-description-modal h2,
.event-description-modal h3,
.event-description-modal h4,
.event-description-modal h5,
.event-description-modal h6,
.fr-view h1,
.fr-view h2,
.fr-view h3,
.fr-view h4,
.fr-view h5,
.fr-view h6 {
  color: #21313C;
  background: none;
  word-break: break-word;
  font-weight: normal; }

.event-description p, .event-description span,
.event-description-modal p,
.event-description-modal span,
.fr-view p,
.fr-view span {
  font-size: 16px;
  color: #2F2F2F;
  line-height: 22px;
  word-break: break-word; }

.event-description p:last-of-type,
.event-description-modal p:last-of-type,
.fr-view p:last-of-type {
  margin-bottom: 0px; }

.event-description strong, .event-description b,
.event-description-modal strong,
.event-description-modal b,
.fr-view strong,
.fr-view b {
  font-weight: bold; }

.event-description blockquote,
.event-description-modal blockquote,
.fr-view blockquote {
  border-left: 5px solid #FFD9D0; }

.event-description ul, .event-description ol,
.event-description-modal ul,
.event-description-modal ol,
.fr-view ul,
.fr-view ol {
  font-size: 16px;
  color: #2F2F2F;
  line-height: 22px;
  padding-left: 40px; }

.event-description ul,
.event-description-modal ul,
.fr-view ul {
  list-style-type: disc; }

.event-description ol,
.event-description-modal ol,
.fr-view ol {
  list-style-type: decimal; }

.analytics-upgrade .tile-analytics-preview {
  margin: 20px auto 0;
  max-width: 500px; }

.video-js .vjs-tech {
  position: static; }

.profile-cover {
  width: 100%;
  height: 300px;
  position: relative; }
  .profile-cover .cover-img {
    background: #34495e url("https://s3.amazonaws.com/cc-public-prod/img/photos/photo-jellyfish.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%; }
  .profile-cover .cover-shadow {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: -owg-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    -pie-background: -pie-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }
  .profile-cover .contain-center {
    padding: 0 15px; }

.profile-header {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.15);
  position: relative; }
  .profile-header .contain-center {
    padding: 0 15px; }
  .profile-header .profile-photo {
    float: left;
    width: 180px;
    height: 80px;
    position: absolute; }
    .profile-header .profile-photo .img-round {
      border-radius: 100%;
      position: absolute;
      top: -100px;
      width: 180px;
      height: 180px;
      right: 0;
      background: #fff; }
  .profile-header .profile-info {
    float: left;
    padding: 5px 100px 20px 200px;
    width: 100%;
    color: #999999; }
    .profile-header .profile-info.attendee {
      padding-right: 140px; }
    .profile-header .profile-info .profile-name {
      position: absolute;
      top: -83px;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
      font-size: 50px;
      white-space: nowrap; }
      .profile-header .profile-info .profile-name .username {
        display: inline-block;
        margin-left: 15px;
        opacity: .8;
        font-size: 60%; }
    .profile-header .profile-info .bio {
      color: #4A4A4A;
      font-size: 16px;
      font-weight: normal;
      margin-top: 20px;
      line-height: 21px; }
    .profile-header .profile-info a {
      color: #999999;
      text-decoration: none; }
      .profile-header .profile-info a:hover {
        color: #ec5f3e; }
  .profile-header .profile-cta {
    float: right;
    position: absolute;
    right: 15px;
    text-align: right; }
    .profile-header .profile-cta .btn-edit {
      padding: 7px 20px;
      font-size: 20px;
      margin-top: 30px; }
    .profile-header .profile-cta .btn-edit {
      padding: 7px 20px;
      font-size: 20px;
      margin-top: 30px; }
    .profile-header .profile-cta .btn-follow {
      padding: 7px 20px;
      font-size: 20px;
      margin-top: 30px; }
    .profile-header .profile-cta .text-danger {
      position: absolute;
      -ms-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
      width: 200px;
      top: 100%;
      left: 50%;
      text-align: center;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
      padding: 10px 0px;
      background-color: white;
      border-radius: 3px;
      padding-bottom: 15px;
      opacity: 1;
      transition: all linear 500ms;
      color: #999999;
      border-bottom: 2px solid #b94a48; }
      .profile-header .profile-cta .text-danger .danger-title {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #b94a48; }
    .profile-header .profile-cta .text-danger.ng-hide {
      opacity: 0; }
    .profile-header .profile-cta .text-danger.ng-hide-remove,
    .profile-header .profile-cta .text-danger.ng-hide-add {
      display: block !important; }
    .profile-header .profile-cta .text-danger.ng-hide-remove {
      transition: all linear 1000ms; }
    .profile-header .profile-cta .text-danger.ng-hide-add {
      transition: all linear 500ms; }
  .profile-header .clear {
    clear: both; }

.profile-section .pages {
  padding-top: 5px; }
  .profile-section .pages .btn-link {
    color: #999;
    padding: 0px 10px;
    text-decoration: none;
    border-radius: 3px; }
    .profile-section .pages .btn-link:hover {
      color: #ec5f3e;
      background: #F1F1F1; }
  .profile-section .pages .pagination-link {
    font-size: 24px; }

@media (max-width: 769px) {
  .profile-cover {
    height: 220px; }
    .profile-cover .contain-center {
      margin: 0 15px !important; }
  .profile-header .profile-photo {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    height: 22px; }
    .profile-header .profile-photo .img-round {
      position: relative;
      top: -110px;
      width: 130px;
      height: 130px; }
  .profile-header .profile-info {
    float: none;
    padding: 10px;
    text-align: center; }
    .profile-header .profile-info .bio {
      margin-top: 13px; }
    .profile-header .profile-info .profile-name {
      position: relative;
      top: 0;
      text-shadow: none;
      color: #ec5f3e;
      font-size: 41px; }
      .profile-header .profile-info .profile-name .username {
        display: block;
        color: #999; }
    .profile-header .profile-info.attendee {
      padding-right: 0; }
  .profile-header .profile-cta {
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
    right: 0; }
    .profile-header .profile-cta .btn-edit, .profile-header .profile-cta .btn-follow {
      padding: 4px 19px;
      font-size: 18px;
      margin-top: 3px;
      margin-bottom: 11px; }
    .profile-header .profile-cta .text-danger {
      -ms-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
      top: 0%;
      padding-bottom: 0;
      padding: 7px 0px; }
      .profile-header .profile-cta .text-danger .danger-title {
        display: block;
        font-weight: bold;
        font-size: 16px; }
  .form-photo-upload .form-image-profile {
    max-width: 130px; } }

.profile-section .pages .btn-link {
  color: #999;
  padding: 0px 10px;
  text-decoration: none;
  border-radius: 3px; }
  .profile-section .pages .btn-link:hover {
    color: #ec5f3e;
    background: #F1F1F1; }

.user-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .user-list .user-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px; }

.pricing-locked {
  border-radius: 2px;
  text-transform: uppercase;
  color: #CCC;
  display: inline-block;
  margin-left: 6px;
  padding: 0 4px;
  font-weight: bold;
  font-size: 10px; }

.row-payment-plan {
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.15);
  padding: 7px 10px 3px;
  position: relative; }
  .row-payment-plan h2 {
    margin-top: 5px;
    margin-right: 6px;
    font-size: 19px;
    font-weight: bold;
    display: inline-block; }
  .row-payment-plan h3 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: normal;
    color: #3e5667;
    display: inline-block; }
    .row-payment-plan h3 strike {
      opacity: .5;
      color: #c70019; }
  .row-payment-plan h4 {
    margin-top: -5px;
    font-size: 15px;
    font-weight: normal;
    color: #3e5667;
    padding-right: 68px; }
  .row-payment-plan .btn {
    position: absolute;
    top: 9px;
    right: 8px; }
  .row-payment-plan .bonus {
    font-size: 15px;
    color: #26C465; }
  .row-payment-plan > ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 15px; }
    .row-payment-plan > ul li {
      margin-bottom: 4px;
      font-size: 14px;
      text-align: left; }
  .row-payment-plan .selected {
    display: none; }
  .row-payment-plan.active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px #26C465; }
    .row-payment-plan.active .disabled {
      display: none; }
    .row-payment-plan.active .selected {
      display: inline-block; }

.tile-payment-plan {
  border-radius: 3px;
  margin-top: 14px;
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.15);
  padding: 10px 10px 15px; }
  .tile-payment-plan h2 {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold; }
  .tile-payment-plan h3 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #3e5667; }
  .tile-payment-plan .bonus {
    font-size: 15px;
    color: #26C465; }
  .tile-payment-plan > ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 15px; }
    .tile-payment-plan > ul li {
      margin-bottom: 4px;
      font-size: 14px;
      text-align: left; }
  .tile-payment-plan .selected {
    display: none; }
  .tile-payment-plan.active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px #26C465; }
    .tile-payment-plan.active .disabled {
      display: none; }
    .tile-payment-plan.active .selected {
      display: inline-block; }

.page-marketing .tile-payment-plan h3 {
  font-size: 24px;
  margin-bottom: 20px; }

.page-marketing .tile-payment-plan .bonus {
  font-size: 15px;
  color: #26C465;
  margin-bottom: 10px; }

.page-marketing .tile-payment-plan ul {
  font-size: 18px;
  font-weight: normal; }

.tile-card {
  margin-top: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  font-family: "Source Code Pro", "Monaco", "Courier", monospace; }
  .tile-card .card-number {
    margin-bottom: 10px;
    font-weight: bold; }
  .tile-card .card-exp {
    text-align: left; }
  .tile-card .card-brand {
    text-align: right; }

.coupon-input {
  margin-top: 3px;
  text-align: center;
  font-family: monospace; }

.zapier-steps {
  list-style-type: decimal; }
  .zapier-steps li {
    margin-bottom: 6px; }

.email-preview {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px; }
  .email-preview .email-subject {
    background: #fafafa;
    border-radius: 3px 3px 0 0;
    padding: 10px 9px;
    border-bottom: 1px solid #eee;
    font-size: 16px; }
    .email-preview .email-subject label {
      display: inline-block;
      padding-right: 8px;
      margin: 0;
      text-transform: uppercase;
      font-size: 13px; }
  .email-preview .email-body {
    padding: 0 10px; }
    .email-preview .email-body .email-from {
      padding: 10px 9px 20px;
      overflow: hidden;
      *zoom: 1; }
    .email-preview .email-body .host-name {
      float: left; }
    .email-preview .email-body .date {
      float: right; }

.email-preview-header .pop-in-box {
  float: right;
  display: inline-block; }

.email-preview-header .actions {
  clear: both;
  overflow: hidden; }
  .email-preview-header .actions h3 {
    float: left;
    font-size: 21px;
    margin: 15px 0 13px; }
  .email-preview-header .actions .pop-in-tab {
    float: right;
    padding: 19px 8px 5px;
    text-transform: uppercase;
    font-weight: bold; }

.pop-in-tab {
  float: right;
  color: #B5B5B5;
  padding: 3px 4px;
  position: relative; }
  .pop-in-tab:hover {
    color: #ec5f3e; }
  .pop-in-tab:hover, .pop-in-tab:focus {
    text-decoration: none; }
  .pop-in-tab:after {
    content: " ";
    height: 10px;
    width: 10px;
    border-top: 5px solid #ec5f3e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -5px;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: fade-in-down;
    display: none; }
  .pop-in-tab.active {
    color: #ec5f3e; }
    .pop-in-tab.active:after {
      display: block; }

.pop-in-box {
  border-bottom: 1px solid #ec5f3e;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: fade-in; }
  .pop-in-box .close {
    position: absolute;
    top: 0;
    right: -20px;
    color: #aaa;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: pop-in; }
    .pop-in-box .close:hover {
      color: #ec5f3e; }

.template-selector {
  text-align: center; }
  .template-selector h4 {
    color: #888; }

.template-selector .btn-group-tabs .active {
  box-shadow: inset 0 -1px 0 #5bc0de;
  border-color: #5bc0de;
  background: white;
  color: #2390b0; }
  .template-selector .btn-group-tabs .active:after {
    content: " ";
    height: 10px;
    width: 10px;
    border-top: 5px solid #5bc0de;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px; }

.diagnostic-iframe {
  overflow: hidden; }
  .diagnostic-iframe iframe {
    position: relative;
    top: -215px; }

/* Modal Cancel Plan
~-----------------------------------------*/
.modal-cancel-plan {
  padding: 20px 70px 10px; }
  .modal-cancel-plan h3 {
    text-align: center;
    font-size: 17px;
    color: #818181;
    font-weight: bold;
    margin-bottom: 23px; }
  .modal-cancel-plan ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .modal-cancel-plan ul li {
      padding-left: 27px;
      position: relative;
      padding-top: 2px;
      margin-bottom: 6px;
      font-size: 16px;
      color: #818181; }
      .modal-cancel-plan ul li svg {
        position: absolute;
        left: 0;
        top: 3px; }
  .modal-cancel-plan .col-cancel, .modal-cancel-plan .col-pause {
    padding-top: 20px;
    margin-bottom: 30px; }
  .modal-cancel-plan .col-pause::before {
    content: ' ';
    display: block;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    left: -4px;
    top: 20px;
    height: 100%; }
  .modal-cancel-plan .btn {
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    border: none;
    text-shadow: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
    transition: all .2s ease;
    padding: 10px 25px;
    min-width: 110px; }
    .modal-cancel-plan .btn:hover {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.23);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px); }
    .modal-cancel-plan .btn.btn-danger {
      background: #FF7E7E; }
    .modal-cancel-plan .btn.btn-success {
      background: #40C49E; }
    .modal-cancel-plan .btn.btn-info {
      background: #4990E2; }
    .modal-cancel-plan .btn.btn-default-muted {
      color: #818181;
      border: 1px solid transparent;
      box-shadow: none; }
      .modal-cancel-plan .btn.btn-default-muted:hover {
        -ms-transform: none;
            transform: none;
        border-color: #f1f1f1; }

#player-native-scroll-fill {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  background: #222;
  display: none; }
  #player-native-scroll-fill:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%;
    transition: padding-top 250ms ease-out; }
  #player-native-scroll-fill > .player-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#player-native {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto; }
  #player-native:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%;
    transition: padding-top 250ms ease-out; }
  #player-native > .player-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #player-native .contain-center {
    width: 100%;
    max-width: 1100px; }
  #player-native .player-message {
    color: #4C4C4C;
    font-size: 38px;
    text-align: center;
    padding-top: 84px; }
    #player-native .player-message small {
      font-size: 24px; }
  #player-native .mini-message {
    display: none; }
  @media (max-width: 1290px) {
    #player-native .waiting-message {
      padding: 50px 50px; } }

.has-off-screen .native-player-stage {
  margin-left: 44px; }

.stream-container {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  position: relative;
  float: left;
  overflow: hidden; }
  .stream-container .hd-notice {
    position: absolute;
    top: 100%;
    border-radius: 3px;
    text-decoration: none;
    width: 280px;
    z-index: 15;
    padding: 0 0.2em;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all, 0.4s, ease-in; }
  .stream-container .stream-controls {
    position: absolute;
    top: 0;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center; }
    .stream-container .stream-controls .control-box {
      opacity: 0;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      padding: 0;
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
      margin-top: 8px;
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .stream-container .stream-controls .control-box li {
        position: relative;
        float: left;
        width: 45px;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        padding: 0px 1px;
        list-style: none;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .stream-container .stream-controls .control-box li.action-hd {
          font-size: 14px; }
          .stream-container .stream-controls .control-box li.action-hd .hd-toggle {
            font-size: 14px;
            border: 2px solid white;
            border-radius: 5px;
            line-height: 8px;
            padding: 5px 3px; }
          .stream-container .stream-controls .control-box li.action-hd:hover .hd-notice {
            opacity: 1;
            visibility: visible;
            top: 105%; }
          .stream-container .stream-controls .control-box li.action-hd .hd-toggle {
            color: #FF4D63;
            font-weight: bold;
            border: 2px solid #FF4D63; }
            .stream-container .stream-controls .control-box li.action-hd .hd-toggle.on {
              color: #26C465;
              text-decoration: none;
              border: 2px solid #26C465; }
        .stream-container .stream-controls .control-box li:hover {
          background: #000; }
          .stream-container .stream-controls .control-box li:hover .icon {
            fill: #D8D8D8; }
            .stream-container .stream-controls .control-box li:hover .icon.icon-cancel {
              fill: #FF9592; }
            .stream-container .stream-controls .control-box li:hover .icon.icon-screenshare, .stream-container .stream-controls .control-box li:hover .icon.icon-mic_off, .stream-container .stream-controls .control-box li:hover .icon.icon-videocam_off {
              fill: #FF4D63; }
      .stream-container .stream-controls .control-box .icon {
        fill: #fff;
        position: relative;
        width: 29px; }
        .stream-container .stream-controls .control-box .icon.icon-screenshare, .stream-container .stream-controls .control-box .icon.icon-mic_off {
          fill: #FF4D63; }
        .stream-container .stream-controls .control-box .icon.icon-videocam_off {
          fill: #FF4D63; }
      .stream-container .stream-controls .control-box .action-inputs .icon-settings {
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transform: rotate(0);
            transform: rotate(0);
        position: relative; }
      .stream-container .stream-controls .control-box .action-inputs:hover .icon-settings {
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        fill: #5bc0de; }
  .stream-container .user-bar {
    position: absolute;
    bottom: 0;
    z-index: 13;
    width: 100%;
    text-align: center;
    left: auto;
    right: auto;
    border-radius: 4px;
    padding: 5px;
    -ms-transform: translateY(60px);
        transform: translateY(60px);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .stream-container .user-bar .user-info {
      display: inline-block; }
      .stream-container .user-bar .user-info .name {
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
        font-size: 23px;
        display: inline-block;
        top: 1px;
        float: right;
        padding: 0 0px 0px 8px;
        position: relative; }
  .stream-container .gloss {
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none; }
  .stream-container .stream-sound {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 20%;
    right: 20%;
    text-align: center;
    height: 9px; }
    .stream-container .stream-sound .stream-sound-bar {
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      background: #fff;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
      border-radius: 6px;
      display: block;
      margin: 0 auto;
      height: 4px;
      width: 0%;
      opacity: 0; }
  .stream-container .stream-muted, .stream-container .stream-screenshare {
    transition: all 0.25s ease;
    position: absolute;
    width: 29px;
    fill: #fff;
    bottom: 18px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    z-index: 3;
    opacity: 1; }
  .stream-container .stream-screenshare {
    top: 50%;
    -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9); }

.stream-video {
  height: 100%;
  width: 100%; }

.player-feedback {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 10;
  text-align: center; }
  .player-feedback .feedback-form {
    margin: 0 auto 0;
    max-width: 510px;
    min-width: 300px;
    padding: 0 20px;
    position: relative;
    top: 26%; }
  .player-feedback .feedback-title {
    font-size: 28px;
    color: #fff; }
  .player-feedback .feedback-subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.74);
    margin-top: 0px; }
  .player-feedback .feedback-options {
    margin-top: 20px; }
    .player-feedback .feedback-options a {
      display: inline-block;
      cursor: pointer;
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .player-feedback .feedback-options a:first-child {
        margin-right: 30px; }
      .player-feedback .feedback-options a:hover {
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .player-feedback textarea {
    margin-top: 18px;
    font-size: 19px; }
  .player-feedback .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    opacity: .4;
    text-shadow: none; }
    .player-feedback .close:hover {
      opacity: .8; }

.empty-stage {
  padding: 0px 10px; }
  .empty-stage .warning-header, .empty-stage .warning-body {
    color: white;
    text-align: center;
    opacity: 1; }
  .empty-stage .warning-body {
    opacity: .4; }

.video-infobar {
  padding: 10px 0;
  text-align: center; }

.vjs-icon-play:before, .video-js .vjs-big-play-button:before {
  content: '\F101';
  font-size: 50px;
  position: relative;
  top: 5px; }

.video-js .vjs-big-play-button {
  height: 3em;
  width: 3em;
  margin-top: -1.5em;
  border-radius: 100%; }
  .video-js .vjs-big-play-button:hover {
    transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-color: #ec5f3e; }
    .video-js .vjs-big-play-button:hover:before {
      color: #ec5f3e; }

.video-js .vjs-play-progress {
  background-color: #ec5f3e; }

.video-js .vjs-control-bar {
  background-color: rgba(62, 86, 103, 0.57); }

.av-check-contain {
  text-align: center;
  margin-bottom: 15px; }
  .av-check-contain span {
    display: inline-block; }
  .av-check-contain .btn-edit {
    border-color: #292929;
    color: #A7A7A7;
    position: relative;
    padding: 5px 10px 5px 30px;
    border-radius: 3px;
    margin-left: 4px;
    margin-bottom: 5px;
    display: inline-block; }
    .av-check-contain .btn-edit .icon {
      width: 19px;
      fill: #A7A7A7;
      position: absolute;
      top: 5px;
      left: 6px;
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transform: rotate(0);
          transform: rotate(0); }
    .av-check-contain .btn-edit:hover {
      color: #5bc0de;
      border-color: #5bc0de; }
      .av-check-contain .btn-edit:hover .icon {
        fill: #5bc0de;
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }

.av-check {
  display: inline-block;
  color: #fff;
  padding: 5px 7px;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 5px;
  font-size: 16px; }
  .av-check.good {
    color: #26c465; }
    .av-check.good .icon {
      fill: #26c465; }
  .av-check.bad {
    color: #d9534f; }
    .av-check.bad .icon {
      fill: #d9534f; }
  .av-check .icon {
    position: relative;
    width: 19px;
    height: 15px;
    fill: #fff;
    top: 2px;
    margin-right: 3px; }

#modal-av-toggle {
  padding: 0 20px; }
  #modal-av-toggle .modal-title {
    margin: 40px 0px 20px; }
  #modal-av-toggle .row-av {
    overflow: hidden;
    *zoom: 1; }
  #modal-av-toggle .col-video,
  #modal-av-toggle .col-audio {
    float: left; }
  #modal-av-toggle .col-video {
    width: 270px;
    margin-right: 20px; }
    #modal-av-toggle .col-video .OT_publisher {
      width: 100%;
      margin: 0 auto;
      border-radius: 4px; }
      #modal-av-toggle .col-video .OT_publisher .OT_video-element {
        border-radius: 4px; }
  #modal-av-toggle .col-audio {
    width: 240px; }
  #modal-av-toggle .sound-bar-contain {
    height: 200px;
    width: 30px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative; }
    #modal-av-toggle .sound-bar-contain .sound-bar {
      background: #26C465;
      width: 100%;
      position: absolute;
      bottom: 0;
      border-radius: 0 0 4px 4px;
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #modal-av-toggle .icon {
    fill: #9C9C9C;
    width: 50px;
    margin: 0 auto 10px;
    display: inherit; }
  #modal-av-toggle select {
    width: 100%;
    margin-top: 15px; }
  #modal-av-toggle .description {
    font-size: 16px;
    color: #777;
    margin: 10px 0 0;
    text-align: center; }
  #modal-av-toggle .modal-actions {
    text-align: center;
    margin: 40px 0 40px; }
    #modal-av-toggle .modal-actions .btn {
      margin-right: 1em; }
  #modal-av-toggle.av-page {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 580px; }
  #modal-av-toggle .selection-input {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
    #modal-av-toggle .selection-input:focus {
      outline: none; }

.stream-count-4 .native-player-stage {
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.stream-count-4 .native-player-stage .stream-container:not(.off-screen):not(.minimized) {
  width: 50%;
  height: 50%; }

.stream-count-3 .native-player-stage .stream-container:not(.off-screen):not(.minimized) {
  width: 33%;
  height: 66%; }

.stream-count-2 .native-player-stage .stream-container:not(.off-screen):not(.minimized) {
  width: 50%;
  height: 100%; }

.stream-count-1 .native-player-stage .stream-container:not(.off-screen):not(.minimized) {
  width: 100%;
  height: 100%;
  -ms-transform: scale(1);
      transform: scale(1); }

#player-native.stream-count-0:not(.has-focused):not(.event-ended):not(.hls-enabled):before {
  padding-top: calc( 250px); }

.native-player-stage .stream-container.minimized, .native-player-stage .stream-container.off-screen {
  width: 0%;
  height: 0%;
  -ms-transform: scale(0);
      transform: scale(0); }

:not(.stream-count-0) .off-screen-3 .native-player-stage {
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

:not(.stream-count-0) .native-player-stage .stream-container:not(.off-screen):not(.minimized) {
  -ms-transform: scale(0.98);
      transform: scale(0.98); }

#player-native:hover .native-player-stage .stream-container {
  opacity: .85; }

#player-native:hover .native-player-stage:hover .stream-container {
  opacity: 1; }

.native-player-shelf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43px;
  margin: 10px;
  margin-right: 0px;
  pointer-events: none; }
  .native-player-shelf .off-screen-container, .native-player-shelf .minimized-container {
    position: absolute;
    left: 0;
    width: auto;
    height: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    cursor: hand;
    cursor: pointer; }
    .native-player-shelf .off-screen-container .stream-container, .native-player-shelf .minimized-container .stream-container {
      display: block;
      margin-right: auto;
      margin-bottom: 10px; }
    .native-player-shelf .off-screen-container .stream-container:last-of-type, .native-player-shelf .minimized-container .stream-container:last-of-type {
      margin-bottom: 0px; }
    .native-player-shelf .off-screen-container .stream-video, .native-player-shelf .minimized-container .stream-video {
      display: hidden; }
    .native-player-shelf .off-screen-container .stream-container:hover .user-name, .native-player-shelf .minimized-container .stream-container:hover .user-name {
      opacity: 1;
      pointer-events: inherit; }
    .native-player-shelf .off-screen-container .stream-container:hover .host, .native-player-shelf .minimized-container .stream-container:hover .host {
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
      transition-delay: 150ms; }
  .native-player-shelf .minimized-container {
    top: 0; }
  .native-player-shelf .off-screen-container {
    bottom: 0; }
  .native-player-shelf .stream-container {
    overflow: visible; }
    .native-player-shelf .stream-container .stream-controls {
      max-width: 0px;
      box-shadow: 0px 0px 0px transparent;
      transition: all 250ms;
      border-radius: 4px; }
      .native-player-shelf .stream-container .stream-controls .control-box {
        -ms-transform: translateY(0px);
            transform: translateY(0px);
        opacity: 1; }
        .native-player-shelf .stream-container .stream-controls .control-box.disabled {
          opacity: 0.3; }
          .native-player-shelf .stream-container .stream-controls .control-box.disabled li:hover {
            color: #737d85;
            cursor: default;
            background: transparent; }
            .native-player-shelf .stream-container .stream-controls .control-box.disabled li:hover .icon {
              fill: #fff; }
        .native-player-shelf .stream-container .stream-controls .control-box .icon-settings {
          -ms-transform: rotate(0) scale(1);
              transform: rotate(0) scale(1);
          position: relative; }
        .native-player-shelf .stream-container .stream-controls .control-box .icon-settings:hover {
          transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
          -ms-transform: rotate(270deg) scale(1);
              transform: rotate(270deg) scale(1);
          fill: #5bc0de; }
      .native-player-shelf .stream-container .stream-controls .action-video {
        display: none; }
      .native-player-shelf .stream-container .stream-controls li {
        opacity: 0;
        transition: all 250ms;
        -ms-transform: rotate(0) scale(0);
            transform: rotate(0) scale(0); }
    .native-player-shelf .stream-container .user-name {
      position: absolute;
      top: 0;
      left: 25px;
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
      opacity: 0;
      pointer-events: none;
      transition: all .25s;
      padding: 0px 25px;
      z-index: 70;
      font-size: 24px;
      text-shadow: 0px 2px 10px black; }
      .native-player-shelf .stream-container .user-name .name {
        white-space: nowrap;
        color: white; }
      .native-player-shelf .stream-container .user-name .offscreen-label {
        font-size: 14px;
        margin-left: 3px;
        white-space: nowrap; }
    .native-player-shelf .stream-container .host {
      left: 35px; }
    .native-player-shelf .stream-container .user-thumb {
      height: 33px; }
      .native-player-shelf .stream-container .user-thumb .img-round {
        overflow: visible; }
      .native-player-shelf .stream-container .user-thumb .audio-level {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%; }
  .native-player-shelf .stream-container:hover {
    opacity: 1 !important; }
    .native-player-shelf .stream-container:hover .stream-controls {
      max-width: 350px;
      box-shadow: 0px 0px 20px black;
      transition: all 250ms, box-shadow 250ms linear 150ms; }
      .native-player-shelf .stream-container:hover .stream-controls li {
        transition-delay: 50ms;
        -ms-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
        opacity: 1; }
      .native-player-shelf .stream-container:hover .stream-controls li:nth-of-type(2) {
        transition-delay: 100ms; }
      .native-player-shelf .stream-container:hover .stream-controls li:nth-of-type(3) {
        transition-delay: 140ms; }
      .native-player-shelf .stream-container:hover .stream-controls li:nth-of-type(4) {
        transition-delay: 180ms; }
      .native-player-shelf .stream-container:hover .stream-controls li:nth-of-type(5) {
        transition-delay: 200ms; }
      .native-player-shelf .stream-container:hover .stream-controls li:nth-of-type(6) {
        transition-delay: 210ms; }
      .native-player-shelf .stream-container:hover .stream-controls li:nth-of-type(7) {
        transition-delay: 180ms; }
    .native-player-shelf .stream-container:hover .control-box {
      -ms-transform: translateY(0px);
          transform: translateY(0px);
      opacity: 1; }
      .native-player-shelf .stream-container:hover .control-box.disabled {
        opacity: 0.3; }
        .native-player-shelf .stream-container:hover .control-box.disabled li:hover {
          color: #737d85;
          cursor: default;
          background: transparent; }
          .native-player-shelf .stream-container:hover .control-box.disabled li:hover .icon {
            fill: #fff; }
    .native-player-shelf .stream-container:hover .user-name {
      opacity: 1;
      pointer-events: inherit; }
    .native-player-shelf .stream-container:hover .host {
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
      transition-delay: 150ms; }
    .native-player-shelf .stream-container:hover .user-bar {
      -ms-transform: translateY(0px);
          transform: translateY(0px);
      opacity: 1; }
    .native-player-shelf .stream-container:hover .stream-muted {
      opacity: 0; }
    .native-player-shelf .stream-container:hover .img-round img:not(.screen) {
      opacity: 1; }
  .native-player-shelf .off-screen-container {
    bottom: 0; }
    .native-player-shelf .off-screen-container .stream-container {
      opacity: .4;
      transition: opacity 250ms; }
    .native-player-shelf .off-screen-container .stream-container:first-of-type {
      margin-top: auto; }
  .native-player-shelf .minimized-container {
    top: 0; }
    .native-player-shelf .minimized-container .offscreen-label {
      display: none; }
    .native-player-shelf .minimized-container .stream-container:first-of-type:hover .host {
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%); }

.has-off-screen .native-player-shelf {
  pointer-events: inherit; }

#player-native .native-player-shelf {
  z-index: 15; }
  #player-native .native-player-shelf .stream-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    box-shadow: none; }
    #player-native .native-player-shelf .stream-container .stream-muted, #player-native .native-player-shelf .stream-container .stream-screenshare {
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9); }
    #player-native .native-player-shelf .stream-container .stream-controls {
      position: relative;
      margin-left: 20px; }
      #player-native .native-player-shelf .stream-container .stream-controls .control-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0px; }
    #player-native .native-player-shelf .stream-container .gloss {
      display: none; }
  #player-native .native-player-shelf .stream-controller:hover {
    overflow: visible; }

#player-native .native-player-stage {
  z-index: 5;
  transition: all .5s; }

.native-player-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  margin-right: 0px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .native-player-stage .stream-container:hover .stream-controls .control-box {
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    opacity: 1; }
    .native-player-stage .stream-container:hover .stream-controls .control-box.disabled {
      opacity: 0.3; }
      .native-player-stage .stream-container:hover .stream-controls .control-box.disabled li:hover {
        color: #737d85;
        cursor: default;
        background: transparent; }
        .native-player-stage .stream-container:hover .stream-controls .control-box.disabled li:hover .icon {
          fill: #fff; }
  .native-player-stage .stream-container:hover .user-bar {
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    opacity: 1; }
  .native-player-stage .stream-container:hover .stream-muted {
    opacity: 0; }
  .native-player-stage .stream-notice-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: opacity 450ms ease-out;
    z-index: 1;
    overflow: hidden; }
    .native-player-stage .stream-notice-container .stream-notice-wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
    .native-player-stage .stream-notice-container .notice-bg {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -ms-transform: scale(2);
          transform: scale(2); }
      .native-player-stage .stream-notice-container .notice-bg .user-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        -moz-filter: blur(20px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0.5; }
    .native-player-stage .stream-notice-container .notice-content {
      max-width: 370px;
      width: 95%;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .native-player-stage .stream-notice-container .notice-content .user-image {
        position: relative;
        width: 90px;
        height: 90px;
        margin: 0;
        top: auto;
        right: auto; }
        @media (min-width: 992px) {
          .native-player-stage .stream-notice-container .notice-content .user-image {
            width: 120px;
            height: 120px; } }
      .native-player-stage .stream-notice-container .notice-content .hr-streak {
        display: none;
        margin: 15px 0; }
        @media (min-width: 992px) {
          .native-player-stage .stream-notice-container .notice-content .hr-streak {
            margin: 25px 0; } }
      .native-player-stage .stream-notice-container .notice-content .notice-message {
        display: none;
        font-weight: bold;
        text-align: center;
        font-size: 22px; }
        @media (max-width: 992px) {
          .native-player-stage .stream-notice-container .notice-content .notice-message {
            font-size: 14px; } }
  .native-player-stage .stream-container .OT_widget-container {
    background-color: transparent; }
  .native-player-stage .stream-container .OT_video-poster {
    display: none !important; }
  .native-player-stage .stream-container .OT_video-element {
    z-index: 2; }
  .native-player-stage .stream-container.disconnected .stream-notice-container .notice-bg {
    display: none; }
  .native-player-stage .stream-container.disconnected .stream-notice-container .notice-content .hr-streak {
    display: block; }
  .native-player-stage .stream-container.disconnected .stream-notice-container .notice-content .notice-message {
    display: block; }
  .native-player-stage .user-thumb {
    font-weight: 100;
    font-size: 16px;
    display: none; }

.has-off-screen .off-screen {
  -ms-transform: scale(0);
      transform: scale(0);
  height: 0;
  width: 0;
  opacity: 0; }

.has-focused .focused {
  width: 100%;
  height: 100%; }
  .has-focused .focused .control-box .toggle-on-screen {
    display: none; }

.has-focused .minimized, .has-focused .off-screen {
  -ms-transform: scale(0);
      transform: scale(0);
  height: 0;
  width: 0;
  opacity: 0; }

.has-focused .off-screen {
  opacity: 0; }

.player-screen {
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex; }

.stream-container {
  overflow: hidden;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  font-size: 28px;
  font-family: Helvetica;
  transition: all .5s; }
  .stream-container .img-round {
    position: relative;
    background-color: black; }
    .stream-container .img-round img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-radius: 100%;
      opacity: .7;
      transition: all .5s; }

/*!
 * froala_editor v2.2.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: ""; }

.fr-element,
.fr-element:focus {
  outline: 0px solid transparent; }

.fr-basic .fr-element {
  text-align: initial;
  color: #000000;
  padding: 10px;
  box-sizing: border-box; }

.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  overflow-x: auto;
  -webkit-user-select: auto; }

.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto; }

.fr-element img {
  max-width: calc(100% - (2 * 5px)); }

.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-element [contenteditable="false"] {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-element [contenteditable="true"] {
  outline: 0px solid transparent; }

.fr-box a.fr-floating-btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  background: #ffffff;
  color: #1e88e5;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  box-sizing: border-box;
  border: none; }

.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #1e88e5; }

.fr-box a.fr-floating-btn i {
  font-size: 14px;
  line-height: 32px; }

.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px; }

.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer; }

.fr-box a.fr-floating-btn:hover svg {
  fill: #1e88e5; }

.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  box-sizing: border-box; }

.fr-wrapper {
  position: relative;
  z-index: 1; }

.fr-wrapper::after {
  clear: both;
  display: block;
  content: ""; }

.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #aaaaaa;
  z-index: 1;
  display: none;
  top: 0;
  left: 0; }

.fr-wrapper.show-placeholder .fr-placeholder {
  display: block; }

.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000; }

.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000000; }

.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000; }

.fr-box.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto; }

.fr-box.fr-basic .fr-wrapper {
  background: #ffffff;
  border: 0px;
  border-top: 0; }

.fr-box.fr-basic .fr-wrapper .fr-placeholder {
  top: 10px;
  left: 10px; }

.fr-box.fr-basic.fr-rtl .fr-wrapper .fr-placeholder {
  right: 10px;
  left: auto; }

.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  border-bottom: 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24); }

.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 9997; }

.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.fr-toolbar {
  color: #222222;
  background: #ffffff;
  position: relative;
  z-index: 4;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222; }

.fr-toolbar::after {
  clear: both;
  display: block;
  content: ""; }

.fr-toolbar.fr-rtl {
  text-align: right; }

.fr-toolbar.fr-inline {
  display: none; }

.fr-toolbar.fr-inline.fr-desktop {
  white-space: nowrap;
  position: absolute;
  margin-top: 10px; }

.fr-toolbar.fr-inline.fr-desktop .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block; }

.fr-toolbar.fr-inline.fr-desktop.fr-above {
  margin-top: -10px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid #222222;
  border-top: 0; }

.fr-toolbar.fr-inline.fr-desktop.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px; }

.fr-toolbar.fr-inline.fr-mobile {
  left: 0;
  right: 0;
  width: auto !important; }

.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left; }

.fr-separator + .fr-separator {
  display: none; }

.fr-separator.fr-vs {
  height: 33px;
  width: 1px;
  margin: 2px; }

.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px; }

.fr-separator.fr-hidden {
  display: none !important; }

.fr-rtl .fr-separator {
  float: right; }

.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none; }

.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block; }

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
  background: transparent;
  color: #222222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0px 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0; }

.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i {
  font-size: 15px;
  width: 15px;
  margin: 11px 11.5px;
  text-align: center;
  float: none; }

.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 14px;
  margin: 11px 11.5px;
  min-width: 15px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 15px; }

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
  margin: 11px 11.5px;
  width: 15px; }

.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: transparent; }

.fr-toolbar .fr-command.fr-btn.fr-dropdown,
.fr-popup .fr-command.fr-btn.fr-dropdown {
  width: auto; }

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 7.5px;
  margin-right: 15.5px; }

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #222222;
  background: #d6d6d6; }

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #222222 !important; }

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #222222 !important; }

.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222222;
  right: 3.75px;
  top: 16.5px;
  content: ""; }

.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default; }

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important; }

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
  display: none; }

.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd; }

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd; }

.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
  float: right; }

.fr-toolbar.fr-inline .fr-command.fr-btn {
  float: none; }

.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus {
  color: #222222;
  background: #ebebeb; }

.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after {
  border-top-color: #222222 !important; }

.fr-desktop .fr-command.fr-selected {
  color: #222222;
  background: #d6d6d6; }

.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus {
  color: #1e88e5;
  background: #ebebeb; }

.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1e88e5;
  background: #d6d6d6; }

.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent; }

.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent; }

.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent; }

.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default; }

.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block; }

.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px; }

.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box; }

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important; }

.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 9995;
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222; }

.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #222222;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24); }

.fr-popup.fr-active {
  display: block; }

.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.fr-popup .fr-hs {
  display: block !important; }

.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0; }

.fr-popup .fr-input-line input[type="text"],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0px 0 1px 0;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  color: #222222;
  font-size: 14px;
  padding: 6px 0 2px;
  background: transparent;
  position: relative;
  z-index: 2; }

.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5;
  margin-bottom: 0px; }

.fr-popup .fr-input-line input + span,
.fr-popup .fr-input-line textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: transparent;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  z-index: 1; }

.fr-popup .fr-input-line input.fr-not-empty:focus + span,
.fr-popup .fr-input-line textarea.fr-not-empty:focus + span {
  color: #1e88e5; }

.fr-popup .fr-input-line input.fr-not-empty + span,
.fr-popup .fr-input-line textarea.fr-not-empty + span {
  color: #808080; }

.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  outline: none; }

.fr-popup textarea {
  resize: none; }

.fr-popup .fr-buttons {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0px; }

.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: ""; }

.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none; }

.fr-popup .fr-buttons .fr-btn i {
  float: left; }

.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none; }

.fr-popup .fr-layer {
  width: 225px;
  box-sizing: border-box;
  margin: 10px;
  display: none; }

@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 300px; } }

.fr-popup .fr-layer.fr-active {
  display: inline-block; }

.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right; }

.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s; }

.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px; }

.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5; }

.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5; }

.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0; }

.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  box-sizing: content-box;
  vertical-align: middle; }

.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px; }

.fr-popup .fr-checkbox span {
  border: solid 1px #222222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }

.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px; }

.fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5; }

.fr-popup .fr-checkbox input:checked + span svg {
  display: block; }

.fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5; }

.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px; }

.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle; }

.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right; }

.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left; }

.fr-popup.fr-rtl .fr-input-line input + span,
.fr-popup.fr-rtl .fr-input-line textarea + span {
  left: auto;
  right: 0; }

.fr-popup.fr-desktop .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block; }

.fr-popup.fr-desktop.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px; }

.fr-text-edit-layer {
  width: 250px;
  box-sizing: border-box;
  display: block !important; }

.fr-visibility-helper {
  display: none;
  margin-left: 0px !important; }

@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important; } }

@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important; } }

@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important; } }

.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.fr-box {
  position: relative; }

/**
 * Postion sticky hacks.
 */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

.fr-sticky-off {
  position: relative; }

.fr-sticky-on {
  position: fixed; }

.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important; }

.fr-sticky-dummy {
  display: none; }

.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block; }

/*!
 * froala_editor v2.2.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: ""; }

.fr-view {
  /**
   * Image style.
   */
  /**
   * Video style
   */ }

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%; }

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed; }

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5; }

.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd; }

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px; }

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red; }

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px; }

.fr-view table th {
  background: #e6e6e6; }

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always; }

.fr-view .fr-file {
  position: relative; }

.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal; }

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1; }

.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4; }

.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047; }

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0; }

.fr-view span.fr-emoticon.fr-emoticon-img {
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.2em 0.15em 0.2em;
  line-height: normal;
  vertical-align: middle; }

.fr-view .fr-text-gray {
  color: #AAA !important; }

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

.fr-view .fr-text-spaced {
  letter-spacing: 1px; }

.fr-view .fr-text-uppercase {
  text-transform: uppercase; }

.fr-view img {
  z-index: 3;
  position: relative;
  overflow: auto;
  cursor: pointer; }

.fr-view img.fr-dib {
  margin: auto;
  display: block;
  float: none;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px; }

.fr-view img.fr-dib.fr-fil {
  margin: 5px auto 5px 0;
  left: 5px; }

.fr-view img.fr-dib.fr-fir {
  margin: 5px 0 5px auto;
  right: 5px; }

.fr-view img.fr-dii {
  margin: auto;
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px; }

.fr-view img.fr-dii.fr-fil {
  margin: 5px 10px 5px 0;
  left: 5px;
  float: left; }

.fr-view img.fr-dii.fr-fir {
  margin: 5px 0 5px 10px;
  right: 5px;
  float: right; }

.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box; }

.fr-view img.fr-bordered {
  border: solid 10px #CCC;
  box-sizing: content-box; }

.fr-view .fr-video {
  text-align: center;
  position: relative; }

.fr-view .fr-video > * {
  box-sizing: content-box;
  max-width: 100%;
  border: none; }

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both; }

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left; }

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right; }

.fr-view .fr-video.fr-dvi {
  display: inline-block; }

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left; }

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right; }

.fr-view a.fr-strong {
  font-weight: 700; }

.fr-view a.fr-green {
  color: green; }

a.fr-view.fr-strong {
  font-weight: 700; }

a.fr-view.fr-green {
  color: green; }

/**
   * Image style.
   */
img.fr-view {
  z-index: 3;
  position: relative;
  overflow: auto;
  cursor: pointer; }

img.fr-view.fr-dib {
  margin: auto;
  display: block;
  float: none;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px; }

img.fr-view.fr-dib.fr-fil {
  margin: 5px auto 5px 0;
  left: 5px; }

img.fr-view.fr-dib.fr-fir {
  margin: 5px 0 5px auto;
  right: 5px; }

img.fr-view.fr-dii {
  margin: auto;
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px; }

img.fr-view.fr-dii.fr-fil {
  margin: 5px 10px 5px 0;
  left: 5px;
  float: left; }

img.fr-view.fr-dii.fr-fir {
  margin: 5px 0 5px 10px;
  right: 5px;
  float: right; }

img.fr-view.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box; }

img.fr-view.fr-bordered {
  border: solid 10px #CCC;
  box-sizing: content-box; }

.clearfix::after {
  clear: both;
  display: block;
  content: ""; }

.froala-custom-theme .fr-view table td,
.froala-custom-theme .fr-view table th {
  border: 1px solid #dddddd; }

.froala-custom-theme .fr-view blockquote {
  border-left: solid 2px #5e35b1;
  color: #5e35b1; }

.froala-custom-theme .fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4; }

.froala-custom-theme .fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047; }

.froala-custom-theme a.fr-floating-btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 32px;
  width: 32px;
  background: #ffffff;
  color: #1e88e5;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  line-height: 32px;
  border: none; }

.froala-custom-theme a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #1e88e5; }

.froala-custom-theme a.fr-floating-btn:hover {
  background: #ebebeb; }

.froala-custom-theme a.fr-floating-btn:hover svg {
  fill: #1e88e5; }

.froala-custom-theme .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.froala-custom-theme img.fr-dib {
  margin-top: 5px;
  margin-bottom: 5px; }

.froala-custom-theme img.fr-dib.fr-fil {
  margin: 5px auto 5px 0;
  left: 5px; }

.froala-custom-theme img.fr-dib.fr-fir {
  margin: 5px 0 5px auto;
  right: 5px; }

.froala-custom-theme img.fr-dii {
  margin-top: 5px;
  margin-bottom: 5px; }

.froala-custom-theme img.fr-dii.fr-fil {
  margin: 5px 10px 5px 0;
  left: 5px; }

.froala-custom-theme img.fr-dii.fr-fir {
  margin: 5px 0 5px 10px;
  right: 5px; }

.froala-custom-theme .fr-tooltip {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s; }

.froala-custom-theme .fr-element {
  color: #2f2f2f; }

.froala-custom-theme .fr-box.fr-basic .fr-element {
  padding: 10px;
  width: 100%;
  height: 100%;
  cursor: text;
  position: absolute; }

.froala-custom-theme .fr-box.fr-basic .fr-element h1, .froala-custom-theme .fr-box.fr-basic .fr-element h2, .froala-custom-theme .fr-box.fr-basic .fr-element h3, .froala-custom-theme .fr-box.fr-basic .fr-element h4, .froala-custom-theme .fr-box.fr-basic .fr-element h5 {
  margin-bottom: 8px;
  margin-top: 8px; }

.froala-custom-theme .fr-wrapper .fr-placeholder {
  font-size: 12px;
  color: #aaaaaa; }

.froala-custom-theme .fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000; }

.froala-custom-theme .fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000000; }

.froala-custom-theme .fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000; }

.froala-custom-theme .fr-box.fr-basic .fr-wrapper {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background-image: linear-gradient(-179deg, #FFF 0, #FCFCFC 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03) !important; }

.froala-custom-theme .fr-box.fr-basic .fr-wrapper .fr-placeholder {
  top: 10px;
  left: 10px; }

.froala-custom-theme .fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box; }

.froala-custom-theme .fr-box.fr-basic.fr-bottom .fr-wrapper {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn,
.froala-custom-theme .fr-popup .fr-command.fr-btn {
  color: #333333;
  margin: 0px;
  border-radius: 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn {
  background: white;
  padding: 5px 6.79px;
  margin-bottom: 5px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn i,
.froala-custom-theme .fr-popup .fr-command.fr-btn i {
  font-size: 14px;
  width: 14px;
  margin: 11.5px 12px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn i {
  margin: 0;
  padding: 0;
  width: 12px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn span,
.froala-custom-theme .fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  line-height: 14px;
  margin: 11.5px 12px;
  min-width: 14px;
  height: 14px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn img,
.froala-custom-theme .fr-popup .fr-command.fr-btn img {
  margin: 11.5px 12px;
  width: 14px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-active,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: #ebebeb; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown i,
.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown span,
.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 4px;
  margin-right: 12px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #333333;
  background: #d6d6d6; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #333333 !important; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #333333 !important; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-dropdown::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  right: 4px;
  top: 16.5px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-dropdown::after {
  top: 10.5px; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-disabled,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd; }

.froala-custom-theme .fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.froala-custom-theme .fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd; }

.froala-custom-theme .fr-toolbar.fr-disabled .fr-btn,
.froala-custom-theme .fr-popup.fr-disabled .fr-btn,
.froala-custom-theme .fr-toolbar.fr-disabled .fr-btn.fr-active,
.froala-custom-theme .fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd; }

.froala-custom-theme .fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.froala-custom-theme .fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.froala-custom-theme .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.froala-custom-theme .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd; }

.froala-custom-theme .fr-desktop .fr-command:hover,
.froala-custom-theme .fr-desktop .fr-command:focus {
  color: #333333;
  background: #ebebeb; }

.froala-custom-theme .fr-desktop .fr-command:hover::after,
.froala-custom-theme .fr-desktop .fr-command:focus::after {
  border-top-color: #333333 !important; }

.froala-custom-theme .fr-desktop .fr-command.fr-selected {
  color: #333333;
  background: #d6d6d6; }

.froala-custom-theme .fr-desktop .fr-command.fr-active:hover,
.froala-custom-theme .fr-desktop .fr-command.fr-active:focus {
  color: #333333;
  background: #ebebeb; }

.froala-custom-theme .fr-desktop .fr-command.fr-active.fr-selected {
  color: #333333;
  background: #d6d6d6; }

.froala-custom-theme .fr-desktop .fr-command.fr-disabled:hover,
.froala-custom-theme .fr-desktop .fr-command.fr-disabled:focus,
.froala-custom-theme .fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent; }

.froala-custom-theme .fr-toolbar.fr-mobile .fr-command.fr-blink,
.froala-custom-theme .fr-popup.fr-mobile .fr-command.fr-blink {
  background: #ebebeb; }

.froala-custom-theme .fr-command.fr-btn + .fr-dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box; }

.froala-custom-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s; }

.froala-custom-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  max-height: 275px; }

.froala-custom-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6; }

.froala-custom-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd; }

.froala-custom-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  max-height: 275px; }

.froala-custom-theme .fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 -2px 4px rgba(0, 0, 0, 0.23);
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box; }

.froala-custom-theme .fr-popup {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #333333;
  background: #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  border: 4px;
  border-top: none; }

.froala-custom-theme .fr-popup.fr-above {
  border-bottom: none;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-popup .fr-input-line input[type="text"],
.froala-custom-theme .fr-popup .fr-input-line textarea {
  color: #333333;
  border-bottom: solid 1px #bdbdbd; }

.froala-custom-theme .fr-popup .fr-input-line input[type="text"]:focus,
.froala-custom-theme .fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5; }

.froala-custom-theme .fr-popup .fr-input-line input + span,
.froala-custom-theme .fr-popup .fr-input-line textarea + span {
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s; }

.froala-custom-theme .fr-popup .fr-input-line input.fr-not-empty:focus + span,
.froala-custom-theme .fr-popup .fr-input-line textarea.fr-not-empty:focus + span {
  color: #1e88e5; }

.froala-custom-theme .fr-popup .fr-input-line input.fr-not-empty + span,
.froala-custom-theme .fr-popup .fr-input-line textarea.fr-not-empty + span {
  color: #808080; }

.froala-custom-theme .fr-popup .fr-buttons {
  padding: 0 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 4px; }

.froala-custom-theme .fr-popup .fr-layer {
  width: 225px; }

@media (min-width: 768px) {
  .froala-custom-theme .fr-popup .fr-layer {
    width: 300px; } }

.froala-custom-theme .fr-popup .fr-action-buttons button.fr-command {
  color: #1e88e5;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s; }

.froala-custom-theme .fr-popup .fr-action-buttons button.fr-command:hover,
.froala-custom-theme .fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5; }

.froala-custom-theme .fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5; }

.froala-custom-theme .fr-popup .fr-checkbox span {
  border: solid 1px #333333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }

.froala-custom-theme .fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5; }

.froala-custom-theme .fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5; }

.froala-custom-theme .fr-popup.fr-desktop .fr-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333333;
  top: -6px;
  margin-left: -5px; }

.froala-custom-theme .fr-popup.fr-desktop.fr-above .fr-arrow {
  bottom: -9px;
  border-top-width: 5px; }

.froala-custom-theme .fr-toolbar {
  color: #333333;
  background: transparent;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  border: none;
  box-shadow: none !important;
  border-top: none; }

.froala-custom-theme .fr-toolbar.fr-inline.fr-desktop .fr-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333333;
  top: -9px;
  margin-left: -5px; }

.froala-custom-theme .fr-toolbar.fr-inline.fr-desktop.fr-above {
  border-bottom: none;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-toolbar.fr-inline.fr-desktop.fr-above .fr-arrow {
  bottom: -9px;
  border-top-width: 5px; }

.froala-custom-theme .fr-toolbar.fr-top {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-toolbar.fr-bottom {
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-separator {
  background: transparent; }

.froala-custom-theme .fr-separator.fr-vs {
  height: 17px;
  width: 0;
  margin: 4px 6px 0;
  border-right: 1px solid #E6E6E6; }

.froala-custom-theme .fr-separator.fr-hs {
  height: 6px;
  width: calc(96%);
  margin: 0 2px; }

.froala-custom-theme .fr-box .fr-counter {
  color: #cccccc;
  background: #ffffff;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  background-clip: padding-box; }

.froala-custom-theme .fr-box.fr-rtl .fr-counter {
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  background-clip: padding-box; }

.froala-custom-theme textarea.fr-code {
  background: #ffffff;
  color: #000000; }

.froala-custom-theme .fr-box.fr-code-view.fr-inline {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-box.fr-inline .fr-command.fr-btn.html-switch {
  background: #ffffff;
  color: #333333;
  padding: 11.5px 12px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 14px;
  width: 14px; }

.froala-custom-theme .fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb; }

.froala-custom-theme .fr-popup .fr-colors-tabs {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-popup .fr-colors-tabs .fr-colors-tab {
  color: #333333; }

.froala-custom-theme .fr-popup .fr-colors-tabs .fr-colors-tab:hover {
  color: #1e88e5; }

.froala-custom-theme .fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
  background: #1e88e5;
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s; }

.froala-custom-theme .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #1e88e5; }

.froala-custom-theme .fr-popup .fr-color-set > span.fr-selected-color::after {
  color: #ffffff; }

.froala-custom-theme .fr-popup .fr-color-set > span:hover,
.froala-custom-theme .fr-popup .fr-color-set > span.fr-selected-color {
  outline: 1px solid #333333; }

.froala-custom-theme .fr-file-upload-layer {
  border: dashed 2px #bdbdbd; }

.froala-custom-theme .fr-file-upload-layer:hover {
  background: #ebebeb; }

.froala-custom-theme .fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5; }

.froala-custom-theme .fr-file-progress-bar-layer > div.fr-loader {
  background: #bcdbf7; }

.froala-custom-theme .fr-file-progress-bar-layer > div.fr-loader span {
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s; }

.froala-custom-theme .fr-image-upload-layer {
  border: dashed 2px #bdbdbd; }

.froala-custom-theme .fr-image-upload-layer:hover {
  background: #ebebeb; }

.froala-custom-theme .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5; }

.froala-custom-theme .fr-image-progress-bar-layer > div.fr-loader {
  background: #bcdbf7; }

.froala-custom-theme .fr-image-progress-bar-layer > div.fr-loader span {
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s; }

.froala-custom-theme .fr-line-breaker {
  border-top: 1px solid #1e88e5; }

.froala-custom-theme .fr-line-breaker a.fr-floating-btn {
  left: calc(34%);
  top: -16px; }

.froala-custom-theme table td.fr-selected-cell,
.froala-custom-theme table th.fr-selected-cell {
  border: 1px double #1e88e5; }

.froala-custom-theme .fr-table-resizer div {
  border-right: 1px solid #1e88e5; }

.froala-custom-theme .fr-popup .fr-table-size .fr-select-table-size > span > span {
  border: 1px solid #dddddd; }

.froala-custom-theme .fr-popup .fr-table-size .fr-select-table-size > span:hover > span,
.froala-custom-theme .fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(30, 136, 229, 0.3);
  border: solid 1px #1e88e5; }

.froala-custom-theme .fr-popup .fr-table-colors > span.fr-selected-color::after {
  color: #ffffff; }

.froala-custom-theme .fr-popup .fr-table-colors > span:hover,
.froala-custom-theme .fr-popup .fr-table-colors > span.fr-selected-color {
  outline: 1px solid #333333; }

.froala-custom-theme .fr-box .fr-video-resizer {
  border: solid 1px #1e88e5; }

.froala-custom-theme .fr-box .fr-video-resizer .fr-handler {
  background: #1e88e5;
  border: solid 1px #ffffff; }

.froala-custom-theme .fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px; }

.froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px; }

.froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px; }

.froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px; }

.froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px; }

@media (min-width: 1200px) {
  .froala-custom-theme .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px; }
  .froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px; }
  .froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px; }
  .froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px; }
  .froala-custom-theme .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px; } }

.froala-custom-theme .fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  background: #ffffff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
  border: 4px;
  border-top: none; }

.froala-custom-theme .fr-modal .fr-modal-wrapper .fr-modal-title {
  background: #ffffff;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  border-bottom: 4px; }

.froala-custom-theme .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line h4 {
  color: #333333; }

.froala-custom-theme .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i {
  color: #333333; }

.froala-custom-theme .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more {
  -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s; }

.froala-custom-theme .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-close {
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s; }

.froala-custom-theme .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  color: #1e88e5;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s; }

.froala-custom-theme .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6; }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000000; }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  color: #ffffff; }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty {
  background: #cccccc; }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container img {
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s; }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img,
.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #b8312f;
  color: #ffffff; }

.froala-custom-theme .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #ffffff;
  color: #1e88e5; }

.froala-custom-theme .fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i:hover {
  background: #ebebeb; }

.froala-custom-theme .fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:hover {
  background: #ebebeb; }

.froala-custom-theme .fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6; }

.froala-custom-theme .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #ffffff; }

.froala-custom-theme .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb; }

.froala-custom-theme .fr-overlay {
  background: #000000; }

body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }

body.fr-fullscreen .modal.modal-event {
  z-index: 9999 !important; }

.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990 !important;
  width: auto !important; }

.fr-box.fr-fullscreen .fr-toolbar {
  background: white;
  margin-bottom: 0; }

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important; }

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important; }

.clearfix::after {
  clear: both;
  display: block;
  content: ""; }

textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  box-sizing: border-box;
  border: 0;
  padding: 10px;
  margin: 0;
  font-family: "Courier New",monospace;
  font-size: 14px;
  background: #fff;
  color: #000;
  outline: 0; }

.fr-box.fr-rtl textarea.fr-code {
  direction: rtl; }

.fr-box .CodeMirror {
  display: none; }

.fr-box.fr-code-view textarea.fr-code {
  display: block;
  min-height: 150px; }

.fr-box.fr-code-view.fr-inline {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
  display: none; }

.fr-box.fr-code-view .CodeMirror {
  display: block; }

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block; }

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: none;
  background: #fff;
  color: #222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 11px 11.5px;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  z-index: 2;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 15px;
  width: 15px;
  text-align: center; }

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb; }

.clearfix::after {
  clear: both;
  display: block;
  content: ""; }

.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-element .fr-video::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent; }

.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative; }

.fr-element .fr-video > * {
  box-sizing: content-box;
  max-width: 100%;
  border: none; }

.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-box .fr-video-resizer.fr-active {
  display: block; }

.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #ffffff;
  z-index: 4;
  box-sizing: border-box; }

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize; }

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize; }

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize; }

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize; }

.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px; }

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px; }

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px; }

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px; }

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px; }

@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px; }
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px; }
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px; }
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px; }
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px; } }

.fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block; }

.fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px; }

.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none; }

/*!
 * froala_editor v2.2.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
/*!
 * froala_editor v2.2.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: ""; }

.fr-element img {
  cursor: pointer; }

.fr-image-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: content-box; }

.fr-image-resizer.fr-active {
  display: block; }

.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #fff;
  z-index: 4;
  box-sizing: border-box; }

.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize; }

.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize; }

.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize; }

.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize; }

.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px; }

.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px; }

.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px; }

.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px; }

.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px; }

@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px; }
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px; }
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px; }
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px; }
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px; } }

.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none; }

.fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center; }

.fr-image-upload-layer:hover {
  background: #ebebeb; }

.fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5; }

.fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important; }

.fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px; }

.fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400; }

.fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none; }

.fr-image-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative; }

.fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0;
  background: #1e88e5;
  -webkit-transition: width .2s ease 0s;
  -moz-transition: width .2s ease 0s;
  -ms-transition: width .2s ease 0s;
  -o-transition: width .2s ease 0s; }

.fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  animation: loading 2s linear infinite; }

.fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none; }

.fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block; }

.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block; }

.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px; }

.fr-uploading {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: "alpha(Opacity=0)"; }

@keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }

.timepicker-wrap {
  width: auto;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-right: 5px; }
  .timepicker-wrap .uib-time.hours {
    width: 50px; }
  .timepicker-wrap .uib-time.minutes {
    width: 50px; }
  .timepicker-wrap input {
    width: inherit !important; }
  .timepicker-wrap table tbody .btn-link {
    position: absolute;
    font-size: 11px;
    padding: 0 4px;
    z-index: 2;
    color: #ccc;
    height: 17px;
    right: 1px; }
    .timepicker-wrap table tbody .btn-link:hover {
      color: #ec5f3e; }
  .timepicker-wrap table tbody tr:first-child,
  .timepicker-wrap table tbody tr:last-child {
    line-height: 0px; }
  .timepicker-wrap table tbody td {
    position: relative; }
  .timepicker-wrap table tbody tr:first-child .btn {
    top: 5px; }
  .timepicker-wrap table tbody tr:last-child .btn {
    bottom: 5px; }
  .timepicker-wrap table tbody tr:nth-child(2) td:first-child input, .timepicker-wrap table tbody tr:nth-child(2) td:nth-child(3) input {
    text-align: left;
    padding: 0 0 0 8px; }
    .timepicker-wrap table tbody tr:nth-child(2) td:first-child input:hover, .timepicker-wrap table tbody tr:nth-child(2) td:nth-child(3) input:hover {
      color: #ec5f3e;
      border-color: #ec5f3e; }
  .timepicker-wrap table tbody tr:nth-child(2) button {
    color: #555;
    border-color: #D5D5D5;
    margin-left: 5px; }
    .timepicker-wrap table tbody tr:nth-child(2) button:hover {
      color: #ec5f3e;
      background: #fff;
      border-color: #ec5f3e; }

.datepicker-wrap {
  width: auto;
  display: inline-block;
  margin-right: 5px; }
  .datepicker-wrap.updating {
    opacity: .5; }

.daterange {
  position: relative; }
  .daterange * {
    box-sizing: border-box; }
  .daterange div, .daterange span, .daterange ul, .daterange li {
    margin: 0;
    padding: 0;
    border: 0; }
  .daterange ul {
    list-style: none; }
  .daterange.dr-active {
    z-index: 10; }
  .daterange .dr-input {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 5;
    overflow: hidden;
    height: 34px; }
    .daterange .dr-input:hover {
      border-color: #ec5f3e; }
    .daterange .dr-input.dr-active {
      border-color: #ec5f3e; }
    .daterange .dr-input .dr-dates {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 0 2.4rem 0 1.2rem;
      min-width: calc(100% - 35px); }
      .daterange .dr-input .dr-dates .dr-date {
        font-size: 1.5rem;
        padding: 1.05rem 0;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        outline: none; }
        .daterange .dr-input .dr-dates .dr-date:hover, .daterange .dr-input .dr-dates .dr-date:focus, .daterange .dr-input .dr-dates .dr-date.dr-active {
          color: #ec5f3e; }
        .daterange .dr-input .dr-dates .dr-date:empty:after {
          content: attr(placeholder);
          color: #9BA3A7; }
      .daterange .dr-input .dr-dates .dr-dates-dash {
        color: #9BA3A7;
        padding: 0 10px;
        -ms-flex-positive: 0;
            flex-grow: 0;
        font-weight: 600; }
    .daterange .dr-input .dr-presets {
      width: 3.5rem;
      border-left: 1px solid #D5D5D5;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: center;
          justify-content: center; }
      .daterange .dr-input .dr-presets:hover, .daterange .dr-input .dr-presets.dr-active {
        border-color: #ec5f3e;
        box-shadow: inset 0 2px 3px #EBF1F4; }
        .daterange .dr-input .dr-presets:hover .dr-preset-bar, .daterange .dr-input .dr-presets.dr-active .dr-preset-bar {
          background-color: #ec5f3e; }
      .daterange .dr-input .dr-presets .dr-preset-bar {
        height: 2px;
        background-color: #D5D5D5;
        margin: 1px 0 1px 25%; }
        .daterange .dr-input .dr-presets .dr-preset-bar:nth-child(1) {
          width: 50%; }
        .daterange .dr-input .dr-presets .dr-preset-bar:nth-child(2) {
          width: 40%; }
        .daterange .dr-input .dr-presets .dr-preset-bar:nth-child(3) {
          width: 30%; }
  .daterange.inline .dr-selections {
    position: inherit;
    margin-bottom: 0; }
  .daterange .dr-selections {
    position: absolute; }
    .daterange .dr-selections .dr-calendar {
      background-color: #FFFFFF;
      font-size: 1.5rem;
      box-shadow: 0 0 5px #D5D5D5;
      border-radius: 3px;
      position: relative;
      overflow: hidden;
      z-index: 50;
      padding-top: 5px;
      top: -5px;
      left: 4px;
      transition: width .2s;
      min-width: 210px; }
      .daterange .dr-selections .dr-calendar .dr-range-switcher {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0.6rem 0.8rem;
        font-size: 1.4rem; }
        .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          border: 1px solid rgba(213, 213, 213, 0.5);
          border-radius: 3px;
          height: 2.5rem; }
          .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i {
            color: #D5D5D5;
            position: relative;
            top: -1px;
            cursor: pointer;
            font-size: 1.2rem;
            height: 100%;
            width: 20px; }
            .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:hover:before, .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:hover:after {
              background-color: #ec5f3e; }
            .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-disabled {
              pointer-events: none;
              opacity: 0; }
            .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:before, .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:after {
              content: "";
              position: absolute;
              width: 7px;
              height: 2px;
              background-color: #D5D5D5;
              border-radius: 1px;
              left: 50%; }
            .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-left:before {
              top: calc(50% - 2px);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
            .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-left:after {
              top: calc(50% + 2px);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
            .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-right:before {
              top: calc(50% - 2px);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
            .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-right:after {
              top: calc(50% + 2px);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
        .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-month-switcher {
          width: 100%;
          margin-right: 0.6rem; }
        .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-year-switcher {
          min-width: 80px; }
      .daterange .dr-selections .dr-calendar .dr-days-of-week-list {
        display: -ms-flexbox;
        display: flex;
        background-color: #EBF1F4;
        font-size: 1rem;
        color: #9BA3A7;
        padding: 0.5rem 0;
        border: 1px solid rgba(213, 213, 213, 0.5);
        border-left: none;
        border-right: none; }
        .daterange .dr-selections .dr-calendar .dr-days-of-week-list .dr-day-of-week {
          width: calc(100% / 7);
          text-align: center; }
      .daterange .dr-selections .dr-calendar .dr-day-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 1.5rem; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-day {
          padding: 0.5rem;
          text-align: center;
          width: calc(100% / 7);
          cursor: pointer;
          color: #555; }
          .daterange .dr-selections .dr-calendar .dr-day-list .dr-day.dr-hover:not(.dr-current) {
            background-color: #EBF1F4 !important; }
          .daterange .dr-selections .dr-calendar .dr-day-list .dr-day.dr-hover-before {
            border-left: 2px solid #ec5f3e !important;
            border-radius: 2px 0 0 2px;
            padding-left: 0.3rem !important; }
          .daterange .dr-selections .dr-calendar .dr-day-list .dr-day.dr-hover-after {
            border-right: 2px solid #ec5f3e !important;
            border-radius: 0 2px 2px 0;
            padding-right: 0.3rem !important; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-selected, .daterange .dr-selections .dr-calendar .dr-day-list .dr-start, .daterange .dr-selections .dr-calendar .dr-day-list .dr-end {
          background-color: #EBF1F4; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-maybe {
          background-color: #EBF1F4 !important; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-fade {
          color: #D5D5D5; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-start {
          border-left: 2px solid #ec5f3e;
          border-radius: 2px 0 0 2px;
          padding-left: 0.3rem; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-end {
          border-right: 2px solid #ec5f3e;
          border-radius: 0 2px 2px 0;
          padding-right: 0.3rem; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-current {
          color: #ec5f3e !important;
          background-color: rgba(236, 95, 62, 0.2) !important; }
        .daterange .dr-selections .dr-calendar .dr-day-list .dr-outside {
          pointer-events: none;
          cursor: default;
          color: rgba(213, 213, 213, 0.5); }
    .daterange .dr-selections .dr-preset-list {
      background-color: #FFFFFF;
      color: #ec5f3e;
      font-size: 1.5rem;
      box-shadow: 0 0 5px #D5D5D5;
      border-radius: 3px;
      position: relative;
      overflow: hidden;
      z-index: 4;
      padding-top: 5px;
      top: -5px;
      left: 4px;
      width: 100%; }
    .daterange .dr-selections .dr-list-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      padding: 1.2rem 1rem;
      border-bottom: 1px solid #EBF1F4;
      cursor: pointer;
      white-space: nowrap; }
      .daterange .dr-selections .dr-list-item:hover {
        background-color: #EBF1F4; }
      .daterange .dr-selections .dr-list-item .dr-item-aside {
        color: #9BA3A7;
        font-size: 1.2rem;
        margin-left: 0.5rem;
        position: relative;
        top: -1px; }

.daterange--single .dr-input {
  cursor: text; }
  .daterange--single .dr-input .dr-dates {
    padding: 0;
    min-width: 160px;
    width: 100%; }
    .daterange--single .dr-input .dr-dates .dr-date {
      width: 100%;
      padding: 1.05rem 1.2rem;
      text-align: left;
      color: #555; }

.popover {
  transform: translate3d(0, 0, 0);
  padding: 0;
  border: 0; }
  .popover.top .arrow {
    bottom: -9px;
    box-shadow: none;
    border-top-color: #FFFFFF; }

.popover-content {
  padding: 8px 10px;
  font-size: 14px; }

.profile-popover-container {
  margin: -8px -10px; }

.profile-popover-cover {
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px 3px 0 0; }
  .profile-popover-cover .cover-shadow {
    height: 100px; }

.profile-popover-content {
  position: relative;
  padding: 0px;
  text-align: center;
  margin-top: -50px;
  color: #737d85; }
  .profile-popover-content .profile-popover-link {
    width: 60px;
    height: 60px;
    display: inline-block; }
    .profile-popover-content .profile-popover-link .profile-popover-avatar {
      margin-top: 3px;
      height: 100%;
      width: 100%;
      display: block;
      border-radius: 100%;
      background-color: #fff;
      border: 2px solid #FFF; }
  .profile-popover-content .profile-popover-meta {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px; }
    .profile-popover-content .profile-popover-meta .profile-popover-name {
      font-size: 16px;
      font-weight: 700;
      color: #000;
      margin-bottom: 5px; }
    .profile-popover-content .profile-popover-meta .profile-popover-username {
      color: #737d85; }
    .profile-popover-content .profile-popover-meta .profile-popover-name:hover {
      text-decoration: underline; }
    .profile-popover-content .profile-popover-meta .profile-popover-bio {
      overflow: hidden;
      padding: 5px 10px; }
  .profile-popover-content .profile-popover-actions {
    display: table;
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    padding: 10px 8px;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    text-align: center; }
    .profile-popover-content .profile-popover-actions .profile-popover-follow {
      display: table-cell;
      text-align: center;
      padding: 0 10px;
      vertical-align: top; }
      .profile-popover-content .profile-popover-actions .profile-popover-follow .follow-count {
        font-weight: 700;
        display: block;
        font-size: 17px; }
    .profile-popover-content .profile-popover-actions .profile-popover-follow-btn {
      display: table-cell;
      padding-top: 4px; }
    .profile-popover-content .profile-popover-actions .btn-success {
      color: #fff !important; }

.dash-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px; }
  .dash-header h2 {
    margin: 0;
    padding: 0;
    margin-top: 40px; }
  .dash-header .btn {
    margin-top: auto; }

.dash-events {
  max-width: 800px;
  margin: auto; }
  .dash-events h3 {
    margin-top: 0; }
  .dash-events .text-success {
    color: #49A362; }
  .dash-events .tile.tile-list-item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
  .dash-events .username {
    color: #000;
    font-weight: 300; }

.joined .event-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1; }
  .joined .event-meta .user-image {
    position: static;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0; }
  .joined .event-meta .event-info {
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; }

.joined .event-title {
  margin-top: 0;
  margin-bottom: 15px; }

.joined .user {
  width: calc(100% - 50px); }

.joined .date .text-muted {
  margin: 0; }

.joined .label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 50;
  background-color: #ec5f3e; }

.joined .tile-corner {
  display: none; }

.share-event {
  padding: 1em; }

cc-emoji {
  display: block;
  z-index: 50; }

.event-chat-input {
  margin: 0 auto;
  width: 70%;
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, -15px);
      transform: translate(-50%, -15px);
  transition: width 0.2s cubic-bezier(0.08, 1.09, 0.64, 1.12); }
  .event-chat-input:hover .place-holder {
    color: #ec5f3e; }
  .event-chat-input .place-holder {
    position: absolute;
    top: 50%;
    left: 0%;
    -ms-transform: translate(calc(13px), -50%);
        transform: translate(calc(13px), -50%);
    white-space: nowrap;
    pointer-events: none;
    transition: color 250ms ease-out; }

.wdt-emoji-popup {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  transition: transform 85ms ease-out, opacity 85ms ease-out;
  visibility: visible;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .wdt-emoji-popup.ready {
    -ms-transform: translate(10%, 10%) scale(0.7);
        transform: translate(10%, 10%) scale(0.7);
    opacity: 0; }
  .wdt-emoji-popup.open {
    pointer-events: inherit;
    -ms-transform: translate(-20px, -60px) scale(1);
        transform: translate(-20px, -60px) scale(1);
    opacity: 1; }

.wdt-emoji-picker {
  -ms-transform: scale(1);
      transform: scale(1);
  padding: 7px; }

.picker-closed {
  -ms-transform: scale(1);
      transform: scale(1);
  height: 18px;
  transition: transform .1s ease-out; }

.picker-closed:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .picker-closed:hover .picker-icon {
    fill: #ec5f3e; }

.picker-open {
  height: 18px;
  -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .picker-open .picker-icon {
    fill: #ec5f3e; }

.picker-icon {
  height: 18px;
  width: 18px;
  fill: #737d85; }

.wdt-emoji-tab {
  width: calc(100%/8);
  margin-right: 0; }

.wdt-emoji-tab[data-group-name='Recent'], .wdt-emoji-tab[data-group-name='Custom'],
.wdt-emoji-tab[data-group-name='Recent'],
.wdt-emoji-tab[data-group-name='Custom'] {
  display: none; }

.chat-focused {
  width: 90%; }
  .chat-focused .place-holder {
    left: 0;
    -ms-transform: translate(calc(13px), -50%);
        transform: translate(calc(13px), -50%); }
  .chat-focused:hover .place-holder {
    color: #737d85; }
  .chat-focused .input-chat {
    box-shadow: 0 0 7px 0 #ec5f3e, inset -3px 0 0 0 #ec5f3e;
    cursor: text;
    background: #FFFFFF; }

.chat-focused:hover {
  width: 90%; }

@media (max-width: 480px) {
  .event-chat-input {
    left: calc(50% - 10px); }
    .event-chat-input:hover {
      width: 75%; }
  .chat-focused {
    width: 80%; }
    .chat-focused:hover {
      width: 80%; }
  .wdt-emoji-popup.open {
    -ms-transform: translate(-40px, -60px) scale(1);
        transform: translate(-40px, -60px) scale(1); } }

.form-event-info label {
  color: #757575; }

.form-event-info .alert-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  .form-event-info .alert-info .btn-icon-left {
    margin-right: auto;
    margin-top: 10px; }

.group-collapsed,
.group-expanded,
.group-info,
.group-action-btns,
.btn,
.sub {
  transform: translate3d(0, 0, 0); }

.group-collapsed,
.group-expanded {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  background-color: #FFFFFF;
  z-index: 10;
  position: relative; }

.group-expanded {
  border-top: 0;
  border-radius: 0 0 3px 3px;
  max-height: 0;
  margin-top: -31px;
  margin-bottom: 27px;
  z-index: 5;
  overflow: hidden;
  transition: max-height .5s, margin-top .3s ease .3s;
  transition-delay: 0;
  overflow-y: scroll;
  background: #fafafa; }
  .group-expanded .group-toggle,
  .group-expanded .group-option {
    opacity: 0;
    transition: opacity .3s ease .5s;
    transition-delay: 0; }
  .group-expanded .group-option {
    height: 100%; }
    .group-expanded .group-option .btn-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-align: center;
          align-items: center; }
  .group-expanded .group-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin-bottom: 5px; }
  .group-expanded .group-toggles {
    margin-left: 15px; }
  .group-expanded .toggle {
    padding: 5px;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer; }
    .group-expanded .toggle.active {
      background-color: #26C465;
      color: #FFFFFF;
      border-color: transparent; }
  .group-expanded .dr-active .dr-selections {
    margin-bottom: 45px; }
  .group-expanded .btn-add-custom-field {
    text-align: center;
    padding: 10px;
    background-color: #e3e3e3;
    color: #555555;
    display: inline-block; }

.group-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .group-info label:first-of-type {
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center; }
  .group-info .sub {
    margin-bottom: 0;
    font-weight: 400;
    overflow: hidden;
    max-height: 20px;
    transition: max-height .3s ease .4s, transform .3s ease .4s; }
  .group-info label .sub {
    color: #9c9c9c; }

.group-action {
  margin-left: auto; }

.group-collapsed {
  transition: transform .3s ease .4s, padding .3s ease;
  cursor: pointer; }
  .group-collapsed .group-action-btns {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center; }
    .group-collapsed .group-action-btns .btn:not(:first-of-type) {
      margin-left: 5px; }
    .group-collapsed .group-action-btns .btn {
      font-weight: 600;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.39);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      color: #333333;
      font-size: 12px;
      transition: opacity .3s ease .3s, border .3s ease; }
  .group-collapsed .action-btns-closed {
    z-index: 5;
    pointer-events: inherit; }
    .group-collapsed .action-btns-closed .btn {
      border: 1px solid #d6d6d6;
      color: #808080;
      font-weight: 400;
      font-size: 14px; }
  .group-collapsed .action-btns-opened {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    z-index: 0;
    pointer-events: none;
    max-width: 0;
    transition: max-width .01s ease .3s; }
    .group-collapsed .action-btns-opened .btn {
      border: 1px solid #d6d6d6;
      color: #808080;
      font-weight: 400;
      font-size: 14px;
      opacity: 0;
      transition: opacity .3s ease, background-color .3s ease, color .3s ease, border .3s ease; }
    .group-collapsed .action-btns-opened .btn-help {
      opacity: 0; }
    .group-collapsed .action-btns-opened .group-save-btn {
      color: #FFFFFF;
      background-color: #26C465;
      border: 1px solid #26C465; }
    .group-collapsed .action-btns-opened .group-warning-btn {
      color: #f0ad4e;
      background-color: #FFFFFF;
      border: 1px solid #f0ad4e;
      margin-right: 5px; }
      .group-collapsed .action-btns-opened .group-warning-btn:hover {
        background-color: #f0ad4e;
        color: #FFFFFF; }
    .group-collapsed .action-btns-opened svg {
      margin-right: 0; }
    .group-collapsed .action-btns-opened *:last-child {
      margin-right: 0; }
  .group-collapsed .group-save-btn:hover {
    background-color: #61C88A; }
  .group-collapsed .group-cancel-btn:hover {
    background-color: #ebebeb; }

.group-collapsed:hover .action-btns-closed .btn {
  border: 1px solid #ec5f3e;
  color: #ec5f3e; }

.group-option {
  width: 100%; }

.timepicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .timepicker label {
    width: 100%; }
  .timepicker input,
  .timepicker button {
    min-height: 34px; }

.open.open-single .group-expanded {
  overflow: visible; }

.open.open-full .group-expanded {
  max-height: calc(100vh - 360px); }

.open .group-collapsed {
  padding: 20px 15px;
  cursor: auto; }

.open .action-btns-closed {
  z-index: 0;
  pointer-events: none; }
  .open .action-btns-closed .btn {
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
    transition-delay: 0; }

.open .action-btns-opened {
  z-index: 5;
  pointer-events: inherit;
  max-width: 300px; }
  .open .action-btns-opened .btn, .open .action-btns-opened .btn-help {
    opacity: 1;
    transition: opacity .3s ease .3s, transform .3s ease .3s; }

.open .group-expanded {
  max-height: 450px;
  margin-top: -5px;
  padding-top: 20px; }
  .open .group-expanded .group-toggle,
  .open .group-expanded .group-option {
    opacity: 1;
    transition-delay: .3s; }

.open .sub {
  max-height: 0;
  -ms-transform: translate(0, calc(5px/2));
      transform: translate(0, calc(5px/2));
  transition: max-height .3s ease, transform .3s ease .4s; }

.open .group-info label:first-of-type {
  transform: translate3d(0, 3px, 0);
  transition: transform .3s ease .3s; }

.required-input input {
  height: 15px;
  width: 15px;
  background: 0;
  border: 0;
  outline: 0;
  background-color: #555555;
  margin-right: 5px;
  cursor: pointer; }

.multi-select {
  position: relative; }
  .multi-select .close {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center; }

.form-group .session {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px; }
  .form-group .session .editing-section {
    padding: 5px; }
  .form-group .session ng-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
  .form-group .session .btn-primary {
    background-color: rgba(255, 255, 255, 0.39);
    border: 1px solid #26C465;
    color: #26C465;
    text-shadow: none; }
    .form-group .session .btn-primary:hover {
      color: #FFFFFF;
      background-color: #26C465; }

.partners-dash .group {
  margin-bottom: 50px; }
  .partners-dash .group h3 {
    font-size: 17px;
    font-weight: bold;
    color: #667077;
    text-transform: uppercase;
    margin-bottom: 15px; }

.partners-dash .btn {
  border: none;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease; }
  .partners-dash .btn:hover {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }

.partners-dash .btn-icon {
  color: #fff;
  position: relative;
  padding-left: 44px; }
  .partners-dash .btn-icon.facebook {
    background: #4660a5; }
  .partners-dash .btn-icon.twitter {
    background: #00abf1; }
  .partners-dash .btn-icon.email {
    background: #4A4A4A; }
  .partners-dash .btn-icon.refersion {
    background: #6DB85B; }
  .partners-dash .btn-icon svg {
    position: absolute;
    left: 14px;
    top: 11px; }

.partners-dash .btn-tile {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 20px 35px 20px 100px;
  position: relative;
  margin-bottom: 15px;
  border-right: 3px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .partners-dash .btn-tile:hover {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
    .partners-dash .btn-tile:hover .btn-title {
      color: #ec5f3e; }
  .partners-dash .btn-tile .btn-tile-icon {
    position: absolute;
    left: 26px;
    top: 26px; }
  .partners-dash .btn-tile .btn-title {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #4A4A4A;
    transition: all 0.5s ease; }
  .partners-dash .btn-tile .btn-description {
    font-size: 16px;
    color: #979797; }
  .partners-dash .btn-tile .btn-arrow {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 18px; }

.partners-dash .partner-link-contain input {
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px 0px #4A90E2;
  border-radius: 3px;
  border: none;
  font-size: 21px;
  color: #888888;
  padding: 26px 17px; }

.tab-metrics .analytics-header {
  margin-top: 40px; }

analytics-module,
.analytics-center {
  width: calc(100% - 82px - 30px);
  margin: auto;
  margin-left: 82px; }
  @media (max-width: 975px) {
    analytics-module analytics-event-picker,
    .analytics-center analytics-event-picker {
      width: 100%; } }
  @media (max-width: 769px) {
    analytics-module,
    .analytics-center {
      width: calc(100% - 60px);
      margin: auto; } }

.analytics-wrap {
  width: 100%; }
  .analytics-wrap .close {
    transform: translateZ(0);
    font-weight: 100;
    clear: both;
    margin: auto;
    margin-right: 0; }
    @media (max-width: 975px) {
      .analytics-wrap .close {
        display: none; } }
    .analytics-wrap .close:hover {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .analytics-wrap .row-dash {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px; }
    .analytics-wrap .row-dash:last-of-type {
      padding-bottom: 0; }
    .analytics-wrap .row-dash .col-dash {
      width: calc(25% - 10px);
      text-align: left;
      padding: 10px;
      border: 1px solid #e3e3e3;
      margin: 5px; }
      @media (max-width: 600px) {
        .analytics-wrap .row-dash .col-dash {
          width: 100%; } }
      .analytics-wrap .row-dash .col-dash.col-full {
        width: 100%; }
    .analytics-wrap .row-dash .col-label {
      width: 100%;
      color: #999999;
      margin: 0 0 10px 10px;
      font-size: 16px; }
  .analytics-wrap .data-label {
    color: #ec5f3e; }

.analytics-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 100%;
  -ms-flex-align: center;
      align-items: center; }
  .analytics-header .text-primary {
    font-weight: 600;
    color: #000;
    margin: 0; }
  .analytics-header .dropdown-toggle {
    background-color: #FFFFFF;
    color: #ec5f3e; }
    .analytics-header .dropdown-toggle .caret {
      border-top-color: #ec5f3e; }
  .analytics-header .btn {
    margin-right: 10px; }
  .analytics-header session-picker {
    width: 100%; }
    .analytics-header session-picker.session-picker-inline {
      width: auto;
      margin-left: auto; }
    .analytics-header session-picker .dropdown-menu {
      width: 100%; }
    .analytics-header session-picker .nav-dropdown-top {
      margin-bottom: 0; }
    .analytics-header session-picker .btn {
      margin-right: 0; }

.account-intro .text-tertiary {
  max-width: 400px;
  margin: auto; }

.account-info {
  padding: 35px 0 15px; }

.account-media {
  width: calc(100% + 40px);
  min-height: 200px;
  -ms-transform: translate(-20px, -20px);
      transform: translate(-20px, -20px); }
  .account-media .profile-cover {
    max-height: 200px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .account-media .profile-photo .img-round {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    background-size: cover; }

.tour-hide-element {
  z-index: 0; }

#tour-rooms-wrap, #tour-rooms-target {
  position: relative; }

.tour-tip {
  display: none;
  position: absolute;
  background: #FFFFFF;
  z-index: 1001;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: 400;
  min-width: 440px;
  border-radius: 10px;
  text-align: center;
  padding: 10px; }
  .tour-tip .video-wrapper {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 1px rgba(0, 0, 0, 0.25); }
  .tour-tip.tour-anim-in {
    display: block;
    animation: 500ms ease 0s normal forwards 1 fade-in-delayed;
    pointer-events: none; }
    .tour-tip.tour-anim-in .button, .tour-tip.tour-anim-in .btn {
      background-color: #999999;
      border-color: #999999;
      opacity: .4; }
  .tour-tip.tour-anim-out:not(.tour-show) {
    display: block;
    animation: 500ms ease 0s normal forwards 1 fade-out;
    pointer-events: none; }
  .tour-tip.tour-show {
    display: block;
    opacity: 1; }
  .tour-tip h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #ec5f3e; }
  .tour-tip p {
    color: #999999;
    line-height: 1.5em;
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 0; }
  .tour-tip button, .tour-tip .button, .tour-tip .btn {
    transition: background-color 300ms ease-out, opacity 300ms ease-out; }
  .tour-tip button, .tour-tip .button {
    background-color: #ec5f3e;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: .8em;
    color: #FFF;
    border-style: solid;
    border-width: 0;
    margin: 0 0 1.25em;
    padding: .5em 1.25em .6em;
    border-radius: 8px;
    margin-top: 15px;
    opacity: 1; }
    .tour-tip button small, .tour-tip .button small {
      padding-top: .625em;
      padding-bottom: .5625em;
      -webkit-appearance: none; }
    .tour-tip button:hover, .tour-tip .button:hover {
      background-color: #ca3614; }
  .tour-tip .tour-arrow {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: inset 14px; }
    .tour-tip .tour-arrow.tt-top {
      border-style: solid;
      bottom: -27px;
      border-color: #FFFFFF transparent transparent !important; }
    .tour-tip .tour-arrow.tt-bottom {
      border-style: solid;
      top: -28px;
      border-color: transparent transparent #FFFFFF !important; }
    .tour-tip .tour-arrow.tt-right {
      border-style: solid;
      left: -27px;
      top: 28px;
      border-color: transparent #FFFFFF transparent transparent !important; }
    .tour-tip .tour-arrow.tt-left {
      border-style: solid;
      left: 100%;
      top: 28px;
      border-color: transparent transparent transparent #FFFFFF !important; }
  .tour-tip .tour-content-wrapper {
    padding: 1.125em 1.25em 1.5em; }
    .tour-tip .tour-content-wrapper .button {
      margin-bottom: 0 !important; }
  .tour-tip .tour-close-tip {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #e3e3e3;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 0.5 !important;
    cursor: pointer; }
    .tour-tip .tour-close-tip:hover, .tour-tip .tour-close-tip:focus {
      color: #eee !important; }

.tour-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  transform: translate3d(0, 0, 0);
  animation-name: fade-in;
  animation-duration: 500ms; }

.tour-element-active {
  z-index: 1020 !important;
  position: relative;
  background: #fff; }

.tour-anim-out {
  animation: 750ms ease 0s normal forwards 1 fade-out; }

registration-fields-form .form-group {
  margin-bottom: 25px; }

.fields li {
  list-style: none; }

.navbar-btn.btn-link-clear {
  border-color: transparent;
  background: none; }

.event-time {
  font-size: 16px;
  font-weight: 300; }

.event-title {
  margin-bottom: 0; }

.page-marketing p, .page-marketing ul, .page-marketing ol, .page-marketing li {
  font-size: 17px;
  font-weight: normal; }

.page-marketing ol {
  list-style-type: decimal; }

.page-marketing .text-large {
  font-size: 22px; }

.page-marketing h2.section-title {
  font-size: 33px;
  margin-bottom: 6px;
  color: #ec5f3e; }

.page-marketing h3.section-subtitle {
  font-size: 20px;
  margin-top: 0; }

.page-marketing h3.feature-title {
  font-size: 22px;
  color: #3e5667;
  margin-bottom: 10px;
  font-weight: normal; }

.page-marketing p.feature-desc {
  font-size: 15px;
  line-height: 21px;
  color: #565656; }

.page-marketing .italic {
  font-style: italic; }

.page-marketing .feature-visual {
  height: 71px; }
  .page-marketing .feature-visual img {
    width: 100%;
    max-width: 277px; }

.page-marketing .feature-visual-anicon {
  height: 138px;
  text-align: center; }
  .page-marketing .feature-visual-anicon img {
    max-width: 100%;
    position: relative;
    top: -63px;
    max-height: 250px; }

.page-marketing .anicon {
  height: 200px;
  text-align: center; }
  .page-marketing .anicon img {
    max-width: 100%;
    position: relative;
    top: -63px;
    max-height: 310px; }

.page-marketing .image-section * {
  position: relative; }

.page-marketing .image-section h2, .page-marketing .image-section h3 {
  color: #fff; }

.page-marketing .left-icon .icon {
  float: left; }

.page-marketing .left-icon .icon-text {
  padding-left: 100px; }

.page-marketing .tweet iframe {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 769px) {
  .page-marketing h2.section-title {
    font-size: 25px;
    padding-right: 15px;
    padding-left: 15px; }
  .page-marketing h3.section-subtitle {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px; }
  .page-marketing h3.feature-title {
    font-size: 22px;
    color: #3e5667;
    margin-bottom: 10px; }
  .page-marketing p.feature-desc {
    font-size: 15px;
    margin-bottom: 30px; }
  .page-marketing .feature-visual-anicon {
    height: 78px; }
    .page-marketing .feature-visual-anicon img {
      max-height: 118px;
      top: -23px; } }

.hero {
  position: relative;
  overflow: hidden;
  background-size: cover; }
  .hero .hero-grad {
    background: #34495e;
    background: -owg-linear-gradient(137deg, #1a73a2 1%, #B1E458 100%);
    -pie-background: -pie-linear-gradient(137deg, #1a73a2 1%, #B1E458 100%);
    background: linear-gradient(137deg, #1a73a2 1%, #B1E458 100%);
    opacity: .86;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero .main-title {
    font-weight: 300;
    font-size: 41px;
    color: #FFFFFF;
    line-height: 47px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.62); }
  .hero .main-subtitle {
    opacity: 0.88;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 28px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.62);
    max-width: 820px;
    font-weight: normal;
    margin: 0 auto 20px auto; }
  .hero .tagline {
    color: white;
    font-size: 21px;
    margin-top: 14px;
    margin-bottom: 20px;
    height: 67px;
    font-weight: 400; }
  .hero .btn-clear {
    font-size: 20px;
    border-radius: 3px;
    padding: 13px 24px 15px; }
  .hero .btn-outline {
    font-size: 20px;
    border-radius: 3px;
    padding: 13px 24px 15px;
    margin-left: 17px;
    color: #fff; }
    .hero .btn-outline:hover {
      border-color: #fff;
      background-color: rgba(0, 0, 0, 0.1); }
  .hero small.btn-subtext {
    display: block;
    color: #fff;
    padding-top: 9px;
    font-size: 13px;
    opacity: .8; }
  .hero .hero-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 25px auto; }
    .hero .hero-social p {
      color: #FFFFFF;
      margin: 0;
      margin-right: 10px; }
    .hero .hero-social span {
      width: 100%;
      color: #FFFFFF; }
    .hero .hero-social svg, .hero .hero-social a {
      fill: #FFFFFF;
      height: 17px;
      width: auto; }
    .hero .hero-social .twitter {
      margin-right: 10px; }
    .hero .hero-social .twitter, .hero .hero-social .facebook {
      cursor: pointer; }

.hero-trees {
  background: #34495e no-repeat center center;
  background-size: cover; }
  .hero-trees .hero-grad {
    background: #34495e;
    background: -owg-linear-gradient(137deg, #1a73a2 1%, #B1E458 88%);
    -pie-background: -pie-linear-gradient(137deg, #1a73a2 1%, #B1E458 88%);
    background: linear-gradient(137deg, #1a73a2 1%, #B1E458 88%);
    opacity: .86; }

.hero-sunrise {
  background: #34495e no-repeat center center; }
  .hero-sunrise .hero-grad {
    background: #34495e;
    background: -owg-linear-gradient(137deg, #251529 1%, #633118 100%);
    -pie-background: -pie-linear-gradient(137deg, #251529 1%, #633118 100%);
    background: linear-gradient(137deg, #251529 1%, #633118 100%); }

.hero-twilight {
  background: #122B3C no-repeat center center; }
  .hero-twilight .hero-grad {
    background: #122B3C;
    background: -owg-linear-gradient(160deg, #32163A 1%, #153D58 100%);
    -pie-background: -pie-linear-gradient(160deg, #32163A 1%, #153D58 100%);
    background: linear-gradient(160deg, #32163A 1%, #153D58 100%); }

.hero-twilight2 {
  background: #281065 no-repeat center center; }
  .hero-twilight2 .hero-grad {
    background: #281065;
    background: -owg-linear-gradient(160deg, #281065 1%, #15556B 100%);
    -pie-background: -pie-linear-gradient(160deg, #281065 1%, #15556B 100%);
    background: linear-gradient(160deg, #281065 1%, #15556B 100%); }

.hero-hangout {
  background: #34495e url("https://s3.amazonaws.com/crowdcast/img/home/laptop.jpg") no-repeat center center;
  background-size: cover; }
  .hero-hangout .hero-grad {
    background: #34495e;
    background: -owg-linear-gradient(137deg, #1a73a2 1%, #B1E458 88%);
    -pie-background: -pie-linear-gradient(137deg, #1a73a2 1%, #B1E458 88%);
    background: linear-gradient(137deg, #1a73a2 1%, #B1E458 88%);
    opacity: .86; }

.hero-mindfulness {
  background: #34495e url("https://s3.amazonaws.com/cc-public-prod/img/photos/photo-jellyfish.jpg") no-repeat center center;
  background-size: cover; }
  .hero-mindfulness .hero-grad {
    background: #34495e;
    background: -owg-linear-gradient(137deg, #251529 1%, #633118 100%);
    -pie-background: -pie-linear-gradient(137deg, #251529 1%, #633118 100%);
    background: linear-gradient(137deg, #251529 1%, #633118 100%);
    opacity: .86; }

.hero-stars {
  background: #34495e url("https://s3.amazonaws.com/cc-public-prod/home/photo-stars.jpg") no-repeat center center;
  background-size: cover; }
  .hero-stars .hero-grad {
    opacity: .4; }

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative; }

.no-video .video-container video,
.touch .video-container video {
  display: none; }

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important; }

.video-container {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000; }

.video-container .poster img {
  width: 100%;
  top: 0;
  position: absolute; }

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%; }

.video-container video {
  position: absolute;
  z-index: 0;
  top: 0; }
  .video-container video:after {
    content: "";
    position: absolute;
    display: block;
    height: 100px;
    width: 100px;
    background: red;
    bottom: 0; }

.video-container video.fillWidth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.image-section {
  position: relative;
  background: #000; }
  .image-section .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .3;
    position: absolute;
    width: 100%;
    height: 100%; }
  .image-section .gradient {
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.section-register {
  margin-bottom: 160px; }
  .section-register .cover {
    background-image: url("https://s3.amazonaws.com/cc-public-prod/home/photo-coffee.jpg"); }
  .section-register .gradient {
    background: #2537AC;
    background: -owg-linear-gradient(134deg, #1E46D3 0%, #D06FA4 100%);
    -pie-background: -pie-linear-gradient(134deg, #1E46D3 0%, #D06FA4 100%);
    background: linear-gradient(134deg, #1E46D3 0%, #D06FA4 100%); }
  .section-register img {
    width: 100%;
    margin-bottom: -20%; }
  @media (max-width: 769px) {
    .section-register {
      margin-bottom: 60px; } }

.section-invite-screen .cover {
  background-image: url("https://s3.amazonaws.com/cc-public-prod/home/photo-desk-retro.jpg"); }

.section-invite-screen .gradient {
  background: #661B70;
  background: -owg-linear-gradient(134deg, #661B70 0%, #2C8186 100%);
  -pie-background: -pie-linear-gradient(134deg, #661B70 0%, #2C8186 100%);
  background: linear-gradient(134deg, #661B70 0%, #2C8186 100%); }

#coupon-countdown, #coupon-welcome {
  display: none; }

.coupon-duration {
  color: #fff;
  display: none; }

.coupon-expired {
  display: none;
  opacity: 0.88;
  font-size: 23px;
  color: #c70019;
  line-height: 28px;
  margin: 10px auto 20px; }

.plan-column {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  padding: 10px;
  overflow: hidden; }
  .plan-column.plan-popular {
    margin-top: -32px; }
  .plan-column .popular {
    background: #37C2A3;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 6px;
    margin: -10px -10px 20px; }
  .plan-column .plan-title {
    margin-top: 10px;
    font-size: 23px;
    color: #3e5667;
    line-height: 28px;
    text-align: center;
    font-weight: 400; }
  .plan-column .plan-price {
    font-size: 35px;
    color: #3e5667;
    line-height: 42px;
    text-align: center;
    font-weight: 300; }
    .plan-column .plan-price strike {
      opacity: .5;
      color: #c70019;
      margin-right: 4px;
      font-size: 28px; }
    .plan-column .plan-price small {
      color: #5C5C5C;
      font-weight: 300;
      font-size: 50%; }
    .plan-column .plan-price .regular-price:before, .plan-column .plan-price .discounted-price:before {
      content: '$';
      margin-right: 0.1em; }
    .plan-column .plan-price .discounted-price {
      display: none; }
      .plan-column .plan-price .discounted-price.active {
        display: inline-block; }
    .plan-column .plan-price .regular-price.inactive {
      text-decoration: line-through;
      opacity: .5;
      color: #c70019;
      margin-right: 4px;
      font-size: 28px; }
  .plan-column .plan-yearly {
    display: none; }
  .plan-column .label {
    font-size: 17px;
    background: #ec5f3e; }
  .plan-column .feature-list {
    margin-top: 20px; }
  .plan-column hr {
    margin: 10px 0;
    border-color: #eee; }
  .plan-column .plan-feature {
    overflow: hidden;
    *zoom: 1;
    font-size: 16px;
    color: #707070;
    margin: 0 -10px;
    padding: 2px 10px; }
    .plan-column .plan-feature:hover {
      background: #fafafa; }
    .plan-column .plan-feature[data-toggle="popover"] {
      cursor: pointer; }
      .plan-column .plan-feature[data-toggle="popover"]:hover .col-left, .plan-column .plan-feature[data-toggle="popover"].active .col-left {
        color: #4A90E2; }
      .plan-column .plan-feature[data-toggle="popover"]:hover .icon-info, .plan-column .plan-feature[data-toggle="popover"].active .icon-info {
        fill: #4A90E2; }
      .plan-column .plan-feature[data-toggle="popover"].active {
        background: #F3F3F3; }
    .plan-column .plan-feature .icon-info {
      position: relative;
      top: 3px;
      left: 5px;
      fill: #A4A4A4; }
    .plan-column .plan-feature .icon-check {
      position: relative;
      top: 3px;
      fill: #37C2A3; }
    .plan-column .plan-feature .col-left {
      float: left; }
    .plan-column .plan-feature .col-right {
      float: right;
      font-weight: bold;
      color: #37C2A3; }
      .plan-column .plan-feature .col-right strike {
        opacity: .6;
        margin-right: 5px; }
  .plan-column .btn {
    margin-top: 30px; }

@media (max-width: 992px) {
  .plan-column.plan-popular {
    margin-top: 0; }
  .plan-column {
    max-width: 400px;
    margin: 0 auto 20px; } }

.btn-group-clear {
  /* Rectangle 46: */
  border-radius: 3px;
  margin-bottom: 15px; }
  .btn-group-clear .btn {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff; }
    .btn-group-clear .btn.active {
      background: #37C2A3;
      color: #FFFFFF;
      box-shadow: none;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.pricing-toggle {
  margin-top: 20px; }
  .pricing-toggle .active {
    color: #555; }

.plan-enterprise {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-top: 40px;
  padding: 10px 30px 30px; }
  .plan-enterprise h3 {
    font-size: 23px;
    color: #3e5667;
    line-height: 28px;
    text-align: center;
    font-weight: 400; }

.faq-question h4 {
  color: #3e5667;
  font-size: 20px; }

.faq-question p {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #858C92; }

.testimonial {
  margin-bottom: 35px; }
  .testimonial p:first-of-type {
    font-size: 16px; }
  .testimonial:last-of-type {
    margin-bottom: 0; }
  .testimonial bold {
    font-weight: bold;
    font-size: 17px; }

.section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 100%;
  z-index: 150;
  position: relative; }

.section-cta {
  max-width: 100%;
  background-color: #FFFFFF; }

.section-vpadding-large {
  padding: 10vh 50px;
  box-sizing: border-box; }

@media (max-width: 790px) {
  .section-vpadding-large {
    padding: 5vh 25px; } }

.section-vpadding-small {
  padding: 100px 50px;
  box-sizing: border-box; }

.section-centered {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  z-index: 5;
  text-align: center; }

.section-left,
.section-right {
  width: calc(50% - 30px);
  margin: auto;
  -ms-flex-pack: center;
      justify-content: center; }
  .section-left .main-title,
  .section-right .main-title {
    margin-left: 0; }
  .section-left .main-header,
  .section-right .main-header {
    color: #ec5f3e; }
  @media (max-width: 769px) {
    .section-left,
    .section-right {
      width: calc(100% - 60px);
      margin-bottom: 25px;
      text-align: center; }
      .section-left.section-image,
      .section-right.section-image {
        width: 100%; } }

.section-left img {
  width: 100%; }

.cta-sub {
  font-size: 13px;
  margin-top: 20px;
  display: block; }
  .cta-sub a {
    display: inline; }

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15); }

.section-single {
  width: 100%;
  text-align: center; }
  .section-single .body-centered {
    max-width: 420px;
    margin: 0 auto; }
  .section-single ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 75px;
    margin-left: 0;
    padding: 0; }
    .section-single ul li {
      margin: auto;
      width: calc(100%/3 - 80px);
      max-width: 220px;
      text-align: center;
      list-style: none; }
      @media (max-width: 769px) {
        .section-single ul li {
          width: calc(100%);
          margin-bottom: 25px; } }

.section-full {
  background-color: #FFFFFF; }
  .section-full .section-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
  .section-full .section-top {
    max-width: 500px;
    margin: auto;
    margin-bottom: 25px; }
  .section-full .section-bottom {
    max-width: 660px; }

.intro, .outro, .cta {
  max-width: 680px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
  .intro .marketing-btn, .outro .marketing-btn, .cta .marketing-btn {
    margin: auto;
    display: -ms-flexbox;
    display: flex; }
  .intro h1, .intro h2, .outro h1, .outro h2, .cta h1, .cta h2 {
    margin: 0;
    margin-bottom: 10px; }
  .intro p, .outro p, .cta p {
    max-width: 400px;
    margin: auto; }
  .intro .sub-title, .outro .sub-title, .cta .sub-title {
    margin-bottom: 25px; }

.intro {
  margin-bottom: 55px; }

.outro {
  margin-top: 25px; }

.cta h1 {
  margin-bottom: 20px; }

.outro-usecases {
  margin-bottom: 105px; }

.marketing-btn {
  padding: 8px 18px;
  border: 2px solid #ec5f3e;
  border-radius: 15px;
  cursor: hand;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
  font-weight: 400;
  transition: background-color .2s ease, border .2s ease; }
  .marketing-btn:hover {
    text-decoration: none; }
  .marketing-btn .label {
    color: #ec5f3e;
    line-height: 25px;
    padding: 0;
    padding-right: 10px;
    transition: color .2s ease; }
  .marketing-btn .cta-icon {
    fill: #ec5f3e;
    transition: fill .2s ease; }
  .marketing-btn.element-light {
    border-color: #FFFFFF; }
    .marketing-btn.element-light:hover {
      color: rgba(255, 0, 0, 0.4);
      background-color: #FFFFFF; }

.marketing-btn:hover {
  background-color: #ff7352;
  border: 2px solid transparent;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }
  .marketing-btn:hover .label {
    color: #FFFFFF; }
  .marketing-btn:hover .cta-icon {
    fill: #FFFFFF; }

.hero-video {
  position: relative;
  overflow: hidden;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 100; }
  .hero-video .video-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 50;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: opacity .5s ease-out; }

@-moz-document url-prefix() {
  .hero-video .video-bg {
    position: absolute; } }
  .hero-video img {
    max-width: 50vw; }
  .hero-video .hero-grad {
    z-index: 60; }
  .hero-video .main-title {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 55px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.62);
    margin: 0;
    margin-bottom: 10px; }
  .hero-video .main-subtitle {
    opacity: 0.88;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 28px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.62);
    margin: 0; }
  .hero-video .tagline {
    color: white;
    font-size: 21px;
    margin-top: 14px;
    margin-bottom: 20px;
    height: 67px;
    font-weight: 400; }
  .hero-video .btn-clear {
    font-size: 20px;
    border-radius: 3px;
    padding: 13px 24px 15px; }
  .hero-video .btn-outline {
    font-size: 20px;
    border-radius: 3px;
    padding: 13px 24px 15px;
    margin-left: 17px;
    color: #fff; }
    .hero-video .btn-outline:hover {
      border-color: #fff;
      background-color: rgba(0, 0, 0, 0.1); }
  .hero-video .btn-video {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.31);
    border-radius: 5px;
    width: 211px;
    height: 109px;
    position: relative;
    background: #eee;
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    margin-bottom: 20px;
    transition: all 0.2s cubic-bezier(0.08, 1.09, 0.64, 1.12); }
    .hero-video .btn-video .btn-bg {
      border-radius: 5px;
      position: absolute;
      height: 100%;
      width: 100%;
      background: transparent url("https://s3.amazonaws.com/crowdcast/img/home/btn-video-bg.jpg") no-repeat center center;
      background-size: cover;
      left: 0;
      top: 0;
      opacity: .7;
      z-index: 1; }
    .hero-video .btn-video .icon-play {
      position: relative;
      z-index: 2; }
    .hero-video .btn-video:hover {
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
      .hero-video .btn-video:hover .btn-message {
        opacity: 1;
        -ms-transform: translateY(25px);
            transform: translateY(25px); }
  @media (max-width: 769px) {
    .hero-video .main-title {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 15px; }
      .hero-video .main-title br {
        display: none; }
    .hero-video .main-subtitle {
      font-size: 20px; } }
  .hero-video .video-hero-text {
    max-width: 1120px;
    width: 90%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    position: fixed;
    top: 45vh;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 75; }
    .hero-video .video-hero-text h2.main-subtitle {
      color: #FFFFFF; }

@-moz-document url-prefix() {
  .hero-video .video-hero-text {
    position: absolute; } }
  .hero-video .hero-left {
    width: 60%; }
  .hero-video .hero-right {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .hero-video .hero-right .play-video {
      color: white;
      font-size: 20px;
      cursor: hand;
      cursor: pointer;
      line-height: 100px;
      text-align: center;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-flow: column;
          flex-flow: column; }
    .hero-video .hero-right .play-icon-wrap {
      background-color: rgba(255, 255, 255, 0.4);
      border: 3px solid rgba(255, 255, 255, 0.4);
      transition: transform .2s ease-out, border .2s ease-out;
      border-radius: 100%;
      height: 125px;
      width: 125px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .hero-video .hero-right .play-icon {
      -ms-transform: scale(1);
          transform: scale(1);
      transition: fill 175ms ease-out, transform .25s ease;
      fill: #FFFFFF; }
    .hero-video .hero-right .label {
      color: #FFFFFF;
      font-size: 18px;
      margin-top: 5px; }
    .hero-video .hero-right .play-video:hover {
      text-decoration: none; }
      .hero-video .hero-right .play-video:hover .play-icon-wrap {
        border: 3px solid #ec5f3e; }
      .hero-video .hero-right .play-video:hover .play-icon {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
      .hero-video .hero-right .play-video:hover .label {
        text-decoration: none; }
  .hero-video .hero-ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; }
  .hero-video .hero-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-right: 15px;
    color: #FFFFFF;
    margin-top: 25px;
    background-color: #ec5f3e;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: background-color .2s ease; }
    .hero-video .hero-btn .cta-icon {
      margin-right: 5px;
      fill: #FFFFFF;
      height: 25px; }
    .hero-video .hero-btn .label {
      color: #FFFFFF;
      font-size: 18px; }
  .hero-video .hero-btn-sub {
    background-color: transparent;
    border: 1px solid #FFFFFF; }
  .hero-video .hero-btn:hover {
    text-decoration: none;
    background-color: #ff7352; }
  .hero-video .hero-btn-sub:hover {
    background-color: rgba(0, 0, 0, 0.15); }
  @media (max-width: 1490px) {
    .hero-video .video-bg {
      top: 50%;
      left: auto;
      right: 0;
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%); } }
  @media (max-width: 790px) {
    .hero-video .video-bg {
      opacity: .4 !important; }
    .hero-video .video-hero .main-title {
      padding: 0; }
    .hero-video .video-hero-text {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .hero-video .hero-left,
    .hero-video .hero-right {
      width: 100%; }
    .hero-video .hero-right {
      margin-top: 25px;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .hero-video .hero-right .play-video {
        -ms-flex-flow: row;
            flex-flow: row; }
      .hero-video .hero-right .play-icon {
        -ms-transform: scale(0.3);
            transform: scale(0.3); }
      .hero-video .hero-right .play-icon-wrap {
        height: 35px;
        width: 35px;
        border: 1px solid #FFFFFF; }
      .hero-video .hero-right .play-video:hover .play-icon-wrap {
        border: 1px solid #ff7352; }
      .hero-video .hero-right .play-video:hover .play-icon {
        -ms-transform: scale(0.4);
            transform: scale(0.4); }
    .hero-video .hero-btn .label {
      font-size: 16px;
      padding: 0px; } }
  @media (max-width: 500px) {
    .hero-video .video-bg {
      right: -20%; } }

.tabs-sticky-h,
.tabs-shadows,
.tabs-sticky-h,
.tabs-sticky-items,
.tabs-sticky-items li {
  transform: translate3d(0px, 0px, 0px);
  z-index: 5; }

.tabs-sticky-h {
  width: 100%;
  overflow: hidden;
  z-index: 200;
  position: relative; }

.tabs-shadows {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  right: 0;
  z-index: 55;
  height: 87px;
  opacity: 1;
  pointer-events: none; }
  .tabs-shadows::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    opacity: 0;
    height: 100%;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    transition: opacity 150ms ease-out; }
  .tabs-shadows::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    width: 10%;
    opacity: 0;
    height: 100%;
    transition: opacity 150ms ease-out; }
  .tabs-shadows.left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    opacity: 1;
    height: 100%;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
  .tabs-shadows.right::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    width: 10%;
    opacity: 1;
    height: 100%; }

.tabs-sticky-items {
  width: 100%;
  z-index: 50;
  overflow: auto;
  position: relative;
  box-shadow: inset 0 -1px 0 0 #e3e3e3;
  background-color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
  text-align: center; }
  .tabs-sticky-items::-webkit-scrollbar {
    display: none; }

.tabs-sticky-items ul {
  margin-bottom: 0;
  padding-left: 25px; }

.tabs-sticky-items li {
  margin-right: 25px;
  list-style: none;
  white-space: nowrap;
  padding: 15px 8px;
  border: 1px solid transparent;
  transition: border 125ms ease-out, color 125ms ease-out;
  border-bottom: 2px solid transparent;
  display: inline-block; }
  .tabs-sticky-items li.active {
    border-bottom: 2px solid #ec5f3e;
    color: #ec5f3e;
    pointer-events: none; }
    .tabs-sticky-items li.active a {
      color: #ec5f3e; }
  .tabs-sticky-items li:not(.active):hover {
    border-bottom: 2px solid #ec5f3e;
    color: #999999;
    cursor: hand;
    cursor: pointer; }

.tabs-sticky-links li {
  padding: 0px; }

.tabs-sticky-links a {
  color: #737d85;
  padding: 15px 8px;
  display: block; }
  .tabs-sticky-links a:hover, .tabs-sticky-links a:visited, .tabs-sticky-links a:link, .tabs-sticky-links a:active {
    text-decoration: none; }
  .tabs-sticky-links a:hover {
    text-decoration: none;
    color: #999999; }

.cc-objects-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin: 0;
  padding: 0; }

@media (max-width: 790px) {
  .cc-objects-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cc-objects-list .sub-featured {
      width: 100%;
      margin: 0;
      margin-bottom: 25px; } }

.cc-info-list {
  margin: 0; }
  .cc-info-list li {
    color: #ec5f3e; }
  .cc-info-list h3 {
    font-weight: bold;
    color: #ec5f3e;
    font-size: 18px; }
  .cc-info-list.list-minimal {
    padding: 0; }
    .cc-info-list.list-minimal li {
      list-style: none; }

.testimonials, .beliefs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .testimonials .testimonial, .testimonials .belief, .beliefs .testimonial, .beliefs .belief {
    width: calc(100%/3);
    padding: 25px;
    text-align: center; }
    @media (max-width: 992px) {
      .testimonials .testimonial, .testimonials .belief, .beliefs .testimonial, .beliefs .belief {
        width: calc(100%/1); } }
    .testimonials .testimonial .profile-picture, .testimonials .belief .profile-picture, .beliefs .testimonial .profile-picture, .beliefs .belief .profile-picture {
      height: 100px;
      width: 100px;
      border-radius: 100%;
      margin: auto;
      border: 2px solid #FFFFFF;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
      margin-bottom: 10px; }
    .testimonials .testimonial p:first-of-type, .testimonials .belief p:first-of-type, .beliefs .testimonial p:first-of-type, .beliefs .belief p:first-of-type {
      font-size: 16px;
      text-transform: uppercase; }
    .testimonials .testimonial p:nth-of-type(2), .testimonials .belief p:nth-of-type(2), .beliefs .testimonial p:nth-of-type(2), .beliefs .belief p:nth-of-type(2) {
      position: relative;
      padding-bottom: 25px; }
      .testimonials .testimonial p:nth-of-type(2)::after, .testimonials .belief p:nth-of-type(2)::after, .beliefs .testimonial p:nth-of-type(2)::after, .beliefs .belief p:nth-of-type(2)::after {
        content: '';
        margin: auto;
        margin-bottom: 10px;
        border-bottom: 1px solid #e3e3e3;
        position: absolute;
        bottom: 0;
        left: 30%;
        width: 40%; }
    .testimonials .testimonial p:last-of-type, .testimonials .belief p:last-of-type, .beliefs .testimonial p:last-of-type, .beliefs .belief p:last-of-type {
      font-size: 16px;
      text-align: left; }
  .testimonials .belief, .beliefs .belief {
    width: 100%; }
    .testimonials .belief p:first-of-type, .beliefs .belief p:first-of-type {
      text-transform: inherit;
      text-align: center; }
    .testimonials .belief.left p, .beliefs .belief.left p {
      text-align: left; }
    .testimonials .belief h3, .beliefs .belief h3 {
      color: #ec5f3e;
      font-size: 30px;
      margin-bottom: 15px; }
    .testimonials .belief .thanks, .beliefs .belief .thanks {
      color: #ec5f3e;
      text-align: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0;
      margin-top: 15px; }
  .testimonials .bold, .beliefs .bold {
    font-weight: bold; }

.beliefs {
  max-width: 830px;
  margin: 0 auto; }

.section-tos {
  font-size: .8em; }
  .section-tos .tos {
    margin: auto;
    max-width: 800px;
    width: calc(100% - 20px);
    max-height: 300px;
    overflow: auto;
    border: 1px solid #d5d5d5;
    padding: 15px;
    border-radius: 3px;
    box-sizing: border-box; }
  .section-tos strong {
    display: block; }
  .section-tos ul {
    margin: 0;
    padding: 0; }
  .section-tos li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 12px; }
  .section-tos p {
    font-size: 12px; }
    .section-tos p:last-of-type {
      margin-bottom: 0; }
  .section-tos h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    color: #ec5f3e; }
    .section-tos h3:not(:first-of-type) {
      margin-top: 25px; }

.testimonials-twitter {
  z-index: 200;
  max-width: 850px !important;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
  .testimonials-twitter .marketing-btn {
    margin: auto; }
  .testimonials-twitter .twitter-grid {
    max-width: 600px; }

body {
  min-height: 100vh; }

/*  About
~-----------------------------------------*/
#page-about {
  background: #34495e url("https://s3.amazonaws.com/ooomf-com-files/L2NfDz5SOm7Gbf755qpw_DSCF0490.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 100%; }
  #page-about::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: #815CC4;
    background: -owg-linear-gradient(137deg, #1a73a2 1%, #B1E458 100%);
    -pie-background: -pie-linear-gradient(137deg, #1a73a2 1%, #B1E458 100%);
    background: linear-gradient(137deg, #1a73a2 1%, #B1E458 100%);
    width: 100%;
    height: 100%;
    opacity: .75; }
  #page-about .letter {
    position: relative;
    z-index: 10;
    color: #fff; }
    #page-about .letter p {
      color: #fff;
      font-size: 21px; }
      #page-about .letter p a {
        color: #fff;
        font-weight: bold; }
    #page-about .letter h1 {
      padding-top: 130px;
      padding-bottom: 20px; }
    #page-about .letter .byline a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.5);
      font-weight: normal; }
      #page-about .letter .byline a:hover {
        text-decoration: underline; }
  #page-about .footer {
    border-top-color: rgba(255, 255, 255, 0.06);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    #page-about .footer, #page-about .footer a {
      color: rgba(255, 255, 255, 0.69); }
    #page-about .footer a:hover {
      text-decoration: underline; }

@media (min-width: 770px) {
  .letter {
    padding: 0 100px; } }

@media (max-width: 480px) {
  .mobile-padding {
    padding-left: 20px;
    padding-right: 20px; } }

/*# sourceMappingURL=app.08e909bdabceeb74d1212300014d9346.css.map*/