/* default values */
#cmb_container {
  background-color: #ffffff !important;
  margin: 35px 0px 0px 0px;
}
#cmb_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
  box-shadow: none !important;
}
#cmb_header {
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#cmb_header_inner {
  position: relative;
  display: block;
  visibility: visible;
  line-height: 1.3em;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#cmb_body {
  position: relative;
  display: block;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
.btn {
  min-width: 0%;
  background-color: #E2E7EB;
  color: black;
  height: 32px;
  font-weight: normal;
}
#phone_number_text {
  margin-bottom: 20px;
}
#phone_number_select {
  width: 350px;
  height: 2.5em;
  margin-bottom: 20px;
  border-color: #9da3a6;
}
#phone_number_input {
  width: 350px;
  height: 2.5em;
  margin-bottom: 20px;
  border-color: #9da3a6;
}
#phone_number_input.error-overlay {
  margin-bottom: 0px;
  color: #c72e2e;
  border-color: #c72e2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.error-overlay {
  display: none;
  top: 36px;
  left: 0;
  background: #9C2B36;
  background: rgba(156, 43, 54, 0.9);
  color: #fff;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
  padding: 10px;
  z-index: 3;
}
body {
  background: #ffffff !important;
}
#contents[name="eightBallLayout"] {
  padding-top: 70px;
}
.contents > section:first-child,
.contents > div:first-child {
  padding-bottom: 206px;
}
#besthelp_master_container {
  max-width: 1170px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #ffffff !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.selfhelpHide {
  display: none !important;
  visibility: hidden !important;
}
.selfhelpShow {
  display: block !important;
  visibility: visible !important;
}
#contents {
  background-color: #ffffff !important;
}
#besthelp_loader_container {
  background-color: #ffffff !important;
  z-index: 1029;
  position: absolute;
  display: none;
  visibility: hidden;
  top: 0px !important;
  left: 0px !important;
  width: 100%;
  height: 0%;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
}
#besthelp_loader_container_inner {
  position: relative;
  display: none;
  visibility: hidden;
  /*
    background-color:@helpBgColor1 !important;
    z-index:6667;
    position:relative;
    display:block;
    visibility:visible;
    width:100%;
    height:100%;
    padding:0px !important;
    margin:64px 0px 0px 0px !important;
    */
}
#besthelp_loader_container_inner_spinner {
  position: relative;
  display: none;
  visibility: hidden;
  /*
    animation:0.7s linear 0s normal none infinite rotation;
    border-color:rgba(33, 128, 192, 1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    border-left:8px solid rgba(0, 0, 0, 0.2);
    border-radius:100%;
    border-right:8px solid rgba(0, 0, 0, 0.2);
    border-style:solid;
    border-width:8px;
    display:block;
    position:relative;
    height:50px;
    width:50px;
    margin:20% auto 0 auto;
    z-index:6668;
    */
}
.selfhelpPageSelected {
  color: #333333 !important;
  text-decoration: none !important;
  cursor: default !important;
  font-weight: 700 !important;
}
#besthelp_loader_container:before {
  content: "";
  height: 30px;
  width: 30px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  -webkit-animation: rotation 0.7s infinite linear;
  -moz-animation: rotation 0.7s infinite linear;
  -ms-animation: rotation 0.7s infinite linear;
  animation: rotation 0.7s infinite linear;
  border-radius: 100%;
}
#besthelp_loader_container:after {
  content: "";
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0.6;
  z-index: 5;
}
.btn {
  height: 44px;
}
.besthelp_clearfix {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}
#request_call_form button.btn-default {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin: 20px 0px 0px 0px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #009CDE !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 300;
  border-color: #009CDE !important;
  width: 250px;
  min-width: inherit;
  text-shadow: none !important;
  float: left;
}
#request_call_form button.btn-default:hover {
  background-color: #0C8DC4 !important;
}
#phone_number_select {
  height: 40px !important;
}
#phone_number_input {
  height: 40px !important;
  color: #333333 !important;
}
#different_phone .form-control.error-overlay {
  background-color: #FFFFFF !important;
}
#different_phone .error-overlay {
  background-color: #c72f38 !important;
}
.navSecondary .btn {
  height: 32px !important;
  line-height: 32px !important;
}
#bh_overpanel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  background: #ffffff;
  display: none;
  visibility: hidden;
}
.btn.reLogIn:hover {
  background-color: #0C8DC4 !important;
}
.btn.reLogIn {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 20px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #009CDE !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #009CDE !important;
  width: 250px;
  min-width: inherit;
  line-height: 16px !important;
}
.loggedin_IL {
  margin-top: 61px !important;
}
.btn-small {
  line-height: 16px !important;
}
.besthelp_header_inner_h2 {
  margin: 0px !important;
  padding: 0px !important;
}
.besthelp_header_pcc_h2 {
  margin: 0px !important;
  padding: 0px !important;
}
#besthelp_header_inner_h1 {
  display: none !important;
  visibility: hidden !important;
}
.pccName {
  display: inline-block;
}
#besthelp_critical_alerts_container {
  display: none;
  visibility: hidden;
  margin: 10px 0px 15px 0px;
  background-color: #ffffff !important;
}
#besthelp_critical_alerts_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_critical_alerts_body {
  position: relative;
  display: block;
  padding: 0px 15px 0px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_web_alerts_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
}
#besthelp_web_alerts_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_web_alerts_body {
  position: relative;
  display: block;
  padding: 0px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_web_alerts_footer_hidden {
  visibility: hidden !important;
  display: none !important;
}
#besthelp_hawk_web_alerts_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
}
#besthelp_hawk_web_alerts_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_hawk_web_alerts_body {
  position: relative;
  display: block;
  padding: 0px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_hawk_web_alerts_footer_hidden {
  visibility: hidden !important;
  display: none !important;
}
.besthelp_alert {
  padding: 8px;
  margin: 0px 0px 10px 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  background: #fff7f7;
}
.besthelp_alert_8ball_critical {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 16px;
  position: relative;
  display: table;
  border: 1px solid #ecbebf;
  border-radius: 5px 5px 5px 5px;
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
  background: #fff7f7;
}
.besthelp_alert_8ball_critical_icon {
  width: 35px;
  display: table-cell;
  vertical-align: middle;
  color: #c72e2e;
  font-family: 'paypal-icons';
  line-height: 0px;
}
.besthelp_alert_8ball_critical_icon:before {
  vertical-align: text-top;
  content: "\e022";
  box-sizing: border-box;
  display: inline;
  font-size: 25px;
  height: auto;
  width: auto;
}
.besthelp_alert_8ball_critical_msg {
  display: table-cell;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.besthelp_alert_8ball_critical_msg p {
  padding: 0px !important;
  margin: 0px !important;
}
.besthelp_alert_8ball_warning {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 5px;
  position: relative;
  display: table;
  border: 1px solid #ffd571;
  border-radius: 5px 5px 5px 5px;
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
  background: #fcf8e3;
}
.besthelp_alert_8ball_warning_icon {
  width: 35px;
  display: table-cell;
  vertical-align: middle;
  color: #ffd571;
  font-family: 'paypal-icons';
  line-height: 0px;
}
.besthelp_alert_8ball_warning_icon:before {
  vertical-align: text-top;
  content: "\e021";
  box-sizing: border-box;
  display: inline;
  font-size: 25px;
  height: auto;
  width: auto;
}
.besthelp_alert_8ball_warning_msg {
  display: table-cell;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.besthelp_alert_8ball_warning_msg p {
  padding: 0px !important;
  margin: 0px !important;
}
.besthelp_alert_8ball_info {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 16px;
  position: relative;
  display: table;
  border: 1px solid #009cde;
  border-radius: 5px 5px 5px 5px;
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
  background: #f7fdff;
}
.besthelp_alert_8ball_info_icon {
  width: 35px;
  display: table-cell;
  vertical-align: middle;
  color: #009cde;
  font-family: 'paypal-icons';
  line-height: 0px;
}
.besthelp_alert_8ball_info_icon:before {
  vertical-align: text-top;
  content: "\e019";
  box-sizing: border-box;
  display: inline;
  font-size: 25px;
  height: auto;
  width: auto;
}
.besthelp_alert_8ball_info_msg {
  display: table-cell;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.besthelp_alert_8ball_info_msg p {
  padding: 0px !important;
  margin: 0px !important;
}
.besthelp-alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.besthelp-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.besthelp-alert-error {
  background-color: green;
  border-color: #eed3d7;
  color: #b94a48;
}
.besthelp-alert-block {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.besthelp-alert-button {
  opacity: 0.8;
  -webkit-appearance: none;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: auto;
  -webkit-writing-mode: horizontal-tb;
  align-items: flex-start;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #000000;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #000000;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #000000;
  border-top-style: none;
  border-top-width: 0px;
  color: #000000;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 20px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-indent: 0px;
  text-shadow: #ffffff 0px 1px 0px;
  vertical-align: middle;
  visibility: visible;
}
.besthelp_alert p {
  margin: 0px !important;
  padding: 0px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .besthelp_alert_8ball_info_icon {
    vertical-align: top;
  }
  .besthelp_alert_8ball_critical_icon {
    vertical-align: top;
  }
  .besthelp_alert_8ball_warning_icon {
    vertical-align: top;
  }
}
#besthelp_quicknav {
  padding: 50px 0px 35px 0px !important;
  background-color: #ffffff !important;
}
#besthelp_quicknav_container {
  height: 41px !important;
  max-width: 1170px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#besthelp_quicknav_container {
  display: block;
  visibility: visible;
  background-color: #ffffff !important;
  margin: 0px;
  padding: 0px;
}
#besthelp_quicknav_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}
#besthelp_quicknav_body {
  position: relative;
  display: block;
  padding: 0px 15px 0px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_quicknav_body_inner {
  position: relative;
  display: block;
  text-align: left;
  padding: 10px 0px 10px 0px !important;
  margin: 0px !important;
  border-top: 1px #cccccc solid !important;
}
.besthelp_quicknav_link {
  color: #0099cc !important;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  padding: 0px !important;
  margin: 0px 10px 0px 10px !important;
}
.besthelp_quicknav_sep {
  color: #333333 !important;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  padding: 0px !important;
  margin: 0px 10px 0px 10px !important;
}
.besthelp_quicknav_link:first-child {
  margin: 0px 10px 0px 0px !important;
}
#besthelp_quicknav_logo {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  z-index: 1052;
  background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 50px;
  background-size: 200px;
}
.overpanelOpen #besthelp_quicknav_container {
  padding: 0px 0px 0px 120px;
  height: 170px !important;
}
.overpanelOpen #besthelp_quicknav {
  padding: 0px 0px 0px 0px !important;
}
.overpanelOpen #besthelp_quicknav_logo {
  background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 0px;
}
.overpanelOpen #besthelp_quicknav {
  display: block;
  visibility: visible;
  position: absolute;
  z-index: 1052;
  bottom: 0px;
  left: 0px;
  height: 50px;
}
.overpanelOpenHawk #besthelp_quicknav_container {
  padding: 0px 0px 0px 120px;
  height: 170px !important;
}
.overpanelOpenHawk #besthelp_quicknav {
  padding: 0px 0px 0px 0px !important;
}
.overpanelOpenHawk #besthelp_quicknav_logo {
  background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 0px;
}
.overpanelOpenHawk #besthelp_quicknav {
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 1052;
  bottom: 0px;
  left: 0px;
  height: 50px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .overpanelOpen .overpanel-logo {
    display: none !important;
    visibility: hidden !important;
  }
  .overpanelOpen .overpanel-content {
    padding-top: 0em;
  }
  .overpanelOpen .fullScreenDialog h2 {
    padding-bottom: 0em !important;
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .overpanelOpen #besthelp_quicknav_logo {
    display: none;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    z-index: 1052;
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 10px;
    background-size: 100px;
  }
  .overpanelOpen #besthelp_quicknav_container {
    padding: 0px 0px 0px 50px;
    height: 50px !important;
  }
  .overpanelOpen #besthelp_quicknav {
    padding: 0px 0px 0px 0px !important;
    width: 100% !important;
  }
  .overpanelOpen .besthelp_quicknav_link {
    padding: 4px 4px 4px 4px !important;
    border-bottom: 0px !important;
    display: inline-block !important;
  }
  .overpanelOpen .besthelp_quicknav_link:first-child {
    padding: 0px 4px 4px 4px !important;
    display: inline-block !important;
  }
  .overpanelOpen #besthelp_quicknav_body_inner {
    border-top: 0px !important;
  }
  .overpanelOpen #besthelp_quicknav_container_handle {
    position: absolute;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .overpanelOpen .overpanel-logo {
    display: none !important;
    visibility: hidden !important;
  }
  .overpanelOpen .overpanel-content {
    padding-top: 0em;
  }
  .overpanelOpen .fullScreenDialog h2 {
    padding-bottom: 0em !important;
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .overpanelOpen #besthelp_quicknav_logo {
    display: none;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    z-index: 1052;
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 10px;
    background-size: 100px;
  }
  .overpanelOpen #besthelp_quicknav_container {
    padding: 0px 0px 0px 50px;
    height: 50px !important;
  }
  .overpanelOpen #besthelp_quicknav {
    padding: 0px 0px 0px 0px !important;
    width: 100% !important;
  }
  .overpanelOpen .besthelp_quicknav_link {
    padding: 4px 4px 4px 4px !important;
    border-bottom: 0px !important;
    display: inline-block !important;
  }
  .overpanelOpen .besthelp_quicknav_link:first-child {
    padding: 0px 4px 4px 4px !important;
    display: inline-block !important;
  }
  .overpanelOpen #besthelp_quicknav_body_inner {
    border-top: 0px !important;
  }
  .overpanelOpen #besthelp_quicknav_container_handle {
    position: absolute;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .overpanelOpen .overpanel-logo {
    display: none !important;
    visibility: hidden !important;
  }
  .overpanelOpen .overpanel-content {
    padding-top: 0em;
  }
  .overpanelOpen .fullScreenDialog h2 {
    padding-bottom: 0em !important;
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .overpanelOpen #besthelp_quicknav_logo {
    display: none;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    z-index: 1052;
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 10px;
    background-size: 100px;
  }
  .overpanelOpen #besthelp_quicknav_container {
    padding: 0px 0px 0px 50px;
    height: 50px !important;
  }
  .overpanelOpen #besthelp_quicknav {
    padding: 0px 0px 0px 0px !important;
    width: 100% !important;
  }
  .overpanelOpen .besthelp_quicknav_link {
    padding: 4px 4px 4px 4px !important;
    border-bottom: 0px !important;
    display: inline-block !important;
  }
  .overpanelOpen .besthelp_quicknav_link:first-child {
    padding: 0px 4px 4px 4px !important;
    display: inline-block !important;
  }
  .overpanelOpen #besthelp_quicknav_body_inner {
    border-top: 0px !important;
  }
  .overpanelOpen #besthelp_quicknav_container_handle {
    position: absolute;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .overpanelOpenHawk .overpanel-logo {
    display: none !important;
    visibility: hidden !important;
  }
  .overpanelOpenHawk .overpanel-content {
    padding-top: 0em;
  }
  .overpanelOpenHawk .fullScreenDialog h2 {
    padding-bottom: 0em !important;
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_logo {
    display: none;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    z-index: 1052;
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 10px;
    background-size: 100px;
  }
  .overpanelOpenHawk #besthelp_quicknav_container {
    padding: 0px 0px 0px 50px;
    height: 50px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav {
    padding: 0px 0px 0px 0px !important;
    width: 100% !important;
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 1052;
    bottom: 0px;
    left: 0px;
    height: 50px;
  }
  .overpanelOpenHawk .besthelp_quicknav_link {
    padding: 4px 4px 4px 4px !important;
    border-bottom: 0px !important;
    display: inline-block !important;
  }
  .overpanelOpenHawk .besthelp_quicknav_link:first-child {
    padding: 0px 4px 4px 4px !important;
    display: inline-block !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_body_inner {
    border-top: 0px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_container_handle {
    position: absolute;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .overpanelOpenHawk .overpanel-logo {
    display: none !important;
    visibility: hidden !important;
  }
  .overpanelOpenHawk .overpanel-content {
    padding-top: 0em;
  }
  .overpanelOpenHawk .fullScreenDialog h2 {
    padding-bottom: 0em !important;
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_logo {
    display: none;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    z-index: 1052;
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 10px;
    background-size: 100px;
  }
  .overpanelOpenHawk #besthelp_quicknav_container {
    padding: 0px 0px 0px 50px;
    height: 50px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav {
    padding: 0px 0px 0px 0px !important;
    width: 100% !important;
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 1052;
    bottom: 0px;
    left: 0px;
    height: 50px;
  }
  .overpanelOpenHawk .besthelp_quicknav_link {
    padding: 4px 4px 4px 4px !important;
    border-bottom: 0px !important;
    display: inline-block !important;
  }
  .overpanelOpenHawk .besthelp_quicknav_link:first-child {
    padding: 0px 4px 4px 4px !important;
    display: inline-block !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_body_inner {
    border-top: 0px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_container_handle {
    position: absolute;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .overpanelOpenHawk .overpanel-logo {
    display: none !important;
    visibility: hidden !important;
  }
  .overpanelOpenHawk .overpanel-content {
    padding-top: 0em;
  }
  .overpanelOpenHawk .fullScreenDialog h2 {
    padding-bottom: 0em !important;
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_logo {
    display: none;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    z-index: 1052;
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x_v2.png") no-repeat 10px 10px;
    background-size: 100px;
  }
  .overpanelOpenHawk #besthelp_quicknav_container {
    padding: 0px 0px 0px 50px;
    height: 50px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav {
    padding: 0px 0px 0px 0px !important;
    width: 100% !important;
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 1052;
    bottom: 0px;
    left: 0px;
    height: 50px;
  }
  .overpanelOpenHawk .besthelp_quicknav_link {
    padding: 4px 4px 4px 4px !important;
    border-bottom: 0px !important;
    display: inline-block !important;
  }
  .overpanelOpenHawk .besthelp_quicknav_link:first-child {
    padding: 0px 4px 4px 4px !important;
    display: inline-block !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_body_inner {
    border-top: 0px !important;
  }
  .overpanelOpenHawk #besthelp_quicknav_container_handle {
    position: absolute;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .besthelp_quicknav_sep {
    display: none;
    visibility: hidden;
  }
  .besthelp_quicknav_link {
    display: block;
    position: relative;
    float: none;
    padding: 10px 0px 10px 0px !important;
    margin: 0px 0px 0px 0px !important;
    border-bottom: 1px #cccccc solid !important;
  }
  .besthelp_quicknav_link:first-child {
    padding: 0px 0px 10px 0px !important;
    margin: 0px 0px 0px 0px !important;
  }
  #besthelp_quicknav_container {
    height: 250px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .besthelp_quicknav_sep {
    display: none;
    visibility: hidden;
  }
  .besthelp_quicknav_link {
    display: block;
    position: relative;
    float: none;
    padding: 10px 0px 10px 0px !important;
    margin: 0px 0px 0px 0px !important;
    border-bottom: 1px #cccccc solid !important;
  }
  .besthelp_quicknav_link:first-child {
    padding: 0px 0px 10px 0px !important;
    margin: 0px 0px 0px 0px !important;
  }
  #besthelp_quicknav_container {
    height: 250px !important;
  }
}
@media screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) {
  .besthelp_quicknav_sep {
    display: none;
    visibility: hidden;
  }
  .besthelp_quicknav_link {
    display: block;
    position: relative;
    float: none;
    padding: 10px 0px 10px 0px !important;
    margin: 0px 0px 0px 0px !important;
    border-bottom: 1px #cccccc solid !important;
  }
  .besthelp_quicknav_link:first-child {
    padding: 0px 0px 10px 0px !important;
    margin: 0px 0px 0px 0px !important;
  }
  #besthelp_quicknav_container {
    height: 250px !important;
  }
}
body[data-device-type="mobile"] #quicknav_cobrowsing_link {
  display: none !important;
}
body[data-device-type="tablet"] #quicknav_cobrowsing_link {
  display: none !important;
}
#quicknav_cobrowsing_link {
  display: inline-block;
  position: relative;
  float: right;
  margin: 0px 10px 0px 10px !important;
  width: 50px;
  height: 50px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQTdGMTE3NDA3MjA2ODExODIyQUMzRDUyOTgwNUQ0NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOUMxMDFCRTlCNTgxMUU0OTdFNURGREJGNTkwRUM1QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOUMxMDFCRDlCNTgxMUU0OTdFNURGREJGNTkwRUM1QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkE3RjExNzQwNzIwNjgxMTgyMkFDM0Q1Mjk4MDVENDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkE3RjExNzQwNzIwNjgxMTgyMkFDM0Q1Mjk4MDVENDYiLz4gPC9yZGY6RGVzY3Jp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');
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
#besthelp_guest_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_guest_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_guest_complaint_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_guest_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_guest_header_email_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_guest_header_call_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_guest_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_guest2_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_guest2_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_guest2_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_guest2_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_form_guest_complaint_container_inner {
  display: block;
  visibility: visible;
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_guest_complaint_container {
  display: block;
  visibility: visible;
  background-color: #ffffff !important;
  margin: 0px 0px 0px 0px;
}
#besthelp_guest_complaint_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_email_guest_complaint_form {
  margin: 0px !important;
}
#besthelp_guest_complaint_header_inner {
  position: relative;
  line-height: 1.3em;
  display: none;
  visibility: hidden;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_guest_prompt {
  color: #333333;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
#besthelp_guest_link {
  padding: 10px 0px 10px 0px;
  margin: 0px;
}
#besthelp_guest_link a {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_form_guest99_container_inner {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_guest99_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_guest99_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_guest99_link {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  display: none;
  visibility: hidden;
}
#besthelp_guest99_trigger3 {
  padding: 10px 0px 10px 0px !important;
  font-size: 15px;
  color: #0099cc !important;
  margin: 0px;
}
#besthelp_guest_complaint_link3 {
  display: none;
  visibility: hidden;
}
#besthelp_guest_complaint_trigger3 {
  padding: 10px 0px 10px 0px !important;
  font-size: 15px;
  color: #0099cc !important;
  margin: 0px;
}
#besthelp_guest99_link a {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_guest_complaint_link {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  display: none;
  visibility: hidden;
}
#besthelp_guest_complaint_link a {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_guest_prompt_password {
  padding: 10px 0px 10px 0px;
  margin: 0px;
}
#besthelp_guest_prompt_password a {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_login_control_container {
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_guest_login_control:hover {
  background-color: #0C8DC4 !important;
}
#besthelp_guest_login_control {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #009CDE !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #009CDE !important;
  width: 250px;
  min-width: inherit;
}
#besthelp_guest_lead {
  color: #333333;
  font-size: 20px;
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_guest_text {
  color: #333333;
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_guest_text3 {
  color: #333333;
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_guest_complaint_lead {
  color: #333333;
  font-size: 20px;
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_guest_complaint_text {
  color: #333333;
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_form_guest_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_form_guest_container_inner {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_form_guest_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_form_guest_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_form_guest_body {
  position: relative;
  display: none;
  visibility: hidden;
  padding: 10px 0px 0px 0px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_custom_fields_complaint_body {
  display: none;
  visibility: hidden;
}
#besthelp_guest_form_controls_container_inner {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
  min-height: 200px;
}
#besthelp_guest_form_controls_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_guest_form_controls_panel {
  padding: 10px 0px;
  margin: 0px;
  display: block;
  position: relative;
}
#besthelp_guest_form_control_back:hover {
  background-color: #D5DADE !important;
}
#besthelp_guest_form_control_back {
  display: block;
  position: relative;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #e1e7eb !important;
  background-image: none !important;
  color: #2c2e2f !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #e1e7eb !important;
  width: 120px;
  min-width: inherit;
  float: left;
}
#besthelp_guest_form_control_send:hover {
  background-color: #0C8DC4 !important;
}
#besthelp_guest_form_control_send {
  display: block;
  position: relative;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #009CDE !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #009CDE !important;
  width: 120px;
  min-width: inherit;
  float: left;
}
.bhTextFieldGuestLabel {
  position: absolute;
  top: -2000px;
  left: -2000px;
}
#besthelp_form_guest_complaint_error_container {
  display: none;
  position: relative;
  visibility: hidden;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  width: 400px;
}
#besthelp_form_guest_complaint_error_container_inner {
  border-color: #C72E2E;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  margin-top: 0;
  padding: 15px 15px 15px 44px;
  text-align: left;
  color: #2c2e2f;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF7F7;
  background-image: url("https://www.paypalobjects.com/images/shared/icon_alert_sprite-2x.png");
  background-repeat: no-repeat;
  background-position: 12px -387px;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 20px auto;
}
#besthelp_form_guest_error_container {
  display: none;
  position: relative;
  visibility: hidden;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  width: 400px;
}
#besthelp_form_guest_error_container_inner {
  border-color: #C72E2E;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  margin-top: 0;
  padding: 15px 15px 15px 44px;
  text-align: left;
  color: #2c2e2f;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF7F7;
  background-image: url("https://www.paypalobjects.com/images/shared/icon_alert_sprite-2x.png");
  background-repeat: no-repeat;
  background-position: 12px -387px;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 20px auto;
}
#besthelp_form_guest_first_name_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
#besthelp_form_guest_last_name_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
#besthelp_form_guest_email_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
#besthelp_form_guest_message_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
.bhTextFieldGuest {
  width: 100% !important;
  height: 40px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.bhTextAreaGuest {
  width: 100% !important;
  height: 200px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.bhErrorMessageGuest {
  display: none;
  visibility: hidden;
  background: none repeat scroll 0 0 #c72f38;
  border-radius: 0px;
  color: #FFFFFF;
  height: auto;
  left: 0px;
  padding: 10px;
  position: absolute;
  top: 40px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 1;
}
.bhEmptyError {
  color: #FFFFFF;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
}
.bhTextFieldHighlight {
  background-clip: padding-box;
  transition: border 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form_2x.png);
  background-position: right 10px top -409px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border: 1px solid #c72f38 !important;
}
.bhTextAreaHighlight {
  width: 400px;
  height: 35px;
  background-clip: padding-box;
  transition: border 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  background-image: url('data:image/png;base64,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/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAwBQTFRFAAAA/f7+OT9EOT9EOT9Er5+f////LC4vVIVfnaOm////OT9EOT9EEp6L////////////////LC4v////srKy////ySwopamqySwoEaAXAJvh////naOmySwonaOmySwoFKAgpamrC6AEC6AE////////////////////C6AEsrKyAJvhC6AEAJvhsrKyySwoGqAtC6AE////FKAeGqAv////srKyLS8w////naOmAJvhnaOm////I6BEySwoqqytySwoGaAsFqAlAJvh////ySwo////ySwo////o6iqI6BEnaOm////ySwoI6BEI6BEC6AE////C6AEySwo////////LC4vnaOm////////////////srKyC6AEI6BEnaOmsrKynaOmnaOm////naOmI6BEsrKynaOmI6BEsrKyC6AEAJvhsrKy////ySwoOT9EOT9EySwoySwoI6BE////I6BE////OT9EnaOmnaOmI6BE////AJvhC6AEC6AEySwoC6AEySwoySwoAJvhAJvhnaOmAJvhAJvhC6AEnaOmAJvhC6AEOT9E////AJvhsrKyC6AEySwonaOmOT9EI6BEZ8Xu+vr6vsHDt7m64uPk8vPz7e7utbW11dfYLC4v6OjpAJ7jw8XF2PD8uOT4NrTp6aemyOr6xsjKmdjzcMnvJ67nAKTk+OPj3d7f2Nrb12Nildf0jNTzX8LtjtXzE6nmEKnm89DQzs7Op62vubm5urq6u7u7vLy8vb29vr6+v7+/wMDAwcHBwsLCw8PDxMTExcXFxsbGx8fHyMjIycnJysrKy8vLzMzMzc3Nzs7Oz8/P0NDQ0dHR0tLS09PT1NTU1dXV1tbW19fX2NjY2dnZ2tra29vb3Nzc3d3d3t7e39/f4ODg4eHh4uLi4+Pj5OTk5eXl5ubm5+fn6Ojo6enp6urq6+vr7Ozs7e3t7u7u7+/v8PDw8fHx8vLy8/Pz9PT09fX19vb29/f3+Pj4+fn5+vr6+/v7/Pz8/f39/v7+////iNwXgwAAAAF0Uk5TAEDm2GYAAAEMSURBVHja7JW7rYQwEEUdUoHlxKIEd4BILCIi94FkGkDQwen4BQu7i/9kL9ibMb5H8lyYQYifLi1SLk/8swQ5PwAsgG339wpA9c3AAABDc8ecau3bX4Bv80+8NbZGekm3ROsAlLUKwNX9hwKYhBgB1FEFVgCMED0Aa81vuAOYCrCFwFb274QAe8nf6RjQXS3SAChF+4o0BORRiTQE8tEalQaUKUcaAbloF3JAejA6nwd8Vx4DGD/vkPNjLI0BSOfuz3N6s+Rl05slr2jnDFQ05CMF2PpjDUpLerOcF5iFEPpe89lIr8PwllMu0rPFqPgVrYtalM7pqPgZDE2T5BuQT4GxiZD771f+f/Q3AJQ3nZh/qLUQAAAAAElFTkSuQmCC');
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border: 1px solid #c72f38 !important;
}
#bhErrorUserMessage {
  top: 200px !important;
}
#besthelp_form_guest99_container_inner {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_form_guest99_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_form_guest99_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_form_guest99_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_guest99_form_controls_container_inner {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
  min-height: 200px;
}
#besthelp_guest99_form_controls_body {
  position: relative;
  display: block;
  padding: 10px 0px 0px 0px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_guest99_form_controls_panel {
  padding: 10px 0px;
  margin: 0px;
  display: block;
  position: relative;
}
#besthelp_guest99_form_control_back:hover {
  background-color: #D5DADE !important;
}
#besthelp_guest99_form_control_back {
  display: block;
  position: relative;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #e1e7eb !important;
  background-image: none !important;
  color: #2c2e2f !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #e1e7eb !important;
  width: 120px;
  min-width: inherit;
  float: left;
}
#besthelp_guest99_form_control_send:hover {
  background-color: #0C8DC4 !important;
}
#besthelp_guest99_form_control_send {
  display: block;
  position: relative;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #009CDE !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #009CDE !important;
  width: 120px;
  min-width: inherit;
  float: left;
}
#besthelp_form_guest99_error_container {
  display: none;
  position: relative;
  visibility: hidden;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  width: 400px;
}
#besthelp_form_guest99_error_container_inner {
  border-color: #C72E2E;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  margin-top: 0;
  padding: 15px 15px 15px 44px;
  text-align: left;
  color: #2c2e2f;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF7F7;
  background-image: url("https://www.paypalobjects.com/images/shared/icon_alert_sprite-2x.png");
  background-repeat: no-repeat;
  background-position: 12px -387px;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 20px auto;
}
#besthelp_form_guest99_first_name_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
#besthelp_form_guest99_last_name_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
#besthelp_form_guest99_email_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
#besthelp_form_guest99_message_container {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  max-width: 400px !important;
}
#bhErrorUserMessagePrivacy {
  top: 200px !important;
}
#besthelp_form_guest_body_hidden {
  display: none;
  visibility: hidden;
}
#besthelp_loggedin_flow_trigger {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_contactcommon_inner {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_contactcommon_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#subTopicSelection_container {
  margin-top: 20px;
}
#faq_container_inner {
  margin-top: 20px;
}
#topicSelection {
  color: #333333;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 400px !important;
  height: 40px;
  width: inherit !important;
  margin-top: 20px;
}
#subTopicSelection {
  color: #333333;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 400px !important;
  height: 40px;
  width: inherit !important;
  margin-top: 20px;
}
#topicSelection_container {
  margin-top: 20px;
}
#topcontactreasons {
  margin-top: 20px;
}
#label_topicSelection {
  display: none;
  visibility: hidden;
}
#label_subTopicSelection {
  display: none;
  visibility: hidden;
}
#besthelp_gce_toggle_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_gce_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_gce_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_gce_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_gce_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_gce_prompt {
  position: relative;
  display: block;
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
#besthelp_option_paypal_container {
  position: relative;
  display: block;
  margin: 0px;
  padding: 10px 0px;
}
#besthelp_option_gce_container {
  position: relative;
  display: block;
  margin: 0px;
  padding: 10px 0px;
}
#besthelp_gce_or {
  position: relative;
  display: block;
  margin: 0px;
  padding: 10px 0px;
  width: 250px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
#besthelp_option_paypal:hover {
  background-color: #D5DADE !important;
}
#besthelp_option_paypal {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #e1e7eb !important;
  background-image: none !important;
  color: #2c2e2f !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #e1e7eb !important;
  width: 250px;
  min-width: inherit;
}
#besthelp_option_gce:hover {
  background-color: #D5DADE !important;
}
#besthelp_option_gce {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #e1e7eb !important;
  background-image: none !important;
  color: #2c2e2f !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #e1e7eb !important;
  width: 250px;
  min-width: inherit;
}
#besthelp_gce_disclaimer {
  position: relative;
  display: block;
  margin: 0px;
  padding: 10px 0px;
  width: 250px;
  text-align: left;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 300;
}
#besthelp_form_selector_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_form_selector_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_form_selector_header {
  position: relative;
  display: block;
  padding: 16px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_form_selector_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_form_selector_body {
  position: relative;
  display: block;
  padding: 10px 15px 0px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_form_selector_prompt {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
#besthelp_form_selector_prompt_gce {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
#besthelp_form_selector_topic_container {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  max-width: 400px !important;
}
#besthelp_form_selector_subtopic_container {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  max-width: 400px !important;
}
#besthelp_selector_step1_trigger {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_custom_fields_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_custom_fields_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
  max-width: 400px !important;
}
#besthelp_custom_fields_body_error {
  position: relative;
  display: none;
  visibility: hidden;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_custom_fields_body_hidden {
  visibility: hidden;
  display: none;
}
#besthelp_form_controls_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_form_controls_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_form_controls_panel {
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_form_controls_panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.secondaryButton:hover {
  background-color: #D5DADE !important;
}
.secondaryButton {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #e1e7eb !important;
  background-image: none !important;
  color: #2c2e2f !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #e1e7eb !important;
  width: 150px;
  min-width: inherit;
  float: left;
}
#besthelp_form_control_back:hover {
  /*
    background-color:#D5DADE !important;
    */
}
#besthelp_form_control_back {
  width: 110px;
  /*
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    margin-left: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #e1e7eb !important;
    background-image: none !important;
    color: #2c2e2f !important;
    font-size: 16px !important;
    font-weight: 700;
    border-color: #e1e7eb !important;
    width:150px;
    min-width:inherit;
    float:left;
    */
}
.primaryButton:hover {
  background-color: #0C8DC4 !important;
}
.primaryButton {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 20px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #009CDE !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #009CDE !important;
  width: 150px;
  min-width: inherit;
  float: left;
}
.primaryButtonDisabled:hover {
  background-color: #D5DADE !important;
}
.primaryButtonDisabled {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #e1e7eb !important;
  background-image: none !important;
  color: #2c2e2f !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #e1e7eb !important;
  width: 150px;
  min-width: inherit;
  float: left;
}
#besthelp_form_control_send:hover {
  /*
    background-color:#0C8DC4 !important;
    */
}
#besthelp_form_control_send {
  width: 110px;
  /*
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    margin-left: 20px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #009CDE !important;
    background-image: none !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 700;
    border-color: #009CDE !important;
    width:150px;
    min-width:inherit;
    float:left;
    */
}
/* forms styles */
.selfhelp_error_highlight {
  display: none;
  background: none repeat scroll 0 0 padding-box #f7ebeb;
  border: 1px solid #efcaca;
  border-radius: 5px;
  color: #666666;
  font-size: 12px;
  margin: 7px 0 0;
  max-height: 10em;
  padding: 8px 12px;
  position: absolute;
  text-shadow: 0 1px #ffffff;
  z-index: 100;
}
.selfhelp_error_icon {
  border: 1px solid #9d2c36 !important;
  background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/onboarding_form.png) !important;
  background-repeat: no-repeat !important;
  background-position: 98% 62% !important;
  background-color: #FFFFFF !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  .selfhelp_error_icon {
    background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/onboarding_form_2x.png) !important;
    background-size: 25px !important;
  }
}
.blk,
.blk_sl,
.blk_rd,
.blk,
.superblk_rd,
.blk_paragraph,
.blk_anchor {
  position: relative;
  margin: 0px 0px 20px 0px;
  width: 100% !important;
}
.blk_paragraph {
  color: #333333;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}
.blk_anchor a,
.blk_anchor a:active,
.blk_anchor a:visited,
.blk_anchor a:hover {
  color: #0099cc !important;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}
.radio_override {
  margin-bottom: 5px !important;
}
.date_override {
  margin-bottom: 15px !important;
}
.blk_rd_error_highlight {
  padding: 10px 10px 5px 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #A94442;
}
.form-radio {
  width: auto;
  font-size: 14px;
  margin: 0px 10px 5px 0px !important;
}
.lbl_rd {
  font-size: 12px;
  color: #999999;
  font-weight: 300 !important;
}
#id_deposit_2_1,
#id_deposit_2_2,
#id_deposit_1,
#id_deposit_2,
#id_ba_number,
#id_cc_number,
#id_four_digit_code {
  width: 100%;
}
#id_deposit_date_mm,
#id_declined_date_mm,
#id_deposit_date_faster_mm,
#id_payment_date_mm,
#id_withdrawal_date_mm,
#id_transaction_date_mm,
#id_unauth_transaction_date_mm {
  width: 100%;
  display: inline-block !important;
  margin-right: 10px !important;
}
#id_deposit_date_dd,
#id_declined_date_dd,
#id_deposit_date_faster_dd,
#id_payment_date_dd,
#id_withdrawal_date_dd,
#id_transaction_date_dd,
#id_unauth_transaction_date_dd {
  width: 100%;
  display: inline-block !important;
  margin-right: 10px !important;
}
#id_deposit_date_yyyy,
#id_declined_date_yyyy,
#id_deposit_date_faster_yyyy,
#id_payment_date_yyyy,
#id_withdrawal_date_yyyy,
#id_transaction_date_yyyy,
#id_unauth_transaction_date_yyyy {
  width: 100%;
  display: inline-block !important;
}
#upgrd_acct_1,
#upgrd_acct_2,
#upgrd_acct_3,
#dwngrd_acct_1,
#chngacct_1,
#chngacct_2,
#chngacct_3,
#chngacct_4,
#chngacct_5,
#chngacct_6,
#chngacct_7,
#bank_rnd_0,
#bank_rnd_1,
#bank_rnd_2,
#bank_rnd_3,
#bank_rnd_4,
#bank_rnd_5,
#bank_rnd_6,
#bank_rnd_7,
#bank_rnd_8,
#bank_rnd_9,
#bank_rnd_10,
#bank_rnd_11,
#bank_rnd_12,
#bank_rnd_13,
#bank_rnd_14,
#bank_rnd_15,
#bank_rnd_16,
#bank_rnd_17,
#bank_rnd_18,
#bank_rnd_19,
#bank_rnd_20,
#blk_contact_bank_faster5,
#blk_contact_bank_faster6,
#pps_accept_1,
#pps_tracking_1,
#pps_tracking_2,
#shipping_company,
#pps_tracking_4,
#pps_tracking_5,
#pps_tracking_6,
#pps_tracking_7,
#pps_tracking_8,
#pps_tracking_9,
#pps_refund_1,
#pps_refund_2,
#refund_id,
#pps_refund_4,
#pps_refund_other_1,
#refund_method,
#pps_refund_other_3,
#pps_refund_other_4,
#pps_other_1,
#pps_other_2,
#pps_response_1,
#act_email_1,
#act_email_2,
#act_email_3,
#act_email_4,
#act_email_5,
#act_email_6,
#act_email_7,
#act_email_8,
#act_email_9,
#act_email_10,
#act_email_11,
#act_email_12,
#pay_cancel0,
#pay_cancel1,
#pay_cancel2,
#pay_cancel3,
#pay_cancel4,
#pay_cancel5,
#pay_cancel6,
#pay_cancel7 {
  display: none;
  visibility: hidden;
}
#bank_rnd_0_uk,
#bank_rnd_1_uk,
#bank_rnd_2_uk,
#bank_rnd_3_uk,
#bank_rnd_4_uk,
#bank_rnd_5_uk,
#bank_rnd_6_uk,
#bank_rnd_7_uk,
#bank_rnd_8_uk,
#bank_rnd_9_uk,
#bank_rnd_10_uk,
#bank_rnd_11_uk,
#bank_rnd_12_uk,
#bank_rnd_13_uk,
#bank_rnd_14_uk,
#bank_rnd_15_uk,
#bank_rnd_16_uk,
#bank_rnd_17_uk,
#bank_rnd_18_uk,
#bank_rnd_19_uk,
#bank_rnd_20_uk,
#bank_rnd_000_uk,
#bank_rnd_001_uk,
#bank_rnd_002_uk,
#bank_rnd_003_uk,
#bank_rnd_004_uk,
#bank_rnd_005_uk,
#bank_rnd_006_uk,
#bank_rnd_007_uk,
#bank_rnd_008_uk,
#bank_rnd_009_uk,
#bank_rnd_010_uk,
#bank_rnd_011_uk,
#blk_contact_bank_uk2,
#blk_contact_bank_uk3,
#blk_contact_bank_uk4 {
  display: none;
  visibility: hidden;
}
#contact_bank_uk,
#contact_bank_faster {
  display: none;
  visibility: hidden;
}
.blk_lbl,
.lbl_select {
  position: absolute;
  top: -2000px;
  left: -2000px;
}
.bh_err_txt,
.bh_err_select {
  display: none;
  visibility: hidden;
  background: none repeat scroll 0 0 #c72f38;
  border-radius: 0px;
  color: #FFFFFF;
  height: auto;
  left: 0px;
  padding: 10px;
  position: absolute;
  top: 40px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 1;
}
.bh_err_empty {
  color: #FFFFFF;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
}
.bhTextField {
  width: 100% !important;
  height: 40px !important;
}
.bhSelect {
  width: 100% !important;
  height: 40px !important;
}
.bhTextArea {
  width: 100% !important;
  height: 200px !important;
}
#blk_err_message {
  top: 200px !important;
}
#id_city_state_city {
  width: 100% !important;
  height: 40px;
}
#id_ou_zip {
  width: 100% !important;
  height: 40px;
}
#id_ou_phone {
  width: 100% !important;
  height: 40px;
}
#id_case_id {
  width: 100%;
  height: 40px;
}
#id_message {
  width: 100% !important;
  height: 200px !important;
  resize: none !important;
}
#id_cc_number {
  width: 100% !important;
  height: 40px;
}
#id_ba_number {
  width: 100% !important;
  height: 40px;
}
#besthelp_topic_selector_hook,
#besthelp_subtopic_selector_hook {
  color: #333333;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100% !important;
  height: 40px;
}
#besthelp_custom_fields_body_error_container {
  display: block;
  position: relative;
  visibility: visible;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  max-width: 400px;
}
#besthelp_custom_fields_body_error_container_inner {
  border-color: #C72E2E;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  margin-top: 0;
  padding: 15px 15px 15px 44px;
  text-align: left;
  color: #2c2e2f;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF7F7;
  background-image: url("https://www.paypalobjects.com/images/shared/icon_alert_sprite-2x.png");
  background-repeat: no-repeat;
  background-position: 12px -387px;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 20px auto;
}
.bhSelectHighlight {
  background-clip: padding-box;
  transition: border 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form_2x.png);
  background-position: right 15px top -409px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border: 1px solid #c72f38 !important;
}
.bhTextFieldHighlight {
  background-clip: padding-box;
  transition: border 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form_2x.png);
  background-position: right 10px top -409px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border: 1px solid #c72f38 !important;
}
.bhTextAreaHighlight {
  width: 100%;
  height: 35px;
  background-clip: padding-box;
  transition: border 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  background-image: url('data:image/png;base64,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/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAwBQTFRFAAAA/f7+OT9EOT9EOT9Er5+f////LC4vVIVfnaOm////OT9EOT9EEp6L////////////////LC4v////srKy////ySwopamqySwoEaAXAJvh////naOmySwonaOmySwoFKAgpamrC6AEC6AE////////////////////C6AEsrKyAJvhC6AEAJvhsrKyySwoGqAtC6AE////FKAeGqAv////srKyLS8w////naOmAJvhnaOm////I6BEySwoqqytySwoGaAsFqAlAJvh////ySwo////ySwo////o6iqI6BEnaOm////ySwoI6BEI6BEC6AE////C6AEySwo////////LC4vnaOm////////////////srKyC6AEI6BEnaOmsrKynaOmnaOm////naOmI6BEsrKynaOmI6BEsrKyC6AEAJvhsrKy////ySwoOT9EOT9EySwoySwoI6BE////I6BE////OT9EnaOmnaOmI6BE////AJvhC6AEC6AEySwoC6AEySwoySwoAJvhAJvhnaOmAJvhAJvhC6AEnaOmAJvhC6AEOT9E////AJvhsrKyC6AEySwonaOmOT9EI6BEZ8Xu+vr6vsHDt7m64uPk8vPz7e7utbW11dfYLC4v6OjpAJ7jw8XF2PD8uOT4NrTp6aemyOr6xsjKmdjzcMnvJ67nAKTk+OPj3d7f2Nrb12Nildf0jNTzX8LtjtXzE6nmEKnm89DQzs7Op62vubm5urq6u7u7vLy8vb29vr6+v7+/wMDAwcHBwsLCw8PDxMTExcXFxsbGx8fHyMjIycnJysrKy8vLzMzMzc3Nzs7Oz8/P0NDQ0dHR0tLS09PT1NTU1dXV1tbW19fX2NjY2dnZ2tra29vb3Nzc3d3d3t7e39/f4ODg4eHh4uLi4+Pj5OTk5eXl5ubm5+fn6Ojo6enp6urq6+vr7Ozs7e3t7u7u7+/v8PDw8fHx8vLy8/Pz9PT09fX19vb29/f3+Pj4+fn5+vr6+/v7/Pz8/f39/v7+////iNwXgwAAAAF0Uk5TAEDm2GYAAAEMSURBVHja7JW7rYQwEEUdUoHlxKIEd4BILCIi94FkGkDQwen4BQu7i/9kL9ibMb5H8lyYQYifLi1SLk/8swQ5PwAsgG339wpA9c3AAABDc8ecau3bX4Bv80+8NbZGekm3ROsAlLUKwNX9hwKYhBgB1FEFVgCMED0Aa81vuAOYCrCFwFb274QAe8nf6RjQXS3SAChF+4o0BORRiTQE8tEalQaUKUcaAbloF3JAejA6nwd8Vx4DGD/vkPNjLI0BSOfuz3N6s+Rl05slr2jnDFQ05CMF2PpjDUpLerOcF5iFEPpe89lIr8PwllMu0rPFqPgVrYtalM7pqPgZDE2T5BuQT4GxiZD771f+f/Q3AJQ3nZh/qLUQAAAAAElFTkSuQmCC');
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border: 1px solid #c72f38 !important;
}
#besthelp_login_trigger {
  font-size: 15px;
  color: #0099cc !important;
}
.moveToTheLeft {
  margin-left: 0px !important;
}
.moveToTheRight {
  margin-left: 20px !important;
}
#cmb_body {
  max-width: 400px !important;
}
#phone_number_select {
  max-width: 400px !important;
  width: 100% !important;
}
#different_phone .error-overlay {
  width: 100% !important;
}
/* complaint form styles */
#bh_conduct_title1,
#bh_conduct_title2,
#bh_conduct_title3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  padding: 0;
  color: #333333;
  max-width: 400px;
}
#bh_conduct_content1,
#bh_conduct_content5,
#bh_conduct_content6 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
  padding: 0;
  color: #333333;
  max-width: 400px;
}
#bh_conduct_content2,
#bh_conduct_content3,
#bh_conduct_content4 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  padding: 0;
  color: #333333;
  max-width: 400px;
}
#bh_conduct_controls_panel,
#bh_complaint_controls_panel {
  max-width: 400px;
}
#bh_conduct_content2 a,
#bh_conduct_content2 a:active,
#bh_conduct_content2 a:visited,
#bh_conduct_content2 a:hover {
  color: #0099cc !important;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bh_conduct_content4 a,
#bh_conduct_content4 a:active,
#bh_conduct_content4 a:visited,
#bh_conduct_content4 a:hover {
  color: #0099cc !important;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bh_conduct_control_continue,
#bh_complaint_control_send {
  margin: 0px 0px 0px 20px !important;
}
#bh_conduct_control_continue_loggedout,
#bh_complaint_control_send_loggedout {
  margin: 0px 0px 0px 20px !important;
}
#bh_complaint_declaration,
#bh_complaint_signature {
  border: 1px #666666 solid;
  margin: 0px 0px 20px 0px;
  padding: 10px;
}
#bh_complaint_disclaimer {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#bh_complaint_declaration_title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  padding: 0;
  color: #333333;
}
#bh_complaint_phone_number_title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  padding: 0;
  color: #333333;
}
#bh_complaint_personalization,
#bh_complaint_reference,
#bh_complaint_about,
#bh_complaint_what,
#bh_complaint_declaration,
#bh_complaint_signature,
#bh_complaint_disclaimer {
  max-width: 400px;
}
#blk_customer_phone_country {
  display: inline-block !important;
  margin: 0px 10px 0px 0px !important;
  width: 110px !important;
}
#blk_customer_phone_area {
  display: inline-block !important;
  margin: 0px 10px 0px 0px !important;
  width: 100px !important;
}
#blk_customer_phone_number {
  display: inline-block !important;
  margin: 0px 0px 0px 0px !important;
  width: 170px !important;
}
#bh_complaint_phone_number {
  margin: 0px 0px 40px 0px;
  max-width: 400px;
}
#bh_complaint_subject {
  margin: 0px 0px 40px 0px;
  max-width: 400px;
}
#bh_complaint_reference {
  margin: 0px 0px 10px 0px;
}
#bh_complaint_about,
#bh_complaint_what {
  margin: 0px 0px 20px 0px;
}
#blk_err_complaint_about,
#blk_err_complaint_what {
  top: 200px !important;
}
#bh_complaint_subject_title {
  margin: 0px 0px 10px 0px;
}
#blk_complaint_about,
#blk_complaint_what {
  margin: 0px 0px 0px 0px !important;
  text-align: left;
}
#blk_complaint_about_characters,
#blk_complaint_what_characters {
  margin: 0px 0px 20px 0px !important;
  text-align: right;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
}
#besthelp_complaint_characters_about_2500,
#besthelp_complaint_characters_about,
#besthelp_complaint_characters_what_2500,
#besthelp_complaint_characters_what {
  display: inline-block;
  margin: 0px 0px 0px 5px;
}
#bh_complaint_signature_date {
  max-width: 200px;
  margin: 0px 0px 20px 0px;
}
#complaint_signature_date {
  margin: 0px 0px 40px 0px;
}
#bh_complaint_signature_name_title {
  margin: 0px 0px 10px 0px !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
}
#bh_complaint_signature_name_disclaimer {
  margin: 0px 0px 10px 0px !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
}
#bh_complaint_signature_name_first_name {
  width: 180px;
  margin: 0px 10px 0px 0px;
  float: left;
  display: block;
  position: relative;
}
#bh_complaint_signature_name_last_name {
  width: 180px;
  margin: 0px 0px 0px 0px;
  float: left;
  display: block;
  position: relative;
}
#besthelp_custom_fields_conduct_body {
  display: none;
  visibility: hidden;
}
#besthelp_custom_fields_complaint_body {
  display: none;
  visibility: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.bhSelectHighlight {
    background-position: right 25px top -409px !important;
  }
}
html[data-device-type="mobile"] #bh_conduct_control_cancel {
  width: 120px !important;
}
html[data-device-type="mobile"] #bh_conduct_control_continue {
  width: 120px !important;
}
html[data-device-type="mobile"] #bh_complaint_control_cancel {
  width: 120px !important;
}
html[data-device-type="mobile"] #bh_complaint_control_send {
  width: 120px !important;
}
html[data-device-type="mobile"] #bh_conduct_control_cancel_loggedout {
  width: 120px !important;
}
html[data-device-type="mobile"] #bh_conduct_control_continue_loggedout {
  width: 120px !important;
}
html[data-device-type="mobile"] #bh_complaint_control_cancel_loggedout {
  width: 120px !important;
}
html[data-device-type="mobile"] #bh_complaint_control_send_loggedout {
  width: 120px !important;
}
html[data-device-type="mobile"] #blk_customer_phone_country {
  display: block !important;
  margin: 30px 10px 0px 0px !important;
}
html[data-device-type="mobile"] #blk_customer_phone_area {
  display: block !important;
  margin: 30px 10px 0px 0px !important;
}
html[data-device-type="mobile"] #blk_customer_phone_number {
  display: block !important;
  margin: 30px 10px 0px 0px !important;
}
html[data-device-type="mobile"] #bh_complaint_signature_name_first_name {
  margin: 10px 0px 0px 0px;
}
html[data-device-type="mobile"] #bh_complaint_signature_name_last_name {
  margin: 10px 0px 0px 0px;
}
html[data-device-type="mobile"] #bh_complaint_signature_name_disclaimer {
  margin: 20px 0px 10px 0px !important;
}
#blk_first_name_complaint {
  padding: 0px 0px 10px 0px;
}
#blk_last_name_complaint {
  padding: 0px 0px 10px 0px;
}
#blk_email_complaint {
  padding: 0px 0px 20px 0px;
}
#besthelp_article_container_ar {
  display: none;
  visibility: hidden;
}
#besthelp_article_container {
  display: block;
  visibility: visible;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_article_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 2px !important;
  border: 0px !important;
  box-shadow: none !important;
  display: block;
}
#besthelp_article_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_article_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
  word-wrap: break-word;
}
#besthelp_article_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_article_footer {
  position: relative;
  display: none;
  visibility: hidden;
  padding: 0px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border: 0px !important;
}
#besthelp_feedback_container {
  display: block;
  visibility: visible;
  background-color: #ffffff !important;
}
#besthelp_feedback_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_feedback_body {
  position: relative;
  display: block;
  padding: 0px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_feedback_body_inner {
  position: relative;
  display: block;
  padding: 10px 0px 0px 0px !important;
  border-top: 1px #cccccc solid !important;
  text-align: left;
}
#besthelp_feedback_body_controls {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px !important;
  text-align: left;
}
.besthelp_feedback_link {
  color: #333333 !important;
  background-color: #DDDDDD !important;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  padding: 6px 8px !important;
  margin: 0px 10px 0px 0px !important;
  text-decoration: none !important;
  border-color: #333333 !important;
  border-width: 1px !important;
  border-radius: 4px !important;
}
#besthelp_feedback_body_title {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
#besthelp_feedback_body_thankyou {
  visibility: hidden;
  display: none;
  position: relative;
  font-size: 15px;
  font-weight: 300;
}
#besthelp_article_body a {
  color: #0099cc !important;
}
#besthelp_feedback_body_controls a {
  color: #333333 !important;
}
#besthelp_feedback_body_controls a:focus {
  color: #333333 !important;
}
#besthelp_feedback_body_controls a:hover {
  color: #333333 !important;
}
#besthelp_feedback_body_controls a:active {
  color: #333333 !important;
}
#besthelp_feedback_body_controls a:visited {
  color: #333333 !important;
}
#besthelp_feedback_body_thankyou a,
#besthelp_feedback_body_thankyou a:focus,
#besthelp_feedback_body_thankyou a:hover,
#besthelp_feedback_body_thankyou a:active,
#besthelp_feedback_body_thankyou a:visited {
  color: #0099cc !important;
}
#besthelp_email_thank_you_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_email_thankyou_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_email_thankyou_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_email_thankyou_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_email_thankyou_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_gce_prompt {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
#besthelp_smc_trigger a {
  color: #0099cc !important;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  margin: 20px 0px 0px 0px;
}
#besthelp_helpcenter_trigger a {
  color: #0099cc !important;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  margin: 20px 0px 0px 0px;
}
#besthelp_custom_fields_body_thankyou_container {
  display: block;
  position: relative;
  visibility: visible;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
#besthelp_custom_fields_body_thankyou_container_inner {
  border-color: #1b9e1b;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  margin-top: 0;
  padding: 15px 15px 15px 44px;
  text-align: left;
  color: #2c2e2f;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f7fff7;
}
#besthelp_custom_fields_body_thankyou_container_icon {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url("https://www.paypalobjects.com/images/shared/icon_alert_sprite-2x.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 20px auto;
}
#besthelp_custom_fields_body_thankyou_prompt {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#besthelp_guest_call_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_guest_call_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_guest_call_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_guest_call_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_guest_call_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_guest2_call_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_guest2_call_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_guest2_call_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_guest2_call_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_guest_call_prompt {
  color: #333333;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
#besthelp_guest_call_link {
  padding: 10px 0px 10px 0px;
  margin: 0px;
}
#besthelp_guest_call_link a {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_login_call_control_container {
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_guest_call_login_control:hover {
  background-color: #0C8DC4 !important;
}
#besthelp_guest_call_login_control {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 0px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #009CDE !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700;
  border-color: #009CDE !important;
  width: 250px;
  min-width: inherit;
}
#besthelp_guest_call_lead {
  color: #333333;
  font-size: 20px;
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_guest_call_text {
  color: #333333;
  padding: 10px 0px;
  margin: 0px;
}
#besthelp_login_call_trigger {
  font-size: 20px;
  color: #0099cc !important;
}
#besthelp_guest_call_trigger {
  font-size: 20px;
  color: #0099cc !important;
}
#besthelp_loggedin_call_flow_trigger {
  font-size: 15px;
  color: #0099cc !important;
}
#besthelp_guest_call_left {
  position: absolute;
  display: block;
  width: 280px;
  top: 10px;
  left: 15px;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
#besthelp_guest_call_right {
  position: relative;
  display: block;
  float: right;
  height: 120px;
  padding: 0px !important;
  margin: 0px 0px 0px 280px;
  border: 0px !important;
}
@media (max-width: 600px) {
  #besthelp_guest_call_right {
    position: relative;
    display: block;
    float: none !important;
    height: 120px;
    padding: 0px !important;
    margin: 120px 0px 0px 0px !important;
    border: 0px !important;
  }
}
#contactUs_call_info {
  margin: 0px;
}
#phoneinformation {
  position: relative;
  display: block;
}
#besthelp_guest_privacy_complaint {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#callingcountry {
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
#callingcountrynumber0,
#callingcountrynumber1,
#callingcountrynumber2 {
  position: relative;
  display: block;
  margin: 0px 0px 15px 0px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 27px !important;
  color: #0099cc !important;
  text-decoration: none !important;
  line-height: 1.3em !important;
}
#servicehours {
  position: relative;
  display: block;
  margin: 0px 0px 50px 0px;
}
#serviceHourHeader {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#hos1 {
  margin: 20px 0px 15px 0px !important;
}
.hours_of {
  position: relative;
  display: block;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
#specialInstructionsHeader {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#Special_Instruction_1_Call_Information___Instructions,
#Special_Instruction_2_Call_Information___Instructions,
#Special_Instruction_3_Call_Information___Instructions {
  position: relative;
  display: block;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
#Call_Information_1_Call_Information___Instructions,
#Call_Information_2_Call_Information___Instructions,
#Call_Information_3_Call_Information___Instructions {
  position: relative;
  display: block;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
#Special_Instruction_1_Call_Information___Instructions,
#Call_Information_1_Call_Information___Instructions {
  margin: 20px 0px 15px 0px !important;
}
#besthelp_loggedin_call_body_special {
  position: relative;
  display: block;
  padding: 10px 15px 50px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_loggedin_call_body_hours {
  position: relative;
  display: block;
  padding: 10px 15px 50px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_loggedin_call_body_webpin {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_loggedin_call_body_am {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_loggedin_call_body_phone {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_loggedin_call_body_mts {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_loggedin_call_header_hours {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_loggedin_call_header_hours_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_loggedin_call_body_instructions {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_loggedin_call_body_instructions_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_loggedin_call_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_loggedin_call_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#phoneinformation_am {
  position: relative;
  display: block;
  margin: 0px 0px 50px 0px;
}
#am_name {
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}
#phone_am {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 27px !important;
  color: #0099cc !important;
  text-decoration: none !important;
}
#passcode_header {
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
#passcode_container {
  position: relative;
  display: block;
  padding: 0px !important;
  margin: 0 !important;
}
#passcode_detail {
  background-color: #fffcf7;
  border-radius: 5px;
  border: 1px solid #f8981f;
  width: 125px;
  font-size: 30px !important;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  vertical-align: middle;
  line-height: 30px;
  padding: 10px !important;
}
#passcode_message {
  position: relative;
  display: block;
  float: right;
  height: 140px;
  padding: 0px !important;
  margin: 0px 0px 0px 145px;
  border: 0px !important;
}
#General_Available_Time_1,
#General_Available_Time_2,
#Hours_of_Service_1_Hours_of_Service,
#Hours_of_Service_2_Hours_of_Service,
#Hours_of_Service_3_Hours_of_Service,
#Account_Manager_Available_Time_1,
#Account_Manager_Available_Time_2,
#General_Cost_Per_Call,
#Account_Manager_Cost_Per_Call {
  position: relative;
  display: block;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
#Special_Instruction_1_Call_Information___Instructions,
#Special_Instruction_2_Call_Information___Instructions {
  position: relative;
  display: block;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
#Special_Instruction_1_Call_Information___Instructions {
  margin: 20px 0px 15px 0px !important;
}
#besthelp_call_loggedin_container {
  display: none;
  visibility: hidden;
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
}
#besthelp_loggedin_call_container_inner {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 0px 0px 0px 0px !important;
  margin: 0 !important;
  border: 0px !important;
}
#mts_message {
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 0px 0px 10px 0px !important;
}
#mts_display {
  position: relative;
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  color: #0099cc !important;
  text-decoration: none !important;
}
#callus_error {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0 none !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
}
#besthelp_guest3_topcontact_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
#besthelp_topcontact_call_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_topcontact_call_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
#besthelp_topcontact_call_body {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
.topiclink {
  position: relative;
  display: block;
  font-size: 15px;
  color: #0099cc !important;
  margin: 0px 0px 15px 0px !important;
}
#topcontactreasons a,
#topcontactreasons a:hover,
#topcontactreasons a:visited,
#topcontactreasons a:active {
  color: #0099cc !important;
}
#besthelp_call_topcontact_container {
  background-color: #ffffff !important;
  margin: 15px 0px 0px 0px;
  min-height: 400px;
}
#besthelp_guest3_topcontact {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#topcontact_container_inner {
  background-color: #ffffff !important;
  background-image: none !important;
  margin-bottom: 20px !important;
  border: 0px !important;
  box-shadow: none !important;
}
#besthelp_loggedin_topcontact_header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0px !important;
}
#besthelp_loggedin_topcontact_header_inner {
  position: relative;
  line-height: 1.3em;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  padding: 0px 0px 20px 0px !important;
  margin: 0 !important;
  border-bottom: 1px #cccccc solid !important;
}
