.sq-whoson-container {
  width: 400px;
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 999;
  font-size: 16px;
  -webkit-transition: bottom 0.4s, right 0.4s;
  -moz-transition: bottom 0.4s, right 0.4s;
  transition: bottom 0.4s, right 0.4s;
}

.footer-whoson,
.footer-whoson .sq-whoson-container {
  position: relative;
}

.footer-whoson {
  float: right;
  z-index: 1;
}

html.js .sq-whoson-container.processed {
  bottom: 0;
}

html.js .sq-whoson-container,
html.js .sq-whoson-container.hidden {
  bottom: -75px;
}

.sq-whoson-container .sq-whoson-cta:link,
.sq-whoson-container .sq-whoson-cta:active,
.sq-whoson-container .sq-whoson-cta:visited {
  width: 150px;
  padding: 13px 15px 13px 15px;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  background: #FA5B35;
  border: 2px solid #E6E6E6;
  border-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'SwissquoteCT', Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  color: #FFF;
  -webkit-transition: color 0.4s, background-color 0.4s, width 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s, width 0.4s;
  transition: color 0.4s, background-color 0.4s, width 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sq-whoson-container .icon-chat,
.sq-whoson-cta .icon-nav-bottom {
  display: none;
}
.sq-whoson-cta .icon-nav-bottom {
  float: right;
}

.sq-whoson-container.expanded .sq-whoson-cta .icon,
.sq-whoson-container.expanded .sq-whoson-cta .icon-nav-bottom {
  display: block;
}

.sq-whoson-container .sq-whoson-cta:link:hover,
.sq-whoson-container .sq-whoson-cta:active:hover,
.sq-whoson-container .sq-whoson-cta:visited:hover,
.sq-whoson-container .sq-whoson-cta:link:focus,
.sq-whoson-container .sq-whoson-cta:active:focus,
.sq-whoson-container .sq-whoson-cta:visited:focus,
.sq-whoson-container.expanded .sq-whoson-cta {
  background-color: #FFF;
  color: #FA5B35;
}

.sq-whoson-container.expanded .sq-whoson-cta:link:hover,
.sq-whoson-container.expanded .sq-whoson-cta:active:hover,
.sq-whoson-container.expanded .sq-whoson-cta:visited:hover,
.sq-whoson-container.expanded .sq-whoson-cta:link:focus,
.sq-whoson-container.expanded .sq-whoson-cta:active:focus,
.sq-whoson-container.expanded .sq-whoson-cta:visited:focus {
  background-color: #FA5B35;
  color: #FFFFFF;
}

.sq-whoson-message,
.sq-whoson-container.expanded .sq-whoson-cta {
  width: 400px;
}

.sq-whoson-message {
  max-height: 0;
  padding: 0;
  background: #FFFFFF;
  border: 0 solid #E6E6E6;
  font-family: 'SwissquoteCT', Arial, sans-serif;
  float: right;
  -webkit-transition: max-height 0.4s, padding 0.4s, border-width 0.4s, width 0.4s;
  -moz-transition: max-height 0.4s, padding 0.4s, border-width 0.4s, width 0.4s;
  transition: max-height 0.4s, padding 0.4s, border-width 0.4s, width 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sq-whoson-container.expanded .sq-whoson-message {
  max-height: 500px;
  border-width: 2px;
}

.sq-whoson-container.expanded .sq-whoson-message .sq-whoson-closed {
  padding: 12px;
}

.sq-whoson-message .sq-whoson-chat {
  border: 0;
}

@media screen and (max-width: 650px) {
  .sq-whoson-container {
    right: 8px;
  }

  html.js .sq-whoson-container {
    bottom: -70px;
  }

  .sq-whoson-container .sq-whoson-cta:link,
  .sq-whoson-container .sq-whoson-cta:active,
  .sq-whoson-container .sq-whoson-cta:visited {
    width: 66px;
    position: relative;
    overflow: hidden;
  }
  .sq-whoson-container .icon {
    display: none;
  }
  .sq-whoson-container .icon-chat {
    display: block;
    padding: 2px;
    font-size: 30px;
    margin: 0;
  }
}
