@charset "UTF-8";
#customerSupportWrapper,
#customerSupportWrapper *,
#customerSupportWrapper *::before,
#customerSupportWrapper *::after {
  box-sizing: border-box;
}

#customerSupportWrapper {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
#customerSupportWrapper.show {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
#customerSupportAdjust {
  width: 400px;
  margin-left: 530px;
  margin-right: 0;
}
#customerSupport {
  background: rgba(97,138,228,0.85);
  padding: 15px 20px 0;
  position: fixed;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  z-index: 1100;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 450px;
  text-align: left;
}
#customerSupport div { height: auto; }
#customerSupport a {
  color: #fff;
}
#customerSupportHeader {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
#customerSupportHeader:after {
  content: " ";
  font-size: 30px;
  position: absolute;
  right: 0;
  top:7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(225deg);
  transform-origin:25% 25%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.on #customerSupportHeader:after {
  transform: rotate(45deg)
}
.customerSupportBox {
  background-color: #8FACEC;
  margin: 10px;
  min-height: 40px;
  border-radius: 2em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  box-shadow: 2px 2px rgba(97,138,228,1);
  -moz-box-shadow: 2px 2px rgba(97,138,228,1);
  -webkit-box-shadow: 2px 2px rgba(97,138,228,1);
  -o-box-shadow: 2px 2px rgba(97,138,228,1);
  -ms-box-shadow: 2px 2px rgba(97,138,228,1);
}
.customerSupportBox a,
.customerSupportBox input {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 30px;
  vertical-align: middle;
}
.customerSupportBox a span {
  font-size: 12px;
  vertical-align: middle;
}
.customerSupportBox form span {
  padding-top: 10px;
}
.customerSupportBox a:before,
.customerSupportBox form span:before {
  font-family: FontAwesome;
  position: absolute;
  left: 25px;
  font-weight: 100;
  font-size: 20px;
}
.customerSupportBox form span:before {
  top: 10px;
}
.customerSupportBox .customerSupportDial a:before {
  content: "\f095";
}
.customerSupportBox form span:before {
  content: "\f003";
}
.customerSupportBox .customerSupportDownload a:before {
  content: "\f019";
}
#customerSupportFooter {
  font-size: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.customerSupportBox form input.csc-mailform-submit {
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#holiday {
  padding-bottom: 13px;
}
#holiday p {
  color: yellow !important;
}

@media screen and (max-width: 959px) {
  #customerSupport {
    right: 20px;
  }
  #customerSupportAdjust {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 639px) {
  #customerSupport {
    width: 60%;
    padding: 10px 10px 0;
  }
  #customerSupportHeader {
    padding-right: 20px;
  }
  #customerSupportHeader,
  .customerSupportBox {
    font-size: 12px;
  }
  .customerSupportBox form input.csc-mailform-submit {
    font-size: 10px;
  }
  .customerSupportBox span {
    font-size: 10px;
  }
  .customerSupportBox {
    margin-left: 0;
    margin-right: 0;
    min-height: 20px;
  }
  #customerSupportHeader {
    margin-bottom: 10px;
  }
  #customerSupportFooter {
    text-align: left;
  }
  .customerSupportBox .customerSupportDial a:before {
    left: 15px;
  }
  .customerSupportBox .customerSupportDial span {
    display: none;
  }
  .customerSupportBox .customerSupportDownload a:before {
    font-size: 15px;
    left: 15px;
  }
  .customerSupportBox form span:before {
    font-size: 15px;
    left: 15px;
  }
  .customerSupportBox form span:before {
    top: 6px;
  }
}