/* 3rd party, Comp. lib, etc */
@font-face {
  font-family: 'CiscoSansTTRegular';
  src: url('/WBXmjsasset/fonts/CiscoSansTTRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CiscoSansTTLight';
  src: url('/WBXmjsasset/fonts/CiscoSansTTLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CiscoSansTTExtraLight';
  src: url('/WBXmjsasset/fonts/CiscoSansTTExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CiscoSansTTThin';
  src:url('/WBXmjsasset/fonts/CiscoSansTTThin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Atlantic-Neo-Icons';
  src: url('/WBXmjsasset/fonts/Atlantic-Neo-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-cisco-"]:before,
[class*=" icon-cisco-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Atlantic-Neo-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
       font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cisco-mobile-phone:before {
  content: "\e0ab";
}
.icon-cisco-mobile-presenter:before {
  content: "\e0ac";
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-no100 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
}
.nowrap {
  white-space: nowrap;
}
.border_box {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fix3d {
  -webkit-transform: translate3D(0, 0, 0);
}
.border_box {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.invert {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border: none;
  background-color: transparent;
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  font-size: 1em;
  cursor: pointer;
  box-sizing: border-box;
}
.button--sm {
  padding: .25rem .5rem;
  font-size: .65em;
  border-radius: 1px;
}
.button--md {
  padding: .5rem 1rem;
  font-size: .75em;
  letter-spacing: .5px;
  border-radius: 2px;
}
.button--lg {
  padding: 1rem 1.5rem;
  font-size: 1em;
  letter-spacing: 1px;
  border-radius: 3px;
}
.button--white {
  background-color: #ffffff;
  color: #343537;
}
.button--primary {
  background-color: #049fd9;
}
.button--primary:hover {
  background-color: #0393c9;
}
.button--primary:active {
  background-color: #0387b8;
}
.button--positive {
  background-color: #30d557;
}
.button--positive:hover {
  background-color: #2ac44f;
}
.button--positive:hover {
  background-color: #26ab46;
}
.button--negative {
  background-color: #ff513d;
}
.button--negative:hover {
  background-color: #f04734;
}
.button--negative:hover {
  background-color: #d43826;
}
.button-icon {
  font-size: 1.5em;
  line-height: 1;
  margin-right: .5rem;
}

.rating {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: auto;
  width: 226px;
  font-size: 45px;
  overflow: hidden;
}
.rating input {
  float: right;
  opacity: 0;
  position: absolute;
}
.rating a,
.rating label {
  float: right;
  color: #aeaeaf;
  text-decoration: none;
  transition: color .4s;
}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a {
  color: #ffb400;
  cursor: pointer;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #049fd9;
  cursor: pointer;
  transition: all 0.1s linear;
}
input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #049fd9;
  cursor: pointer;
  transition: all 0.1s linear;
}
input[type=range]::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #049fd9;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:active::-ms-thumb {
  height: 21px;
  width: 21px;
}
input[type=range]:active::-moz-range-thumb {
  height: 21px;
  width: 21px;
}
input[type=range]:active::-webkit-slider-thumb {
  height: 21px;
  width: 21px;
  margin-top: -10.5px;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #049fd9;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #049fd9;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #049fd9;
}

li.focus {
  background-color: #858688;
}

.popover {
  z-index: 9;
  position: fixed;
}
.popover-overlay {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.location-wrapper {
  color: #ff7133;
  padding: 0 4px 0 2px;
}

.icon {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: #4f5051;
  cursor: pointer;
  font-size: 22px;
  line-height: 20px;
  height: 24px;
  width: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
}
.icon--sm {
  font-size: 12px;
  line-height: 10px;
  height: 12px;
  width: 12px;
}
.icon--md {
  font-size: 22px;
  line-height: 20px;
  height: 24px;
  width: 24px;
}
.icon--lg {
  font-size: 32px;
  line-height: 28px;
  height: 32px;
  width: 32px;
}
.navIcon {
  margin: 18px;
}
.navIcon:focus {
  box-shadow: 0px 0px 0px 7px #ffffff, 0px 0px 0px 8px #4f5051;
  outline: none;
}
.icon.badge:after {
  position: absolute;
  left: -6px;
  top: -6px;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #049fd9;
  color: transparent;
  content: " ";
}
.icon.icon--clickable:hover {
  color: #0393c9;
}
.icon.icon--clickable:active {
  color: #0387b8;
}
.icon.isActive {
  color: #049fd9;
}
.icon.isDisabled {
  color: #aeaeaf;
}
/* App base and global vars */
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: auto;
}
.invisible {
  visibility: hidden;
}
.nodisplay {
  display: none;
}
.noscroll {
  overflow: hidden !important;
}
.contenteditable {
  height: 0;
  width: 0;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.rotate--45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate--90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate--180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate--270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.border_box {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.border_box {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.invert {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}
.caps {
  text-transform: uppercase;
}
.u-flexfixed {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.u-bold {
  font-family: 'CiscoSansTTRegular', 'Helvetica Neue', Arial;
}
.u-semitransparent {
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.u-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pull-right {
  float: right;
}
.clickable {
  cursor: pointer !important;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
  font-weight: normal;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
body {
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  font-size: 1rem;
  overflow: hidden;
  font-weight: 200;
  background: #ffffff;
}
#main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#squared,
#wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
#container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  position: relative;
}
::-ms-clear,
::-ms-reveal {
  width: 0px;
  height: 0px;
}
::-moz-selection {
  background-color: #049fd9;
  color: #ffffff;
}
::selection {
  background-color: #049fd9;
  color: #ffffff;
}
/* 	Standard Color Palette */
/*  Base Settings */
/*  Structural Stuff */
/* navigation section - some variables used in responsive.less */
/* Shared styles */
.scale-enter {
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  margin-top: 0px;
}
.scale-enter.scale-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-top: 0px;
}
.scale-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
.scale-leave.scale-leave-active {
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}
.fade-enter {
  opacity: 0.01;
  transition: opacity 0.4s ease-in;
}
.fade-enter.fade-enter-active {
  opacity: 1;
}
.fade-leave {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.fade-leave.fade-leave-active {
  opacity: 0.01;
}
.do-not-display {
  display: none !important;
}
.avatar {
  cursor: pointer;
}
.avatar.translucent {
  opacity: 0.6;
}
.avatarWrapper {
  display: inline-block;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.avatar.avatar--self {
  background-color: transparent;
}
.avatar.avatar--sm.avatar--self .icon-cisco-message {
  font-size: 36px;
  line-height: 36px;
}
.avatar.avatar--self .icon-cisco-message {
  font-size: 48px;
  line-height: 48px;
  color: #04c9ef;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  border: none;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-clip: padding-box;
  height: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}

.overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes "pulsing-dots" {
  0%,
  100% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes pulsing-dots {
  0%,
  100% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulsing-dots {
  0%,
  100% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
.input {
  display: inline;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border-radius: 4px;
  font-family: 'CiscoSansTTRegular', 'Helvetica Neue', Arial;
  color: #4f5051;
  letter-spacing: 0.025em;
  text-align: left;
}
.input--md {
  width: 250px;
  margin: 0px 5px;
  padding: 2px;
  font-size: 16px;
  height: 32px;
}
.input--lg {
  width: 330px;
  margin: 0px 5px;
  padding: 2px;
  font-size: 16px;
  height: 32px;
}
.input--xlg {
  width: 420px;
  margin: 0px 5px;
  padding: 10px;
  font-size: 16px;
  height: 38px;
}
.input--fill {
  width: 100%;
  margin: 0;
}
.input--center {
  text-align: center;
}
.input--primary {
  border: 1px solid #049fd9;
}
.input--secondary {
  border: 1px solid #00d6a2;
}
.input--grey {
  border: 1px solid #f5f5f6;
}
.input--disabled {
  background-color: #f5f5f6;
}
.input--transparent-white {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.search-input--md {
  min-height: 63px;
  max-height: 63px;
  height: 63px;
  padding: 6px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input--bottom-border-only {
  background: transparent;
  border: none;
  border-bottom: 2px solid #66c5e8;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  font-family: 'CiscoSansTTLight', 'Helvetica Neue', Arial;
  outline: none;
  width: 400px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
.opacity--50 {
  opacity: 0.5;
}
.shadow--layer2 {
  box-shadow: 0px 9px 9px #858688;
}
.glow--primary 0% {
  box-shadow: 0 0 0 0 #049fd9;
}
.glow--primary 50% {
  box-shadow: 0 0 20px 0 #049fd9;
}
@-webkit-keyframes glow--primary {
  0% {
    box-shadow: 0 0 0 0 #049fd9;
  }
  50% {
    box-shadow: 0 0 20px 0 #049fd9;
  }
}
@-ms-keyframes glow--primary {
  0% {
    box-shadow: 0 0 0 0 #049fd9;
  }
  50% {
    box-shadow: 0 0 20px 0 #049fd9;
  }
}
@keyframes glow--primary {
  0% {
    box-shadow: 0 0 0 0 #049fd9;
  }
  50% {
    box-shadow: 0 0 20px 0 #049fd9;
  }
}

@-webkit-keyframes indeterminate1 {
  0% {
    right: 0%;
    width: 0%;
  }
  50% {
    right: 25%;
    width: 75%;
  }
  75% {
    right: 100%;
    width: 0%;
  }
}
@keyframes indeterminate1 {
  0% {
    right: 0%;
    width: 0%;
  }
  50% {
    right: 25%;
    width: 75%;
  }
  75% {
    right: 100%;
    width: 0%;
  }
}
@-webkit-keyframes indeterminate2 {
  0% {
    right: 0%;
    width: 0%;
  }
  50% {
    right: 0%;
    width: 0%;
  }
  75% {
    right: 0%;
    width: 25%;
  }
  100% {
    right: 100%;
    width: 0%;
  }
}
@keyframes indeterminate2 {
  0% {
    right: 0%;
    width: 0%;
  }
  50% {
    right: 0%;
    width: 0%;
  }
  75% {
    right: 0%;
    width: 25%;
  }
  100% {
    right: 100%;
    width: 0%;
  }
}

body.right-search #content {
  border-left: none !important;
}
#content {
  background-color: transparent !important;
  border-left: 1px solid #ececed;
  width: 300px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#content .contextMenuWrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#content .participant-list {
  overflow: hidden;
  overflow-y: auto !important;
}
#content .participant-list li ul {
  border-top: 1px solid rgba(128, 128, 128, 0.14);
  border-bottom: 1px solid rgba(128, 128, 128, 0.13);
  padding-top: 10px;
  padding-bottom: 10px;
}
#content .participant-list li ul li {
  cursor: pointer;
  padding-left: 2.5em;
  padding-top: 0px;
  padding-bottom: 0px;
}
#content .participant-list-add-people {
  padding: 15px 10px;
  cursor: pointer;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: #4f5051;
  border: none;
  background-color: #ffffff;
  text-align: left;
  font-weight: inherit;
}
#content .participant-list-add-people .icon-cisco-add-contact-outline {
  padding: 5px 5px 4px 7px;
  font-size: 14px;
  line-height: 20px;
  color: #6a6b6c;
  vertical-align: middle;
  border: solid 1px;
  border-radius: 50%;
  margin-left: 13px;
  margin-right: 20px;
  height: 28px;
  width: 28px;
}
#content .participant-list-add-people:hover {
  background-color: #f5f5f6;
}
#content label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #ffffff;
  border-bottom: 1px solid #ececed;
  min-height: 68px;
  line-height: 68px;
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  color: #030404;
  font-size: 0.9rem;
  letter-spacing: 0.0125rem;
  cursor: pointer;
}
#content label:before {
  position: absolute;
  right: 5px;
  font-size: 22px;
}
#content label:hover {
  background-color: rgba(197, 197, 197, 0.07);
}
#content label span.subheader {
  color: #9b9d9e;
  position: absolute;
  right: 25px;
}
#content label .add-wrapper {
  display: none;
}
#content article {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#content article.media ul {
  padding: 0.75rem 0;
  float: left;
  border-bottom: none;
}
#content article.media li {
  font-size: 0.85rem;
  display: block;
  padding: 0.55rem 1.25rem;
  color: #858688;
  width: 255px;
  float: left;
}
#content article.media li:hover {
  background-color: #f5f5f6;
}
#content article.media li:hover .content-meta-actions {
  display: block;
}
#content article.media .header {
  height: 0px;
}
#content article.media .header #sel-media {
  float: right;
  margin: 5px;
}
#content article.media .header .search {
  padding: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#content article.media .content-meta-text {
  color: #000000;
  font-size: 12px;
}
#content article.media .content-meta-text h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#content article.media .content-meta-text span {
  font-size: 12px;
}
#content article.media .content-meta-text p {
  display: none;
}
#content article.media .content-meta-actions {
  display: none;
}
#content article.media .content-downloading {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
}
#content article.media .icon-fullscreen {
  display: none;
}
#content article.media .icon-cisco-download {
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  margin-left: 6px;
  color: #858688;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.81), 0px -1px 0px rgba(0, 0, 0, 0.7);
}
#content article.media .content-meta-summary {
  margin-top: 4px;
}
#content article.media .content-meta-summary div.date {
  color: #acacae;
  padding-top: 5px;
  font-size: 12px;
}
#content article.media .content-placeholder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  width: 3.5rem !important;
  height: 3.5rem !important;
  overflow: hidden;
  float: left;
  clear: left;
  cursor: pointer;
  margin-right: 1rem;
  border: 1px solid #ebebec;
  text-align: center;
}
#content article.media .content-meta-container {
  float: right;
  width: 175px !important;
}
#content article.media .content-meta {
  position: relative;
}
#content article.media .content-image-holder {
  width: 3.5rem !important;
  height: 3.5rem !important;
  overflow: hidden;
  float: left;
  clear: left;
  position: relative;
  cursor: pointer;
  margin-right: .75rem;
  border: 1px solid #e5e5e5;
  padding: 1px;
  background-color: white;
  border-radius: 2px;
}
#content article.media .content-image-holder img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#content .participant-add,
#call_contain .participant-add {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #00d6a2;
  overflow-y: scroll;
}
#content .participant-add .search-input,
#call_contain .participant-add .search-input {
  min-height: 63px;
  max-height: 63px;
  height: 63px;
  padding: 6px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#content .participant-add input,
#call_contain .participant-add input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  font-family: 'CiscoSansTTLight', 'Helvetica Neue', Arial;
  padding: 8px 32px 14px 0px;
  outline: none;
  width: 400px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#content .participant-add input::-webkit-input-placeholder,
#call_contain .participant-add input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add input:-moz-placeholder,
#call_contain .participant-add input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add input::-moz-placeholder,
#call_contain .participant-add input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add input:-ms-input-placeholder,
#call_contain .participant-add input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add input::-webkit-input-placeholder,
#call_contain .participant-add input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add input:-moz-placeholder,
#call_contain .participant-add input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add input::-moz-placeholder,
#call_contain .participant-add input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add input:-ms-input-placeholder,
#call_contain .participant-add input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#content .participant-add .results,
#call_contain .participant-add .results {
  width: auto;
}
#content .participant-add button.icon.icon-cisco-exit,
#call_contain .participant-add button.icon.icon-cisco-exit {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  height: 58px;
  line-height: 17px;
  width: 58px;
  border-radius: 50%;
  margin: 5px;
}
#content .participant-add button.icon.icon-cisco-exit:hover,
#call_contain .participant-add button.icon.icon-cisco-exit:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
#content .participant-add ul,
#call_contain .participant-add ul {
  max-height: none;
  background-color: transparent;
  box-shadow: none;
  overflow-y: auto;
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
}
#content .participant-add ul li,
#call_contain .participant-add ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
}
#content .participant-add ul li.current-selection,
#call_contain .participant-add ul li.current-selection {
  background-color: rgba(255, 255, 255, 0.2);
}
#content .participant-add ul li.more-contacts,
#call_contain .participant-add ul li.more-contacts {
  text-align: center;
}
#content .participant-add ul li.more-contacts p,
#call_contain .participant-add ul li.more-contacts p {
  text-align: center;
  line-height: 2em;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.16);
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  font-size: 14px;
  margin-top: 15px;
}
#content .participant-add ul li .left,
#call_contain .participant-add ul li .left {
  display: block;
  border-width: 2px;
  float: left;
  margin-left: 1em;
  border: none;
}
#content .participant-add ul li .left .avatar,
#call_contain .participant-add ul li .left .avatar {
  width: 2em;
  height: 2em;
}
#content .participant-add ul li p,
#call_contain .participant-add ul li p {
  line-height: 1.8em;
  font-size: 0.9em;
  color: #ffffff;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#content .participant-add ul li p.added,
#call_contain .participant-add ul li p.added {
  position: relative;
  color: transparent;
}
#content .participant-add ul li p.added:after,
#call_contain .participant-add ul li p.added:after {
  top: 0px;
  color: rgba(255, 255, 255, 0.5) !important;
  position: absolute;
  left: 55px;
  content: attr(data-placeholder);
}
#content .participant-add ul li .result-info,
#call_contain .participant-add ul li .result-info {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 15px;
}
#content .participant-add ul li .has-secondary,
#call_contain .participant-add ul li .has-secondary {
  height: 3.4em;
}
#content .participant-add ul li .has-secondary .displayname,
#call_contain .participant-add ul li .has-secondary .displayname {
  line-height: normal;
  padding-top: 10px;
}
#content .participant-add ul li .has-secondary .secondary-info,
#call_contain .participant-add ul li .has-secondary .secondary-info {
  line-height: normal;
}
.guide-main {
  width: 692px;
  height: 630px;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  color: #4f5051;
  background-color: #ffffff;
  position: relative;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: auto;
  width: 35%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leftSideGuide {
  width: 65%;
  height: 100%;
}

.spinner-relative {
  position: relative;
  margin: 50px;
}
.guide-profile-avatar-text {
  margin: 0 auto;
  color: #4f5051;
  text-transform: none;
  letter-spacing: 0em;
  font-size: 14px;
  line-height: 46px;
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  text-align: center;
}
* {
  min-height: 0;
  min-width: 0;
}

#download-prompt {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9;
}
#download-prompt > div {
  background: #ffffff;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: auto;
  top: 20%;
  width: 260px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6);
}
#download-prompt > div img {
  width: 33%;
}
#download-prompt > div p {
  padding: 12px;
  font-size: 18px;
}
#download-prompt > div p.read-more {
  font-size: 12px;
  color: grey;
}
#download-prompt > div a {
  text-decoration: none;
  font-weight: bold;
}
#download-prompt > div a.cta {
  margin-top: 24px;
  padding: 10px 15px;
  background-color: #049fd9;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border-radius: 20px;
}

#content input[type="checkbox"]:not(.mute-checkbox) {
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 0px;
}
#content input:checked ~ label {
  border-top: none !important;
}

.spark-icon {
  background-image: url('../images/logo_spark_256px.png');
}

/* Sections - Onboarding */
#welcome-back,
#welcome {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #858688;*/
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#welcome-back #welcome-box,
#welcome #welcome-box {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 50px;
  padding: 0;
  opacity: 0;
  background-size: cover;
  background-position: 50% 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
#welcome-back #welcome-box.fadeIn,
#welcome #welcome-box.fadeIn {
  opacity: 1;
  margin-top: 0px;
  transition: all 1.5s;
  transition-delay: 0.8s;
}
#welcome-back #welcome-box .welcome-banner,
#welcome #welcome-box .welcome-banner {
  background: none;
  padding: 0;
  height: auto;
  width: 75%;
  margin: 0;
  background-size: cover;
  background-position: 50% 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
#welcome-back #welcome-box .welcome-banner .avatar,
#welcome #welcome-box .welcome-banner .avatar {
  width: 160px;
  height: 160px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: none;
  margin-top: 50px;
}
#welcome-back #welcome-box .welcome-banner h1,
#welcome #welcome-box .welcome-banner h1 {
  margin-top: 45px;
  font-size: 60px;
  font-family: 'CiscoSansTTThin', 'Helvetica Neue', Arial;
  color: #f5f5f6;
  text-transform: none;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
#welcome-back #welcome-box .links,
#welcome #welcome-box .links {
  height: auto;
  width: 100%;
  padding: 20px 0px;
}
#welcome-back #welcome-box .links a,
#welcome #welcome-box .links a {
  display: block;
  width: auto;
  text-align: center;
  font-size: 0.8em;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
#welcome-back #sign-in,
#welcome #sign-in {
  padding: 10px 35px 25px 35px;
    background-color: #ffffff;
  border-radius: 2px;
  height: 90%;
    width:100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#welcome-back #sign-in .section,
#welcome #sign-in .section {
  text-align: center;
  padding: 20px 0px;
  margin: 0 auto;
  width: 100%;
}
#welcome-back #sign-in .section.message,
#welcome #sign-in .section.message {
  padding: 10px 0px;
}
#welcome-back #sign-in img,
#welcome #sign-in img {
  width: 30%;
  margin-top: 25px;
  margin: 25px auto 0;
    min-height: 100px;
}
#welcome-back #sign-in h1,
#welcome #sign-in h1 {
  font-size: 36px;
  padding-top: 15px;
  line-height: 48px;
    min-height:40px;
  letter-spacing: -0.2px;
  font-family: 'CiscoSansTTThin', 'Helvetica Neue', Arial;
}
#welcome-back #sign-in input,
#welcome #sign-in input {
  box-sizing: border-box;
  font-size: 1rem;
  display: block;
  line-height: 1.5em;
  height: 3em;
  width: 300px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #858688;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0px;
  font-family: 'CiscoSansTTRegular', 'Helvetica Neue', Arial;
  letter-spacing: 0.025em;
  color: #4f5051;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#welcome-back #sign-in button,
#welcome #sign-in button {
  height: 3em;
  width: 300px;
  max-width: 100%;
  transition: background-color 0.3s;
  margin-top: 20px;
  padding: 0 1em;
  z-index: 99;
  background-color: #049fd9;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5em;
  font-family: 'CiscoSansTTRegular', 'Helvetica Neue', Arial;
  letter-spacing: 0.025em;
  cursor: pointer;
}
#welcome-back #sign-in .message,
#welcome #sign-in .message {
  color: #4f5051 !important;
  text-align: center;
}
#welcome-back #sign-in .message p,
#welcome #sign-in .message p {
  max-width: 275px;
  margin: auto;
  padding: 3px 0px;
  color: #049fd9;
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.025em;
}
#welcome-back #sign-in .message p.error,
#welcome #sign-in .message p.error {
  color: #ff513d;
}
#welcome-back #sign-in .message .sign-in-message,
#welcome #sign-in .message .sign-in-message {
  font-family: 'CiscoSansTTRegular', 'Helvetica Neue', Arial;
}
#welcome-back #sign-in .message .sign-in-additional,
#welcome #sign-in .message .sign-in-additional {
  padding-top: 20px;
}
#welcome-back #sign-in .activate-text,
#welcome #sign-in .activate-text {
  display: block;
  font-weight: bolder;
  padding: 1em;
  color: #ffffff;
  font-size: 1.3rem !important;
}
#welcome-back #sign-in .activate-link,
#welcome #sign-in .activate-link {
  text-align: left;
  color: #4f5051;
  font-size: 1.2rem !important;
}
#welcome-back #sign-in .banner,
#welcome #sign-in .banner {
  padding: 5px 10px;
  margin: auto auto;
  background-color: #0387b8;
  border: 1px solid #0387b8;
  border-radius: 3px;
  text-align: center;
  color: #4f5051;
  font-size: 0.95em;
    min-height: initial;
}
#welcome-back #sign-in .banner a,
#welcome #sign-in .banner a {
  color: #ffffff;
  font-size: 14px;
}
#welcome-back #sign-in .banner span.icon,
#welcome #sign-in .banner span.icon {
  padding: 1px;
  font-size: 1.4em;
  line-height: 1.7em;
  vertical-align: middle;
  color: #ffffff;
}
#welcome-back #sign-in footer.section,
#welcome #sign-in footer.section {
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  color: #4f5051;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.025em;
  height: 120px;
}
#welcome-back #sign-in footer.section a,
#welcome #sign-in footer.section a {
  color: #049fd9;
}
#welcome-back .logo,
#welcome .logo {
  position: fixed;
  bottom: 35px;
  left: 50%;
  margin-left: -25px;
  height: 30px;
  width: 50px;
  background-image: url(../images/splash_cisco.svg);
  background-repeat: no-repeat;
}
#welcome-back .welcome-feedback--label,
#welcome .welcome-feedback--label {
  color: #049fd9;
  text-decoration: none;
  font-size: 11px;
  font-family: 'CiscoSansTTRegular', 'Helvetica Neue', Arial;
  cursor: pointer;
}
.signin-box {
  background-color: #ffffff;
  border-radius: 2px;
}
.signin-box--sm {
  width: 300px;
  max-width: 75%;
  padding: 10px 35px 25px 35px;
}
.signin-box--lg {
  width: 800px;
  max-width: 75%;
  padding: 10px 35px 25px 35px;
}
.signin-section {
  text-align: center;
  padding: 20px 0px;
}
.signin-logo img {
  width: 30%;
  margin-top: 25px;
}
.signin-logo h1 {
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  font-size: 1.5em;
  padding-top: 15px;
}
.signin-title h1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
.signin-title p {
  font-size: 17px;
}
.signin-message {
  color: #4f5051 !important;
  text-align: center;
}
.signin-message p {
  max-width: 275px;
  margin: auto;
  padding: 3px 0px;
  color: #0387b8;
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.025em;
}
.signin-message p.error {
  color: #ff513d;
}
.signin-message .bold {
  font-family: 'CiscoSansTTRegular', 'Helvetica Neue', Arial;
}
.signin-message .sign-in-additional {
  padding-top: 20px;
}
.loginPage {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.rightSideLogin {
  width: 35%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
}
.rightSideLogin {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.loginTitle {
  text-align: center;
  padding: 20px 0px;
  margin: 0 auto;
  font-size: 36px;
  color: #4f5051;
  width: 100%;
}
.loginSubTitle {
  font-size: 20px;
  line-height: 30px;
  width: 80%;
}
.leftSideLogin {
  width: 65%;
  height: 100%;
}
.leftSideLogin .blue-background {
  background-image: url('../images/blue-bg.png');
  background-size: cover;
}
.leftSideLogin .yellow-background {
  background-image: url('../images/yellow-bg.png');
  background-size: cover;
}
.onboarding-title {
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'CiscoSansTTExtraLight', 'Helvetica Neue', Arial;
}
.onboarding-title-spark {
  font-size: 140px;
}
.onboarding-title-spark--md {
  font-size: 100px;
  margin-bottom: 25px;
}
.onboarding-subtitle {
  font-size: 44px;
}
.signin-anim {
  width: 552px;
  height: 320px;
  background-repeat: no-repeat;
  opacity: 0;
}
.signin-anim.active {
  background-image: url(../images/WX_interop_animation_crop.gif);
  opacity: 1;
  transition: opacity 0.3s;
}
.onboardingLink {
  display: block;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  color: #049fd9;
  cursor: pointer;
}
/* Responsive Overrides */
@-moz-document url-prefix(), @-ie-document url-prefix() {
  body {
    background-image: none !important;
  }
}
.hide-context #content {
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  width: 0px !important;
}
/**
* Styles for max width of 1250px
*/
@media screen and (max-width: 1250px) {
  #content {
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 0px;
    background: #ffffff;
  }
  #activities {
    background: #ffffff !important;
  }
  body.open-context #activities {
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.025);
    border-right: solid 1px #f5f5f6 !important;
  }
  body.open-context #convos {
    background: #f5f5f6;
  }
  body.open-context #content {
    width: 300px;
    background-color: #ffffff !important;
  }
  .onboarding-title-spark {
    font-size: 90px;
  }
  .onboarding-subtitle {
    font-size: 34px;
  }
  .guide-step .content h1 {
    width: 80%;
  }
  .meetings {
    display: none;
  }
}
/**
* Mid-size - one panel open all the time
*/
@media screen and (max-width: 900px) {
  #conversation {
    background: #ffffff;
  }
  #convos {
    display: none;
  }
  .collapse-nav #convos {
    left: 60px;
  }
  #activities,
  .device-search-container {
    background: #ffffff !important;
  }
  body.open-convos #conversation,
  body.open-convos #activities,
  body.open-convos #content {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
    background: #ffffff;
  }
  .onboarding-title-spark {
    font-size: 70px;
  }
  .onboarding-subtitle {
    font-size: 24px;
  }
  .loginTitle {
    font-size: 26px;
  }
  .loginSubTitle {
    font-size: 18px;
  }
  .guide-step .content h1 {
    width: 80%;
  }
  .guide .avatar {
    width: 90px;
    height: 90px;
  }
  .guide .profile {
    height: 90px;
  }
}
/**
* Smallest view
*/
@media screen and (max-width: 440px) {
  #conversation .add-people {
    margin-left: 30px;
  }
  #activities {
    background: #ffffff !important;
  }
  #activities .activity-list {
    padding: 1rem;
  }
  #activities .activity-item {
    min-width: 250px;
  }
  #content,
  #convos,
  .toggle-context-menu,
  #navigation {
    display: none !important;
  }
  body.open-convos #conversation {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  body.open-convos #activities {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  body.open-context #activities {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  .leftSideLogin {
    display: none;
  }
  .rightSideLogin {
    width: 100%;
  }
    #welcome-back #sign-in img,
    #welcome #sign-in img {
        height: auto;
        min-height: inherit;
    }
}