@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: 'Bariol';
    src: url("fonts/Bariol-Regular_2883111526.otf") format("opentype");
}

@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 {
	--gray-05: #f1f3f3;
	--gray-10: #e0e3e6;
	--gray-20: #bfc6ce;
	--gray-30: #9fa9b7;
	--gray-40: #838fa0;
	--gray-50: #6b7786;
	--gray-60: #525c69;
	--gray-70: #3d454f;
	--gray-80: #252b31;
	--gray-95: #0b0c0f;

	--blue-05: #f0f6fe;
	--blue-10: #e2eefd;
	--blue-20: #bcd8fc;
	--blue-30: #7eb1f4;
	--blue-40: #4a8fea;
	--blue-50: #2574db;
	--blue-60: #0c5cc5;
	--blue-70: #0049a9;
	--blue-80: #003a86;
	--blue-90: #002a61;
	--blue-95: #001633;

	--green-10: #e3fac3;
	--green-30: #b9f467;
	--green-50: #76ca02;
	--green-70: #599900;
	--green-80: #599900;
	--green-90: #1f3600;

	--red-10: #ffb7ce;
	--red-30: #fa578b;
	--red-50: #e60c51;
	--red-70: #c2003d;
	--red-80: #93002f;
	--red-90: #63001f;

	--yellow-10: #ffe3a6;
	--yellow-30: #f9b625;
	--yellow-50: #e39b00;
	--yellow-70: #bb8000;
	--yellow-80: #875c00;
	--yellow-90: #523800;

	--purple-10: #f3c6ff;
	--purple-30: #dc73f9;
	--purple-50: #bb30e2;
	--purple-70: #910ab7;
	--purple-80: #640080;
	--purple-90: #380047;

	--teal-10: #e1f9ff;
	--teal-30: #9be5fa;
	--teal-50: #5fcae7;
	--teal-70: #36a6c5;
	--teal-80: #1f7e98;
	--teal-90: #12586b;
	
	background: #fff;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #252b31;
	background-color: #f1f3f3;
}

.-text-comm {
	color: #838fa0; }

.-text-kb {
	color: #838fa0; }

a, a:active {
	color: #2574db;
}

a:hover,
a:focus {
	color: #0c5cc5;
}

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: #2574db; }

.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:hover, .btn:active, .btn:focus, .btn:active:focus {
	outline: none;
}

.btn-primary,
.open > .btn-primary.dropdown-toggle {
	background-color: #2574db;
	border-color: transparent;
}

.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: #9fa9b7;
	border-color: #9fa9b7;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
	background-color: #0c5cc5;
	border-color: transparent;
}

.btn-default {
    background-color: #fff;
    border: solid 1px #6b7786;
    color: #6b7786;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
    border: solid 1px #525c69;
	color: #525c69;
}

.btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:active:focus {
    background-color: #fff;
    border: solid 1px #6b7786;
}

.btn-link {
	color: #2574db; }
.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #0c5cc5; }

.btn-row {
	margin-bottom: 10px; }
.btn-row.-right {
    text-align: right; }

.label-primary {
	background-color: #2574db; }

.panel-primary > .panel-heading {
	background-color: #2574db; }

.progress-bar {
	background-color: #4a8fea;
}

.dropdown-menu.-no-list {
	padding: 15px; }

.dropdown-select {
	display: block;
	margin-bottom: 15px; }
.dropdown-select__button {
    text-align: left;
    width: 100%;
	color: #252b31;
}
.dropdown-select__button:hover {
	color: #252b31;
	border: 1px solid #bfc6ce;
}
.dropdown-select__button:hover, .dropdown-select__button:focus, .dropdown-select__button:active, .dropdown-select__button:active:focus { 
	background-color: transparent; 
}
.dropdown-select__button > .caret {
	position: absolute;
	right: 15px;
	top: 20px; }
.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-block;
		font-size: 28px;
		padding: 0 16px;
		vertical-align: middle; } }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	background-color: #2574db; }

.bullet-list {
	padding-left: 0;
	word-wrap: break-word;
	margin-bottom: 20px;
}
.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;
	line-height: 1.8;
}
.bullet-list > li > a, .bullet-list > a {
	color: #838fa0;
}
.bullet-list > a:hover,
.bullet-list > li:hover > a, 
.bullet-list > li:hover::before,
.bullet-list > li:hover > a::before {
	color: #0c5cc5;
}
.bullet-list > li::before,
.bullet-list > a::before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
	font-weight: 400;
    float: left;
    margin-top: 3px;
    margin-left: -20px;
	margin-right: 15px;
    color: #838fa0;
}
.bullet-list > li.edit-item {
	padding-left: 0;
	margin-left: 0;
}
.bullet-list > li.edit-item::before {
	content: "";
}
.bullet-list > li:not(:last-child),
.bullet-list > a:not(:last-child) {
	margin-bottom: 5px; }
.bullet-list.-sm {
    font-size: 14px; }
.bullet-list.-sm > li::before,
.bullet-list.-sm > a::before {
    top: 4px;
	float: none;
	text-decoration: none;
}
.bullet-list.-sm > a:hover::before {
	color: #0c5cc5;
}
.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 #bfc6ce;
}
.link-list.-bordered > li:last-child {
    border-bottom: none; }
.link-list.-hover > li:hover {
    background-color: #f1f3f3; }
.link-list.-striped > li:nth-child(odd) {
    background-color: #f1f3f3;
}
.link-list > li > a {
    display: block;
    padding: 10px 20px;
	color: #838fa0;
}
.link-list > li > a:hover {
	text-decoration: none; }
.aside .link-list > li::before,
.aside .link-list > a::before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
	font-weight: 400;
    float: left;
    margin-top: 12px;
    color: #838fa0;
}

.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 #f1f3f3; }
.padded-list.-bordered > li:last-child {
    border-bottom: none; }
.padded-list.-striped > li:nth-child(odd) {
    background-color: #f1f3f3;
}
.padded-list > li {
    padding: 10px 0;
    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: 15px; }

.no-content {
	padding: 20px;
	color: #6b7786;
}
.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: 14px; }

.glyphicon.-md {
	font-size: 24px; }

.glyphicon.-lg {
	font-size: 48px; }

.ra-fa-share-alt:before {
	content: "\f1e0"; }

.dot {
	color: #2574db;
}

.dot::after {
	content: "·";
	display: inline;
	position: relative;
	top: 2px;
	padding: 0 3px; }

.badge {
	font-family: sans-serif; }

.section {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
}
.section__title {
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 10px; }
.section__title.-center { }
.section__title.-strong {
	font-weight: bold; }
.section__title.-sm {
	font-size: 1.7em;
	margin-bottom: 7px; }
.section .aside {
	border: none;
	padding: 0;
}

.ra-check {
	display: inline-block;
	line-height: 2;
	width: 100%;
	word-wrap: break-word;
	cursor: pointer;
}
.ra-check__box {
    display: inline-block;
    cursor: default;
    height: 18px;
    width: 18px;
    border: 2px solid #6b7786;
    position: relative;
    top: 3px;
}
.ra-check:hover > .ra-check__box {
    border: 2px solid #6b7786;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.ra-check.checked > .ra-check__box {
    background-image: url("../images/checkmark.png");
    background-repeat: no-repeat;
    background-position: -5px -3px;
}
.ra-check:hover .ra-check__label,
.ra-check.checked .ra-check__label {
	color: #0c5cc5;
}
.ra-check.disabled > .ra-check__box {
    background-color: #E6E6E6; }
.ra-check.disabled:hover > .ra-check__box {
    border: 2px solid #6b7786;
	-webkit-box-shadow: none;
    box-shadow: none; }
.ra-check__label {
    padding-left: 5px;
	color: #6b7786;
}

select.-sm {
	height: auto;
	width: auto;
	padding: 2px;
	font-size: 14px; }

.head-sep {
	position: relative;
	border-top: 1px solid #bfc6ce;
	margin: 22px -20px;
}
.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: #6b7786;
    text-align: center;
    line-height: 1;
	display: none;
}

.user-info__content {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px; }

.user-info__image {
	display: inline-block; }

.user-info__title {
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif; }

.page-title {
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	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: 1.4em;
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif; }

.search-icon { color: #0c5cc5; }

.kb-icon { color: #892C25; }

.comm-icon { color: #910ab7; }

.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: #2574db;
}

.header > .container {
	width: 100%;
}

@media (max-width: 767px) {
    .header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1025; } }
.header__main-wrap {
	height: 56px;
    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;
	}
}

.header__logo-link {
    display: inline-block;
}

.header__logo-link > img {
	right: 160px;
	position: absolute;
}

@media (max-width: 800px) {
	div.header__left a.header__logo-link {
		display: none;
	}
}

@media (max-width: 1480px) {
	div.header__left a.header__logo-link > img {
		display: none;
	}
}

.header__left {
    -webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1; }
.header__left > div.btn-group.pull-right.open {
	width: auto;
}
.header__login-wrap {
    padding: 5px 0; }
.header__sub {
    background-color: #fff;
}

.header__sub:before {
	content: '';
	display: block;
	position: relative;
	border-bottom: 1px solid #2574db;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
}

.header__sub > .container {
	width: 100%;
	margin-bottom: -2px;
}

.header .user-image__avatar {
    border-radius: 50%;
}

.login-btn {
	padding: 5px 8px;
	line-height: 1.5;
	font-size: 14px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #2574db;
	color: #2574db;
	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: #2574db;
    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: #6b7786;
    text-align: right;
	display: none;
}

.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: #6b7786;
	font-size: 14px;
	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 > div.profile-menu__wrap {
	text-align: center;
}
.profile-menu__sep {
    border-top: 1px solid #f1f3f3; }
.profile-menu__sep.-strong {
	border-width: 2px; }
.profile-menu__title {
    margin: 10px;
	font-size: 15px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #252b31;
}
.profile-menu__subtext {
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.2px;
	color: #252b31;
}
.profile-menu__form-label {
    margin: 0 7px 0 0;
    font-weight: normal; }
.profile-menu .link-list > li > a {
    padding: 0 0 0 15px;
	color: #2574db;
	line-height: 40px;
}

.profile-menu .link-list > li > a:hover {
	color: #0c5cc5;
}
.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-bottom: 14px;
}
.navbar-toggle:hover {
	border-color: #2574db;
	background-color: #e9edf2; }
.navbar-toggle .icon-bar {
	width: 18px;
	background-color: #2574db; }
@media (max-width: 767px) {
    .navbar-nav > li > a {
		color: #6b7786;
	}
	.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
        background-color: #e9edf2;
        color: #0c5cc5;
	}
    .navbar-collapse {
		background-color: #e9edf2;
		margin-right: -15px;
		margin-left: -15px;
		border-top: 1px solid #bfc6ce; }
	.profile-menu_KB {
		width: 100%;
		padding: 0;
		position: inherit;
		margin-bottom: 15px;
	}
	.quick-links-menu {
		width: 100%;
		position: inherit;
		background-color: #ffffff !important;
	}
	#mainNavCollapse {
		height: calc(100vh - 120px);
	}
}
@media (min-width: 768px) {
	.navbar-nav.-main > li > a:first-child {
        margin-left: -5px; }
    .navbar-nav.-other > li > a {
		padding: 5px; }
    .navbar-nav > li > a {
		padding: 8px 25px;
		color: inherit; }
	.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #0c5cc5;
	}
    .navbar-collapse {
		background-color: transparent;
		padding: 0; } 
	.profile-menu_KB {
		min-width: 250px;
		max-width: 300px;
		padding: 0;
	}
	.quick-links-menu {
		width: 280px;
	}
}

.navbar-nav > li {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	text-align: center;
	color: #6b7786;
	padding-top: 10px;
}

.navbar-nav > li:first-child {
	margin-left: -16px;
	padding-left: 16px;
	padding-right: 14px;
}

.navbar-nav > li.active {
	color: #2574db;
	border-bottom: 4px solid #2574db;
}



.footer {
	margin-top: 50px;
	background-color: #e0e3e6; }
.footer__content {
    color: #6b7786;
    padding: 30px 10px;
}
.footer__content > div.container {
	width: 100%;
	text-align: center;
}
.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: 15px 0 0 0;
    color: #6b7786;
    text-align: center;
	font-size: 10px;
}

.footer > .footer__version {
	display: none;
}

@media (min-width: 992px) {
	.aside-no-margin { }

	.aside-no-margin__home {
		padding-right: 0;
		margin-top: -20px;
	}
	
	.aside-no-margin__account {
		margin-top: 25px;
	}

	.aside-no-margin__solution {
		right: -10px;
		margin-bottom: 55px;
	}

	.aside-no-margin__discussion { }

	.aside-no-margin__document { }

	.aside-no-margin .aside,
	.aside-no-margin__home .aside,
	.aside-no-margin__account .aside,
	.aside-no-margin__results .aside,
	.aside-no-margin__solution .aside,
	.aside-no-margin__discussion .aside,
	.aside-no-margin__document .aside, .aside-no-margin__document .aside-detail {
		border-radius: 0;
		margin-bottom: -1px;
	}

	.aside-no-margin__results section {
		border: 1px solid #bfc6ce;
		border-radius: 0;
		margin: -1px 0;
		box-shadow: none;
	}
	
	.aside-no-margin__results .aside {
		margin-top: -1px;
	}
}

@media (max-width: 991px) {
	.aside-no-margin .aside,
	.aside-no-margin__home .aside,
	.aside-no-margin__account > .aside,
	.aside-no-margin__results > #favDisplay > .aside,
	.aside-no-margin__solution .aside,
	.aside-no-margin__discussion .aside,
	.aside-no-margin__document .aside, .aside-no-margin__document .aside-detail {
		border: 1px solid #f1f3f3;
		-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
		box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
	}
	
	.aside-no-margin__results > section.section,
	.aside-no-margin__results > #favDisplay > .aside {
		margin: 10px;
	}
	
	.aside-no-margin__home .aside,
	.aside-no-margin__account > .aside {
		margin-left: 4px;
	}
}

.aside, .aside-detail {
	background-color: #fff;
	border: 1px solid #bfc6ce;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
}
.aside.-full { }
.aside.-full .tab-bar.-sm {
	padding-left: 13px; }
.aside.-full .aside__wrap {
    padding-left: 20px;
    padding-right: 20px; }
.aside__title {
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 15px; }
.aside__title.-small {
	font-size: 1.5em;
	margin-bottom: 5px; }
.aside.-full .aside__title { }
.aside__subtitle {
    font-size: 1em;
    font-weight: bold;
    color: #6b7786;
}
.aside__ctrls {
    padding: 5px 0; }
.aside__footer {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 10px 20px;
    background-color: #f1f3f3;
    border-radius: 0;
    color: #525c69; }
.aside.-full .aside__footer { }

.aside-detail {
	margin-bottom: 20px;
	padding-left: 20px; }
.aside-detail:last-child {
    margin-bottom: 0; }
.aside-detail__title {
    font-family: "Open Sans", "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 #bfc6ce; }

.account {
	position: relative; }
.account__image {
    width: 95px;
    float: left; }
.account__image .user-image > div > a {
	font-size: 12px;
	font-weight: 600;
}
.account__content {
    margin-left: 105px; }
.account__content .bullet-list > li, .account__content .bullet-list > a {
	line-height: 1.2;
}
.account__content .bullet-list > li:before, .account__content .bullet-list > a:before {
	margin-top: 1px;
}
.account__edit-btn-wrap {
    margin: 15px 0; }
.account__title {
    margin: 0;
    font-size: 1.4em;
}
.account__subtitle {
    font-size: 1em;
	font-weight: 600;
}
.account__subtitle > a {
	color: #838fa0;
	font-weight: 400;
}
.account__subtitle > a:hover, .account__subtitle > a:active, .account__subtitle > a:focus {
	color: #0c5cc5;
}
.account__section {
    float: left;
    width: 100%; }
@media (min-width: 768px) {
    .account__section {
		width: 50%; } }
.account__section-title {
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 14px;
    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: #fff;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	padding: 25px 10px 15px 10px;
	position: relative;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
	margin-top: 25px;
	margin-bottom: 20px;
}
.game-summary__icon {
    position: relative;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    padding: 7px 0;
    background-color: #fff;
    border: 2px solid #f9b625;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 1;
	color: #f9b625; }
.game-summary__title {
    text-align: center;
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	margin: 30px 0 5px 0;
    font-weight: bold;
	font-size: 1.4em;
}
.game-summary__detail {
    text-align: center;
    margin-bottom: 30px; }
.game-summary__detail > div .dot + span {
	color: #838fa0;
}
.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 {
    font-size: 1em;
    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: #6b7786; }

.ticket-table tr.closed a {
	color: #989cad; }

.comm-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.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", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}
.comm-title__name a {
	color: #2574db;
}
.comm-title__name a:hover,
.comm-title__name a:active,
.comm-title__name a:focus {
	color: #0c5cc5;
}
.comm-title__subtitle {
    margin: 0;
    font-family: "Open Sans", "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: 1.4em;
		margin-bottom: 10px; } }

.discussion__question {
	padding-bottom: 10px;
	margin: 0 0 10px;
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: normal; }

.discussion__head {
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	border-bottom: 1px solid #bfc6ce;
	padding-bottom: 7px;
	margin: 15px 0;
	font-size: 1.4em;
}

.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: 14px; }
.post__content {
    border-bottom: 1px solid #f1f3f3;
    word-wrap: break-word; }
.post__content a {
	color: #2574db; }
.post__content pre {
	overflow: auto;
	max-height: 600px; }
.post__create-info {
    padding: 10px 0;
    font-size: 14px; }
.post__actions {
    list-style-type: none;
    margin: 0 0 0 -7px;
    padding: 0;
    font-size: 12px;
	font-weight: 600;
}
.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: #910ab7;
    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: #910ab7;
}
.post__comments {
    padding: 10px 0;
    max-width: 800px; }
.post__comment {
    font-size: 14px;
    padding: 5px 20px;
    border-bottom: 1px solid #f1f3f3; }
.post__comment-content {
    line-height: 1.5;
    color: #444;
    word-wrap: break-word; }
.post__comment-content a {
	color: #2574db; }
.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;
	font-weight: 600;
}
.post__comment-form {
    padding: 0 20px; }
.post__wysiwyg-wrap {
    padding: 10px 0; }

.flag-form {
	background-color: #f1f3f3;
	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 #bfc6ce;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
    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: #6b7786; }
.vote-ctrls__arrow {
    color: #6b7786; }
.vote-ctrls__arrow.-disabled {
	color: #d9d9d9; }

.share-popup {
	margin-bottom: -5px;
	text-align: center; }

.share-button {
	width: 70px;
	font-size: 18px;
	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 #f1f3f3;
    border-radius: 4px;
    font-size: 14px; }
.file-list__link:hover {
	text-decoration: none;
	background-color: #f1f3f3;
	border-color: #bfc6ce; }
.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 #f1f3f3;
	padding: 15px 0; }
.answers > .post.-accepted, .answers > .post.-accepted:first-child, .answers > .post.-accepted:last-child {
    border-radius: 5px;
    border: #e3fac3 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: #599900; }
.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: #6b7786;
    font-size: 14px; }

.mce-content-body.editor {
	padding: 0;
	margin: 8px;
	font-size: 14px;
	background-color: #fff;
}
.mce-content-body.editor a {
    color: #2574db; }

.tag-editor {
	border: 1px solid #bfc6ce;
	border-radius: 2px;
	padding: 6px 12px; }
.tag-editor:focus-within {
	border: 2px solid #0c5cc5;
}
.tag-editor > li {
    margin: 3px;
}
.tag-editor .ui-sortable-handle {
    margin: 0; }
.tag-editor .placeholder {
    padding: 0;
    color: #9fa9b7 }
.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: #910ab7; }
.tag-editor .tag-editor-delete:hover i::before {
    color: #FFF;
}

.subscrpt {
	margin-bottom: 15px;
	font-size: 16px;
	clear: both; }
.subscrpt__btn {
    line-height: 1;
    min-width: 70px; }

.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-color: #2574db;
	background-image: -webkit-linear-gradient(rgba(0, 58, 134, 0.6), rgba(0, 58, 134, 0.6)), url("../images/socialss-search-bg.jpg");
	
	background-position: 50% 0;
	background-size: cover;
	padding: 2px 0 10px 0;
	margin: 0 -15px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.background_search {
	
	background-image: url("../images/search_bg.png");
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 600px;
}

.main_search_home {
    position: absolute;
    top: 40%;
    left: 5%;
    background-color: transparent;
    background: transparent;
}

.main-search.show-in-header {
	padding: 2px 0 0 0;
	margin: -114px 0 0 0;
	background-color: #2574db;
	background-image: none;
}

.main-search.sl-header {
	background-color: #2574db;
	background-image: none;
}

.main-search.show-in-header.-docked {
	width: 100%;
	margin: 0;
}

.main-search.show-in-header.sl-header {
	margin: -5px 0 15px -5px;
	padding: 8px 0 !important;
}

.main-search.show-in-header.sl-header.-docked {
	top: auto;
	margin: -5px 0 0 0;
	padding: 8px 0 !important;
}

.main-search.show-in-header .main-search__form .main-search__input,
.main-search.show-in-header .main-search__form .main-search__button { height: 40px }

.main-search__head {
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 2em;
    font-weight: 600;
    color: #FFF;
    margin: 0;
	margin-top: 20px;
}
.main-search__subhead {
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 1.4em;
    font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
}
.main-search__input {
    background-color: #FFF;
    padding: 0 40px 0 15px;
	border: 1px solid #bfc6ce;
    border-radius: 2px;
    box-sizing: border-box;
    height: 40px;
	width: 74vw;
	margin-left: 48px;
	
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #252b31;

    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
	outline: none;
}
.main-search__input.-error {
	box-shadow: 0px 0px 0px 4px #e60c51; }
.main-search__button {
	position: relative;
	right: 52px;
	font-size: 18px;
    padding: 0 15px;
    height: 40px;
    vertical-align: bottom;
    background-color: transparent;
    border: none;
	color: #6b7786;
	outline: none;
}
.main-search__button:hover {
	color: #0c5cc5;
	text-decoration: none; }
.main-search__button-label {
	display: none; }
.main-search .tt-menu,
.main-search .aa-dropdown-menu {
	margin-left: 48px;
    width: 74vw;
    text-align: left; }
.main-search .tt-menu hr,
.main-search .aa-dropdown-menu hr {
	margin: 5px; }

.main-search.-docked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 8px 0;
  margin-top: 0;
  margin-bottom: 0;
  background-image: none;
  /************
 * 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.-docked .main-search__form .main-search__input,
.main-search.-docked .main-search__form .main-search__button { height: 40px }

.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;
}

@media (min-width: 768px) {
    .main-search {
		padding: 2px 0 73px 0;
		border-radius: 0;
		margin-right: 0;
		margin-left: 0;
		margin-top: -16px;
		-webkit-transition: top 250ms ease;
		transition: top 250ms ease; }
	
	.main-search .main-search__form .main-search__input { 
		width: 48vw;
		height: 54px;
	}
	
	.main-search .main-search__form .main-search__button { height: 54px }
	
	.main-search__head {
        font-size: 2.9em;
		margin-top: 50px;
		margin-bottom: 5px;
	}
	.main-search__subhead {
		margin-bottom: 30px;
	}
	.main-search__button-label {
        display: none; }
	.main-search .tt-menu,
	.main-search .aa-dropdown-menu {
		width: 48vw;
	}
}

.announce {
	position: relative;
	padding: 15px 15px 10px 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
	background-color: #fff;
}
.announce.-new {
    border-color: #FAEBCC; }
.announce__head { }
.announce.-new .announce__head {
    border-color: #FAEBCC; }
.announce__title {
    padding: 5px;
    margin-left: 40px;
    padding: 5px 10px;
    font-family: "Open Sans", "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;
    width: 40px;
    float: left;
    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: #e60c51;
    font-size: 11px;
    padding: 3px 6px; }
.announce__arrow {
    position: absolute;
    right: 20px;
    top: 22px;
	color: #838fa0;
}
.announce__toggle-link {
    display: block;
    color: #3d454f; }
.announce__toggle-link:hover, .announce__toggle-link:active, .announce__toggle-link:focus {
	outline: none;
	color: #252b31;
	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 { }
.announce__toggle-link:hover .announce__icon {
    color: #bfc6ce; }
.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: #e60c51; }

.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}

.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: #2574db;
}
.contact__icon.-green {
	color: #599900;
}
.contact__icon.-purple {
	color: #910ab7;
}
.contact__icon.-red {
	color: #e60c51;
}
.contact__label {
    display: inline-block;
    margin-left: 35px; }

.profile-section {
	margin-bottom: 25px;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	background-color: #fff;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
}
.profile-section__image {
    float: left; }
.profile-section__content {
    margin-left: 90px; }
.profile-section__links {
	font-size: 12px;
	font-weight: 600;
	margin-top: 3px;
}

.no-results {
	padding: 20px; }

.result-sort.-center {
	text-align: center; }

.result-sort.-right {
	float: right;
	width: auto;
}
@media (max-width: 767px) {
    .result-sort.-right {
		float: none; } }

.result-sort__label {
	font-size: 14px;
	font-weight: normal;
	padding-right: 5px; }

.result-sort__control {
	padding: 2px;
	height: auto;
	font-size: 14px; }

.cat-matches {
	font-size: 1em;
}
.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 #f1f3f3;
		content: ""; } }

.result-summary__head {
	margin: 18px 0 0;
}

.result-summary__head-link {
	color: inherit;
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-weight: normal;
	font-size: 20px;
}
.result-summary__head-link:hover, .result-summary__head-link:active, .result-summary__head-link:focus {
    text-decoration: none;
    color: #2574db; }
.result-summary__head-link.-kb:hover, .result-summary__head-link.-kb:active, .result-summary__head-link.-kb:focus {
    color: #e60c51; }
.result-summary__head-link.-comm:hover, .result-summary__head-link.-comm:active, .result-summary__head-link.-comm:focus {
    color: #910ab7; }

.result-summary__head-link.-kb > .result-summary__head-icon {
	color: #e60c51;
}

.result-summary__head-link.-comm > .result-summary__head-icon {
	color: #910ab7;
}

.result-summary__head-icon {
	margin-right: 5px;
	width: 33px;
	color: #2574db;
	vertical-align: bottom; }

.result-summary__stats {
	margin: 3px 0 10px 40px;
	font-size: 1em;
	line-height: 1.6;
}

.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: 50px;
}

.solution-list {
	list-style: none;
	padding: 0; }

.view-link {
	padding: 10px 0;
	line-height: 1.8;
}
.view-link:first-child {
    padding-top: 0 !important; }
.view-link__title {
    font-size: 1.2em; }
@media (min-width: 768px) {
	.view-link__title {
        font-size: 1.2em; } }
.view-link__hit-summary { }
.view-link__avatar {
    float: left;
    width: 85px;
    margin-top: 5px;
    text-align: center; }
.view-link__icon {
    float: left;
    width: 35px;
    color: #2574db;
    font-size: 28px;
	padding-left: 10px;
}
.view-link__icon.-success {
	color: #3c763d; }
.view-link__icon.-danger {
	color: #e60c51; }
.view-link__icon.-muted {
	color: #bfc6ce; }
.view-link__content {
    margin-left: 60px;
    word-wrap: break-word;
	color: #6b7786;
}
.view-link__sub-line {
    padding: 1px 0;
    color: #6b7786;
    font-size: 1em;
	overflow-wrap: break-word;
	word-wrap: break-word;}

/* Search criteria model selector css */
.search-criteria .pagination {
	margin: 5px 0 0 0;
}

.result-col .view-link__subhead {
	padding-bottom: 15px;
}
.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: 60px; }
.view-link.-sm .view-link__title {
    font-size: 1.2em; }

.filter {
	padding: 20px;
	font-size: 1em;
}
.filter:first-child {
    padding-top: 15px; }
.filter__title {
    font-size: 1.4em;
}
.filter .-active {
    font-weight: bold;
	color: #252b31;
}
.filter__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.filter__item {
    margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.8;
}
.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: #910ab7;
	color: white; }
.filter__list.-tags .filter__item.-active .filter__link:hover {
	background-color: #910ab7;
}
.filter__list.-tags .filter__link {
    display: block;
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 2px;
    background-color: #e6e6e6;
    color: #6b7786;
    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__list .filter__link {
	color: #6b7786;
}
.filter__list .filter__link:hover {
	color: #0c5cc5;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active {
	color: #2574db; }

.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: #2574db;
	border-color: #2574db; }

.result-col__head {
	padding: 10px 0; }

.result-col__head-right {
	display: flex;
	float: right;
}

@media (max-width: 767px) {
	.result-col__head-right {
		flex-direction: column;
		float: none;
		align-items: flex-start;
	}

	.result-col__head-right .result-sort {
		margin-top: 10px;
		padding: 0;
	}
}

.result-col__counts {
	display: block;
	margin-bottom: 5px;
	color: #838fa0;
	font-size: 1.4em;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.result-col {
		border-left: 1px solid #bfc6ce; }
    .result-col__counts {
		display: inline-block;
		margin-bottom: 0; } }

.button-group__item {
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-block;
	padding: 0px 12px;
	margin: 0 10px 5px 0;
	font-size: 1em;
	line-height: 38px;
	position: relative;
	word-wrap: break-word;
	color: #252b31;
	background-color: #FFF;
	border-color: #bfc6ce;
}
.button-group__item:focus, .button-group__item.focus {
    color: #0c5cc5;
    background-color: #e2eefd;
}
.button-group__item:hover {
    color: #252b31;
    background-color: #f1f3f3;
}
.button-group__item:active, .button-group__item.active {
    color: #0c5cc5;
    background-color: #e2eefd;
}
.button-group__item:hover, .button-group__item:focus {
    outline: none;
    text-decoration: none;
    z-index: 2; }
.button-group__item:active, .button-group__item.active {
	-webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 992px) {
    .button-group__item {
		display: block;
		font-size: 1em;
		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: #6b7786;
	margin-left: 15px; }

.filter-toggle {
	display: none; }

@media (min-width: 768px) {
	.filter-col {
		position: relative;
		left: 1px;
		border: 1px solid #bfc6ce;
		border-top: none;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.filter-col {
		width: 250px;
		position: absolute;
		-webkit-transform: translate(-270px, 0);
		transform: translate(-270px, 0);
		background-color: #fff;
		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: #fff;
		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;
	}
	/* SOCIAL-SA KBResults*/
	.tab-content.col-md-9 .filter-col {
		margin-left: -17px;
	}
	.tab-content.col-md-9 .filter-col.open {
		margin-left: -16px;
	}
	/* SOCIAL-SS KBResults*/
	.tab-content.col-xs-12 .filter-col {
		margin-left: -42px;
	}
	.tab-content.col-xs-12 .filter-col.open {
		margin-left: -31px;
	}
}

.solution-head {
	margin-bottom: 15px; }
.solution-head__title {
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 5px;
	word-wrap: break-word;}
.solution-head__info {
    color: #6b7786;
    font-size: 1em;
    font-style: italic; }

.solution-content {
	margin-bottom: 30px;
	line-height: 1.6em;
	word-wrap: break-word; }
.solution-content a {
    color: #2574db; }
.solution-content__field-head {
    clear: both;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    border-bottom: 1px solid #bfc6ce;
}
.solution-content__footer {
    margin-top: 30px; }
.solution-content__footer-item {
    margin-bottom: 10px; }

.diag-steps a {
	color: #2574db; }

.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: 30px 0;
	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: #6b7786;
    font-size: 1em;
    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: #e60c51; }
.actions-list__link.-pdf:hover, .actions-list__link.-pdf:focus, .actions-list__link.-pdf:active {
	color: #e60c51; }
.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: #910ab7; }
.actions-list__link.-comment:hover, .actions-list__link.-comment:focus, .actions-list__link.-comment:active {
	color: #910ab7; }
.actions-list__link.-comment > .actions-list__icon {
	top: 3px; }
.actions-list__link.-back > .actions-list__icon {
	color: #2574db; }
.actions-list__link.-back:hover, .actions-list__link.-back:focus, .actions-list__link.-back:active {
	color: #2574db; }
.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: 1em;
    min-width: 200px; }

.comments { margin-top: 20px; }
.comments__head {
	padding-top: 20px;
    border-bottom: 1px solid #bfc6ce;
	color: #910ab7
}
.comments__title {
    font-size: 1.4em;
    font-weight: 400;
    font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	margin-bottom: 5px;
}
.comments__no-login-msg {
    padding: 20px;
    background-color: #e6e6e6;
    border: 1px solid #6b7786;
    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: #e60c51; }
.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: #f1f3f3;
	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: #6b7786; }
.comment__content {
    padding-top: 10px;
	word-wrap: break-word; }
.comment__actions {
    padding-bottom: 10px; }
.comment__actions > a {
	font-size: 12px;
	font-weight: 600;
}
.comment__actions:hover > a { }
.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", "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-size: 1em;
	font-weight: bold; }

#titleform label {
	font-weight: normal; }

#titleform label > input[disabled] + span {
	color: #838fa0;
}

#titleform label > input:not([disabled]) + span {
	color: #252b31;
}

#titleform label > input:checked + span {
	color: #2574db;
}

.algolia-autocomplete .aa-hint {
	color: #6b7786; }

.algolia-autocomplete .aa-dropdown-menu {
	margin-top: 2px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	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: #910ab7; }
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #f1f3f3; }
.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: 14px;
    font-weight: bold;
    color: #6b7786; }
.algolia-autocomplete .aa-dropdown-menu .aa-dataset-header.-kb > .glyphicon {
	color: #e60c51; }
.algolia-autocomplete .aa-dropdown-menu .aa-dataset-header.-comm > .glyphicon {
	color: #910ab7; }

.basic-pager {
	text-align: center;
	padding: 5px 0; }
.basic-pager__label {
    padding: 0 7px;
    font-size: 12px;
	font-weight: 600;
	color: #6b7786;
}

.shortcut-panel__title {
	font-family: "Open Sans", "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: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.shortcut-panel__item {
	padding: 5px;
	margin-bottom: 20px;
	width: 48.4%;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	background-color: #fff;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
}
.shortcut-panel__item:hover .shortcut-panel__link, .shortcut-panel__item:active .shortcut-panel__link, .shortcut-panel__item:focus .shortcut-panel__link,
.shortcut-panel__item:hover .shortcut-panel__label, .shortcut-panel__item:active .shortcut-panel__label, .shortcut-panel__item:focus .shortcut-panel__label {
	text-decoration: underline;
	color: #0c5cc5;
}

.shortcut-panel__link {
	height: 100%
}
.shortcut-panel__link:hover, .shortcut-panel__link:active, .shortcut-panel__link:focus {
    text-decoration: none;
    outline: none;
}

.shortcut-panel__label {
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-size: 1.5em;
	padding-top: 15px;
	color: #252b31;
}

.shortcut-panel__subtext {
	font-size: .7em;
	color: #6b7786;
	padding-top: 5px; }

.shortcut-panel__icon {
	height: 150px;
	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;
	border-bottom: 1px solid #bfc6ce;
	margin-left: -5px;
	margin-right: -5px;
}
.shortcut-panel__icon img {
    max-width: 110px;
    max-height: 110px;
}
.shortcut-panel__icon.-font {
    text-align: center;
    font-size: 6rem;
}

.shortcut-panel + .shortcut-panel::before {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 20px auto;
	background-color: #f1f3f3;
	display: block; }

@media (min-width: 768px) {
	.shortcut-panel__item {
		padding: 15px 20px;
		width: 24.2%;
	}
	.shortcut-panel__label {
		font-size: 1.5em;
	}
	.shortcut-panel__icon {
		height: 150px;
		margin-left: -20px;
		margin-right: -20px;
	}
    .shortcut-panel__icon img {
		max-width: 110px;
		max-height: 110px; }
    .shortcut-panel__icon.-font {
		font-size: 8rem; }
}

.tab-bar {
	padding: 0;
	margin: 0;
	margin-left: -1px;
	list-style-type: none;
	border-bottom: 1px solid #bfc6ce;
	font-size: 14px; }
.tab-bar__item {
    float: left; }
.tab-bar__item.active > .tab-bar__link {
	border-color: #2574db;
	color: #2574db;
 }
.tab-bar__item.active > .tab-bar__link.-kb {
	border-color: #0c5cc5;
}
.tab-bar__item.active > .tab-bar__link.-comm {
	border-color: #0c5cc5;
}
.tab-bar__link {
    display: block;
    padding: 7px;
    border-bottom: 5px solid transparent;
    color: #6b7786;
    font-weight: bold; }
.tab-bar__link:hover, .tab-bar__link:focus, .tab-bar__link:active {
	text-decoration: none;
	outline: none;
	
}
@media (min-width: 768px) {
    .tab-bar {
		font-size: inherit; }
	.tab-bar__link {
        padding: 5px 15px; } }
.tab-bar.-sm .tab-bar__link {
    padding: 5px 7px;
}

.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 {
	-webkit-box-shadow: none;
    box-shadow: none;
}
.user-image__avatar {
    display: block;
    max-width: 65px;
    margin: 4px auto;
    border-radius: 25%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
.user-image__caption {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b7786; }
.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: 65px;
}

.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 #f1f3f3;
    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: #f1f3f3;
	border-color: #6b7786;
	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: 14px;
	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: #838fa0;}
.cat-browser__count {
    margin-top: 10px;
    font-size: 14px;
    color: #6b7786; }
.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", "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-size: 24px;
    margin: 0 0 7px;
	word-wrap: break-word;
}
.cat-browser__all-wrap {
    margin-bottom: 15px;
    font-size: 1em;
}
@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: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.2px;
	color: #252b31;
}

.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: #e2eefd;
}

.language-link-list > li > a {
	display: block;
	padding: 5px 10px;
}

.result-summary__list > li ul.actions {
	display: none;
	position: absolute;
	right: 15px;
	margin: 0;
	padding: 0 15px 0 30px;
	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.9;
}

.result-summary__list ul.actions > li:hover {
	display: inline-block;
	opacity: 1.0;
}

.solution-list > li ul.actions {
  display: none;
  position: absolute;
  right: 15px;
  margin: 0;
  padding: 0 15px 0 30px;
  background-color: white;
  list-style: none;
  z-index: 1;
}
.solution-list > li:hover ul.actions {
  display: block;
}

.solution-list ul.actions > li {
  display: inline-block;
  opacity: 0.9;
}

.solution-list ul.actions > li:hover {
  display: inline-block;
  opacity: 1.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: 14px;
	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: #6b7786;
}
.fa-question-circle{
    color: #0066ff;
}
#socialsupportsidenav .glyphicon-book{
    color: #599900;
}
.fa-check{
    color: #599900;
}
.fa-envelope{
    color:#f9b625;
}
.fa-users{
    color: #ff6600;
}
.modal-header,.modal-footer{
    border: none;
}
.modal-header{
    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: 15px;
    border-bottom: 1px solid #f1f3f3;
}
.modal-header .modal-title, .modal-header .title {
	font-size: 1.4em;
	margin: 0;
}
.modal-header .close {
	font-size: 24px;
}
.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%;
}

.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;
}

#favoriteToolBar {
	padding-left: revert;
	text-align: left;
}

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: #2574db;
	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: #f0f6fe;
	border: 1px solid #bfc6ce;
	border-radius: 4px;
	padding: 10px;
	max-height: 450px;
	overflow: auto;
	margin: 5px 15px 0 60px;
}

.result-summary .preview-pane {
	margin-left: 50px;
}

div.preview-pane > div.content {
    padding: 5px;
}
div.preview-pane > div.content > div.solution {
    width: 550px;
}

.muted {
    color: #999999;
}

.kbDidYouMean {
	color: #e60c51;
	font-weight: bold;
	margin-bottom: 5px;
}

.kbDidYouMean a {
	font-weight: normal;
	font-style: italic;
}

.commDidYouMean {
	color: #910ab7;
	font-weight: bold;
	margin-bottom: 5px;
}

.commDidYouMean a {
	font-weight: normal;
	font-style: italic;
}

.result-summary__head-jiraicon {
	margin-right: 5px;
	width: 33px;
	color: #2574db; 
	vertical-align: bottom;
	background: url("../images/jira.png") no-repeat 0 3px;}


.result-summary__head-conficon {
	margin-right: 5px;
	width: 33px;
	color: #2574db; 
	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: -1px;
}

#workbenchresultstable {
	font-size: 14px;
	background-color: #FFFFFF;
}

#incidentSummary {
	font-size: 14px;
	background-color: #FFFFFF;
}

.row {
    margin-left : -10px;
}



.ribbon-menu {
	position: fixed;
	top: 100px;
	left: 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #fff;
	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: #6b7786;
	position: relative;
	transition: background 0.1s ease-in-out;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #bfc6ce;
}

.ribbon-menu li a:hover,
.ribbon-menu li:first-child a,
.ribbon-menu li span:hover {
	background: #f1f3f3;
	color: #0c5cc5;
}

.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;
	padding-left: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.ribbon-option-search {
	color: #2574db;
}

.ribbon-option-favorites {
	color: #e60c51;
}

.ribbon-option-announcements {
	color: #993300;
}

.ribbon-option-faqs {
	color: #0066ff;
}

.ribbon-option-popularsolutions {
	color: #2574db; 
}

.ribbon-option-latestsolutions {
	color: #2574db;
}

.ribbon-option-recentsearches {
	color: #2574db;
}

.ribbon-option-mostviewedsolutions {
	color: #ff6600;
}

.ribbon-option-popularviews {
	color: #2574db;
}

.ribbon-option-inprogress {
	color: #599900;
}

.ribbon-option-subscribedsolutions {
	color: #f9b625;
}

.ribbon-modal-close {
	color: red;
}

.ribbon-option-bars {
	color: #0c5cc5;
}

.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: 14px;
	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 #bfc6ce;
}
.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 #2574db;
	position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	font-size: 14px;
	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 #2574db;
    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: 14px;
    font-weight: bold;
	margin: 0 5px;
}

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;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #fff;
	display: inline-block;
}

#copy-solution-area {
	width:99%;
	margin-bottom: 5px;
	border:solid 1px #2574db;
}

.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: #e60c51;
	padding: 3px 10px;
	border-radius: 2px;
    color: white;
	position: relative;
}

.slick-prev::before, .slick-next::before {
	color: #0c5cc5 !important;
}

.slick-track {
	margin-left: 0px !important;
}

.slick-prev {
    left: -22px !important;
}

.slick-next {
    right: -10px !important;
}

@media (max-width: 767px) {
    body {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.slick-prev {
		left: -28px !important;
	}

	.slick-next {
		right: -20px !important;
	}
	
	.result-sources__ss .slick-prev {
		left: -43px !important;
	}
	
	.result-sources__ss .slick-next {
		right: -35px !important;
	}
}

.alltab_taxonomy_clicked {
	font-weight: 500;
}

/* Integrations CSS */
#integrationTicketListResults {
    width: 100%;
}

#integrationOpenTicketHeader,#integrationTicketHeader,#integrationAgentTicketInfoHeader {
    background-color: #2574db;
    color: white;
    padding: 15px;
    margin: 0 0 10px;
}

#integrationTicketLoading,#integrationOpenTicketLoading,#integrationAgentTicketInfoLoading {
    position: fixed;
    top: 35%;
    left: 50%;
    display: block;
}

.form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #bfc6ce;
}

.form-control:focus {
	border: solid 2px #0c5cc5;
}

.form-control[readonly] {
	background-color: transparent;
}

.form-control[readonly]:hover {
	cursor: not-allowed;
}

.text-success {
	color: #3c763d;
}

.text-danger {
	color: #e60c51;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-danger {
	color: white;
	background-color: #e60c51;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
	background-color: #c2003d;
}

.input-group-btn > button {
	height: 40px;
}

.bootstrap-select > .dropdown-toggle {
	height: 40px;
}

.bootstrap-select > .dropdown-toggle:hover {
	background-color: white;
}

.bootstrap-select > .dropdown-toggle:focus {
	background-color: white;
	border: 2px solid #0c5cc5;
}

.btn-group.open .dropdown-toggle,
.btn-group.open .dropdown-toggle:hover,
.btn-group.open .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu {
	max-height: 450px !important;
}

.bootstrap-select.btn-group.open .dropdown-toggle,
.bootstrap-select.btn-group.open .dropdown-toggle:hover,
.bootstrap-select.btn-group.open .dropdown-toggle:focus {
	background-color: transparent;
	border: 2px solid #0c5cc5;
}

.bootstrap-select.btn-group .dropdown-menu li.selected {
	background-color: #e2eefd;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 0 15px;
    line-height: 40px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #f1f3f3;
}

.dropdown-menu > li.selected > a:focus, .dropdown-menu > li.selected > a:hover {
    background-color: #e2eefd;
}

.alert-info {
	color: #2574db;
}

.alert-success {
	color: #599900;
}

.alert-warning {
	color: #e39b00;
}

.alert-danger, .alert-danger .alert-link {
	color: #e60c51;
}

div.loading {
	text-align: center;
}

div#postDetails > div.form-group.has-float-label:focus-within > label {
	color: #0c5cc5;
}

button.navbar-toggle {
	background-color: white !important;
}

button.navbar-toggle:hover {
	background-color: #f0f6fe !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;
}

.btn {
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: 1.25px;
}


.quick-links-menu .link-list > li > a {
    padding: 0;
	color: #838fa0;
}

.quick-links-menu .link-list > li > a:hover {
	color: #0c5cc5;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

div#mainContent {
	min-height: calc(100vh - 390px);
}

div#contentTop, div#solutionTop {
	min-height: calc(100vh - 355px);
}

.sticky-content {
	min-height: calc(100vh - 650px);
}
.sticky-content-lg {
	min-height: calc(100vh - 355px);
}

.discussion-container {
	min-height: calc(100vh - 416px);
}

.document-container {
	min-height: calc(100vh - 385px);
}

.sscontainer {
	min-height: calc(100vh - 352px);
}

.results-bg-white {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	margin: 0 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
}

.results-bg-white #resultTabsList {
	padding-top: 10px;
}

.results-bg-white .main-search.show-in-header.sl-header:not(.-docked) {
	margin: -5px -21px 0 -34px;
}

#profileSummary {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	padding: 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
	margin: 24px 0;
}

#profileSummary .section {
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.has-float-label .bootstrap-select > button {
    border: solid 1px #bfc6ce;
}

.title-line-through {
	font-family: "Open Sans", "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 15px;
	display: inline;
	position: relative;
	top: -22px;
	left: 30px;
	padding: 0 15px;
	background-color: #f1f3f3;
}

.title-line-through-sep {
	display: block;
	border-bottom: 1px solid #bfc6ce;
}

h1.title-line-through {
	top: -17px;
}

.has-float-label .bootstrap-select > button {
    border-radius: 2px !important;
}

.solution-content .fieldHeader {
	font-size: 1.4em;
}

.solution-container {
	margin-left: 10px;
	margin-right: -10px;
}

.discussion-container {
	margin-left: 15px;
	width: calc(75% - 15px);
}

.document-container {
	margin-left: 15px;
	width: calc(75% - 15px);
}

.solution-container, .portlet-container, .ask-community-container, .discussion-container, #communityBrowser, .document-container {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #f1f3f3;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
}

@media (max-width: 991px) {
	.discussion-container, .document-container {
		width: calc(100% - 30px);
		margin-bottom: 20px;
	}
	
	.solution-container {
		width: calc(100% - 10px);
		margin-bottom: 20px;
	}
}

#suggestedHelp {
	margin-top: 30px;
}

.view-link__hit-summary + div > span:first-of-type {
	color: #252b31;
}

.line-sep {
	display: block;
	border-bottom: 1px solid #bfc6ce;
	margin-bottom: 30px;
}

#kbResults .filter-col > .filter,
#commResults .filter-col > .filter {
	margin: 0 -15px;
}

#kbResults .filter-col > .filter:not(:last-child),
#commResults .filter-col > .filter:not(:last-child) {
	border-bottom: 1px solid #bfc6ce;
}

h4.title {
	font-size: 1.4em;
}

.filter-type__author .filter {
	padding: 0 0 20px 0;
}

.sscontainer #view-btr-link > a {
	margin-right: -10px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.ml-5 {
	margin-left: 5px;
}

.mt-20 {
	margin-top: 20px;
}

.pr-0 {
	padding-right: 0;
}

.pr-20 {
	padding-right: 20px;
}

.pr-30 {
	padding-right: 30px;
}

.pl-0 {
	padding-left: 0;
}

.pl-20 {
	padding-left: 20px;
}

.container-fw {
	width: 100%;
}

.ribbon-menu {
	display: none;
}

@media (max-width: 767px) {
	.section {
		margin-top: 35px;
	}
	
	#view-btr-link {
		margin-top: 35px;
	}
	
	.results-bg-white {
		margin-top: 30px;
	}
	
	.results-bg-white .main-search.show-in-header.sl-header {
		margin-top: -35px;
	}
	
	.results-bg-white .main-search.show-in-header.sl-header:not(.-docked) {
		margin: -35px -6px 0 -19px;
	}
	
	#resultTabsList {
		margin-left: -5px;
	}
	
	#kbResults,
	#commResults,
	#rakeResults,
	#confluenceResults {
		margin-left: 5px;
	}
	
	#communityBrowser, #titlePreferencesPage, .btn-row {
		margin-top: 30px;
	}
	
	.main-search.show-in-header.sl-header .main-search__input,
	.main-search.show-in-header.sl-header .aa-dropdown-menu { 
		width: 60vw;
	}
}

.popular-row .section,
#contentTop .section {
	min-height: 300px;
}

.results-bg-white .row {
	margin-left: -2px;
}

.container__post-discussion > .main-search.show-in-header.sl-header:not(.-docked),
.container__view-discussion > .main-search.show-in-header.sl-header:not(.-docked),
.container__discussion-denied > .main-search.show-in-header.sl-header:not(.-docked),
.container__view-solution > .main-search.show-in-header.sl-header:not(.-docked),
.container__solution-denied > .main-search.show-in-header.sl-header:not(.-docked),
.container__solution-not-found > .main-search.show-in-header.sl-header:not(.-docked),
.container__view-document > .main-search.show-in-header.sl-header:not(.-docked),
.container__lookahead > .main-search.show-in-header.sl-header:not(.-docked),
.container__view > .main-search.show-in-header.sl-header:not(.-docked),
.container__titlepreferences > .main-search.show-in-header.sl-header:not(.-docked) {
	margin-left: -15px;
	margin-right: -15px;
}

.progress-wrap {
	max-width: 100% !important;
}

.has-float-label .bootstrap-select > button > div.filter-option > div.filter-option-inner > div.filter-option-inner-inner {
	padding-top: 3px;
}

.has-float-label .bootstrap-select.dropdown .dropdown-menu li.selected.active > a,
.has-float-label .bootstrap-select.dropdown .dropdown-menu li.selected > a {
	background-color: #e2eefd;
}

.has-float-label .bootstrap-select.dropdown .dropdown-menu li.active > a {
	background-color: #f1f3f3;
}

.has-float-label .bootstrap-select.dropdown .dropdown-menu li > a {
    line-height: 40px;
	color: #333333;
}

.has-float-label .bootstrap-select.dropdown .dropdown-menu {
	max-height: 450px !important;
}

#favoriteFilter .pagination {
    margin: 0;
}

.my-posts__filter-row .has-float-label .bootstrap-select.dropdown {
	width: 100%;
}

.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;
}

#googleDriveIcon {
    vertical-align: top;
}

div.view-link__sub-line span.label-default {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	border: solid 1px #525c69;
	color: #525c69;
	position: relative;
	top: -2px;
}

#shareOptionsDialog .modal-dialog {
	width: 400px;
	margin: 275px auto;
}

#shareOptionsDialog .modal-header {
	padding: 10px 0;
}

#shareOptionsDialog .modal-header h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px
}

#shareOptionsDialog .modal-body {
	text-align: center;
	padding: 10px;
}

/* AIChatApp (Chat Container) */

.ai-chat-app {
	font-family: Arial, sans-serif;
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px;
	max-width: 100%;
	margin: 10px 0 15px 0;
}

.ai-chat-message-container {
	max-height: 300px;
	overflow-y: scroll;
	display: flex;
    flex-direction: column;
}

.ai-chat-message-item {
	display: flex;
    justify-content: end;
}

.ai-chat-message-item.bot {
    justify-content: start;
	align-items: end;
}

.ai-chat-message-citations-container {
	display: flex;
	margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.ai-chat-message-citations-container span:nth-child(1) {
    white-space: nowrap;
}

.ai-chat-message-citations-list {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ai-chat-message-citation a {
	margin-left: 5px;
	width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.ai-chat-message-citation-seperator{
	display: inline-block;
	color: #2574db;
	overflow: hidden;
}

@media (max-width: 768px) {
	.ai-chat-message-citations-container {
		flex-direction: column;
	}
	.ai-chat-message-citation a {
		margin-left: 0;
	}
}

.ai-chat-message-input {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.suggestion-container {
	width: 100%;
	padding: 10px 0;
    border-top: 1px solid #ccc;
}

.ai-chat-suggestion {
	width: fit-content;
    display: inline-block;
	padding: 10px;
    margin: 5px;
    background-color: #2574db;
	color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    text-align: left;
}

.ai-chat-suggestion div {
	display: flex;
	align-items: center;
}

.ai-chat-suggestion .glyphicon-question-sign {
	margin: 0 5px 2px 0;
}

.ai-chat-message-input .input-container {
	display: flex;
	width: 100%;
}

.ai-chat-message-input input[type="text"] {
	flex: 1;
	padding: 8px;
	border: 1px solid #ccc;
	border-right: none;
}

.ai-chat-message-input button {
	color: #007bff;
	border: 1px solid #ccc;
	border-left: none;
	background: none;
	padding: 8px 12px;
	cursor: pointer;
}

.ai-chat-message-input button:hover {
	color: #2574db;
}

.ai-chat-message-input button[disabled] {
	cursor: not-allowed;
	color: #88c2ff;
}

/* AIChatMessage (Chat Message) */
.ai-chat-message {
	padding: 10px;
	margin: 5px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	word-wrap: break-word;
	text-align: left;
	max-width: 80%;
	position: relative;
}

.ai-chat-message.user {
	background-color: #2574db;
	color: #fff;
	float: right;
	margin-right: 12px;
}

.ai-chat-message.user:before {
	content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid #2574db;
    border-right: 5px solid transparent;
    border-top: 4px solid #2574db;
    border-bottom: 4px solid transparent;
    right: -10px;
    bottom: 3px;
  }

.ai-chat-message.bot {
	/* background-color: #f6f6f6; */
	border: 1px solid #ccc;
	color: #444;
	float: left;
	padding-bottom: 5px;
	margin-left: 10px;
}

.ai-chat-message.bot:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid #ccc;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid transparent;
	left: -10px;
	bottom: 3px;
}
  
.ai-chat-message.bot:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid transparent;
	left: -7px;
    bottom: 4px;
}

.ai-chat-hr {
	margin: 5px 0;
	border: none;
	border-top: 1px solid #ccc;
}

/* AIChatMessage Buttons (Like and Dislike) */
.ai-chat-message-buttons {
	display: flex;
    justify-content: flex-start;
    margin: 5px 0 0 -10px;
}

.ai-chat-message-buttons button {
	background: none;
	color: #3f9cff;
	border: none;
	padding: 8px 8px;
	cursor: pointer;
	margin-left: 5px;
}

.ai-chat-message-buttons button:hover {
	color: #2574db;
}

.ai-chat-message-buttons button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f0f0f0;
	color: #777;
	border: 1px solid #ccc;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.ai-loading-spinner {
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	animation: spin 1s linear infinite;
}

.typing-indicator {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.typing-indicator-dot {
	width: 10px;
	height: 10px;
	background-color: #2574db;
	border-radius: 50%;
	margin: 0 5px;
	animation: dot-blink 1s infinite;
}

@keyframes dot-blink {
	0%, 20% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
