@charset "UTF-8";
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .chatstack-featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .chatstack-featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }

  .chatstack-featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

  .chatstack-featherlight .chatstack-featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }

  /* contains the content */
  .chatstack-featherlight .chatstack-featherlight-inner {
    /* make sure its visible */
    display: block; }

  .chatstack-featherlight .chatstack-featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }

  .chatstack-featherlight .chatstack-featherlight-image {
    /* styling */
    width: 100%; }

  .chatstack-featherlight-iframe .chatstack-featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }

  .chatstack-featherlight iframe {
    /* styling */
    border: none; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .chatstack-featherlight .chatstack-featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
.chatstack-featherlight {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000000; }
  .chatstack-featherlight .chatstack-featherlight-content {
    min-width: 90%;
    min-height: 80%;
    background: transparent; }
  .chatstack-featherlight .chatstack-featherlight-close-icon {
    right: calc(5% + 300px); }
  .chatstack-featherlight .chatstack-featherlight-close-icon {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px; }
  .chatstack-featherlight .chatstack-featherlight-close-icon:hover {
    color: white; }

.chatstack-featherlight-inner {
  margin-top: 30px;
  background: #fff;
  border-radius: 5px; }

.chatstack-featherlight-loading {
  width: calc(100% - 300px); }
  .chatstack-featherlight-loading .chatstack-featherlight-content {
    min-height: 150px;
    overflow: hidden !important;
    position: relative; }
    .chatstack-featherlight-loading .chatstack-featherlight-content .chatstack-featherlight-close-icon {
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      margin-left: -30px;
      margin-top: -30px;
      animation: rotation 800ms infinite linear;
      border: 4px solid rgba(255, 255, 255, 0.2);
      border-left-color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      text-indent: -10000px; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Font */
@font-face {
  font-family: 'Lato Light';
  src: url("../../../styles/fonts/Lato-Light.eot");
  src: url("../../../styles/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../../../styles/fonts/Lato-Light.woff") format("woff"), url("../../../styles/fonts/Lato-Light.ttf") format("truetype"), url("../../../styles/fonts/Lato-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Regular';
  src: url("../../../styles/fonts/Lato-Regular.eot");
  src: url("../../../styles/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../../../styles/fonts/Lato-Regular.woff") format("woff"), url("../../../styles/fonts/Lato-Regular.ttf") format("truetype"), url("../../../styles/fonts/Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Semibold';
  src: url("../../../styles/fonts/Lato-Semibold.eot");
  src: url("../../../styles/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../../../styles/fonts/Lato-Semibold.woff") format("woff"), url("../../../styles/fonts/Lato-Semibold.ttf") format("truetype"), url("../../../styles/fonts/Lato-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Bold';
  src: url("../../../styles/fonts/Lato-Bold.eot");
  src: url("../../../styles/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../../../styles/fonts/Lato-Bold.woff") format("woff"), url("../../../styles/fonts/Lato-Bold.ttf") format("truetype"), url("../../../styles/fonts/Lato-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../../images/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-family: "Lato Regular", sans-serif;
  font-size: 0.65;
  font-weight: normal;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #LiveHelpScroll {
    right: 5px; } }
#LiveHelpEmbedded * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

#LiveHelpEmbedded div, #LiveHelpEmbedded a {
  font-family: "Lato Regular", sans-serif; }

#LiveHelpEmbedded a.fancybox {
  border-bottom: none !important; }

#LiveHelpEmbedded div {
  color: #000; }

#LiveHelpEmbedded .message, #LiveHelpEmbedded .message div {
  font-weight: normal !important; }

#LiveHelpEmbedded a:link, #LiveHelpEmbedded a:visited, #LiveHelpEmbedded a:active {
  color: #333399;
  text-decoration: none;
  border-bottom-width: 0.05em;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC; }

#LiveHelpEmbedded a:hover {
  color: #333399;
  text-decoration: none;
  border-bottom-width: 0.05em;
  border-bottom-style: solid;
  border-bottom-color: #333399; }

#LiveHelpScroll div {
  font-family: "Lato Regular", sans-serif;
  font-size: 13px; }

#LiveHelpScroll::-webkit-scrollbar-track {
  visibility: hidden;
  /* doesn't seem to work */ }

#LiveHelpScroll::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  height: 8px; }

#LiveHelpScroll::-webkit-scrollbar-button:start:decrement {
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent; }

#LiveHelpScroll::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent; }

#LiveHelpScroll::-webkit-scrollbar-track:enabled {
  background-color: transparent; }

#LiveHelpScroll::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border: none;
  margin: 8px 0 5px 0; }

#LiveHelpScroll::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  border: 1px solid rgba(140, 140, 140, 0.5);
  background-color: rgba(155, 155, 155, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s; }

#LiveHelpScroll::-webkit-scrollbar-thumb:vertical:active {
  background-color: #9b9b9b;
  border: 1px solid #8c8c8c; }

#LiveHelpScroll::-webkit-scrollbar-thumb:horizontal {
  width: 30px;
  border: 1px solid rgba(140, 140, 140, 0.5);
  background-color: rgba(155, 155, 155, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s; }

#LiveHelpScroll::-webkit-scrollbar-thumb:horizontal:active {
  background-color: #9b9b9b;
  border: 1px solid #8c8c8c; }

#LiveHelpMessages {
  width: 290px;
  text-align: left;
  margin: 0 0 5px 0;
  padding-top: 15px; }

#LiveHelpMessages .message {
  text-transform: none;
  letter-spacing: normal; }

.sent {
  color: #666;
  margin: 5px 0 5px; }

.received {
  color: #000;
  margin: 5px 0 5px; }

.LiveHelpLogin {
  position: relative;
  margin: 15px auto;
  width: 220px;
  border-radius: 6px;
  margin: 15px auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: left;
  color: #777; }

.LiveHelpLogin label {
  text-align: left;
  float: none;
  color: #777;
  font-size: 13px;
  line-height: normal;
  padding: 0;
  text-transform: none; }

#LiveHelpEmbedded .button, #LiveHelpOffline .button {
  display: inline-block;
  padding: 0 25px;
  margin: 0 auto;
  border-radius: 18px;
  height: 40px;
  border: solid #ccc 1px;
  background: #fefefe;
  background: -webkit-linear-gradient(top, #fefefe, #e5e5e5);
  background: -webkit-linear-gradient(top, #fefefe, #e5e5e5);
  background: -moz-linear-gradient(top, #fefefe, #e5e5e5);
  background: -o-linear-gradient(top, #fefefe, #e5e5e5);
  background: -ms-linear-gradient(top, #fefefe, #e5e5e5);
  background: linear-gradient(top, #fefefe, #e5e5e5);
  -box-shadow: inset 0 0 5px white;
  -webkit-box-shadow: inset 0 0 5px white;
  -moz-box-shadow: inset 0 0 5px white;
  font-family: 'Segoe UI Light', 'Segoe WP Light', 'Helvetica Neue', 'Source Sans Pro', sans-serif !important;
  font-size: 20px;
  font-weight: 200;
  line-height: 37px;
  color: #666;
  cursor: pointer;
  text-indent: 0 !important; }

#LiveHelpEmbedded .button:hover, #LiveHelpOffline .button:hover {
  background: #fefdfd;
  background: -webkit-linear-gradient(top, #fefefe, #d8d9d9);
  background: -moz-linear-gradient(top, #fefefe, #d8d9d9);
  background: -o-linear-gradient(top, #fefefe, #d8d9d9);
  background: -ms-linear-gradient(top, #fefefe, #d8d9d9);
  background: linear-gradient(top, #fefefe, #d8d9d9); }

/* BubbleTip CSS */
.bubbletip {
  position: absolute;
  z-index: 90000000;
  width: auto;
  border-collapse: collapse;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  direction: ltr;
  padding: 0; }

.bubbletip tr {
  border: none; }

.bubbletip td, .bubbletip th, .bubbletip table, .bubbletip table td, .bubbletip table th {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: normal; }

.bubbletip td.bt-topleft {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll 0px 0px;
  height: 33px;
  width: 33px; }

.bubbletip td.bt-top {
  background: transparent url(../../../images/bubbletip/bubbletip-T-B.png) repeat-x scroll 0px 0px;
  height: 33px; }

.bubbletip td.bt-topright {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll -73px 0px;
  height: 33px;
  width: 33px; }

.bubbletip td.bt-left-tail div.bt-left, .bubbletip td.bt-left {
  background: transparent url(../../../images/bubbletip/bubbletip-L-R.png) repeat-y scroll 0px 0px;
  width: 33px; }

.bubbletip td.bt-left-tail div.bt-left-tail {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll 0px -33px;
  width: 33px;
  height: 40px; }

.bubbletip td.bt-right-tail div.bt-right, .bubbletip td.bt-right {
  background: transparent url(../../../images/bubbletip/bubbletip-L-R.png) repeat-y scroll -33px 0px;
  width: 33px; }

.bubbletip td.bt-right-tail div.bt-right-tail {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll -73px -33px;
  width: 33px;
  height: 40px; }

.bubbletip td.bt-bottomleft {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll 0px -73px;
  height: 33px;
  width: 33px; }

.bubbletip td.bt-bottom {
  background: transparent url(../../../images/bubbletip/bubbletip-T-B.png) repeat-x scroll 0px -33px;
  height: 33px; }

.bubbletip td.bt-bottomright {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll -73px -73px;
  height: 33px;
  width: 33px; }

.bubbletip table.bt-top, .bubbletip table.bt-bottom {
  width: 100%; }

.bubbletip table.bt-top th {
  width: 50%;
  background: transparent url(../../../images/bubbletip/bubbletip-T-B.png) repeat-x scroll 0px 0px; }

.bubbletip table.bt-bottom th {
  width: 50%;
  background: transparent url(../../../images/bubbletip/bubbletip-T-B.png) repeat-x scroll 0px -33px; }

.bubbletip table.bt-top td div {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll -33px 0px;
  width: 40px;
  height: 33px; }

.bubbletip table.bt-bottom td div {
  background: transparent url(../../../images/bubbletip/bubbletip.png) no-repeat scroll -33px -73px;
  width: 40px;
  height: 33px; }

.bubbletip td.bt-content {
  background-color: #fff;
  vertical-align: middle; }

#LiveHelpEmbedded .MessageBackground {
  background-image: none;
  background: #f4f5f7;
  border: 0 solid #e3e4e4;
  border-top-width: 1px; }

#LiveHelpEmbedded .OperatorBackground {
  background: #f9f9f9;
  background-image: none; }

#LiveHelpCallAction .ChatActionText {
  width: 124px;
  height: 64px; }

#LiveHelpCallAction {
  display: none;
  position: fixed;
  right: 75px;
  bottom: 50px;
  z-index: 0; }

#LiveHelpEmbedded {
  display: none;
  position: fixed;
  bottom: -415px;
  right: 85px;
  z-index: 10000000;
  width: 320px;
  height: 450px;
  line-height: normal;
  text-shadow: none;
  color: #000;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: all 0 none !important;
  transition: none !important;
  min-width: 60px;
  max-width: 320px; }

#LiveHelpEmbedded.opened {
  bottom: -1px;
  width: 320px !important;
  -moz-transition: bottom 250ms ease !important;
  -webkit-transition: bottom 250ms ease !important;
  -o-transition: bottom 250ms ease !important;
  transition: bottom 250ms ease !important; }
  #LiveHelpEmbedded.opened #LiveHelpTab {
    width: 322px !important; }

#LiveHelpEmbedded.closed {
  bottom: -415px;
  -moz-transition: bottom 250ms ease !important;
  -webkit-transition: bottom 250ms ease !important;
  -o-transition: bottom 250ms ease !important;
  transition: bottom 250ms ease !important; }

#LiveHelpEmbedded * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: all 0 none !important;
  transition: none !important; }

.LiveChatIcon {
  display: none;
  position: absolute;
  left: -10px;
  top: -15px;
  z-index: 50000000; }

#LiveHelpStatusText {
  position: absolute;
  font-family: 'Segoe UI Light', 'Segoe WP Light', 'Helvetica Neue', 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  left: 35px;
  z-index: 30000000;
  color: #666 !important;
  font-weight: 200 !important; }

#LiveHelpStatusText.light {
  color: #fff !important; }

#LiveHelpInitiateChat {
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
  z-index: 5000; }

#LiveHelpCloseButton {
  position: absolute;
  display: none;
  cursor: pointer;
  right: 15px !important;
  top: 15px !important;
  width: 21px;
  height: 8px;
  z-index: 40000000; }

#LiveHelpNotification {
  position: absolute;
  display: none;
  top: -12px;
  left: 90px;
  z-index: 30000000;
  font-family: "Lato Regular", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center; }

#LiveHelpNotification span {
  height: 17px;
  line-height: 17px; }

#LiveHelpTab {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 322px;
  background-color: #dddedf;
  border-radius: 30px 30px 0 0;
  cursor: pointer; }

.OperatorBackground {
  position: absolute;
  top: 36px;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #2b2b2b;
  background-repeat: repeat-x;
  border: 0 solid #afacac;
  border-left-width: 1px;
  border-right-width: 1px; }

#LiveHelpOperatorImage {
  position: absolute;
  top: 5px;
  left: 18px;
  width: 40px;
  height: 40px;
  z-index: 20000000;
  border-radius: 40px;
  background-size: 40px !important; }

.OperatorForeground {
  position: absolute;
  top: 0px;
  z-index: 30000000;
  background: transparent !important; }

#LiveHelpOperatorNameBackground {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 35px;
  margin: 0 10px 0 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#LiveHelpOperatorName {
  position: absolute;
  top: 2px;
  left: 10px;
  font-family: "Lato Regular", sans-serif;
  font-size: 15px;
  color: #333 !important; }

#LiveHelpOperatorDepartment {
  position: absolute;
  bottom: 2px;
  left: 10px;
  font-family: "Lato Regular", sans-serif;
  font-size: 13px;
  color: #333 !important;
  max-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis; }

#LiveHelpBody {
  position: absolute;
  top: 36px;
  left: 0;
  height: 414px;
  width: 100%;
  background: #f9f6f6;
  z-index: 40000000;
  border: 0 solid #afacac;
  border-left-width: 1px;
  border-right-width: 1px; }

#LiveHelpBackground {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #f9f6f6;
  background-repeat: repeat-x;
  height: 13px;
  width: 100%; }

#LiveHelpCollapseButton {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none !important; }

#LiveHelpSignedIn {
  display: none;
  position: absolute;
  left: 5px;
  top: 0;
  right: 5px; }

#LiveHelpScroll {
  font-family: "Lato Regular", sans-serif;
  font-size: 13px;
  height: 320px;
  overflow: auto !important;
  /* Flex */
  /* Bubble */ }
  #LiveHelpScroll .flex.left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    float: none; }
  #LiveHelpScroll .flex.right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    float: none; }
  #LiveHelpScroll .message.bubble {
    position: relative;
    padding: 8px;
    margin: 5px 40px 5px 20px;
    background: #eaeaea;
    border: none;
    min-height: 14px;
    border-radius: 4px;
    float: none !important; }
  #LiveHelpScroll .message.bubble div {
    color: #000;
    margin: 0 5px;
    max-width: 200px;
    word-wrap: break-word; }
  #LiveHelpScroll .message.bubble .content {
    margin-bottom: 3px;
    word-break: break-word; }
  #LiveHelpScroll .message.bubble .from {
    bottom: 5px;
    right: 5px;
    font-size: 11px;
    float: right;
    color: rgba(0, 0, 0, 0.4) !important; }
  #LiveHelpScroll .message.bubble.left {
    float: none !important;
    width: auto;
    overflow: visible; }
  #LiveHelpScroll .message.bubble.left div {
    color: #fff; }
  #LiveHelpScroll .message.bubble:after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    border-width: 15px 15px 0 0;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: transparent #aae4f0;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0; }
  #LiveHelpScroll .message.bubble.left:after {
    top: 9px;
    left: -8px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 6px 8px 6px 0;
    /* vary these values to change the angle of the vertex */
    border-color: transparent #eaeaea; }
  #LiveHelpScroll .message.bubble.left.noarrow:after {
    border-color: transparent transparent; }
  #LiveHelpScroll .message.bubble.right {
    float: none !important;
    margin: 5px 10px 5px 40px;
    background: #aae4f0;
    width: auto;
    overflow: visible; }
  #LiveHelpScroll .message.bubble.right::-moz-selection, #LiveHelpScroll .message.bubble.right div::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none; }
  #LiveHelpScroll .message.bubble.right::selection, #LiveHelpScroll .message.bubble.right div::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none; }
  #LiveHelpScroll .message.bubble.right:after {
    top: 9px;
    right: -8px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    left: auto;
    border-width: 6px 0 6px 8px;
    /* vary these values to change the angle of the vertex */
    border-color: transparent #aae4f0; }
  #LiveHelpScroll .message.bubble:after {
    content: "";
    position: absolute;
    bottom: -20px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    border-width: 0 0 20px 20px;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #eaeaea transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0; }
  #LiveHelpScroll .message b {
    font-family: "Lato Bold", sans-serif;
    font-weight: 800; }
  #LiveHelpScroll .message i {
    font-family: "Lato Regular", sans-serif;
    font-style: italic; }
  #LiveHelpScroll .message code {
    font-family: "Courier New", Courier, fixed;
    font-weight: 600;
    color: #F5375F;
    background-color: #F7F8F9;
    border: 1px solid #DCDADA;
    border-radius: 3px;
    padding: 0 5px; }
  #LiveHelpScroll .message.right code {
    color: #9528E2;
    background-color: #CFF3FB;
    border-color: #90D4E2; }

#LiveHelpWaiting {
  background: #faf6f7;
  color: #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 90%;
  margin: 5px; }

#LiveHelpSignIn {
  position: absolute;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 414px; }

#LiveHelpSignInDetails, #LiveHelpBlockedChatDetails {
  margin: 15px 2px 5px 2px;
  font-size: 13px; }

#LiveHelpMessagesEnd {
  height: 3px; }

#LiveHelpError {
  display: none;
  margin: 10px auto;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #9E1111;
  background: #FFB0B0;
  padding: 3px 15px 3px 8px;
  width: 150px; }

#LiveHelpErrorIcon {
  margin: 2px 2px 2px 0px; }

#LiveHelpErrorText {
  margin: 2px;
  float: right; }

.LiveHelpLoginContent {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

#LiveHelpEmbedded #LiveHelpLoginForm input, #LiveHelpEmbedded #LiveHelpLoginForm select, #LiveHelpEmbedded #LiveHelpLoginForm textarea {
  color: #555;
  outline: none;
  padding: 3px;
  margin: 2px 0 5px 0;
  font-size: 16px;
  width: 210px;
  height: auto;
  background: #FBFBFB;
  border: none; }

#LiveHelpEmbedded #LiveHelpLoginForm .Label {
  color: #777; }

.QuestionLabel div, #LiveHelpQuestionInput {
  height: 50px; }

.LiveHelpInput {
  position: relative;
  color: #555;
  border: 1px solid #E5E5E5;
  background: #fff;
  padding: 3px;
  height: 20px;
  width: 210px;
  margin: 2px 0;
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); }

#LiveHelpEmbedded #LiveHelpLogin input, #LiveHelpEmbedded #LiveHelpLogin textarea {
  color: #000 !important;
  outline: none !important;
  resize: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: normal;
  width: 185px !important;
  height: auto !important;
  border: none !important;
  background: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -box-shadow: none !important;
  min-height: 0 !important; }

#LiveHelpEmbedded .LiveHelpLogin select, #LiveHelpEmbedded #LiveHelpLoginForm select {
  color: #555 !important;
  outline: none !important;
  padding: 3px !important;
  margin: 0 !important;
  font-size: 16px !important;
  width: 218px !important;
  height: auto !important;
  border: 1px solid #E5E5E5 !important;
  background: #FBFBFB !important;
  margin: 2px 0 !important;
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2) !important;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2) !important;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2) !important;
  -webkit-appearance: menulist-button !important; }

.InputError {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px; }

#LiveHelpDepartmentLabel {
  display: none; }

.LiveHelpDepartment {
  position: relative; }

.LiveHelpDepartment .InputError {
  top: 8px;
  right: 8px; }

#LiveHelpEmbedded #LiveHelpConnectButton {
  color: #666 !important;
  text-shadow: none !important;
  font-size: 20px !important;
  line-height: 37px !important;
  margin: 10px auto 0;
  text-align: center;
  cursor: pointer; }

#LiveHelpInput {
  position: absolute;
  bottom: -95px;
  height: 95px;
  width: 100%;
  background-color: #eaeaea;
  background-repeat: repeat-x;
  z-index: 50000000;
  left: 1px; }

#LiveHelpTyping {
  display: none;
  position: relative;
  top: 4px;
  color: #9e9d9d; }

#LiveHelpTyping div {
  margin-left: 10px;
  float: left; }

#LiveHelpTyping span {
  position: absolute;
  top: 0;
  font-family: "Lato Regular", sans-serif;
  font-size: 10px;
  margin-left: 5px;
  left: 25px; }

#LiveHelpMessageTextarea {
  color: #000;
  position: absolute;
  top: 20px;
  left: 10px;
  padding: 2px 20px 2px 2px;
  resize: none;
  width: 275px;
  height: 40px;
  font-family: "Lato Regular", sans-serif;
  font-size: 13px;
  min-height: 0;
  overflow: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d0d0bf;
  line-height: normal;
  outline: none; }

#LiveHelpSmiliesButton {
  position: absolute;
  top: 2px;
  right: 106px;
  cursor: pointer;
  opacity: 0.5; }

#LiveHelpSmiliesButton:hover {
  opacity: 1.0; }

#LiveHelpSendFileButton {
  display: none;
  position: absolute;
  top: 40px;
  left: 240px;
  cursor: pointer; }

#LiveHelpInput #LiveHelpSendButton {
  position: absolute;
  top: 22px;
  right: 10px;
  cursor: pointer;
  display: none; }

#LiveHelpInput #LiveHelpSendButton div {
  position: relative;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-family: "Lato Regular", sans-serif;
  font-size: 13px;
  cursor: pointer; }

#SmiliesTooltip {
  display: none; }

#SmiliesTooltip span, .Smilie {
  display: inline-block;
  margin: 1px; }

/* Smilies Bubble pop-up */
#LiveHelpEmbedded table * {
  margin: 0;
  padding: 0; }

#SmiliesButton {
  position: absolute;
  bottom: 55px;
  right: 50px;
  z-index: 1; }

#SmiliesBubble table.bt-bottom th {
  width: 100%; }

#LiveHelpFileDownload {
  visibility: hidden;
  display: none;
  border: none; }

#LiveHelpFileTransfer {
  display: none; }

#LiveHelpDisconnect {
  display: none;
  margin: 20px 20px 75px 20px; }

#LiveHelpDisconnectButton, #LiveHelpCancelButton {
  position: absolute;
  text-align: center;
  font-family: "Lato Regular", sans-serif;
  font-size: 14px;
  cursor: pointer; }

#LiveHelpDisconnectButton {
  position: absolute;
  bottom: 10px;
  right: 125px;
  color: #fff; }

#LiveHelpCancelButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999; }

#LiveHelpDisconnectTitle {
  font-family: 'Segoe UI Light', 'Segoe WP Light', 'Helvetica Neue', 'Source Sans Pro', sans-serif;
  text-shadow: none;
  font-size: 25px;
  line-height: 28px;
  color: #999; }

#LiveHelpInitiateText {
  position: relative;
  left: 40px;
  top: 145px;
  width: 256px;
  height: 35px;
  z-index: 5001;
  text-align: center;
  font-family: "Lato Regular", sans-serif;
  font-size: 14px;
  font-weight: bold; }

#LiveHelpRating {
  position: relative;
  height: 20px;
  width: 90px;
  margin: 0 auto; }

#LiveHelpRating .Rating {
  background: url(../../../images/star.png) no-repeat 0 0;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  margin: 1px;
  cursor: pointer; }

#LiveHelpRating .VeryPoor {
  left: 0; }

#LiveHelpRating .Poor {
  left: 16px; }

#LiveHelpRating .Good {
  left: 32px; }

#LiveHelpRating .VeryGood {
  left: 48px; }

#LiveHelpRating .Excellent {
  left: 64px; }

#LiveHelpFeedbackRating {
  text-align: center;
  margin-top: 10px; }

#LiveHelpEmbedded #LiveHelpToolbar {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 73px;
  width: 89px;
  height: 20px;
  z-index: 60000000; }

#LiveHelpEmbedded #LiveHelpToolbar div {
  position: absolute;
  top: 0px;
  opacity: 0.5; }

#LiveHelpEmbedded #LiveHelpEmailChatToolbarButton {
  display: none;
  left: 0; }

#LiveHelpEmbedded #LiveHelpSoundToolbarButton {
  left: 0; }

#LiveHelpEmbedded #LiveHelpSwitchPopupToolbarButton {
  left: 20px; }

#LiveHelpEmbedded #LiveHelpFeedbackToolbarButton {
  left: 40px; }

#LiveHelpEmbedded #LiveHelpDisconnectToolbarButton {
  left: 60px; }

#LiveHelpSocialLogin {
  visibility: hidden; }

#LiveHelpTwitterButton, #LiveHelpFacebookButton {
  margin: 5px;
  cursor: pointer; }

#LiveHelpCopyright {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 10px;
  text-align: center;
  width: 100%; }

#LiveHelpCopyright a {
  font-size: 10px;
  color: #339;
  text-decoration: none;
  font-family: "Lato Regular", sans-serif;
  font-size: 10px;
  border-bottom-width: 0.05em;
  border-bottom-style: solid; }

#LiveHelpCopyright a:link, #LiveHelpCopyright a:visited, #LiveHelpCopyright a:active {
  border-bottom-color: #CCCCCC; }

#LiveHelpCopyright a:hover {
  border-bottom-color: #339; }

#FileTransferActionText {
  margin: 20px 50px 0 60px; }

#FileTransferDropTarget {
  position: relative;
  margin: 20px 100px 100px 100px;
  width: 400px;
  background: url(../../../images/FileTransferDocument.png) center center no-repeat;
  height: 300px;
  border: 7px dashed #7C7B7B;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }

#FileTransferText {
  display: none;
  position: absolute;
  top: 140px;
  left: 138px; }

#LiveHelpContent {
  min-height: 415px;
  min-width: 625px;
  height: 100%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  width: 100%; }

#LiveHelpFooter {
  bottom: 10px;
  font-size: 10px;
  position: absolute;
  text-align: center;
  width: 100%; }

#Logo {
  position: relative;
  height: 60px; }

#LogoImage {
  position: absolute;
  top: 5px;
  left: 10px;
  border-style: none; }

#LiveHelpTypingPopup {
  position: absolute;
  display: none;
  bottom: 95px;
  left: 5px;
  color: #9e9d9d; }

#LiveHelpTypingPopup div {
  margin-left: 10px;
  float: left; }

#LiveHelpTypingPopup span {
  font-family: "Lato Regular", sans-serif;
  font-size: 10px;
  margin-left: 5px; }

#OfflineMessageForm table, #OfflineMessageForm table td, #OfflineMessageForm table tr {
  border: none;
  margin: auto;
  padding: 3px; }

#OfflineMessageForm input {
  vertical-align: baseline; }

#OfflineMessageForm .button {
  color: #666 !important;
  text-shadow: 0 0 1px #ccc !important;
  font-size: 20px !important;
  line-height: 37px !important; }

.CloseButton.collapse {
  visibility: visible; }

.LiveHelpMobileButton {
  display: none; }

@media only screen and (max-width: 767px) {
  .LiveHelpMobileButton {
    position: fixed;
    right: 20px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #666;
    cursor: pointer;
    z-index: 9000000;
    background-color: #31cbbb;
    background-position: center center;
    background: #31cbbb center center url("../../../images/MobileButton.png") no-repeat;
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2085%2079.9%22%20enable-background%3D%22new%200%200%2085%2079.9%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22XMLID_391_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M85%2C53.6c0%2C6-2.2%2C11.4-5.9%2C15.6c-1.1%2C1.2%2C1.4%2C9.7%2C1.4%2C9.7s-8-4.4-9.7-3.7%0A%09c-2.8%2C1.2-5.9%2C1.8-9.1%2C1.8c-12.9%2C0-23.4-10.5-23.4-23.4s10.5-23.4%2C23.4-23.4S85%2C40.7%2C85%2C53.6z%22%2F%3E%0A%3Cpath%20id%3D%22XMLID_397_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M32.9%2C53.6c0-15.9%2C12.9-28.8%2C28.8-28.8c5%2C0%2C9.7%2C1.3%2C13.8%2C3.5C71.1%2C12%2C56.1%2C0%2C38.4%2C0%0A%09C17.2%2C0%2C0%2C17.2%2C0%2C38.4C0%2C48.2%2C3.7%2C57.2%2C9.8%2C64c1.8%2C2-2.2%2C15.9-2.2%2C15.9s13.2-7.2%2C15.9-6.1c4.6%2C1.9%2C9.6%2C3%2C14.9%2C3c2%2C0%2C3.9-0.1%2C5.8-0.4%0A%09C37.4%2C71.1%2C32.9%2C62.9%2C32.9%2C53.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A'), none;
    background-size: 30px 28px; }

  .LiveHelpMobileButton.show {
    display: block; }

  #LiveHelpTab {
    display: none;
    border-radius: 0; }

  #LiveHelpEmbedded {
    display: none !important;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100% !important; }

  body.LiveHelpOpened {
    overflow: hidden; }

  #LiveHelpEmbedded.opened {
    display: block !important;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%; }
    #LiveHelpEmbedded.opened #LiveHelpTab {
      display: block;
      width: 100% !important; }

  #LiveHelpBody {
    height: calc(100% - 36px); }

  #LiveHelpSignIn {
    height: 100%; }

  #LiveHelpSmiliesButton {
    display: none !important; }

  #LiveHelpTab, #LiveHelpMessages {
    width: 100% !important; }

  #LiveHelpMessageTextarea {
    width: calc(100% - 50px); } }
@media only screen and (max-height: 548px) {
  #LiveHelpEmbedded.closed {
    height: 370px;
    bottom: -335px; }

  #LiveHelpEmbedded.opened {
    height: 370px;
    bottom: -1px; }

  #LiveHelpSignIn {
    height: 334px; }

  #LiveHelpMessageTextarea {
    width: calc(100% - 105px); }

  #LiveHelpScroll {
    height: 240px; } }
.sprite.Smilie {
  display: inline-block; }

.LiveChatIcon, #LiveHelpStatusText, .LiveHelpOperator, .OperatorImage {
  cursor: pointer; }

.LiveHelpOperator, .LiveHelpOnlineIcon {
  position: absolute;
  z-index: 50000000;
  left: 10px !important;
  top: -8px !important; }

.OperatorImage {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-size: 50px !important; }

#LiveHelpClosedChatMessage {
  display: none;
  text-align: center;
  margin-bottom: 15px;
  color: #000; }

.flat-button {
  padding: 10px 26px;
  font-size: 16px !important;
  font-family: "Lato Regular", sans-serif !important;
  line-height: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: 200 !important;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  color: #fff !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.flat-button:active {
  padding-top: 15px; }

.flat-button, .flat-button:hover, .flat-button:active {
  outline: 0 none;
  text-decoration: none;
  color: #fff !important; }

.flat-button.white {
  background-color: #F3F5F4;
  color: #999 !important; }

.flat-button.white:hover {
  background-color: #e9e9e9;
  color: #999 !important; }

.flat-button.white:active {
  color: #999 !important; }

.flat-button.blue {
  background-color: #67cce8; }

.flat-button.blue:hover {
  background-color: #39a8c7; }

#LiveHelpConnecting {
  height: 125px;
  display: none;
  margin-top: 100px;
  text-align: center; }
  #LiveHelpConnecting .connecting.container {
    margin-top: 50px;
    left: 15px; }
  #LiveHelpConnecting .connecting-text {
    font-family: "Lato Regular", sans-serif;
    padding-top: 15px;
    text-shadow: none;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 100;
    line-height: normal;
    color: #999; }

@media print {
  #LiveHelpEmbedded, #LiveHelpEmbedded * {
    display: none; } }
.InitiateChat .name {
  display: none; }

#LiveHelpEmbedded.opened.sidebar {
  top: 0;
  right: 0;
  height: 100%;
  width: 368px !important;
  max-width: 360px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpMessageTextarea {
    width: 313px; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpTab {
    width: 370px !important;
    height: 48px;
    border-radius: 0px;
    border: 0 solid #afacac;
    border-left-width: 1px;
    background-color: #f9f9f9 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    z-index: 50000000; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpBody {
    top: 48px !important;
    height: 100%;
    padding-bottom: 181px; }
  #LiveHelpEmbedded.opened.sidebar .OperatorBackground {
    display: none; }
  #LiveHelpEmbedded.opened.sidebar .sprite.embed.CloseButton {
    top: 20px !important; }
  #LiveHelpEmbedded.opened.sidebar .sprite.embed.CloseButton.collapse {
    background-position: 0px 0px !important;
    z-index: 60000000; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpStatusText {
    top: 6px;
    left: 0;
    width: 368px;
    text-align: center;
    color: #000 !important;
    font-family: 'Lato Regular', sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    z-index: 60000000; }
  #LiveHelpEmbedded.opened.sidebar .flex .avatar {
    background-size: 32px 32px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left;
    margin: 5px 0 0 10px; }
  #LiveHelpEmbedded.opened.sidebar .flex .name {
    display: block;
    position: relative;
    left: 55px;
    width: 287px;
    color: #666 !important;
    font-size: 11px; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpScroll .InitiateChat .message.bubble.left {
    margin-left: 55px; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpScroll .message.bubble.left {
    margin-left: 13px; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpSignedIn {
    bottom: 95px; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpScroll {
    position: relative;
    height: calc(100% - 230px); }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpMessages {
    width: 342px; }
  #LiveHelpEmbedded.opened.sidebar #LiveHelpCollapseButton {
    display: none !important; }

#LiveHelpInitiateChatBubble .message .brand, #LiveHelpInput .brand {
  display: none; }

#LiveHelpInitiateChatBubble .message.copyright .brand, #LiveHelpInput .brand {
  display: block;
  opacity: 0.6; }

#LiveHelpInitiateChatBubble .message.copyright .brand div, #LiveHelpInput .brand div {
  float: right;
  background: center center url('data:image/png;base64,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') no-repeat;
  width: 137px;
  height: 13px;
  margin: 10px 15px 8px 0; }

#LiveHelpInitiateChatBubble .message.copyright .brand:hover, #LiveHelpInput .brand:hover {
  opacity: 1.0; }

#LiveHelpInput .brand {
  position: absolute;
  bottom: 0;
  width: 100%; }

#LiveHelpInput .brand div {
  width: 100%;
  margin: 10px 0 8px 0; }

/* Close Chat Event */
#LiveHelpEmbedded.completed #LiveHelpInput *, #LiveHelpEmbedded.completed #LiveHelpInput textarea, #LiveHelpEmbedded.completed #LiveHelpInput #LiveHelpSmiliesButton, #LiveHelpEmbedded.completed #LiveHelpInput #LiveHelpTyping {
  display: none; }
#LiveHelpEmbedded.completed #LiveHelpInput * #LiveHelpPoweredByParent, #LiveHelpEmbedded.completed #LiveHelpInput * #LiveHelpPoweredByParent a, #LiveHelpEmbedded.completed #LiveHelpInput * #LiveHelpPoweredBy {
  display: block; }
#LiveHelpEmbedded.completed #LiveHelpToolbar {
  display: none; }
#LiveHelpEmbedded.completed #LiveHelpInput {
  height: 35px; }
#LiveHelpEmbedded.completed #LiveHelpScroll {
  height: 370px; }
#LiveHelpEmbedded.completed #LiveHelpClosedChatMessage, #LiveHelpEmbedded.completed #LiveHelpInput .brand, #LiveHelpEmbedded.completed #LiveHelpInput .brand div {
  display: block; }

#LiveHelpEmbedded.opened.sidebar.completed #LiveHelpScroll {
  height: calc(100% - 170px); }

#LiveHelpInitiateChatBubble {
  display: block;
  position: fixed;
  right: 0;
  bottom: -95px;
  padding: 0 20px 15px 0;
  width: 300px;
  height: 80px;
  z-index: 10000000;
  /* Bubble */ }
  #LiveHelpInitiateChatBubble .message.bubble {
    font-family: "Lato Regular", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #333;
    position: absolute;
    right: 75px;
    padding: 0;
    margin: 10px 0 15px 20px;
    border: none;
    min-height: 14px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  #LiveHelpInitiateChatBubble .message.bubble .text {
    padding: 15px; }
  #LiveHelpInitiateChatBubble .message.bubble.copyright .text {
    padding: 15px 15px 0 15px; }
  #LiveHelpInitiateChatBubble .message.bubble div {
    text-align: left;
    /*
    max-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    */ }
  #LiveHelpInitiateChatBubble .message.bubble:before {
    content: "";
    position: absolute;
    bottom: -15px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    border-width: 15px 15px 0 0;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: transparent #dbdbdb;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0; }
  #LiveHelpInitiateChatBubble .message.bubble:after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    border-width: 15px 15px 0 0;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: transparent #ffffff;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0; }
  #LiveHelpInitiateChatBubble .message.bubble.right {
    margin: 10px 10px 10px 0;
    background: #ffffff;
    width: auto;
    overflow: visible; }
  #LiveHelpInitiateChatBubble .message.bubble.right::-moz-selection, #LiveHelpInitiateChatBubble .message.bubble.right div::-moz-selection {
    background: transparent;
    color: #333; }
  #LiveHelpInitiateChatBubble .message.bubble.right::selection, #LiveHelpInitiateChatBubble .message.bubble.right div::selection {
    background: transparent;
    color: #333; }
  #LiveHelpInitiateChatBubble .message.bubble.right:before {
    top: 8px;
    right: -9px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    left: auto;
    border-width: 8px 0 8px 9px;
    /* vary these values to change the angle of the vertex */
    border-color: transparent #dbdbdb; }
  #LiveHelpInitiateChatBubble .message.bubble.right:after {
    top: 9px;
    right: -8px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    left: auto;
    border-width: 7px 0 7px 8px;
    /* vary these values to change the angle of the vertex */
    border-color: transparent #ffffff; }
  #LiveHelpInitiateChatBubble .operator.photo {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #a4a2a2;
    cursor: pointer; }
  #LiveHelpInitiateChatBubble .operator.badge {
    display: none; }

.sprite.embed { background-image: url('../../../images/SpriteEmbed.png') !important; background-repeat: no-repeat !important; }
.sprite.embed.CloseButton.collapse { background-position: 0px 0px !important; width: 21px; height: 8px; }
.sprite.embed.CloseButton.collapse.light { background-position: 0px -10px !important; width: 21px; height: 8px; }
.sprite.embed.CloseButton.expand { background-position: -23px 0px !important; width: 21px; height: 8px; }
.sprite.embed.CloseButton.expand.light { background-position: -23px -10px !important; width: 21px; height: 8px; }
