﻿@charset "UTF-8";

/* Upland Branding */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  src: local("Open Sans Regular"),
       local("OpenSans-Regular"),
       url(fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?bmfypd');
  src:  url('fonts/icomoon.eot?bmfypd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?bmfypd') format('truetype'),
    url('fonts/icomoon.woff?bmfypd') format('woff'),
    url('fonts/icomoon.svg?bmfypd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ra-icon-"], [class*=" ra-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ra-icon-systemhelp:before {
  content: "\e901";
}
.ra-icon-language:before {
  content: "\e900";
}

body {
  background: #FFF;
  font-family: Open Sans;
  color: #808080;}

.-text-comm {
  color: #808080; }

.-text-kb {
  color: #808080; }

a, a:active {
  color: #0090CA; }

a:hover,
a:focus {
  color: #222B5E; }

a.-line {
  text-decoration: underline; }

a.block {
  display: block; }
  a.block:hover, a.block:focus, a.block:active {
    text-decoration: none; }

a.text-muted {
  color: #525c8d; }

a.content {
  color: #337ab7; }

.icon-link:hover, .icon-link:active, .icon-link:focus {
  text-decoration: none; }
  .icon-link:hover .icon-link__text, .icon-link:active .icon-link__text, .icon-link:focus .icon-link__text {
    text-decoration: underline; }

.btn-primary,
.open > .btn-primary.dropdown-toggle {
  background-color: #0090CA;
  border-color: #3f4b86; }

.btn-primary[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:active,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: #0090CA;
  border-color: #1f2441; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background-color: #0090CA;
  border-color: #2f3764; }

.btn-link {
  color: #374175; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #4f5ea9; }

.btn-row {
  margin-bottom: 10px; }
  .btn-row.-right {
    text-align: right; }

.label-primary {
  background-color: #374175; }

.panel-primary > .panel-heading {
  background-color: #374175; }

.progress-bar {
  background-color: #374175; }

.dropdown-menu.-no-list {
  padding: 15px; }

.dropdown-select {
  display: block;
  margin-bottom: 5px; }
  .dropdown-select__button {
    text-align: left;
    width: 100%; }
    .dropdown-select__button > .caret {
      position: absolute;
      right: 15px;
      top: 15px; }
  .dropdown-select__value-label {
    display: block;
    margin-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dropdown-select__arrow-sep {
    display: none; }
  .dropdown-select__img {
    float: left;
    width: 25px;
    margin-right: 5px;
    vertical-align: text-bottom; }
  .dropdown-select__img-label {
    margin-left: 30px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dropdown-select.-lg .dropdown-menu {
    font-size: 18px; }
    .dropdown-select.-lg .dropdown-menu > li > a {
      width: 300px;
      padding: 7px 20px;
      white-space: normal; }
  @media (min-width: 768px) {
    .dropdown-select {
      display: inline-block; }
    .dropdown-select__button {
      max-width: 100%;
      width: 300px; }
    .dropdown-select__arrow-sep {
      display: inline;
      font-size: 28px;
      padding: 0 16px;
      vertical-align: middle;
      margin-top: -60px;
    } }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #374175; }

.bullet-list {
  padding-left: 0;
  word-wrap: break-word; }
  .bullet-list.-indent {
    padding-left: 15px; }
  .bullet-list > li, .bullet-list > a {
    list-style: none; }
  .bullet-list > li,
  .bullet-list > a {
    padding-left: 12px;
    position: relative;
    margin: 5px 0px 0px 8px;}
    .bullet-list > li::before,
    .bullet-list > a::before {
      display: inline-block;
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 7px;
      left: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 5px solid #374175; }
    .bullet-list > li:not(:last-child),
    .bullet-list > a:not(:last-child) {
      margin-bottom: 5px; }
  .bullet-list.-sm {
    font-size: 12px; }
  .bullet-list.-sm > li::before,
  .bullet-list.-sm > a::before {
    top: 4px; }

.link-list {
  padding-left: 0;
  word-wrap: break-word; }
  .link-list.-indent {
    padding-left: 15px; }
  .link-list > li, .link-list > a {
    list-style: none; }
  .link-list.-bordered > li {
    border-bottom: 1px solid #eeeeee; }
  .link-list.-bordered > li:last-child {
    border-bottom: none; }
  .link-list.-hover > li:hover {
    background-color: #f2f2f2; }
  .link-list.-striped > li:nth-child(odd) {
    background-color: #eeeeee; }
  .link-list > li > a {
    display: block;
    padding: 10px 20px; }
    .link-list > li > a:hover {
      text-decoration: none; }

.padded-list {
  padding-left: 0;
  word-wrap: break-word; }
  .padded-list.-indent {
    padding-left: 15px; }
  .padded-list > li, .padded-list > a {
    list-style: none; }
  .padded-list.-bordered > li {
    border-bottom: 1px solid #eeeeee; }
  .padded-list.-bordered > li:last-child {
    border-bottom: none; }
  .padded-list.-striped > li:nth-child(odd) {
    background-color: #eeeeee; }
  .padded-list > li {
    padding: 10px 20px;
    border-radius: 4px; }

.collapse-list {
  list-style-type: none;
  padding: 0; }
  .collapse-list__item {
    padding: 5px;
    -webkit-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
    .collapse-list__item.-highlight {
      background-color: #f7ecb5;
      border-radius: 7px; }
  .collapse-list__link > .glyphicon-menu-down {
    font-size: 10px;
    position: relative;
    top: -1px;
    padding: 5px; }
  .collapse-list__link > .label {
    vertical-align: middle; }
  .collapse-list__link.collapsed > .glyphicon-menu-down {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .collapse-list__title {
    font-size: 16px;
    line-height: normal; }
  .collapse-list__content {
    padding: 15px 15px 15px 25px; }

.edit-item {
  position: relative; }
  .edit-item__controls {
    float: left;
    margin-right: 5px; }

dd {
  margin-bottom: 5px; }

.no-content {
  padding: 20px;
  color: #777777; }
  .no-content.-center {
    text-align: center; }

.nm {
  margin: 0; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .overlay > img {
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    opacity: 0; }
    .overlay > img.in {
      opacity: 1; }
  .overlay-wrap {
    min-height: 80px;
    position: relative; }

.glyphicon.-sm {
  font-size: 12px; }

.glyphicon.-md {
  font-size: 24px; }

.glyphicon.-lg {
  font-size: 48px; }

.ra-fa-share-alt:before {
  content: "\f1e0"; }

.dot::after {
  content: "·";
  display: inline;
  position: relative;
  top: 2px;
  padding: 0 3px; }

.badge {
  font-family: sans-serif; }

.section {
  margin-bottom: 20px;
  margin-top: 5px;}
  .section__title {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: normal;
    font-size: 2em;
    padding: 0;
    margin: 0 0 10px; }
    .section__title.-center {
      text-align: center; }
    .section__title.-strong {
      font-weight: bold; }
    .section__title.-sm {
      font-size: 1.7em;
      margin-bottom: 7px; }

.ra-check {
  display: inline-block;
  line-height: 1;
  word-break: break-all;
}
  .ra-check__box {
    display: inline-block;
    cursor: default;
    height: 12px;
    width: 12px;
    border: 1px solid #C2C2C2;
    position: relative;
    top: 1px; }
  .ra-check:hover > .ra-check__box {
    border: 1px solid #B2B2B2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  .ra-check.checked > .ra-check__box {
    background-image: url("../images/checkmark.png");
    background-repeat: no-repeat;
    background-position: -6px -6px; }
  .ra-check.disabled > .ra-check__box {
    background-color: #E6E6E6; }
  .ra-check.disabled:hover > .ra-check__box {
    border: 1px solid #C2C2C2;
    box-shadow: none; }
  .ra-check__label {
    padding-left: 5px; }

select.-sm {
  height: auto;
  width: auto;
  padding: 2px;
  font-size: 12px; }

.head-sep {
  position: relative;
  border-top: 1px solid #cccccc;
  margin: 22px 0; }
  .head-sep__icon {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    padding-top: 2px;
    background-color: white;
    border: 5px solid white;
    border-radius: 50%;
    font-size: 26px;
    color: #374175;
    text-align: center;
    line-height: 1; }

.user-info__content {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px; }

.user-info__image {
  display: inline-block; }

.user-info__title {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  margin: 0; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }

.page-title {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  margin: 0 0 20px; }

.scroll-top {
  display: block;
  position: fixed;
  bottom: 40px;
  right: -60px;
  background-color: #777;
  padding: 3px 3px 3px 7px;
  border-radius: 4px 0 0 4px;
  opacity: 0.6;
  color: white;
  font-size: 25px;
  -webkit-transition: right 100ms linear;
  transition: right 100ms linear; }
  @media (min-width: 992px) {
    .scroll-top {
      padding: 7px 10px 7px 14px; } }
  .scroll-top.-active {
    right: 0; }
  .scroll-top:hover, .scroll-top:focus, .scroll-top:active {
    color: white;
    outline: none; }
  .scroll-top:hover {
    opacity: 0.9; }

.page-error {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border-radius: 0; }
  @media (min-width: 768px) {
    .page-error {
      bottom: 25px;
      left: auto;
      right: 25px;
      width: auto;
      border-radius: 4px; } }

.form__title {
  margin: 0 0 15px;
  font-size: 30px;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; }

.kb-icon {
  color: #892C25; }

.comm-icon {
  color: #6F5499; }

.target-highlight :target {
  -webkit-animation: highlight 1s ease;
          animation: highlight 1s ease; }

@-webkit-keyframes highlight {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes highlight {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media (max-width: 767px) {
  body {
    padding-top: 85px; } }

.header {
  background-color: #0090CA; }
  @media (max-width: 767px) {
    .header {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1025; } }
  .header__main-wrap {
	height: 45px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 768px) {
    .header {
      margin-bottom: 15px; }
      .header__main-wrap {
        padding: 20px 0;
		height: 45px;} }

  .header__logo-link {
    display: inline-block;
  }

	@media (max-width: 800px) {
		div.header__left a.header__logo-link {
			display: none;
		}
	}

  .header__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
  .header__login-wrap {
    padding: 5px 0; }
  .header__sub {
    background-color: #f2f9fc;
	height: 41px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset; }

.login-btn {
  padding: 5px 8px;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #374175;
  color: #374175;
  font-weight: bold;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .login-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: #374175;
    text-decoration: none; }
  .login-btn.-alt {
    background-color: #51caff;
    border-color: #51caff;
    color: #FFF; }
    .login-btn.-alt:hover {
      background-color: #3ab5ea; }

.profile-button {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  padding: 0 3px; }
  @media (min-width: 768px) {
    .profile-button {
      padding: 3px 5px; } }
  .profile-button:hover, .profile-button.-active {
    -webkit-box-shadow: none;
    box-shadow: none;}
  .profile-button__text {
    float: left;
    padding-right: 8px;
    color: #777777;
    display: inline;
    text-align: right; }
    .profile-button__text .-overflow {
      max-width: 130px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .profile-button__text .ln1 {
      color: #bddfff;
	  padding-top: 5px;
	   max-height: 50px;
       }
    .profile-button__text .ln2 {
      color: #777777;
      font-size: 12px;
      position: relative;
      top: -4px; }
  .profile-button .user-image {
    float: left;
    width: auto; }
    .profile-button .user-image__avatar {
      max-width: 35px; }

.profile-menu {
  min-width: 250px;
  max-width: 300px;
  padding: 0; }
  .profile-menu__wrap {
    padding: 15px; }
  .profile-menu__sep {
    border-top: 1px solid #eeeeee; }
    .profile-menu__sep.-strong {
      border-width: 2px; }
  .profile-menu__title {
    font-size: 16px;
    font-weight: bold;
    margin: 0; }
  .profile-menu__subtext {
    font-size: 85%;
    font-style: italic;}
  .profile-menu__form-label {
    margin: 0 7px 0 0;
    font-weight: normal; }
  .profile-menu .link-list > li > a {
    padding-left: 15px; }
  .profile-menu .link-list > li:last-child {
    border-radius: 0 0 4px 4px; }
  .profile-menu .-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    }
  .profile-menu .-break {
    max-width: 300px;
    word-wrap: break-word; }
  .profile-menu::before {
    position: absolute;
    top: -7px;
    right: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .profile-menu::after {
    position: absolute;
    top: -6px;
    right: 13px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }

.navbar {
  margin-bottom: 0;
  min-height: 0;
  color: #151515;}
  .navbar-toggle {
    background-color: transparent;
    border-color: #889DAF;
    float: left;
    padding: 6px;
    margin-top: 5px;
    margin-bottom: 5px; }
    .navbar-toggle:hover {
      border-color: #374175;
      background-color: #e9edf2; }
    .navbar-toggle .icon-bar {
      width: 18px;
      background-color: #374175; }
  @media (max-width: 767px) {
    .navbar-nav > li > a {
      color: #374175; }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
        background-color: #e9edf2;
        color: #197b30; }
    .navbar-collapse {
      background-color: #e9edf2;
      margin-right: -15px;
      margin-left: -15px;
      border-top: 1px solid #cccccc; }
  }
  @media (min-width: 768px) {
    .navbar-nav.-main > li > a {
      letter-spacing: 1px; }
      .navbar-nav.-main > li > a:first-child {
        margin-left: -5px; }
    .navbar-nav.-other > li > a {
      padding: 5px; }
    .navbar-nav > li > a {
      padding: 8px 25px;
      font-size: 13px;
      color: inherit; }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #197b30;
		}
    .navbar-collapse {
      background-color: transparent;
      padding: 0; } }

.navbar-nav > li.active {
	color: #197b30;
	border-bottom: 4px solid #197b30;
}



.footer {
  margin-top: 50px;
  background-color: #e2e2e2; }
  .footer__content {
    color: #333;
    padding: 30px 10px;
    background-color: #f2f9fc; }
    .footer__content a {
      color: #666; }
      .footer__content a:hover, .footer__content a:active, .footer__content a:focus {
        color: #333;
        text-decoration: none; }
  .footer__head {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 2.3em; }
  @media (max-width: 767px) {
    .footer__group {
      margin-bottom: 25px; }
      .footer__group:last-child {
        margin-bottom: 0; } }
  .footer__link-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0; }
    .footer__link-list > li {
      margin: 7px 0; }
      .footer__link-list > li > a {
        line-height: 1.5em; }
  .footer__version {
    padding: 30px 0;
    color: #777777;
    text-align: center;
  font-size: 12px;}

.aside {
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  min-width: 260px;
}
  .aside.-full {
    padding: 20px 0; }
    .aside.-full .tab-bar.-sm {
      padding-left: 13px; }
  .aside.-full .aside__wrap {
    padding-left: 20px;
    padding-right: 20px; }
  .aside__title {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 15px; }
    .aside__title.-small {
      font-size: 1.5em;
      margin-bottom: 5px; }
  .aside.-full .aside__title {
    padding: 0 20px; }
  .aside__subtitle {
    font-size: 1em;
    font-weight: bold;
    color: #555555; }
  .aside__ctrls {
    padding: 5px 0; }
  .aside__footer {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 10px 20px;
    background-color: #eeeeee;
    border-radius: 0 0 10px 10px;
    color: #777777; }
  .aside.-full .aside__footer {
    margin-right: 0;
    margin-left: 0; }

.aside-detail {
  margin-bottom: 20px;
  padding-left: 20px; }
  .aside-detail:last-child {
    margin-bottom: 0; }
  .aside-detail__title {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    padding-bottom: 5px;
    margin-left: -10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc; }

.account {
  position: relative; }
  .account__image {
    width: 95px;
    float: left; }
  .account__content {
    margin-left: 105px; }
  .account__edit-btn-wrap {
    margin: 15px 0; }
  .account__title {
    margin: 0;
    font-size: 2.4em; }
  .account__subtitle {
    font-size: 1.2em;
    color: #777777;
    margin: 0 0 5px; }
  .account__section {
    float: left;
    width: 100%; }
  @media (min-width: 768px) {
    .account__section {
      width: 50%; } }
  .account__section-title {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0; }
  .account__section-text {
    margin-bottom: 5px; }
  .account__success-wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    margin-bottom: 0;
    background-color: rgba(223, 240, 216, 0.9);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear; }
    .account__success-wrap.-in {
      opacity: 1; }

.game-summary {
  background-color: #AEC8E0;
  border-radius: 4px;
  border: 1px solid #777777;
  padding: 25px 10px 15px 10px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  margin-bottom: 20px; }
  .game-summary__icon {
    position: absolute;
    width: 50px;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    padding: 7px 0;
    background-color: #F9C231;
    border: 2px solid #777777;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: white; }
  .game-summary__title {
    text-align: center;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    margin: 0 0 10px;
    font-weight: bold; }
  .game-summary__detail {
    text-align: center;
    margin-bottom: 10px; }
  .game-summary__progress {
    margin: 3px 0 0;
    height: 12px; }
    .game-summary__progress .progress-bar {
      -webkit-transition: width ease 500ms;
      transition: width ease 500ms; }
  .game-summary__help-link {
    color: #525c8d;
    font-size: .9em;
    font-weight: bold; }

.my-posts__filter-row {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #DDD; }

.my-posts__filter-label {
  margin-right: 5px; }

.my-posts__results {
  position: relative; }

.ticket-table tr.closed > td {
  color: #777777; }

.ticket-table tr.closed a {
  color: #989cad; }

.comm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  .comm-title__image-wrap.-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .comm-title__image {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px; }
  .comm-title__name {
    margin: 0 0 5px;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 35px;
    font-weight: normal; }
  .comm-title__subtitle {
    margin: 0;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: normal; }
  @media (min-width: 768px) {
    .comm-title.-lg {
      margin-bottom: 25px; }
    .comm-title.-lg .comm-title__image {
      max-width: 100px;
      max-height: 100px;
      margin-right: 20px; }
    .comm-title.-lg .comm-title__name {
      font-size: 60px;
      margin-bottom: 10px; } }

.discussion__question {
  padding-bottom: 10px;
  margin: 0 0 10px;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  line-height: normal; }

.discussion__head {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
  margin: 15px 0; }

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post__aside {
    -webkit-box-flex: 60px;
        -ms-flex: 60px 1 0;
            flex: 60px 1 0; }
  .post__main {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 1 1;
            flex: 100% 1 1;
    min-width: 0;
    margin-left: 10px; }
  .post__view-stats {
    text-align: center;
    font-size: 12px; }
  .post__content {
    border-bottom: 1px solid #eeeeee;
    word-wrap: break-word; }
    .post__content a {
      color: #337ab7; }
    .post__content pre {
      overflow: auto;
      max-height: 600px; }
  .post__create-info {
    padding: 10px 0;
    font-size: 12px; }
  .post__actions {
    list-style-type: none;
    margin: 0 0 0 -7px;
    padding: 0;
    font-size: 12px; }
    .post__actions.-inline {
      display: inline-block; }
  .post__action-item {
    display: inline-block;
    margin-bottom: 5px; }
  .post__action-sep {
    display: inline-block; }
  .post__action-link {
    padding: 2px 7px; }
  @media (min-width: 768px) {
    .post__aside {
      -ms-flex-preferred-size: 90px;
          flex-basis: 90px; }
    .post__create-info {
      float: left; }
    .post__actions {
      text-align: right; }
    .post__actions-wrap {
      padding: 10px 0; }
    .post__action-item {
      margin-bottom: 0; } }
  .post__tags {
    padding: 10px 0; }
  .post__tag {
    display: inline;
    padding: 2px 5px;
    background-color: #6F5499;
    border-radius: 2px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap; }
    .post__tag:hover {
      color: white;
      text-decoration: none;
      background-color: #8970b0; }
  .post__comments {
    padding: 10px 0;
    max-width: 800px; }
  .post__comment {
    font-size: 12px;
    padding: 5px 20px;
    border-bottom: 1px solid #eeeeee; }
  .post__comment-content {
    line-height: 1.5;
    color: #444;
    word-wrap: break-word; }
    .post__comment-content a {
      color: #337ab7; }
    .post__comment-content > p {
      margin-bottom: 0; }
  .post__comment-footer {
    padding: 3px; }
  .post__add-comment {
    padding: 6px 0; }
  .post__add-comment-link {
    font-size: 12px; }
  .post__comment-form {
    padding: 0 20px; }
  .post__wysiwyg-wrap {
    padding: 10px 0; }

.flag-form {
  background-color: #f2f2f2;
  padding: 10px; }
  .flag-form__title {
    margin: 0 0 5px;
    font-size: 1.2em; }
  .flag-form__label {
    font-weight: normal; }
  .flag-form__input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 5px;
    width: 250px; }

.vote-ctrls {
  text-align: center;
  font-size: 2em;
  margin-top: -10px; }
  .vote-ctrls__count {
    position: relative;
    top: -4px;
    line-height: 1;
    color: #777777; }
  .vote-ctrls__arrow {
    color: #777777; }
    .vote-ctrls__arrow.-disabled {
      color: #d9d9d9; }

.share-popup {
  margin-bottom: -5px;
  text-align: center; }

.share-button {
  width: 40px;
  font-size: 14px;
  margin-bottom: 5px; }

.file-list {
  list-style-type: none;
  margin: 0;
  padding: 5px 0; }
  .file-list__item {
    display: inline-block; }
  .file-list__link {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 12px; }
    .file-list__link:hover {
      text-decoration: none;
      background-color: #f2f2f2;
      border-color: #cccccc; }
  .file-list__icon {
    font-size: 1.7em; }
  .file-list__name {
    display: inline-block;
    padding-left: 3px;
    max-width: 200px;
    position: relative;
    top: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.answers > .post {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0; }
  .answers > .post.-accepted, .answers > .post.-accepted:first-child, .answers > .post.-accepted:last-child {
    border-radius: 5px;
    border: #3C763D 2px solid;
    padding: 15px 10px;
    box-shadow: 0 0 5px rgba(60, 118, 61, 0.5);
    margin-bottom: 35px; }
  .answers > .post:first-child {
    padding-top: 0; }
  .answers > .post:last-child {
    border: none; }

.attach-table {
  width: 100%;
  max-width: 550px;
  margin-bottom: 3px;
  border: 1px solid #DDD;
  border-collapse: separate;
  border-radius: 4px; }
  .attach-table tbody > tr > td {
    border: none; }
  .attach-table__name {
    word-wrap: break-word; }
    .attach-table__name.-new {
      color: #3c763d; }
  .attach-table__size {
    width: 100px;
    text-align: right; }
  .attach-table__actions {
    width: 25px;
    text-align: right; }
  .attach-table__remove-action {
    color: #D9534F;
    font-size: 16px;
    line-height: 1; }
    .attach-table__remove-action:hover, .attach-table__remove-action:active, .attach-table__remove-action:focus {
      color: #C9302C; }
  .attach-table__footer {
    margin-bottom: 10px;
    font-style: italic;
    color: #777777;
    font-size: 12px; }

.mce-content-body.editor {
  padding: 0;
  margin: 8px;
  font-size: 14px; }
  .mce-content-body.editor a {
    color: #337ab7; }

.tag-editor {
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 6px 12px; }
  .tag-editor > li {
    margin: 0 3px; }
  .tag-editor .ui-sortable-handle {
    margin: 0; }
  .tag-editor .placeholder {
    padding: 0;
    color: #999; }
  .tag-editor .tag-editor-spacer {
    width: 0; }
  .tag-editor .tag-editor-tag,
  .tag-editor .tag-editor-delete,
  .tag-editor .tag-editor-delete i::before {
    color: #FFF;
    background-color: #6F5499; }

.subscrpt {
  margin-bottom: 15px;
  font-size: 16px;
  clear: both; }
  .subscrpt__btn {
    line-height: 1;
    min-width: 60px; }

.ui-front {
  z-index: 1050; }

.ui-menu {
  padding: 5px 0;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); }

.ui-menu .ui-menu-item {
  padding: 3px 10px; }

.ui-widget-content {
  border-color: #CCC;
  border-radius: 4px; }

.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background: #6F5499;
  color: #FFF; }

.main-search {

  background-image: -webkit-linear-gradient(rgba(0, 144, 202, 0.7), rgba(0, 144, 202, 0.7)), url("../images/socialss-search-bg.jpg");
  background-image: linear-gradient(rgba(0, 144, 202, 0.7), rgba(0, 144, 202, 0.7)), url("../images/socialss-search-bg.jpg");
  background-position: 50% 0;
  padding: 1.42857em 0;
  margin: 0 -15px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center; }
  .main-search__head {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 2em;
    font-weight: normal;
    color: #FFF;
    margin: 0; }
  .main-search__subhead {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    color: #fbfbfd; }
  .main-search__form {
    margin-top: 3px; }
  .main-search__input {
    background-color: #FFF;
    padding: 0 5px;
    border-radius: 7px;
    box-sizing: border-box;
    height: 32px;

    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease; }
    .main-search__input.-error {
      box-shadow: 0px 0px 0px 4px #a94442; }
  .main-search__button {
    padding: 0 10px;
    height: 32px;
    vertical-align: bottom;
    background-color: transparent;
    border: 1px solid #f2f2f2;
    color: #FFF;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    .main-search__button:hover {
      background-color: #2596c4;
      text-decoration: none; }
    .main-search__button-label {
      display: none; }
  .main-search .tt-menu,
  .main-search .aa-dropdown-menu {
    width: 250px;
    text-align: left; }
    .main-search .tt-menu hr,
    .main-search .aa-dropdown-menu hr {
      margin: 5px; }
  @media (min-width: 768px) {
    .main-search {
      padding: 20px 0;
      border-radius: 10px;
      margin-right: 0;
      margin-left: 0;
      top: -100px;
      -webkit-transition: top 250ms ease;
      transition: top 250ms ease; }
      .main-search.-docked {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        padding: 10px 0;
        margin-bottom: 0;
        /************
       * bootstrap z-indexes
       * bootstrap menu: 1000
       * bootstap modal: 1050
       ************/
        z-index: 1025; }
      .main-search.-docked .main-search__head,
      .main-search.-docked .main-search__subhead {
        display: none; }
      .main-search__head {
        font-size: 2.5em;
        margin: 0; }
      .main-search__button-label {
        display: inline; }
      .main-search__input {
        width: 500px; }
      .main-search .tt-menu,
      .main-search .aa-dropdown-menu {
        width: 500px; }
  }

.announce {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .announce.-new {
    border-color: #FAEBCC; }
  .announce__head {
    border-bottom: 1px solid #d9d9d9; }
  .announce.-new .announce__head {
    border-color: #FAEBCC; }
  .announce__title {
    padding: 5px;
    background-color: #f2f2f2;
    margin-left: 40px;
    padding: 5px 10px;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    line-height: normal; }
  .announce.-new .announce__title {
    color: #8A6D3B;
    background-color: #FCF8E3; }
  .announce__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    float: left;
    padding-top: 5px;
    text-align: center;
    font-size: 25px;
    color: #d9d9d9; }
  .announce.-new .announce__icon {
    color: #8A6D3B; }
  .announce__badge {
    display: none;
    position: absolute;
    top: 3px;
    left: 23px;
    background-color: #b94a48;
    font-size: 11px;
    padding: 3px 6px; }
  .announce__arrow {
    position: absolute;
    right: 12px;
    top: 9px; }
  .announce__toggle-link {
    display: block;
    color: #777777; }
    .announce__toggle-link:hover, .announce__toggle-link:active, .announce__toggle-link:focus {
      outline: none;
      color: #777777;
      text-decoration: none; }
  .announce__toggle-link .announce__arrow.-down {
    display: none; }
  .announce__toggle-link .announce__arrow.-up {
    display: block; }
  .announce__toggle-link.collapsed .announce__arrow.-up {
    display: none; }
  .announce__toggle-link.collapsed .announce__arrow.-down {
    display: block; }
  .announce.-new .announce__toggle-link {
    color: #8A6D3B; }
  .announce__toggle-link:hover .announce__title {
    background-color: #e6e6e6; }
  .announce__toggle-link:hover .announce__icon {
    color: #cccccc; }
  .announce.-new .announce__toggle-link:hover .announce__title {
    background-color: #fbf5d5; }
  .announce.-new .announce__toggle-link:hover .announce__icon,
  .announce.-new .announce__toggle-link:hover .announce__arrow {
    color: #785f33; }
  .announce__list {
    list-style: none;
    margin: 15px;
    padding: 0; }
  .announce__item {
    padding-left: 7px;
    border-left: 3px solid #d9d9d9;
    margin-bottom: 10px; }
    .announce__item.-new {
      border-left-color: #b94a48; }

	.announce__list li, div#faqItems li{
		list-style-position: inside;
	}
.announce__list ul,
div#faqItems .collapse-list__item ul{list-style-type:disc}

.announce__list ul ul,
div#faqItems .collapse-list__item  ul ul{list-style-type:circle}

.announce__list ul ul ul,
div#faqItems .collapse-list__item  ul ul ul{list-style-type:square}


.announce__list ol,
div#faqItems ol{list-style-type:decimal}

.announce__list ol ol,
div#faqItems ol ol{list-style-type:lower-alpha}

.announce__list ol ol ol,
div#faqItems ol ol ol{list-style-type:lower-greek}

.announce__list ol ol ol ol,
div#faqItems ol ol ol ol{list-style-type:lower-roman}

.announce__list ol ol ol ol ol,
div#faqItems ol ol ol ol ol{list-style-type:upper-alpha}

.announce__list ol ol ol ol ol ol,
div#faqItems ol ol ol ol ol ol{list-style-type:upper-roman}

.live-search {
  position: relative;
  border-radius: 2px;
  border: none;
  background-color: #ffffff;
  margin-top: 25px;
}
.live-search input {
  padding-left: 5px;
  padding-top: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px $gray-40;
  outline: 0;
}

#liveSearchSA {
  margin-left: 7.5px;
}

#liveSearchSS {
  margin-left: -7.5px;
}

.live-search .glyphicon-search {
  position: absolute;
  right: 12px;
  top: 10px;
  color: $gray-50;
}

#grid-search-box {
  height: 35px;
  border-radius: 4px;
  border: solid 1px #6b7786;
  z-index: revert;
  position: revert;
}

#grid-search-box-icon {
  cursor: pointer;
}

#favoriteToolBar .btn{
  padding: 6px 4px;
}

#favoriteToolBar {
  padding-left: revert;
  text-align: left;
}

.contact {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .contact {
      margin-top: 0; } }
  .contact__link {
    display: block;
    position: relative;
    margin: 10px 0;
    color: inherit;
    font-size: 1.2em; }
    .contact__link:hover, .contact__link:active, .contact__link:focus {
      text-decoration: none;
      color: #31428A; }
  .contact__icon {
    position: absolute;
    top: 2px;
    font-size: 1.3em; }
    .contact__icon.-blue {
      color: #3276BC; }
    .contact__icon.-green {
      color: #187E3F; }
    .contact__icon.-purple {
      color: #6F5499; }
    .contact__icon.-red {
      color: #A94442; }
  .contact__label {
    display: inline-block;
    margin-left: 35px; }

.profile-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc; }
  .profile-section__image {
    float: left; }
  .profile-section__content {
    margin-left: 90px; }
  .profile-section__links {
    font-size: .9em; }
  .profile-section-avatar-text{
    height: 65px;
    width: 65px;
    color: #555555;
    background: #f1f3f3;
    font-weight: 500;
    margin: 0 auto;
    padding-bottom: 8px;
    border-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
  }

.no-results {
  padding: 20px; }

.result-sort.-center {
  text-align: center; }

.result-sort.-right {
  float: right; }
  @media (max-width: 767px) {
    .result-sort.-right {
      float: none; } }

.result-sort__label {
  font-size: 12px;
  font-weight: normal;
  padding-right: 5px;
  display: block;
}

.result-sort__control {
  padding: 2px;
  height: auto;
  font-size: 12px; }

.cat-matches {
  font-size: .9em; }
  .cat-matches__title {
    font-size: 1em;
    margin: 0 0 5px;
    line-height: normal;
    font-weight: bold;
    color: #555555; }
  .cat-matches__list {
    margin-left: 12px;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .result-summary-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .result-summary {
    width: 50%;
    min-height: 275px;
    padding: 0 15px 25px; } }

@media (max-width: 767px) {
  .result-summary + .result-summary::before {
    display: block;
    width: 75%;
    height: 1px;
    margin: 20px auto;
    border-bottom: 1px solid #eeeeee;
    content: ""; } }

.result-summary__head {
  margin: 10px 0 0; }

.result-summary__head-link {
  color: inherit;
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-weight: normal;
  font-size: 1.3em; }
  .result-summary__head-link:hover, .result-summary__head-link:active, .result-summary__head-link:focus {
    text-decoration: none;
    color: #374175; }
  .result-summary__head-link.-kb:hover, .result-summary__head-link.-kb:active, .result-summary__head-link.-kb:focus {
    color: #892C25; }
  .result-summary__head-link.-comm:hover, .result-summary__head-link.-comm:active, .result-summary__head-link.-comm:focus {
    color: #6F5499; }

.result-summary__head-link.-kb > .result-summary__head-icon {
  color: #892C25; }

.result-summary__head-link.-comm > .result-summary__head-icon {
  color: #6F5499; }

.result-summary__head-icon {
  margin-right: 5px;
  width: 33px;
  color: #374175;
  vertical-align: bottom; }

.result-summary__stats {
  margin: 3px 0 10px 40px;
  font-size: .9em; }

.result-summary__list {
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px; }

.result-summary__item {
  margin-bottom: 10px; }

.result-summary .view-link {
  padding: 5px 0; }

.result-summary .view-link__title {
  font-size: 1.2em; }

.result-summary .view-link__icon {
  width: 27px;
  text-align: center;
  font-size: 20px; }

.result-summary .view-link__content {
  margin-left: 34px; }

.solution-list {
  list-style: none;
  padding: 0; }

.view-link {
  padding: 10px 0; }
  .view-link:first-child {
    padding-top: 0 !important; }
  .view-link__title {
    font-size: 1.1em; }
    @media (min-width: 768px) {
      .view-link__title {
        font-size: 1.3em; } }
  .view-link__hit-summary {
    color: #777777; }
  .view-link__avatar {
    float: left;
    width: 85px;
    margin-top: 5px;
    text-align: center; }
  .view-link__icon {
    float: left;
    width: 35px;
    color: #374175;
    font-size: 28px; }
    .view-link__icon.-success {
      color: #3C763D; }
    .view-link__icon.-danger {
      color: #A94442; }
    .view-link__icon.-muted {
      color: #cccccc; }
  .view-link__content {
    margin-left: 40px;
    word-wrap: break-word; }
  .view-link__sub-line {
    padding: 1px 0;
    color: #777777;
    font-size: .9em;
	overflow-wrap: break-word;
	word-wrap: break-word;}
  .view-link__path {
    color: #6a74a8; }
    .view-link__path > a,
    .view-link__path > a:hover
.view-link__path > a:focus
.view-link__path > a:active {
      color: inherit; }
  .view-link.-sm {
    padding: 7px 0; }
  .view-link.-sm .view-link__icon {
    width: 20px;
    font-size: 20px; }
  .view-link.-sm .view-link__content {
    margin-left: 30px; }
  .view-link.-sm .view-link__title {
    font-size: 1em; }

.filter {
  padding: 10px 5px;
  font-size: .9em; }
  .filter:first-child {
    padding-top: 15px; }
  .filter__title {
    margin: 0 0 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #555555; }
  .filter .-active {
    font-weight: bold; }
  .filter__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .filter__item {
    margin-bottom: 4px; }
    .filter__item.-in1 {
      margin-left: 15px; }
    .filter__item.-in2 {
      margin-left: 20px; }
  .filter__link.-back .glyphicon {
    font-size: 10px;
    vertical-align: baseline; }
  .filter__list.-tags .filter__item {
    display: inline-block; }
    .filter__list.-tags .filter__item.-active .filter__link {
      background-color: #6F5499;
      color: white; }
      .filter__list.-tags .filter__item.-active .filter__link:hover {
        background-color: #8970b0; }
  .filter__list.-tags .filter__link {
    display: block;
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 2px;
    background-color: #e6e6e6;
    color: #777777;
    font-size: 11px;
    font-weight: bold;
    line-height: normal; }
    .filter__list.-tags .filter__link:hover {
      background-color: #d9d9d9; }
    .filter__list.-tags .filter__link:hover, .filter__list.-tags .filter__link:focus, .filter__list.-tags .filter__link:active {
      outline: none;
      text-decoration: none; }
  .filter__language {
    max-width: 150px; }

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active {
  color: #374175; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > a:active,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus,
.pagination > .active > span:active {
  background-color: #374175;
  border-color: #374175; }

.result-col__head {
  padding: 10px 0; 
  display: flex;
  align-items: end;
}

.result-col__head-right {
  display: flex;
  justify-content: end;
  align-items: end;
  float: right;
}

.result-col__head-right .search-criteria {
  display: flex;
}

.result-col__head-right .result-sort {
  padding: 0;
  margin-left: 20px;
}

.search-criteria .pagination {
  margin: 0;
}

.result-col__counts { 
  flex: 1;
  display: block;
  margin-bottom: 5px;
  color: #777777; }

@media (max-width: 1200px) {
  .result-col__head-right {
    flex-direction: column;
  }
  .result-col__head-right .result-sort {
    margin-top: 5px;
  }
}

@media (max-width: 414px) {
  .result-col__head {
    flex-direction: column;
    align-items: start;
  }
  .result-col__head-right .result-sort {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .result-col {
    border-left: 1px solid #cccccc; }
    .result-col__counts {
      display: inline-block;
      margin-bottom: 0; } }

.button-group__item {
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 10px 5px 0;
  font-size: 1.1em;
  position: relative;
  word-wrap: break-word;
  color: #333;
  background-color: #FFF;
  border-color: #CCC; }
  .button-group__item:focus, .button-group__item.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .button-group__item:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .button-group__item:active, .button-group__item.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .button-group__item:hover, .button-group__item:focus {
    outline: none;
    text-decoration: none;
    z-index: 2; }
  .button-group__item:active, .button-group__item.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  @media (min-width: 992px) {
    .button-group__item {
      display: block;
      font-size: 1.3em;
      margin: 0;
      border-radius: 0; }
      .button-group__item + .button-group__item {
        margin-right: 0;
        margin-top: -1px; }
      .button-group__item:first-child {
        border-radius: 4px 4px 0 0; }
      .button-group__item:last-child {
        border-radius: 0 0 4px 4px; } }

.button-group__item-count {
  float: right;
  color: #777777;
  margin-left: 15px; }

.filter-toggle {
  display: none; }

@media (min-width: 768px) {
  .filter-col {
    position: relative;
    left: 1px;
    border-right: 1px solid #cccccc; } }

@media (max-width: 767px) {
  .filter-col {
    width: 250px;
    position: absolute;
    -webkit-transform: translate(-270px, 0);
            transform: translate(-270px, 0);
    background-color: #eeeeee;
    z-index: 55;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease; }
    .filter-col.open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      box-shadow: 5px 2px 5px -2px rgba(0, 0, 0, 0.3);
      border-radius: 0 0 5px 0; }
    .filter-col .filter-toggle {
      display: block;
      font-size: 20px;
      color: #555555;
      line-height: 1;
      position: absolute;
      right: -30px;
      top: 10px;
      padding: 7px 5px;
      background-color: #eeeeee;
      box-shadow: 5px 2px 5px -2px rgba(0, 0, 0, 0.3);
      border-radius: 0 5px 5px 0;
      cursor: pointer; }
  .result-col {
    padding-left: 35px; } }

.solution-head {
  margin-bottom: 15px; }
  .solution-head__title {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: bold;
    font-size: 2.5em;
    margin: 0 0 5px;
   word-wrap: break-word;}
  .solution-head__info {
    color: #777777;
    font-size: .9em;
    font-style: italic; }

.solution-content {
  margin-bottom: 30px;
  line-height: 1.6em;
  word-wrap: break-word; }
  .solution-content a {
    color: #337ab7; }
  .solution-content__field-head {
    clear: both;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: normal;
    font-size: 2em;
    border-bottom: 1px solid #cccccc; }
    .solution-content__field-head:first-of-type {
      margin-top: 10px; }
  .solution-content__footer {
    margin-top: 30px; }
  .solution-content__footer-item {
    margin-bottom: 10px; }

.diag-steps a {
  color: #374175; }

.diag-steps__question {
  font-size: 1.1em;
  font-style: italic; }

.diag-responses {
  list-style-type: none;
  margin: 15px 0 15px 15px;
  padding: 0; }
  .diag-responses__item {
    margin-bottom: 5px;
    font-size: 1.1em; }

.lookahead {
  font-size: 1.1em; }
  .lookahead__question {
    font-style: italic;
    margin: 5px 0; }
  .lookahead__list {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0; }
  .lookahead__item {
    margin-bottom: 5px; }
  .lookahead__wrap {
    margin-left: 20px; }

.feedback__vote {
  margin: 0 0 20px;
  text-align: center;
  padding: 0; }

.feedback__link {
  display: inline-block;
  padding: 10px;
  background-color: #AEC8E0;
  border-radius: 4px;
  font-size: 1.4em;
  border: 1px solid #555555; }
  .feedback__link:first-of-type {
    margin-right: 5px;
    margin-bottom: 5px; }
  .feedback__link:hover, .feedback__link:active, .feedback__link:focus {
    text-decoration: none;
    outline: none; }
  .feedback__link.-up {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .feedback__link.-up:focus, .feedback__link.-up.focus {
      color: #3c763d;
      background-color: #c1e2b3;
      border-color: #94c66a; }
    .feedback__link.-up:hover {
      color: #3c763d;
      background-color: #c1e2b3;
      border-color: #b6d899; }
    .feedback__link.-up:active, .feedback__link.-up.active {
      color: #3c763d;
      background-color: #c1e2b3;
      border-color: #b6d899; }
    .feedback__link.-up.-voted, .feedback__link.-up.-voted:hover, .feedback__link.-up.-voted:focus, .feedback__link.-up.-voted:active {
      background-color: #c1e2b3;
      border-color: #b6d899;
      cursor: default; }
  .feedback__link.-down {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .feedback__link.-down:focus, .feedback__link.-down.focus {
      color: #a94442;
      background-color: #e4b9b9;
      border-color: #c7707f; }
    .feedback__link.-down:hover {
      color: #a94442;
      background-color: #e4b9b9;
      border-color: #d9a0a9; }
    .feedback__link.-down:active, .feedback__link.-down.active {
      color: #a94442;
      background-color: #e4b9b9;
      border-color: #d9a0a9; }
    .feedback__link.-down.-voted, .feedback__link.-down.-voted:hover, .feedback__link.-down.-voted:focus, .feedback__link.-down.-voted:active {
      background-color: #e4b9b9;
      border-color: #d9a0a9;
      cursor: default; }
  .feedback__link.-disabled {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #eeeeee;
    cursor: default; }

.feedback__stat {
  display: inline-block;
  margin: 0 10px; }

.actions-list {
  list-style: none;
  margin: 0;
  padding: 5px 0; }
  .actions-list__item {
    position: relative;
    display: inline-block; }
  .actions-list__link {
    display: block;
    padding: 2px 3px;
    color: #777777;
    font-size: 0.9em;
    line-height: 1; }
    .actions-list__link:hover, .actions-list__link:focus, .actions-list__link:active {
      text-decoration: none; }
    .actions-list__link.-share > .actions-list__icon {
      color: #DD4814; }
	.actions-list__link.-copy > .actions-list__icon {
      color: #f9914f; }
    .actions-list__link.-share:hover, .actions-list__link.-share:focus, .actions-list__link.-share:active {
      color: #DD4814; }
    .actions-list__link.-favorite > .actions-list__icon {
      color: #8a6d3b; }
    .actions-list__link.-favorite:hover, .actions-list__link.-favorite:focus, .actions-list__link.-favorite:active {
      color: #8a6d3b; }
    .actions-list__link.-favorite > .actions-list__icon {
      top: 2px; }
    .actions-list__link.-pdf > .actions-list__icon {
      color: #a94442; }
    .actions-list__link.-pdf:hover, .actions-list__link.-pdf:focus, .actions-list__link.-pdf:active {
      color: #a94442; }
    .actions-list__link.-print > .actions-list__icon {
      color: #555555; }
    .actions-list__link.-print:hover, .actions-list__link.-print:focus, .actions-list__link.-print:active {
      color: #555555; }
    .actions-list__link.-author > .actions-list__icon {
      color: #6271BC; }
    .actions-list__link.-author:hover, .actions-list__link.-author:focus, .actions-list__link.-author:active {
      color: #6271BC; }
    .actions-list__link.-comment > .actions-list__icon {
      color: #6F5499; }
    .actions-list__link.-comment:hover, .actions-list__link.-comment:focus, .actions-list__link.-comment:active {
      color: #6F5499; }
    .actions-list__link.-comment > .actions-list__icon {
      top: 3px; }
    .actions-list__link.-back > .actions-list__icon {
      color: #374175; }
    .actions-list__link.-back:hover, .actions-list__link.-back:focus, .actions-list__link.-back:active {
      color: #374175; }
  .dropdown-menu .actions-list__icon {
    width: 17px; }
  .actions-list__feedback {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    padding: 5px 10px;
    margin-top: 5px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    color: #777;
    font-size: 0.9em;
    min-width: 200px; }

.comments {
  /*padding: 20px;
  background-color: lighten($brand-light, 20%);
  border: 1px solid desaturate(lighten($brand-light, 10%), 15%);
  border-radius: 10px;*/
  margin-top: 20px; }
  .comments__head {
    padding: 10px;
    border-bottom: 1px solid #cccccc; }
  .comments__title {
    font-size: 1.1em;
    font-weight: bold;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    margin: 0; }
  .comments__no-login-msg {
    padding: 20px;
    background-color: #e6e6e6;
    border: 1px solid #777777;
    border-radius: 10px;
    text-align: center; }
    .comments__no-login-msg a, .comments__no-login-msg a:hover, .comments__no-login-msg a:active, .comments__no-login-msg a:focus {
      color: #A94442; }
  .comments__actions {
    padding-bottom: 5px;
    text-align: right; }

.comment-form__input-wrap {
  margin-bottom: 15px; }

.comment-form__user-image {
  display: none; }

@media (min-width: 768px) {
  .comment-form__user-image {
    display: block; }
  .comment-form__input-wrap {
    margin-left: 65px; }
    .comment-form__input-wrap.-sm {
      margin-left: 55px; } }

.comment-form__input {
  display: block;
  padding: 9px 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  width: 100%;
  height: 45px;
  -webkit-transition: height 200ms linear;
  transition: height 200ms linear; }
  .comment-form__input.-open {
    height: 150px;
    border-radius: 4px 4px 0 0; }
    .comment-form__input.-open.-sm {
      height: 120px; }
  .comment-form__input.-sm {
    font-size: 14px;
    padding: 3px 10px;
    height: 30px; }

.comment-form__input-footer {
  background-color: #eeeeee;
  border-radius: 0 0 4px 4px;
  padding: 5px 10px;
  text-align: right;
  border-color: #CCC;
  border-width: 0 1px 1px;
  border-style: solid; }

.comment-form__input-footer > span {
  padding-left: 20px;
}

.comment {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 5px 5px 5px; }
  .comment:last-child {
    border-bottom: none; }
  .comment__wrap {
    margin-left: 55px; }
  .comment__username {
    font-weight: bold; }
  .comment__time {
    color: #777777; }
  .comment__content {
    padding-top: 10px;
    word-wrap: break-word; }
  .comment__actions {
    padding-bottom: 10px; }
  .comment__actions > a {
    color: #9d9d9d; }
  .comment__actions:hover > a {
    color: #555555; }
  .comment .comment {
    margin-left: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: none; }
  .comment__reply-wrap {
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 5px; }

.view-error {
  margin: 0 auto 20px;
  max-width: 600px;
  padding: 10px;
  min-height: 100px; }
  .view-error.-denied {
    background: url("../images/solution-denied.png") no-repeat 10px 10px;
    padding-left: 100px; }
  .view-error.-not-found {
    background: url("../images/solution-not-found.png") no-repeat 10px 10px;
    padding-left: 100px; }
  .view-error__title {
    margin: 7px 0;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 3em; }

iframe#titlesFrame {
  width: 100%;
  border: none;
  overflow: hidden; }

body#titlePreferencesPage {
  padding-top: 0; }

#titleform h4 {
  font-weight: bold; }

#titleform label {
  font-weight: normal; }

.algolia-autocomplete .aa-hint {
  color: #777777; }

.algolia-autocomplete .aa-dropdown-menu {
  margin-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    padding: 3px 10px 3px 27px;
    cursor: pointer; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion__ctx {
      color: #6F5499; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #f2f2f2; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-weight: bold;
    font-style: normal; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion p {
    margin: 0; }
  .algolia-autocomplete .aa-dropdown-menu .aa-dataset-header {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #777777; }
    .algolia-autocomplete .aa-dropdown-menu .aa-dataset-header.-kb > .glyphicon {
      color: #892C25; }
    .algolia-autocomplete .aa-dropdown-menu .aa-dataset-header.-comm > .glyphicon {
      color: #6F5499; }

.basic-pager {
  text-align: center;
  padding: 5px 0; }
  .basic-pager__label {
    padding: 0 7px;
    font-size: 12px; }

.shortcut-panel__title {
  font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
  font-weight: normal;
  font-size: 2em;
  margin-bottom: 15px; }

.shortcut-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px; }

.shortcut-panel__item {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 10px;
  width: 100px; }
  .shortcut-panel__item:hover, .shortcut-panel__item:active, .shortcut-panel__item:focus {
    text-decoration: none; }
    .shortcut-panel__item:hover .shortcut-panel__link, .shortcut-panel__item:active .shortcut-panel__link, .shortcut-panel__item:focus .shortcut-panel__link {
      text-decoration: underline;
      color: inherit; }

.shortcut-panel__link {
  height: 100%;
  color: #808080; }
  .shortcut-panel__link:hover, .shortcut-panel__link:active {
    color: #333333;
    text-decoration: none;
    outline: none; }

.shortcut-panel__label {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  padding-top: 5px; }

.shortcut-panel__subtext {
  font-size: .7em;
  color: #777777;
  padding-top: 5px; }

.shortcut-panel__icon {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .shortcut-panel__icon img {
    max-width: 75px;
    max-height: 75px; }
  .shortcut-panel__icon.-font {
    text-align: center;
    font-size: 4rem;
    color: #374175; }

.shortcut-panel + .shortcut-panel::before {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 20px auto;
  background-color: #f2f2f2;
  display: block; }

@media (min-width: 768px) {
  .shortcut-panel__item {
    width: 170px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 20px; }
  .shortcut-panel__label {
    font-size: 1.7rem; }
  .shortcut-panel__icon {
    height: 110px; }
    .shortcut-panel__icon img {
      max-width: 110px;
      max-height: 110px; }
    .shortcut-panel__icon.-font {
      font-size: 6rem; } }

.tab-bar {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #cccccc;
  font-size: 12px; }
  .tab-bar__item {
    float: left; }
    .tab-bar__item.active > .tab-bar__link {
      border-color: #374175;
      color: inherit; }
      .tab-bar__item.active > .tab-bar__link.-kb {
        border-color: #892C25; }
      .tab-bar__item.active > .tab-bar__link.-comm {
        border-color: #6F5499; }
  .tab-bar__link {
    display: block;
    padding: 7px;
    border-bottom: 5px solid transparent;
    color: #777777;
    font-weight: bold; }
    .tab-bar__link:hover, .tab-bar__link:focus, .tab-bar__link:active {
      border-color: #cccccc;
      text-decoration: none;
      outline: none;
      color: inherit; }
  @media (min-width: 768px) {
    .tab-bar {
      font-size: inherit; }
      .tab-bar__link {
        padding: 5px 15px; } }
  .tab-bar.-sm .tab-bar__link {
    padding: 5px 7px;
    font-size: 12px; }

.user-image {
  display: inline-block;
  text-align: center;
  width: 80px; }
  .user-image > a {
    display: block; }
    .user-image > a:hover, .user-image > a:focus, .user-image > a:active {
      outline: none;
      text-decoration: none;
      color: inherit; }
  .user-image > a:hover .user-image__avatar {
    box-shadow: 0 0 5px 2px rgba(55, 65, 117, 0.5); }
  .user-avatar-size{
    height: 20px;
    width: 20px;
    font-size: 12px;
    padding-bottom: 0px;
  }
  .user-image__avatar {
    display: block;
    max-width: 65px;
    margin: 0 auto;
    border-radius: 35%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .user-image__caption {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777777; }
  .user-image.-xs {
    width: auto;
    vertical-align: bottom; }
  .user-image.-xs .user-image__avatar {
    max-width: 18px;
    max-height: 18px;
    border-radius: 4px; }
  .user-image.-xs .user-image__label {
    font-size: 1em; }
  .user-image.-sm {
    width: 45px; }
  .user-image.-sm .user-image__avatar {
    max-width: 30px; }
  .user-image.-md {
    width: 60px; }
  .user-image.-md .user-image__avatar {
    max-width: 45px; }
  .user-image.-lg {
    width: 95px; }
  .user-image.-lg .user-image__avatar {
    max-width: 80px; }

.cat-browser {
  position: relative; }
  .cat-browser__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cat-browser__title-list {
    overflow: auto;
    max-height: 300px; }
  .cat-browser__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100px;
    min-height: 75px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    word-wrap: break-word; }
    .cat-browser__item:hover, .cat-browser__item:active, .cat-browser__item:focus {
      text-decoration: none;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .cat-browser__item.-active {
      z-index: 51;
      background-color: #f2f2f2;
      border-color: #777777;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .cat-browser__item.-sm {
      min-height: 50px;
      width: 100px;
      margin: 4px; }
      .cat-browser__item.-sm > .cat-browser__name {
        font-size: 12px;
        line-height: normal; }
      .cat-browser__item.-sm > .cat-browser__count {
        margin-top: 5px; }
  .cat-browser__name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    line-height: 1.1;
    color: #808080;}
  .cat-browser__count {
    margin-top: 10px;
    font-size: 12px;
    color: #777777; }
  .cat-browser__menu {
    position: absolute;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 51; }
  .cat-browser__menu-title {
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 24px;
    margin: 0 0 7px; }
  .cat-browser__all-wrap {
    margin-bottom: 15px;
    font-size: .9em; }
  @media (min-width: 768px) {
    .cat-browser__item {
      width: 150px;
      margin: 8px; }
    .cat-browser__name {
      font-size: 18px; } }

.star-rating {
  background-image: url("../images/stars-blue.png");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 53px;
  height: 12px; }
  .star-rating.-star5 {
    background-position: 0px 0px; }
  .star-rating.-star4 {
    background-position: -11px 0px; }
  .star-rating.-star3 {
    background-position: -21px 0px; }
  .star-rating.-star2 {
    background-position: -32px 0px; }
  .star-rating.-star1 {
    background-position: -42px 0px; }

#extFeedbackModal .modal-header .title {
  max-height: 60px;
  overflow: hidden;
  margin: 0;
  font-size: 20px;
  line-height: normal; }

.vote-panel__buttons {
  text-align: center;
  margin: 15px 0; }

.vote-panel__button {
  min-width: 25%;
  font-size: 16px;
  padding: 10px; }

.vote-panel__hr {
  margin: 15px 0; }

.vote-panel__addtokb {
  display: inline-block;
  padding-left: 19px;
  background: url("../images/icon_kb.png") no-repeat 0 3px; }

.vote-panel__looking {
  display: inline-block;
  padding-left: 21px;
  background: url("../images/justlooking.png") no-repeat 0 2px; }

.add-ext-form__label {
  display: block; }

textarea.add-ext-form__text {
  height: 100px; }

textarea.rake-file__url {
  height: 58px; }

.add-ext-form__saved {
  margin-right: 15px; }


/* Upland Branding */
#header-help-icon {
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	text-shadow: none;
}

#header-language-icon {
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	text-shadow: none;
}

 @media (max-width: 450px) {
	 #header-help-icon {
		 display: none;
	 }
	 #header-language-icon {
		 display: none;
	 }
 }

 .ln1 .caret {
	border-top:4px solid #bddeff;
	transform: rotate(-180deg);
 }

 #header-language-icon .caret {
	 padding-top: 10px;
 }

#header-language-icon:active, #header-language-icon:focus, #header-language-icon:hover {
	text-decoration: none;
}

.menu-emailaddress {
	 font-size: 12px;
}

.language-menu-div {
  min-width: 175px;
}

.language-menu {
  min-width: 175px;
  max-height: 600px;
  overflow: auto;
}

.language-header {
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 5px 10px;
}

.selected-language {
	background-color: #CDE2F6;
}

.language-link-list > li > a {
  display: block;
  padding: 5px 10px;
}

.result-summary__list > li ul.actions {
  display: none;
  position: absolute;
  right: 0;
  margin: 0;
  background-color: white;
  list-style: none;
}
.result-summary__list > li:hover ul.actions {
  display: block;
}

.result-summary__list ul.actions > li {
  display: inline-block;
  opacity: 0.5;
}

.result-summary__list ul.actions > li:hover {
  display: inline-block;
  opacity: 1.0;
}

.solution-list > li ul.actions {
  display: none;
  position: absolute;
  right: 0;
  margin: 0;
  background-color: white;
  list-style: none;
}
.solution-list > li:hover ul.actions {
  display: block;
}

.solution-list ul.actions > li {
  display: inline-block;
  opacity: 0.5;
}

.solution-list ul.actions > li:hover {
  display: inline-block;
  opacity: 1.0;
}
.profile-menu_KB {
  min-width: 250px;
  max-width: 300px;
  padding: 0; }


/* Divya's New NavBar Styles go here */
.SS-nav {
  background: #e9edf2;
  margin: 0px;
  padding: 9px 2px;
  height: 100vh;
}
.SS-nav li{
  padding: 10px;
}
.nav-stacked>li+li {
    margin-top: -20px;
    margin-left: 0;
}

.SS-menu {
  display: block;
  transition: left ease-in-out 0.3s;
}
.SS-menu >ul {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 120%;
  height: 208vh;
  margin: 0px;
  padding: 5px;
  margin-top: -15px;
  transition: left ease-in-out 0.3s;
}
.SS-menu >ul.left {
  background: #e9edf2;
  display: none;
  left: -400px;
  transition: width 0.3s ease;
}

.SS-menu >ul.visible.left {
  background: #e9edf2;
  display: block;
  left: 80px;
  transition: width 0.3s ease;
  border-right: 2px solid #bdbdbd;
  height: 100vh;
  width:150px;
}
.SS-menu >div.right {
  background: #6B1919;
  right: -250px;
}
.SS-menu >ul >.menu-item {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 9px;
  cursor: pointer;
  color: #000000;
}
.SS-menu >ul >.menu-item > span{
   padding: 13px 16px;
   font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.SS-menu >ul >.menu-item:hover {
  color: #0B2161;
}
.SS-menu>ul>li>a{
    position: relative;
    display: block;
    margin-left: -15px;
    padding: 14.6px 5.4px;
}

.SS-myModal {
top:35%;
right:0%;
outline: none;

}

.SS-myModal .modal-content{
	min-width: 550px;
}
.content {
  max-width: 500px;
  padding: 50px;
}
.btn-sidemenu{
    padding: 10px;
}
.SS-myModalText {
    text-align: center;
    font-size: 10px;
}
.SS-moveRight{
    float:right;
    margin-top:-1px;

}
.SS-myModal.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
}
.SS-movepinRight{
    float:right;
    margin-top:-10px;
    margin-right: -12px;
}
.sscontainer{
    padding-left: 0px;
    margin-left: 0px;
}
#socialsupportsidenav{
    width: 70px;
    margin-top: -15px;
    height: 100%;
}
.glyphicon-heart{
    color: #ff0000;
}
.glyphicon-bell{
    color: #993300;
}
.fa-question-circle{
    color: #0066ff;
}
#socialsupportsidenav .glyphicon-book{
    color: #009900;
}
.fa-check{
    color: #009900;
}
.fa-envelope{
    color:#FFBF00;
}
.fa-users{
    color: #ff6600;
}
.modal-header,.modal-footer{
    border: none;
}
.modal-header{
    padding:1px;
}
.modal-footer{
    padding:1px;
}
.modal-body{
    padding:1px;
}
@media only screen and (max-width : 990px){

  .SS-menu{
      float:left;
  }
  .SS-menu a{
   width:30px;

  }


}
@media only screen and (max-width : 480px){
  .SS-menu a{ width:30px;}
  float:left;
}
.modal-header {
    padding: 3px 15px;
    border-bottom: 1px solid #eee;
}
.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}
form {
    margin: 0;
}
.add-ext-form__label {
  display: block;
}
input[type=text].add-ext-form__input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
}

.add-ext-form__text {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}

.add-ext-form__saved {
  margin-right: 15px;
}
.text-right {
    text-align: right;
    margin-top: 20px;
}

div.dialogContainer
{
	background-color: #E4E4E4;
	border-radius: 5px 5px 5px 5px;
	clear: both;
	padding: 10px;
	width: 920px;
	margin: 10px auto;
}

div.dialogContent
{
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	padding: 17px 15px 5px;
	position: relative;
}

div.dialogContent h1
{
	font-size: 15px;
	color: #212C5F;
	margin-bottom: 10px;
}

div.dialogContent div.windowButtons
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}

div.dialogContent div.windowButtons a
{
	text-decoration: none;
}

div.dialogContent label
{
	display: inline-block;
	padding: 5px 10px 5px 0;
}

div.dialogContent input[type="text"]
{
	font-family: Arial,sans-serif;
	color: #666666;
}

div.dialogContent textarea
{
	font-family: Arial,sans-serif;
	color: #666666;
	font-size: 1em;
}

div.dialogContent div.dialogButtons
{
	margin: 10px 0;
	float: right;
}
.result-summary__sharehead-icon {
  margin-right: 5px;
  width: 33px;
  color: #374175;
  vertical-align: bottom;
  background-image: url("../images/jira.png");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
}
.view-link > div.preview-pane {
    display:none;
}
.solution-list .preview-pane {
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px;
  max-height: 450px;
  overflow: auto;
}

div.preview-pane > div.content {
    padding: 5px;
}
div.preview-pane > div.content > div.solution {
    width: 550px;
}

.muted {
    color: #999999;
}

.kbDidYouMean {
	color: #892C25;
	font-weight: bold;
	margin-bottom: 5px;
}

.kbDidYouMean a {
	font-weight: normal;
	font-style: italic;
}

.commDidYouMean {
	color: #6F5499;
	font-weight: bold;
	margin-bottom: 5px;
}

.commDidYouMean a {
	font-weight: normal;
	font-style: italic;
}

.result-summary__head-jiraicon {
  margin-right: 5px;
  width: 33px;
  color: #374175;
  vertical-align: bottom;
 background: url("../images/jira.png") no-repeat 0 3px;}


.result-summary__head-conficon {
  margin-right: 5px;
  width: 33px;
  color: #374175;
  vertical-align: bottom;
 background: url("../images/confluence.png") no-repeat 0 3px;}

.fa-cloud {
    content: url("../images/confluence.png");
}

.fa-rss {
    content: url("../images/jira.png");
}

.fa-rss-square {
     content: url("../images/sharepoint.png");
}

.fa-servicenow {
	content: url("../images/servicenow.png")
}

#didyouknow-sa-container {
	margin-top: 10px;
}

#workbenchresultstable {
	font-size: 12px;
	background-color: #FFFFFF;
}

#incidentSummary {
	font-size: 12px;
	background-color: #FFFFFF;
}

.row {
    margin-left : -10px;
}



.ribbon-menu {
	position: fixed;
	top: 87px;
	left: 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #CDE2F6;
	z-index:10;
	overflow:hidden;
	box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
	transition: all 0.1s ease-in-out;
}

.ribbon-menu-docked {
	top: 55px;
}

.ribbon-menu li a {
  display: block;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  color: #0090CA;
  position: relative;
  transition: background 0.1s ease-in-out;
  text-decoration: none;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.26);
}

.ribbon-menu li a:hover,
.ribbon-menu li:first-child a,
.ribbon-menu li span:hover {
  background: #0090CA;
  color: #ffffff;
}

.ribbon-menu .open {
	min-width: 12em;
    width:auto;
    height:auto;
}

@media all and (max-width: 500px) {

    .ribbon-menu {
        height:5em;
        width:100%;
    }
    .ribbon-menu li{
        display:inline-block;
        float:left;
    }

    .open{
        width:100%;
        height:auto;
    }

    .para{
		padding-left:5px;
	}
}

@media screen and (max-height: 34em){
  .ribbon-menu li {
    font-size:14px;
  }
}

@media screen and (max-height: 34em) and (max-width: 500px){
  .ribbon-menu{
        height:3.5em;
    }
}

.ribbon-options-left {
	padding: 10px;
	width: 3em;
	text-align: center;
}

.ribbon-options-right {
	width: auto;
	margin: 10px 10px 10px 0px;
	padding-left: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.ribbon-option-search {
	color: #337ab7;
}

.ribbon-option-favorites {
	color: #f94848;
}

.ribbon-option-announcements {
	color: #993300;
}

.ribbon-option-faqs {
	color: #0066ff;
}

.ribbon-option-popularsolutions {
	color: #374175;
}

.ribbon-option-latestsolutions {
	color: #337ab7;
}

.ribbon-option-recentsearches {
	color: #337ab7;
}

.ribbon-option-mostviewedsolutions {
	color: #ff6600;
}

.ribbon-option-popularviews {
	color: #337ab7;
}

.ribbon-option-inprogress {
	color: #009900;
}

.ribbon-option-subscribedsolutions {
	color: #FFBF00;
}

.ribbon-modal-close {
	color: red;
}

.ribbon-option-bars {
  background: #0090CA;
  color: #ffffff;
}

.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

#ribbonModal {
  text-align: center;
  padding: 0!important;
}

#ribbonModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#ribbonModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


@media (max-width: 450px) {
	 .ribbon-menu {
		 display: none;
	 }
 }



.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {

    font-size: 12px;
  font-weight: bold;
  border: 0;
  margin-right: 0;
  color: inherit;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #cccccc;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #374175;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  font-size: 12px;
  font-weight: bold;
  border: 0;
  color: inherit;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.my-top-views-time-range > .active {
    border-bottom: 4px solid #374175;
    position: relative;
}

#topMyViewsList {
    margin:5px;
    padding:2px;
}

.my-top-views-time-range {
    border-bottom: 1px solid #eee;
}

.my-top-views-time-range-tabs {
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

div.modal-body aside.aside div.my-top-views-content div.my-top-views-time-range span.active.my-top-views-time-range-tabs {
	margin: 30px;
}

table#workbenchresultstable tr td:nth-child(2){display:none;}
table#workbenchresultstable tr th:nth-child(2){display:none;}

.logo_title {
    font-family: "Open Sans";
    font-size: 19px;
    color: #FFF;
	display: inline-block;
	vertical-align:middle;
	margin-top: 0px;
	margin-left: 4px;
	padding-top: 3px;
}

#copy-solution-area {
	width:99%;
	margin-bottom: 5px;
	border:solid 1px #0090CA;
}

.mce-content-body li{
	list-style-position: inside;
}

.mce-content-body ul li p,
.mce-content-body ol li p {
	display: inline-block;
}

.social-flagged {
	font-size: 20px;
	background-color: #B94A48;
	padding: 3px 10px;
	border-radius: 2px;
    color: white;
	position: relative;
	top: -3px;
}

.slick-prev::before, .slick-next::before {
	color: #0090CA !important;
}

.slick-track {
	margin-left: 0px !important;
}

.slick-prev {
    left: -15px !important;
}

.slick-next {
    right: -15px !important;
}

@media (max-width: 767px) {
    body {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.alltab_taxonomy_clicked {
	font-weight: 500;
}

/* Integrations CSS */
#integrationTicketListResults {
    width: 100%;
    overflow: scroll;
}

#integrationOpenTicketHeader,#integrationTicketHeader,#integrationAgentTicketInfoHeader {
    background-color: #0090CA;
    color: white;
    padding: 15px;
    margin: 0 0 10px;
}

#integrationTicketLoading,#integrationOpenTicketLoading,#integrationAgentTicketInfoLoading {
    position: fixed;
    top: 35%;
    left: 50%;
    display: block;
}

.quick-links {
	display: none !important;
}

.hor-cen-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hor-cen-list {
    text-align: center;
}

.hor-cen-list > li {
    display: inline-block;
    margin: 5px 5px;
}

#communityDropdown, 
#topicDropdown {
	display: inline-block;
}

#communityDropdown > label,
#topicDropdown > label {
	display: block;
	position: relative;
	top: -30px;
}

#communityDropdown > button,
#topicDropdown > button {
	display: block;
	position: relative;
	top: 30px;
}

#view-btr-link {
	margin-bottom: 10px;
}

.title-line-through-sep {
	display: none;
}

#integrationTicketContainer {
    width:75%;
}

#workbenchsummarytable {
    font-size: 9px;
    width: 18%;
    overflow: scroll;
}

#integrationSimilarTicketListResults {
    padding: 0px;
}

.has-float-label {
	display: flex;
	flex-flow: column-reverse;
}

form.result-sort.form-inline > div.has-float-label {
	flex-flow: row-reverse;
}

form.result-sort.form-inline > div.has-float-label > label {
	margin-top: 5px;
}

.resolve-btn {
  text-decoration: none;
}

.resolved-mark-style {
  font-size: 1.75em;
  color: green;
}

.unresolved-mark-style {
  font-size: 1.75em;
  color: grey;
}

.resolved-text {
  font-size: 0.80em;
  font-weight:bold;
}

.menu {
  background-color: #f3f3f3;
  position: absolute;
  z-index: 100;
  max-height: 45vh;
  max-width: 60vw;
  overflow: overlay;
}

.menu-item {
  cursor: default;
  padding: 1rem;
  font-size: small;
}

.menu-item.selected {
  background-color: slateGray;
  color: white;
}

.menu-item:hover:not(.selected) {
  background-color: #acacac;
}

.comment-href a {
  text-decoration: none;
  color: #000000 !important;
  pointer-events: none;
  cursor: default;
}

.comment-href a:hover {
  text-decoration: none;
  color: #000000 !important;
}

.comment-href a:active {
  text-decoration: none;
  color: #000000 !important;
}

.ai-chat-app {
  display: none;
}

a.ec-deep-link {
  text-decoration: none;
}

a.ec-deep-link .deep-link-icon {
  opacity: 0;
}

.solution-content .expand-collapse:hover a.ec-deep-link .deep-link-icon {
  opacity: 1 !important;
}

.in-iframe .main-search.show-in-header, .in-iframe .main-search.sl-header {
  position: fixed;
  margin-bottom: 20px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.in-iframe .main-search .main-search__form .main-search__input, .in-iframe .main-search .main-search__form .main-search__button {
  height: 32px;
}

.in-iframe .header__right .dropdown {
  z-index: 1;
}

.in-iframe .main-search.show-in-header.sl-header.-docked {
  width: 100%;
}

.in-iframe .header__sub {
  height: auto;
}

.in-iframe .header__sub .navbar {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.in-iframe .header__sub .navbar .navbar-header {
  display: flex;
  height: 45px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  padding-top: 0;
}

.in-iframe .header__sub .navbar .navbar-header button.navbar-toggle {
  height: 30px;
  width: 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.in-iframe .header__sub .navbar .navbar-collapse {
  position: absolute;
  left: 15px;
  top: 45px;
  min-width: 250px;
}

.in-iframe .header__sub .navbar .navbar-collapse .navbar-nav {
  margin: 7.5px 15px;
}

body.in-iframe {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .in-iframe .header__sub .navbar .navbar-collapse .navbar-nav {
    margin: 7.5px 0;
  }
}

.avatar-text{
  height: 35px;
	width: 35px;
	color: #2574db;
	background: #e2eefd;
	font-weight: 500;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.avatar-text-alt {
	height: 65px;
	width: 65px;
	color: #2574db;
	background: #e2eefd;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}