.wysdom-feedback-dialogue-form-btn,
.wysdom-btn-primary {
  background: #7b7b7b;
  text-decoration: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  border: none;
  min-width: 60px;
  line-height: 12px; }

.wysdom-search-form {
  display: flex; }

.wysdom-search-input-group {
  flex-grow: 1; }

.wysdom-search-input {
  height: 30px;
  width: calc(100% - 6px);
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #DEE7EE;
  padding: 0 12px;
  background: transparent; }
  .wysdom-search-input::-ms-clear {
    display: none; }
  .wysdom-search-input:disabled {
    opacity: .3; }

.wysdom-search-clear-button {
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
  background: transparent; }

.wysdom-search-autocomplete {
  width: calc(100% - 6px);
  position: relative;
  display: none; }

.wysdom-search-autocomplete-list {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #DEE7EE;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .wysdom-search-autocomplete-list li {
    padding: 6px 12px;
    border-bottom: 1px solid #DEE7EE; }
    .wysdom-search-autocomplete-list li a {
      color: black;
      text-decoration: none;
      font-family: ProximaNova, Arial, Helvetica, sans-serif;
      width: 100%;
      display: block; }
    .wysdom-search-autocomplete-list li:last-of-type {
      border-bottom: none;
      border-radius: 0 0 6px 6px; }
  .wysdom-search-autocomplete-list li.wysdom-search-autocomplete-selected,
  .wysdom-search-autocomplete-list li:hover {
    background: #f58426; }
    .wysdom-search-autocomplete-list li.wysdom-search-autocomplete-selected a,
    .wysdom-search-autocomplete-list li:hover a {
      color: #fff; }

.wysdom-search-submit {
  height: 30px;
  background: #7b7b7b;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 12px;
  font-weight: bold; }
  .wysdom-search-submit:disabled {
    opacity: .3; }

.wysdom-search-form *,
.wysdom-top-tips *,
.wysdom-search-result * {
  font-family: ProximaNova, Arial, Helvetica, sans-serif; }

.wysdom-search-progress-bar {
  position: relative;
  height: 5px;
  display: none;
  width: calc(100% - 6px);
  background-color: #DEE7EE;
  border-radius: 2px;
  overflow: hidden; }
  .wysdom-search-progress-bar .wysdom-search-progress-bar-progress {
    background-color: #f58426; }
    .wysdom-search-progress-bar .wysdom-search-progress-bar-progress:before, .wysdom-search-progress-bar .wysdom-search-progress-bar-progress:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right; }
    .wysdom-search-progress-bar .wysdom-search-progress-bar-progress:before {
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .wysdom-search-progress-bar .wysdom-search-progress-bar-progress:after {
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
      animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.wysdom-solution-list-container {
  display: none; }

.wysdom-solution-list-header,
.wysdom-solution-section-header {
  color: #f58426;
  font-size: 22px;
  font-weight: bold; }

.wysdom-solution-section-list-collapsible,
.wysdom-solution-section-list-toggle {
  display: none; }

.wysdom-solution-section-list-toggle {
  border: none;
  background: none;
  color: #f58426;
  padding: 0;
  font-weight: bold; }

.wysdom-solution-list-content,
.wysdom-solution-section-list,
.wysdom-solution-section-list-collapsible {
  list-style: none;
  padding: 0;
  margin: 0; }
  .wysdom-solution-list-content li,
  .wysdom-solution-section-list li,
  .wysdom-solution-section-list-collapsible li {
    margin-bottom: 24px; }
    .wysdom-solution-list-content li :last-child,
    .wysdom-solution-section-list li :last-child,
    .wysdom-solution-section-list-collapsible li :last-child {
      margin-bottom: 0px; }

.wysdom-solution-preview a {
  text-decoration: none; }

.wysdom-solution-preview > * {
  margin-bottom: 10px; }

.wysdom-solution-preview > *:last-child {
  margin-bottom: 0px; }

.wysdom-solution-preview-header {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block; }

.wysdom-solution-preview-excerpt {
  color: #5e5e5e;
  margin-bottom: 10px; }

.wysdom-solution-preview-readmore {
  padding: 9px 12px; }

.wysdom-top-tips-content,
.wysdom-search-result-content {
  margin-top: 12px; }

.wysdom-search-feedback-container {
  margin-top: 12px; }

.wysdom-feedback-container {
  display: none; }

.wysdom-chat-escalation-txt,
.wysdom-feedback-dialogue-header,
.wysdom-feedback-header {
  color: #f58426;
  font-weight: bold;
  font-size: 18px;
  margin: 0 12px 6px 0; }

.wysdom-feedback-btn:first-of-type {
  margin-right: 12px; }

.wysdom-feedback-dialogue {
  display: none; }

.wysdom-feedback-dialogue-form .wysdom-feedback-dialogue-form-comment {
  resize: none;
  width: 60%;
  min-width: 300px;
  display: block;
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 14px;
  overflow: auto; }

.wysdom-feedback-dialogue-form .wysdom-feedback-dialogue-form-btn {
  margin-top: 6px; }

.wysdom-article-feedback-container .wysdom-feedback-btn {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 0;
  min-width: 0; }

.wysdom-chat-escalation-container {
  margin-top: 12px; }

.wysdom-chat-escalation-btn {
  padding: 10px 12px; }

.wysdom-solution-view .wysdom-solution-view-header {
  font-size: 26px;
  font-weight: bold;
  color: #f58426;
  margin-bottom: 24px;
  font-family: ProximaNova, Arial, Helvetica, sans-serif; }

.wysdom-solution-view .wysdom-solution-view-content-iframe {
  border: none;
  width: 100%;
  min-height: 300px; }

.wysdom-modal-body {
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .wysdom-modal-body iframe {
    margin-top: 12px;
    width: 100%;
    border: none; }

.wysdom-solution * {
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  font-size: 14px; }

.wysdom-solution a {
  color: #f58426; }

.wysdom-solution button {
  box-sizing: border-box;
  position: relative;
  background: transparent;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  color: currentColor;
  text-align: center;
  margin: 0;
  min-width: 88px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 3px; }
  .wysdom-solution button:not(:disabled):not(.active):hover {
    background-color: rgba(0, 0, 0, 0.12); }

.wysdom-solution img {
  max-width: 100%;
  display: block;
  margin: auto; }

.wysdom-solution-img.on {
  padding: 0 16px;
  margin-top: 8px;
  overflow-y: hidden; }
  .wysdom-solution-img.on img {
    max-width: 100%;
    display: block;
    margin: auto; }

.wysdom-solution-img:not(.on) {
  max-width: 200px;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  margin: auto;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center; }

.wysdom-solution-screenshot-speaker {
  width: 40px;
  height: 6px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: gray; }

.wysdom-solution-screenshot-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .wysdom-solution-screenshot-content img {
    width: 100%; }

.wysdom-solution-screenshot-mic {
  width: 60px;
  height: 10px;
  margin-top: 15px;
  border-radius: 20px;
  background-color: gray; }

.wysdom-solution-carousel {
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  min-width: 540px; }

.wysdom-solution-carousel-nav {
  flex: 1;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ccc;
  max-height: 600px;
  overflow-y: auto; }
  .wysdom-solution-carousel-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .wysdom-solution-carousel-nav ul li {
      border-bottom: 1px solid #ccc; }

div.wysdom-solution-carousel-nav-btn {
  width: 100%;
  border-radius: 0px;
  text-align: left;
  padding: 0 16px;
  cursor: pointer;
  box-sizing: border-box; }
  div.wysdom-solution-carousel-nav-btn:not(:disabled):not(.active):hover {
    background-color: rgba(0, 0, 0, 0.12); }
  div.wysdom-solution-carousel-nav-btn.active {
    background: #f58426;
    color: #fff; }
    div.wysdom-solution-carousel-nav-btn.active a {
      color: #fff; }
  div.wysdom-solution-carousel-nav-btn > span {
    display: flex; }
    div.wysdom-solution-carousel-nav-btn > span .wysdom-step-count {
      font-weight: bold;
      margin-right: 8px; }
    div.wysdom-solution-carousel-nav-btn > span > span {
      line-height: 1.2rem;
      margin: 14px 0; }

.wysdom-solution-carousel-step {
  flex: 1;
  padding: 8px;
  min-width: 320px; }

.wysdom-solution-carousel-img-nav {
  display: flex;
  padding-top: 16px; }
  .wysdom-solution-carousel-img-nav > div {
    flex: 1; }
  .wysdom-solution-carousel-img-nav > button {
    font-size: 3rem;
    min-width: 0;
    padding: 0 8px; }
    .wysdom-solution-carousel-img-nav > button:disabled {
      cursor: default;
      color: rgba(0, 0, 0, 0.38); }

.wysdom-solution-steps > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.wysdom-solution-steps > ul > li {
  margin-bottom: 16px;
  min-width: 250px;
  padding: 8px 24px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  display: block;
  position: relative;
  border-radius: 2px;
  background: white;
  color: black;
  padding: 8px 24px; }

.wysdom-solution-steps div.wysdom-solution-steps-btn {
  width: 100%;
  border-radius: 0px;
  text-align: left;
  margin-bottom: 8px;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer; }
  .wysdom-solution-steps div.wysdom-solution-steps-btn:not(:disabled):not(.active):hover {
    background-color: rgba(0, 0, 0, 0.12); }
  .wysdom-solution-steps div.wysdom-solution-steps-btn > div {
    display: flex;
    align-items: center;
    line-height: 1.2rem; }
  .wysdom-solution-steps div.wysdom-solution-steps-btn .wysdom-solution-img {
    padding: 0 16px;
    margin-top: 8px;
    overflow-y: hidden; }

.wysdom-solution-steps .wysdom-step-count {
  background-color: #f58426;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
  margin-right: 8px; }

.wysdom-solution-steps .wysdom-step-content {
  flex: 1; }

.wysdom-solution-section {
  margin-bottom: 24px; }
  .wysdom-solution-section:last-child {
    margin-bottom: 0; }

.wysdom-step-content,
.wysdom-solution-intro,
.wysdom-solution-content,
.wysdom-solution-conclusion {
  white-space: pre-wrap; }

.wysdom-carousel-enabled .wysdom-solution-steps {
  display: none; }

.wysdom-solution-view-content-iframe {
  display: none; }

.wysdom-solution-app-link img {
  max-width: 175px; }

.wysdom-solution-app-img img {
  max-width: 100%; }

.wysdom-article-feedback-container .wysdom-feedback-dialogue-form-btn,
.wysdom-article-feedback-container .wysdom-feedback-btn {
  background: #f58426; }

.wysdom-search-result-pagination {
  align-items: center;
  margin: 0 auto;
  display: table; }

.wysdom-search-result-pagination-pager,
.wysdom-search-result-pagination-prev,
.wysdom-search-result-pagination-next {
  display: inline-block; }

.wysdom-search-result-pagination-pager li {
  display: inline; }

@media screen and (max-width: 767px) {
  .wysdom-carousel-enabled .wysdom-solution-steps {
    display: block; }
  .wysdom-carousel-enabled .wysdom-solution-steps-carousel {
    display: none; } }

.wysdom-search-from-template-c {
  background-color: transparent;
  display: block; }
  .wysdom-search-from-template-c .wysdom-search-input-group {
    position: relative;
    border: 1px solid #DEE7EE;
    border-radius: 6px;
    padding: 3px 20px;
    background: #fff; }
    .wysdom-search-from-template-c .wysdom-search-input-group .wysdom-search-icon {
      display: inline-block;
      vertical-align: middle;
      background: transparent;
      border: none;
      padding: 0; }
      .wysdom-search-from-template-c .wysdom-search-input-group .wysdom-search-icon svg {
        fill: #f58426;
        width: 24px;
        height: 24px; }
    .wysdom-search-from-template-c .wysdom-search-input-group .wysdom-search-input {
      width: calc(100% - 46px);
      border: none;
      background: none;
      outline: none;
      box-sizing: border-box;
      padding: 6px; }
      .wysdom-search-from-template-c .wysdom-search-input-group .wysdom-search-input:focus {
        outline: none; }
  .wysdom-search-from-template-c .wysdom-search-progress-bar,
  .wysdom-search-from-template-c .wysdom-search-autocomplete {
    width: auto; }
  .wysdom-search-from-template-c .wysdom-search-autocomplete .wysdom-search-autocomplete-list {
    box-sizing: border-box; }

.wysdom-search-from-template-a {
  display: block; }
  .wysdom-search-from-template-a * {
    box-sizing: border-box; }
  .wysdom-search-from-template-a .wysdom-search-input-group {
    display: flex;
    border: 1px solid #DEE7EE; }
    .wysdom-search-from-template-a .wysdom-search-input-group .wysdom-search-input {
      border: none;
      border-radius: 0;
      width: 100%; }
      .wysdom-search-from-template-a .wysdom-search-input-group .wysdom-search-input:focus {
        outline: none; }
  .wysdom-search-from-template-a .wysdom-search-submit {
    border-radius: 0; }
  .wysdom-search-from-template-a .wysdom-search-progress-bar,
  .wysdom-search-from-template-a .wysdom-search-autocomplete {
    width: 100%; }

.wysdom-solution-section-list-toggle,
.wysdom-btn-primary,
.wysdom-btn-secondary,
.wysdom-search-form .wysdom-search-submit {
  border-radius: 6px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: .5rem .25rem;
  min-width: 100px;
  background: #f58426;
  color: #fff;
  height: auto; }
  .wysdom-solution-section-list-toggle:hover,
  .wysdom-btn-primary:hover,
  .wysdom-btn-secondary:hover,
  .wysdom-search-form .wysdom-search-submit:hover {
    opacity: 0.9; }

.wysdom-btn-primary {
  background: #7b7b7b; }

.wysdom-article-feedback-container .wysdom-feedback-btn,
.wysdom-feedback-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  min-width: 0;
  background: #f58426; }

.wysdom-search-icon {
  vertical-align: middle; }
  .wysdom-search-icon::before {
    font-size: 1.75rem;
    vertical-align: middle;
    line-height: 1.2; }

.wysdom-search-form .wysdom-search-input-group {
  border: none;
  background: #fff;
  padding: 10px 12px; }

.wysdom-search-input {
  border-radius: 0;
  font-size: 24px;
  color: #f58426;
  background: #fff;
  padding-left: 20px; }

.wysdom-search-clear-button {
  display: inline-block;
  margin-left: 20px; }

.wysdom-search-autocomplete {
  z-index: 1050; }

.wysdom-search-autocomplete-list {
  border: none;
  border-radius: 0; }
  .wysdom-search-autocomplete-list li {
    color: #333;
    line-height: 1.2;
    padding: 10px 55px;
    border: none;
    font-size: .875rem;
    font-weight: normal; }
    .wysdom-search-autocomplete-list li.wysdom-search-autocomplete-selected, .wysdom-search-autocomplete-list li:hover {
      background-color: #e9e9e9; }
      .wysdom-search-autocomplete-list li.wysdom-search-autocomplete-selected a, .wysdom-search-autocomplete-list li:hover a {
        color: #333; }
    .wysdom-search-autocomplete-list li:last-of-type {
      border-radius: 0; }

.wysdom-tangerine-no-result {
  font-weight: bold;
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.5;
  font-size: 1.125rem; }
  .wysdom-tangerine-no-result span {
    margin-bottom: 12px;
    display: block; }
  .wysdom-tangerine-no-result ul {
    color: #f58426;
    padding-left: 20px;
    margin-top: 12px; }
    .wysdom-tangerine-no-result ul li {
      display: list-item; }

.wysdom-solution-section-header {
  color: #333;
  color: #f58426;
  font-size: 1.5rem;
  margin-bottom: 1.25rem; }

.wysdom-top-tips-content li,
.wysdom-solution-section-list-collapsible li,
.wysdom-solution-section-list li {
  background: #fff;
  padding: 1.25rem; }

.wysdom-solution-section-list-toggle {
  margin: 0 0 0 auto; }

.wysdom-solution-preview {
  display: flex; }
  .wysdom-solution-preview span {
    align-self: center; }
    .wysdom-solution-preview span:first-of-type {
      width: calc(100% - 30px); }
  .wysdom-solution-preview a {
    margin-left: 24px;
    white-space: nowrap;
    border-radius: 6px;
    padding: 0.5em 20px 0.5em 20px;
    font-weight: bold; }
  .wysdom-solution-preview a,
  .wysdom-solution-preview .wysdom-solution-preview-header,
  .wysdom-solution-preview .wysdom-solution-preview-excerpt {
    font-size: .875rem;
    margin-bottom: 1em; }

.wysdom-feedback-container {
  font-family: ProximaNova, Arial, Helvetica, sans-serif; }

.wysdom-feedback-header {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  vertical-align: bottom;
  line-height: 40px;
  margin-bottom: 0; }

.wysdom-solution,
.wysdom-article-feedback-container {
  background: #fff;
  padding: 1.5rem 2rem; }
  .wysdom-solution .wysdom-feedback-header,
  .wysdom-article-feedback-container .wysdom-feedback-header {
    margin-bottom: 0; }

.wysdom-solution-preview-feedback .wysdom-article-feedback-container {
  padding: 0; }

.wysdom-solution-view .wysdom-solution-view-header {
  color: #333;
  font-size: 1.5rem; }

.wysdom-solution {
  background: #fff; }
  .wysdom-solution * {
    font-size: 0.875rem; }
  .wysdom-solution a {
    font-weight: bold; }

.wysdom-solution-view-feedback {
  margin-top: 1rem; }

.wysdom-solution-view-content.wysdom-solution-view-err {
  text-align: center;
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  font-size: 1.75rem; }

@media (max-width: 480px) {
  .wysdom-search-autocomplete-list li {
    font-size: 1.125rem; } }

@media (max-width: 980px) {
  .wysdom-search-form .wysdom-search-input-group {
    padding: 6px 10px; }
  .wysdom-solution-preview {
    display: block; }
    .wysdom-solution-preview span a {
      margin-left: 0;
      margin-top: 1em; }
  .wysdom-search-icon::before {
    font-size: 1.5rem; } }

@media (min-width: 1279px) {
  .wysdom-search-input,
  .wysdom-search-submit {
    height: 36px; }
  .wysdom-article-feedback-container .wysdom-feedback-btn
.wysdom-btn-primary,
  .wysdom-btn-secondary,
  .wysdom-search-form .wysdom-search-submit {
    font-size: 1.125rem; }
  .wysdom-solution-preview .wysdom-solution-preview-header,
  .wysdom-solution-preview .wysdom-solution-preview-excerpt,
  .wysdom-solution-preview span a {
    font-size: 1.125rem; } }


/*# sourceMappingURL=wysdom.websearch.css.map*/