#head-nav-help {
  background-color: #fc9700;
  width: 79px;
}

.sp-help-btn:hover {
  background-color: rgba(0, 0, 0, 0.20);
  text-decoration: none;
}

.sp-help-close {
  right: 15px;
}

.sp-help-header-text {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 400
}

#sp-help .sp-help-header-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 0;
}

.sp-help-header-icons > div {
  line-height: 0;
  padding: 18px 15px 17px;
  cursor: pointer;
  background: none
}

@media print {
  #sp-help * {
    display: none !important
  }
}

.sp-help-nav-content {
  padding: 5px 30px 30px;
  height: auto;
  overflow-x: hidden
}

.sp-help-nav-content,
.sp-help-nav-content > div {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box
}

.sp-help-nav-content > div {
  width: 100%;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap
}

.sp-help-nav-block {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 25%;
  max-width: 25%;
  margin-top: 20px
}

.sp-help-nav-block:hover .sp-help-block-text {
  color: rgb(252, 151, 0);
}

.sp-help-nav-block:hover .sp-help-block-element {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1)
  color: #fff;
}

.sp-help-nav-block:hover {
  color: #fff;
}

.sp-help-nav-block:hover .sp-help-block-element div i {
  color: #fff;
}

.sp-help-block-element {
  -webkit-transition: background-color .25s cubic-bezier(.55, 0, .1, 1), box-shadow .25s cubic-bezier(.55, 0, .1, 1), -webkit-transform .25s cubic-bezier(.55, 0, .1, 1);
  transition: background-color .25s cubic-bezier(.55, 0, .1, 1), box-shadow .25s cubic-bezier(.55, 0, .1, 1), -webkit-transform .25s cubic-bezier(.55, 0, .1, 1);
  transition: background-color .25s cubic-bezier(.55, 0, .1, 1), transform .25s cubic-bezier(.55, 0, .1, 1), box-shadow .25s cubic-bezier(.55, 0, .1, 1);
  transition: background-color .25s cubic-bezier(.55, 0, .1, 1), transform .25s cubic-bezier(.55, 0, .1, 1), box-shadow .25s cubic-bezier(.55, 0, .1, 1), -webkit-transform .25s cubic-bezier(.55, 0, .1, 1);
  cursor: pointer;
  border-radius: 3px;
  margin: 0 auto 8px;
  display: inline-block;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

.sp-help-block-element a {
  cursor: pointer;
  width: 100%;
  height: 50px;
  display: inline-block;
}

.sp-help-block-element a i {
  font-size: 20px;
  color: #fc9700;
  margin-top: 15px;
  display: inline-block;
}

.sp-help-block-element a:hover i {
  color: #FFF;
}

.sp-help-nav-block:hover .sp-help-block-element a i {
  color: #FFF;
}

.sp-help-block-text {
  padding: 0 5px;
  -webkit-transition: color .25s cubic-bezier(.55, 0, .1, 1);
  transition: color .25s cubic-bezier(.55, 0, .1, 1);
  line-height: 1.3;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
  color: #595c5f
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 736px) and (min-resolution: 2dppx) {
  .sp-help-nav-content {
    padding: 5px 5px 15px
  }

  .sp-help-block-element {
    padding: 20px
  }
}

.sp-help-header {
  padding: 18px 30px;
  position: relative;
  background-color: #fc9700;
  height: 52px;
}

.sp-help-nav {
  background-color: #e0e0e0;
  padding: 25px 30px
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 736px) and (min-resolution: 2dppx) {
  .sp-help-nav {
    padding: 15px 30px
  }
}

.sp-help-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 99991;
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
  font-family: "elevio-noto-sans", Helvetica, Arial, sans-serif;
  box-shadow: -3px 0 15px 0 rgba(0, 0, 0, .25);
  opacity: 0;
  background-color: #fff
}

.sp-help-container.sp-help-minimize,
.sp-help-container.sp-help-maximize,
.sp-help-container.sp-help-hide,
.sp-help-container.sp-help-show {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.sp-help-container.sp-help-show {
  -webkit-animation-name: right_to_left;
  animation-name: right_to_left;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.55, 0, .1, 1);
  animation-timing-function: cubic-bezier(.55, 0, .1, 1)
}

.sp-help-container.sp-help-hide {
  -webkit-animation-name: left_to_right;
  anim+ation-name: left_to_right;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.55, 0, .1, 1);
  animation-timing-function: cubic-bezier(.55, 0, .1, 1)
}

@-webkit-keyframes right_to_left {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes right_to_left {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes left_to_right {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
  }
}

@keyframes left_to_right {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
  }
}

.sp-help-container.sp-help-minimize {
  -webkit-animation-name: top_to_bottom;
  animation-name: top_to_bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.55, 0, .1, 1);
  animation-timing-function: cubic-bezier(.55, 0, .1, 1)
}

@-webkit-keyframes top_to_bottom {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 1
  }
}

@keyframes top_to_bottom {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 1;
    bottom: 50px;
  }
}

.sp-help-container.sp-help-maximize {
  -webkit-animation-name: bottom_to_top;
  animation-name: bottom_to_top;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.55, 0, .1, 1);
  animation-timing-function: cubic-bezier(.55, 0, .1, 1)
}

@-webkit-keyframes bottom_to_top {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes bottom_to_top {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.sp-help-nav-tab {
  flex-flow: column;
  height: 100%
}

.sp-help-nav-tab,
.sp-help-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.sp-help-content {
  position: relative;
  -webkit-perspective: 0;
  -webkit-box-flex: 2;
  flex: 2;
  flex-flow: column;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.sp-help-content::-webkit-scrollbar {
  width: 10px
}

.sp-help-content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 1000px
}

.sp-help-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .15);
  border-radius: 1000px
}

.sp-help-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .2)
}

.sp-help-content > div {
  -webkit-transition: top .25s cubic-bezier(.55, 0, .1, 1);
  transition: top .25s cubic-bezier(.55, 0, .1, 1);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  top: 0;
  padding: 0px
}

.sp-help-content .tab-content {
  height: 100%;
}

.sp-help-content #sp-help-iframe {
  height: calc(100% - 5px);
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  background: rgba(255, 255, 255, 0.93);
}

.sky-form {
  border: none;
}

.sky-form input {
  border-radius: 20px !important;
  height: 40px !important;
  font: 16px/40px 'Open Sans', Helvetica, Arial, sans-serif !important;
  padding: 6px 16px !important;
}

.sky-form .input input {
  border-color: rgba(255, 255, 255, 0);
  color: #737275;
}

.sky-form .icon-append {
  font-size: 18px;
  height: 36px;
  line-height: 38px;
  border-color: rgba(255, 255, 255, 0);
  color: #4C4B4B;
}

.sky-form .input input:focus {
  border-color: rgba(255, 255, 255, 0);
}

.align-center {
  margin: auto
}

.uv-popover {
  z-index: 2147483000 !important
}

.frameDiv {
  border: 0px solid #ddd;
  min-height: 526px;
  width: 100%;
  height: 100%;
}

#sp-help .sp-help-link.link-img {
  display: block;
  font-size: 14px;
  margin-top: 0px;
  cursor: pointer;
  padding: 10px 0px 1px;
  border-radius: 3px;
}

#sp-help .sp-help-link.link-img:hover {
  background: #EEE;
}

#sp-help .sp-help-link.link-img i {
  font-size: 40px;
  color: #fc9700;
  display: block;
  height: 40px;
  border: 0px;
}

#sp-help .sp-help-link-imgonly {
  display: block;
  font-size: 14px;
  margin-top: 0px;
  cursor: pointer;
  padding: 10px 0px 0px;
  border-radius: 3px;
}

#sp-help .sp-help-link-imgonly:hover {
  background: #EEE;
}

#sp-help .sp-help-link.link-only {
  display: block;
  font-size: 14px;
  margin-top: 0px;
  cursor: pointer;
  line-height: 24px;
  text-decoration: none;
  color: #fc9700;
}

#sp-help .sp-help-link.link-only:hover {
  text-decoration: underline;
}

#sp-help .sp-help-link .sp-help-img {
  margin-bottom: 15px;
}

#sp-help .sp-help-link span, #sp-help .sp-help-link-imgonly span {
  color: #555;
  margin-top: 10px;
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#sp-help .sp-help-link.link-icon span {
  margin-bottom: 10px;
}

.sp-rl-border {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.sp-left-border {
  border-left: 1px solid #eaeaea;
}

.sp-right-border {
  border-right: 1px solid #eaeaea;
}

.sp-up-border {
  border-top: 1px solid #eaeaea;
}

.sp-help-nav-block:hover .sp-help-block-element {
  background-color: #fc9700 !important;
}

.sp-help-block-element {
  height: 50px;
  width: 50px;
}

.sp-help-img {
  width: auto;
  height: 60px;
}

.sp-help-webinar-img {
  width: auto;
  height: 50px;
}

.sp-help-btn i {
  height: 15px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  line-height: 14px;
}

.sp-help-header-txt {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}

.sp-help-header-subtxt {
  font-size: 13px;
}

.sp-webinar-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
  line-height: 16px;
}

#sp-webinar .sp-themed-btn {
  padding: 6px 10px;
  width: 70px;
  margin-top: 5px;
}

.sp-how-to-topic-header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #555;
  padding: 6px 0px;
}

.sp-how-to-topic {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
  display: block;
  text-align: center;
}

.sp-how-to-topic:first-child {
  margin-top: 20px;
}

.sp-how-to-topic:hover {
  text-decoration: underline;
}

.sp-how-to-topic i {
  font-size: 20px;
  margin: 0px auto;
  text-align: center;
}

.sp-how-to-topic span {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.sp-iframe-back-div {
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #FFF;
  color: #fc9700;
  padding: 2px 4px 0px 0px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .20);
}

.sp-iframe-back-link {
  cursor: pointer;
  color: #fc9700;
  font-size: 14px;
  line-height: 14px;
}

.sp-iframe-back-link:hover {
  color: #fc9700;
  text-decoration: underline;
}

.sp-iframe-back-div:before {
  font-family: themify !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e64a";
  padding-right: 5px;
}

.sp-sol-webinar {
  padding: 15px 25px 10px;
  text-align: left;
}

.sp-sol-webinar-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.sp-webinar-desc p {
  float: left;
  width: calc(100% - 75px);
  line-height: 16px;
}

.sp-webinar-desc {
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #EEE;
}

.sp-webinar-desc a {
  float: right;
  width: 70px;
  margin-top: 0px !important;
}

.sp-no-border {
  border: 0px !important;
}

.sp-h-spacer {
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: black;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#eaeaea), to(#fff));
  margin: 20px auto;
}

.help-card {
  margin: 5px 0px;
  width: 100%;
  height: 120px;
  float: left;
  text-align: center;
  padding: 20px !important;
  position: relative;
  overflow: hidden;
  border-radius: 3px !important;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.09) !important;
  border: 1px solid #EEE !important;
}

.help-card h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  line-height: 20px;
  color: #555;
}

.help-card i {
  font-size: 60px;
  color: #fc9700;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.help-card p {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
  color: #555;
}

.help-card img {
  max-height: 60px;
  width: auto;
  margin: 0px auto;
}

.land-card p {
  font-size: 14px;
  line-height: 18px;
}

.help-card:hover {
  cursor: pointer;
  background: #f9f9f9;
  outline: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.help-card-locked {
  background-color: rgba(255, 0, 0, 0.05);
  top: -7px;
  width: 76px;
  color: red;
  padding: 2px;
  right: -26px;
  font-size: 12px;
  position: absolute;
  text-align: center;
  transform: rotate(407deg);
}

.help-card-locked i {
  font-size: 16px;
  margin: 0px auto -2px;
  height: 32px;
  line-height: 32px;
  transform: rotate(-45deg);
  position: relative;
  top: 3px;
  left: 30px;
}

.help-modal-ontop {
  z-index: 99991;
  box-shadow: 10px 0px 20px 10px rgba(0, 0, 0, 0.09);
}

.help-card-sm {
  margin: 5px 0px;
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px !important;
  position: relative;
  overflow: hidden;
  border-radius: 3px !important;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.09) !important;
  border: 1px solid #EEE !important;
}

.help-card-sm h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  color: #555;
  margin-top: 10px;
}

.help-card-sm i {
  font-size: 60px;
  color: #fc9700;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.help-card-sm p {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
  color: #555;
}

.help-card-sm img {
  max-height: 52px;
  width: auto;
  margin: 0px auto;
}

.land-card p {
  font-size: 14px;
  line-height: 18px;
}

.help-card-sm:hover {
  cursor: pointer;
  background: #f9f9f9;
  outline: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
