@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Source+Sans+Pro:400,600,300,300italic,400italic,600italic);
.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-h-none {
  max-height: none;
}

.max-h-xs {
  max-height: 10rem;
}

.max-h-sm {
  max-height: 20rem;
}

.max-h-md {
  max-height: 30rem;
}

.max-h-lg {
  max-height: 40rem;
}

.max-h-xl {
  max-height: 50rem;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-16 {
  margin: 4rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-16 {
  padding: 4rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.gap-0 {
  gap: 0;
}

.gap-x-0 {
  column-gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-3 {
  column-gap: 0.75rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-5 {
  column-gap: 1.25rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-10 {
  column-gap: 2.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-x-12 {
  column-gap: 3rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-x-16 {
  column-gap: 4rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.flex {
  display: flex;
}

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

@-webkit-keyframes pending-aggressive {
  0% {
    background: transparent;
  }
  1.2% {
    background: #fecac9;
  }
  2.4% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes pending-aggressive {
  0% {
    background: transparent;
  }
  1.2% {
    background: #fecac9;
  }
  2.4% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes pending-aggressive {
  0% {
    background: transparent;
  }
  1.2% {
    background: #fecac9;
  }
  2.4% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@keyframes pending-aggressive {
  0% {
    background: transparent;
  }
  1.2% {
    background: #fecac9;
  }
  2.4% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pending-normal {
  0% {
    background: transparent;
  }
  0.60% {
    background: #fecac9;
  }
  1.2% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes pending-normal {
  0% {
    background: transparent;
  }
  0.60% {
    background: #fecac9;
  }
  1.2% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes pending-normal {
  0% {
    background: transparent;
  }
  0.60% {
    background: #fecac9;
  }
  1.2% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@keyframes pending-normal {
  0% {
    background: transparent;
  }
  0.60% {
    background: #fecac9;
  }
  1.2% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pending-passive {
  0% {
    background: transparent;
  }
  0.30% {
    background: #fecac9;
  }
  0.6% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes pending-passive {
  0% {
    background: transparent;
  }
  0.30% {
    background: #fecac9;
  }
  0.6% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes pending-passive {
  0% {
    background: transparent;
  }
  0.30% {
    background: #fecac9;
  }
  0.6% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@keyframes pending-passive {
  0% {
    background: transparent;
  }
  0.30% {
    background: #fecac9;
  }
  0.6% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pending-dormant {
  0% {
    background: transparent;
  }
  0.12% {
    background: #fecac9;
  }
  0.24% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes pending-dormant {
  0% {
    background: transparent;
  }
  0.12% {
    background: #fecac9;
  }
  0.24% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes pending-dormant {
  0% {
    background: transparent;
  }
  0.12% {
    background: #fecac9;
  }
  0.24% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@keyframes pending-dormant {
  0% {
    background: transparent;
  }
  0.12% {
    background: #fecac9;
  }
  0.24% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes change-up {
  0% {
    color: #71777c;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
  }
}
@-moz-keyframes change-up {
  0% {
    color: #71777c;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
  }
}
@-ms-keyframes change-up {
  0% {
    color: #71777c;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
  }
}
@keyframes change-up {
  0% {
    color: #71777c;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
  }
}
@-webkit-keyframes change-down {
  0% {
    color: #71777c;
  }
  50% {
    color: red;
  }
  100% {
    color: #71777c;
  }
}
@-moz-keyframes change-down {
  0% {
    color: #71777c;
  }
  50% {
    color: red;
  }
  100% {
    color: #71777c;
  }
}
@-ms-keyframes change-down {
  0% {
    color: #71777c;
  }
  50% {
    color: red;
  }
  100% {
    color: #71777c;
  }
}
@keyframes change-down {
  0% {
    color: #71777c;
  }
  50% {
    color: red;
  }
  100% {
    color: #71777c;
  }
}
@-webkit-keyframes change-up-fade-in {
  0% {
    color: #71777c;
    opacity: 0;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
    opacity: 1;
  }
}
@-moz-keyframes change-up-fade-in {
  0% {
    color: #71777c;
    opacity: 0;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
    opacity: 1;
  }
}
@-ms-keyframes change-up-fade-in {
  0% {
    color: #71777c;
    opacity: 0;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
    opacity: 1;
  }
}
@keyframes change-up-fade-in {
  0% {
    color: #71777c;
    opacity: 0;
  }
  50% {
    color: #84c600;
  }
  100% {
    color: #71777c;
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
a:link.access-link, a:hover.access-link, a:visited.access-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a:active.access-link, a:focus.access-link {
  display: block;
  position: static;
  width: auto;
  height: auto;
}

abbr {
  border-bottom: none;
  cursor: default;
}

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

@media only screen and (max-width: 767px) {
  .invisible-xs {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

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

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f0f0f0;
  color: #3a3b3d;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

hr {
  background: #e6e6e6;
  border: none;
  height: 1px;
  line-height: 1px;
  margin: 5px 0px;
  overflow: hidden;
}

.cl {
  clear: both;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
}

.floatR {
  float: right;
}

.floatL {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* List styles. */
ul,
ol {
  margin-left: 0;
  padding-left: 2em;
}

/* List styles. */
ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: decimal;
}

a {
  color: #3a3b3d;
  cursor: pointer;
  text-decoration: none;
}
a:visited, a:active {
  color: #3a3b3d;
  text-decoration: none;
}
a:hover {
  color: #fd6764;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
}

h6 {
  font-size: 1.6rem;
  font-weight: bold;
}

/* Paragraph styles. */
p {
  margin: 0 0 1em 0;
}

.archived {
  color: #71777c;
  margin-top: 30px;
  text-align: center;
}
.archived .btn {
  max-width: 100%;
  width: 500px;
}
.archived p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.btn,
a.btn {
  background-color: #fd6764;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  padding: 11px 25px 12px;
  text-align: center;
}
.btn:hover,
a.btn:hover {
  background-color: #fd4e4b;
  color: white;
}
.btn.light,
a.btn.light {
  background-color: #71777c;
}
.btn.light:hover,
a.btn.light:hover {
  background-color: #595d61;
}
.btn.dark,
a.btn.dark {
  background-color: #3a3b3d;
}
.btn.dark:hover,
a.btn.dark:hover {
  background-color: #212223;
}
.btn.green,
a.btn.green {
  background-color: #84c600;
}
.btn.green:hover,
a.btn.green:hover {
  background-color: #629300;
}
.btn.purple,
a.btn.purple {
  background-color: #8f8ce8;
}
.btn.purple:hover,
a.btn.purple:hover {
  background-color: #6662e0;
}
.btn--outline,
a.btn--outline {
  background-color: transparent;
  border: 1px solid #fd6764;
  color: #fd6764;
}
.btn--xs,
a.btn--xs {
  padding: 5px 15px 6px;
}

.close {
  background: url(../images/icons/x-grey.svg) no-repeat center;
  background-size: 14px;
  height: 25px;
  transition: opacity 0.2s ease;
  width: 25px;
}
.close:hover {
  opacity: 0.7;
}

.drop-down-wrapper {
  position: relative;
  position: relative;
}
.drop-down-wrapper:after, .drop-down-wrapper:before {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  bottom: 0;
  margin-bottom: -1px;
}
.drop-down-wrapper:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
}
.drop-down-wrapper:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -11px;
  border-width: 11px;
}
.drop-down-wrapper:before, .drop-down-wrapper:after {
  left: -10000px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
}
.drop-down-wrapper.active:before, .drop-down-wrapper.active:after {
  left: 50%;
  opacity: 1;
}
.drop-down-wrapper.active .drop-down {
  left: auto;
  opacity: 1;
  right: 0;
}

.drop-down {
  background: white;
  box-shadow: 0px 2px 8px rgba(183, 148, 148, 0.15);
  font-size: 1.4rem;
  min-width: 260px;
  left: -10000px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: opacity 0.2s ease-in-out;
}

.drop-down-inner {
  padding: 20px 30px;
}
.drop-down-inner hr {
  margin: 20px -30px;
}

.drop-down-label {
  font-size: 1.8rem;
}

ul.form-error {
  color: #fd6764;
  display: block;
  margin: 20px 0;
  padding: 5px 0;
}
ul.form-error li {
  display: block;
  font-size: 1.4rem;
  margin: 0px;
  padding: 0;
}

.form-group {
  margin: 0 0 30px;
}
.form-group.last {
  margin-bottom: 0;
}
.form-group.space-below {
  margin-bottom: 20px;
}
.form-group p {
  color: #71777c;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 1rem auto 0;
}

.form-actions {
  margin: 40px 0;
  text-align: center;
}
.form-actions .btn {
  margin: 0 5px;
}

label {
  display: block;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
label.radio-checkbox {
  color: #71777c;
  font-size: 1.4rem;
  margin-bottom: 0px;
  margin-top: 12px;
}
label.radio-checkbox input {
  margin-right: 5px;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  box-shadow: none;
}

input,
select,
textarea {
  background: #ededed;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  color: #71777c;
  font-size: 1.4rem;
}

input[type=text],
textarea {
  padding: 13px 20px 15px;
  width: 100%;
}
input[type=text].ng-invalid-maxlength,
textarea.ng-invalid-maxlength {
  background: #fbeaea;
  border: 1px solid #fd6764;
}

select {
  background: #ededed url(../images/icons/chevron-down-grey.svg) right 20px center no-repeat;
  background-size: 14px auto;
  padding: 13px 50px 15px 20px;
  width: 100%;
}

form.submitted input[type=text].ng-invalid,
form.submitted select.ng-invalid,
form.submitted textarea.ng-invalid {
  background: #fbeaea;
  border: 1px solid #fd6764;
}

button {
  background: none;
  border: none;
  padding: 0;
}

input[type=submit],
input[type=button] {
  border: none;
}

input[type=radio] {
  background: #ededed;
  border-radius: 50%;
  height: 20px;
  margin-bottom: -5px;
  width: 20px;
}
input[type=radio]:active {
  background: #d4d4d4;
}
input[type=radio]:checked {
  background: #fd6764;
  border-color: #fd6764;
  position: relative;
}
input[type=radio]:checked:after {
  background: white;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.character-counter {
  margin-top: 5px;
  text-align: right;
}
.character-counter span {
  font-size: 1.2rem;
  color: #71777c;
}
.character-counter span.text-danger {
  color: #d9534f;
}

.loader-wrapper {
  background: rgba(242, 242, 242, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20000;
}
.loader-wrapper.active {
  display: block;
}

.loader {
  position: relative;
  margin: -32px auto 0;
  top: 50%;
  width: 64px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center center;
  width: 100%;
}
.circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #fd6764;
  }
}
html.modal-open.is-ios {
  height: 100%;
  overflow: hidden;
}
html.modal-open.is-ios body {
  height: 100%;
}
html.modal-open body {
  overflow: hidden;
}

.modal {
  background: rgba(242, 242, 242, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  outline: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10001;
}
.modal.active {
  display: block;
}
.modal.in {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  max-width: 31.25em;
  min-height: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    padding: 25px;
  }
}

.modal-content {
  background: white;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
}

.modal-header {
  padding: 50px 20px 5px;
  position: relative;
  text-align: center;
}
.modal-header h2 {
  font-size: 2.4rem;
  margin: 0;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-body {
  padding: 20px 60px;
}
@media only screen and (max-width: 767px) {
  .modal-body {
    padding: 20px 30px;
  }
}
.modal-body h3 {
  margin: 0 0 5px;
}
.modal-body hr.hr-full-width {
  margin: 30px -60px 32px;
}
@media only screen and (max-width: 767px) {
  .modal-body hr.hr-full-width {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.modal-body .form-actions {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .modal-body .form-actions {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .modal-body .form-actions input.btn {
    margin: 5px 0;
    width: 100%;
  }
}
.modal-body .form-actions .cancel {
  order: -1;
}
@media only screen and (max-width: 767px) {
  .modal-body .form-actions .cancel {
    order: 1;
  }
}

.modal-controls {
  padding-bottom: 15px;
  text-align: center;
}
.modal-controls a {
  color: #71777c;
  display: inline-block;
  font-size: 1.4rem;
}

table {
  width: 100%;
}

.login-wrapper {
  background: #fd6764;
  height: 100%;
  position: absolute;
  width: 100%;
}

.login {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: white;
  text-align: center;
}
.login > * {
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.login > h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/logo-white.svg);
  background-repeat: no-repeat;
  background-size: auto 40px;
  height: 40px;
  margin: 0 auto 10px;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  width: 187px;
}
.login > p {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
}
.login > a {
  background: #fc3632;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-delay: 1.1s;
  margin-top: 20px;
}
.login > a:hover {
  background: #fc1d18;
}

.user {
  display: flex;
}

.user-image {
  background: #fafafa;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 48px;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 48px;
}
.user-image img {
  height: 100%;
  width: auto;
}

.user-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2px;
}
.user-info .name {
  font-size: 1.8rem;
}

header {
  background: white;
  box-shadow: 0 1px 1px rgba(173, 135, 135, 0.15);
  color: #3a3b3d;
  height: 145px;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  header {
    height: 115px;
  }
}

.header-inner {
  position: relative;
}

.header-top {
  border-bottom: 1px solid #e6e6e6;
  height: 65px;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-top {
    height: 55px;
    padding: 15px 20px;
  }
}
.header-top #logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/logo-dark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 23px;
  float: left;
  height: 23px;
  margin: 0;
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .header-top #logo {
    background-size: auto 17px;
    height: 17px;
    width: 80px;
  }
}

.company {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #e6e6e6;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
}

.company-logo {
  color: #a8adb1;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.8rem;
  height: 26px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .company-logo {
    height: 20px;
    margin-top: 2px;
  }
}
.company-logo img {
  height: 100%;
  width: 78px;
}

.company-logo__empty {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin-top: -2px;
}

.company-name {
  display: inline-block;
  display: none;
  font-size: 1.8rem;
  margin-top: -2px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .company-name {
    font-size: 1.4rem;
  }
}

.header-user {
  border-left: 1px solid #e6e6e6;
  height: 100%;
  padding: 16px 30px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .header-user {
    border-left: 0;
    padding: 13px 20px 0 20px;
  }
}
.header-user .user-image {
  height: 32px;
  margin-right: 0;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .header-user .user-image {
    height: 28px;
    width: 28px;
  }
}
.header-user .drop-down {
  z-index: 1;
}
.header-user.active .drop-down {
  right: 20px;
}

.header-bot {
  display: flex;
  height: 80px;
  padding: 18px 30px;
}
@media only screen and (max-width: 767px) {
  .header-bot {
    height: 60px;
    padding: 14px 20px;
  }
}
.header-bot h1 {
  color: #3a3b3d;
}

.header-bot__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: left;
  width: 40%;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .header-bot__left {
    flex-grow: 1;
    width: auto;
  }
}
.header-bot__left h1 {
  font-size: 2.4rem;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 2px;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .header-bot__left h1 {
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 4px;
  }
}

.header-bot__right {
  text-align: right;
  width: 60%;
}
.header-bot__right > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .header-bot__right {
    flex-basis: 100px;
    flex-shrink: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-bot__right .btn--plus {
    background-image: url(../images/icons/plus-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    height: 32px;
    padding: 0;
    width: 32px;
  }
}
.header-bot__right .btn-settings {
  background: url(../images/icons/cog.svg) no-repeat left 2px;
  background-size: 24px;
  color: #71777c;
  font-size: 1.6rem;
  height: 26px;
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-bot__right .btn-settings {
    height: 32px;
    margin-left: 20px;
    padding: 0;
    top: 2px;
    width: 24px;
  }
}
.header-bot__right .btn-settings:hover {
  opacity: 0.7;
}

#content {
  padding: 145px 0 0;
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 115px 0 0;
  }
}

.info-group {
  margin-bottom: 20px;
}

.info-group__value {
  color: #71777c;
  font-size: 1.4rem;
}

.info-group--date,
.info-group--host,
.info-group--link {
  background: no-repeat left center;
  background-size: 20px auto;
  margin-bottom: 12px;
  padding-left: 30px;
}

.info-group--date {
  background-image: url(../images/icons/calendar.svg);
}

.info-group--host {
  position: relative;
}
.info-group--host .user-image {
  height: 20px;
  left: 0;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  width: 20px;
}

.info-group--link {
  background-image: url(../images/icons/link.svg);
}
.info-group--link .info-group__value {
  word-break: break-all;
}

.empty {
  background: none;
  color: #d4d4d4;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 23%;
  text-align: center;
  text-shadow: 0px -1px 0 white;
  width: 100%;
}

#main {
  padding: 40px 30px;
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
@media only screen and (max-width: 921px) {
  #main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #main {
    padding: 20px 20px 0;
  }
}

table#questions tr th,
table#questions tr td {
  padding: 10px 5px;
  text-align: left;
}
table#questions tr td {
  font-size: 1.2rem;
  vertical-align: top;
  width: 14%;
}
table#questions tr td.status {
  font-size: 1.2rem;
  text-align: center;
  width: 3%;
}
table#questions tr td.question {
  width: 55%;
}
table#questions tr:nth-of-type(2n+1) td {
  background: #f4f4f4;
}

body.presentation header {
  height: 80px;
}
@media only screen and (max-width: 767px) {
  body.presentation header {
    height: 60px;
  }
}
body.presentation .header-top {
  display: none;
}
body.presentation .header-bot .btn--ask {
  display: none;
}
body.presentation #content {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  body.presentation #content {
    padding-top: 60px;
  }
}
body.presentation #main {
  width: 100%;
}
body.presentation #sidebar {
  background: white;
  border: none;
  display: none;
  height: 100%;
  padding-top: 20px;
  right: -320px;
  top: 0;
  z-index: 20;
}
body.presentation .sidebar-toggle {
  display: block;
}
@media only screen and (min-width: 768px) {
  body.presentation .sidebar-toggle {
    font-size: 2.1rem;
  }
}
body.presentation.sidebar-on #sidebar {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
  display: block;
}
body.presentation.sidebar-on .sidebar-fade {
  display: block;
}
body.presentation.sidebar-in #sidebar {
  right: 0;
}
body.presentation.sidebar-in .sidebar-fade {
  opacity: 1;
}
body.presentation .room-questions {
  max-width: 1140px;
}
body.presentation .room-questions .questions-heading {
  display: flex;
  justify-content: space-between;
}
body.presentation .room-questions ul.questions {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
}
body.presentation .room-questions ul.questions:after {
  content: "";
  flex: auto;
}
body.presentation .room-questions li.question {
  display: flex;
  flex-direction: column;
  margin: 0 2.5% 30px 0;
  min-height: 300px;
  width: 31.666667%;
}
body.presentation .room-questions li.question .question-bottom {
  font-size: 12px;
  font-weight: 600;
}
body.presentation .room-questions li.question:nth-of-type(3n-3) {
  margin-right: 0;
}
@media only screen and (max-width: 921px) {
  body.presentation .room-questions li.question {
    margin-right: 4%;
    width: 48%;
  }
  body.presentation .room-questions li.question:nth-of-type(3n-3) {
    margin-right: 4%;
  }
  body.presentation .room-questions li.question:nth-of-type(2n-2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.presentation .room-questions li.question {
    margin-bottom: 15px;
    margin-right: 0 !important;
    min-height: 0;
    width: 100%;
  }
}
body.presentation .room-questions li.question .context {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.6rem;
  -webkit-line-clamp: 6;
  line-height: 1.6;
  max-height: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.presentation .room-questions .question-bottom {
  margin-top: auto;
}
body.presentation .room-questions .question-controls {
  display: none;
}
body.presentation .room-questions .question-active .question-controls {
  display: block;
}
body.presentation .room-questions .separator-section {
  max-width: none;
}

.presentation-toggle {
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  height: 44px;
  margin-left: 30px;
  position: relative;
  width: 86px;
}
@media only screen and (max-width: 767px) {
  .presentation-toggle {
    background: white;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    height: 32px;
    margin-left: 0;
    transition: background 0.3s;
    width: 32px;
  }
}
.presentation-toggle .icon {
  background: no-repeat center;
  background-size: 22px auto;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 50%;
  z-index: 2;
}
.presentation-toggle .icon-desktop {
  background-image: url(../images/icons/view-desktop.svg);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .presentation-toggle .icon-desktop {
    display: none;
  }
}
.presentation-toggle .icon-presentation {
  background-image: url(../images/icons/view-presentation.svg);
  right: 0;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .presentation-toggle .icon-presentation {
    background-size: auto 18px;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.presentation-toggle .selector {
  background: white;
  border-radius: 2px;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: left 0.3s;
  width: 50%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .presentation-toggle .selector {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .presentation-toggle.active {
    background: #e6e6e6;
  }
}
.presentation-toggle.active .icon-desktop {
  opacity: 0.4;
}
.presentation-toggle.active .icon-presentation {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .presentation-toggle.active .icon-presentation {
    opacity: 0.4;
  }
}
.presentation-toggle.active .selector {
  left: 41px;
}

@media only screen and (max-width: 767px) {
  header .btn--ask {
    background: #fd6764;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    color: white;
    font-size: 1.6rem;
    left: 0;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 12px;
    position: fixed;
    transition: transform 0.2s linear;
    width: 100%;
  }
}

.room-questions {
  margin: 0 auto;
  max-width: 840px;
}
@media only screen and (max-width: 767px) {
  .room-questions {
    margin-bottom: 55px;
  }
}
.room-questions .questions-heading {
  margin: 0 0 30px;
}
@media only screen and (max-width: 921px) {
  .room-questions .questions-heading {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .room-questions .questions-heading {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.room-questions .sidebar-toggle {
  display: none;
}
.room-questions .sidebar-toggle:hover {
  color: #fd6764;
}
@media only screen and (max-width: 921px) {
  .room-questions .sidebar-toggle {
    display: block;
  }
}
.room-questions h2 {
  color: #3a3b3d;
  font-size: 2.1rem;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .room-questions h2 {
    font-size: 1.6rem;
  }
}
.room-questions h2:before {
  left: -18px;
  opacity: 0;
  position: absolute;
}
.room-questions h2.up {
  -webkit-animation-name: change-up;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: change-up;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: change-up;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.room-questions h2.up:before {
  content: "+";
  left: -20px;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: flash;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: flash;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.room-questions h2.down {
  -webkit-animation-name: change-down;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: change-down;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: change-down;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.room-questions h2.down:before {
  content: "-";
  -webkit-animation-name: flash;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: flash;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: flash;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.room-questions ul.questions {
  margin: 0 auto;
  max-width: 640px;
  padding: 0;
}
.room-questions li.question {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 25px 30px 0;
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .room-questions li.question {
    margin-bottom: 15px;
  }
}
.room-questions li.question .context {
  font-family: "Droid Serif", sans-serif;
  font-size: 1.8rem;
  margin: 0 0 30px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .room-questions li.question .context {
    font-size: 1.6rem;
  }
}
.room-questions li.question.new {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-in;
  -moz-animation-duration: 0.4s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-in;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.room-questions li.question.out {
  -webkit-animation-name: fade-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-out;
  -moz-animation-duration: 0.2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-out;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  opacity: 0;
}
.room-questions li.question .user {
  margin: 0 0 20px;
}
.room-questions li.question .user-image {
  height: 32px;
  margin-right: 10px;
  width: 32px;
}
.room-questions .start-answering {
  margin: -20px -20px 50px;
  padding: 20px;
  text-align: center;
}
.room-questions .start-answering button.btn.answer {
  font-size: 2rem;
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .room-questions .start-answering button.btn.answer {
    font-size: 1.8rem;
  }
}
.room-questions .start-answering button.btn.answer.answered {
  background-color: #71777c !important;
  opacity: 0.7 !important;
  pointer-events: none;
}
.room-questions .start-answering p {
  color: #71777c;
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 1rem auto 0;
  max-width: 600px;
}
.room-questions .question-bottom {
  border-top: 1px solid #e6e6e6;
  margin: 0 -30px;
  padding: 16px 30px 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.room-questions .question-active {
  background: none;
  margin: -20px -20px 50px;
  padding: 20px;
  position: relative;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .room-questions .question-active {
    margin: 0 -10px 30px;
    padding: 10px;
  }
}
.room-questions .question-active.answered {
  opacity: 0.5;
}
.room-questions .question-active button.btn.answer {
  background-image: url(../images/icons/checkmark-white.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  display: none;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .room-questions .question-active button.btn.answer {
    background-position: center;
    background-size: 16px;
    height: 32px;
    padding: 0;
    width: 32px;
  }
}
.room-questions .question-active button.btn.answer.answered {
  background-color: #71777c !important;
  opacity: 0.7 !important;
  pointer-events: none;
}
.room-questions .question-active button.btn.light.follow-up {
  background-image: url("../images/icons/albums-outline.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  display: none;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .room-questions .question-active button.btn.light.follow-up {
    background-position: center;
    background-size: 16px;
    height: 32px;
    padding: 0;
    width: 32px;
  }
}
.room-questions .question-active.new {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-in;
  -moz-animation-duration: 0.4s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-in;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.room-questions .question-active.out {
  -webkit-animation-name: fade-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-out;
  -moz-animation-duration: 0.2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-out;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  opacity: 0;
}
.room-questions .question-active.pending:not(.answering) button.answer {
  display: block;
}
.room-questions .question-active.pending:not(.answering) button.follow-up {
  display: block;
}
.room-questions .question-active.pending:not(.answering).aggressive {
  -webkit-animation-name: pending-aggressive;
  -webkit-animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: pending-aggressive;
  -moz-animation-duration: 30s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: pending-aggressive;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.room-questions .question-active.pending:not(.answering).normal {
  -webkit-animation-name: pending-normal;
  -webkit-animation-duration: 60s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: pending-normal;
  -moz-animation-duration: 60s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: pending-normal;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.room-questions .question-active.pending:not(.answering).passive {
  -webkit-animation-name: pending-passive;
  -webkit-animation-duration: 120s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: pending-passive;
  -moz-animation-duration: 120s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: pending-passive;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.room-questions .question-active.pending:not(.answering).dormant {
  -webkit-animation-name: pending-dormant;
  -webkit-animation-duration: 300s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: pending-dormant;
  -moz-animation-duration: 300s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: pending-dormant;
  animation-duration: 300s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.room-questions .question-active .context {
  font-family: "Droid Serif", sans-serif;
  font-size: 3.6rem;
  margin-top: 20px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .room-questions .question-active .context {
    font-size: 2.1rem;
  }
}
.room-questions .question-active .user {
  margin: 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.room-questions .question-active .user-image {
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 767px) {
  .room-questions .question-active .user-image {
    height: 32px;
    margin-right: 10px;
    width: 32px;
  }
}
.room-questions .question-active .user-info {
  font-size: 1.8rem;
}
.room-questions .question-active .question-votes a.vote {
  background-image: url(../images/icons/vote-filled.svg);
  opacity: 1 !important;
}
@media only screen and (min-width: 768px) {
  .room-questions .question-active .question-time .question-follow-up {
    background-size: 21px auto;
    padding-left: 30px;
    margin-right: 30px;
  }
  .room-questions .question-active .question-votes {
    margin-top: -6px;
  }
  .room-questions .question-active .question-votes a.vote {
    background-size: auto 21px;
    cursor: default;
    height: 21px;
    opacity: 1 !important;
    position: relative;
    top: 1px;
    width: 21px;
  }
}
.room-questions .question-active .question-controls {
  top: 23px;
}
@media only screen and (max-width: 767px) {
  .room-questions .question-active .question-controls {
    right: 10px;
    top: 10px;
  }
}
.room-questions .question-active .question-bottom {
  border-top: none;
  margin: 20px 0 0;
  padding: 0;
}
.room-questions .follow-up-separator {
  flex: 1;
  height: 2px;
  background-color: #d6d6d6;
}
.room-questions .separator-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 80px auto 48px;
  font-size: 1.8rem;
  max-width: 640px;
}

.question-follow-up {
  cursor: pointer;
  background: url("../images/icons/albums-outline2.svg") no-repeat left center;
  background-size: 16px;
  color: #71777c;
  display: inline-block;
  padding-left: 24px;
  margin-left: 16px;
}

.question-time {
  background: url(../images/icons/time.svg) no-repeat left center;
  background-size: 16px;
  color: #71777c;
  display: inline-block;
  margin-right: 16px;
  padding-left: 24px;
  min-height: 16px;
}

.question-votes {
  display: inline-block;
  vertical-align: middle;
}
.question-votes a.vote {
  background-image: url(../images/icons/vote-up.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  display: inline-block;
  height: 20px;
  margin: -1px 1px 0 0;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  vertical-align: middle;
  width: 20px;
}
.question-votes a.vote:hover {
  opacity: 0.7;
}
.question-votes a.vote.active {
  background-image: url(../images/icons/vote-up-voted.svg);
  opacity: 1;
}
.question-votes.mine a.vote,
.question-votes.mine a.vote.active {
  background-image: url(../images/icons/vote-up.svg);
  cursor: default;
  opacity: 0.25 !important;
}
.question-votes span.votes {
  color: #71777c;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.question-votes.disabled.no-votes {
  border: none;
  padding: 0;
  margin: 0;
}
.question-votes.disabled a.vote {
  display: none;
}

.question-controls a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 21px;
  display: inline-block;
  height: 21px;
  margin: 0 0 0 10px;
  transition: opacity 0.2s ease;
  width: 20px;
}
.question-controls a:hover {
  opacity: 0.7;
}
.question-controls a.cancel {
  background-image: url(../images/icons/trash-grey.svg);
}
.question-controls a.edit {
  background-image: url(../images/icons/document-edit-grey.svg);
}

.room-empty {
  color: #71777c;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .room-empty {
    margin-bottom: 55px;
  }
}
.room-empty > div {
  background: no-repeat center 40px;
  padding: 330px 0 30px;
}
.room-empty h2 {
  font-size: 3rem;
  margin: 0;
}
.room-empty .room-empty__host {
  background-image: url(../images/empty-host.svg);
  padding-top: 330px;
}
.room-empty .room-empty__host .copy-wrapper {
  display: flex;
  margin: 30px auto 0;
  max-width: 380px;
}
.room-empty .room-empty__host .copy-wrapper input {
  border-radius: 2px 0 0 2px;
}
.room-empty .room-empty__host .copy-wrapper button {
  background: white;
  border: 1px solid #d6d6d6;
  border-left: none;
  border-radius: 0 2px 2px 0;
  font-size: 1.4rem;
  padding-bottom: 1px;
  width: 90px;
}
.room-empty .room-empty__attendee {
  background-image: url(../images/empty-attendee.svg);
}
.room-empty .room-ended {
  background-image: url(../images/ended.svg);
  padding-top: 330px;
}
.room-empty .room-ended p {
  margin-bottom: 30px;
}

.ask-edit-questions {
  background: white;
  display: none;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: -320px;
  transition: right 0.5s ease-in-out, box-shadow 0.5s ease;
  top: 0;
  width: 320px;
  z-index: 21;
}
@media only screen and (max-width: 767px) {
  .ask-edit-questions {
    background: rgba(242, 242, 242, 0.7);
    opacity: 0;
    right: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
  }
}
.ask-edit-questions .loader-wrapper {
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .ask-edit-questions .loader-wrapper {
    width: 100%;
  }
}
.ask-edit-questions .loader-wrapper .loader {
  left: auto;
  margin-right: 130px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .ask-edit-questions .loader-wrapper .loader {
    margin-right: auto;
  }
}
.ask-edit-questions hr.hr-full-width {
  margin: 20px -30px 35px;
}

.question-on.is-ios {
  height: 100%;
  overflow: hidden;
}
.question-on.is-ios body {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .question-on body {
    overflow: hidden;
  }
}
.question-on .ask-edit-questions {
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  display: block;
}
@media only screen and (max-width: 767px) {
  .question-on .ask-edit-questions {
    box-shadow: none;
  }
}

.question-in .ask-edit-questions {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .question-in .ask-edit-questions {
    opacity: 1;
  }
}

.ask-edit-questions__inner {
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ask-edit-questions__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    max-width: 31.25em;
    padding: 25px;
  }
}
.ask-edit-questions__inner .close {
  position: absolute;
  right: 26px;
  top: 34px;
}
@media only screen and (max-width: 767px) {
  .ask-edit-questions__inner .close {
    top: 21px;
  }
}
.ask-edit-questions__inner h2 {
  font-size: 2.1rem;
  margin: 0 0 30px;
}
.ask-edit-questions__inner .or-separator {
  color: #71777c;
  font-size: 1.4rem;
  margin: 30px -30px 20px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ask-edit-questions__inner .or-separator {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.ask-edit-questions__inner .or-separator:before, .ask-edit-questions__inner .or-separator:after {
  background: #e6e6e6;
  content: " ";
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 40%;
}
.ask-edit-questions__inner .or-separator:after {
  left: auto;
  right: 0;
}
.ask-edit-questions__inner .btn {
  width: 100%;
}
.ask-edit-questions__inner textarea {
  background: none;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  margin: 0 0 30px;
  min-height: 150px;
  padding: 0;
}
.ask-edit-questions__inner form.submitted textarea.ng-invalid {
  background: none;
  border: none;
}

.ask-edit-questions__relative {
  background: white;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ask-edit-questions__relative {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding-top: 20px;
  }
}

.modal-body .btn-leave {
  background: url(../images/icons/exit.svg) no-repeat left center;
  background-size: 20px auto;
  padding-bottom: 1px;
  padding-left: 30px;
}
.modal-body .btn-leave:hover {
  opacity: 0.7;
}
.modal-body .export-questions {
  text-align: center;
}
.modal-body .export-questions .btn {
  width: 231px;
}
@media only screen and (max-width: 767px) {
  .modal-body .export-questions .btn {
    width: 100%;
  }
}

#modal-delete-question {
  text-align: center;
}
#modal-delete-question p {
  color: #71777c;
  font-size: 1.4rem;
}
#modal-delete-question .modal-body {
  padding-top: 0;
}

#room-selection {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 30px 0;
}
@media only screen and (max-width: 767px) {
  #room-selection {
    padding: 30px 20px 0;
  }
}
#room-selection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#room-selection ul:after {
  content: "";
  flex: auto;
}
#room-selection ul li {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  min-height: 350px;
  opacity: 0;
  padding: 30px 30px 60px;
  position: relative;
  margin: 0 2.5% 30px 0;
  text-align: center;
  transition: transform 0.2s ease, opacity 0.5s ease;
  width: 23.125%;
}
#room-selection ul li:nth-of-type(4n-4) {
  margin-right: 0;
}
@media only screen and (max-width: 921px) {
  #room-selection ul li {
    margin-right: 4%;
    width: 48%;
  }
  #room-selection ul li:nth-of-type(2n-2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #room-selection ul li {
    margin-bottom: 15px;
    margin-right: 0 !important;
    min-height: 0;
    padding-bottom: 75px;
    width: 100%;
  }
}
#room-selection ul li:hover {
  box-shadow: 0px 8px 11px rgba(181, 153, 153, 0.06);
  transform: translateY(-5px);
}
@media only screen and (max-width: 767px) {
  #room-selection ul li:hover {
    box-shadow: 0px 1px 2px rgba(181, 153, 153, 0.1);
    transform: none;
  }
}
#room-selection ul li h3 {
  font-family: "Droid Serif", sans-serif;
  font-size: 1.8rem;
  margin: 5px 0 0;
}
#room-selection ul li hr {
  margin: 10px auto;
  width: 25px;
}
#room-selection ul li .desc {
  color: #71777c;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#room-selection ul li .info-group {
  margin: 0 auto 10px;
  text-align: left;
  width: 125px;
}
#room-selection ul li .user-image {
  border-radius: 0;
}
#room-selection ul li .user-image img {
  border-radius: 50%;
}
#room-selection ul li.new {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-in;
  -moz-animation-duration: 0.4s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-in;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
#room-selection ul li.out {
  -webkit-animation-name: fade-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: fade-out;
  -moz-animation-duration: 0.2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: fade-out;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  opacity: 0;
}
#room-selection ul li a.join {
  bottom: 30px;
  color: #3fcacd;
  left: 30px;
  position: absolute;
  right: 30px;
}
#room-selection ul li a.join:hover {
  color: #2da9ac;
}
#room-selection ul li a.join.rejoin {
  color: #fd6764;
}
#room-selection ul li a.join.rejoin:hover {
  color: #fc3632;
}

#room-selection ul li:nth-child(1) {
  transition-delay: 0s;
}

#room-selection ul li:nth-child(2) {
  transition-delay: 0.1s;
}

#room-selection ul li:nth-child(3) {
  transition-delay: 0.2s;
}

#room-selection ul li:nth-child(4) {
  transition-delay: 0.3s;
}

#room-selection ul li:nth-child(5) {
  transition-delay: 0.4s;
}

#room-selection ul li:nth-child(6) {
  transition-delay: 0.5s;
}

#room-selection ul li:nth-child(7) {
  transition-delay: 0.6s;
}

#room-selection ul li:nth-child(8) {
  transition-delay: 0.7s;
}

#room-selection ul li:nth-child(9) {
  transition-delay: 0.8s;
}

#room-selection ul li:nth-child(10) {
  transition-delay: 0.9s;
}

#room-selection ul li:nth-child(11) {
  transition-delay: 1s;
}

#room-selection ul li:nth-child(12) {
  transition-delay: 1.1s;
}

#room-selection ul li:nth-child(13) {
  transition-delay: 1.2s;
}

#room-selection ul li:nth-child(14) {
  transition-delay: 1.3s;
}

#room-selection ul li:nth-child(15) {
  transition-delay: 1.4s;
}

#room-selection ul li:nth-child(16) {
  transition-delay: 1.5s;
}

#room-selection ul li:nth-child(17) {
  transition-delay: 1.6s;
}

#room-selection ul li:nth-child(18) {
  transition-delay: 1.7s;
}

#room-selection ul li:nth-child(19) {
  transition-delay: 1.8s;
}

#room-selection ul li:nth-child(20) {
  transition-delay: 1.9s;
}

#room-selection ul li:nth-child(21) {
  transition-delay: 2s;
}

#room-selection ul li:nth-child(22) {
  transition-delay: 2.1s;
}

#room-selection ul li:nth-child(23) {
  transition-delay: 2.2s;
}

#room-selection ul li:nth-child(24) {
  transition-delay: 2.3s;
}

#room-selection ul li:nth-child(25) {
  transition-delay: 2.4s;
}

#room-selection ul li:nth-child(26) {
  transition-delay: 2.5s;
}

#room-selection ul li:nth-child(27) {
  transition-delay: 2.6s;
}

#room-selection ul li:nth-child(28) {
  transition-delay: 2.7s;
}

#room-selection ul li:nth-child(29) {
  transition-delay: 2.8s;
}

#room-selection ul li:nth-child(30) {
  transition-delay: 2.9s;
}

#room-selection ul li:nth-child(31) {
  transition-delay: 3s;
}

#room-selection ul li:nth-child(32) {
  transition-delay: 3.1s;
}

#room-selection ul li:nth-child(33) {
  transition-delay: 3.2s;
}

#room-selection ul li:nth-child(34) {
  transition-delay: 3.3s;
}

#room-selection ul li:nth-child(35) {
  transition-delay: 3.4s;
}

#room-selection ul li:nth-child(36) {
  transition-delay: 3.5s;
}

#room-selection ul li:nth-child(37) {
  transition-delay: 3.6s;
}

#room-selection ul li:nth-child(38) {
  transition-delay: 3.7s;
}

#room-selection ul li:nth-child(39) {
  transition-delay: 3.8s;
}

#room-selection ul li:nth-child(40) {
  transition-delay: 3.9s;
}

#room-selection ul li:nth-child(41) {
  transition-delay: 4s;
}

#room-selection ul li:nth-child(42) {
  transition-delay: 4.1s;
}

#room-selection ul li:nth-child(43) {
  transition-delay: 4.2s;
}

#room-selection ul li:nth-child(44) {
  transition-delay: 4.3s;
}

#room-selection ul li:nth-child(45) {
  transition-delay: 4.4s;
}

#room-selection ul li:nth-child(46) {
  transition-delay: 4.5s;
}

#room-selection ul li:nth-child(47) {
  transition-delay: 4.6s;
}

#room-selection ul li:nth-child(48) {
  transition-delay: 4.7s;
}

#room-selection ul li:nth-child(49) {
  transition-delay: 4.8s;
}

#room-selection ul li:nth-child(50) {
  transition-delay: 4.9s;
}

.room-selection.loaded #room-selection ul li {
  opacity: 1;
}

#sidebar {
  border-left: 1px solid #d6d6d6;
  height: -webkit-calc(100% - 145px);
  height: -moz-calc(100% - 145px);
  height: calc(100% - 145px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 30px 30px;
  position: fixed;
  right: 0;
  top: 145px;
  transition: right 0.5s ease-in-out, box-shadow 0.5s ease;
  width: 320px;
}
@media only screen and (max-width: 921px) {
  #sidebar {
    background: white;
    border: none;
    display: none;
    height: 100%;
    padding-top: 20px;
    right: -320px;
    top: 0;
    z-index: 20;
  }
}
#sidebar .close {
  display: none;
  position: absolute;
  right: 23px;
  top: 23px;
}
@media only screen and (max-width: 921px) {
  #sidebar .close {
    display: block;
  }
}
#sidebar h2 {
  color: #3a3b3d;
  font-size: 2.1rem;
  margin: 0 0 15px;
}
#sidebar h3 {
  color: #71777c;
  font-size: 1.4rem;
  margin: 0 0 5px;
}
#sidebar .loader-wrapper {
  height: -webkit-calc(100% - 145px);
  height: -moz-calc(100% - 145px);
  height: calc(100% - 145px);
  left: auto;
  right: 0;
  top: 145px;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #sidebar .loader-wrapper {
    height: 100%;
    top: 0;
  }
}
#sidebar .loader-wrapper .loader {
  left: auto;
  margin-right: 130px;
  right: 0;
}

.sidebar-fade {
  background: rgba(242, 242, 242, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease;
  z-index: 11;
}
@media only screen and (min-width: 922px) {
  .sidebar-fade {
    display: none !important;
  }
}

@media only screen and (max-width: 921px) {
  .sidebar-on #sidebar {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
    display: block;
  }
  .sidebar-on .sidebar-fade {
    display: block;
  }
  .sidebar-in #sidebar {
    right: 0;
  }
  .sidebar-in .sidebar-fade {
    opacity: 1;
  }
}
.participants {
  margin: 0 0 5px;
  padding: 0;
}
.participants li {
  display: flex;
  list-style: none;
  margin: 0 0 5px;
  padding: 10px 0;
  position: relative;
}
.participants li:last-of-type {
  margin: 0;
}
.participants li.new {
  -webkit-animation-name: change-up-fade-in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: change-up-fade-in;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: change-up-fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.participants .user-info {
  flex-grow: 1;
}
.participants .cohost {
  color: #fd6764;
  cursor: pointer;
  font-size: 1.2rem;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
}
.participants .cohost:hover {
  color: #fc3632;
}

.attendees--host .participants li {
  padding-right: 50px;
}

h3.attendees-title {
  position: relative;
}
h3.attendees-title:before {
  left: -8px;
  opacity: 0;
  position: absolute;
}
h3.attendees-title.up {
  -webkit-animation-name: change-up;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: change-up;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: change-up;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
h3.attendees-title.up:before {
  content: "+";
  left: -12px;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: flash;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: flash;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
h3.attendees-title.down {
  -webkit-animation-name: change-down;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: change-down;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: change-down;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
h3.attendees-title.down:before {
  content: "-";
  -webkit-animation-name: flash;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: flash;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: flash;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.language-switcher {
  margin: 10px 0;
}
.language-switcher label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #666;
}
.language-switcher select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
}
.language-switcher select:hover {
  border-color: #007cba;
}
.language-switcher select:focus {
  outline: 2px solid #007cba;
  outline-offset: 1px;
  border-color: #007cba;
}

.question-language-toggle {
  margin-top: 8px;
}
.question-language-toggle .btn-link {
  background: none;
  border: none;
  color: #007cba;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  padding: 0;
}
.question-language-toggle .btn-link:hover {
  color: #005a87;
}

/*# sourceMappingURL=style.css.map */
