#hypershift-toggle .bo-temp{padding-bottom:0;}
.toggle-wrap {
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
}
.toggle-wrap label{display: inline-block;cursor: pointer;margin-bottom: 0;height: 28px;line-height: 22px;}
.toggle-wrap span{display: inline-block;vertical-align: middle;}
.toggle-wrap span.label{padding-right: 8px;font-size: 1.25rem;}
#toggle-input {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  bottom: 0;
}
#toggle-input:focus + label {
  outline: 1px solid #6495ed;
  outline-offset: 4px;
}
.pnx-screen-reader-only{
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#toggle-input:checked + label .toggle{background: #44d62c;}
#toggle-input:checked + label .toggle:after{right: 2px;background-color: #000;box-shadow: -2px 0px 0px rgba(0,0,0,0.1);}
.toggle-wrap label .toggle{
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 18px;
  width: 40px;
  border-radius: 22px;
  transition: background-color 500ms ease;
  background-color: #999999;
  margin-bottom: 0;
  padding: 0;
  min-height: 0;
  border: 0;
  min-width: 0;
}
.toggle-wrap label .toggle::after{
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1px;
  right: 22px;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 2px 0px 0px rgba(0,0,0,0.15);  
  transition: right 500ms ease, 
  background-color 500ms ease, 
  box-shadow 500ms ease;
}
#hypershift-on-img, #hypershift-on-txt{display: none;}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}