﻿#stickycontact {
  display: none;
  right: -157px;
  /* by default, stickycontact is hidden. we delay visibility until chat button load */
  position: fixed;
  top: 45%;
  width: 213px;
  z-index: 999;
  -webkit-transition: right ease-out 0.3s;
  -moz-transition: right ease-out 0.3s;
  -o-transition: right ease-out 0.3s;
  transition: right ease-out 0.3s;
}
#stickycontact.fullhover {
  right: 0px;
}
#stickycontact #stickyChat {
  display: none;
}
#stickycontact a.stickyItem {
  background-image: url("/images/sticky_bg.png");
  width: 100%;
  height: 52px;
  display: block;
  position: relative;
  left: 0px;
}
#stickycontact a.stickyItem:last-child {
  border-bottom: 0px solid transparent;
  background-image: url("/images/sticky_bgbottom.png");
  background-color: transparent;
  left: 0;
  padding-bottom: 4px;
  height: 57px;
}
#stickycontact a.stickyItem:first-child {
  border-bottom: 0px solid transparent;
  background-image: url("/images/sticky_bgtop.png");
  background-color: transparent;
  left: 0;
  padding-top: 4px;
  height: 57px;
  box-shadow: 0px 0px 0px 0px transparent;
  z-index: 20;
  bottom: 0px;
  margin-top: 0px;
}
#stickycontact a.stickyItem.popOut div {
  padding-left: 16px;
}
#stickycontact a.stickyItem.popOut div p {
  font-size: 12px;
}
#stickycontact a p {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 49px;
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding-left: 4px;
  font-weight:500;
}
#stickycontact a img {
  float: left;
  padding: 6px 6px 6px 13px;
}
@media screen and (max-width: 768px) {
  #stickycontact {
    top: initial;
    left: 0px;
    bottom: 0px;
    width: 100%;
    box-shadow: 0px 4px 20px 4px #000;
    background-color: #00a9e0;
    height: 50px;
  }
  #stickycontact a {
    height: 50px;
    background-image: none;
    width: 100%;
    float: left;
    background-color: #00a9e0;
    left: 0px;
    border-bottom: 0px;
    border-left: 1px solid #fff;
    box-shadow: 0px 0px 0px 0px transparent;
    padding-top: 0px;
    bottom: 0px;
    margin-top: 0px;
  }
  #stickycontact a.stickyItem {
    background-image: none;
  }
  #stickycontact a.stickyItem:last-child, #stickycontact a.stickyItem:first-child {
    background-image: none;
  }
  #stickycontact a:last-child, #stickycontact a:first-child {
    height: 50px;
    background-image: none;
    width: 33%;
    float: left;
    background-color: #00a9e0;
    left: 0px;
    border-bottom: 0px;
    border-left: 1px solid #fff;
    box-shadow: 0px 0px 0px 0px transparent;
    padding-top: 0px;
    bottom: 0px;
    margin-top: 0px;
  }
  #stickycontact a:last-child .wrapper, #stickycontact a:first-child .wrapper {
    overflow: hidden;
  }
  #stickycontact a .wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
  }
  #stickycontact.fourelem a {
    width: 24.5%;
  }
  #stickycontact.fourelem a:last-child, #stickycontact.fourelem a:first-child {
    width: 24.5%;
  }
  #stickycontact.fourelem a p {
    display: none;
  }
  #stickycontact.threeelem a {
    width: 33%;
  }
  #stickycontact.threeelem a:last-child, #stickycontact.threeelem a:first-child {
    width: 33%;
  }
  #stickycontact.twoelem a {
    width: 49%;
  }
  #stickycontact.twoelem a:last-child, #stickycontact.twoelem a:first-child {
    width: 49%;
  }
  #stickycontact a:first-child {
    border-left: 0px;
  }
  #stickycontact a:nth-child(2) {
    border-top: 0px;
  }
  #stickycontact a .wrapper {
    margin: 0 auto;
  }
  #stickycontact a img {
    padding: 6px 3px;
    float: none;
  }
  #stickycontact a p {
    padding-left: 0;
    font-size: 18px;
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #stickycontact {
    height: 40px;
    width: 100%;
  }
  #stickycontact a {
    height: 40px;
  }
  #stickycontact a .wrapper {
    text-align: center;
  }
  #stickycontact a:last-child, #stickycontact a:first-child {
    height: 40px;
  }
  #stickycontact a img {
    padding: 0px;
    width: 36px;
    height: 36px;
    float: none;
  }
  #stickycontact a p {
    line-height: 36px;
    font-size: 12px;
    display: none;
  }
  /*GCIC-8600: This line is hiding the chat icon on specific breakpoints*/
  /*#genesys-messenger iframe.genesys-mxg-launcher-frame {
    display: none !important;
  }*/
}
@media screen and (max-width: 376px) {
  #stickycontact {
    height: 40px;
    width: 375px;
  }
}
@media screen and (max-width: 321px) {
  #stickycontact {
    height: 40px;
    width: 320px;
  }
}