@keyframes popup-down {
  0% {
    opacity: 0;
    transform: translate(0, -10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes popup-up {
  0% {
    opacity: 0;
    transform: translate(0, 10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fade-overscale-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  60% {
    transform: scale(1.4); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes slide-fade-from-right {
  0% {
    opacity: 0;
    transform: translate(100%, 0); }
  100% {
    opacity: 1;
    transform: translate(0%, 0); } }
@keyframes slide-fade-from-left {
  0% {
    opacity: 0;
    transform: translate(-100%, 0); }
  100% {
    opacity: 1;
    transform: translate(0%, 0); } }
@keyframes slide-in {
  0%, 100% {
    overflow: hidden; }
  0% {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  100% {
    max-height: 100vh; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scale-in {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
   }
body {
  margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
audio,
canvas,
progress,
video {
  display: inline-block;
  
  vertical-align: baseline;
   }
audio:not([controls]) {
  display: none;
  height: 0; }
[hidden],
template {
  display: none; }
a {
  background-color: transparent; }
a:active,
a:hover {
  outline: 0; }
abbr[title] {
  border-bottom: 1px dotted; }
b,
strong {
  font-weight: bold; }
dfn {
  font-style: italic; }
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
mark {
  background: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
img {
  border: 0; }
svg:not(:root) {
  overflow: hidden; }
figure {
  margin: 1em 40px; }
hr {
  box-sizing: content-box;
  height: 0; }
pre {
  overflow: auto; }
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
   }
button {
  overflow: visible; }
button,
select {
  text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  
  cursor: pointer;
   }
button[disabled],
html input[disabled] {
  cursor: not-allowed; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input {
  line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
   }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  
  box-sizing: content-box;
   }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
legend {
  border: 0;
  
  padding: 0;
   }
textarea {
  overflow: auto; }
optgroup {
  font-weight: bold; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0; }
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
html {
  font-size: 100%;
  box-sizing: border-box; }
*,
*::before,
*::after {
  box-sizing: inherit; }
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.125rem; }
select {
  width: 100%;
  border-radius: 0.125rem; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0.125rem;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }
.is-visible {
  display: block !important; }
.is-hidden {
  display: none !important; }
.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
.small-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }
.small-offset-0 {
  margin-left: 0%; }
.small-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }
.small-offset-1 {
  margin-left: 8.3333333333%; }
.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }
.small-offset-2 {
  margin-left: 16.6666666667%; }
.small-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }
.small-offset-3 {
  margin-left: 25%; }
.small-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }
.small-offset-4 {
  margin-left: 33.3333333333%; }
.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }
.small-offset-5 {
  margin-left: 41.6666666667%; }
.small-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }
.small-offset-6 {
  margin-left: 50%; }
.small-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }
.small-offset-7 {
  margin-left: 58.3333333333%; }
.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }
.small-offset-8 {
  margin-left: 66.6666666667%; }
.small-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }
.small-offset-9 {
  margin-left: 75%; }
.small-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }
.small-offset-10 {
  margin-left: 83.3333333333%; }
.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }
.small-offset-11 {
  margin-left: 91.6666666667%; }
.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }
.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }
.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }
.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }
.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }
.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }
.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }
.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }
.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }
.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }
.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
em,
i {
  font-style: italic;
  line-height: inherit; }
strong,
b {
  font-weight: 700;
  line-height: inherit; }
small {
  font-size: 80%;
  line-height: inherit; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #666666;
    line-height: 0; }
h1 {
  font-size: 1.875rem; }
h2 {
  font-size: 1.5rem; }
h3 {
  font-size: 1.125rem; }
h4 {
  font-size: 1rem; }
h5 {
  font-size: 0.875rem; }
h6 {
  font-size: 0.875rem; }
@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.875rem; }
  h6 {
    font-size: 0.875rem; } }
a {
  color: #2075a3;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1a5e82;
    text-decoration: none; }
  a img {
    border: 0; }
hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cdcdcd;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside; }
li {
  font-size: inherit; }
ul {
  list-style-type: disc;
  margin-left: 1.1rem; }
ol {
  margin-left: 1.1rem; }
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700; }
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 2px solid #cdcdcd; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #333333; }
cite {
  display: block;
  font-size: 0.8125rem;
  color: #333333; }
  cite:before {
    content: '\2014 \0020'; }
abbr {
  color: #333333;
  cursor: help;
  border-bottom: 1px dotted #000000; }
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #333333;
  background-color: #e5e5e5;
  border: 1px solid #cdcdcd;
  padding: 0.125rem 0.3125rem 0.0625rem; }
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e5e5e5;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 0.125rem; }
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #767676; }
.lead {
  font-size: 125%;
  line-height: 1.6; }
.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }
.no-bullet {
  margin-left: 0;
  list-style: none; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #333333;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3125rem;
  padding: 0.5rem;
  border: 1px solid #cdcdcd;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #333333;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0.125rem;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #c56fd5;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(197, 111, 213, 0.1);
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out; }
textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666; }
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666666; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666; }
input::placeholder,
textarea::placeholder {
  color: #666666; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e5e5e5;
  cursor: default; }
[type='submit'],
[type='button'] {
  border-radius: 0.125rem;
  -webkit-appearance: none;
  -moz-appearance: none; }
input[type='search'] {
  box-sizing: border-box; }
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }
[type='file'] {
  width: 100%; }
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }
.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0.125rem 0 0 0.125rem; }
  .input-group > :last-child > * {
    border-radius: 0 0.125rem 0.125rem 0; }
.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap; }
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e5e5e5;
  color: #000000;
  border: 1px solid #cdcdcd;
  white-space: nowrap;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }
.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  width: auto;
  height: auto; }
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }
.input-group .input-group-button {
  display: table-cell; }
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }
legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }
.fieldset {
  border: 1px solid #cdcdcd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }
select {
  height: 2.3125rem;
  padding: 0.5rem;
  border: 1px solid #cdcdcd;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  color: #333333;
  background-color: #ffffff;
  border-radius: 0.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e5e5e5;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #cc413a; }
  .form-error.is-visible {
    display: block; }
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  padding: 0.5em 1.125em;
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  background-color: #333333;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #666666;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #1874a4;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #135d83;
      color: #ffffff; }
  .button.secondary {
    background-color: #cdcdcd;
    color: #333333; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #a4a4a4;
      color: #333333; }
  .button.success {
    background-color: #39e379;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #1cc75c;
      color: #ffffff; }
  .button.warning {
    background-color: #ff6600;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc5200;
      color: #ffffff; }
  .button.alert {
    background-color: #ff3b30;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #f20d00;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #1874a4;
    color: #1874a4; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3a52;
      color: #0c3a52; }
    .button.hollow.primary {
      border: 1px solid #1874a4;
      color: #1874a4; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3a52;
        color: #0c3a52; }
    .button.hollow.secondary {
      border: 1px solid #cdcdcd;
      color: #cdcdcd; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #676767;
        color: #676767; }
    .button.hollow.success {
      border: 1px solid #39e379;
      color: #39e379; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #127c3a;
        color: #127c3a; }
    .button.hollow.warning {
      border: 1px solid #ff6600;
      color: #ff6600; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #803300;
        color: #803300; }
    .button.hollow.alert {
      border: 1px solid #ff3b30;
      color: #ff3b30; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #980800;
        color: #980800; }
  .button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #333333;
      color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.125em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }
.accordion {
  list-style-type: none;
  background: transparent;
  margin-left: 0; }
.accordion-item:first-child > :first-child {
  border-radius: 0.125rem 0.125rem 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0.125rem 0.125rem; }
.accordion-title {
  display: block;
  padding: 1.25rem 0;
  line-height: 1;
  font-size: 0.75rem;
  color: #333333;
  position: relative;
  border: 2px solid #333333;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0.125rem 0.125rem;
    border-bottom: 2px solid #333333; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: transparent; }
.accordion-content {
  padding: 1rem;
  display: none;
  border: 2px solid #333333;
  border-bottom: 0;
  background-color: #ffffff;
  color: #333333; }
  :last-child > .accordion-content:last-child {
    border-bottom: 2px solid #333333; }
.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #1874a4 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #1874a4;
  color: #ffffff; }
  .badge.secondary {
    background: #cdcdcd;
    color: #000000; }
  .badge.success {
    background: #39e379;
    color: #ffffff; }
  .badge.warning {
    background: #ff6600;
    color: #ffffff; }
  .badge.alert {
    background: #ff3b30;
    color: #ffffff; }
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #333333;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #666666;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #1874a4; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #767676;
    cursor: not-allowed; }
.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.875rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1874a4;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #135d83;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #cdcdcd;
    color: #333333; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #a4a4a4;
      color: #333333; }
  .button-group.success .button {
    background-color: #39e379;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #1cc75c;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #ff6600;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc5200;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #ff3b30;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #f20d00;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #cdcdcd;
  border-radius: 0.125rem;
  position: relative;
  color: #333333;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d5edf9; }
  .callout.secondary {
    background-color: #f8f8f8; }
  .callout.success {
    background-color: #e1fbeb; }
  .callout.warning {
    background-color: #ffe8d9; }
  .callout.alert {
    background-color: #ffe2e0; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }
.close-button {
  position: absolute;
  color: #333333;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu.vertical > li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.large-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu.expanded > li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #1874a4; }
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }
.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }
.no-js [data-responsive-menu] ul {
  display: none; }
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #666666;
    box-shadow: 0 7px 0 #666666, 0 14px 0 #666666; }
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  .menu-icon.dark:hover::after {
    background: #333333;
    box-shadow: 0 7px 0 #333333, 0 14px 0 #333333; }
.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #1874a4;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #1874a4 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }
.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 0.125rem;
  display: block;
  font-size: 0.875rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }
.dropdown-pane.tiny {
  width: 100px; }
.dropdown-pane.small {
  width: 200px; }
.dropdown-pane.large {
  width: 400px; }
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2075a3 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2075a3 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2075a3;
  border-left-style: solid;
  border-right-width: 0; }
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2075a3 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2075a3 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2075a3;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2075a3 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2075a3 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2075a3;
    border-left-style: solid;
    border-right-width: 0; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }
.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #cdcdcd; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2075a3 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2075a3;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 1.25rem;
  background: #1874a4;
  color: #ffffff; }
  .label.secondary {
    background: #cdcdcd;
    color: #000000; }
  .label.success {
    background: #39e379;
    color: #ffffff; }
  .label.warning {
    background: #ff6600;
    color: #ffffff; }
  .label.alert {
    background: #ff3b30;
    color: #ffffff; }
.media-object {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }
.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
html,
body {
  height: 100%; }
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
.off-canvas {
  position: absolute;
  background: #272727;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -12.5rem;
    top: 0;
    width: 12.5rem; }
    .is-open-left {
      -ms-transform: translateX(12.5rem);
          transform: translateX(12.5rem); }
  .off-canvas.position-right {
    right: -12.5rem;
    top: 0;
    width: 12.5rem; }
    .is-open-right {
      -ms-transform: translateX(-12.5rem);
          transform: translateX(-12.5rem); }
@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 12.5rem; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 12.5rem; } }
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 12.5rem; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 12.5rem; } }
.orbit {
  position: relative; }
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }
.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }
.orbit-figure {
  margin: 0; }
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5); }
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }
.orbit-previous {
  left: 0; }
.orbit-next {
  left: auto;
  right: 0; }
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #666666;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #333333; }
    .orbit-bullets button.is-active {
      background-color: #333333; }
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0.125rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: inherit;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0.125rem; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f0f0f0; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #c56fd5;
    color: #222222;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #767676;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: inherit; }
.progress {
  background-color: #666666;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.125rem; }
  .progress.primary .progress-meter {
    background-color: #1874a4; }
  .progress.secondary .progress-meter {
    background-color: #cdcdcd; }
  .progress.success .progress-meter {
    background-color: #39e379; }
  .progress.warning .progress-meter {
    background-color: #ff6600; }
  .progress.alert .progress-meter {
    background-color: #ff3b30; }
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1874a4;
  border-radius: 0.125rem; }
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 0.125rem; }
.slider {
  position: relative;
  height: 0.625rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e5e5e5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.625rem;
  background-color: #c56fd5;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }
.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 100%; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #d9d9d9; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.125rem;
    height: 1.125rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
.sticky-container {
  position: relative; }
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }
.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }
body.is-reveal-open {
  overflow: hidden; }
html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }
.reveal {
  display: none;
  z-index: 1006;
  padding: 1.875rem;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  border-radius: 0.125rem;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 80rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 80rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 80rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 80rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }
.switch-input {
  opacity: 0;
  position: absolute; }
.switch-paddle {
  background: #e5e5e5;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 2em;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 100%; }
  input:checked ~ .switch-paddle {
    background: #39e379; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }
.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.125rem; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  table caption {
    font-weight: 700;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f9f9f9;
    color: #333333; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: 700;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }
table.hover tr:hover {
  background-color: #fafafa; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }
.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }
.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e5e5e5; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }
.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }
.tabs.primary {
  background: #1874a4; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1a7eb2; }
.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e5e5e5; }
.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #e5e5e5;
  border-top: 0; }
.tabs-content.vertical {
  border: 1px solid #e5e5e5;
  border-left: 0; }
.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }
.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0.125rem;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(24, 116, 164, 0.5); }
.title-bar {
  background: #000000;
  color: #ffffff;
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
.title-bar-right {
  text-align: right; }
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  .menu-icon.dark:hover::after {
    background: #333333;
    box-shadow: 0 7px 0 #333333, 0 14px 0 #333333; }
.has-tip {
  border-bottom: dotted 1px #333333;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help; }
.tooltip {
  background-color: #000000;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0.125rem; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #000000;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #000000;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #000000 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e5e5e5; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left,
      .top-bar .top-bar-right {
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 1rem; }
.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
.hide {
  display: none !important; }
.invisible {
  visibility: hidden; }
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
.show-for-sr, .sr-only,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }
.clearfix::after {
  clear: both; }
.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }
.align-center {
  -ms-flex-pack: center;
      justify-content: center; }
.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }
.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }
.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }
.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }
.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }
.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }
.align-middle {
  -ms-flex-align: center;
      align-items: center; }
.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }
.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }
.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }
.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }
.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }
.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }
.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }
.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }
@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }
@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }
.slow {
  transition-duration: 750ms !important; }
.fast {
  transition-duration: 250ms !important; }
.linear {
  transition-timing-function: linear !important; }
.ease {
  transition-timing-function: ease !important; }
.ease-in {
  transition-timing-function: ease-in !important; }
.ease-out {
  transition-timing-function: ease-out !important; }
.ease-in-out {
  transition-timing-function: ease-in-out !important; }
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
.short-delay {
  transition-delay: 300ms !important; }
.long-delay {
  transition-delay: 700ms !important; }
.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }
.infinite {
  animation-iteration-count: infinite; }
.slow {
  animation-duration: 750ms !important; }
.fast {
  animation-duration: 250ms !important; }
.linear {
  animation-timing-function: linear !important; }
.ease {
  animation-timing-function: ease !important; }
.ease-in {
  animation-timing-function: ease-in !important; }
.ease-out {
  animation-timing-function: ease-out !important; }
.ease-in-out {
  animation-timing-function: ease-in-out !important; }
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
.short-delay {
  animation-delay: 300ms !important; }
.long-delay {
  animation-delay: 700ms !important; }
body:not(.hide-focus-outline) :focus {
  outline: 0.125rem solid #0076d0; }
.text-right {
  text-align: right; }
.text-left {
  text-align: left; }
.right {
  float: right !important; }
.left {
  float: left !important; }
body {
  font-size: 0.875rem; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.2rem; }
h1, h2, h3 {
  font-family: "Noto Serif", serif;
  font-weight: 400; }
  h1.subheader, h2.subheader, h3.subheader {
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
h4 {
  font-weight: 400; }
h5 {
  font-weight: 700; }
h6 {
  font-weight: 600; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
select {
  height: 2.375rem; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; }
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; }
input::placeholder,
textarea::placeholder {
  opacity: 1; }
input[readonly],
textarea[readonly] {
  background-color: #f8f8f8; }
select {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23333%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out; }
  select:focus {
    border: 1px solid #c56fd5;
    box-shadow: 0 0 0 4px rgba(197, 111, 213, 0.1); }
.form-label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6; }
[type=checkbox]:not(.switch-input),
[type=radio]:not(.switch-input) {
  position: relative;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-bottom: 1rem;
  margin-right: 0;
  top: 0.25rem;
  opacity: 0; }
  [type=checkbox]:not(.switch-input) + label,
  [type=radio]:not(.switch-input) + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 400; }
    [type=checkbox]:not(.switch-input) + label::before, [type=checkbox]:not(.switch-input) + label::after,
    [type=radio]:not(.switch-input) + label::before,
    [type=radio]:not(.switch-input) + label::after {
      content: "";
      position: absolute;
      display: block;
      width: 1.0625rem;
      height: 1.0625rem;
      z-index: 2;
      font-size: 0.875rem;
      left: -1.5625rem;
      top: 0.1875rem; }
    [type=checkbox]:not(.switch-input) + label::after,
    [type=radio]:not(.switch-input) + label::after {
      border: 1px solid transparent;
      margin: -0.0625rem;
      background-repeat: no-repeat;
      background-size: 1rem;
      border-radius: 0.125rem; }
  [type=checkbox]:not(.switch-input):focus + label,
  [type=radio]:not(.switch-input):focus + label {
    text-decoration: underline; }
    [type=checkbox]:not(.switch-input):focus + label::after,
    [type=radio]:not(.switch-input):focus + label::after {
      outline: 0.125rem solid #0076d0;
      outline-offset: 1px; }
  .hide-focus-outline [type=checkbox]:not(.switch-input):focus + label, [data-whatinput='mouse'] [type=checkbox]:not(.switch-input):focus + label, .hide-focus-outline
  [type=radio]:not(.switch-input):focus + label, [data-whatinput='mouse']
  [type=radio]:not(.switch-input):focus + label {
    text-decoration: none; }
    .hide-focus-outline [type=checkbox]:not(.switch-input):focus + label::after, [data-whatinput='mouse'] [type=checkbox]:not(.switch-input):focus + label::after, .hide-focus-outline
    [type=radio]:not(.switch-input):focus + label::after, [data-whatinput='mouse']
    [type=radio]:not(.switch-input):focus + label::after {
      outline: none !important; }
  [type=checkbox]:not(.switch-input):checked + label::before,
  [type=radio]:not(.switch-input):checked + label::before {
    border-right: 0.125rem solid transparent;
    border-bottom: 0.125rem solid transparent;
    margin-top: 0.0625rem;
    margin-left: 0.25rem;
    width: 0.375rem;
    height: 0.625rem;
    -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    z-index: 4; }
  [type=checkbox]:not(.switch-input):disabled + label,
  [type=radio]:not(.switch-input):disabled + label {
    opacity: 0.5;
    cursor: default; }
[type=checkbox]:not(.switch-input) + label::after,
[type=checkbox]:not(.switch-input):disabled:hover + label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23CDCDCD%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.5%2015.5h-11c-1.1%200-2-.9-2-2v-11c0-1.1.9-2%202-2h11c1.1%200%202%20.9%202%202v11c0%201.1-.9%202-2%202z%22%2F%3E%3C%2Fsvg%3E"); }
[type=checkbox]:not(.switch-input):hover + label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23CDCDCD%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.5%2015.5h-11c-1.1%200-2-.9-2-2v-11c0-1.1.9-2%202-2h11c1.1%200%202%20.9%202%202v11c0%201.1-.9%202-2%202z%22%2F%3E%3Cpath%20fill%3D%22%23CDCDCD%22%20d%3D%22M10.6%204L7.3%209%205.1%207.1%204%208.3l3.5%203.3L12%204.9z%22%2F%3E%3C%2Fsvg%3E"); }
[type=checkbox]:not(.switch-input):checked + label::after, [type=checkbox]:not(.switch-input):checked:disabled:hover + label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%3Cpath%20fill%3D%22%232EDC91%22%20stroke%3D%22%2312B957%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.5%2015.5h-11c-1.1%200-2-.9-2-2v-11c0-1.1.9-2%202-2h11c1.1%200%202%20.9%202%202v11c0%201.1-.9%202-2%202z%22%2F%3E%3Cpath%20fill%3D%22%23222%22%20d%3D%22M10.6%204L7.3%209%205.1%207.1%204%208.3l3.5%203.3L12%204.9z%22%2F%3E%3C%2Fsvg%3E"); }
[type=radio]:not(.switch-input) + label::after,
[type=radio]:not(.switch-input):disabled:hover + label::after {
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23CDCDCD%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8%2015.5C3.9%2015.5.5%2012.1.5%208S3.9.5%208%20.5s7.5%203.4%207.5%207.5-3.4%207.5-7.5%207.5z%22%2F%3E%3C%2Fsvg%3E"); }
[type=radio]:not(.switch-input):hover + label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23CDCDCD%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8%2015.5C3.9%2015.5.5%2012.1.5%208S3.9.5%208%20.5s7.5%203.4%207.5%207.5-3.4%207.5-7.5%207.5z%22%2F%3E%3Cpath%20fill%3D%22%23CDCDCD%22%20d%3D%22M8%2011c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203z%22%2F%3E%3C%2Fsvg%3E"); }
[type=radio]:not(.switch-input):checked + label::after, [type=radio]:not(.switch-input):checked:disabled:hover + label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23CDCDCD%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8%2015.5C3.9%2015.5.5%2012.1.5%208S3.9.5%208%20.5s7.5%203.4%207.5%207.5-3.4%207.5-7.5%207.5z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M8%2011c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203z%22%2F%3E%3C%2Fsvg%3E"); }
.input-wrap,
.checkbox-wrap,
.radio-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .input-wrap input,
  .checkbox-wrap input,
  .radio-wrap input {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .input-wrap input + label,
    .checkbox-wrap input + label,
    .radio-wrap input + label {
      margin-right: 0.625rem; }
  .input-wrap.list,
  .checkbox-wrap.list,
  .radio-wrap.list {
    display: -ms-flexbox;
    display: flex; }
.accordion {
  border: 0; }
.accordion-title {
  border: 0;
  border-bottom: 2px solid #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 1.875rem;
  text-decoration: none; }
  .accordion-title > h2,
  .accordion-title > h3 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0; }
  .accordion-title:hover, .accordion-title:focus {
    color: #666666; }
  .accordion-title::before, .accordion-title::after {
    content: "";
    position: absolute;
    right: 0.3125rem;
    top: 50%;
    width: 0.625rem;
    height: 0.125rem;
    background-color: currentColor;
    border-radius: 0.125rem;
    -ms-transform-origin: center;
        transform-origin: center;
    transition: transform 200ms cubic-bezier(0.55, 0, 0.1, 1), color 200ms; }
  .accordion-title::before {
    -ms-transform: rotate(45deg) translate(-0.25rem, 0.25rem);
        transform: rotate(45deg) translate(-0.25rem, 0.25rem); }
    .accordion-item.is-active .accordion-title::before, .accordion-item.active .accordion-title::before {
      -ms-transform: rotate(-45deg) translate(-0.25rem, -0.25rem);
          transform: rotate(-45deg) translate(-0.25rem, -0.25rem); }
  .accordion-title::after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .accordion-item.is-active .accordion-title::after, .accordion-item.active .accordion-title::after {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .accordion-title:active::before, .accordion-title:active::after {
    color: #c56fd5; }
.accordion-content {
  border: 0; }
.button {
  text-decoration: none;
  line-height: 1.6; }
  body:not(.hide-focus-outline) .button:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  .button.secondary {
    background-color: #cdcdcd;
    color: #333333; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #e5e5e5;
      color: #333333; }
  .button.inverse {
    background-color: #ffffff;
    color: #333333; }
    .button.inverse:hover, .button.inverse:focus {
      background-color: #d9d9d9;
      color: #333333; }
    .button.inverse.outline {
      background-color: transparent;
      box-shadow: inset 0 0 0 1px #ffffff;
      border: 1px solid #ffffff;
      color: #ffffff; }
      .button.inverse.outline:hover, .button.inverse.outline:focus {
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #333333; }
  .button.secondary-inverse.outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #cdcdcd;
    border: 1px solid #cdcdcd;
    color: #cdcdcd; }
    .button.secondary-inverse.outline:hover, .button.secondary-inverse.outline:focus {
      background-color: #cdcdcd;
      border: 1px solid #cdcdcd;
      color: #333333; }
  .button.text {
    background-color: transparent;
    color: #2075a3;
    text-decoration: underline; }
    .button.text:hover, .button.text:focus {
      background-color: transparent;
      color: #2075a3; }
    .button.text:hover, .button.text:focus {
      color: #1a5e82;
      text-decoration: none; }
  .button.icon {
    position: relative;
    padding: 0;
    min-width: 2.4rem;
    min-height: 2.4rem;
    line-height: 2.4em; }
    .button.icon.tiny {
      min-width: 1.685rem;
      min-height: 1.685rem;
      line-height: 1.685em; }
    .button.icon.small {
      min-width: 2.075rem;
      min-height: 2.075rem;
      line-height: 2.075em; }
    .button.icon.large {
      min-width: 2.725rem;
      min-height: 2.725rem;
      line-height: 2.725em; }
    .button.icon .svg-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .button.clear, .button.super-clear {
    background-color: transparent;
    color: rgba(51, 51, 51, 0.67); }
    .button.clear:hover, .button.clear:focus, .button.super-clear:hover, .button.super-clear:focus {
      color: #333333; }
  .button.clear-inverse {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.67); }
    .button.clear-inverse:hover, .button.clear-inverse:focus {
      color: #ffffff; }
  .button.dropdown::after {
    top: .55em;
    border-top-color: currentColor; }
button.anchor {
  background-color: transparent;
  color: #2075a3;
  text-decoration: underline; }
  button.anchor:hover, button.anchor:focus {
    background-color: transparent;
    color: #2075a3; }
  button.anchor:hover, button.anchor:focus {
    color: #1a5e82;
    text-decoration: none; }
  button.anchor[disabled] {
    opacity: 0.6;
    cursor: not-allowed; }
    button.anchor[disabled]:hover, button.anchor[disabled]:focus {
      background-color: #333333;
      color: #ffffff; }
.button.primary:active, .button.secondary:active, .button.success:active, .button.warning:active, .button.alert:active, .button.inverse:active, .button.inverse.outline:active, .button.secondary-inverse.outline:active {
  background-color: #c56fd5;
  box-shadow: none;
  border-color: transparent;
  color: #333333; }
.f-dropdown {
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 0.125rem;
  display: block;
  font-size: 0.875rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .f-dropdown.is-open {
    visibility: visible; }
.f-dropdown,
.dropdown-pane {
  box-shadow: 0 0 0 4px rgba(51, 51, 51, 0.075);
  padding: 0; }
  .f-dropdown.content,
  .dropdown-pane.content {
    padding: 1rem; }
.slider {
  border-radius: 6.25rem;
  border: 1px solid transparent; }
.slider-handle {
  box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.15);
  border: 1px solid transparent; }
  body:not(.hide-focus-outline) .slider-handle:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
.slider-fill {
  border: 1px solid transparent;
  border-radius: 6.25rem 0 0 6.25rem;
  top: -0.0625rem;
  left: -0.0625rem;
  overflow: hidden; }
  .slider-fill[style="width: 0%;"] + .slider-handle, .slider-fill[style="width: 1%;"] + .slider-handle, .slider-fill[style="width: 2%;"] + .slider-handle, .slider-fill[style="width: 3%;"] + .slider-handle {
    margin-left: -0.125rem; }
  .slider-fill[style="width: 4%;"] + .slider-handle, .slider-fill[style="width: 5%;"] + .slider-handle, .slider-fill[style="width: 6%;"] + .slider-handle, .slider-fill[style="width: 7%;"] + .slider-handle {
    margin-left: -0.0625rem; }
  .slider-fill[style="width: 93%;"] + .slider-handle, .slider-fill[style="width: 94%;"] + .slider-handle, .slider-fill[style="width: 95%;"] + .slider-handle, .slider-fill[style="width: 96%;"] + .slider-handle {
    margin-left: 0.0625rem; }
  .slider-fill[style="width: 97%;"] + .slider-handle, .slider-fill[style="width: 98%;"] + .slider-handle, .slider-fill[style="width: 99%;"] + .slider-handle, .slider-fill[style="width: 100%;"] + .slider-handle {
    margin-left: 0.125rem; }
  .slider-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: 0.25rem solid transparent; }
body:not(.hide-focus-outline):not([data-whatinput='mouse']) .switch-input:focus + .switch-paddle::after {
  box-shadow: 0 0 0 3px #e5e5e5, 0 0 0 5px rgba(0, 118, 208, 0.8); }
body:not(.hide-focus-outline):not([data-whatinput='mouse']) .switch-input:focus:checked + .switch-paddle::after {
  box-shadow: 0 0 0 3px #39e379, 0 0 0 5px #0076d0; }
.switch-paddle::after {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 0 0 2px rgba(0, 0, 0, 0.04); }
.js-off-canvas-exit {
  transition: background 250ms cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 9900; }
  .js-off-canvas-exit:hover {
    background-color: rgba(255, 255, 255, 0.05); }
.off-canvas.position-left {
  left: -12.5rem;
  top: 0;
  width: 12.5rem; }
  .is-open-left {
    -ms-transform: translateX(12.5rem);
        transform: translateX(12.5rem); }
.off-canvas.position-right {
  right: -12.5rem;
  top: 0;
  width: 12.5rem; }
  .is-open-right {
    -ms-transform: translateX(-12.5rem);
        transform: translateX(-12.5rem); }
.is-open-left {
  -ms-transform: translateX(12.5rem);
      transform: translateX(12.5rem); }
.is-open-right {
  -ms-transform: translateX(-12.5rem);
      transform: translateX(-12.5rem); }
@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 12.5rem; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: auto;
      margin-right: auto;
      padding-left: 12.5rem; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 12.5rem; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-left: auto;
      margin-right: auto;
      padding-right: 12.5rem; } }
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 12.5rem; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: auto;
      margin-right: auto;
      padding-left: 12.5rem; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 12.5rem; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-left: auto;
      margin-right: auto;
      padding-right: 12.5rem; } }
.pagination a, .pagination button {
  line-height: inherit;
  vertical-align: middle; }
.foundation-mq {
  font-family: "small=0em&check-30-up=30em&check-32-up=32em&check-35-up=35em&check-37-up=37em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
.flex-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.3125rem;
  margin-bottom: 1.25rem;
  -ms-flex-align: center;
      align-items: center; }
  .flex-row.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-row .flex-row {
    margin: 0; }
.flex-column {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  margin: 0 0.3125rem; }
.flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
.flex-0 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
.flex-1 {
  -ms-flex: 1 1 8.3333333333%;
      flex: 1 1 8.3333333333%; }
@media screen and (min-width: 40em) {
  .medium-flex-1 {
    -ms-flex: 1 1 8.3333333333%;
        flex: 1 1 8.3333333333%; } }
.flex-2 {
  -ms-flex: 1 1 16.6666666667%;
      flex: 1 1 16.6666666667%; }
@media screen and (min-width: 40em) {
  .medium-flex-2 {
    -ms-flex: 1 1 16.6666666667%;
        flex: 1 1 16.6666666667%; } }
.flex-3 {
  -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
@media screen and (min-width: 40em) {
  .medium-flex-3 {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%; } }
.flex-4 {
  -ms-flex: 1 1 33.3333333333%;
      flex: 1 1 33.3333333333%; }
@media screen and (min-width: 40em) {
  .medium-flex-4 {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%; } }
.flex-5 {
  -ms-flex: 1 1 41.6666666667%;
      flex: 1 1 41.6666666667%; }
@media screen and (min-width: 40em) {
  .medium-flex-5 {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%; } }
.flex-6 {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
@media screen and (min-width: 40em) {
  .medium-flex-6 {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
.flex-7 {
  -ms-flex: 1 1 58.3333333333%;
      flex: 1 1 58.3333333333%; }
@media screen and (min-width: 40em) {
  .medium-flex-7 {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%; } }
.flex-8 {
  -ms-flex: 1 1 66.6666666667%;
      flex: 1 1 66.6666666667%; }
@media screen and (min-width: 40em) {
  .medium-flex-8 {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%; } }
.flex-9 {
  -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
@media screen and (min-width: 40em) {
  .medium-flex-9 {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%; } }
.flex-10 {
  -ms-flex: 1 1 83.3333333333%;
      flex: 1 1 83.3333333333%; }
@media screen and (min-width: 40em) {
  .medium-flex-10 {
    -ms-flex: 1 1 83.3333333333%;
        flex: 1 1 83.3333333333%; } }
.flex-11 {
  -ms-flex: 1 1 91.6666666667%;
      flex: 1 1 91.6666666667%; }
@media screen and (min-width: 40em) {
  .medium-flex-11 {
    -ms-flex: 1 1 91.6666666667%;
        flex: 1 1 91.6666666667%; } }
.flex-12 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
@media screen and (min-width: 40em) {
  .medium-flex-12 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
body {
  font-size: 0.875rem;
  background-color: #262626;
  overflow: hidden; }
.side-panels {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  width: 100%;
  z-index: 155;
  -ms-transform: translateX(100%);
      transform: translateX(100%); }
  @media screen and (min-width: 40em) {
    .side-panels {
      width: 50vw;
      max-width: 23.75rem; } }
  .side-panels.active {
    -ms-transform: none;
        transform: none; }
  .side-panels.active-add {
    animation: offcanvas-panel-in-right 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  .side-panels.active-remove {
    animation: offcanvas-panel-in-right 350ms cubic-bezier(0.55, 0, 0.1, 1) reverse; }
  .side-panels.offcanvas-left {
    left: 0; }
  .side-panels.offcanvas-right {
    right: 0; }
  .side-panels h5 {
    margin-bottom: 0.625rem;
    font-weight: 600; }
  .side-panels ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .side-panels .checkbox-wrap, .side-panels .radio-wrap {
    display: -ms-flexbox;
    display: flex; }
@keyframes offcanvas-panel-in-right {
  0% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes offcanvas-panel-in-left {
  0% {
    transform: translate3d(-100%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
.side-panel {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .side-panel > [bb-focus] {
    outline: none; }
.side-panel-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  width: 100%; }
  .side-panel-container header, .side-panel-container footer, .side-panel-container > div {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .side-panel-container header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 3.125rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #cdcdcd; }
    .side-panel-container header.bottom-spacing {
      margin-bottom: 1.5rem; }
    .side-panel-container header h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      margin: 0; }
  .side-panel-container footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0.75rem 1.5rem; }
    .side-panel-container footer button {
      margin-bottom: 0; }
  .side-panel-container .scroll-content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 0 1.5rem;
    overflow-y: auto; }
    .side-panel-container .scroll-content.top-spacing {
      padding-top: 1.5rem; }
.dropdown-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 90; }
  .dropdown-wrap .f-dropdown {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    width: auto;
    visibility: visible; }
    .dropdown-wrap .f-dropdown a {
      color: #333333; }
    .dropdown-wrap .f-dropdown li {
      display: block; }
      .dropdown-wrap .f-dropdown li > a {
        padding: 0.625rem 1rem; }
    .dropdown-wrap .f-dropdown.drop-top:before, .dropdown-wrap .f-dropdown.drop-top:after {
      margin-bottom: -2px; }
  .dropdown-wrap.ng-hide-remove {
    animation: popup-down 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1; }
  .dropdown-wrap.ng-hide-add {
    animation: popup-down 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1 reverse; }
  .dropdown-wrap.popup-up {
    top: auto;
    bottom: 100%; }
    .dropdown-wrap.popup-up.ng-hide-remove {
      animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1; }
    .dropdown-wrap.popup-up.ng-hide-add {
      animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1 reverse; }
.pip {
  width: 100%;
  height: 100%;
  max-width: 6.5131578947rem;
  max-height: 3.75rem;
  position: absolute;
  z-index: 25;
  bottom: 0;
  transition: right 350ms cubic-bezier(0.55, 0, 0.1, 1), bottom 350ms cubic-bezier(0.55, 0, 0.1, 1);
  right: 0.5rem; }
  .flash-content .pip {
    transition: none; }
  @media screen and (max-width: 63.75em) {
    .offcanvas-open .pip {
      bottom: 0;
      right: 0.5rem;
      z-index: 25; } }
  @media screen and (min-width: 40em) {
    .pip {
      bottom: -3.4375rem;
      right: 4rem;
      z-index: 51; }
      .offcanvas-open .pip {
        right: 0.5rem; } }
  .pip:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%3E%3Cg%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.728%2011.598L23.5%2023.5M17.5%2011.5h-6v6M17.16%2021.5H2.32C1.316%2021.5.5%2020.684.5%2019.677V2.323C.5%201.316%201.315.5%202.32.5h17.36c1.006%200%201.82.816%201.82%201.823v15.015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: center center;
    color: #ffffff;
    opacity: 0;
    transition: opacity 250ms;
    pointer-events: none; }
  .pip:hover {
    cursor: pointer; }
    .pip:hover:after {
      opacity: 1; }
@media (min-height: 5em) {
  .pip#follow-video .video-participant,
  .pip#flash-remote-video .video-participant {
    padding: 0; }
  .pip#follow-video .participant-details-container,
  .pip#flash-remote-video .participant-details-container {
    padding: 0.125rem 0.375rem;
    left: 0;
    right: 0;
    bottom: 0; }
    .pip#follow-video .participant-details-container .user-role,
    .pip#follow-video .participant-details-container .participant-controls-toggle,
    .pip#follow-video .participant-details-container .participant-controls-container,
    .pip#follow-video .participant-details-container .participant-icons,
    .pip#follow-video .participant-details-container .bb-avatar,
    .pip#flash-remote-video .participant-details-container .user-role,
    .pip#flash-remote-video .participant-details-container .participant-controls-toggle,
    .pip#flash-remote-video .participant-details-container .participant-controls-container,
    .pip#flash-remote-video .participant-details-container .participant-icons,
    .pip#flash-remote-video .participant-details-container .bb-avatar {
      display: none !important; }
    .pip#follow-video .participant-details-container .participant-name,
    .pip#flash-remote-video .participant-details-container .participant-name {
      font-size: 0.75rem;
      font-weight: 400; }
    .pip#follow-video .participant-details-container .participant-details,
    .pip#flash-remote-video .participant-details-container .participant-details {
      min-height: auto; }
    .pip#follow-video .participant-details-container .username,
    .pip#flash-remote-video .participant-details-container .username {
      padding-left: 0; }
  .pip#follow-video:hover .participant-details-container,
  .pip#flash-remote-video:hover .participant-details-container {
    background: transparent; } }
.accordion-title h4 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }
.accordion-content.active {
  display: block;
  background-color: transparent; }
.accordion-content.ng-enter, .accordion-content.active-add {
  display: block;
  overflow: hidden;
  animation: slide-in 500ms cubic-bezier(0.55, 0, 0.1, 1); }
.accordion-content.ng-leave, .accordion-content.active-remove {
  display: block;
  overflow: hidden;
  animation: slide-in 300ms cubic-bezier(0.55, 0, 0.1, 1) reverse; }
.button-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .button-list button:not(.preserve) {
    position: relative;
    padding-left: 1.25rem; }
    .button-list button:not(.preserve):before, .button-list button:not(.preserve):after {
      content: "";
      display: block;
      position: absolute;
      background-color: #cdcdcd;
      height: 0.0625rem;
      top: 0;
      transition: left 200ms cubic-bezier(0.55, 0, 0.1, 1), right 200ms cubic-bezier(0.55, 0, 0.1, 1); }
    .button-list button:not(.preserve):after {
      top: 100%; }
    .button-list button:not(.preserve).ng-hide:before, .button-list button:not(.preserve).ng-hide:after {
      display: none; }
    body:not(.hide-focus-outline) .button-list button:not(.preserve):focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
    .hide-focus-outline .button-list button:not(.preserve):focus {
      box-shadow: none !important; }
    .button-list button:not(.preserve):focus:before, .button-list button:not(.preserve):focus:after {
      display: none; }
      .hide-focus-outline .button-list button:not(.preserve):focus:before, .hide-focus-outline .button-list button:not(.preserve):focus:after {
        display: block; }
    .button-list button:not(.preserve):before, .button-list button:not(.preserve):after {
      left: 1.25rem;
      right: 0; }
    .button-list button:not(.preserve).active:before, .button-list button:not(.preserve).active:after {
      left: 0;
      right: 0; }
    .button-list button:not(.preserve):not(.no-hover):hover:before, .button-list button:not(.preserve):not(.no-hover):hover:after, .button-list button:not(.preserve):not(.no-hover):focus:before, .button-list button:not(.preserve):not(.no-hover):focus:after {
      left: 0;
      right: 0; }
  .button-list .button {
    position: relative;
    padding-left: 1.25rem; }
    .button-list .button:before, .button-list .button:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #cdcdcd;
      height: 0.0625rem;
      top: 0;
      transition: left 200ms cubic-bezier(0.55, 0, 0.1, 1), right 200ms cubic-bezier(0.55, 0, 0.1, 1); }
    .button-list .button:after {
      top: 100%; }
    .button-list .button.ng-hide:before, .button-list .button.ng-hide:after {
      display: none; }
    body:not(.hide-focus-outline) .button-list .button:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
    .hide-focus-outline .button-list .button:focus {
      box-shadow: none !important; }
    .button-list .button:focus:before, .button-list .button:focus:after {
      display: none; }
      .hide-focus-outline .button-list .button:focus:before, .hide-focus-outline .button-list .button:focus:after {
        display: block; }
    .button-list .button:before, .button-list .button:after {
      left: 1.25rem;
      right: 0; }
    .button-list .button.active:before, .button-list .button.active:after {
      left: 0;
      right: 0; }
    .button-list .button:not(.no-hover):hover:before, .button-list .button:not(.no-hover):hover:after, .button-list .button:not(.no-hover):focus:before, .button-list .button:not(.no-hover):focus:after {
      left: 0;
      right: 0; }
  .button-list:not(.bordered) > li:first-child:before {
    display: none !important; }
  .button-list:not(.bordered) > li:first-child button:not(.preserve):before {
    display: none !important; }
  .button-list:not(.bordered) > li:first-child .button:before {
    display: none !important; }
  .button-list button:not(.preserve), .button-list .button {
    padding-left: 1.25rem; }
.button-list-icons {
  margin: 0;
  padding: 0;
  list-style: none; }
  .button-list-icons button:not(.preserve) {
    position: relative;
    padding-left: 3rem; }
    .button-list-icons button:not(.preserve):before, .button-list-icons button:not(.preserve):after {
      content: "";
      display: block;
      position: absolute;
      background-color: #cdcdcd;
      height: 0.0625rem;
      top: 0;
      transition: left 200ms cubic-bezier(0.55, 0, 0.1, 1), right 200ms cubic-bezier(0.55, 0, 0.1, 1); }
    .button-list-icons button:not(.preserve):after {
      top: 100%; }
    .button-list-icons button:not(.preserve).ng-hide:before, .button-list-icons button:not(.preserve).ng-hide:after {
      display: none; }
    body:not(.hide-focus-outline) .button-list-icons button:not(.preserve):focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
    .hide-focus-outline .button-list-icons button:not(.preserve):focus {
      box-shadow: none !important; }
    .button-list-icons button:not(.preserve):focus:before, .button-list-icons button:not(.preserve):focus:after {
      display: none; }
      .hide-focus-outline .button-list-icons button:not(.preserve):focus:before, .hide-focus-outline .button-list-icons button:not(.preserve):focus:after {
        display: block; }
    .button-list-icons button:not(.preserve):before, .button-list-icons button:not(.preserve):after {
      left: 3rem;
      right: 0; }
    .button-list-icons button:not(.preserve).active:before, .button-list-icons button:not(.preserve).active:after {
      left: 0;
      right: 0; }
    .button-list-icons button:not(.preserve):not(.no-hover):hover:before, .button-list-icons button:not(.preserve):not(.no-hover):hover:after, .button-list-icons button:not(.preserve):not(.no-hover):focus:before, .button-list-icons button:not(.preserve):not(.no-hover):focus:after {
      left: 0;
      right: 0; }
  .button-list-icons .button {
    position: relative;
    padding-left: 3rem; }
    .button-list-icons .button:before, .button-list-icons .button:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #cdcdcd;
      height: 0.0625rem;
      top: 0;
      transition: left 200ms cubic-bezier(0.55, 0, 0.1, 1), right 200ms cubic-bezier(0.55, 0, 0.1, 1); }
    .button-list-icons .button:after {
      top: 100%; }
    .button-list-icons .button.ng-hide:before, .button-list-icons .button.ng-hide:after {
      display: none; }
    body:not(.hide-focus-outline) .button-list-icons .button:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
    .hide-focus-outline .button-list-icons .button:focus {
      box-shadow: none !important; }
    .button-list-icons .button:focus:before, .button-list-icons .button:focus:after {
      display: none; }
      .hide-focus-outline .button-list-icons .button:focus:before, .hide-focus-outline .button-list-icons .button:focus:after {
        display: block; }
    .button-list-icons .button:before, .button-list-icons .button:after {
      left: 3rem;
      right: 0; }
    .button-list-icons .button.active:before, .button-list-icons .button.active:after {
      left: 0;
      right: 0; }
    .button-list-icons .button:not(.no-hover):hover:before, .button-list-icons .button:not(.no-hover):hover:after, .button-list-icons .button:not(.no-hover):focus:before, .button-list-icons .button:not(.no-hover):focus:after {
      left: 0;
      right: 0; }
  .button-list-icons:not(.bordered) > li:first-child:before {
    display: none !important; }
  .button-list-icons:not(.bordered) > li:first-child button:not(.preserve):before {
    display: none !important; }
  .button-list-icons:not(.bordered) > li:first-child .button:before {
    display: none !important; }
  .button-list-icons button:not(.preserve), .button-list-icons .button {
    padding-left: 3rem; }
    .button-list-icons button:not(.preserve) span, .button-list-icons .button span {
      float: left;
      clear: left; }
    .button-list-icons button:not(.preserve) .svg-icon,
    .button-list-icons button:not(.preserve) .icon-wrap, .button-list-icons .button .svg-icon,
    .button-list-icons .button .icon-wrap {
      position: absolute;
      top: 50%;
      text-align: center;
      font-size: 1.5rem;
      margin-top: -0.75rem;
      left: 0.75rem; }
      .button-list-icons button:not(.preserve) .svg-icon.small,
      .button-list-icons button:not(.preserve) .icon-wrap.small, .button-list-icons .button .svg-icon.small,
      .button-list-icons .button .icon-wrap.small {
        font-size: 1.5rem; }
    .button-list-icons button:not(.preserve) .icon-wrap .svg-icon, .button-list-icons .button .icon-wrap .svg-icon {
      left: 0 !important;
      margin-top: 0 !important; }
  .button-list-icons.small-icons button:not(.preserve), .button-list-icons.small-icons .button {
    padding-left: 2rem; }
    .button-list-icons.small-icons button:not(.preserve):before, .button-list-icons.small-icons button:not(.preserve):after, .button-list-icons.small-icons .button:before, .button-list-icons.small-icons .button:after {
      left: 2rem;
      right: 0; }
    .button-list-icons.small-icons button:not(.preserve).active:before, .button-list-icons.small-icons button:not(.preserve).active:after, .button-list-icons.small-icons .button.active:before, .button-list-icons.small-icons .button.active:after {
      left: 0;
      right: 0; }
    .button-list-icons.small-icons button:not(.preserve) .svg-icon,
    .button-list-icons.small-icons button:not(.preserve) .icon-wrap, .button-list-icons.small-icons .button .svg-icon,
    .button-list-icons.small-icons .button .icon-wrap {
      font-size: 1rem;
      margin-top: -0.5rem;
      left: 0.5rem; }
  .button-list-icons.large-icons button:not(.preserve), .button-list-icons.large-icons .button {
    padding-left: 4.75rem; }
    .button-list-icons.large-icons button:not(.preserve):before, .button-list-icons.large-icons button:not(.preserve):after, .button-list-icons.large-icons .button:before, .button-list-icons.large-icons .button:after {
      left: 4.75rem;
      right: 0; }
    .button-list-icons.large-icons button:not(.preserve).active:before, .button-list-icons.large-icons button:not(.preserve).active:after, .button-list-icons.large-icons .button.active:before, .button-list-icons.large-icons .button.active:after {
      left: 0;
      right: 0; }
    .button-list-icons.large-icons button:not(.preserve) .svg-icon,
    .button-list-icons.large-icons button:not(.preserve) .icon-wrap, .button-list-icons.large-icons .button .svg-icon,
    .button-list-icons.large-icons .button .icon-wrap {
      font-size: 2.375rem;
      margin-top: -1.1875rem;
      left: 1.1875rem; }
.button-list li:not(.no-hover),
.button-list-icons li:not(.no-hover),
.button-list-simple li:not(.no-hover) {
  padding-left: 0;
  transition: background 300ms, color 300ms; }
  .button-list li:not(.no-hover):hover,
  .button-list-icons li:not(.no-hover):hover,
  .button-list-simple li:not(.no-hover):hover {
    background-color: #f0f0f0; }
  .button-list li:not(.no-hover).active,
  .button-list-icons li:not(.no-hover).active,
  .button-list-simple li:not(.no-hover).active {
    background-color: #333333; }
  .button-list li:not(.no-hover) button:not(.preserve):active,
  .button-list li:not(.no-hover) .active,
  .button-list-icons li:not(.no-hover) button:not(.preserve):active,
  .button-list-icons li:not(.no-hover) .active,
  .button-list-simple li:not(.no-hover) button:not(.preserve):active,
  .button-list-simple li:not(.no-hover) .active {
    background-color: #333333; }
    .button-list li:not(.no-hover) button:not(.preserve):active, .button-list li:not(.no-hover) button:not(.preserve):active span:not(.label),
    .button-list li:not(.no-hover) .active,
    .button-list li:not(.no-hover) .active span:not(.label),
    .button-list-icons li:not(.no-hover) button:not(.preserve):active,
    .button-list-icons li:not(.no-hover) button:not(.preserve):active span:not(.label),
    .button-list-icons li:not(.no-hover) .active,
    .button-list-icons li:not(.no-hover) .active span:not(.label),
    .button-list-simple li:not(.no-hover) button:not(.preserve):active,
    .button-list-simple li:not(.no-hover) button:not(.preserve):active span:not(.label),
    .button-list-simple li:not(.no-hover) .active,
    .button-list-simple li:not(.no-hover) .active span:not(.label) {
      color: #ffffff; }
.button-list .no-hover .text,
.button-list-icons .no-hover .text,
.button-list-simple .no-hover .text {
  color: #2075a3;
  padding: 0; }
  .button-list .no-hover .text:before, .button-list .no-hover .text:after,
  .button-list-icons .no-hover .text:before,
  .button-list-icons .no-hover .text:after,
  .button-list-simple .no-hover .text:before,
  .button-list-simple .no-hover .text:after {
    display: none; }
.button-list button:not(.preserve), .button-list .button,
.button-list-icons button:not(.preserve),
.button-list-icons .button,
.button-list-simple button:not(.preserve),
.button-list-simple .button {
  background-color: transparent;
  color: #333333;
  box-shadow: none;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  text-align: left;
  border-radius: 0;
  border: 0; }
  body:not(.hide-focus-outline) .button-list button:not(.preserve):focus, body:not(.hide-focus-outline) .button-list .button:focus, body:not(.hide-focus-outline)
  .button-list-icons button:not(.preserve):focus, body:not(.hide-focus-outline)
  .button-list-icons .button:focus, body:not(.hide-focus-outline)
  .button-list-simple button:not(.preserve):focus, body:not(.hide-focus-outline)
  .button-list-simple .button:focus {
    outline: none !important;
    box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
  .button-list button:not(.preserve):active, .button-list .button:active,
  .button-list-icons button:not(.preserve):active,
  .button-list-icons .button:active,
  .button-list-simple button:not(.preserve):active,
  .button-list-simple .button:active {
    -ms-transform: none;
        transform: none; }
  body:not(.hide-focus-outline) .button-list button:not(.preserve):focus, body:not(.hide-focus-outline) .button-list .button:focus, body:not(.hide-focus-outline)
  .button-list-icons button:not(.preserve):focus, body:not(.hide-focus-outline)
  .button-list-icons .button:focus, body:not(.hide-focus-outline)
  .button-list-simple button:not(.preserve):focus, body:not(.hide-focus-outline)
  .button-list-simple .button:focus {
    z-index: 1; }
.f-dropdown .button-list li:first-child:before, .f-dropdown
.button-list-icons li:first-child:before, .f-dropdown
.button-list-simple li:first-child:before {
  display: none; }
body:not(.hide-focus-outline) .f-dropdown .button-list button:focus, body:not(.hide-focus-outline) .f-dropdown .button-list .button:focus, body:not(.hide-focus-outline) .f-dropdown
.button-list-icons button:focus, body:not(.hide-focus-outline) .f-dropdown
.button-list-icons .button:focus, body:not(.hide-focus-outline) .f-dropdown
.button-list-simple button:focus, body:not(.hide-focus-outline) .f-dropdown
.button-list-simple .button:focus {
  outline: none !important;
  box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
.button-list-simple button:not(.preserve), .button-list-simple .button {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem; }
.reveal.frameless {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  color: #e6e6e6;
  padding: 0;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100vh;
  text-align: center; }
  .reveal.frameless button.text,
  .reveal.frameless .button.text {
    color: #ffffff;
    opacity: 0.8;
    transition: opacity 200ms; }
    .reveal.frameless button.text:hover, .reveal.frameless button.text:focus,
    .reveal.frameless .button.text:hover,
    .reveal.frameless .button.text:focus {
      opacity: 1; }
  .reveal.frameless .modal-title {
    color: #ffffff; }
    .reveal.frameless .modal-title .subheader {
      color: #cccccc;
      margin-left: 0.625rem;
      font-family: "Open Sans", sans-serif; }
  .reveal.frameless .modal-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 31.25rem;
    overflow-y: auto;
    padding: 0 1.875rem 1.875rem; }
  .reveal.frameless .close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem; }
  .reveal.frameless .modal-footer {
    margin-top: 1.25rem; }
.f-dropdown.guidance {
  position: absolute;
  border: 0.0625rem solid #ffffff;
  background: #333333;
  color: #ffffff;
  padding: 0.75rem 1rem 0.875rem;
  width: 15rem;
  max-width: 25rem;
  margin-left: -7.5rem;
  padding: 1rem;
  border-radius: 0.125rem;
  left: 50%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  visibility: visible;
  z-index: 250; }
  .f-dropdown.guidance .button.text,
  .f-dropdown.guidance button.text {
    color: #ffffff;
    margin: 0;
    padding: 0; }
  .f-dropdown.guidance .svg-icon {
    margin-bottom: 1rem; }
  .f-dropdown.guidance p {
    margin-bottom: 0.625rem;
    max-width: 100%; }
  .f-dropdown.guidance span {
    width: 100%; }
  .f-dropdown.guidance .close {
    position: absolute;
    top: 0;
    right: 0; }
  .f-dropdown.guidance:after, .f-dropdown.guidance:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    left: 50%;
    top: 0;
    border: none; }
  .f-dropdown.guidance:after {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0 0.25rem;
    border-left: 0.0625rem solid #ffffff;
    border-bottom: 0.0625rem solid #ffffff;
    background-color: #333333;
    margin-left: -0.625rem;
    margin-top: -0.5625rem;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    z-index: 0; }
  .f-dropdown.guidance:before {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    background-color: rgba(197, 111, 213, 0.2);
    margin-left: -0.8125rem;
    pointer-events: none;
    animation: pulsate-guidable infinite linear 1.5s; }
  .f-dropdown.guidance.drop-top {
    bottom: 100%;
    margin-bottom: 1rem; }
    .f-dropdown.guidance.drop-top:after, .f-dropdown.guidance.drop-top:before {
      top: 100%; }
    .f-dropdown.guidance.drop-top:before {
      margin-top: 1.6875rem; }
  .f-dropdown.guidance.drop-left {
    top: 0;
    left: auto;
    right: 100%;
    margin-right: 1rem; }
    .f-dropdown.guidance.drop-left:after, .f-dropdown.guidance.drop-left:before {
      left: 100%;
      top: 1.875rem; }
    .f-dropdown.guidance.drop-left:after {
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
      margin-top: -0.625rem;
      margin-left: -0.5625rem; }
    .f-dropdown.guidance.drop-left:before {
      margin-left: 1.6875rem;
      margin-top: -0.8125rem; }
  .f-dropdown.guidance.drop-right {
    top: 0;
    left: 100%;
    margin-left: 1rem; }
    .f-dropdown.guidance.drop-right:after, .f-dropdown.guidance.drop-right:before {
      left: auto;
      right: 100%;
      top: 1.875rem; }
    .f-dropdown.guidance.drop-right:after {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      margin-top: -0.625rem;
      margin-right: -0.5625rem; }
    .f-dropdown.guidance.drop-right:before {
      margin-right: 1.6875rem;
      margin-top: -0.8125rem; }
  .f-dropdown.guidance.drop-bottom {
    top: 100%; }
    .f-dropdown.guidance.drop-bottom::after {
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
      margin-top: -0.6875rem; }
  .f-dropdown.guidance.guide-left {
    margin-left: 0;
    left: 0; }
    .f-dropdown.guidance.guide-left:after, .f-dropdown.guidance.guide-left:before {
      left: 1.875rem; }
  .f-dropdown.guidance.hide-guide::before {
    display: none; }
.has-guidance {
  position: relative; }
  .has-guidance::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(197, 111, 213, 0.2);
    pointer-events: none;
    animation: pulsate-guidable infinite linear 1.5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .has-guidance .guidance::before {
    display: none; }
@keyframes pulsate-guidable {
  0% {
    box-shadow: 0 0 0 0 rgba(197, 111, 213, 0.9); }
  100% {
    box-shadow: 0 0 0 9px rgba(197, 111, 213, 0); } }
.full-page-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 350;
  white-space: normal; }
  .full-page-wrap.light {
    background-color: #f8f8f8;
    color: #333333; }
  .full-page-wrap:not(.light) .button.text {
    color: #ffffff; }
    .full-page-wrap:not(.light) .button.text:hover {
      color: #e5e5e5; }
  .full-page-wrap.open {
    display: -ms-flexbox !important;
    display: flex !important; }
  .full-page-wrap h1, .full-page-wrap h2, .full-page-wrap h3 {
    color: inherit; }
  .full-page-wrap hr {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
  .full-page-wrap .close {
    position: fixed;
    top: 0.625rem;
    right: 0.625rem;
    font-size: 2.25rem; }
.full-page-content {
  display: inline-block;
  position: relative;
  max-height: 100vh;
  width: 100%;
  max-width: 37.5rem;
  text-align: center;
  padding: 10vh 1.875rem 20vh; }
  .full-page-content .full-page-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.25rem; }
  .full-page-content p.lead {
    font-weight: 400;
    font-size: 1.125rem; }
  .full-page-content .main-img[width] {
    max-height: 12.5rem;
    margin-bottom: 6vh; }
  .full-page-content .main-img:not([width]) {
    width: auto;
    height: 50vh;
    max-height: 12.5rem;
    margin-bottom: 6vh; }
  .full-page-content .button.expanded {
    max-width: 19.375rem;
    margin-left: auto;
    margin-right: auto; }
.has-tooltip {
  position: relative; }
.tooltip {
  display: block;
  background-color: transparent;
  top: auto;
  bottom: 100%;
  left: 50%;
  width: 17.5rem;
  max-width: 17.5rem !important;
  line-height: 1.2;
  margin-left: -8.75rem;
  margin-bottom: 0.25rem;
  padding: 0;
  opacity: 0;
  text-align: center;
  white-space: normal;
  pointer-events: none; }
  .tooltip:before {
    display: none; }
  .tooltip .tooltip-content {
    position: relative;
    display: inline-block;
    background-color: rgba(20, 20, 20, 0.9);
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem; }
    .tooltip .tooltip-content:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      border: solid 6px transparent;
      margin-left: -6px;
      border-top-color: rgba(20, 20, 20, 0.9); }
  .tooltip.tip-top-right {
    left: auto;
    margin-left: 0;
    right: 0;
    text-align: right; }
    .tooltip.tip-top-right .tooltip-content {
      text-align: center; }
      .tooltip.tip-top-right .tooltip-content:before {
        left: auto;
        right: 1rem;
        margin-left: 0; }
  .tooltip.tip-top-left {
    left: 0;
    margin-left: 0;
    text-align: left; }
    .tooltip.tip-top-left .tooltip-content {
      text-align: center; }
      .tooltip.tip-top-left .tooltip-content:before {
        left: 1rem;
        margin-left: 0; }
  .tooltip.tip-bottom {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 0.25rem; }
    .tooltip.tip-bottom .tooltip-content:before {
      top: auto;
      bottom: 100%;
      border-top-color: transparent;
      border-bottom-color: rgba(20, 20, 20, 0.9); }
  .tooltip.tip-bottom-left {
    bottom: auto;
    top: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 0.25rem;
    text-align: left; }
    .tooltip.tip-bottom-left .tooltip-content {
      text-align: center; }
      .tooltip.tip-bottom-left .tooltip-content:before {
        top: auto;
        bottom: 100%;
        left: 1rem;
        margin-left: 0;
        border-top-color: transparent;
        border-bottom-color: rgba(20, 20, 20, 0.9); }
  .tooltip.tip-bottom-right {
    bottom: auto;
    top: 100%;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-top: 0.25rem;
    text-align: right; }
    .tooltip.tip-bottom-right .tooltip-content {
      text-align: center; }
      .tooltip.tip-bottom-right .tooltip-content:before {
        top: auto;
        bottom: 100%;
        left: auto;
        right: 1rem;
        margin-left: 0;
        border-top-color: transparent;
        border-bottom-color: rgba(20, 20, 20, 0.9); }
.tooltip,
.hide-focus-outline .has-tooltip:focus .tooltip {
  opacity: 0 ;
  visibility: hidden ;
  z-index: -1 ; }
.tooltip.show-tooltip,
.has-tooltip:hover .tooltip,
.has-tooltip:focus .tooltip,
.hide-focus-outline .has-tooltip:hover .tooltip {
  opacity: 1 ;
  visibility: visible ;
  z-index: 10 ;
  transition: opacity 0ms 200ms;
  animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1; }
.has-tooltip:disabled .tooltip,
.has-tooltip.disabled .tooltip {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important; }
.has-tooltip:hover .tip-bottom-left,
.has-tooltip:focus .tip-bottom-left,
.hide-focus-outline .has-tooltip:hover .tip-bottom-left,
.has-tooltip:hover .tip-bottom-right,
.has-tooltip:focus .tip-bottom-right,
.hide-focus-outline .has-tooltip:hover .tip-bottom-right {
  animation: popup-down 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1; }
.alert-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem;
  margin-bottom: 1.25rem; }
  .alert-box.secondary {
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd; }
  .alert-box p:last-of-type {
    margin-bottom: 0; }
  .alert-box .alert-icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 1rem; }
.emoji {
  
  font-size: inherit;
  height: 3ex;
  width: 3.1ex;
  min-height: 20px;
  min-width: 20px;
  
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle; }
img.emoji {
  
  width: auto; }
:focus {
  outline: none; }
button.text:hover {
  text-decoration: none; }
.hidden {
  display: none !important; }
.right {
  float: right !important; }
.left {
  float: left !important; }
.close {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.71;
  vertical-align: top;
  transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms; }
  .close:hover, .close:focus {
    background-color: transparent;
    color: #ffffff;
    opacity: 1; }
  .close:active, .close.active {
    background-color: transparent;
    opacity: 1; }
  .close:disabled, .close:disabled:hover {
    background-color: transparent;
    color: #ffffff;
    opacity: 0.51; }
  body:not(.hide-focus-outline) .close:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  .close i, .close .svg-icon {
    line-height: inherit;
    vertical-align: inherit; }
  .close.has-text {
    width: auto;
    height: auto;
    min-height: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 0;
    font-family: "Open Sans", sans-serif; }
    .close.has-text .svg-icon {
      margin-right: .4em; }
    .close.has-text span {
      vertical-align: inherit;
      font-size: 1.375rem; }
    .close.has-text:hover span {
      text-decoration: underline; }
  .close.stop {
    font-size: 0.875rem; }
    .close.stop i {
      color: #ff3b30; }
.icon-button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1;
  width: 2em;
  height: 2em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.75;
  vertical-align: top;
  transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms;
  font-family: "Open Sans", sans-serif; }
  .icon-button:hover, .icon-button:focus {
    background-color: transparent;
    color: #333333;
    opacity: 1; }
  .icon-button:active, .icon-button.active {
    background-color: transparent;
    opacity: 1; }
  .icon-button:disabled, .icon-button:disabled:hover {
    background-color: transparent;
    color: #333333;
    opacity: 0.51; }
  body:not(.hide-focus-outline) .icon-button:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  .icon-button i, .icon-button .svg-icon {
    line-height: inherit;
    vertical-align: inherit; }
  .icon-button.has-text {
    width: auto;
    height: auto;
    min-height: 2em;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 0;
    font-family: "Open Sans", sans-serif; }
    .icon-button.has-text .svg-icon {
      margin-right: .4em; }
    .icon-button.has-text span {
      vertical-align: inherit;
      font-size: 0.875rem; }
    .icon-button.has-text:hover span {
      text-decoration: underline; }
  .icon-button:active {
    color: #c56fd5; }
  .icon-button.inverse, .icon-button.inverse:hover, .icon-button.inverse:focus {
    background-color: transparent;
    box-shadow: none;
    color: #ffffff; }
  .icon-button.inverse:disabled, .icon-button.inverse:disabled:hover {
    color: #ffffff; }
  .icon-button .tip-top-right .tooltip-content::before,
  .icon-button .tip-bottom-right .tooltip-content::before {
    right: 0.5rem; }
  .icon-button .tip-top-left .tooltip-content::before,
  .icon-button .tip-bottom-left .tooltip-content::before {
    left: 0.5rem; }
.content-button, .recording-controls .recording-control, .control-button, #content-view-controls .viewer-control-toggle, .overlay-recording-icon, .panel-open-control .side-panel-toggle {
  position: relative;
  min-width: 2.6875rem;
  min-height: 2.6875rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  border-radius: 2.6875rem; }
  .content-button:hover, .recording-controls .recording-control:hover, .control-button:hover, #content-view-controls .viewer-control-toggle:hover, .overlay-recording-icon:hover, .panel-open-control .side-panel-toggle:hover, .content-button:focus, .recording-controls .recording-control:focus, .control-button:focus, #content-view-controls .viewer-control-toggle:focus, .overlay-recording-icon:focus, .panel-open-control .side-panel-toggle:focus {
    background-color: #1b1b1b; }
  .content-button .svg-icon, .recording-controls .recording-control .svg-icon, .control-button .svg-icon, #content-view-controls .viewer-control-toggle .svg-icon, .overlay-recording-icon .svg-icon, .panel-open-control .side-panel-toggle .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
bb-svg-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: inherit; }
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: inherit;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke; }
  .svg-icon.default {
    stroke: currentColor; }
  .svg-icon.small {
    font-size: 1rem; }
  .svg-icon.medium, .svg-icon.medium-icon {
    font-size: 1.5rem; }
  .svg-icon.large {
    font-size: 2.375rem; }
  button .svg-icon, a .svg-icon {
    pointer-events: none; }
.has-icon-states .svg-icon.color {
  display: none; }
.has-icon-states.active .svg-icon.default,
.has-icon-states.active .svg-icon.shaded {
  display: none; }
.has-icon-states.active .svg-icon.color {
  display: inline-block; }
.telephony-content {
  text-align: left; }
/*!
 * Cropper v2.3.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-02-22T02:13:13.332Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important; }
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.cropper-wrap-box {
  overflow: hidden; }
.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0); }
.cropper-modal {
  opacity: .5;
  background-color: #000;
  filter: alpha(opacity=50); }
.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75); }
.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
  filter: alpha(opacity=50); }
.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px; }
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px; }
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75;
  filter: alpha(opacity=75); }
.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee; }
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px; }
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px; }
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=10); }
.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }
.cropper-line {
  background-color: #39f; }
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize; }
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize; }
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize; }
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize; }
.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f;
  filter: alpha(opacity=75); }
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize; }
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize; }
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize; }
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize; }
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize; }
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize; }
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize; }
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100); }
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
  filter: alpha(opacity=0); }
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px; } }
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px; } }
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75); } }
.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0); }
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }
.cropper-hidden {
  display: none !important; }
.cropper-move {
  cursor: move; }
.cropper-crop {
  cursor: crosshair; }
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }
.recording-controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 5.625rem;
  padding: 0.5rem 1rem;
  z-index: 156; }
  @media screen and (min-width: 40em) {
    .recording-controls {
      -ms-flex-pack: center;
          justify-content: center;
      height: 3.75rem;
      padding-top: 0;
      padding-bottom: 0; } }
  .fullscreen-active .recording-controls {
    background-color: rgba(0, 0, 0, 0.8); }
    .fullscreen-active .recording-controls.controls-hidden {
      animation: fade-in 300ms 100ms reverse forwards; }
  .recording-controls .recording-control {
    min-width: 2.25rem;
    min-height: 2.25rem;
    margin: 0; }
    .recording-controls .recording-control.hover {
      color: #c56fd5; }
  .recording-controls .recording-playback-details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 100%;
        flex: 100%;
    -ms-flex-order: -1;
        order: -1;
    margin: 0 0.375rem;
    z-index: 0; }
    @media screen and (min-width: 40em) {
      .recording-controls .recording-playback-details {
        -ms-flex: auto;
            flex: auto;
        -ms-flex-order: inherit;
            order: inherit;
        margin: 0; } }
  .recording-controls .recording-slider .value-percent {
    display: none; }
  .recording-controls .recording-slider {
    -ms-flex: 100%;
        flex: 100%; }
    @media screen and (min-width: 40em) {
      .recording-controls .recording-slider {
        -ms-flex: 1;
            flex: 1; } }
    .recording-controls .recording-slider .slider.is-playing .slider-fill:not(.is-dragging) {
      transition: width 500ms linear; }
    .recording-controls .recording-slider .slider.is-playing .slider-handle:not(.is-dragging) {
      transition: left 500ms linear; }
  .recording-controls .recording-time {
    color: #ffffff;
    font-size: 0.75rem;
    margin-bottom: 0.0625rem;
    -ms-flex-order: -1;
        order: -1; }
    @media screen and (min-width: 40em) {
      .recording-controls .recording-time {
        margin: 0 0.625rem;
        -ms-flex-order: inherit;
            order: inherit; } }
    .recording-controls .recording-time.current-time {
      margin-right: auto; }
      @media screen and (min-width: 40em) {
        .recording-controls .recording-time.current-time {
          margin-right: 0.625rem; } }
  .recording-controls .slider {
    margin: 0;
    background-color: transparent;
    border: 0;
    height: 1.25rem; }
    .recording-controls .slider:after {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      height: 0.25rem;
      background-color: #e5e5e5;
      border: 1px solid transparent;
      border-radius: 0.625rem; }
  .recording-controls .slider-fill {
    height: 0.25rem;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1; }
  .recording-controls .slider-handle {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0.25rem; }
    .recording-controls .slider-handle:after {
      position: relative;
      display: block;
      content: "";
      top: 0;
      left: 0;
      background-color: #ffffff;
      box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.15);
      border: 1px solid transparent;
      border-radius: 100%;
      width: 0.625rem;
      height: 0.625rem; }
  .recording-controls .recording-slider .slider-fill + .slider-handle {
    margin-left: -0.375rem; }
  .recording-controls .volume-slider .slider-fill + .slider-handle {
    margin-left: -0.25rem; }
  .recording-controls .volume-slider .slider-fill[style^="width: 2"]:not([style^="width: 2%"]) + .slider-handle,
  .recording-controls .volume-slider .slider-fill[style^="width: 3"]:not([style^="width: 3%"]) + .slider-handle {
    margin-left: -0.125rem; }
  .recording-controls .volume-slider .slider-fill[style^="width: 4"]:not([style^="width: 4%"]) + .slider-handle {
    margin-left: 0.0625rem; }
  .recording-controls .volume-slider .slider-fill[style^="width: 5"]:not([style^="width: 5%"]) + .slider-handle,
  .recording-controls .volume-slider .slider-fill[style^="width: 6"]:not([style^="width: 6%"]) + .slider-handle,
  .recording-controls .volume-slider .slider-fill[style^="width: 7"]:not([style^="width: 7%"]) + .slider-handle {
    margin-left: 0.1875rem; }
  .recording-controls .volume-slider .slider-fill[style^="width: 8"]:not([style^="width: 8%"]) + .slider-handle,
  .recording-controls .volume-slider .slider-fill[style^="width: 9"]:not([style^="width: 9%"]) + .slider-handle,
  .recording-controls .volume-slider .slider-fill[style="width: 100%;"] + .slider-handle {
    margin-left: 0.3125rem; }
  .recording-controls .total-time {
    visibility: hidden; }
    .recording-controls .total-time.has-duration {
      visibility: visible; }
  .recording-controls .control-container {
    position: relative; }
  .recording-controls .volume-dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    height: 1.875rem;
    width: 9.375rem;
    margin-top: -2rem; }
    .recording-controls .volume-dropdown .volume-label {
      position: relative;
      line-height: 1;
      margin: 0 0.625rem; }
    .recording-controls .volume-dropdown .volume-slider {
      -ms-flex: 1;
          flex: 1; }
.extended-loading-indicator {
  background-color: #262626; }
  .extended-loading-indicator.ng-leave {
    animation: fade-in 400ms 750ms reverse forwards; }
    .extended-loading-indicator.ng-leave .progress-circle {
      animation: scale-in 300ms 750ms reverse forwards; }
  .extended-loading-indicator .full-page-content {
    padding: 6.75rem 1.875rem 20vh; }
.recording-player {
   }
  .recording-player .main-content {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .recording-player .content-container {
    -ms-flex: 1;
        flex: 1; }
  @media screen and (max-width: 39.9375em) {
    .recording-player .session-content {
      height: calc(100vh - 5.625rem); } }
  .recording-player .fullscreen-active .recording-controls-container {
    height: auto; }
  .recording-player .fullscreen-active .session-content {
    height: 100vh;
    padding: 0; }
  .recording-player .recording-loading .full-page-content {
    padding: 6.75rem 1.875rem 20vh; }
  .recording-player .recording-loading-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    margin-bottom: -4.5rem;
    color: #e5e5e5;
    font-size: 1.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
    .recording-player .recording-loading-text p:last-child {
      margin: 0; }
  .recording-player .slow-loading-text {
    margin-top: 2.25rem; }
    .recording-player .slow-loading-text p {
      font-size: 1.125rem; }
:-webkit-full-screen {
  background-color: #000000; }
:-moz-full-screen {
  background-color: #000000; }
:-ms-fullscreen {
  background-color: #000000; }
:fullscreen {
  background-color: #000000; }
.content-header {
  position: relative;
  z-index: 50; }
  .content-mode .content-header {
    height: 3.75rem;
    margin-left: 3.375rem;
    margin-right: 0.625rem; }
  .content-header .header-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    width: 100%; }
#panel-activity .scroll-content {
  height: 100%;
  padding: 0; }
#panel-activity .activity-list-empty {
  position: absolute;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
#activityHistory {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  transition: none 1000ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  #activityHistory li {
    position: relative;
    padding-left: 4.625rem; }
    #activityHistory li:before, #activityHistory li:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #cdcdcd;
      height: 0.0625rem;
      top: 0;
      transition: left 200ms cubic-bezier(0.55, 0, 0.1, 1), right 200ms cubic-bezier(0.55, 0, 0.1, 1); }
    #activityHistory li:after {
      top: 100%; }
    #activityHistory li.ng-hide:before, #activityHistory li.ng-hide:after {
      display: none; }
    body:not(.hide-focus-outline) #activityHistory li:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
    .hide-focus-outline #activityHistory li:focus {
      box-shadow: none !important; }
    #activityHistory li:focus:before, #activityHistory li:focus:after {
      display: none; }
      .hide-focus-outline #activityHistory li:focus:before, .hide-focus-outline #activityHistory li:focus:after {
        display: block; }
    #activityHistory li:before, #activityHistory li:after {
      left: 4.625rem;
      right: 0; }
    #activityHistory li.active:before, #activityHistory li.active:after {
      left: 0;
      right: 0; }
  #activityHistory:not(.bordered) > li:first-child:before {
    display: none !important; }
  #activityHistory:not(.bordered) > li:first-child li:before {
    display: none !important; }
  #activityHistory.channel-changed-remove li {
     }
    #activityHistory.channel-changed-remove li.ng-enter {
      -ms-flex-order: 1;
          order: 1;
      opacity: 0;
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
      transition: transform 500ms 450ms, opacity 500ms 450ms; }
    #activityHistory.channel-changed-remove li.ng-enter-active {
      position: relative;
      opacity: 1;
      -ms-transform: translateY(0%);
          transform: translateY(0%); }
    #activityHistory.channel-changed-remove li.ng-leave {
      -ms-flex-order: 0;
          order: 0;
      transition: transform 400ms, opacity 400ms; }
    #activityHistory.channel-changed-remove li.ng-leave-active {
      opacity: 0;
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
  #activityHistory li:before {
    background-color: #e5e5e5; }
  #activityHistory li:first-child:before {
    display: none; }
  #activityHistory li:last-child::after {
    display: none; }
  #activityHistory li.user:before,
  #activityHistory li.user + li:before, #activityHistory li.moderator:before,
  #activityHistory li.moderator + li:before {
    display: none; }
  #activityHistory li.highlight .activity-chat {
    animation: chat-highlight 2.6s forwards; }
  #activityHistory .activity-chat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4.625rem;
    padding: 0.75rem 1.5rem; }
    #activityHistory .activity-chat .avatar-image-container {
      font-size: 2.625rem; }
    #activityHistory .activity-chat .bb-avatar {
      margin-right: 1rem;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    #activityHistory .activity-chat .activity-name {
      color: #767676;
      font-size: 0.875rem;
      font-weight: 400;
      margin: 0 0 0.125rem;
      padding-right: 0.625rem;
      overflow: hidden;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
    #activityHistory .activity-chat .activity-time {
      color: #767676;
      font-size: 0.625rem;
      font-weight: 600;
      margin: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    #activityHistory .activity-chat .activity-message {
      -ms-flex: 1 1 0;
          flex: 1 1 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      width: calc(100% - 3.75rem);
      max-width: calc(100% - 3.75rem); }
    #activityHistory .activity-chat .activity-body {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    #activityHistory .activity-chat .participant-name {
      width: 100%; }
    #activityHistory .activity-chat .participant-connection-state {
      display: none; }
    #activityHistory .activity-chat p {
      line-height: 1.4;
      margin-bottom: 0;
      white-space: -moz-pre-wrap;
      
      white-space: -pre-wrap;
      
      white-space: -o-pre-wrap;
      
      white-space: pre-wrap;
      
      word-wrap: break-word;
      
      max-width: 100%; }
.activity-list-empty {
  padding: 1.25rem 0;
  text-align: center; }
  body:not(.hide-focus-outline) .activity-list-empty:focus {
    outline: 0.125rem solid #0076d0; }
  .activity-list-empty span {
    display: inline-block;
    width: 100%;
    font-style: italic; }
.activity-list .activity-chat.moderator {
  background-color: rgba(38, 215, 253, 0.1);
  box-shadow: inset 4px 0 0 #26d7fd; }
  .activity-list .activity-chat.moderator .avatar-image {
    background-color: #ffffff; }
.activity-list .activity-chat.user {
  background-color: #f8f8f8;
  box-shadow: inset 4px 0 0 #d5d5d5; }
  .activity-list .activity-chat.user .avatar-image {
    background-color: #ffffff; }
.activity-status .activity-status-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
.new-messages {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .new-messages.ng-enter {
    animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1; }
  .new-messages.ng-leave {
    animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1 reverse; }
  .new-messages button {
    margin-bottom: 0;
    width: 100%;
    opacity: .9; }
    .new-messages button:hover, .new-messages button:focus {
      background-color: rgba(255, 255, 255, 0.9); }
    .new-messages button:active {
      -ms-transform: none;
          transform: none; }
@keyframes chat-highlight {
  15%, 85% {
    background-color: rgba(197, 111, 213, 0.1);
    box-shadow: inset 4px 0 0 #c56fd5; }
  100% {
    box-shadow: inset 4px 0 0 #c56fd5; } }
#panel-activity .panel-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative; }
  #panel-activity .panel-content .scroll-content {
    -ms-flex: none;
        flex: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
#panel-activity .chat-channel-selector-container {
  border-bottom: 1px solid #cdcdcd;
  padding: 1.25rem 1.5rem; }
#panel-activity footer {
  border-top: 1px solid #cdcdcd;
  padding: 0.75rem 1.5rem; }
.add-room-card {
  position: relative;
  width: 100%;
  margin: -0.625rem 0 0.625rem;
  opacity: .4; }
  .add-room-card::before, .add-room-card::after {
    content: "";
    position: absolute;
    width: calc( 50% - 0.75rem);
    height: 0;
    top: 50%;
    border-top: 1px solid currentColor; }
  .add-room-card::before {
    left: 0; }
  .add-room-card::after {
    right: 0; }
.custom .room-listing-item.ng-enter {
  animation: slide-in 500ms cubic-bezier(0.55, 0, 0.1, 1); }
.custom .room-listing-item.ng-leave {
  animation: slide-in 300ms cubic-bezier(0.55, 0, 0.1, 1) reverse; }
.organize-select.has-guidance {
  position: relative; }
  .organize-select.has-guidance::before {
    height: 2.375rem;
    border-radius: 0.125rem;
    z-index: 1; }
  .organize-select.has-guidance .guidance {
    margin-top: -0.5rem; }
    .organize-select.has-guidance .guidance::before {
      display: none; }
.breakout-alert {
  border-radius: 0;
  border-left: none;
  border-right: none;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem; }
  .breakout-alert .text {
    margin: 0.5rem 0 0;
    padding: 0; }
.panel-row-full {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #cdcdcd; }
.refresh-rooms {
  vertical-align: middle; }
  .refresh-rooms .svg-icon {
    margin-right: 0.375rem; }
  .refresh-rooms:hover, .refresh-rooms:focus {
    text-decoration: underline; }
label.strong {
  font-weight: 600; }
#content-library-container {
  height: 100%; }
.fixed-file-name {
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle; }
.load-from-course {
  text-align: center;
  margin-bottom: 1rem; }
.drag-drop-container {
  padding: 0 1.5rem; }
.file-listing {
  text-align: center;
  overflow-x: hidden; }
  .side-panel-container .file-listing {
    padding: 0; }
  .file-listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    border: none;
    width: 100%; }
    .file-listing ul .content-item {
      position: relative;
      padding-left: 6.5rem; }
      .file-listing ul .content-item:before, .file-listing ul .content-item:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #cdcdcd;
        height: 0.0625rem;
        top: 0;
        transition: left 200ms cubic-bezier(0.55, 0, 0.1, 1), right 200ms cubic-bezier(0.55, 0, 0.1, 1); }
      .file-listing ul .content-item:after {
        top: 100%; }
      .file-listing ul .content-item.ng-hide:before, .file-listing ul .content-item.ng-hide:after {
        display: none; }
      body:not(.hide-focus-outline) .file-listing ul .content-item:focus {
        outline: none !important;
        box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
      .hide-focus-outline .file-listing ul .content-item:focus {
        box-shadow: none !important; }
      .file-listing ul .content-item:focus:before, .file-listing ul .content-item:focus:after {
        display: none; }
        .hide-focus-outline .file-listing ul .content-item:focus:before, .hide-focus-outline .file-listing ul .content-item:focus:after {
          display: block; }
      .file-listing ul .content-item:before, .file-listing ul .content-item:after {
        left: 6.5rem;
        right: 1.5rem; }
      .file-listing ul .content-item.selected:before, .file-listing ul .content-item.selected:after {
        left: 0;
        right: 0; }
      .file-listing ul .content-item:not(.no-hover):hover:before, .file-listing ul .content-item:not(.no-hover):hover:after, .file-listing ul .content-item:not(.no-hover):focus:before, .file-listing ul .content-item:not(.no-hover):focus:after {
        left: 0;
        right: 0; }
    .file-listing ul:not(.bordered) > li:first-child:before {
      display: none !important; }
    .file-listing ul:not(.bordered) > li:first-child .content-item:before {
      display: none !important; }
    .file-listing ul li {
      position: relative;
      padding: 0; }
    .file-listing ul .content-item {
      min-height: 5rem;
      padding: 0.5rem 1.5rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
  .file-listing .file-details {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden; }
    .file-listing .file-details:hover + .tooltip, .file-listing .file-details:focus + .tooltip {
      opacity: 1 ;
      visibility: visible ;
      z-index: 10 ;
      transition: opacity 0ms 200ms;
      animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1; }
  .file-listing .file-details-tooltip {
    margin-bottom: -0.625rem; }
    .file-listing .file-details-tooltip.tip-bottom {
      margin-bottom: auto;
      margin-top: -0.625rem; }
    .file-listing .file-details-tooltip .tooltip-content {
      max-width: 100%;
      word-wrap: break-word; }
  .file-listing .file-name,
  .file-listing .content-name {
    font-weight: 600; }
  .file-listing .file-status {
    display: block;
    font-size: 0.75rem;
    font-weight: 600; }
    .file-listing .file-status.status-complete {
      width: 0;
      height: 0;
      opacity: 0;
      overflow: hidden; }
      .file-listing .file-status.status-complete.ng-leave {
        animation: file-status-complete 1s; }
  .file-listing .upload-error {
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    color: #ff3b30; }
  .file-listing .remove-item,
  .file-listing .removing-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-size: 1rem;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.3125rem;
    line-height: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 1.0625rem; }
  .file-listing .removing-item .progress-circle {
    height: 1rem;
    width: 1rem;
    line-height: 1rem;
    font-size: 1rem;
    float: none;
    margin: 0; }
    .file-listing .removing-item .progress-circle .progress-circle-svg {
      height: 1rem;
      width: 1rem; }
    .file-listing .removing-item .progress-circle .progress-icon {
      line-height: 1rem; }
  .file-listing .retry-upload {
    display: block;
    padding: 0; }
  .file-listing .upload-progress,
  .file-listing .thumbnail {
    height: 4rem;
    width: 4rem;
    margin-right: 1rem;
    margin-bottom: 0;
    -ms-flex-order: -1;
        order: -1;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .file-listing .upload-progress {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .file-listing .progress-circle {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: 4rem; }
    .file-listing .progress-circle .progress-circle-svg {
      height: 4rem;
      width: 4rem; }
    .file-listing .progress-circle .progress-icon {
      line-height: 4rem; }
  .file-listing .thumbnail {
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    height: auto;
    line-height: inherit;
    max-height: 4rem;
    text-align: center;
    box-shadow: 0 0 0 0.0625rem #cdcdcd;
    position: relative; }
    .file-listing .thumbnail .thumbnail-image img, .file-listing .thumbnail .thumbnail-image svg {
      background-color: #ffffff;
      display: inline-block;
      max-height: 3.5rem;
      vertical-align: top;
      -ms-interpolation-mode: bicubic; }
    .file-listing .thumbnail .thumbnail-icon {
      font-size: 1.5rem; }
    .file-listing .thumbnail .content-item-multipage-badge {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      font-size: 0.75rem;
      padding: 0.1875rem 0.375rem;
      bottom: -0.625rem;
      right: -0.8125rem;
      vertical-align: middle; }
      .file-listing .thumbnail .content-item-multipage-badge .svg-icon {
        font-size: 1rem;
        margin-right: 0.1875rem; }
      .file-listing .thumbnail .content-item-multipage-badge span {
        vertical-align: middle; }
      .file-listing .thumbnail .content-item-multipage-badge.ng-enter {
        opacity: 0;
        transition: opacity 200ms 1s; }
      .file-listing .thumbnail .content-item-multipage-badge.ng-enter.ng-enter-active {
        opacity: 1; }
    .file-listing .thumbnail .progress-circle {
      height: 1.25rem;
      width: 1.25rem;
      line-height: 1.25rem;
      font-size: 1.25rem;
      float: none;
      margin: 0; }
      .file-listing .thumbnail .progress-circle .progress-circle-svg {
        height: 1.25rem;
        width: 1.25rem; }
      .file-listing .thumbnail .progress-circle .progress-icon {
        line-height: 1.25rem; }
    .file-listing .thumbnail .progress-label {
      position: absolute;
      bottom: -0.625rem;
      right: -0.75rem;
      line-height: 0;
      padding: 0.1875rem;
      background-color: #fff;
      transition: background-color 200ms; }
      .content-item:hover .progress-label {
        background-color: #f0f0f0; }
      .content-item.selected .progress-label {
        background-color: #333333; }
      .file-listing .thumbnail .progress-label.ng-leave {
        opacity: 1;
        transition: opacity 100ms 1s; }
        .file-listing .thumbnail .progress-label.ng-leave .progress-circle .back {
          stroke: transparent;
          stroke-dasharray: 629;
          stroke-width: 16; }
        .file-listing .thumbnail .progress-label.ng-leave .progress-circle .progress-circle-svg {
          animation: progress-success-svg 1s; }
        .file-listing .thumbnail .progress-label.ng-leave .progress-circle .bar {
          stroke-width: 0; }
        .file-listing .thumbnail .progress-label.ng-leave .progress-circle .back {
          stroke: #39e379;
          opacity: 0;
          animation: progress-success-path 1s; }
      .file-listing .thumbnail .progress-label.ng-leave.ng-leave-active {
        opacity: 0; }
  .file-listing .fixed-file-name,
  .file-listing .file-error-details {
    max-width: 100%;
    padding-right: 0.3125rem; }
  .file-listing .library-loading {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    background-color: #e5e5e5;
    border: 1px solid #666666;
    border-radius: 1.875rem;
    color: #666666;
    margin-top: 0.625rem;
    padding-top: 0.3125rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.375rem;
    font-style: italic; }
    .file-listing .library-loading .bar {
      stroke-dasharray: 2.4375rem;
      stroke-dashoffset: 0;
      stroke-width: 10; }
    .file-listing .library-loading .library-loading-indicator {
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 0.625rem; }
    .file-listing .library-loading .progress-circle {
      height: 2.5rem;
      width: 2.5rem;
      line-height: 2.5rem;
      font-size: 2.5rem; }
      .file-listing .library-loading .progress-circle .progress-circle-svg {
        height: 2.5rem;
        width: 2.5rem; }
      .file-listing .library-loading .progress-circle .progress-icon {
        line-height: 2.5rem; }
    .file-listing .library-loading.ng-enter {
      animation: popup-down 400ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1; }
    .file-listing .library-loading.ng-leave {
      animation: popup-down 400ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1 reverse; }
.files-in-progress .file-error {
  color: #cc413a; }
.files-in-progress ~ .library-content {
  margin-top: 1rem; }
.content-item {
  transition: background 200ms;
  width: 100%; }
  .content-item:hover {
    cursor: pointer; }
  .content-item:hover {
    background-color: #f0f0f0; }
  .content-item.selected {
    background-color: #333333; }
    .content-item.selected .file-details,
    .content-item.selected .remove-item {
      color: #ffffff; }
#share-content {
  margin: 0;
  width: 100%; }
@keyframes file-status-complete {
  0%, 80% {
    display: block;
    width: auto;
    height: auto;
    min-height: 1.1875rem;
    opacity: 1; }
  100% {
    min-height: 0; } }
.session-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5rem 0.5rem;
  height: calc(100vh - 3.75rem); }
  .content-mode .session-content {
    height: calc(100vh - 7.5rem); }
  .session-content video {
    vertical-align: bottom; }
.single-participant-wrap {
  position: absolute;
  top: 0;
  width: 100%; }
#single-participant-video video,
.my-participant video,
.single-participant video {
  transform: rotateY(180deg); }
#appshare-video, #appshare-video-clone,
#whiteboard, #whiteboard-clone {
  height: 100%; }
.main {
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 8.5rem);
  max-width: calc(173.684210526vh - 14.7631578947rem); }
.caption-mode #appshare-video, .caption-mode #appshare-video-clone,
.caption-mode #whiteboard, .caption-mode #whiteboard-clone {
  height: calc(100vh - 18.25rem);
  margin-bottom: auto;
  transition: height 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (min-width: 40em) {
    .caption-mode #appshare-video, .caption-mode #appshare-video-clone,
    .caption-mode #whiteboard, .caption-mode #whiteboard-clone {
      height: calc(100vh - 14.5rem); } }
.caption-mode .main {
  margin-top: 0;
  margin-bottom: auto;
  max-height: calc(100vh - 18.25rem);
  max-width: calc(173.684210526vh - 24.5131578947rem);
  transition: max-width 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (min-width: 40em) {
    .caption-mode .main {
      max-height: calc(100vh - 12rem);
      max-width: calc(173.684210526vh - 18.2631578947rem); } }
.caption-mode.content-mode .main {
  max-height: calc(100vh - 18.25rem);
  max-width: calc(173.684210526vh - 31.6973684211rem); }
  @media screen and (min-width: 40em) {
    .caption-mode.content-mode .main {
      max-height: calc(100vh - 14.5rem);
      max-width: calc(173.684210526vh - 25.1842105263rem); } }
@media screen and (max-width: 63.75em) {
  .offcanvas-open.caption-mode .main {
    max-height: calc(100vh - 18.25rem);
    max-width: calc(173.684210526vh - 24.5131578947rem); } }
@media screen and (max-width: 63.75em) {
  .offcanvas-open.caption-mode.content-mode .main {
    max-height: calc(100vh - 18.25rem);
    max-width: calc(173.684210526vh - 31.6973684211rem); } }
@media screen and (max-width: 63.75em) {
  .offcanvas-open.caption-mode #appshare-video, .offcanvas-open.caption-mode #appshare-video-clone, .offcanvas-open.caption-mode
  #whiteboard, .offcanvas-open.caption-mode #whiteboard-clone {
    height: calc(100vh - 18.25rem); } }
.captioning-container {
  position: absolute;
  left: 0;
  bottom: 4.0625rem;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 5.375rem;
  padding: 0 0.5rem;
  transition: margin-left 350ms cubic-bezier(0.55, 0, 0.1, 1), width 350ms cubic-bezier(0.55, 0, 0.1, 1), bottom 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (max-width: 63.75em) {
    .offcanvas-open .captioning-container {
      bottom: 4.0625rem;
      width: 100%;
      margin-left: -50%; } }
  @media screen and (min-width: 40em) {
    .captioning-container {
      bottom: 0.625rem; } }
  @media screen and (min-width: 64em) {
    .captioning-container {
      margin-left: -40%;
      width: 80%; } }
.controls-container {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 3.75rem; }
  @media screen and (max-width: 39.9375em) {
    .controls-container .audio-control,
    .controls-container .control-button,
    .controls-container .polling-control-container {
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .controls-container {
      -ms-flex-pack: center;
          justify-content: center;
      padding-left: 0;
      padding-right: 0; } }
  .controls-container .guidance.audio-guidance {
    margin-bottom: 0.9375rem; }
    .controls-container .guidance.audio-guidance:before {
      width: 1.6875rem;
      height: 1.6875rem; }
    @media screen and (max-width: 39.9375em) {
      .controls-container .guidance.audio-guidance {
        left: 0;
        max-width: 100%; }
        .controls-container .guidance.audio-guidance:before, .controls-container .guidance.audio-guidance:after {
          left: 5rem; } }
    @media screen and (min-width: 40em) {
      .controls-container .guidance.audio-guidance {
        left: 3.125rem; } }
    .controls-container .guidance.audio-guidance .text {
      padding-left: 0;
      padding-right: 0; }
  .controls-container .guidance.participant-guidance {
    margin-bottom: 0.9375rem; }
    .controls-container .guidance.participant-guidance:before {
      width: 1.6875rem;
      height: 1.6875rem; }
    @media screen and (max-width: 39.9375em) {
      .controls-container .guidance.participant-guidance {
        left: auto;
        right: 3.0625rem;
        max-width: 100%; }
        .controls-container .guidance.participant-guidance:before, .controls-container .guidance.participant-guidance:after {
          left: auto;
          right: 1rem; } }
    @media screen and (min-width: 40em) {
      .controls-container .guidance.participant-guidance {
        left: 18.3125rem; } }
    @media only screen and (max-width: 419px) {
      .controls-container .guidance.participant-guidance {
        left: auto;
        right: -0.25rem; }
        .controls-container .guidance.participant-guidance:before, .controls-container .guidance.participant-guidance:after {
          left: auto;
          right: 1rem; } }
    @media only screen and (max-width: 783px) {
      .container.fit-right .controls-container .guidance.participant-guidance {
        left: auto;
        right: -0.25rem; }
        .container.fit-right .controls-container .guidance.participant-guidance:before, .container.fit-right .controls-container .guidance.participant-guidance:after {
          left: auto;
          right: 1rem; } }
.control-button {
  font-size: 1.5rem;
  margin: 0 0.3125rem; }
  .control-button .svg-icon.color {
    display: none; }
  .control-button.active .svg-icon.default,
  .control-button.active .svg-icon.shaded {
    display: none; }
  .control-button.active .svg-icon.color {
    display: inline-block; }
  .control-button .label {
    position: absolute;
    left: 50%;
    top: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.0625rem 0.375rem 0.125rem; }
  .control-button.raise-hand .label {
    display: none; }
  .control-button.raise-hand.active .label {
    display: block; }
  .control-button.spacer {
    margin-right: 0;
    visibility: hidden; }
    @media screen and (min-width: 40em) {
      .control-button.spacer {
        display: none; } }
.settings-control {
  position: relative;
  margin-right: auto;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
  text-align: left;
  border-radius: 100%; }
  @media screen and (min-width: 40em) {
    .settings-control {
      margin-right: 0.375rem; } }
  .settings-control > .bb-avatar .avatar-image-container {
    font-size: 2.6875rem; }
  .settings-control > .bb-avatar .participant-status {
    display: none; }
  .settings-control > .bb-avatar .avatar-image {
    box-shadow: none; }
  .settings-control .participant-status-toggle {
    position: relative;
    display: inline-block;
    background-color: #262626;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    vertical-align: top;
    transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms;
    right: -0.25rem;
    bottom: 0;
    position: absolute !important;
    border-radius: 100%;
    box-shadow: 0 0 0 .15em;
    background-color: #262626;
    color: #262626; }
    .settings-control .participant-status-toggle:hover, .settings-control .participant-status-toggle:focus {
      background-color: #1e1e1e;
      color: #ffffff;
      opacity: 1; }
    .settings-control .participant-status-toggle:active, .settings-control .participant-status-toggle.active {
      background-color: #171717;
      opacity: 1; }
    .settings-control .participant-status-toggle:disabled, .settings-control .participant-status-toggle:disabled:hover {
      background-color: #262626;
      color: #ffffff;
      opacity: 0.51; }
    body:not(.hide-focus-outline) .settings-control .participant-status-toggle:focus {
      outline: none !important;
      box-shadow: 0 0 0 0.125rem #0076d0 !important; }
    .settings-control .participant-status-toggle i, .settings-control .participant-status-toggle .svg-icon {
      line-height: inherit;
      vertical-align: inherit; }
    .settings-control .participant-status-toggle.has-text {
      width: auto;
      height: auto;
      min-height: 1.25rem;
      padding-left: 0;
      padding-right: 0;
      vertical-align: middle;
      font-size: 0;
      font-family: "Open Sans", sans-serif; }
      .settings-control .participant-status-toggle.has-text .svg-icon {
        margin-right: .4em; }
      .settings-control .participant-status-toggle.has-text span {
        vertical-align: inherit;
        font-size: 1.25rem; }
      .settings-control .participant-status-toggle.has-text:hover span {
        text-decoration: underline; }
    .settings-control .participant-status-toggle:hover {
      color: #262626; }
      .settings-control .participant-status-toggle:hover:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1; }
    .settings-control .participant-status-toggle:active, .settings-control .participant-status-toggle:focus {
      color: #262626;
      z-index: 1; }
    .settings-control .participant-status-toggle .svg-icon {
      font-size: inherit; }
  .settings-control .control-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0; }
    .settings-control .control-button:hover, .settings-control .control-button:focus {
      opacity: 1;
      background-color: rgba(51, 51, 51, 0.7); }
    .settings-control .control-button:active {
      -ms-transform: none;
          transform: none; }
.control-state {
  position: absolute;
  top: 0;
  left: 0; }
  .control-state .progress-circle {
    height: 2.6875rem;
    width: 2.6875rem;
    line-height: 2.6875rem;
    font-size: 2.6875rem; }
    .control-state .progress-circle .progress-circle-svg {
      height: 2.6875rem;
      width: 2.6875rem; }
    .control-state .progress-circle .progress-icon {
      line-height: 2.6875rem; }
    .control-state .progress-circle .progress-circle-svg {
      -ms-transform-origin: center;
          transform-origin: center;
      border-radius: 100%; }
    .control-state .progress-circle .bar {
      stroke-dasharray: 16%;
      stroke-width: 10; }
    .control-state .progress-circle .back {
      stroke: transparent;
      stroke-dasharray: 629;
      stroke-width: 10; }
  .control-state.activated .progress-circle .progress-circle-svg {
    animation: control-activated-svg 1s; }
  .control-state.activated .progress-circle .bar {
    stroke-width: 0; }
  .control-state.activated .progress-circle .back {
    stroke: #44e17e;
    opacity: 0;
    animation: control-activated-path 1s; }
@keyframes control-activated-svg {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  70% {
    transform: scale(0.8); }
  80% {
    transform: scale(0.6); } }
@keyframes control-activated-path {
  0% {
    opacity: 1;
    stroke-dashoffset: 629; }
  50% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-width: 10; }
  80% {
    opacity: 0;
    stroke-width: 160; } }
.diagnostics-container .identifier {
  display: inline-block;
  background-color: #e5e5e5;
  color: #cc413a;
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  width: 100%;
  word-wrap: break-word; }
.diagnosticsInputs ul li {
  list-style-type: none; }
.report-error h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600; }
#flash-local-video.tech-check-permissions, #flash-local-video.tech-check-video {
  position: static; }
#flash-remote-video.pip .flash-object-wrapper object {
  pointer-events: none; }
.single-user-mode #flash-remote-video {
  position: fixed;
  left: -9999px;
  top: -9999px;
  height: 0; }
.session-content.flash-content {
  -ms-flex-pack: start;
      justify-content: flex-start; }
.follow .flash-content .main {
  height: auto;
  margin: 0 auto;
  max-width: calc(173.684210526vh - 19.5rem); }
.follow .flash-content .additional-participants {
  margin: 0 auto auto;
  width: 11.25rem; }
.flash-connecting {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
.flash-disconnected {
  position: absolute;
  height: 100%;
  min-height: 3.75rem;
  width: 100%;
  background-color: #262626;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .flash-disconnected .svg-icon {
    color: #ff3b30; }
.caption-mode .additional-participants {
  display: none !important; }
#flash-appshare-container:not(.pip) {
  max-width: none; }
#content-view-controls {
  z-index: 3; }
.launch .full-page-content {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
  padding-top: 10vh;
  padding-bottom: 20vh;
  text-align: center; }
.launch .launch-loading-content {
  max-width: 100%; }
.launch .launch-title {
  color: #e5e5e5;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10vh;
  margin-top: 0; }
.launch .logo {
  width: 90%;
  max-width: 32.5rem;
  margin-bottom: 10vh; }
.launch .launch-options {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto; }
.launch input[type="text"] {
  margin-bottom: 2.5rem;
  text-align: left; }
.launch label {
  color: #cccccc; }
.launch .floating-label input {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 0.125rem;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0; }
  .launch .floating-label input, .launch .floating-label input:focus {
    box-shadow: none; }
.launch .floating-label label {
  color: #b3b3b3;
  cursor: text;
  text-align: left;
  -ms-transform: translate(0, 1.8125rem) scale(1);
      transform: translate(0, 1.8125rem) scale(1);
  -ms-transform-origin: 0;
      transform-origin: 0;
  transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1), color 300ms; }
.launch .floating-label.has-value label, .launch .floating-label.input-focused label {
  color: #ffffff;
  -ms-transform: translate(0, 0) scale(0.85);
      transform: translate(0, 0) scale(0.85); }
.launch .launch-option {
  color: #ffffff;
  margin-top: 1.25rem; }
.launch .help-link {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.71;
  vertical-align: top;
  transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .launch .help-link:hover, .launch .help-link:focus {
    background-color: transparent;
    color: #ffffff;
    opacity: 1; }
  .launch .help-link:active, .launch .help-link.active {
    background-color: transparent;
    opacity: 1; }
  .launch .help-link:disabled, .launch .help-link:disabled:hover {
    background-color: transparent;
    color: #ffffff;
    opacity: 0.51; }
  body:not(.hide-focus-outline) .launch .help-link:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  .launch .help-link i, .launch .help-link .svg-icon {
    line-height: inherit;
    vertical-align: inherit; }
  .launch .help-link.has-text {
    width: auto;
    height: auto;
    min-height: 2.75rem;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 0;
    font-family: "Open Sans", sans-serif; }
    .launch .help-link.has-text .svg-icon {
      margin-right: .4em; }
    .launch .help-link.has-text span {
      vertical-align: inherit;
      font-size: 1.5rem; }
    .launch .help-link.has-text:hover span {
      text-decoration: underline; }
#launch-html-guest {
  margin-top: 2.5rem; }
.mobile-launch-status {
  color: #ffffff; }
.mobile-launch .logo {
  margin-bottom: 2rem; }
.mobile-launch .auto-launch {
  margin-top: 2rem; }
.mobile-launch .launch-title.mobile-launch-sessionname {
  margin-bottom: 0; }
.mobile-launch .mobile-help-text, .mobile-launch .legal, .mobile-launch .launch-option {
  margin-top: 0;
  padding-top: 2rem; }
  .mobile-launch .mobile-help-text .button, .mobile-launch .legal .button, .mobile-launch .launch-option .button {
    margin-bottom: 0; }
.mobile-launch .legal {
  font-size: 0.75rem;
  color: #e5e5e5; }
.mobile-launch .mobile-help-link {
  display: block;
  margin-top: 2rem; }
.mobile-launch .button.text {
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff; }
  .mobile-launch .button.text:hover {
    color: #e5e5e5; }
.mobile-launch .button.expanded {
  max-width: 19.375rem;
  margin-left: auto;
  margin-right: auto; }
.mobile-persona-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .mobile-persona-buttons button {
    margin: 0;
    padding: 0;
    font-size: 1rem; }
    .mobile-persona-buttons button, .mobile-persona-buttons button:hover {
      color: #ffffff;
      background-color: transparent;
      box-shadow: none; }
  .mobile-persona-buttons .button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
  .mobile-persona-buttons .text-divider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1rem;
    font-style: italic;
    line-height: 1;
    width: 30vw;
    max-width: 9.375rem;
    height: 6.25rem; }
    .mobile-persona-buttons .text-divider::before, .mobile-persona-buttons .text-divider::after {
      content: "";
      position: absolute;
      left: 50%;
      border-left: 0.0625rem solid #666666; }
    .mobile-persona-buttons .text-divider::before {
      top: 0;
      bottom: calc(50% + 1rem); }
    .mobile-persona-buttons .text-divider::after {
      top: calc(50% + 1rem);
      bottom: 0; }
  .mobile-persona-buttons .app-icon {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 1.875rem;
    border-radius: 1.25rem; }
.session-menu-toggle {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
  margin-bottom: 0;
  z-index: 51; }
  .session-menu-toggle#session-menu-open {
    position: absolute; }
  .session-menu-toggle#session-menu-close {
    position: relative; }
  .session-menu-toggle .connecting {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0; }
    .session-menu-toggle .connecting .progress-circle {
      height: 2.6875rem;
      width: 2.6875rem;
      line-height: 2.6875rem;
      font-size: 2.6875rem;
      line-height: 1;
      vertical-align: middle; }
      .session-menu-toggle .connecting .progress-circle .progress-circle-svg {
        height: 2.6875rem;
        width: 2.6875rem; }
      .session-menu-toggle .connecting .progress-circle .progress-icon {
        line-height: 2.6875rem; }
    .session-menu-toggle .connecting .progress-circle-svg path {
      stroke-width: 6; }
#recording-active-indicator {
  display: block;
  position: absolute;
  top: 1.8125rem;
  left: 2.625rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #262626;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  z-index: 51; }
  #recording-active-indicator .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    margin-left: 0.0625rem;
    stroke: #ff3b30; }
  #recording-active-indicator .tooltip {
    margin-left: -0.625rem; }
  #recording-active-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    margin-top: -0.03em;
    margin-left: -0.05em;
    width: 0.2em;
    height: 0.2em;
    border-radius: 100%;
    animation: recording-active infinite linear 1.5s; }
#session-menu {
  position: fixed;
  left: auto;
  left: 0;
  top: 0 !important;
  height: 100vh;
  width: 100%;
  max-width: 21.25rem;
  padding: 0;
  background-color: #111;
  border: 0;
  color: #ffffff;
  outline: 0;
  overflow: visible; }
  #session-menu.slide-in-left.mui-enter {
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  #session-menu.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
        transform: translateX(0); }
  #session-menu.slide-out-left.mui-leave {
    -ms-transform: translateX(0);
        transform: translateX(0);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-property: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  #session-menu.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  #session-menu .menu-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #session-menu .menu-controls .button {
      margin: 0.625rem 0.625rem 0 0.625rem; }
  #session-menu header {
    padding-top: 0;
    border-bottom-color: #666666;
    min-height: auto; }
  #session-menu .title {
    width: 100%;
    padding: 1rem 0; }
  #session-menu .sub-title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75rem;
    line-height: 1.2; }
  #session-menu .panel-content {
    padding-left: 0;
    padding-right: 0; }
  #session-menu footer {
    padding-left: 0;
    padding-right: 0; }
  #session-menu .button-list-icons {
    width: 100%; }
    #session-menu .button-list-icons li:hover {
      background-color: #222222; }
    #session-menu .button-list-icons .button {
      color: #ffffff;
      padding-left: 3.75rem; }
      #session-menu .button-list-icons .button:before, #session-menu .button-list-icons .button:after {
        left: 3.75rem;
        right: 1.5rem; }
      #session-menu .button-list-icons .button.active:before, #session-menu .button-list-icons .button.active:after {
        left: 0;
        right: 0; }
      #session-menu .button-list-icons .button::before, #session-menu .button-list-icons .button::after {
        background-color: #666666; }
      #session-menu .button-list-icons .button .svg-icon {
        left: 1.5rem; }
  #session-menu .leave-session::before {
    display: block !important;
    left: 1.5rem !important;
    right: 1.5rem !important; }
  #session-menu .leave-session::after {
    display: none; }
#session-name, #recording-name {
  font-size: 1.5rem;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word; }
#recording-onair {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  #recording-onair .svg-icon {
    margin-right: 0.75rem; }
.record-session.recording .svg-icon {
  stroke: #ff3b30; }
.menu-telephony-number:hover {
  background-color: transparent !important; }
.menu-telephony-number .button:hover {
  background-color: #222222; }
.menu-telephony-number .telephony-pin-wrap {
  padding-left: 3.75rem; }
.menu-telephony-number .telephony-icon {
  left: 1.5rem; }
.reveal-overlay {
  overflow-y: auto; }
  .reveal-overlay.fade-in.mui-enter {
    opacity: 1;
    background-color: transparent;
    transition-duration: 300ms;
    transition-property: background-color; }
  .reveal-overlay.fade-in.mui-enter.mui-enter-active {
    background-color: rgba(0, 0, 0, 0.45); }
  .reveal-overlay.fade-out.mui-leave {
    transition-duration: 300ms;
    transition-property: background-color;
    background-color: rgba(0, 0, 0, 0.45); }
  .reveal-overlay.fade-out.mui-leave.mui-leave-active {
    opacity: 1;
    background-color: transparent; }
#ftue-sessionmenu-button {
  left: 0;
  margin-left: 4.375rem;
  top: 0.625rem; }
  #ftue-sessionmenu-button::after, #ftue-sessionmenu-button::before {
    left: auto;
    right: 100%;
    top: 1.25rem; }
#session-menu.has-guidance::before {
  position: fixed;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  max-width: 20.75rem;
  z-index: 2; }
#ftue-sessionmenu-open-moderator, #ftue-sessionmenu-open-presenter, #ftue-sessionmenu-open-participant {
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 21.25rem; }
  @media screen and (max-width: 39.9375em) {
    #ftue-sessionmenu-open-moderator, #ftue-sessionmenu-open-presenter, #ftue-sessionmenu-open-participant {
      left: 50%;
      margin-left: 0;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #ftue-sessionmenu-open-moderator::after, #ftue-sessionmenu-open-presenter::after, #ftue-sessionmenu-open-participant::after {
        display: none; } }
@keyframes recording-active {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.9); }
  100% {
    box-shadow: 0 0 5px 5px rgba(255, 59, 48, 0); } }
#panel-participants .scroll-content {
  padding-top: 0.875rem;
  overflow-x: hidden; }
#panel-participants .role-header {
  background-color: #ffffff;
  border-bottom: 2px solid #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  height: 1.8125rem;
  padding: 0.25rem 0;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
#panel-participants .role-links {
  position: fixed;
  right: 1.5rem;
  width: calc(100vw - 3rem);
  z-index: 1;
  opacity: 0; }
  @media screen and (min-width: 40em) {
    #panel-participants .role-links {
      width: calc(50vw - 3rem);
      max-width: 20.75rem; } }
  #panel-participants .role-links.top {
    top: 3.1875rem; }
  #panel-participants .role-links.bottom {
    bottom: 3.75rem; }
  #panel-participants .role-links .role-header {
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%; }
  .side-panels.active-add #panel-participants .role-links {
    display: none; }
  .offcanvas-open #panel-participants .role-links {
    animation: show-role-links 250ms 300ms forwards; }
#panel-participants .participant-options {
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
  z-index: 12; }
  #panel-participants .participant-options.hover {
    color: #c56fd5; }
#panel-participants .participant-search .search-button {
  position: absolute;
  right: 1.25rem;
  top: 0.75rem; }
#panel-participants .participant-search .search-input::-ms-clear {
  display: none; }
#panel-participants .search-results {
  padding: 0.875rem 1.5rem 0; }
#panel-participants header {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-right: 2.5rem; }
  #panel-participants header .title-container {
    line-height: 1; }
  #panel-participants header.search-open .participant-search {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-top: 0.875rem; }
  #panel-participants header.has-breakout-room-name {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; }
    #panel-participants header.has-breakout-room-name.search-open .participant-search {
      margin-bottom: 0.5rem; }
  #panel-participants header .breakout-room-name {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    line-height: 1.2;
    font-size: 0.75rem;
    position: relative;
    margin-bottom: -0.25rem; }
  #panel-participants header h3 {
    margin-right: 0.625rem; }
#panel-participants .participant-list-item {
  min-height: 1.75rem;
  padding-left: 0.3125rem; }
  body:not(.hide-focus-outline) #panel-participants .participant-list-item:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  #panel-participants .participant-list-item:nth-child(even) {
    background-color: #f8f8f8; }
  #panel-participants .participant-list-item.has-focus .participant-status-details {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  #panel-participants .participant-list-item.has-focus .on-hover {
    opacity: 1; }
#panel-participants .list-loading {
  display: -ms-inline-flexbox;
  display: inline-flex; }
  #panel-participants .list-loading .progress-circle {
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.25rem; }
    #panel-participants .list-loading .progress-circle .progress-circle-svg {
      height: 1.25rem;
      width: 1.25rem; }
    #panel-participants .list-loading .progress-circle .progress-icon {
      line-height: 1.25rem; }
    #panel-participants .list-loading .progress-circle .progress-icon {
      display: none; }
#participant-options-menu {
  z-index: 12; }
#participant-scroll-content.no-breakout-rooms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding-top: 0.875rem; }
.breakout-rooms .participant {
  padding-right: 0;
  padding-left: 1.25rem; }
  .breakout-rooms .participant:before, .breakout-rooms .participant:after {
    left: 4.625rem;
    right: 0; }
  .breakout-rooms .participant.active:before, .breakout-rooms .participant.active:after {
    left: 0;
    right: 0; }
.breakout-rooms .participant-controls-item button {
  padding-left: 4.625rem; }
  .breakout-rooms .participant-controls-item button:before, .breakout-rooms .participant-controls-item button:after {
    left: 4.625rem;
    right: 0; }
  .breakout-rooms .participant-controls-item button.active:before, .breakout-rooms .participant-controls-item button.active:after {
    left: 0;
    right: 0; }
  .breakout-rooms .participant-controls-item button .svg-icon {
    left: 1.75rem; }
.access-participants-header, .load-more-participants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .access-participants-header > button, .load-more-participants > button {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
  .access-participants-header span, .load-more-participants span {
    margin-bottom: 0; }
.access-participants-header > button {
  margin-bottom: 0.125rem; }
  .access-participants-header > button:not(:focus) {
    margin-bottom: 0;
    padding: 0;
    border: 0; }
.breakout-rooms-active-header {
  background-color: #333333;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 4.6875rem;
  padding: 1.25rem 1.5rem; }
  .breakout-rooms-active-header .header-details {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    font-size: 0.75rem;
    margin-left: 1.75rem; }
  .breakout-rooms-active-header h4 {
    font-size: inherit;
    font-weight: 600;
    margin: 0; }
@keyframes show-role-links {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    right: 1.5rem;
    opacity: 1;
    transform: translateY(0%); } }
#panel-polling-content .scroll-content {
  padding-left: 0;
  padding-right: 0; }
#panel-polling-content .type-button {
  padding: 1.3125rem 1.5rem; }
  #panel-polling-content .type-button:before, #panel-polling-content .type-button:after {
    left: 1.5rem;
    right: 1.5rem; }
  #panel-polling-content .type-button.active:before, #panel-polling-content .type-button.active:after {
    left: 0;
    right: 0; }
  #panel-polling-content .type-button:not(.no-hover):hover:before, #panel-polling-content .type-button:not(.no-hover):hover:after, #panel-polling-content .type-button:not(.no-hover):focus:before, #panel-polling-content .type-button:not(.no-hover):focus:after {
    left: 0;
    right: 0; }
  #panel-polling-content .type-button.selected {
    background-color: #333333;
    color: #ffffff; }
#panel-polling-content #start-poll-button {
  margin: 0;
  width: 100%; }
#panel-polling-content .select-type-text {
  width: 100%;
  text-align: center;
  padding: 0.5em 1.125em; }
#panel-polling-content .polling-type {
  position: relative; }
  #panel-polling-content .polling-type .end-polling {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  #panel-polling-content .polling-type .type-button {
    padding-right: 3rem; }
#panel-polling-content .end-polling {
  right: 1.5rem;
  z-index: 1; }
.container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh; }
.page-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  z-index: 126;
  transition: padding-right 350ms cubic-bezier(0.55, 0, 0.1, 1), max-width 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (min-width: 40em) {
    .fit-right .page-header {
      padding-right: 50vw; } }
  @media screen and (min-width: 47.5em) {
    .fit-right .page-header {
      padding-right: 23.75rem; } }
.main-content {
  position: relative;
  width: 100%;
  height: 100%; }
main {
  position: relative;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-height: calc(100% - 3.75rem);
  transition: padding-right 350ms cubic-bezier(0.55, 0, 0.1, 1), max-width 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (min-width: 40em) {
    .fit-right main {
      padding-right: 50vw; } }
  @media screen and (min-width: 47.5em) {
    .fit-right main {
      padding-right: 23.75rem; } }
#controls {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  z-index: 50;
  transition: padding-right 350ms cubic-bezier(0.55, 0, 0.1, 1), max-width 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (min-width: 40em) {
    .fit-right #controls {
      padding-right: 50vw; } }
  @media screen and (min-width: 47.5em) {
    .fit-right #controls {
      padding-right: 23.75rem; } }
  @media screen and (max-width: 39.9375em) {
    .offcanvas-open #controls {
      overflow: hidden; } }
#ftue-sidepanel-button {
  top: auto;
  bottom: -0.5rem;
  left: auto;
  right: 0.375rem;
  z-index: 156; }
  #ftue-sidepanel-button::before, #ftue-sidepanel-button::after {
    top: 100%;
    left: auto;
    right: 0.6875rem; }
.settings-telephony-number:hover {
  background-color: transparent !important; }
.settings-telephony-number .button:hover {
  background-color: #f0f0f0; }
.settings-telephony-number .button.generate-phone-pin,
.settings-telephony-number .telephony-pin-wrap {
  padding-left: 3.5rem; }
.settings-telephony-number .telephony-icon {
  left: 1.25rem; }
.slider-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 1rem 0 0.5rem;
  width: 100%; }
  .slider-group .slider-label {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-weight: 600; }
  .slider-group .slider-container {
    -ms-flex: 1;
        flex: 1;
    margin: 0 0.625rem; }
  .slider-group .slider {
    margin: 0; }
.avatar-editor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 1.25rem; }
  .avatar-editor .avatar-upload-progress .progress-circle {
    height: 6.25rem;
    width: 6.25rem;
    line-height: 6.25rem;
    font-size: 6.25rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.125rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%; }
    .avatar-editor .avatar-upload-progress .progress-circle .progress-circle-svg {
      height: 6.25rem;
      width: 6.25rem; }
    .avatar-editor .avatar-upload-progress .progress-circle .progress-icon {
      line-height: 6.25rem; }
    .avatar-editor .avatar-upload-progress .progress-circle .progress-value {
      color: #ffffff; }
  .avatar-editor.editing .avatar-current-image {
    position: relative;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1.25rem; }
    .avatar-editor.editing .avatar-current-image .avatar-image-container {
      font-size: 6.25rem; }
    .avatar-editor.editing .avatar-current-image:focus {
      outline: none; }
  .avatar-editor.editing .away-status-container {
    display: none; }
  .avatar-editor .avatar-current-image {
    position: relative;
    display: inline-block;
    outline: none;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .avatar-editor .avatar-current-image .avatar-image-container {
      font-size: 3.75rem; }
    body:not(.hide-focus-outline) .avatar-editor .avatar-current-image:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
  .avatar-editor .avatar-name-container {
    padding-left: 0.75rem;
    -ms-flex: 1;
        flex: 1;
    text-align: left; }
  .avatar-editor .participant-name {
    max-width: 15.125rem; }
  .avatar-editor .avatar-edit-image-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 0;
    background-color: rgba(51, 51, 51, 0.7);
    color: #ffffff;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 100%;
    transition: opacity 300ms; }
    .avatar-editor .avatar-edit-image-link:hover {
      cursor: pointer; }
    .avatar-editor .avatar-edit-image-link.ng-hide-remove, .avatar-editor .avatar-edit-image-link.ng-hide-add.ng-hide-add-active {
      opacity: 0; }
    .avatar-editor .avatar-edit-image-link.ng-hide-remove.ng-hide-remove-active, .avatar-editor .avatar-edit-image-link.ng-hide-add {
      opacity: 1; }
  .avatar-editor .avatar-upload-image {
    width: 100%; }
  .avatar-editor .file-error-details {
    color: #ff3b30; }
  .avatar-editor .avatar-remove-image {
    width: 100%;
    text-align: center; }
    .avatar-editor .avatar-remove-image button {
      margin-bottom: 0; }
  .avatar-editor .avatar-capture-camera {
    text-align: center; }
.away-status-container {
  position: relative;
  margin-top: 0.375rem;
  line-height: 1; }
#panel-settings .scroll-content {
  overflow-x: hidden; }
#panel-settings .accordion {
  border-top: 2px solid #e5e5e5; }
#panel-settings .accordion-content {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none; }
  #panel-settings .accordion-content .row {
    position: relative;
    padding-left: 1.25rem; }
    #panel-settings .accordion-content .row:before, #panel-settings .accordion-content .row:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #cdcdcd;
      height: 0.0625rem;
      top: 0;
      transition: left 200ms cubic-bezier(0.55, 0, 0.1, 1), right 200ms cubic-bezier(0.55, 0, 0.1, 1); }
    #panel-settings .accordion-content .row:after {
      top: 100%; }
    #panel-settings .accordion-content .row.ng-hide:before, #panel-settings .accordion-content .row.ng-hide:after {
      display: none; }
    body:not(.hide-focus-outline) #panel-settings .accordion-content .row:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
    .hide-focus-outline #panel-settings .accordion-content .row:focus {
      box-shadow: none !important; }
    #panel-settings .accordion-content .row:focus:before, #panel-settings .accordion-content .row:focus:after {
      display: none; }
      .hide-focus-outline #panel-settings .accordion-content .row:focus:before, .hide-focus-outline #panel-settings .accordion-content .row:focus:after {
        display: block; }
    #panel-settings .accordion-content .row:before, #panel-settings .accordion-content .row:after {
      left: 1.25rem;
      right: 0; }
    #panel-settings .accordion-content .row.active:before, #panel-settings .accordion-content .row.active:after {
      left: 0;
      right: 0; }
  #panel-settings .accordion-content:not(.bordered) > li:first-child:before {
    display: none !important; }
  #panel-settings .accordion-content:not(.bordered) > li:first-child .row:before {
    display: none !important; }
  #panel-settings .accordion-content li:first-of-type > button::before,
  #panel-settings .accordion-content li:last-of-type::after {
    display: none; }
  #panel-settings .accordion-content .row {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem; }
  #panel-settings .accordion-content .columns {
    float: none; }
  #panel-settings .accordion-content .profile-configuration {
    padding-bottom: 0; }
    #panel-settings .accordion-content .profile-configuration::before {
      display: none; }
#panel-settings #profile-mode {
  margin-bottom: 0; }
#panel-settings .panel-link {
  text-align: left;
  font-size: 1rem;
  padding: 1.25rem 0 0;
  margin: 0;
  width: 100%; }
  #panel-settings .panel-link:hover {
    background: transparent; }
  #panel-settings .panel-link .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
  #panel-settings .panel-link .svg-icon {
    font-size: 1.5rem;
    margin-right: 1rem; }
#panel-settings .help-link {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.71;
  vertical-align: top;
  transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  #panel-settings .help-link:hover, #panel-settings .help-link:focus {
    background-color: #cccccc;
    color: #333333;
    opacity: 1; }
  #panel-settings .help-link:active, #panel-settings .help-link.active {
    background-color: #999999;
    opacity: 1; }
  #panel-settings .help-link:disabled, #panel-settings .help-link:disabled:hover {
    background-color: #fff;
    color: #333333;
    opacity: 0.51; }
  body:not(.hide-focus-outline) #panel-settings .help-link:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  #panel-settings .help-link i, #panel-settings .help-link .svg-icon {
    line-height: inherit;
    vertical-align: inherit; }
  #panel-settings .help-link.has-text {
    width: auto;
    height: auto;
    min-height: 2.75rem;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 0;
    font-family: "Open Sans", sans-serif; }
    #panel-settings .help-link.has-text .svg-icon {
      margin-right: .4em; }
    #panel-settings .help-link.has-text span {
      vertical-align: inherit;
      font-size: 1.5rem; }
    #panel-settings .help-link.has-text:hover span {
      text-decoration: underline; }
#panel-sharing .scroll-content {
  padding-left: 0;
  padding-right: 0; }
#panel-sharing li {
  position: relative; }
#panel-sharing .stop-control {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 1.5rem;
  z-index: 20; }
#panel-sharing .action-button,
#panel-sharing .action-details {
  min-height: 3.8125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.9375rem;
  padding-right: 3rem; }
  #panel-sharing .action-button:before, #panel-sharing .action-button:after,
  #panel-sharing .action-details:before,
  #panel-sharing .action-details:after {
    left: 4.75rem;
    right: 1.5rem; }
  #panel-sharing .action-button.active:before, #panel-sharing .action-button.active:after,
  #panel-sharing .action-details.active:before,
  #panel-sharing .action-details.active:after {
    left: 0;
    right: 0; }
  #panel-sharing .action-button:not(.no-hover):hover:before, #panel-sharing .action-button:not(.no-hover):hover:after, #panel-sharing .action-button:not(.no-hover):focus:before, #panel-sharing .action-button:not(.no-hover):focus:after,
  #panel-sharing .action-details:not(.no-hover):hover:before,
  #panel-sharing .action-details:not(.no-hover):hover:after,
  #panel-sharing .action-details:not(.no-hover):focus:before,
  #panel-sharing .action-details:not(.no-hover):focus:after {
    left: 0;
    right: 0; }
#panel-sharing .action-button .icon-wrap.color {
  display: none; }
#panel-sharing .action-button.active .icon-wrap.default,
#panel-sharing .action-button.active .icon-wrap.shaded, #panel-sharing .action-button:active .icon-wrap.default,
#panel-sharing .action-button:active .icon-wrap.shaded {
  display: none; }
#panel-sharing .action-button.active .icon-wrap.color, #panel-sharing .action-button:active .icon-wrap.color {
  display: inline-block; }
#panel-sharing dd .content {
  padding: 0; }
#panel-sharing .new-item {
  display: block;
  color: #c56fd5;
  font-size: 0.75rem; }
#panel-sharing .sharing-title {
  margin: 0;
  font-size: 0.75rem; }
  #panel-sharing .sharing-title.filename {
    word-break: break-all; }
#panel-sharing .list-section-title {
  background-color: #e5e5e5;
  border-bottom: 1px solid #cdcdcd;
  color: #666666;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding: 0.25rem;
  padding-left: 1.5rem;
  margin: 0; }
#panel-sharing .nothing-shared {
  text-align: center; }
#panel-sharing .no-hover {
  cursor: default; }
#panel-sharing .action-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #panel-sharing .action-details > span {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
#panel-sharing .appshare-unavailable .icon-wrap, #panel-sharing .breakout-unavailable .icon-wrap {
  opacity: .5; }
  #panel-sharing .appshare-unavailable .icon-wrap::before, #panel-sharing .breakout-unavailable .icon-wrap::before {
    content: "";
    position: absolute;
    top: 2.375rem;
    left: 0;
    width: 3.75rem;
    height: 0.0625rem;
    background-color: #333333;
    box-shadow: 0 1px 0 0 #ffffff;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    z-index: 1; }
#panel-sharing .button-list-icons:not(:last-of-type) li:last-child button::after {
  display: none; }
#appshare-unavailable-desc {
  width: 100%; }
#slide-navigator-container .panel-content {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 0.625rem; }
#slide-navigator-container .sub-header {
  margin: 0 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #cdcdcd; }
  #slide-navigator-container .sub-header h4 {
    margin: 0; }
#slide-navigator-container .loading-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f8f8f8;
  border-bottom: 1px solid #cdcdcd;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.625rem 1.5rem; }
  #slide-navigator-container .loading-progress.ng-enter {
    animation: slide-in-navigator-loading-progress 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  #slide-navigator-container .loading-progress.ng-leave {
    animation: slide-in-navigator-loading-progress 250ms cubic-bezier(0.55, 0, 0.1, 1) reverse; }
  #slide-navigator-container .loading-progress .progress-indicator {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.625rem; }
  #slide-navigator-container .loading-progress .progress-circle {
    height: 1rem;
    width: 1rem;
    line-height: 1rem;
    font-size: 1rem; }
    #slide-navigator-container .loading-progress .progress-circle .progress-circle-svg {
      height: 1rem;
      width: 1rem; }
    #slide-navigator-container .loading-progress .progress-circle .progress-icon {
      line-height: 1rem; }
  #slide-navigator-container .loading-progress .loading-status {
    margin-right: auto;
    padding-right: 0.625rem; }
@keyframes slide-in-navigator-loading-progress {
  0%, 100% {
    overflow: hidden; }
  0% {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  100% {
    max-height: 2.75rem; } }
#slide-navigator-container .slide {
  display: inline-block;
  outline-offset: -0.25rem;
  padding: 0.5rem 1.5rem;
  padding-left: 4.5rem;
  position: relative;
  cursor: pointer;
  transition: background-color 200ms;
  width: 100%;
  max-height: 29.875rem; }
  body:not(.hide-focus-outline) #slide-navigator-container .slide:focus {
    outline: 0.125rem solid #0076d0; }
  #slide-navigator-container .slide img {
    opacity: .8;
    width: 100%;
    transition: opacity 200ms; }
  #slide-navigator-container .slide img, #slide-navigator-container .slide svg {
    background-color: #ffffff;
    box-shadow: 0 0 0 0.0625rem #cdcdcd; }
  #slide-navigator-container .slide:hover, #slide-navigator-container .slide:focus, #slide-navigator-container .slide.selected {
    background-color: #f0f0f0; }
    #slide-navigator-container .slide:hover img, #slide-navigator-container .slide:focus img, #slide-navigator-container .slide.selected img {
      opacity: 1; }
  #slide-navigator-container .slide.selected {
    background-color: #f0f0f0; }
#slide-navigator-container .slide-number-badge {
  position: absolute;
  background-color: transparent;
  border: 1px solid #333333;
  color: #222222;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  top: 0.5rem;
  left: 1.5rem;
  text-align: center;
  transition: background-color 200ms, border-color 500ms 200ms; }
  #slide-navigator-container .slide-number-badge.not-loaded {
    border-color: transparent; }
  #slide-navigator-container .slide-number-badge.loading {
    border: 0;
    top: 0.4375rem;
    left: 1.4375rem;
    z-index: 1; }
    #slide-navigator-container .slide-number-badge.loading.ng-leave {
      opacity: 1;
      transition: opacity 500ms 500ms; }
      #slide-navigator-container .slide-number-badge.loading.ng-leave .progress-circle .back {
        stroke: transparent;
        stroke-dasharray: 629;
        stroke-width: 16; }
      #slide-navigator-container .slide-number-badge.loading.ng-leave .progress-circle .progress-circle-svg {
        animation: progress-success-svg 1s; }
      #slide-navigator-container .slide-number-badge.loading.ng-leave .progress-circle .bar {
        stroke-width: 0; }
      #slide-navigator-container .slide-number-badge.loading.ng-leave .progress-circle .back {
        stroke: #39e379;
        opacity: 0;
        animation: progress-success-path 1s; }
    #slide-navigator-container .slide-number-badge.loading.ng-leave.ng-leave-active {
      opacity: 0; }
  #slide-navigator-container .slide-number-badge .progress-circle {
    height: 2.125rem;
    width: 2.125rem;
    line-height: 2.125rem;
    font-size: 2.125rem; }
    #slide-navigator-container .slide-number-badge .progress-circle .progress-circle-svg {
      height: 2.125rem;
      width: 2.125rem; }
    #slide-navigator-container .slide-number-badge .progress-circle .progress-icon {
      line-height: 2.125rem; }
    #slide-navigator-container .slide-number-badge .progress-circle svg {
      background-color: transparent;
      box-shadow: none; }
    #slide-navigator-container .slide-number-badge .progress-circle path {
      stroke-width: 10; }
#slide-navigator-container .selected .slide-number-badge {
  background-color: #c56fd5;
  border-color: #c56fd5; }
.hide-focus-outline button:focus, .hide-focus-outline .button:focus, .hide-focus-outline [tabindex] {
  outline: none !important; }
.hide-focus-outline a:not(.button):focus {
  box-shadow: inherit !important; }
.actions-button.stop {
  line-height: 0;
  vertical-align: middle; }
  .actions-button.stop .svg-icon {
    font-size: 1.5rem; }
  .actions-button.stop .action-title {
    display: none;
    font-size: 0.8125rem; }
  @media screen and (min-width: 40em) {
    .actions-button.stop {
      width: auto; }
      .actions-button.stop .svg-icon {
        font-size: 1rem; }
      .actions-button.stop .action-title {
        display: inline-block;
        margin-left: 0.125rem;
        margin-right: 0.5rem;
        vertical-align: inherit; }
      .actions-button.stop .tooltip {
        visibility: hidden !important; } }
#sharing-toggle {
  position: relative; }
  #sharing-toggle .guidance {
    margin-top: 0.1875rem;
    margin-right: 1.0625rem;
    right: 2.75rem; }
    #sharing-toggle .guidance::before, #sharing-toggle .guidance::after {
      top: 1.125rem; }
#video-mode-switch {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem; }
#announcement-modal-page-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200; }
  #announcement-modal-page-wrap .announcement-link,
  #announcement-modal-page-wrap #announcement-description {
    margin-bottom: 2.5rem; }
#appshare-header {
  color: #ffffff; }
  #appshare-header .title-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 1rem; }
  #appshare-header .stop-sharing {
    margin-bottom: 0;
    margin-left: auto; }
#appshare-options-modal .modal-footer button {
  margin-bottom: 1.25rem; }
#appshare-scroll-container {
  overflow: auto;
  width: 100%;
  height: 100%; }
.appshare-stream {
  display: block;
  height: 100%;
  margin: auto; }
.appshare-stream.draggable {
  cursor: -webkit-grab;
  cursor: grab; }
.appshare-loading .loading {
  padding-top: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .pip .appshare-loading .loading {
    padding-top: 2.3125rem; }
.appshare-disconnected {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 20; }
.breakout-participant-card {
  position: relative; }
  .breakout-participant-card.selected {
    background-color: #cdcdcd; }
    .breakout-participant-card.selected .breakout-participant {
      border-color: #c56fd5; }
    .breakout-participant-card.selected .avatar-image {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #c56fd5; }
    .breakout-participant-card.selected .breakout-participant-name {
      text-decoration: underline; }
  .breakout-participant-card[draggable="true"] {
    cursor: move; }
  .breakout-participant-card .breakout-participant {
    background-color: #ffffff;
    border: 1px solid #cdcdcd; }
    .breakout-participant-card .breakout-participant::before {
      content: "";
      display: block;
      position: absolute;
      height: 0.3125rem;
      width: 0.3125rem;
      top: 50%;
      left: 0.3125rem;
      margin-top: -0.15625rem;
      color: #cdcdcd;
      background: repeating-linear-gradient(0deg, currentColor, currentColor 0.0625rem, transparent 0.0625rem, transparent 0.125rem); }
  .breakout-participant-card .multi-select-drag-content {
    display: none; }
  .breakout-participant-card.multi-select-drag .multi-select-drag-content {
    display: block; }
  .breakout-participant-card.multi-select-drag .breakout-participant-name {
    display: none; }
.breakout-participant {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  padding-left: 0.9375rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .breakout-participant .avatar-image-container {
    font-size: 1.5rem; }
  .breakout-participant .avatar-container {
    margin-right: 0.625rem; }
.breakout-participant-name {
  -ms-flex: 1;
      flex: 1; }
.room-switch-dropdown-toggle {
  color: #767676; }
.room-switch-dropdown .dropdown-wrap {
  margin-left: -0.5rem; }
.room-switch-dropdown .f-dropdown {
  max-height: 14.25rem; }
.room-switch-dropdown .multi-select-label {
  font-style: italic; }
.breakout-room-list .breakout-room-list-item.active .accordion-title {
  border-bottom: 1px solid #cdcdcd; }
.breakout-room-list .breakout-room-list-item.active .participants-list {
  margin-top: 0.625rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem; }
.breakout-room-list .accordion-toggle-container {
  position: relative; }
  .breakout-room-list .accordion-toggle-container .join-room {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.breakout-room-list .accordion-toggle {
  padding: 0.75rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.breakout-room-list .room-tab:hover {
  cursor: pointer; }
body:not(.hide-focus-outline) .breakout-room-list .room-tab:focus {
  outline: 0.125rem solid #0076d0; }
.breakout-room-list .join-room {
  right: 2.5rem; }
  .breakout-room-list .join-room .svg-icon {
    stroke: #008730;
    color: inherit; }
.breakout-room-list .room-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  margin-right: 0.625rem;
  background-color: #f0f0f0;
  color: #666666;
  border-radius: 100%; }
  .breakout-room-list .room-icon .group-avatar {
    width: 1.875rem; }
  .breakout-room-list .room-icon.current-room {
    box-shadow: 0 0 0 2px #c56fd5; }
.breakout-room-list .room-title {
  -ms-flex: 1;
      flex: 1;
  padding-right: 1.5rem; }
  .breakout-room-list .room-title h4 {
    font-size: 1rem;
    margin-bottom: -0.1875rem; }
.breakout-room-list .room-members {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.1875rem 0; }
.breakout-room-list .room-static:hover {
  color: inherit; }
.breakout-room-list .room-static::before, .breakout-room-list .room-static::after {
  display: none; }
.breakout-room-list .search-room-title {
  font-size: 0.75rem;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 0.25rem; }
.breakout-participant-selector {
  position: relative; }
.select-participant-dropdown .dropdown-wrap {
  margin-left: -0.75rem; }
.select-participant-dropdown .f-dropdown {
  max-height: 11rem; }
.select-participant-dropdown .button-list > li {
  position: relative; }
  .select-participant-dropdown .button-list > li .add-no-close {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.select-participant-dropdown .add-close {
  padding: 0 !important; }
.select-participant-dropdown .add-no-close {
  right: 0.875rem; }
.select-participant-dropdown .button-list button.has-icon,
.select-participant-dropdown button.breakout-participant {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 2.375rem;
  min-height: 2.75rem; }
  .select-participant-dropdown .button-list button.has-icon:before, .select-participant-dropdown .button-list button.has-icon:after,
  .select-participant-dropdown button.breakout-participant:before,
  .select-participant-dropdown button.breakout-participant:after {
    left: 2.75rem;
    right: 0.625rem; }
  .select-participant-dropdown .button-list button.has-icon.active:before, .select-participant-dropdown .button-list button.has-icon.active:after,
  .select-participant-dropdown button.breakout-participant.active:before,
  .select-participant-dropdown button.breakout-participant.active:after {
    left: 0;
    right: 0; }
  body:not(.hide-focus-outline) .select-participant-dropdown .button-list button.has-icon:focus, body:not(.hide-focus-outline)
  .select-participant-dropdown button.breakout-participant:focus {
    outline: none !important;
    box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
.select-participant-dropdown .has-icon .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.select-participant-dropdown .has-icon .svg-icon {
  margin-right: 0.625rem; }
.room-card-container {
  border: 1px solid #cdcdcd;
  margin-bottom: 1.25rem; }
  body:not(.hide-focus-outline) .room-card-container:focus {
    outline: 0.125rem solid #0076d0; }
  .room-card-container button {
    margin-bottom: 0; }
    .room-card-container button.has-icon {
      vertical-align: middle;
      text-decoration: none; }
      .room-card-container button.has-icon span {
        vertical-align: inherit; }
    .room-card-container button.text {
      padding: 0; }
  .room-card-container.drop-target {
    transition: border-color 250ms, background-color 250ms; }
    .room-card-container.drop-target:not(.drop-not-allowed) {
      border-color: #c56fd5;
      background-color: #f3e2f7; }
  .room-card-container.drop-not-allowed .current-group {
    display: inline-block; }
  .room-card-container .dropdown-wrap {
    width: calc(100vw - 2.5rem);
    max-width: 21.25rem; }
    .room-card-container .dropdown-wrap .f-dropdown {
      width: 100%;
      border: none;
      overflow-y: auto; }
.room-card .room-card-header,
.room-card .room-card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.3125rem 0.5rem; }
.room-card .room-card-header {
  position: relative;
  min-height: 2.75rem; }
  .room-card .room-card-header .room-size {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: none;
    font-size: 0.75rem;
    font-style: italic;
    margin-left: 0.375rem; }
.room-card .room-card-footer {
  border-top: 1px solid #cdcdcd;
  -ms-flex-pack: end;
      justify-content: flex-end;
  min-height: 2rem; }
  .room-card .room-card-footer .footer-details {
    -ms-flex: 1;
        flex: 1;
    text-align: right; }
.room-card .room-name-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 1;
      flex: 1; }
.room-card .room-name {
  font-size: 1.125rem;
  text-align: left;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
  .room-card .room-name button {
    color: #333333; }
.room-card .editable-text-field {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: calc(100% - 0.625rem);
  min-height: 2.125rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  z-index: 1; }
.room-card .current-group {
  display: none;
  font-size: 0.75rem; }
.room-card .room-participant-listing {
  background-color: #f0f0f0;
  border-top: 1px solid #cdcdcd;
  padding: 0.3125rem 0.25rem;
  transition: max-height 400ms, padding 400ms, border 400ms; }
.room-card .room-participant-item:not(:last-of-type) {
  margin-bottom: 0.3125rem; }
.room-card .room-participant-item.ng-enter {
  animation: slide-in-room-participant-item 250ms cubic-bezier(0.55, 0, 0.1, 1); }
@keyframes slide-in-room-participant-item {
  0%, 100% {
    overflow: hidden; }
  0% {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  100% {
    max-height: 2.875rem; } }
.unassigned-participants {
  transition: padding 400ms, margin 400ms; }
  .unassigned-participants.no-participants .room-card-footer {
    margin-top: -0.875rem; }
#room-panel-content:not(.drag-active) .unassigned-participants {
  background-color: #f0f0f0;
  border-left: none;
  border-right: none;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  #room-panel-content:not(.drag-active) .unassigned-participants .room-card-container,
  #room-panel-content:not(.drag-active) .unassigned-participants .room-participant-listing,
  #room-panel-content:not(.drag-active) .unassigned-participants .room-card-footer {
    border: none; }
  #room-panel-content:not(.drag-active) .unassigned-participants .room-card-container {
    margin-bottom: 0; }
  #room-panel-content:not(.drag-active) .unassigned-participants .room-name {
    font-size: 1rem;
    font-weight: 600; }
  #room-panel-content:not(.drag-active) .unassigned-participants .room-card-footer {
    -ms-flex-pack: start;
        justify-content: flex-start; }
.drag-active .room-card-container {
  background-color: #e5e5e5;
  border-style: dashed; }
.drag-active .room-participant-listing {
  border: none;
  padding: 0;
  max-height: 0;
  overflow: hidden; }
  .drag-active .room-participant-listing li {
    margin: 0 !important; }
.drag-active .room-card-header {
  min-height: 3.75rem; }
  .drag-active .room-card-header .room-size {
    display: inline-block; }
.drag-active .room-name {
  font-size: 0.875rem;
  font-weight: 600; }
.drag-active .add-room-card,
.drag-active .room-card-footer,
.drag-active [bb-delete-confirm] {
  display: none; }
.breakout-participant-card.drag-item {
  -ms-transform: scale(0.9);
      transform: scale(0.9); }
  .breakout-participant-card.drag-item > button {
    background-color: #fff; }
  .breakout-participant-card.drag-item .room-switch-dropdown {
    display: none; }
.room-size-input {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem; }
  .room-size-input .room-size {
    margin-bottom: 1.25rem; }
    .room-size-input .room-size p {
      margin-bottom: 0.625rem;
      margin-left: 1rem; }
      .room-size-input .room-size p:last-of-type {
        margin-bottom: 0; }
label.strong {
  font-weight: 600; }
#room-change-modal {
  position: fixed;
  background-color: #262626;
  z-index: 249; }
  #room-change-modal .breakout-avatar-image {
    max-height: 9.375rem;
    height: 22vh; }
  #room-change-modal.ng-enter {
    animation: fade-in 300ms; }
  #room-change-modal.ng-leave {
    animation: fade-in 300ms reverse; }
#caption-dropdown.repositioning {
  transition: top 300ms; }
#caption-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none; }
#caption-dropdown .menu-header {
  border-bottom: 1px solid #cdcdcd;
  padding: 0.625rem 1rem;
  width: 100%; }
#caption-dropdown .previous-menu {
  border-bottom: 1px solid #cdcdcd; }
  #caption-dropdown .previous-menu .svg-icon {
    margin-right: 0.25rem; }
#caption-dropdown .checkbox-wrap label {
  font-weight: 600; }
#caption-dropdown .checkbox-wrap input, #caption-dropdown .checkbox-wrap label {
  margin-bottom: 0; }
#caption-dropdown .item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  #caption-dropdown .item-wrap.no-hover {
    padding: 0.625rem 1rem; }
#caption-dropdown .item-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-weight: 600; }
#caption-dropdown .item-detail {
  -ms-flex: 1;
      flex: 1;
  text-align: right; }
#caption-dropdown .item-name {
  -ms-flex: 1;
      flex: 1; }
#caption-dropdown .item-icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 0.875rem; }
#captioning-input .edit-caption {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 1rem;
  margin-left: 1rem;
  opacity: 0.7;
  z-index: 1;
  transition: opacity 200ms; }
  #captioning-input .edit-caption .svg-icon {
    font-size: inherit; }
#caption-stream-name {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden; }
  #caption-stream-name > span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    height: 1.875rem;
    width: 100%; }
  #caption-stream-name .original-text,
  #caption-stream-name input {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: transparent; }
  #caption-stream-name .original-text {
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  #caption-stream-name input {
    color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 0.0625rem;
    border-bottom-color: transparent;
    height: 1.875rem;
    margin-bottom: -0.0625rem;
    padding-bottom: 0.1875rem;
    padding-left: 0;
    width: 100%;
    transition: border-color 300ms; }
    #caption-stream-name input:focus {
      border-bottom-color: #0076d0; }
  #caption-stream-name.editing {
    width: 100%; }
    #caption-stream-name.editing > span {
      width: 100%; }
    #caption-stream-name.editing + .edit-caption {
      display: none; }
  #caption-stream-name:hover + .edit-caption {
    opacity: 1; }
.captioning {
  background-color: rgba(0, 0, 0, 0.2);
  color: #e5e5e5;
  position: relative;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .captioning .caption-title-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #e5e5e5;
    padding: 0 0.625rem;
    text-align: left;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
  .captioning textarea {
    background-color: transparent;
    text-align: inherit;
    resize: none;
    font-size: 1.25rem;
    color: #e5e5e5;
    border: 0;
    line-height: 1.45;
    margin-bottom: 0;
    padding: 0.3125rem 0.625rem;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    white-space: pre-wrap; }
    .captioning textarea.x-small {
      font-size: 0.75rem;
      line-height: 1.2; }
    .captioning textarea.small {
      font-size: 0.9375rem;
      line-height: 1.35; }
    .captioning textarea.normal {
      font-size: 1.25rem; }
    .captioning textarea.large {
      font-size: 1.5625rem;
      line-height: 1.25; }
    .captioning textarea.x-large {
      font-size: 2.25rem;
      line-height: 1.5; }
  .captioning label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.5rem;
    cursor: default;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .captioning label .svg-icon {
      color: #ffffff;
      margin-right: 0.625rem; }
  .captioning select {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KIDxnPg0KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+DQogIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIGlkPSJzdmdfMSIgcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+DQogPC9nPg0KPC9zdmc+);
    background-size: 0.5rem;
    background-position: calc(100% + 0.875rem) center;
    border: none;
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-right: 1.25rem;
    height: 1.875rem;
    min-height: 1.875rem;
    width: auto;
    cursor: pointer; }
    body:not(.hide-focus-outline) .captioning select:focus {
      outline: 0.125rem solid #0076d0; }
    .captioning select option {
      background-color: #fff;
      color: #333333; }
  .captioning .caption-provider {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: inherit;
        align-items: inherit;
    -ms-flex: 1;
        flex: 1;
    white-space: nowrap;
    text-align: left;
    overflow: hidden; }
    .captioning .caption-provider label:hover ~ .tooltip, .captioning .caption-provider select:hover ~ .tooltip, .captioning .caption-provider select:focus ~ .tooltip {
      opacity: 1 ;
      visibility: visible ;
      z-index: 10 ;
      transition: opacity 0ms 200ms;
      animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1;
      left: 1.875rem; }
  .captioning .provider-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .captioning .caption-text-size {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: inherit;
        align-items: inherit;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 1rem; }
    .captioning .caption-text-size label:hover ~ .tooltip, .captioning .caption-text-size select:hover ~ .tooltip {
      opacity: 1 ;
      visibility: visible ;
      z-index: 10 ;
      transition: opacity 0ms 200ms;
      animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1; }
    body:not(.hide-focus-outline) .captioning .caption-text-size select:focus ~ .tooltip {
      opacity: 1 ;
      visibility: visible ;
      z-index: 10 ;
      transition: opacity 0ms 200ms;
      animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1; }
  .captioning .alert-notification {
    position: absolute; }
#caption-text-size {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
#caption-provider-select {
  max-width: calc(100% - 1.875rem); }
#caption-provider-tooltip {
  margin-left: 2.5rem; }
.chat-channel-selector {
  position: relative; }
  .chat-channel-selector .button-select {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    box-shadow: none;
    color: #333333;
    margin-bottom: 0.125rem;
    text-align: left;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .chat-channel-selector .button-select:after {
      border-width: 0.3125rem; }
  .chat-channel-selector .has-pending-messages {
    position: absolute;
    right: 2rem;
    width: 0.75rem;
    height: 0.75rem;
    top: 50%;
    margin-top: -0.375rem;
    border-radius: 100%; }
    .chat-channel-selector .has-pending-messages::before, .chat-channel-selector .has-pending-messages::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%; }
    .chat-channel-selector .has-pending-messages::before {
      background-color: #ff3b30;
      animation: pulse-dot 3s infinite; }
    .chat-channel-selector .has-pending-messages::after {
      box-shadow: inset 0 0 0 0.0625rem #ff3b30;
      animation: pulse-border 3s infinite; }
.chat-channel-selector.has-guidance::before {
  top: auto;
  bottom: 0.1875rem;
  height: 2.375rem;
  border-radius: 0.125rem;
  z-index: 1; }
.chat-channel-selector.has-guidance .guidance {
  margin-top: 0.375rem; }
  .chat-channel-selector.has-guidance .guidance::before {
    display: none; }
.chat-channel-select {
  width: 100%;
  margin-bottom: 0.5rem; }
  .chat-channel-select .f-dropdown {
    width: 100%; }
    .chat-channel-select .f-dropdown:before, .chat-channel-select .f-dropdown:after {
      display: none; }
  .chat-channel-select .channel-button {
    padding-left: 0.75rem;
    padding-right: 3.125rem; }
    .chat-channel-select .channel-button:before, .chat-channel-select .channel-button:after {
      left: 0.75rem;
      right: 0.75rem; }
    .chat-channel-select .channel-button.active:before, .chat-channel-select .channel-button.active:after {
      left: 0;
      right: 0; }
    .chat-channel-select .channel-button:not(.no-hover):hover:before, .chat-channel-select .channel-button:not(.no-hover):hover:after, .chat-channel-select .channel-button:not(.no-hover):focus:before, .chat-channel-select .channel-button:not(.no-hover):focus:after {
      left: 0;
      right: 0; }
  .chat-channel-select .channel-pending-badge {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -0.625rem; }
@keyframes pulse-dot {
  0%, 100% {
    opacity: .7;
    transform: scale(0.9); }
  30% {
    opacity: .9;
    transform: scale(1); } }
@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: scale(1); }
  32%, 100% {
    opacity: 0;
    transform: scale(2.2); } }
#chat-input-container {
  position: relative;
  width: 100%; }
#message-input {
  margin-bottom: 0;
  padding-right: 3.75rem;
  resize: none;
  min-height: 2.5rem;
  max-height: 60vh;
  overflow: hidden;
  transition: none; }
#chat-input-disabled {
  text-align: center;
  padding: 0.625rem;
  border-top: 1px solid #e5e5e5;
  font-size: 0.75rem;
  font-style: italic;
  height: 3.125rem; }
body:not(.hide-focus-outline) .chat-navigator:focus {
  outline: 0.125rem solid #0076d0; }
.chat-navigator .button-group {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 0; }
  .chat-navigator .button-group.ng-enter {
    animation: slide-in-chat-navigator 300ms; }
  .chat-navigator .button-group.ng-leave {
    animation: slide-in-chat-navigator 300ms reverse; }
.chat-navigator .button {
  background-color: #f8f8f8;
  border-radius: 0;
  color: #333333;
  -ms-flex: 1;
      flex: 1;
  margin: 0; }
  body:not(.hide-focus-outline) .chat-navigator .button:focus {
    outline: none !important;
    box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
@keyframes slide-in-chat-navigator {
  0%, 100% {
    overflow: hidden; }
  0% {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  100% {
    max-height: 2.5rem; } }
.color-picker {
  width: 7rem; }
  .color-picker .button-list-simple li {
    display: block;
    float: left;
    height: 2.25rem;
    width: 2.25rem;
    padding: 0.375rem; }
  .color-picker .button-list-simple button {
    padding: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 100%; }
  .color-picker .color-swatch {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .color-picker {
      left: auto;
      right: 0; } }
#connect-status-connecting {
  background-color: rgba(0, 0, 0, 0.7);
  color: #e6e6e6; }
  #connect-status-connecting .full-page-content {
    padding: 6.75rem 1.875rem 20vh; }
  #connect-status-connecting .connect-status-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    margin-bottom: -4.5rem;
    color: #e5e5e5;
    font-size: 1.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
    #connect-status-connecting .connect-status-text p:last-child {
      margin: 0; }
  #connect-status-connecting .connect-status-detail-text {
    margin-top: 2.25rem; }
    #connect-status-connecting .connect-status-detail-text p {
      font-size: 1.125rem; }
.clone-container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  outline: 10px solid rgba(255, 0, 0, 0);
  transition: outline 500ms; }
  .clone-container.transitioning {
    outline-color: rgba(0, 128, 0, 0); }
  .clone-container .video-content.mode-switch {
    margin-top: 0; }
  .clone-container .video .intrinsic-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
    .clone-container .video .intrinsic-wrap video, .clone-container .video .intrinsic-wrap img, .clone-container .video .intrinsic-wrap > div {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
  .clone-container .ng-leave {
    position: absolute; }
  .clone-container .follow .video:not(.video-active):not(.speaker):not(.my-participant):not(#follow-video-clone):not('#my-participant-video-clone') {
    position: absolute; }
#appshare-video-clone.main,
#whiteboard-clone.main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
#session-content.pre-content-exit #my-participant-video,
#session-content.pre-content-exit #follow-video {
  display: none; }
#session-content.transitioning:not(.pre-content-exit) .video-all .video {
  max-width: 100% !important;
  max-height: 100% !important; }
#session-content.transitioning .video .video-participant, #session-content.transitioning .video .video-participant.moving,
#session-content.transitioning #whiteboard,
#session-content.transitioning #whiteboard.moving,
#session-content.transitioning #appshare-video,
#session-content.transitioning #appshare-video.moving,
#session-content.transitioning #follow-video,
#session-content.transitioning #follow-video.moving,
#session-content.transitioning #my-participant-video,
#session-content.transitioning #my-participant-video.moving {
  transition: top 500ms cubic-bezier(0.55, 0, 0.1, 1), left 500ms cubic-bezier(0.55, 0, 0.1, 1), width 500ms cubic-bezier(0.55, 0, 0.1, 1), height 500ms cubic-bezier(0.55, 0, 0.1, 1), outline 500ms linear; }
#session-content .video.ng-enter, #session-content .video.ng-hide-remove,
#session-content #whiteboard.ng-enter,
#session-content #whiteboard.ng-hide-remove,
#session-content #appshare-video.ng-enter,
#session-content #appshare-video.ng-hide-remove,
#session-content #follow-video.ng-enter,
#session-content #follow-video.ng-hide-remove {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1), opacity 500ms cubic-bezier(0.55, 0, 0.1, 1); }
#session-content .video.ng-enter.ng-enter-active, #session-content .video.ng-hide-remove.ng-hide-remove-active,
#session-content #whiteboard.ng-enter.ng-enter-active,
#session-content #whiteboard.ng-hide-remove.ng-hide-remove-active,
#session-content #appshare-video.ng-enter.ng-enter-active,
#session-content #appshare-video.ng-hide-remove.ng-hide-remove-active,
#session-content #follow-video.ng-enter.ng-enter-active,
#session-content #follow-video.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1); }
#session-content .video.ng-leave, #session-content .video.ng-hide-add,
#session-content #whiteboard.ng-leave,
#session-content #whiteboard.ng-hide-add,
#session-content #appshare-video.ng-leave,
#session-content #appshare-video.ng-hide-add,
#session-content #follow-video.ng-leave,
#session-content #follow-video.ng-hide-add {
  -ms-transform: scale(1);
      transform: scale(1);
  transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1), opacity 500ms cubic-bezier(0.55, 0, 0.1, 1); }
#session-content .video.ng-leave.ng-leave-active, #session-content .video.ng-hide-add.ng-hide-add-active,
#session-content #whiteboard.ng-leave.ng-leave-active,
#session-content #whiteboard.ng-hide-add.ng-hide-add-active,
#session-content #appshare-video.ng-leave.ng-leave-active,
#session-content #appshare-video.ng-hide-add.ng-hide-add-active,
#session-content #follow-video.ng-leave.ng-leave-active,
#session-content #follow-video.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0); }
#session-content #whiteboard.ng-leave,
#session-content #appshare-video.ng-leave {
  transition: none; }
#session-content .video.ng-leave {
  position: absolute; }
#content-view-controls {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 50; }
  #content-view-controls .control-container {
    border-radius: 2.75rem; }
    #content-view-controls .control-container.controls-visible {
      background-color: rgba(31, 31, 31, 0.75); }
  #content-view-controls .viewer-control {
    position: relative;
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    opacity: 0.71;
    vertical-align: top;
    transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms; }
    #content-view-controls .viewer-control:hover, #content-view-controls .viewer-control:focus {
      background-color: transparent;
      color: #ffffff;
      opacity: 1; }
    #content-view-controls .viewer-control:active, #content-view-controls .viewer-control.active {
      background-color: transparent;
      opacity: 1; }
    #content-view-controls .viewer-control:disabled, #content-view-controls .viewer-control:disabled:hover {
      background-color: transparent;
      color: #ffffff;
      opacity: 0.51; }
    body:not(.hide-focus-outline) #content-view-controls .viewer-control:focus {
      outline: none !important;
      box-shadow: 0 0 0 0.125rem #0076d0 !important; }
    #content-view-controls .viewer-control i, #content-view-controls .viewer-control .svg-icon {
      line-height: inherit;
      vertical-align: inherit; }
    #content-view-controls .viewer-control.has-text {
      width: auto;
      height: auto;
      min-height: 2.75rem;
      padding-left: 0;
      padding-right: 0;
      vertical-align: middle;
      font-size: 0;
      font-family: "Open Sans", sans-serif; }
      #content-view-controls .viewer-control.has-text .svg-icon {
        margin-right: .4em; }
      #content-view-controls .viewer-control.has-text span {
        vertical-align: inherit;
        font-size: 1.5rem; }
      #content-view-controls .viewer-control.has-text:hover span {
        text-decoration: underline; }
    #content-view-controls .viewer-control:disabled {
      box-shadow: none; }
    #content-view-controls .viewer-control.control-collapse {
      display: inline; }
  #content-view-controls .viewer-control-toggle {
    margin: 0; }
    #content-view-controls .viewer-control-toggle::before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 0;
      height: 0;
      border: 0.1875rem solid transparent;
      border-left-color: currentColor; }
    #content-view-controls .viewer-control-toggle.active {
      color: #c56fd5; }
      #content-view-controls .viewer-control-toggle.active::before {
        display: none; }
  #content-view-controls .view-control-buttons button:last-child {
    margin-right: 0.25rem; }
.content-view-icon {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-color: #e5e5e5;
  box-shadow: 0 0 0 0.0625rem #cdcdcd; }
  .content-view-icon .content-view-icon-loading, .content-view-icon .thumbnail-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .content-view-icon .content-view-icon-loading,
  .content-view-icon .thumbnail-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
.delete-confirm-container.confirm-active, .delete-confirm-container.confirm-active-remove {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .delete-confirm-container.confirm-active .delete-start, .delete-confirm-container.confirm-active-remove .delete-start {
    margin-right: 0.5rem; }
  .delete-confirm-container.confirm-active .delete-confirm, .delete-confirm-container.confirm-active-remove .delete-confirm {
    opacity: 0; }
.delete-confirm-container .delete-confirm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  animation: slide-fade-from-right 300ms 100ms cubic-bezier(0.55, 0, 0.1, 1) forwards; }
  .delete-confirm-container .delete-confirm button {
    font-weight: 600;
    margin: 0;
    width: 50%; }
  .delete-confirm-container .delete-confirm.ng-leave {
    animation: none; }
.delete-confirm-container .confirm-yes {
  color: #ffffff; }
.drag-drop {
  background-color: #f0f0f0;
  border: 0.125rem dashed #b9b9b9;
  margin-bottom: 1.5rem;
  padding: 1rem;
  text-align: center;
  box-shadow: none;
  color: #333333;
  width: 100%;
  transition: color 300ms, background 300ms; }
  body:not(.hide-focus-outline) .drag-drop:focus {
    outline: 0.125rem solid #0076d0; }
  .drag-drop:hover {
    cursor: pointer;
    cursor: hand;
    background-color: #e6e6e6 !important;
    border: 0.125rem dashed #a4a4a4; }
  .drag-drop h2 {
    font-size: 1.125rem; }
  .drag-drop.dragover-err {
    border: 0.125rem solid #ff766e;
    background-color: #ffebea; }
  .drag-drop.dragover {
    border: 0.125rem solid #39e379;
    background-color: #ebfcf2; }
  .drag-drop.file-uploading {
    border: 0.125rem solid #333333; }
.dragover-err .drag-drop-text {
  display: none; }
.drag-drop-text h2 {
  font-family: "Open Sans", Arial, sans-serif;
  vertical-align: top; }
.drag-drop-text > p {
  font-size: 0.75rem;
  margin-bottom: 0; }
.drag-drop-text .svg-icon {
  margin-right: 0.25rem; }
.drag-drop-invalid {
  display: none;
  color: #ff3b30; }
  .dragover-err .drag-drop-invalid {
    display: block; }
  .drag-drop-invalid .svg-icon {
    margin-right: 0.25rem; }
.search-dropdown {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  visibility: visible; }
  .search-dropdown .search-input {
    margin: 0; }
  .search-dropdown .search-close {
    position: absolute;
    font-size: 1.25rem;
    width: 2.125rem;
    height: 2.125rem;
    line-height: 2.125rem;
    top: 0.0625rem;
    right: 0.125rem; }
.editable-text .editable-text-field {
  margin: 0; }
.editable-text .invalid {
  border-color: #ff3b30;
  box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.1); }
#emoticon-selector {
  position: absolute;
  font-size: 1rem;
  right: 0.25rem;
  top: 0.25rem;
  padding: 0;
  background-color: transparent;
  color: #333333;
  height: 2rem;
  line-height: 2rem;
  box-shadow: none; }
  #emoticon-selector:hover, #emoticon-selector:focus, #emoticon-selector.active {
    background-color: #f0f0f0; }
  #emoticon-selector:after {
    top: .8em;
    margin-left: 0.1875rem;
    margin-right: 0.3125rem; }
  #emoticon-selector .emoticon-icon {
    margin-right: .5em; }
#emoticon-dropdown {
  left: auto;
  right: 0;
  width: 100%;
  max-width: 12.5rem;
  text-align: center; }
  #emoticon-dropdown li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 25%; }
  #emoticon-dropdown button {
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center; }
.emoticon-text {
  float: right;
  font-size: 0.6875rem; }
.connection-status-alert .error-icon .svg-icon {
  color: #ff3b30; }
.flash-appshare {
  height: 100%; }
  body:not(.hide-focus-outline) .flash-appshare:focus {
    outline: 0.125rem solid #0076d0; }
#flash-appshare-container.draggable {
  cursor: -webkit-grab;
  cursor: grab; }
#flash-appshare-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2; }
#flash-stream-container.flash-hidden #spFPSSClient {
  position: fixed;
  left: -9999px;
  top: -9999px; }
.detect-flash-blocked {
  position: absolute; }
.flash-video:not(.flash-hidden) .flash-object-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-color: #000; }
  .flash-video:not(.flash-hidden) .flash-object-wrapper object {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .flash-video:not(.flash-hidden) .flash-object-wrapper object {
    left: 0; }
.flash-video {
  overflow: hidden; }
  .flash-video.video-participant .participant-details-container {
    z-index: 1;
    display: block; }
.flash-object-wrapper object {
  position: absolute;
  z-index: 1; }
.flash-video.flash-hidden .flash-object-wrapper {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 13.5rem;
  height: 8.625rem; }
.flash-video.tech-check-permissions .flash-object-wrapper {
  position: fixed;
  width: 13.5rem;
  height: 8.625rem;
  z-index: 9999;
  left: 50%;
  top: 3.125rem;
  margin-left: -6.75rem;
  padding: 0; }
  .flash-video.tech-check-permissions .flash-object-wrapper object {
    width: 100%;
    height: 100%; }
.flash-video.tech-check-permissions .flash-avatar {
  z-index: 25; }
.flash-video.tech-check-video .flash-object-wrapper {
  position: fixed;
  width: 25rem;
  height: 15.625rem;
  z-index: 9999;
  left: 50%;
  top: 6.25rem;
  margin-left: -12.5rem;
  padding: 0; }
  .flash-video.tech-check-video .flash-object-wrapper object {
    width: 100%;
    height: 100%; }
.flash-video-disconnected {
  height: 70vh; }
.flash-video-reconnecting {
  z-index: 999;
  position: absolute;
  right: 0.9375rem;
  top: 0.625rem; }
  .flash-video-reconnecting .progress-circle {
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.25rem; }
    .flash-video-reconnecting .progress-circle .progress-circle-svg {
      height: 1.25rem;
      width: 1.25rem; }
    .flash-video-reconnecting .progress-circle .progress-icon {
      line-height: 1.25rem; }
.ftue-content {
  width: 100%; }
.ftue-pagination {
  line-height: 1;
  margin-bottom: 0.5rem; }
.ftue-page-nav {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #cdcdcd;
  margin: 0.1875rem; }
  .ftue-page-nav.active {
    background-color: white; }
.player-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  outline: none !important; }
  body:not(.hide-focus-outline) .player-wrap:focus::after {
    box-shadow: inset 0 0 0 0.125rem #0076d0; }
  .player-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
.overlay-recording {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
.overlay-recording-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  border: 1px solid;
  color: #ffffff; }
  .overlay-recording-icon.play-icon .svg-icon {
    margin-left: 0.125rem; }
.jwplayer,
.jw-media,
.jw-captions {
  overflow: visible !important; }
.jwplayer {
  transition: max-width 250ms cubic-bezier(0.55, 0, 0.1, 1);
  max-width: calc(173.684210526vh - 10.6381578947rem); }
  @media screen and (min-width: 40em) {
    .jwplayer {
      max-width: calc(173.684210526vh - 7.3815789474rem); } }
  .fullscreen-active .jwplayer {
    max-width: 173.684210526vh; }
.style-font-size .jwplayer {
  font-family: inherit !important; }
  .style-font-size .jwplayer .jw-captions {
    font-size: inherit !important; }
  .style-font-size .jwplayer video::-webkit-media-text-track-container {
    font-size: inherit !important;
    line-height: 1.3 !important; }
  .style-font-size .jwplayer .jw-text-track-container {
    line-height: 1.3 !important; }
  .style-font-size .jwplayer video::-webkit-media-text-track-display-backdrop {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important; }
  .style-font-size .jwplayer video::-webkit-media-controls {
    font-size: inherit !important; }
  .style-font-size .jwplayer video::-webkit-media-text-track-display {
    font-size: inherit !important;
    line-height: inherit !important; }
  .style-font-size .jwplayer .jw-text-track-display {
    font-size: inherit !important;
    line-height: inherit !important; }
  .style-font-size .jwplayer video::cue {
    font-family: inherit !important;
    line-height: inherit !important; }
  .style-font-size .jwplayer .jw-text-track-cue {
    font-family: inherit !important;
    line-height: inherit !important; }
.style-font-size .caption-size-x-small .jwplayer {
  font-size: 0.75rem; }
.style-font-size .caption-size-small .jwplayer {
  font-size: 0.875rem; }
.style-font-size .caption-size-medium .jwplayer {
  font-size: 1.125rem; }
.style-font-size .caption-size-large .jwplayer {
  font-size: 1.5rem; }
.style-captions .jwplayer .jw-captions {
  width: 100% !important;
  height: 100% !important; }
.style-captions .jwplayer video::-webkit-media-text-track-container {
  height: 100% !important;
  max-height: none !important;
  top: 4.25rem !important;
  transition: font-size 250ms cubic-bezier(0.55, 0, 0.1, 1), margin-top 250ms cubic-bezier(0.55, 0, 0.1, 1); }
.style-captions .jwplayer .jw-text-track-container {
  height: 100% !important;
  max-height: none !important;
  top: 4.25rem !important;
  margin: 0 !important; }
.style-captions .jwplayer video::-webkit-media-text-track-display {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  position: relative !important;
  top: auto !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
  transition: bottom 250ms cubic-bezier(0.55, 0, 0.1, 1); }
.style-captions .jwplayer .jw-text-track-display {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end !important;
      align-items: flex-end !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  position: relative !important;
  top: auto !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
  transition: bottom 250ms cubic-bezier(0.55, 0, 0.1, 1); }
.style-captions .caption-size-x-small video::-webkit-media-text-track-display {
  bottom: 2.0625rem !important; }
.style-captions .caption-size-small video::-webkit-media-text-track-display {
  bottom: 1.6875rem !important; }
.style-captions .caption-size-medium video::-webkit-media-text-track-display {
  bottom: 1.0625rem !important; }
.style-captions .caption-size-x-small .jw-text-track-display {
  bottom: 2.0625rem !important; }
.style-captions .caption-size-small .jw-text-track-display {
  bottom: 1.6875rem !important; }
.style-captions .caption-size-medium .jw-text-track-display {
  bottom: 1.0625rem !important; }
.style-captions .jwplayer video::cue {
  text-align: center !important;
  display: inline-block !important;
  padding: 0.125rem !important; }
.style-captions .jwplayer video::-webkit-media-text-track-display-backdrop {
  text-align: center !important;
  display: inline-block !important;
  padding: 0.125rem !important;
  position: absolute !important;
  left: 0 !important;
  text-align: center;
  width: 100% !important;
  border-radius: 0 !important;
  top: auto !important;
  bottom: 0 !important; }
  @media screen and (min-width: 40em) {
    .style-captions .jwplayer video::-webkit-media-text-track-display-backdrop {
      left: 50% !important;
      transform: translateX(-50%);
      width: auto !important; } }
.style-captions .jwplayer .jw-text-track-cue {
  text-align: center !important;
  display: inline-block !important;
  padding: 0.125rem !important;
  transition: font-size 250ms cubic-bezier(0.55, 0, 0.1, 1); }
.style-captions .player-wrap {
  transition: margin-top 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .style-captions .player-wrap.captions-active.caption-size-x-small {
    margin-top: -2.125rem; }
    .style-captions .player-wrap.captions-active.caption-size-x-small .jwplayer {
      max-width: calc(173.684210526vh - 13.8881578947rem); }
      @media screen and (min-width: 40em) {
        .style-captions .player-wrap.captions-active.caption-size-x-small .jwplayer {
          max-width: calc(173.684210526vh - 10.6315789474rem); } }
      .fullscreen-active .style-captions .player-wrap.captions-active.caption-size-x-small .jwplayer {
        max-width: calc(173.684210526vh - 3.25rem); }
  .style-captions .player-wrap.captions-active.caption-size-small {
    margin-top: -2.5rem; }
    .style-captions .player-wrap.captions-active.caption-size-small .jwplayer {
      max-width: calc(173.684210526vh - 14.6381578947rem); }
      @media screen and (min-width: 40em) {
        .style-captions .player-wrap.captions-active.caption-size-small .jwplayer {
          max-width: calc(173.684210526vh - 11.3815789474rem); } }
      .fullscreen-active .style-captions .player-wrap.captions-active.caption-size-small .jwplayer {
        max-width: calc(173.684210526vh - 4rem); }
  .style-captions .player-wrap.captions-active.caption-size-medium {
    margin-top: -3.125rem; }
    .style-captions .player-wrap.captions-active.caption-size-medium .jwplayer {
      max-width: calc(173.684210526vh - 15.8881578947rem); }
      @media screen and (min-width: 40em) {
        .style-captions .player-wrap.captions-active.caption-size-medium .jwplayer {
          max-width: calc(173.684210526vh - 12.6315789474rem); } }
      .fullscreen-active .style-captions .player-wrap.captions-active.caption-size-medium .jwplayer {
        max-width: calc(173.684210526vh - 5.25rem); }
  .style-captions .player-wrap.captions-active.caption-size-large {
    margin-top: -4.25rem; }
    .style-captions .player-wrap.captions-active.caption-size-large .jwplayer {
      max-width: calc(173.684210526vh - 18.1381578947rem); }
      @media screen and (min-width: 40em) {
        .style-captions .player-wrap.captions-active.caption-size-large .jwplayer {
          max-width: calc(173.684210526vh - 14.8815789474rem); } }
      .fullscreen-active .style-captions .player-wrap.captions-active.caption-size-large .jwplayer {
        max-width: calc(173.684210526vh - 7.5rem); }
#announce-hand-raise {
  bottom: 0.0625rem; }
.notification {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  text-align: left; }
  .notification .clickable:hover {
    cursor: pointer; }
  .notification .close {
    position: absolute;
    right: 0.0625rem;
    top: 0.0625rem;
    color: #767676;
    font-size: 1.75rem;
    font-weight: 600;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    display: block; }
    .notification .close:hover, .notification .close:focus {
      color: #333333; }
  .notification h4 {
    color: inherit;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0; }
  .notification button, .notification .button {
    margin-bottom: 0; }
.notifications {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 100%;
  z-index: 250;
  transition: transform 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (min-width: 40em) {
    .notifications {
      top: 3.75rem;
      left: auto;
      padding-right: 1.25rem;
      width: 20rem;
      overflow-y: auto; } }
  @media screen and (min-width: 40em) {
    .fit-right .notifications {
      -ms-transform: none;
          transform: none; } }
  @media screen and (min-width: 47.5em) {
    .fit-right .notifications {
      -ms-transform: translateX(-23.75rem);
          transform: translateX(-23.75rem); } }
  .notifications .notification {
    border-bottom: 1px solid #cdcdcd;
    padding: 0.4375rem 0.625rem; }
    @media screen and (min-width: 40em) {
      .notifications .notification {
        border: 0;
        box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18);
        min-height: 3.5rem;
        margin-bottom: 0.5rem;
        padding: 1rem; } }
    .notifications .notification.ng-enter {
      opacity: 0;
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
      transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1), opacity 500ms cubic-bezier(0.55, 0, 0.1, 1); }
    .notifications .notification.ng-enter.ng-enter-active {
      opacity: 1;
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
    .notifications .notification.ng-leave {
      opacity: 1;
      max-height: 100px;
      overflow: hidden;
      -ms-transform: none;
          transform: none;
      transition: opacity 350ms cubic-bezier(0.55, 0, 0.1, 1), max-height 350ms cubic-bezier(0.55, 0, 0.1, 1), min-height 350ms cubic-bezier(0.55, 0, 0.1, 1), margin 350ms cubic-bezier(0.55, 0, 0.1, 1), padding 350ms cubic-bezier(0.55, 0, 0.1, 1); }
    .notifications .notification.ng-leave.ng-leave-active {
      min-height: 0;
      max-height: 0;
      opacity: 0;
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      -ms-transform: none;
          transform: none; }
  .notifications p {
    line-height: 1.2;
    margin-bottom: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 100%; }
  .notifications .activity-status,
  .notifications .activity-chat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .notifications .activity-status,
      .notifications .activity-chat {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
        padding-left: 2.5rem; } }
  .notifications .activity-status-body,
  .notifications .notification-title,
  .notifications .participant-name {
    font-weight: 600;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .notifications .activity-status-body,
      .notifications .notification-title,
      .notifications .participant-name {
        font-size: 1rem; } }
  .notifications .activity-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 1.5rem; }
    @media screen and (min-width: 40em) {
      .notifications .activity-message {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%; } }
  .notifications .activity-chat.batch .activity-body {
    margin-top: 0.125rem; }
  .notifications .activity-chat.moderator {
    background-color: rgba(38, 215, 253, 0.1);
    box-shadow: inset 4px 0 0 #26d7fd;
    margin: -0.4375rem -0.625rem;
    padding: 0.4375rem 0.625rem;
    width: calc(100% + 1.25rem); }
    @media screen and (min-width: 40em) {
      .notifications .activity-chat.moderator {
        margin: -1rem;
        padding: 1rem;
        padding-left: 3.5rem;
        width: calc(100% + 2rem); }
        .notifications .activity-chat.moderator .bb-avatar {
          margin-top: 1rem;
          margin-left: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    .notifications .activity-chat .activity-message {
      overflow: hidden; }
    .notifications .activity-chat .activity-name {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .notifications .activity-chat .activity-body {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; } }
  @media screen and (min-width: 40em) {
    .notifications .activity-chat .participant-name {
      font-size: 0.75rem; }
    .notifications .activity-chat .activity-name {
      line-height: 1.2;
      margin-top: 0.125rem; } }
  .notifications .activity-name {
    margin-right: 0.5rem; }
    @media screen and (min-width: 40em) {
      .notifications .activity-name {
        margin-right: 0; } }
  .notifications .activity-channel {
    color: #767676;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-bottom: 0.3125rem; }
    @media screen and (max-width: 39.9375em) {
      .notifications .activity-channel {
        display: none; } }
  .notifications .notification-icon {
    margin-right: 0.5rem; }
    @media screen and (max-width: 39.9375em) {
      .notifications .notification-icon .svg-icon {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .notifications .notification-icon {
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 0; } }
  .notifications .bb-avatar {
    margin-right: 0.5rem; }
    .notifications .bb-avatar .avatar-image-container {
      font-size: 1rem; }
    @media screen and (min-width: 40em) {
      .notifications .bb-avatar {
        position: absolute;
        left: -0.3125rem;
        top: 0; }
        .notifications .bb-avatar .avatar-image-container {
          font-size: 2.125rem; } }
  .notifications .notification-control {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0;
    text-align: left;
    margin-left: 0.5rem; }
    @media screen and (min-width: 40em) {
      .notifications .notification-control {
        margin-left: 0; } }
  .notifications .activity-time {
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.0625rem;
    -ms-flex-order: -1;
        order: -1; }
    @media screen and (max-width: 39.9375em) {
      .notifications .activity-time {
        display: none; } }
  .notifications .more-activity {
    display: block;
    -ms-flex-order: 99;
        order: 99;
    font-size: 0.75rem;
    text-align: center;
    padding-top: 0.25rem;
    border-top: 1px solid #cdcdcd;
    margin-top: 0.5rem;
    margin-bottom: -0.625rem;
    width: 100%; }
  .notifications .close {
    position: absolute;
    top: 0; }
.experience-notifications {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 250; }
  .experience-notifications.show-above-launch {
    z-index: 351; }
  .experience-notifications .notification {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
    width: 100%;
    min-height: 4rem;
    padding: 0.75rem 0.875rem;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1), opacity 500ms cubic-bezier(0.55, 0, 0.1, 1); }
    .experience-notifications .notification .close {
      right: 0.25rem;
      top: 0.75rem; }
    .experience-notifications .notification.ng-enter, .experience-notifications .notification.ng-leave.ng-leave-active, .experience-notifications .notification.ng-hide-remove, .experience-notifications .notification.ng-hide-add.ng-hide-add-active {
      opacity: 0;
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%); }
    .experience-notifications .notification.ng-enter.ng-enter-active, .experience-notifications .notification.ng-leave, .experience-notifications .notification.ng-hide-remove.ng-hide-remove-active, .experience-notifications .notification.ng-hide-add {
      opacity: 1;
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .experience-notifications .notification-icon {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 0.375rem;
    margin-right: 1.25rem; }
  .experience-notifications .notification-message {
    padding-right: 2rem;
    -ms-flex: 1;
        flex: 1; }
  .experience-notifications .notification-message-wrap {
    padding-right: 2rem;
    -ms-flex: 1;
        flex: 1; }
    .experience-notifications .notification-message-wrap .notification-message {
      padding-right: 0; }
      .experience-notifications .notification-message-wrap .notification-message p {
        margin-bottom: 0; }
  .experience-notifications .notification-controls {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    text-align: right; }
    .experience-notifications .notification-controls button, .experience-notifications .notification-controls .button {
      min-width: 10rem;
      width: 100%;
      margin-top: 0.625rem;
      margin-bottom: 0.3125rem;
      margin-left: 0.3125rem; }
      @media screen and (min-width: 40em) {
        .experience-notifications .notification-controls button, .experience-notifications .notification-controls .button {
          width: auto; } }
      @media screen and (min-width: 64em) {
        .experience-notifications .notification-controls button, .experience-notifications .notification-controls .button {
          margin-top: 0.3125rem; } }
    @media screen and (min-width: 64em) {
      .experience-notifications .notification-controls {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
  .experience-notifications .with-close-button {
    padding-right: 2rem; }
.alert-notification {
  z-index: 150;
  background-color: #ff3b30;
  color: #ffffff; }
  .alert-notification .close {
    top: 0.25rem;
    right: 0.25rem;
    color: #ffffff; }
    .alert-notification .close:hover {
      color: #ffffff; }
.previous-panel {
  margin-right: 0.5rem;
  margin-left: -0.625rem; }
#panel-controls {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  #panel-controls.has-guidance::before,
  #panel-controls .has-guidance::before {
    z-index: 10; }
  #panel-controls .panel-controls {
    padding-right: 3.75rem; }
.panel-controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 3.75rem;
  background-color: #f8f8f8;
  border-top: 1px solid #cdcdcd;
  z-index: 155; }
  @media screen and (min-width: 40em) {
    .panel-controls {
      width: 50vw;
      max-width: 23.75rem; } }
  .panel-controls li {
    -ms-flex: 1;
        flex: 1; }
  .panel-controls .panel-control {
    width: 100%;
    height: 3.75rem;
    vertical-align: middle;
    transition: background-color 200ms ease-out; }
    .panel-controls .panel-control:hover {
      background-color: #f0f0f0; }
    .panel-controls .panel-control.active {
      position: relative;
      background-color: #ffffff;
      color: #c56fd5;
      box-shadow: inset 0 -4px 0 0 currentColor, 1px 0 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 0 rgba(0, 0, 0, 0.2);
      border-radius: 0;
      cursor: default;
      z-index: 1; }
    body:not(.hide-focus-outline) .panel-controls .panel-control:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
  .panel-controls .label {
    position: absolute;
    left: 50%;
    top: 0.5625rem;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.0625rem 0.375rem 0.125rem; }
  .panel-controls .control-participant-badge {
    top: auto;
    bottom: 0.5625rem;
    background-color: #262626;
    color: #ffffff; }
#ftue-sharing-options,
#ftue-sidepanel-sharing-presenter,
#ftue-firefox-appshare-presenter,
.appshare-ready .guidance,
.appshare-error .guidance {
  margin-left: -7rem; }
#ftue-switch-rooms {
  margin-left: -11.875rem; }
.panel-open-control {
  position: fixed;
  right: 0;
  bottom: 0.5rem;
  z-index: 156; }
  .panel-open-control .side-panel-toggle {
    background-color: #c56fd5;
    color: #ffffff;
    margin: 0;
    width: 3.3125rem;
    z-index: 1;
    border-radius: 2.5rem 0 0 2.5rem; }
    body:not(.hide-focus-outline) .panel-open-control .side-panel-toggle:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
    .panel-open-control .side-panel-toggle:hover, .panel-open-control .side-panel-toggle:focus {
      background-color: #b13dc6; }
    .panel-open-control .side-panel-toggle .svg-icon {
      -ms-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%); }
  .panel-open-control .tooltip {
    margin-right: 0.5rem; }
  .panel-open-control .control-notification {
    position: absolute;
    top: 0.0625rem;
    left: 0.0625rem;
    width: 2.5625rem;
    height: 2.5625rem;
    background-color: #181818;
    border-radius: 100%;
    animation: control-notification-in-out 3s 0s linear 10 reverse forwards; }
    .panel-open-control .control-notification .svg-icon {
      margin-left: 0; }
  .panel-open-control .control-notification-badge {
    position: absolute;
    border: 1px solid #181818;
    font-size: 0.75rem;
    padding: 0.125rem 0.3125rem;
    top: 0;
    right: 0; }
@keyframes control-notification-in-out {
  0%, 20%, 100% {
    transform: scale(0); }
  28%, 92% {
    transform: scale(1); } }
.avatar-image-container {
  font-size: 3.5rem; }
.avatar-container {
  position: relative; }
  .avatar-container img {
    vertical-align: top;
    width: 100%; }
.avatar-image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%; }
.avatar-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 100%;
  background-color: #f0f0f0;
  box-shadow: 0 0 0 0.06em rgba(255, 255, 255, 0.1); }
.participant-status {
  position: absolute;
  display: block;
  right: -.2em;
  bottom: 0;
  font-size: .34em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 100%;
  background-color: #fff;
  color: #fff;
  box-shadow: 0 0 0 .15em; }
  .participant-status.present {
    display: none; }
    .participant-status.present .background {
      fill: #64BD70;
      stroke: #64BD70; }
    .participant-status.present .glyph {
      stroke: #ffffff; }
  .participant-status.away .background {
    fill: #FFE100;
    stroke: #FFE100; }
  .participant-status.away .glyph {
    stroke: #333333; }
#awaypopup-modal {
  text-align: center; }
  @media screen and (min-width: 40em) {
    #awaypopup-modal {
      max-width: 25rem; } }
  #awaypopup-modal h4 {
    font-size: 1rem; }
  #awaypopup-modal .modal-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 2.375rem;
    margin-bottom: 1rem; }
    #awaypopup-modal .modal-icon .svg-icon {
      font-size: inherit; }
.bandwidth-icon .background-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #cdcdcd; }
.bandwidth-icon .connection-icon {
  position: relative; }
.bandwidth-icon .tooltip {
  margin-bottom: 0.5rem;
  margin-right: -0.375rem; }
  .bandwidth-icon .tooltip .tooltip-content::before {
    right: 0.5rem; }
.participant-video-item .participant-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 2.375rem; }
.participant-video-item .participant-name-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem; }
.participant-video-item .participant-name {
  color: #ffffff;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  font-size: inherit;
  font-weight: 600;
  -ms-flex-order: -1;
      order: -1; }
.participant-video-item .user-role-container {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-top: 0.125rem; }
.participant-video-item .participant-connection-state {
  margin-top: 0.125rem; }
.participant-video-item .user-role {
  color: #ffffff; }
.participant-video-item .bb-avatar {
  margin-right: 0.375rem;
  display: none; }
  .participant-video-item .bb-avatar .avatar-image-container {
    font-size: 2.25rem; }
.participant-video-item .username {
  padding-left: 0.375rem;
  line-height: 1.2;
  max-width: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: hidden; }
.participant-video-item .participant-audio {
  margin-left: -1.125rem;
  margin-right: 0.125rem; }
  .participant-video-item .participant-audio .participant-audio-volume {
    fill: #ffffff; }
  .participant-video-item .participant-audio .audio-volume-cover {
    fill: rgba(39, 39, 39, 0.7); }
.participant-video-item .participant-connection-state:not(.ng-hide), .participant-video-item .participant-connection-state:not(.ng-hide) ~ .participant-name {
  color: #ffffff; }
.participant-connection-state-indicator {
  margin-right: 0.375rem;
  width: 1.5rem;
  height: 1.5rem; }
  .participant-connection-state-indicator .progress-circle {
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.5rem; }
    .participant-connection-state-indicator .progress-circle .progress-circle-svg {
      height: 1.5rem;
      width: 1.5rem; }
    .participant-connection-state-indicator .progress-circle .progress-icon {
      line-height: 1.5rem; }
    .participant-connection-state-indicator .progress-circle .progress-icon {
      display: none; }
body:not(.hide-focus-outline) .participant.controls-available {
  transition: none; }
  body:not(.hide-focus-outline) body:not(.hide-focus-outline) .participant.controls-available:focus {
    outline: none !important;
    box-shadow: inset 0 0 0 0.125rem #0076d0 !important; }
.participant-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .participant-icons .participant-icon {
    position: relative;
    height: 1.75rem;
    padding: 0.375rem; }
  .participant-icons .label {
    position: absolute;
    left: 50%;
    top: -0.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.0625rem 0.375rem 0.125rem; }
.participant-list-item-inner .on-hover {
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.55, 0, 0.1, 1); }
.participant-list-item-inner:hover .on-hover, .participant-list-item-inner.active .on-hover {
  opacity: 1; }
.participant-list-item-inner::before, .participant-list-item-inner::after {
  z-index: 1; }
.participant-list-item-inner .participant-details {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 1.75rem; }
  .participant-list-item-inner .participant-details .avatar-image-container {
    font-size: 1rem; }
  .participant-list-item-inner .participant-details .username {
    margin: 0;
    overflow: hidden;
    text-align: left;
    font-size: 0.875rem;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .participant-list-item-inner .participant-details .avatar-states {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 0.75rem;
    width: 1rem;
    height: 1rem; }
  .participant-list-item-inner .participant-details .participant-status {
    top: 0;
    left: 0;
    font-size: 1rem; }
.participant-list-item-inner .poll-response-selected {
  position: relative;
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  background-color: #333333;
  border-radius: 1rem;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-right: 0.25rem;
  padding: 0 0.25rem;
  text-align: center; }
.participant-list-item-inner .participant-connection-state-indicator {
  position: absolute;
  top: 0.25rem;
  left: -0.125rem;
  transition: opacity 1s; }
  .participant-list-item-inner .participant-connection-state-indicator .progress-circle {
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.25rem; }
    .participant-list-item-inner .participant-connection-state-indicator .progress-circle .progress-circle-svg {
      height: 1.25rem;
      width: 1.25rem; }
    .participant-list-item-inner .participant-connection-state-indicator .progress-circle .progress-icon {
      line-height: 1.25rem; }
    .participant-list-item-inner .participant-connection-state-indicator .progress-circle .progress-icon {
      display: none; }
.participant-list-item-inner .bandwidth-icon-background {
  position: absolute;
  color: #cdcdcd; }
.participant-list-item-inner .bandwidth-icon-container {
  position: relative; }
.participant-list-item-inner .closed-captioning-icon {
  display: none;
  background-color: #333333;
  border-radius: 1rem;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-right: 0.25rem;
  padding: 0 0.25rem;
  text-align: center; }
  #panel-participants .participant-list-item-inner .closed-captioning-icon {
    display: inline-block; }
.participant-list-item-inner .participant-status-details {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin-left: 1.875rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #767676; }
.participant-audio {
  position: relative;
  font-size: 1rem;
  width: 1em;
  height: 1em;
  margin-left: -1.25rem;
  margin-right: 0.25rem; }
  .participant-audio .svg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    z-index: 4; }
  .participant-audio .participant-audio-volume {
    fill: #333333; }
  .participant-audio .audio-volume-cover {
    fill: #fff; }
.my-video-container {
  position: absolute;
  z-index: 25;
  bottom: 0;
  transition: bottom 350ms cubic-bezier(0.55, 0, 0.1, 1);
  left: 0.5rem; }
  @media screen and (max-width: 63.75em) {
    .offcanvas-open .my-video-container {
      bottom: 0;
      z-index: 25; } }
  @media screen and (min-width: 40em) {
    .my-video-container {
      bottom: -3.4375rem;
      z-index: 51; } }
  .my-video-container .video-participant {
    padding: 0;
    width: 6.5131578947rem; }
  .my-video-container .intrinsic-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    text-align: left; }
    .my-video-container .intrinsic-wrap video, .my-video-container .intrinsic-wrap img, .my-video-container .intrinsic-wrap > div {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
  .my-video-container video {
    transform: rotateY(180deg); }
  .my-video-container.is-main-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    z-index: initial; }
    .my-video-container.is-main-content .video-participant {
      margin: auto;
      width: 100%;
      max-width: calc(173.684210526vh - 8.25rem);
      max-height: 100%;
      overflow: hidden; }
      .caption-mode .my-video-container.is-main-content .video-participant {
        max-width: calc(173.684210526vh - 18.2631578947rem); }
  .my-video-container .participant-details-container {
    display: none !important; }
.caption-mode .participant-local-video {
  margin-bottom: auto; }
#flash-local-video .flash-avatar,
#flash-local-video .participant-details-container {
  display: none !important; }
.user-video-visible-icon {
  display: none;
  position: fixed;
  left: 5.375rem;
  bottom: 6.1875rem;
  background-color: rgba(39, 39, 39, 0.8);
  color: #ffffff;
  padding: 0.125rem 0.3125rem;
  z-index: 26;
  transition: bottom 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  body:not(.hide-focus-outline) .user-video-visible-icon:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  .participant-visible .user-video-visible-icon {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  @media screen and (max-width: 63.75em) {
    .offcanvas-open .user-video-visible-icon {
      bottom: 6.1875rem;
      z-index: 26; } }
  @media screen and (min-width: 40em) {
    .user-video-visible-icon {
      bottom: 2.75rem;
      z-index: 52; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .user-video-visible-icon {
      left: 7rem; } }
#empty-room-notification {
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem; }
  #empty-room-notification.hide-for-wrtc-recording {
    display: none !important; }
  #empty-room-notification .full-page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    max-width: 100%;
    padding: 0;
    white-space: normal; }
  #empty-room-notification .main-img {
    height: 80%;
    max-height: 100%;
    width: 100%;
    margin: 0; }
  #empty-room-notification .text-wrap {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    top: 20%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 45vh;
    height: 28vh;
    max-height: 12.5rem;
    font-size: 3vh; }
    @media screen and (min-width: 40em) {
      #empty-room-notification .text-wrap {
        font-size: 4vh; } }
    @media screen and (orientation: portrait) {
      #empty-room-notification .text-wrap {
        top: 24%;
        width: 54vw;
        height: 29vw; } }
  #empty-room-notification .full-page-title {
    font-size: inherit; }
.participant-button {
  color: #cdcdcd; }
  .participant-button:hover, .participant-button:focus {
    color: #333333; }
  .participant-button.hover {
    color: #c56fd5; }
#make-captioner-enabled .svg-icon {
  position: relative;
  font-size: 1rem;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0.5rem; }
.participant-name-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.participant-name {
  overflow: hidden;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .participant-name.my-user {
    font-weight: 600; }
  .participant-name.is-away {
    font-style: italic; }
.participant-connection-state:not(.ng-hide) {
  margin-right: 0.625rem; }
  .participant-connection-state:not(.ng-hide), .participant-connection-state:not(.ng-hide) ~ .participant-name {
    color: #767676;
    font-style: italic; }
.set-status {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1;
  width: 2em;
  height: 2em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  vertical-align: top;
  transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms;
  width: auto;
  height: auto;
  line-height: inherit; }
  .set-status:hover, .set-status:focus {
    background-color: transparent;
    color: #333333;
    opacity: 1; }
  .set-status:active, .set-status.active {
    background-color: transparent;
    opacity: 1; }
  .set-status:disabled, .set-status:disabled:hover {
    background-color: transparent;
    color: #333333;
    opacity: 0.51; }
  body:not(.hide-focus-outline) .set-status:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  .set-status i, .set-status .svg-icon {
    line-height: inherit;
    vertical-align: inherit; }
  .set-status.has-text {
    width: auto;
    height: auto;
    min-height: 2em;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 0;
    font-family: "Open Sans", sans-serif; }
    .set-status.has-text .svg-icon {
      margin-right: .4em; }
    .set-status.has-text span {
      vertical-align: inherit;
      font-size: 0.8125rem; }
    .set-status.has-text:hover span {
      text-decoration: underline; }
  .set-status .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .set-status .inner-wrap span {
      margin: 0 0.375rem; }
    .set-status .inner-wrap:hover span {
      text-decoration: underline; }
  .set-status .arrow {
    position: relative;
    top: 0.0625rem;
    font-size: 0.625rem; }
.participant-status-select {
  width: 13.75rem;
  margin-bottom: 0.5rem;
  padding-top: 1.25rem; }
  .participant-status-select .f-dropdown {
    width: 100%; }
    .participant-status-select .f-dropdown:before, .participant-status-select .f-dropdown:after {
      left: 1.625rem; }
#set-away-tooltip {
  margin-left: -0.8125rem; }
.video-participant {
  position: relative;
  padding: 0 0.5vh 1vh;
  max-height: 100%; }
  .video-participant .intrinsic-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
    .video-participant .intrinsic-wrap video, .video-participant .intrinsic-wrap img, .video-participant .intrinsic-wrap > div {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
  .video-participant video {
    background-color: #141414;
    width: 100%; }
  .video-participant .video-avatar {
    background: #434343;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translate3d(0, 0, 0); }
    .video-participant .video-avatar .avatar-container {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .video-participant .video-avatar .participant-status {
      display: none; }
    .video-participant .video-avatar .avatar-image {
      width: 37.5%;
      height: 66.6666666667%;
      min-width: 3rem;
      min-height: 3rem;
      max-width: 12.5rem;
      max-height: 12.5rem; }
  .video-participant .participant-details-container {
    position: absolute;
    left: 0.5vh;
    right: 0.5vh;
    bottom: 1vh;
    padding: 0.375rem 0.625rem;
    padding-left: 1.25rem;
    background-color: rgba(39, 39, 39, 0.7);
    color: #ffffff; }
  .video-participant .video-participant.moving .participant-details-container {
    display: none; }
  .pip .video-participant .participant-audio {
    display: none; }
.video-participant .participant-details-container.video-active {
  opacity: 0;
  transition: opacity 250ms; }
  .video-participant .participant-details-container.video-active.show-details {
    opacity: 1; }
  .video-participant .participant-details-container.video-active .bb-avatar {
    display: inline-block; }
#follow-video .video-changed,
#flash-remote-video .video-changed,
.follow .video.speaker .video-changed,
.group .layout-1x1 .video.speaker .video-changed {
  animation: show-pip-name 5s linear 0ms 1; }
@keyframes show-pip-name {
  0%, 100% {
    opacity: 0; }
  5%, 95% {
    opacity: 1; } }
@keyframes mic-activity {
  0%, 50%, 100% {
    opacity: 1; }
  70% {
    opacity: .75; } }
.poll-popup {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 150; }
  .poll-popup.control-popup {
    width: 100vw;
    max-width: 22.5rem;
    max-height: calc(100vh - 3.75rem);
    margin-left: 0;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    @media screen and (min-width: 40em) {
      .poll-popup.control-popup {
        margin-left: 6.25rem; } }
    .poll-popup.control-popup.ng-hide-remove {
      animation: poll-popup 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1; }
    .poll-popup.control-popup.ng-hide-add {
      animation: poll-popup 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1 reverse; }
  .poll-popup .f-dropdown {
    padding: 1.875rem;
    width: 100%; }
  .poll-popup .popup-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1.25rem;
    text-align: center; }
  .poll-popup .popup-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 0;
    margin-right: auto;
    text-align: left; }
  .poll-popup .end-polling {
    margin-left: 0.625rem; }
  .poll-popup .response-text, .poll-popup .results-text {
    position: relative;
    display: inline-block;
    min-width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 1.875rem;
    text-align: center;
    box-shadow: 0 0 0 1px #333333; }
    .poll-popup .response-text.selected, .poll-popup .results-text.selected {
      background-color: #333333;
      color: #ffffff !important; }
      .poll-popup .response-text.selected::after, .poll-popup .results-text.selected::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        border-radius: 1.875rem; }
  .poll-popup .noresponse-text {
    position: relative; }
  .poll-popup .response-count, .poll-popup .results-count {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-weight: 600; }
  .poll-popup .response-fill,
  .poll-popup .noresponse-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    .poll-popup .response-fill.active,
    .poll-popup .noresponse-fill.active {
      background-color: #cdcdcd; }
    .poll-popup .response-fill.locked,
    .poll-popup .noresponse-fill.locked {
      background-color: #c56fd5; }
  .poll-popup .poll-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .poll-popup .poll-item {
    margin-bottom: 0.5rem; }
  .poll-popup .poll-item-content {
    position: relative;
    text-align: left;
    padding: 0.5em 1.125em;
    padding-left: 0.625rem;
    width: 100%;
    border-radius: 0.125rem;
    background-color: #e5e5e5;
    overflow: hidden; }
    body:not(.hide-focus-outline) .poll-popup .poll-item-content:focus {
      outline: 0.125rem solid #0076d0; }
    .poll-popup .poll-item-content.button:not(.selected):hover {
      background-color: #f0f0f0; }
    .poll-popup .poll-item-content.button.selected {
      cursor: default; }
  .poll-popup .noresponse {
    color: #222222; }
    .poll-popup .noresponse .poll-item-content {
      background-color: transparent;
      border: 1px solid #cdcdcd;
      font-weight: 600; }
  .poll-popup .response-button {
    margin: 0; }
  .poll-popup .tooltip-content {
    color: #ffffff !important; }
  .poll-popup .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #333333; }
.poll-moderator-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .poll-moderator-controls .button {
    padding-right: 0;
    padding-left: 0;
    text-align: left; }
  .poll-moderator-controls .poll-visibility {
    -ms-flex: 1;
        flex: 1;
    font-weight: 600;
    margin-right: 0.625rem; }
    .poll-moderator-controls .poll-visibility .svg-icon {
      margin-right: 0.375rem; }
  .poll-moderator-controls .no-response {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .poll-moderator-controls .poll-clear:only-of-type {
    -ms-flex: 1;
        flex: 1;
    text-align: right; }
@keyframes poll-popup {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px); }
  100% {
    opacity: 1;
    transform: translate(-50%, 0); } }
.progress-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  font-size: 4rem; }
  .progress-circle .progress-circle-svg {
    height: 4rem;
    width: 4rem; }
  .progress-circle .progress-icon {
    line-height: 4rem; }
  .progress-circle .progress-circle-svg {
    -ms-transform-origin: center;
        transform-origin: center;
    border-radius: 100%; }
    .progress-circle .progress-circle-svg path {
      stroke: #eed4f2;
      stroke-width: 16;
      transition: stroke 300ms; }
    .progress-circle .progress-circle-svg .bar {
      stroke: #c56fd5; }
  .progress-circle .progress-icon {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: .5em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: progress-icon-show 400ms ease 100ms forwards; }
    .progress-circle .progress-icon .svg-icon {
      font-size: inherit; }
  .progress-circle .progress-value {
    position: absolute;
    color: #5c5c5c;
    font-size: 0.75rem;
    font-weight: 600;
    top: 0;
    left: 0;
    width: 100%; }
  .progress-circle.processing .progress-circle-svg {
    animation: progress-rotate 4s linear 0s infinite; }
  .progress-circle.processing .progress-circle-svg .back {
    stroke: transparent; }
  .progress-circle.processing .progress-circle-svg .bar {
    stroke-linecap: round;
    stroke-dasharray: 45px; }
  .progress-circle.success .back {
    stroke: transparent;
    stroke-dasharray: 629;
    stroke-width: 16; }
  .progress-circle.success .progress-circle-svg {
    animation: progress-success-svg 1s; }
  .progress-circle.success .bar {
    stroke-width: 0; }
  .progress-circle.success .back {
    stroke: #39e379;
    opacity: 0;
    animation: progress-success-path 1s; }
  .progress-circle.success .progress-icon {
    color: #39e379; }
  .progress-circle.error .progress-circle-svg path {
    stroke: #ff3b30; }
  .progress-circle.error .progress-icon {
    color: #ff3b30; }
@keyframes progress-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes progress-success-svg {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  70% {
    transform: scale(0.8); }
  80% {
    transform: scale(0.6); } }
@keyframes progress-success-path {
  0% {
    opacity: 1;
    stroke-dashoffset: 629; }
  50% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-width: 16; }
  80% {
    opacity: 0;
    stroke-width: 256; } }
@keyframes progress-icon-show {
  0% {
    opacity: 0;
    transform: scale(0.4); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.audio-control {
  position: relative; }
  .audio-control .guidance {
    z-index: 154; }
.control-button.audio .svg-icon {
  z-index: 4; }
.control-button.audio.active .audio-volume-wrap {
  display: block; }
.control-button.audio[disabled] {
  opacity: 1; }
  .control-button.audio[disabled] .svg-icon {
    opacity: .51; }
.participant-audio-volume {
  fill: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1 !important; }
.audio-volume-cover {
  fill: #212121; }
.poll-response-badge {
  background-color: #c56fd5;
  color: #222222; }
  .control-button .poll-response-badge {
    top: auto;
    bottom: 0; }
#poll-toggle.highlight {
  animation: pulsate-higlight infinite linear 1.8s; }
@keyframes pulsate-higlight {
  0%, 30% {
    box-shadow: 0 0 0 2px rgba(197, 111, 213, 0.6), 0 0 0 0 rgba(197, 111, 213, 0.9); }
  100% {
    box-shadow: 0 0 0 2px rgba(197, 111, 213, 0.6), 0 0 0 10px rgba(197, 111, 213, 0); } }
#session-exit-modal.frameless {
  overflow-y: auto;
  padding-top: 3.75rem; }
  #session-exit-modal.frameless .modal-content-wrap {
    overflow: visible;
    min-height: 100%;
    height: auto;
    max-width: 40rem; }
  #session-exit-modal.frameless.submitting {
    background-color: black; }
  #session-exit-modal.frameless .modal-page-header {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 3.75rem;
    text-align: left;
    top: 0;
    padding: 0 0.5rem;
    z-index: 10; }
  #session-exit-modal.frameless .modal-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem; }
  #session-exit-modal.frameless label,
  #session-exit-modal.frameless h4 {
    color: inherit; }
  #session-exit-modal.frameless h4 {
    margin-bottom: 1.25rem; }
  #session-exit-modal.frameless .survey-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #session-exit-modal.frameless .survey-controls button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 40em) {
        #session-exit-modal.frameless .survey-controls button {
          -ms-flex: none;
              flex: none;
          margin-bottom: 0; } }
  #session-exit-modal.frameless .modal-content-section {
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
    padding: 1.875rem 0 3.125rem; }
  #session-exit-modal.frameless input[type=checkbox]:focus + label::before,
  #session-exit-modal.frameless input[type=radio]:focus + label::before {
    color: #262626; }
@media screen and (min-width: 40em) {
  #session-survey-submit {
    margin-right: auto;
    margin-left: 2%; } }
.back-button {
  position: relative;
  display: inline-block;
  background-color: #272727;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.71;
  vertical-align: top;
  transition: transform 100ms, background-color 300ms, color 300ms, box-shadow 250ms, opacity 250ms;
  position: absolute;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: auto;
  vertical-align: middle; }
  .back-button:hover, .back-button:focus {
    background-color: #1f1f1f;
    color: #ffffff;
    opacity: 1; }
  .back-button:active, .back-button.active {
    background-color: #171717;
    opacity: 1; }
  .back-button:disabled, .back-button:disabled:hover {
    background-color: #272727;
    color: #ffffff;
    opacity: 0.51; }
  body:not(.hide-focus-outline) .back-button:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.125rem #0076d0 !important; }
  .back-button i, .back-button .svg-icon {
    line-height: inherit;
    vertical-align: inherit; }
  .back-button.has-text {
    width: auto;
    height: auto;
    min-height: 3.75rem;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 0;
    font-family: "Open Sans", sans-serif; }
    .back-button.has-text .svg-icon {
      margin-right: .4em; }
    .back-button.has-text span {
      vertical-align: inherit;
      font-size: 0.875rem; }
    .back-button.has-text:hover span {
      text-decoration: underline; }
  .back-button .svg-icon {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    stroke: #39e379;
    color: inherit; }
.audiovideo-ranking ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
.audiovideo-ranking .audiovideo-ranking-option {
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  cursor: pointer; }
  .audiovideo-ranking .audiovideo-ranking-option:hover .radio-wrap input:not(:checked) + label:after {
    opacity: .45; }
  .audiovideo-ranking .audiovideo-ranking-option .radio-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    .audiovideo-ranking .audiovideo-ranking-option .radio-wrap:before, .audiovideo-ranking .audiovideo-ranking-option .radio-wrap:after {
      content: "";
      position: absolute;
      top: 0.625rem;
      width: calc(50% - 1.25rem);
      height: 0;
      border-top: 1px solid rgba(229, 229, 229, 0.6); }
    .audiovideo-ranking .audiovideo-ranking-option .radio-wrap:before {
      left: 0; }
    .audiovideo-ranking .audiovideo-ranking-option .radio-wrap:after {
      right: 0; }
  .audiovideo-ranking .audiovideo-ranking-option:first-child .radio-wrap:before {
    display: none; }
  .audiovideo-ranking .audiovideo-ranking-option:last-child .radio-wrap:after {
    display: none; }
  .audiovideo-ranking .audiovideo-ranking-option input {
    margin-bottom: 1.5625rem; }
  .audiovideo-ranking .audiovideo-ranking-option label {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 0;
    padding: 0 0.3125rem; }
    .audiovideo-ranking .audiovideo-ranking-option label:before, .audiovideo-ranking .audiovideo-ranking-option label:after {
      top: -2.8125rem;
      left: 50%;
      margin-left: -0.625rem; }
    .audiovideo-ranking .audiovideo-ranking-option label:before {
      background-color: transparent;
      border-color: rgba(229, 229, 229, 0.6); }
  .audiovideo-ranking .audiovideo-ranking-option .spacer {
    width: 100%; }
  .audiovideo-ranking .audiovideo-ranking-option .intrinsic-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    max-width: 6.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5625rem;
    text-align: left; }
    .audiovideo-ranking .audiovideo-ranking-option .intrinsic-wrap img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
.audiovideo-issues {
  margin-top: 2.5rem;
  transition: max-height 500ms cubic-bezier(0.55, 0, 0.1, 1), opacity 500ms cubic-bezier(0.55, 0, 0.1, 1), margin 500ms cubic-bezier(0.55, 0, 0.1, 1); }
  .audiovideo-issues.ng-enter, .audiovideo-issues.ng-leave.ng-leave-active {
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    margin-top: 0; }
  .audiovideo-issues.ng-enter.ng-enter-active, .audiovideo-issues.ng-leave {
    opacity: 1;
    overflow: hidden;
    max-height: 50rem;
    margin-top: 2.5rem; }
  .audiovideo-issues ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .audiovideo-issues .checkbox-wrap {
    display: -ms-flexbox;
    display: flex; }
#other-issue-button {
  margin: 1.875rem 0 0; }
.other-issue-type textarea {
  resize: none; }
body:not(.hide-focus-outline) .slider-handle:focus {
  outline: 0.125rem solid #0076d0; }
.slider-handle.has-tooltip {
  position: absolute; }
.slider-handle.is-dragging .tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10 !important;
  transition: opacity 0ms 200ms;
  animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1; }
.slider-handle .tooltip {
  margin-bottom: 0.625rem; }
.techcheck-audio .audio-level-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 2rem;
  margin: 1.875rem 0; }
  .techcheck-audio .audio-level-container .svg-icon {
    margin-right: 0.625rem; }
  .techcheck-audio .audio-level-container .progress {
    position: relative;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
    height: 1.5rem;
    margin: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .techcheck-audio .audio-level-container .progress .audio-level {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      background-color: #c56fd5; }
  .techcheck-audio .audio-level-container .status-message p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.75rem; }
#techcheck-modal .techcheck-wrapper.techcheck-permissions-wrapper {
  max-width: 37.5rem; }
#techcheck-modal .img-wrapper {
  position: relative;
  width: 9.25rem;
  height: 9.25rem;
  margin: 4vh auto 1.25rem;
  overflow: hidden;
  text-align: left;
  border-radius: 100%; }
  @media screen and (min-width: 40em) {
    #techcheck-modal .img-wrapper {
      margin-top: 8vh; } }
  #techcheck-modal .img-wrapper img {
    position: absolute;
    max-width: 10.9375rem;
    width: 10.9375rem;
    height: 10.9375rem;
    top: -0.875rem;
    left: -0.875rem; }
#techcheck-modal .techcheck-controls {
  margin-top: 1.25rem; }
.techcheck-loading {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  .techcheck-loading .progress-circle {
    display: table-cell;
    vertical-align: middle; }
#techcheck-modal.flash .modal-content-wrap {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 2.5rem; }
#techcheck-modal.flash .video-description {
  margin-top: 18.75rem; }
#techcheck-modal.flash .techcheck-wrapper {
  padding-top: 1.875rem; }
#techcheck-modal.flash .flash-techcheck-pending,
#techcheck-modal.flash .flash-techcheck-failed {
  padding-top: 12.5rem; }
#techcheck-modal.flash .video-wrapper {
  display: none; }
[class*="equal-buttons"] {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  [class*="equal-buttons"] button, [class*="equal-buttons"] .button {
    display: inline-block;
    margin-right: 2%; }
    [class*="equal-buttons"] button:last-child, [class*="equal-buttons"] .button:last-child {
      margin-right: 0; }
  [class*="equal-buttons"] > div {
    -ms-flex: 1;
        flex: 1; }
.equal-buttons {
  width: 100%; }
  .equal-buttons button, .equal-buttons .button {
    width: 100%;
    margin-right: 2%; }
    .equal-buttons button:last-child, .equal-buttons .button:last-child {
      margin-right: 0; }
  .equal-buttons.buttons-2 button, .equal-buttons.buttons-2 .button {
    width: 49%; }
  .equal-buttons.buttons-3 button, .equal-buttons.buttons-3 .button {
    width: 32%; }
@media screen and (max-width: 39.9375em) {
  .equal-buttons.buttons-2-md button, .equal-buttons.buttons-2-md .button, .equal-buttons.buttons-3-md button, .equal-buttons.buttons-3-md .button {
    margin-right: 0; } }
@media screen and (min-width: 40em) {
  .equal-buttons.buttons-2-md button, .equal-buttons.buttons-2-md .button {
    width: 49%; }
  .equal-buttons.buttons-3-md button, .equal-buttons.buttons-3-md .button {
    width: 32%; } }
@media screen and (min-width: 40em) {
  .equal-buttons-md.buttons-2 button, .equal-buttons-md.buttons-2 .button {
    width: 49%; }
  .equal-buttons-md.buttons-3 button, .equal-buttons-md.buttons-3 .button {
    width: 32%; } }
.techcheck-video .video-wrapper {
  text-align: left;
  margin: 0 auto 1.25rem; }
.techcheck-video .intrinsic-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .techcheck-video .intrinsic-wrap video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
.techcheck-video .canvas-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 16.25rem); }
  @media screen and (min-width: 40em) {
    .techcheck-video .canvas-wrapper {
      max-height: calc(100vh - 12.5rem); } }
  #techcheck-modal.flash .techcheck-video .canvas-wrapper {
    max-height: calc(100vh - 18.125rem); }
    @media screen and (min-width: 40em) {
      #techcheck-modal.flash .techcheck-video .canvas-wrapper {
        max-height: calc(100vh - 15.625rem); } }
  .techcheck-video .canvas-wrapper img {
    max-height: 100%; }
  .techcheck-video .canvas-wrapper .cropper-bg,
  .techcheck-video .canvas-wrapper .cropper-modal {
    background-image: none;
    background-color: transparent; }
.techcheck-video video {
  transform: rotateY(180deg); }
.telephony-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  min-height: 3.125rem;
  width: 100%; }
  .telephony-number .telephony-icon {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1; }
  .telephony-number .telephony-pin-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.3; }
  .telephony-number p {
    margin: 0;
    line-height: inherit; }
  .telephony-number bdi:first-of-type {
    margin-right: 0.625rem; }
.animate-generating-pin {
  animation: phone-ring 1800ms ease-in-out 3; }
@keyframes phone-ring {
  0%, 38%, 44%, 80%, 88%, 100% {
    transform: translateY(-50%) scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg); }
  14%, 22%, 30%,
  56%, 64%, 72% {
    transform: translateY(-50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 4deg); }
  10%, 18%, 26%,
  52%, 60%, 68% {
    transform: translateY(-50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -4deg); } }
.video-all {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center; }
  .video-all .video {
    overflow: hidden;
    min-width: 1.875rem;
    min-height: 1.0795454545rem; }
.group .layout-1x1 .video {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: calc(173.684210526vh - 8.25rem);
  max-height: 100%; }
.group .layout-2x1 .video {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: calc(173.684210526vh - 8.25rem);
  max-height: 100%; }
  @media screen and (orientation: portrait) {
    .group .layout-2x1 .video {
      max-width: calc(173.684210526vh/2 - 8.25rem/2);
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
.group .layout-2x2 .video {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: calc(173.684210526vh/2 - 8.25rem/2); }
.group .layout-3x2 .video {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: calc(173.684210526vh/2 - 8.25rem/2); }
  @media screen and (orientation: portrait) {
    .group .layout-3x2 .video {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: calc(173.684210526vh/3 - 8.25rem/3); } }
.group .layout-3x3 .video {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 41.6842105263vh;
  max-height: 24vh; }
  @media screen and (orientation: portrait) {
    .group .layout-3x3 .video {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
.follow #video-roster,
.follow .video-roster {
  display: block; }
.follow .video-all-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  width: 100%; }
.follow .video-all {
  white-space: nowrap; }
  .follow .video-all .video {
    text-align: left;
    display: inline-block;
    -ms-flex-order: 999;
        order: 999;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .follow .video-all .video.order-1 {
      -ms-flex-order: 1;
          order: 1; }
    .follow .video-all .video.order-2 {
      -ms-flex-order: 2;
          order: 2; }
    .follow .video-all .video.order-3 {
      -ms-flex-order: 3;
          order: 3; }
    .follow .video-all .video.order-4 {
      -ms-flex-order: 4;
          order: 4; }
    .follow .video-all .video.order-5 {
      -ms-flex-order: 5;
          order: 5; }
    .follow .video-all .video.order-6 {
      -ms-flex-order: 6;
          order: 6; }
    .follow .video-all .video.order-7 {
      -ms-flex-order: 7;
          order: 7; }
    .follow .video-all .video.order-8 {
      -ms-flex-order: 8;
          order: 8; }
    .follow .video-all .video.order-last {
      -ms-flex-order: 1000;
          order: 1000; }
  .follow .video-all .speaker,
  .follow .video-all .single-participant {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 0;
        order: 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
  .follow .video-all .my-participant {
    -ms-flex-order: 2;
        order: 2; }
.follow .video-all:not(.flash-content) .video {
  width: 20%;
  max-width: 30vh;
  min-width: 20vh; }
  @media screen and (min-height: 50em) {
    .follow .video-all:not(.flash-content) .video {
      max-width: 13.75rem; } }
.follow .video-all:not(.flash-content) .speaker,
.follow .video-all:not(.flash-content) .single-participant {
  max-width: 100%; }
  .follow .video-all:not(.flash-content) .speaker .video-participant,
  .follow .video-all:not(.flash-content) .single-participant .video-participant {
    width: 100%;
    max-width: calc(173.684210526vh - 22rem);
    min-width: 50vh; }
.follow .video-all:not(.flash-content).layout-1x1 .speaker .video-participant,
.follow .video-all:not(.flash-content).layout-1x1 .single-participant .video-participant {
  max-width: calc(173.684210526vh - 8.25rem); }
.follow .video-content-container {
  max-width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center; }
.additional-participants {
  width: 20%;
  max-width: 30vh;
  min-width: 20vh;
  text-align: left;
  display: inline-block;
  -ms-flex-order: 999;
      order: 999;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative; }
  @media screen and (min-height: 50em) {
    .additional-participants {
      max-width: 15rem; } }
  .additional-participants:hover {
    cursor: pointer; }
  .additional-participants .additional-avatar {
    background-color: #2d2d2d; }
  .additional-participants .avatar-image {
    background-color: #272727; }
    .additional-participants .avatar-image .no-avatar {
      display: none; }
    .additional-participants .avatar-image .group-avatar {
      width: 60%; }
  .additional-participants .participant-name {
    padding-right: 1.5rem; }
.additional-participants-count {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.75rem;
  color: #ffffff;
  height: 1.5rem;
  font-size: 0.875rem;
  text-align: center;
  z-index: 1; }
.additional-participants.breakout-group .avatar-image {
  background-color: #e5e5e5; }
.additional-participants.breakout-group .end-breakout-rooms {
  position: absolute;
  top: 3px;
  right: 3px; }
#whiteboard_container {
  height: 100%; }
  #whiteboard_container .resize-sensor,
  #whiteboard_container .resize-sensor-expand,
  #whiteboard_container .resize-sensor-shrink {
    overflow: hidden !important; }
  #whiteboard:not(.pip) #whiteboard_container.content-view {
    height: calc(100% - 6.625rem); }
    @media screen and (max-width: 63.75em) {
      .offcanvas-open #whiteboard:not(.pip) #whiteboard_container.content-view {
        height: calc(100% - 6.625rem); } }
    @media screen and (min-width: 40em) {
      #whiteboard:not(.pip) #whiteboard_container.content-view {
        height: calc(100% - 2.5rem); } }
    @media screen and (max-width: 63.75em) {
      .offcanvas-open.caption-mode #whiteboard:not(.pip) #whiteboard_container.content-view {
        height: calc(100% - 2.5rem); } }
  .caption-mode #whiteboard:not(.pip) #whiteboard_container.content-view {
    height: calc(100% - 2.5rem); }
  @media screen and (min-width: 40em) {
    .caption-mode #whiteboard:not(.pip) #whiteboard_container.content-view {
      height: calc(100% - 2.875rem); } }
.pip #whiteboard_container {
  margin: 0px; }
  .pip #whiteboard_container .canvas_container {
    top: 0 !important; }
#whiteboard_container.draggable {
  cursor: -webkit-grab;
  cursor: grab; }
.whiteboard-viewer-details {
  position: absolute;
  bottom: 4.125rem;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  background-color: rgba(20, 20, 20, 0.9);
  border-radius: 2.5rem;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
  width: 18.75rem;
  transition: bottom 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  .whiteboard-viewer-details.no-controls {
    width: auto; }
  .pip .whiteboard-viewer-details {
    display: none; }
  @media screen and (min-width: 40em) {
    .whiteboard-viewer-details {
      max-width: 20rem; } }
  @media screen and (max-width: 63.75em) {
    .offcanvas-open .whiteboard-viewer-details {
      bottom: 4.125rem; } }
  @media screen and (min-width: 40em) {
    .whiteboard-viewer-details {
      bottom: 0; } }
  .caption-mode .whiteboard-viewer-details {
    bottom: 9.75rem; }
    @media screen and (min-width: 40em) {
      .caption-mode .whiteboard-viewer-details {
        bottom: 6.375rem; } }
  @media screen and (max-width: 63.75em) {
    .offcanvas-open.caption-mode .whiteboard-viewer-details {
      bottom: 9.75rem; } }
.whiteboard-viewer-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.whiteboard-viewer-no-navigator {
  overflow: hidden;
  margin: 0 0.25rem; }
  body:not(.hide-focus-outline) .whiteboard-viewer-no-navigator:focus {
    outline: 0.125rem solid #0076d0; }
.whiteboard-viewer-name {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4; }
.whiteboard-viewer-position {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 0.75rem;
  margin-left: 0.625rem; }
.viewer-control:disabled {
  opacity: 0.5; }
.whiteboard-viewer-navigator {
  font-size: 0.75rem;
  margin: 0 auto;
  overflow: hidden; }
  .whiteboard-viewer-navigator:hover + .tooltip, .whiteboard-viewer-navigator:focus + .tooltip {
    opacity: 1 ;
    visibility: visible ;
    z-index: 10 ;
    transition: opacity 0ms 200ms;
    animation: popup-up 300ms cubic-bezier(0.55, 0, 0.1, 1) 200ms 1; }
#viewer-navigator-tooltip .tooltip-content span {
  display: block; }
#viewer-navigator-tooltip .tooltip-content-detail {
  font-size: 0.75rem;
  margin-top: 0.375rem; }
.whiteboard-viewer-next,
.whiteboard-viewer-prev {
  display: inline-block;
  position: relative;
  top: 0.0625rem; }
  .whiteboard-viewer-next .tooltip,
  .whiteboard-viewer-prev .tooltip {
    margin-bottom: 0.8125rem; }
  .whiteboard-viewer-next .tip-top-right,
  .whiteboard-viewer-prev .tip-top-right {
    margin-right: -0.625rem; }
  .whiteboard-viewer-next .tip-top-left,
  .whiteboard-viewer-prev .tip-top-left {
    margin-left: -0.625rem; }
.whiteboard-viewer-next {
  margin-left: 0.75rem; }
.whiteboard-viewer-prev {
  margin-right: 0.75rem; }
.whiteboard-viewer-loading-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #c56fd5;
  border-radius: 2.5rem; }
  .whiteboard-viewer-loading-indicator .indicator-end {
    position: absolute;
    top: 0;
    width: 1.3125rem;
    height: 100%;
    overflow: hidden; }
    .whiteboard-viewer-loading-indicator .indicator-end svg {
      position: absolute;
      width: 2.625rem;
      height: 2.625rem;
      animation: indicator-end-rotate 7s linear infinite reverse; }
  .whiteboard-viewer-loading-indicator .indicator-end-left {
    left: 0; }
    .whiteboard-viewer-loading-indicator .indicator-end-left svg {
      animation-delay: 220ms; }
  .whiteboard-viewer-loading-indicator .indicator-end-right {
    right: 0; }
    .whiteboard-viewer-loading-indicator .indicator-end-right svg {
      right: 0; }
  .whiteboard-viewer-loading-indicator .indicator-edge {
    position: absolute;
    left: 1.3125rem;
    right: 1.3125rem;
    height: 0.0625rem;
    overflow: hidden; }
    .whiteboard-viewer-loading-indicator .indicator-edge svg {
      position: absolute;
      width: 32.25rem;
      animation: indicator-edge-move-left 14.2s linear infinite; }
  .whiteboard-viewer-loading-indicator .indicator-edge-bottom {
    bottom: 0; }
    .whiteboard-viewer-loading-indicator .indicator-edge-bottom svg {
      animation-direction: reverse; }
  .whiteboard-viewer-loading-indicator.ng-leave {
    animation: indicator-complete 1.2s linear; }
    .whiteboard-viewer-loading-indicator.ng-leave .indicator-end,
    .whiteboard-viewer-loading-indicator.ng-leave .indicator-edge {
      animation: fade-in 200ms linear reverse forwards; }
@keyframes indicator-end-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes indicator-edge-move-left {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-52%); } }
@keyframes indicator-complete {
  0%, 100% {
    box-shadow: inset 0 0 0 0 rgba(57, 227, 121, 0); }
  20%, 80% {
    box-shadow: inset 0 0 0 1px #39e379; } }
#whiteboard-controls {
  width: 100%; }
.whiteboard-controls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .whiteboard-controls ol, .whiteboard-controls ul {
    margin: 0; }
  .whiteboard-controls .content-button {
    font-size: 1.5rem;
    margin: 0 0.1875rem; }
    .whiteboard-controls .content-button .svg-icon.color {
      display: none; }
    .whiteboard-controls .content-button.active .svg-icon.default,
    .whiteboard-controls .content-button.active .svg-icon.shaded {
      display: none; }
    .whiteboard-controls .content-button.active .svg-icon.color {
      display: inline-block; }
  .whiteboard-controls .icon-pencil {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
.whiteboard-control {
  position: relative;
  min-width: 1.875rem; }
.content-pip .whiteboard-controls {
  display: none; }
.select-drawmode > button > span > .color {
  display: none; }
.select-drawmode > button.active > span > .default,
.select-drawmode > button.active > span > .shaded {
  display: none; }
.select-drawmode > button.active > span > .color {
  display: inline-block; }
.draw-options .f-dropdown,
.select-color .f-dropdown {
  width: 100%; }
.draw-options {
  width: 12.5rem; }
.select-color .current-color {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: block;
  height: 1em;
  width: 1em;
  border: 1px solid #ffffff;
  border-radius: 100%; }
#whiteboard-header .stop-sharing {
  position: absolute;
  right: 0;
  top: 4.375rem;
  z-index: 10;
  transition: top 350ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (max-width: 63.75em) {
    .offcanvas-open #whiteboard-header .stop-sharing {
      top: 4.375rem; } }
  @media screen and (min-width: 40em) {
    #whiteboard-header .stop-sharing {
      top: 0.625rem; } }
@media only screen and (max-height: 5em) {
  body {
    padding-top: 3.75rem;
    opacity: .8;
    transition: opacity 500ms; }
    body:hover {
      opacity: 1; }
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300; }
    .page-header:after {
      background-color: #262626;
      content: "";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 100%;
      z-index: 9999; }
  .top-menu .right {
    display: none; }
  .top-bar {
    background-color: transparent;
    -ms-transform: translateY(-0.375rem);
        transform: translateY(-0.375rem); }
    .top-bar .title {
      text-align: right; }
    .top-bar h1 {
      max-width: 50%; }
  #nav-close {
    display: none; }
  #nav-maximize {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: none; }
  .video-all .video.speaker:not(.flash-hidden),
  #follow-video {
    position: fixed;
    bottom: 100%;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 100; }
    .video-all .video.speaker:not(.flash-hidden) .video-avatar,
    #follow-video .video-avatar {
      position: absolute;
      right: 100%;
      bottom: 100%; }
    .video-all .video.speaker:not(.flash-hidden) .participant-details-container,
    #follow-video .participant-details-container {
      position: fixed;
      display: block !important;
      bottom: auto;
      top: 0.5625rem;
      left: 0.125rem;
      width: auto;
      max-width: 50%;
      transition: none !important;
      -ms-transform: translateY(-0.375rem);
          transform: translateY(-0.375rem); }
    .video-all .video.speaker:not(.flash-hidden) .user-role,
    #follow-video .user-role {
      display: none; } }
@media only screen and (max-height: 5em) and (min-width: lower-bound(64.0625em, 75em)) {
  .top-bar .title {
    text-align: center; }
  .participant-details-container {
    max-width: 30%; } }
