@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Prompt:300,400,500,600,700');
@import url('https://use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css');
@import url(/hc/theming_assets/01HZPE47SC0JYEGRM91107GE52);
@import url(/hc/theming_assets/01HZPE44AAN132DJRB5HBRMSWW);
@import url(/hc/theming_assets/01JQVMQY7W9SSYMYYZRY0EDE3T);

/***** Base *****/
* {
	box-sizing: border-box;
}
.off-canvas-wrapper {
  min-height:100%;
}

body {
  background-color: rgba(249, 249, 251, 1);
  color: #333333;
  /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-y:scroll;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}

:focus {
	outline:0
}
 @media (min-width: 1024px) {
 body > main {
 min-height: 65vh;
}
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 0;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	color: #242B33;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #242B33;
	line-height: 0;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.1875rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1.0625rem;
}

h6 {
	font-size: 1rem;
}
@media screen and (min-width: 40em) {
 h1 {
 font-size: 3rem;
}
 h2 {
 font-size: 2.5rem;
}
 h3 {
 font-size: 1.9375rem;
}
 h4 {
 font-size: 1.5625rem;
}
 h5 {
 font-size: 1.25rem;
}
 h6 {
 font-size: 1rem;
}
}

a, a:active, a:focus {
 color: rgba(138, 149, 158, 1);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input, textarea {
 color: #333333;
	font-size: 14px;
}

input {
	font-weight: 300;
	max-width: 100%;
	box-sizing: border-box;
	outline: none;
 transition: border .12s ease-in-out;
}

input:focus {
 border: 1px solid rgba(2, 90, 100, 1);
}

input[disabled] {
	background-color: #ddd;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(/hc/theming_assets/01HZPE3W3M94S8XQ9Z403PQJ2F) no-repeat #fff;
	background-position: right 10px center;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 30px 8px 10px;
	outline: none;
	color: #555;
	width: 100%;
}

select:focus {
 border: 1px solid rgba(2, 90, 100, 1);
}
 select::-ms-expand {
 display: none;
}

textarea {
	border: 1px solid #ddd;
	border-radius: 2px;
	resize: vertical;
	width: 100%;
	outline: none;
	padding: 10px;
}

textarea:focus {
 border: 1px solid rgba(2, 90, 100, 1);
}
/*
.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 5%;
}
 @media (min-width: 1160px) {
 .container {
 padding: 0;
 width: 90%;
}
}
*/
.container-divider {
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.error-page {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 5%;
}
 @media (min-width: 1160px) {
 .error-page {
 padding: 0;
 width: 90%;
}
}

.dropdown-toggle {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	color: lightgrey;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
}
 .dropdown-toggle::after {
 color: inherit;
}

/***** Buttons *****/
.button/*, [role="button"]*/ {
 border: 1px solid rgba(2, 90, 100, 1);
	border-radius: 4px;
 color: rgba(2, 90, 100, 1);
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 2.34;
	margin: 0;
	padding: 0 20px;
	text-align: center;
 transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	-webkit-touch-callout: none;
}
 @media (min-width: 768px) {
 .button/*, [role="button"]*/ {
 width: auto;
}
}
 .button::after/*, [role="button"]::after*/ {
 color: rgba(2, 90, 100, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"]/*, [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"]*/ {
 background-color: rgba(2, 90, 100, 1);
 color: #FFFFFF;
	text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active/*, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active*/ {
 background-color: #000;
 border-color: #000;
}
 .button[data-disabled], [role="button"][data-disabled] {
 cursor: default;
}

.button-large, input[type="submit"] {
 background-color: rgba(2, 90, 100, 1);
	border: 0;
	border-radius: 4px;
 color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.72;
	min-width: 190px;
	padding: 0 1.9286em;
	width: 100%;
}
 @media (min-width: 768px) {
 .button-large, input[type="submit"] {
 width: auto;
}
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
 background-color: #000;
}

.button-large[disabled], input[type="submit"][disabled] {
	background-color: #ddd;
}

.button-secondary {
 color: #666;
	border: 1px solid #ddd;
	background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
 color: #333333;
	border: 1px solid #ddd;
 background-color: #f0f0f5;
}

/***** Tables *****/
.table {
	width: 100%;
	table-layout: fixed;
}
 @media (min-width: 768px) {
 .table {
 table-layout: auto;
}
}

.table th, .table th a {
 color: #666;
	font-size: 13px;
	font-weight: 300;
	text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"] .table th a {
	text-align: right;
}

.table tr {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 20px 0;
}
 @media (min-width: 768px) {
 .table tr {
 display: table-row;
}
}

.table td {
	display: block;
}
 @media (min-width: 768px) {
 .table td {
 display: table-cell;
}
}
 @media (min-width: 1024px) {
 .table td, .table th {
 padding: 20px 30px;
}
}
 @media (min-width: 768px) {
 .table td, .table th {
 padding: 10px 20px;
 height: 60px;
}
}

/***** Forms *****/
.form {
	width: 100%;
}
 .form-field ~ .form-field {
 margin-top: 25px;
}

.form-field input {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
}

.form-field input:focus {
 border: 1px solid rgba(2, 90, 100, 1);
}

.form-field input[type="text"] {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.form-field input[type="text"]:focus {
 border: 1px solid rgba(2, 90, 100, 1);
}

.form-field input[type="checkbox"] {
	width: auto;
}

.form-field .nesty-input {
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	outline: none;
	vertical-align: middle;
}

.form-field .nesty-input:focus {
 border: 1px solid rgba(2, 90, 100, 1);
	text-decoration: none;
}

.form-field textarea {
	vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
	margin: 0 0 0 10px;
}
 .form-field.required > label::after {
 content: "*";
 color: rgba(2, 90, 100, 1);
 margin-left: 2px;
}

.form-field p {
 color: #666;
	font-size: 12px;
	margin: 5px 0;
}

[data-loading="true"] input, [data-loading="true"] textarea {
	background: transparent url(/hc/theming_assets/01HZPE3VB4EB8GYT097ZSP2C0Q) 99% 50% no-repeat;
	background-size: 16px 16px;
}

.form footer {
	margin-top: 40px;
	padding-top: 30px;
}

.form footer a {
 color: #666;
	cursor: pointer;
	margin-right: 15px;
}

.form .suggestion-list {
	font-size: 13px;
	margin-top: 30px;
}

.form .suggestion-list label {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 5px;
}

.form .suggestion-list li {
	padding: 10px 0;
}

.form .suggestion-list li a:visited {
 color: #58626a;
}

/***** Header *****/
.header {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	align-items: center;
	display: flex;
	height: 71px;
	justify-content: space-between;
}
 @media (min-width: 1160px) {
 .header {
 padding: 0;
 width: 90%;
}
}

.logo img {
	max-height: 37px;
}

.user-nav {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
}
 @media (min-width: 768px) {
 .user-nav {
 position: relative;
}
}

.user-nav[aria-expanded="true"] {
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	border: solid 1px #ddd;
	right: 0;
	left: 0;
	top: 71px;
	z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
	display: block;
	margin: 20px;
}

.nav-wrapper a {
	border: 0;
 color: rgba(138, 149, 158, 1);
	display: none;
	font-size: 14px;
	padding: 0 20px 0 0;
	width: auto;
}
 @media (min-width: 768px) {
 .nav-wrapper a {
 display: inline-block;
}
}

[dir="rtl"] .nav-wrapper a {
	padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
	background-color: transparent;
 color: rgba(138, 149, 158, 1);
	text-decoration: underline;
}

.nav-wrapper a.login {
	display: inline-block;
}

.nav-wrapper .icon-menu {
	display: inline-block;
	margin-right: 10px;
 color: rgba(138, 149, 158, 1);
}
 @media (min-width: 768px) {
 .nav-wrapper .icon-menu {
 display: none;
}
}

[dir="rtl"] .nav-wrapper .icon-menu {
	margin-left: 10px;
	margin-right: 0;
}

/***** User info in header *****/.user-info {
	display: inline-block;
}
 .user-info .dropdown-toggle::after {
 display: none;
}
 @media (min-width: 768px) {
 .user-info .dropdown-toggle::after {
 display: inline-block;
}
}
 .user-info > [role="button"] {
 border: 0;
  /*color: rgba(138, 149, 158, 1);*/
  min-width: 0;
 padding: 0;
 white-space: nowrap;
}

.user-info > [role="button"]:hover {
 color: rgba(138, 149, 158, 1);
	background-color: transparent;
}
 .user-info > [role="button"]::after {
 color: rgba(138, 149, 158, 1);
}
 [dir="rtl"] .user-info > [role="button"]::after {
 padding-left: 15px;
 padding-right: 0;
}

#user #user-name {
	font-size: 14px;
}
@media (max-width: 1023px) {
 #user #user-name {
    width:100%;
    max-width:300px;
  }
}
 @media (min-width: 768px) {
 #user #user-name {
 display: inline-block;
}
}

#user #user-name:hover {
	text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.avatar {
	display: inline-block;
	position: relative;
}

.avatar img {
	height: 40px;
	width: 40px;
}
 .avatar .icon-agent::before {
 background-color: rgba(2, 90, 100, 1);
 border: 2px solid #fff;
 border-radius: 50%;
 bottom: -4px;
 color: #FFFFFF;
 content: "\1F464";
 font-size: 14px;
 height: 14px;
 line-height: 14px;
 position: absolute;
 right: -2px;
 text-align: center;
 width: 14px;
}

/***** Footer *****/
.footer {
	border-top: 1px solid #ddd;
	margin-top: 60px;
	padding: 30px 0;
}

.footer a {
 color: #666;
}

.footer-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
}
 @media (min-width: 1160px) {
 .footer-inner {
 padding: 0;
 width: 90%;
}
}

.footer-language-selector {
 color: #666;
	display: inline-block;
	font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
	margin: 0 0 15px 0;
	padding: 0;
}
 @media (min-width: 768px) {
 .breadcrumbs {
 margin: 0;
}
}

.breadcrumbs li {
	color: #323A45;
	display: inline;
	font-weight: 400;
	font-size: 13px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.05em;
	cursor: default;
	text-transform: uppercase;
}

.breadcrumbs li a {
	float: left;
	color: #323A45;
	font-size: 13px;
	letter-spacing: 0.05em;
	cursor: default;
	text-transform: uppercase;
	cursor: pointer;
}

.breadcrumbs li a:hover {
 color: rgba(2, 90, 100, 1);
	text-decoration:none;
}

/***** Search field *****/
.search {
	position: relative;
}

.search input[type="search"] {
	border: 1px solid #ddd;
	border-radius: 30px;
	box-sizing: border-box;
	color: #999;
	height: 40px;
	padding-left: 40px;
	padding-right: 20px;
	-webkit-appearance: none;
	width: 100%;
}

[dir="rtl"] .search input[type="search"] {
	padding-right: 40px;
	padding-left: 20px;
}

.search input[type="search"]:focus {
 border: 1px solid rgba(2, 90, 100, 1);
	color: #555;
}
/*
.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}
*/
[dir="rtl"] .search::before {
 right: 15px;
 left: auto;
}

.search-full input[type="search"] {
	border: 1px solid #fff;
}

/***** Hero component *****/
.hero {
	background-image: url(/hc/theming_assets/01HZPE4NWJWZ8PCMD2N0DKMWDY);
	background-position: center;
	background-size: cover;
	height: 400px;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

.hero-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 610px;
	margin: 0 auto;
}

.page-header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}
 @media (min-width: 768px) {
 .page-header {
 align-items: baseline;
 flex-direction: row;
 margin: 0;
}
}

.page-header .section-subscribe {
	flex-shrink: 0;
	margin-bottom: 10px;
}
 @media (min-width: 768px) {
 .page-header .section-subscribe {
 margin-bottom: 0;
}
}

.page-header-description {
	font-style: italic;
	font-weight: 300;
	margin: 0 0 30px 0;
	word-break: break-word;
}
 @media (min-width: 1024px) {
 .page-header-description {
 flex-basis: 100%;
}
}
 .page-header .icon-lock::before {
 content: "\1F512";
 font-size: 20px;
 position: relative;
 left: -5px;
 vertical-align: baseline;
}

.sub-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	min-height: 50px;
	padding-bottom: 15px;
}
 @media (min-width: 768px) {
 .sub-nav {
 align-items: baseline;
 flex-direction: row;
}
}
 @media (min-width: 768px) {
 .sub-nav input[type="search"] {
 min-width: 300px;
}
}
 .sub-nav input[type="search"]::after {
 font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
}
 @media (min-width: 768px) {
 .blocks-list {
 margin: 0 -15px;
}
}

.blocks-item {
 border: 1px solid rgba(2, 90, 100, 1);
	border-radius: 4px;
	box-sizing: border-box;
 color: rgba(2, 90, 100, 1);
	display: flex;
	flex: 1 0 340px;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 30px;
	max-width: 100%;
	text-align: center;
}
 @media (min-width: 768px) {
 .blocks-item {
 margin: 0 15px 30px;
}
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
 background-color: rgba(2, 90, 100, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
 color: #FFFFFF;
	text-decoration: none;
}

.blocks-item-internal {
	background-color: transparent;
	border: 1px solid #ddd;
}
 .blocks-item-internal .icon-lock::before {
 content: "\1F512";
 font-size: 15px;
 bottom: 5px;
 position: relative;
}

.blocks-item-internal a {
 color: #333333;
}

.blocks-item-link {
 color: rgba(2, 90, 100, 1);
	padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
	text-decoration: none;
}

.blocks-item-title {
	margin-bottom: 0;
}

.blocks-item-description {
	font-weight: 300;
	margin: 0;
}
 .blocks-item-description:not(:empty) {
 margin-top: 10px;
}

/***** Homepage *****/
.section {
	margin-bottom: 40px;
}
 @media (min-width: 768px) {
 .section {
 margin-bottom: 60px;
}
}

.section h2 {
	margin-bottom: 10px;
	text-align: center;
}

/***** Community section in homepage *****/
.community {
	text-align: center;
}

.community-image {
	min-height: 300px;
	background-image: url(/hc/theming_assets/01HZPE4QBPS2VG1MWGX4E6AMKJ);
	background-position: center;
	background-repeat: no-repeat;
	max-width: 100%;
}

.community, .activity {
	border-top: 1px solid #ddd;
	padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
	margin-bottom: 10px;
	text-align: center;
}

.recent-activity-list {
	padding: 0;
}

.recent-activity-item {
	border-bottom: 1px solid #ddd;
	overflow: auto;
	padding: 20px 0;
}

.recent-activity-item-parent {
	font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
	margin: 6px 0;
 color: #333333;
	display: inline-block;
	width: 100%;
}
 @media (min-width: 768px) {
 .recent-activity-item-parent, .recent-activity-item-link {
 width: 70%;
 margin: 0;
}
}

.recent-activity-item-link {
	font-size: 14px;
	font-weight: 300;
}

.recent-activity-item-meta {
	margin: 15px 0 0 0;
	float: none;
}
 @media (min-width: 768px) {
 .recent-activity-item-meta {
 margin: 0;
 float: right;
}
 [dir="rtl"] .recent-activity-item-meta {
 float: left;
}
}

.recent-activity-item-time, .recent-activity-item-comment {
 color: #666;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
}

.recent-activity-item-comment {
	padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
	padding: 0 5px 0 0;
}
 .recent-activity-item-comment::before {
 display: inline-block;
}
 .recent-activity-item-comment span::before {
 color: rgba(2, 90, 100, 1);
 content: "\1F4AC";
 display: inline-block;
 font-size: 15px;
 padding-right: 3px;
 vertical-align: middle;
}
 [dir="rtl"] .recent-activity-item-comment span::before {
 padding-left: 3px;
}

.recent-activity-controls {
	padding-top: 15px;
}

/***** Category pages *****/
.category-container {
	display: flex;
	justify-content: flex-end;
}

.category-content {
	flex: 1;
}
 @media (min-width: 1024px) {
 .category-content {
 flex: 0 0 80%;
}
}

.section-tree {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
 @media (min-width: 768px) {
 .section-tree {
 flex-direction: row;
}
}

.section-tree .section {
	flex: initial;
}
 @media (min-width: 768px) {
 .section-tree .section {
 flex: 0 0 45%;
/* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
 .section-tree .icon-lock::before {
 vertical-align: baseline;
}

.section-tree-title {
	margin-bottom: 0;
}

.section-tree-title a {
 color: #333333;
}

.section-tree .see-all-articles {
	display: block;
	padding: 15px 0;
}

.article-list-item {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	padding: 15px 0;
}

.article-list-item a {
 color: #333333;
}
 .icon-star::before {
 color: rgba(2, 90, 100, 1);
 font-size: 18px;
}

/***** Section pages *****/
.section-container {
	display: flex;
	justify-content: flex-end;
}

.section-content {
	flex: 1;
}
 @media (min-width: 1024px) {
 .section-content {
 flex: 0 0 80%;
}
}
 .section-subscribe .dropdown-toggle::after {
 display: none;
}

/***** Article *****/
.article {
	/*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}
 @media (min-width: 1024px) {
 .article {
 flex: 1 0 66%;
 max-width: 66%;
 min-width: 640px;
 padding: 0 30px;
}
}

.article-container {
	display: flex;
	flex-direction: column;
}
 @media (min-width: 1024px) {
 .article-container {
 flex-direction: row;
}
}
 @media (min-width: 768px) {
 .article-title {
 flex-basis: 100%;
/* Take entire row */
  }
}
 .article-title .icon-lock::before {
 content: "\1F512";
 font-size: 20px;
 position: relative;
 left: -5px;
 vertical-align: baseline;
}

.article [role="button"] {
	flex-shrink: 0;
	/*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
 @media (min-width: 768px) {
 .article [role="button"] {
 width: auto;
}
}

.article-info {
	max-width: 100%;
}

.article-body img {
	height: auto;
	max-width: 100%;
}

.article-body ul, .article-body ol {
	padding-left: 20px;
	list-style-position: outside;
	margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
	padding-right: 20px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
	margin: 0;
}

.article-body ul {
	list-style-type: disc;
}

.article-body a:visited {
 color: #58626a;
}

.article-body code {
 background: #f0f0f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}

.article-body pre {
 background: #f0f0f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre;
}

.article-body blockquote {
	border-left: 1px solid #ddd;
 color: #666;
	font-style: italic;
	padding: 0 15px;
}

.article-body > p:last-child {
	margin-bottom: 0;
}

.article-content {
	line-height: 1.6;
	margin: 40px 0;
	word-wrap: break-word;
}

.article-footer {
	align-items: center;
	padding-bottom: 20px;
}

.article-comment-count {
 color: #666;
	font-weight: 300;
}

.article-comment-count:hover {
	text-decoration: none;
}

.article-comment-count .icon-comments {
 color: rgba(2, 90, 100, 1);
	content: "\1F4AC";
	display: inline-block;
	font-size: 18px;
	padding: 5px;
}

.article-sidebar {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	flex: 1 0 auto;
	margin-bottom: 20px;
	padding: 0;
}
 @media (min-width: 1024px) {
 .article-sidebar {
 border: 0;
 flex: 0 0 17%;
 height: auto;
}
}

.article-relatives {
	border-top: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}
 @media (min-width: 768px) {
 .article-relatives {
 flex-direction: row;
}
}

.article-relatives > * {
	flex: 1 0 auto;
	margin-right: 0;
}

.article-relatives > *:last-child {
	margin: 0;
}
 @media (min-width: 768px) {
 .article-relatives > * {
 margin-right: 20px;
}
}

.article-votes {
	border-top: 1px solid #ddd;
	padding: 30px 0;
	text-align: center;
}

.article-vote {
	background: transparent;
 border: 1px solid rgba(2, 90, 100, 1);
 color: rgba(2, 90, 100, 1);
	margin: 10px 5px;
	min-width: 90px;
	width: auto;
}
 .article-vote::before {
 font-size: 8px;
 margin-right: 10px;
}
 [dir="rtl"] .article-vote::before {
 margin-right: 0;
 margin-left: 10px;
}
 .article-vote::after {
 content: attr(title);
/* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
	background-color: transparent;
 color: rgba(2, 90, 100, 1);
}

.article-vote:hover {
 background-color: rgba(2, 90, 100, 1);
}
 .article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
 color: #FFFFFF;
}

.article-more-questions {
	margin: 10px 0 20px;
	text-align: center;
}

.article-return-to-top {
	border-top: 1px solid #ddd;
}
 @media (min-width: 1024px) {
 .article-return-to-top {
 display: none;
}
}

.article-return-to-top a {
 color: #333333;
	display: block;
	padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
	text-decoration: none;
}
 .article-return-to-top .icon-arrow-up::before {
 font-size: 16px;
 margin-left: 5px;
}
 [dir="rtl"] .article-return-to-top .icon-arrow-up::before {
 margin-right: 10px;
}

.article-unsubscribe {
 background-color: rgba(2, 90, 100, 1);
 color: #FFFFFF;
	text-decoration: none;
}

.article-unsubscribe:hover {
 background-color: #000;
 border-color: #000;
}

.sidenav-title {
	font-size: 15px;
	position: relative;
}

.sidenav-item {
	border-radius: 4px;
 color: #333333;
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
 background-color: rgba(2, 90, 100, 1);
 color: #FFFFFF;
	text-decoration: none;
}

.recent-articles h3, .related-articles h3 {
	font-size: 15px;
	margin: 20px 0;
}

.recent-articles li, .related-articles li {
	margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
	margin-bottom: 0;
}
 .attachments .attachment-item::before {
 color: #333333;
 content: "\1F4CE";
 font-size: 15px;
 left: 0;
 position: absolute;
 top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
	padding-left: 0;
	padding-right: 20px;
}
 [dir="rtl"] .attachments .attachment-item::before {
 left: auto;
 right: 0;
}

.upload-dropzone span {
 color: #666;
}

/***** Social share links *****/
.share {
	padding: 0;
	white-space: nowrap;
}

.share li, .share a {
	display: inline-block;
}

.share a {
	border-radius: 50%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	width: 25px;
}

.share a:hover {
	text-decoration: none;
}
 .share a:hover::before {
 color: rgba(2, 90, 100, 1);
}
 .share-twitter::before {
 content: "\e901";
}
 .share-facebook::before {
 content: "\e903";
}
 .share-linkedin::before {
 content: "\e900";
}
 .share-googleplus::before {
 content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */

.comment-heading {
	margin-bottom: 5px;
	margin-top: 0;
}

.comment-overview p {
	margin-top: 0;
}

.comment-callout a {
 color: rgba(2, 90, 100, 1);
}

.comment-sorter {
	display: inline-block;
	float: right;
}

.comment-sorter a {
 color: #666;
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
}

[dir="rtl"] .comment-sorter {
	float: left;
}

.comment-wrapper {
	display: flex;
	position: relative;
}

.comment-wrapper.comment-official {
 border: 1px solid rgba(2, 90, 100, 1);
	padding: 40px 20px 20px;
}
 @media (min-width: 768px) {
 .comment-wrapper.comment-official {
 padding-top: 20px;
}
}

.comment-info {
	min-width: 0;
	padding-right: 20px;
	width: 100%;
}

[dir="rtl"] .comment-info {
	padding-right: 0;
	padding-left: 20px;
}

.comment-author {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
 @media (min-width: 768px) {
 .comment-author {
 justify-content: space-between;
}
}

.comment-avatar {
	margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
	margin-left: 10px;
	margin-right: 0;
}

.comment-meta {
	flex: 1 0 auto;
}

.comment-labels {
	flex-basis: 100%;
}
 @media (min-width: 768px) {
 .comment-labels {
 flex-basis: auto;
}
}
 .comment .status-label:not(.status-label-official) {
 margin-top: 10px;
}
 @media (min-width: 768px) {
 .comment .status-label:not(.status-label-official) {
 margin-top: 0;
}
}

.post-comments {
	width: 100%;
}

.comment-form-controls {
	display: none;
	margin-top: 10px;
	text-align: left;
}
 @media (min-width: 768px) {
 [dir="ltr"] .comment-form-controls {
 text-align: right;
}
}

.comment-form-controls input[type="submit"] {
	margin-top: 15px;
}
 @media (min-width: 1024px) {
 .comment-form-controls input[type="submit"] {
 margin-left: 15px;
}
 [dir="rtl"] .comment-form-controls input[type="submit"] {
 margin-left: 0;
 margin-right: 15px;
}
}

.comment-form-controls input[type="checkbox"] {
	margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
	margin-left: 5px;
}

.comment-ccs {
	display: none;
}

.comment-ccs + textarea {
	margin-top: 10px;
}

.comment-attachments {
	margin-top: 10px;
}

.comment-attachments a {
 color: rgba(2, 90, 100, 1);
}

.comment-body {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	/*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

.comment-body img {
	height: auto;
	max-width: 100%;
}

.comment-body ul, .comment-body ol {
	padding-left: 20px;
	list-style-position: outside;
	margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
	padding-right: 20px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
	margin: 0;
}

.comment-body ul {
	list-style-type: disc;
}

.comment-body a:visited {
 color: #58626a;
}

.comment-body code {
 background: #f0f0f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}

.comment-body pre {
 background: #f0f0f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre;
}

.comment-body blockquote {
	border-left: 1px solid #ddd;
 color: #666;
	font-style: italic;
	padding: 0 15px;
}

.comment-mark-as-solved {
	display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
	display: inline-block;
	text-align: center;
	width: 40px;
}

.vote a {
	outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
	text-decoration: none;
}

.vote-sum {
 color: #666;
	display: block;
	margin: 3px 0;
}

[dir="rtl"] .vote-sum {
	direction: ltr;
	unicode-bidi: bidi-override;
}
 .vote-up:hover::before, .vote-down:hover::before {
 color: rgba(2, 90, 100, 1);
}
 .vote-up::before, .vote-down::before {
 color: #666;
}
 .vote-up::before {
 content: "\2B06";
}
 .vote-down::before {
 content: "\2B07";
}
 .vote-voted::before {
 color: rgba(2, 90, 100, 1);
}
 .vote-voted:hover::before {
 color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
	text-align: center;
	flex-shrink: 0;/*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
	font-size: 0;
	margin: 15px 0;
}
 .actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
 background-color: #f0f0f5;
}
 .actions .dropdown-toggle::before {
 background-color: transparent;
 border-radius: 50%;
 color: #666;
 content: "\2699";
 display: block;
 font-size: 13px;
 margin: auto;
 padding: 5px;
}

/***** Community *****/
.community-hero {
	background-image: url(/hc/theming_assets/01HZPE4P5A6N8E1F40D8KWHKXE);
	margin-bottom: 10px;
}

.community-footer {
	padding-top: 50px;
	text-align: center;
}

.community-featured-posts, .community-activity {
	padding-top: 40px;
	width: 100%;
}

.community-header {
	margin-bottom: 30px;
}

.community-header h4 {
	margin-bottom: 0;
}

.post-to-community {
	margin-top: 10px;
}
 @media (min-width: 768px) {
 .post-to-community {
 margin: 0;
}
}

/* Community topics grid */
.topics {
	max-width: none;
	width: 100%;
}

.topics-item .meta-group {
	justify-content: center;
	margin-top: 20px;
}

/* Community topic page */
.topic-header {
	font-size: 13px;
}

.topic-header header {
	width:100%;
}

.topic-header .dropdown {
	display: block;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
 @media (min-width: 768px) {
 .topic-header .dropdown {
 border-top: 0;
 display: inline-block;
 margin-right: 20px;
 padding: 0;
}
}

.no-posts-with-filter {
	margin-top: 20px;
	margin-bottom: 20px;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
	padding: 0;
}

.striped-list-item {
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px 0;
}
 @media (min-width: 768px) {
 .striped-list-item {
 align-items: center;
 flex-direction: row;
}
}

.striped-list-info {
	flex: 2;
}

.striped-list-title {
 color: rgba(138, 149, 158, 1);
	margin-bottom: 10px;
	margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
	text-decoration: underline;
}

.striped-list-title:visited {
 color: #58626a;
}

.striped-list .meta-group {
	margin: 5px 0;
}

.striped-list-count {
 color: #666;
	font-weight: 300;
	font-size: 13px;
	justify-content: flex-start;
	text-transform: capitalize;
}
 @media (min-width: 768px) {
 .striped-list-count {
 display: flex;
 flex: 1;
 justify-content: space-around;
}
}
 .striped-list-count-item::after {
 content: "·";
 display: inline-block;
 padding: 0 5px;
}
 @media (min-width: 768px) {
 .striped-list-count-item::after {
 display: none;
}
}
 .striped-list-count-item:last-child::after {
 display: none;
}

.striped-list-number {
	font-weight: 300;
	text-align: center;
}
 @media (min-width: 768px) {
 .striped-list-number {
 color: #333333;
 display: block;
 font-weight: 400;
}
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
	background-color: #1eb848;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	margin-right: 2px;
	padding: 3px 10px;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
	text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
 background-color: rgba(2, 90, 100, 1);
}

.status-label-official {
	border-radius: 0;
	margin-right: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
}
 @media (min-width: 768px) {
 .status-label-official {
 border-radius: 0 0 4px 4px;
 right: 30px;
 width: auto;
}
}

[dir="rtl"] .status-label-official {
	left: 30px;
	right: auto;
}

.status-label-pending, .status-label-not-planned {
	background-color: #eee;
 color: #666;
}

.status-label-pending {
	text-align: center;
}

.status-label-open {
	background-color: #e03b30;
}

.status-label-closed {
	background-color: #ddd;
}

.status-label-solved {
	background-color: #999;
}

.status-label-new {
	background-color: #ffd12a;
}

.status-label-hold {
 background-color: rgba(2, 90, 100, 1);
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
	text-transform: lowercase;
}

/***** Post *****/
.post-title {
	margin-bottom: 20px;
	width: 100%;
}
 @media (min-width: 768px) {
 .post-title {
 margin-bottom: 0;
 padding-right: 10px;
}
}

.post-title h1 {
	display: inline;
	vertical-align: middle;
}
 @media (min-width: 768px) {
 .post-title h1 {
 margin-right: 5px;
}
}

.post-author {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.post-avatar {
	margin-bottom: 30px;
}

.post-content {
	/*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
	word-break: break-word;
}

.post-info-container {
	display: flex;
	margin-bottom: 40px;
}

.post-info {
	min-width: 0;
	padding-right: 20px;
	width: 100%;
}

[dir="rtl"] .post-info {
	padding-right: 0;
	padding-left: 20px;
}

.post-meta {
	display: inline-block;
	flex: 1;
	margin-left: 10px;
	vertical-align: middle;
}

[dir="rtl"] .post-meta {
	margin-left: 0;
	margin-right: 10px;
}

.post-body img {
	height: auto;
	max-width: 100%;
}

.post-body ul, .post-body ol {
	padding-left: 20px;
	list-style-position: outside;
	margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
	padding-right: 20px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
	margin: 0;
}

.post-body ul {
	list-style-type: disc;
}

.post-body a:visited {
 color: #58626a;
}

.post-body code {
 background: #f0f0f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}

.post-body pre {
 background: #f0f0f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre;
}

.post-body blockquote {
	border-left: 1px solid #ddd;
 color: #666;
	font-style: italic;
	padding: 0 15px;
}

.post-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.post-comment-count {
 color: #666;
	font-weight: 300;
}

.post-comment-count:hover {
	text-decoration: none;
}

.post-comment-count .icon-comments {
 color: rgba(2, 90, 100, 1);
	content: "\1F4AC";
	display: inline-block;
	font-size: 18px;
	padding: 5px;
}

.post-sidebar {
	border-top: 1px solid #ddd;
	flex: 1;
	padding: 30px 0;
	text-align: center;
}
 @media (min-width: 1024px) {
 .post-sidebar {
 border: 0;
 flex: 1 0 30%;
 padding: 0 0 0 50px;
 text-align: initial;
}
 [dir="rtl"] .post-sidebar {
 padding: 0 50px 0 0;
}
}

.post-sidebar h5 {
	font-weight: 600;
}
 @media (min-width: 1024px) {
 .post-sidebar h5 {
 border-bottom: 1px solid #ddd;
 padding-bottom: 20px;
}
}

.post-comments {
	margin-bottom: 20px;
}
 @media (min-width: 1024px) {
 .post-comments {
 margin-bottom: 0;
}
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
	flex: 1;
	max-height: 45px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
 @media (min-width: 1024px) {
 .collapsible-sidebar {
 max-height: none;
 padding: 0;
}
}

.collapsible-sidebar[aria-expanded="true"] {
	max-height: none;
}
 .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
 content: "\2715";
}
 @media (min-width: 1024px) {
 .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
 display: none;
}
}

.collapsible-sidebar-title {
	margin-top: 0;
}
 .collapsible-sidebar-title::after {
 position: relative;
 top: 50%;
 transform: translateY(-50%);
 content: "\25BE";
 position: absolute;
 right: 10px;
}
 @media (min-width: 1024px) {
 .collapsible-sidebar-title::after {
 display: none;
}
}
 [dir="rtl"] .collapsible-sidebar-title::after {
 left: 10px;
 right: auto;
}

/***** My activities *****/
.my-activities-sub-nav {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
 
.my-activities-sub-nav li[aria-selected="true"] {
 border-color: rgba(2, 90, 100, 1);
}

.my-activities-table .striped-list-title {
	/* My activities tables */
  display: block;
	margin-bottom: 10px;
	max-width: 350px;
	white-space: normal;
}
 @media (min-width: 1024px) {
 .my-activities-table .striped-list-title {
 margin-bottom: 0;
 max-width: 500px;
 min-width: 350px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
}
/*
.my-activities-table thead {
	display: none;
}
 @media (min-width: 768px) {
 .my-activities-table thead {
 display: table-header-group;
}
}

.my-activities-table th:first-child, .my-activities-table td:first-child {
	padding-left: 0;
}
 @media (min-width: 1024px) {
 .my-activities-table th:first-child, .my-activities-table td:first-child {
 width: 500px;
}
}

.my-activities-table th:last-child, .my-activities-table td:last-child {
	padding-right: 0;
}
 .my-activities-table td:not(:first-child) {
 display: none;
}
 @media (min-width: 768px) {
 .my-activities-table td:not(:first-child) {
 display: table-cell;
}
}
*/
/* Requests table */
.requests-search {
	width: 100%;
}

.requests-table-toolbar {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}
 @media (min-width: 768px) {
 .requests-table-toolbar {
 flex-direction: row;
}
}

.requests-table-toolbar .search {
	flex: 1;
	width: 100%;
}

.requests-table-toolbar .request-table-filter {
	width: 100%;
}
 @media (min-width: 768px) {
 .requests-table-toolbar .request-table-filter {
 width: auto;
}
}

.requests-table-toolbar .request-filter {
	display: block;
}
 [dir="rtl"] .requests-table-toolbar .request-filter {
 margin: 0 30px 0 0;
}
}

.requests-table-toolbar .request-filter-label {
	font-size: 13px;
	margin-top: 30px;
}
 @media (min-width: 768px) {
 .requests-table-toolbar .request-filter-label {
 margin-top: 0;
}
}

.requests-table-toolbar select {
	height: 40px;
	margin-bottom: 30px;
	width: 100%;
}
 @media (min-width: 768px) {
 .requests-table-toolbar select {
 margin-bottom: 0;
 max-width: 300px;
 width: auto;
}
}

.requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
	line-height: 40px;
	max-height: 40px;
	padding: 0 20px;
}
 @media (min-width: 768px) {
 .requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
 margin-left: 10px;
}
 [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
 margin: 0 10px 0 0;
}
}

.requests-table-toolbar .organization-unsubscribe {
 background-color: rgba(2, 90, 100, 1);
 color: #FFFFFF;
}

.requests-table-toolbar + .requests-search-info {
	margin-top: 15px;
}
 .requests-table-toolbar + .requests-search-info.meta-data::after {
 content: "";
 margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
	margin-top: 20px;
}

.requests-table-toolbar + .requests {
	margin-top: 40px;
}

.requests .requests-table-meta {
	display: block;
}
 @media (min-width: 768px) {
 .requests .requests-table-meta {
 display: none;
}
}

.requests .requests-table thead {
	display: none;
}
 @media (min-width: 768px) {
 .requests .requests-table thead {
 display: table-header-group;
}
}

.requests .requests-table-info {
	display: block;
}
 @media (min-width: 768px) {
 .requests .requests-table-info {
 display: table-cell;
 vertical-align: middle;
 width: auto;
}
}

.requests .requests-table .requests-link {
	position: relative;
}

.requests .requests-table .requests-sort-symbol {
	position: absolute;
	left: calc(100% + 3px);
	bottom: 0;
	font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
 background: rgba(2, 90, 100, 1);
	border-radius: 4px;
 color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	line-height: 2.34;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}
 @media (min-width: 768px) {
 .subscriptions-unsubscribe a {
 width: auto;
}
}

.subscriptions-unsubscribe a:hover {
 background-color: #000;
	text-decoration: none;
}

.subscriptions-table td:last-child {
	display: block;
}
 @media (min-width: 768px) {
 .subscriptions-table td:last-child {
 display: table-cell;
}
}

.subscriptions-table td:first-child {
	display: flex;
	align-items: center;
}

.subscriptions-table .user-avatar {
	margin-right: 10px;
}

.subscriptions .striped-list-title {
	display: inline-block;
	vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
 color: #666;
	font-size: 13px;
	font-weight: 300;
}
 @media (min-width: 768px) {
 .contributions-table td:last-child {
 color: inherit;
 font-size: inherit;
 font-weight: inherit;
}
}

.no-activities {
 color: #666;
}

/***** Request *****/
.request-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
 @media (min-width: 1024px) {
 .request-container {
 align-items: flex-start;
 flex-direction: row;
}
}

.request-container .comment-container {
	min-width: 0;
}

.request-breadcrumbs {
	margin-bottom: 40px;
}
 @media (min-width: 1024px) {
 .request-breadcrumbs {
 margin-bottom: 60px;
}
}

.request-main {
	flex: 1 0 auto;
	order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
	display: none;
}

.request-main .comment-fields.shown {
	display: block;
}

.request-main .request-submit-comment.shown {
	display: inline;
}
 @media (min-width: 1024px) {
 .request-main {
 flex: 0 0 66%;
 order: 0;
 min-width: 0;
}
}

.request-main .comment-form-controls {
	display: block;
}

.request-main .comment-ccs {
	display: block;
}

.request-main .comment-show-container {
	border-radius: 2px;
	border: 1px solid #ddd;
	cursor: pointer;
	display: flex;
	padding: 8px 15px;
	width: 100%;
}

.request-main .comment-show-container.hidden {
	display: none;
}

.request-main .comment-show-container-content {
	align-self: center;
 color: #666;
	margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
 border: 1px solid rgba(2, 90, 100, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}

.request-main .comment-ccs + textarea {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
 border-top: 1px solid rgba(2, 90, 100, 1);
}

.request-main input#mark_as_solved {
	display: none;
}

.request-title {
	width: 100%;
}
 @media (min-width: 1024px) {
 .request-title {
 border-bottom: 1px solid #ddd;
 margin-bottom: 0;
 max-width: 66%;
 padding-bottom: 20px;
}
}

.request-sidebar {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	flex: 1 0 auto;
	order: 0;
}
 @media (min-width: 1024px) {
 .request-sidebar {
 background-color: #f0f0f5;
 border: 0;
 font-size: 13px;
 flex: 0 0 auto;
 padding: 0 20px;
 width: 30%;
}
}

.request-sidebar h5 {
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
 @media (min-width: 1024px) {
 .request-sidebar h5 {
 display: none;
}
}

.request-details {
	border-bottom: 1px solid #ddd;
	font-size: 0;
	margin: 0;
	padding-bottom: 20px;
}

.request-details:last-child {
	border: 0;
}

.request-details dt, .request-details dd {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin: 20px 0 0 0;
}

.request-details dd {
	padding: 0 10px;
	width: 60%;
}
 .request-details dd::after {
 content: "\A";
 white-space: pre;
}

.request-details dt {
 color: #666;
	font-weight: 300;
	width: 40%;
}

.request-details .request-collaborators {
	display: inline-block;
}

.request-attachments dt, .request-attachments dd {
	width: 100%;
}

.request-attachments dd {
	margin: 10px 0 0 0;
}

.request-form textarea {
	min-height: 120px;
}

.request-follow-up {
	padding-top: 20px;
}

/***** Pagination *****/
.pagination {
	margin: 20px 0;
	text-align: center;
}

.pagination * {
	display: inline-block;
}

.pagination li {
	border-radius: 50%;
	height: 40px;
	float: left;
	margin-left: 5px;
	width: 40px;
}
 @media (min-width: 768px) {
 .pagination li {
 height: 30px;
 width: 30px;
}
}

[dir="rtl"] .pagination li {
	float: right;
}
 .pagination li:hover:not(.pagination-current) {
 background-color: #f3f3f3;
}
 .pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
 color: #333333;
 text-decoration: none;
}

.pagination a, .pagination span {
	font-size: 15px;
 color: #666;
	padding: 10px 12px;
}
 @media (min-width: 768px) {
 .pagination a, .pagination span {
 font-size: 13px;
 padding: 5px 12px;
}
}

.pagination-current {
 background-color: rgba(2, 90, 100, 1);
}

.pagination-current a, .pagination-current span {
 color: #FFFFFF;
}

.pagination-first {
	border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
	border-radius: 0 3px 3px 0;
}

.pagination-last {
	border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
	border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
	display: block;
}

.meta-group * {
	display: inline;
}

.meta-data {
 color: #666;
	font-size: 13px;
	font-weight: 300;
}
 .meta-data:not(:last-child)::after {
 content: "\00B7";
 margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before, [class*=" icon-"]::before, .icon, .search::before, .recent-activity-item-comment span::before, .article-vote::before, .attachments .attachment-item::before, .actions .dropdown-toggle::before, .collapsible-nav-list li[aria-selected="true"]::after, .collapsible-sidebar-title::after, .search-result-votes::before, .search-result-meta-count::before {
 font-family: "copenhagen-icons";
 font-style: normal;
 font-weight: normal;
 speak: none;
 line-height: 1em;
 vertical-align: middle;
 -webkit-font-smoothing: antialiased;
}
 .icon-lock::before {
 content: "\1F512";
}
 .icon-star::before {
 content: "\2605";
}
 .icon-linkedin::before {
 content: "\e900";
}
 .icon-twitter::before {
 content: "\e901";
}
 .icon-googleplus-::before {
 content: "\e902";
}
 .icon-facebook::before {
 content: "\e903";
}
 .icon-agent::before {
 content: "\1F464";
}
 .icon-close::before {
 content: "\2715";
}
 .icon-arrow-up::before {
 content: "\2B06";
}
 .icon-arrow-down::before {
 content: "\2B07";
}
 .icon-attachments::before {
 content: "\1F4CE";
}
 .icon-comments::before {
 content: "\1F4AC";
}
 .icon-search::before {
 content: "\1F50D";
}
 .icon-vote::before {
 content: "\1F44D";
}
 .icon-handle::before {
 content: "\25BE";
}
 .icon-check::before {
 content: "\2713";
}
 .icon-gear::before {
 content: "\2699";
}
 .icon-menu::before {
 content: "\2630";
}
 .icon-article::before {
 content: "\1F4C4";
}
 .icon-post::before {
 content: "\1F4D4";
}
 .icon-notification-alert::before {
 content: "\26A0";
}
 .icon-notification-error::before {
 content: "\00D7";
}
 .icon-notification-info::before {
 content: "\2139";
}
 .icon-notification-success::before {
 content: "\2714";
}


/***** Search results *****/
.search-results {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
 @media (min-width: 1024px) {
 .search-results {
 flex-direction: row;
}
}

.search-results-list {
	margin-bottom: 25px;
}

.search-results-list > li {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.search-results-list > li:first-child {
	border-top: 1px solid #ddd;
}

.search-result-description {
	margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
 color: #666;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	padding: 4px 5px;
	position: relative;
}
 .search-result-votes::before, .search-result-meta-count::before {
 color: rgba(2, 90, 100, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
	margin-left: 5px;
}
 [dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
 margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
	margin-right: 5px;
}
 [dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
 margin-left: 3px;
}
 .search-result-votes::before {
 content: "\1F44D";
}
 .search-result-meta-count::before {
 content: "\1F4AC";
}

.search-result .meta-group {
	align-items: center;
}

.search-result-breadcrumbs {
	margin: 0;
}
 .search-result-breadcrumbs li:last-child::after {
 content: "·";
 display: inline-block;
 margin: 0 5px;
}

/* iCatalogue */
/*--------------------------------------------------------------------------------------------------------------------------*/

.defloater {
	width:100%;
	clear:both;
	font-size:0
}

.spacer {
	display:block;
	float:left;
	clear:both;
	width:100%;
	height:30px
}

#preview-bar-container {
	position:absolute;
}

.title-bar {
	display:block;
}

.menu-icon, .menu-icon:hover {
	-webkit-appearance: none!important;
	width: 40px;
	height: 32px;
}
.menu-icon::after, .menu-icon:hover::after {
 background-color: #fefefe;
 height: 3px;
 box-shadow: 0 28px 0 #fefefe, 0 14px 0 #fefefe;
}

#siteNavStickyWrap {
	width: 100%;
}

#siteNavToggler {
	background-color: transparent;
	padding: 19px 30px 18px;
	height:87px;
}

.top-bar, .top-bar ul {
	background-color:transparent;
}

.top-bar {
	width: 100%;
	padding: 17px 20px 20px;
	transition: background-color 0.25s;
}

/*
.overHeader {
	position:absolute;
  top:0;
  left:0;
  right:0;
  color:#FFF;
}
*/
.logo-mobile {
	height: 3.125rem;
	border-radius: 0.3125rem;
	float:left;
}

.hc_header_text {
	color: #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	margin-left: 10px;
	text-decoration: none;
	line-height:50px;
}

.hc_header_text:hover {
	color: #fefefe;
	font-size: 1.125rem;
	font-weight: thin;
	text-decoration: none;
}
/*
.out-vc {
	display: table;
}
*/
.in-vc {
	/*display: table-cell;*/
	vertical-align: middle;
	font-family: 'brandon-grotesque', sans-serif;
}
 @media screen and (min-width: 71.875em) {
 .gs-kb {
 padding: 10px 0px 30px;
}
}

.gs-kb > .columns {
	margin:0 auto;
}

a.disabled {
	cursor: default;
}

.landing-tile img {
	width: 250px;
}

.landing-tile p {
	color: #8A959E;
	font-size: 14px;
}

.landing-tile {
	min-width: 300px;
	padding: 30px;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
}

.header-search {
	display: none;
	margin-left: 1.5625rem;
}

.header-search-field {
	background-color: transparent;
	color: #CBC9C9;
	outline: none;
	outline-style: none;
	height: inherit !important;
	box-shadow: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: solid #CBC9C9 1px;
	border-radius: 0px;
	padding: 0px 0px 3px 0px;
	letter-spacing: 0.05em;
}

.header-search-return {
	display: none;
}

.header-search-label {
	display: none;
	font-size: 13px;
 color: rgba(2, 90, 100, 1);
	letter-spacing: 0.05em;
}

.news {
	height: auto;
	background-color: #FFFFFF;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 5%;
}

.naimg {
	width: 36px;
	height: auto;
	padding: 50px 0px 15px 0px;
}

.recent-articles h3 {
	display: none;
}

.footer-link {
	color: #8A959E;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.footer-link:hover {
 color: rgba(2, 90, 100, 1);
	letter-spacing: 0.05em;
	text-decoration: none;
}
.header-search input:focus::-webkit-input-placeholder {
 color: rgba(2, 90, 100, 1);
 font-size: 13px;
 transform: translateY(-18px);
 visibility: visible !important;
 transition: all 0.3s ease-in-out;
}
.header-search input::-webkit-input-placeholder {
 transition: all 0.3s ease-in-out;
 transform: translateY(0px);
}

hr {
	border: 1px solid #ECECED;
}

.announcement-link {
	text-align: left;
	color: #A2A7AC;
	padding-top: 25px;
	padding-bottom: 50px;
}

.min-151 {
	min-width: 9.4375rem;
}
@media screen and (min-width: 71.875em) {
 .landing-tile {
 width: 100%;
 background: #FFFFFF;
 box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
 height: 410px;
 transition: all 0.25s;
}
 .landing-tile:hover {
 background: #FFFFFF;
 box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29);
}
 .landing-tile .homepage-cat-button {
 position: absolute;
 bottom: 50px;
 left: 50%;
   margin-left: -110px;
}
}
@media screen and (max-width: 71.875em) {
 .landing-tile {
 margin: 0 5% 5% 5%;
 width: 90%;
}
}

.homepage-cat-button {
 border-color: rgba(2, 90, 100, 1);
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	padding: 12px 17px;
 background-color: rgba(2, 90, 100, 1);
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 220px;
	display: inline-block;
	font-size: 16px;
}

.homepage-cat-button.disabled {
	border-color: #E0E0E0;
	background-color: #E0E0E0;
}

.homepage-titles {
	width:100%;
	font-size: 26px;
	font-weight: lighter;
	color: #242B33;
}

.homepage-card-titles {
	font-size: 26px;
	font-weight: lighter;
	color: #242B33;
	padding-top: 30px;
}

.pad-top {
	padding-top: 20px;
}

.news {
	height: auto;
	background-color: #FFFFFF;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 5%;
}
.newsAndAnnounce a:nth-of-type(n+4) {
 display: none;
}

.newsAndAnnounce a {
	padding-bottom: 10px;
	color:#242B33;
}
.newsAndAnnounce a:hover {
  color:rgba(2, 90, 100, 1);
}
.twelve-point {
	font-size: 12px !important;
}

.promoted-articles ul {
	list-style-type: none;
	margin-left: 0px;
}

.promoted-articles ul li {
	padding-bottom: 10px;
}

.banner-text {
	color: white;
	text-transform: uppercase;
}

.header-search-field:focus {
	background-color: transparent;
	box-shadow: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	height: inherit !important;
}

form.search input[type="search"] {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	box-shadow: none;
	color: #656E81;
	font-size: 14px;
	padding: 20px 15px;
}
 form.search input[type="search"]::placeholder {
 color: #8A959E;
}

.headline-search form.search {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 60%;
}

.headline-search form.search input#search_home {
	border: none;
	border-radius: 5px;
	color: #8A959E;
	margin: 0px!important;
	padding: 30px;
	width: 100%;
}

.headline-search form.search label {
	color: #8A959E;
	position: absolute;
	right: 25px;
	top: 18px;
}

form.nav-search {
	margin: 0px;
	position: relative;
	width: 100%;
}

form.nav-search label {
	color: #8A959E;
	position: absolute;
	right: 15px;
	top: 8px;
}

#search_home {
	padding: 30px;
	margin-left: 20.5%;
	width: 60%;
	border-radius: 5px;
	border: none;
	color: #8A959E;
}

section.main-search {
	position: relative;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
}

section.main-search img {
	background-size: cover;
}

section.main-search .headline-search {
	left: 0;
	top: 140px;
	position: absolute;
	width: 100%;
	-ms-transform: translate-y(-50%);
	transform: translate-y(-50%);
}

section.main-search h1 {
	color: #fefefe;
}

div.separator-image {
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div.separator-image.home {
	background-image: url(/hc/theming_assets/01HZPE4NWJWZ8PCMD2N0DKMWDY);
}
 @media screen and (min-width: 40em) {
 div.separator-image {
 background-size: cover;
}
}
@media screen and (min-width: 71.875em) {
 div.separator-image {
 background-size: cover;
}
}

.login {
	color: lightgrey;
	margin-right: 25px;
	padding-bottom: 3px;
	letter-spacing: 0.05em;
}

a.login:hover {
	color: white;
	margin-right: 25px;
	padding-bottom: 3px;
	letter-spacing: 0.05em;
	text-decoration:none;
}

.icatalogue-submit-a-request {
	background-color: transparent;
	border-color: lightgrey;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: lightgrey;
	padding: 0.75rem 1.0625rem;
	letter-spacing: 0.05em;
	transition: all 0.2s ease-in-out;
}

.icatalogue-submit-a-request:hover {
	border-color: #FFFFFF;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 17px;
 background-color: rgba(2, 90, 100, 1);
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	letter-spacing: 0.05em;
}

.dskver {
	display: inline-block;
}

.hide-for-large-plus .footer-mobile-icon {
	margin: 3% !important;
}

.footer-mobile-spacing {
	margin-left: 3% !important;
}

.footer-mobile-spacing div {
	padding: 0 !important;
	margin-bottom: 3% !important;
}

.logo-mobile-footer {
	height: 45px;
	border-radius: 0.3125rem;
}

.vert-align-desk-footer {
	top: 30%;
	position: relative;
	/*padding-left: 8.6%;*/
}

.push {
	padding-top: 10px;
}
@media screen and (min-width: 71.875em) {
 footer {
 height: 100px;
}
 .hide-for-medium-down {
 display: inline-block !important;
 width: 100%;
}
 .hide-for-large-plus {
 display: none !important;
}
}
@media screen and (max-width: 71.875em) {
 footer {
 height: auto;
}
 .hide-for-medium-down {
 display: none !important;
}
 .hide-for-large-plus {
 display: inline-block !important;
 width: 100%;
}
}

.sticky-container {
	z-index:1;
}

section.main-started {
	margin-top: -10.9375rem;
	height: 550px;
	position:relative;
}

div.separator-movie {
	height: 550px;
	background-image: url(/hc/theming_assets/01HZPE4NWJWZ8PCMD2N0DKMWDY);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
@media screen and (min-width: 40em) {
 div.separator-movie {
 background-size: cover;
}
}
@media screen and (min-width: 71.875em) {
 div.separator-movie {
 background-size: cover;
}
}

.headline-getting-started {
	left: 0;
	top: 50%;
	/*margin-top: -5.4687rem;*/
  position: absolute;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 71.875em) {
 .headline-getting-started {
 left: 0;
 top: 4%;
 position: absolute;
 width: 100%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
}

p.getting-started {
	color: #FFFFFF;
}

a.getting-started.banner-sub-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
}

.gsg_grid_flex {
	display: flex;
	flex-wrap: wrap;
	flex-flow: center;
	justify-content: flex-start;
}

.gsg_grid_flex.category {
  width: 100%;
}
/* Small */

@media screen and (max-width: 660px) {
 .gsg_grid_flex.category {
 max-width: 440px;
 margin: 15px auto 0px auto;
}
 .gsg_card {
 width: 360px;
}
 .gsg_card h2 {
 font-size: 18px;
}
 .gsg_card p {
 font-size: 16px;
}
}

/* Medium */

@media screen and (min-width: 660px) {
 .gsg_grid_flex.category {
 max-width: 660px;
 margin: 15px auto 0px auto;
}
 .gsg_card {
 width: 240px;
}
 .gsg_card h2 {
 font-size: 18px;
}
 .gsg_card p {
 font-size: 16px;
}
}

/* Large */

@media screen and (min-width: 1024px) {
 .gsg_grid_flex.category {
 max-width: 1024px;
 margin: 15px auto 0px auto;
}
 .gsg_card {
 width: 255px;
}
 .gsg_card h2 {
 font-size: 18px;
}
 .gsg_card p {
 font-size: 16px;
}
}

/* XLarge */

@media screen and (min-width: 1200px) {
 .gsg_grid_flex.category {
 max-width: 1200px;
 margin: 15px auto 0px auto;
}
 .gsg_card {
 width: 314px;
}
}

@media (min-width: 1280px) {
  .gsg_grid_flex.category {
    max-width: 1250px;
  }
}

@media (min-width: 1440px) {
  .gsg_grid_flex.category {
    max-width: 1410px;
  }
}

@media (min-width: 1600px) {
  .gsg_grid_flex.category {
    max-width: 1600px;
  }
}

.gsg_card {
	align-items: center;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 1px 1px 1px #E1E1E7;
	box-sizing: content-box;
	display: flex;
	height: 170px;
	margin: 15px;
	padding: 50px 25px;
	text-align: center;
	text-decoration: none;
	transition: all 0.25s;
  width: calc(33.3333% - 80px);
}

.gsg_card:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29);
}

.gsg_card.small {
	height: 110px;
	width: 160px;
}

.gsg_inner_container {
	text-align: center;
	width: 100%;
}

.gsg_card img {
	margin: 0px 0px 20px 0px;
}

.gsg_card h2 {
	color: #323A45;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0.2px;
}

.gsg_card p {
	color: #8A959E;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.5;
	margin-bottom: 0px;
  min-height: 54px;
}

.gettingStartedOtherCategories {
	background-color: #F8F8FA;
}

.getting-started-article-link h2 {
	font-size: 16px;
	color: #323A45;
	letter-spacing: 0.2px;
}

.getting-started-article-link p {
	margin-top: 16px;
	font-size: 14px;
	color: #8A959E;
	letter-spacing: 0.2px;
	line-height: 22px;
}

#submission-confirmation-overlay-button {
 border-color: rgba(2, 90, 100, 1);
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 17px;
 background-color: rgba(2, 90, 100, 1);
	width: 150px;
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
}

#main-menu {
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.close-button {
	color: #fefefe;
}

.off-canvas {
	background-color: transparent;
	max-height: 100%;
	overflow-y: auto;
}

.off-canvas.is-open {
 background-color: rgba(2, 90, 100, 1);
}

.close-button12 button {
  font-weight:300;
	font-size: 70px;
	height:50px;
	line-height:50px;
}

.getting-started-wrapper {
	display: none;
}

.header {
	display: none;
}

.KB-sections {
	display: none;
}

.finder-hide {
	display: none;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.getting-started-sections {
	display: none;
}

.off-canv {
	font-size: 50px;
	color: white;
	line-height:50px;
	height:87px;
	padding:19px 15px 18px;
}

.left-off-canvas-menu > .row {
	margin-top:30px;
}

.left-off-canvas-menu a {
	color: white;
	letter-spacing: 0.05em;
	font-size: 24px;
}

.left-off-canvas-menu a:hover {
	color: white;
	font-weight: bold;
	text-decoration:none;
}

.left-off-canvas-menu .dropdown-menu a, .left-off-canvas-menu .dropdown-menu a:hover {
	font-size:15px;
	font-weight:400;
}

.left-off-canvas-menu .dropdown-toggle:after {
	display: none;
}

.left-off-canvas-menu .dropdown-toggle {
	width: 100%;
}

.left-off-canvas-menu #user-name {
	color: #fff;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	vertical-align: middle;
	text-transform: uppercase;
}

.left-off-canvas-menu a.login {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.05em;
	margin:0;
}

.left-off-canvas-menu a.login:hover {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: all 0.2s ease-in-out;
}

.icatalogue-submit-a-request-canvas/*, .left-off-canvas-menu a.login*/ {
	display:block;
	background-color: transparent;
	border-color: #FFFFFF;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: #FFFFFF;
	padding: 0.75rem 1.0625rem;
	letter-spacing: 0.05em;
	transition: all 0.2s ease-in-out;
	width: 100%;
	max-width:300px;
	margin: auto;
}

.icatalogue-submit-a-request-canvas:hover/*, .left-off-canvas-menu a.login:hover*/ {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
 color: rgba(2, 90, 100, 1);
	text-align: center;
	padding: 12px 17px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.icatalogue-submit-a-request-canvas a {
	font-size: 15px;
}

.fifteen-font-override a {
	font-size: 15px !important;
}

.title-bar .menu-icon {
	margin:7px 0;
}

.sticky.is-anchored {
	position: fixed;
	z-index: 5;
	top: 0!important;
}

.kb.page-header {
	margin: 20px 0px 40px 0px;
	padding: 0px;
}

.kb.page-header h1 {
	font-size: 36px;
	margin-top: 0px;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	width:100%;
}

.kb.page-header p {
	color: #576379;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	width:100%;
}

.kb_section {
	margin: 0 0 30px;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 1px 1px #E1E1E7;
	width:100%;
}

h4.kb_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #576379;
	letter-spacing: 1.32px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0px;
}

ul.kb_article_list {
	margin: 0px 0px 20px 0px;
}

ul.kb_article_list li {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

ul.kb_article_list li * {
	color: #8A96AB;
}

ul.kb_article_list li a {
	color: #8A96AB;
}

ul.kb_article_list li a:hover {
 color: rgba(2, 90, 100, 1);
}

.see-all-articles, .see-all-articles a {
	color: #9ea5b2;
	text-align: center;
}

span.section_count {
	padding: 2px 8px;
	background-color: #D1D8E2;
	border-radius: 5px;
	color: white;
	margin-left: 10px;
}
@media screen and (max-width: 71.875em) {
 .getting-started-article-section-link {
 margin-bottom: 25px;
}
}

.getting-started-article-section-link {
	padding: 50px 25px 50px 25px;
	text-align: center;
	background-color: #FFFFFF;
}
@media screen and (min-width: 71.875em) {
 .getting-started-article-section-link {
 width: 30%;
 box-shadow: 0 1px 1px 1px #E1E1E7;
 border-radius: 4px;
 height: 15rem;
 margin-bottom: 2%;
 display: inline-block;
}
 .getting-started-article-section-link-separator {
 width: 2%;
 color: transparent;
 display: inline-block;
}
 .getting-started-article-section-link-blank {
 width: 30%;
 box-shadow: 0 1px 1px 1px #E1E1E7;
 border-radius: 4px;
 margin-bottom: 2%;
 display: inline-block;
 visibility: hidden;
}
 .article-section-images {
 height: 40%;
 margin: 20px 0 40px 0;
}
}

.gettingStartedOtherCategories {
	background-color: #F8F8FA;
	padding-top: 50px;
}

.section.article-list {
	margin: 0px 0px 30px 0px;
}

.section.article-list li {
	background-color: #FCFCFD;
	border-top: 1px solid #DDE1E9;
	padding: 20px;
}

.section.article-list li:last-of-type {
	border-bottom: 1px solid #DDE1E9;
}

.sub-section-list {
	display: none;
}

.sub-section-list-active {
	display: block;
}

.sub-section-active {
 color: rgba(2, 90, 100, 1);
}

#GSpages {
	display: inline;
}

.article-label {
	padding: 8px 12px 8px 12px;
	background-color: #E9EBEC;
	margin: 30px 10px 30px 0;
	display: inline-block;
	border: 1px solid #E9EBEC;
	border-radius: 3px;
	color: #8A959E;
	font-size: 13px;
}

.article-subscriber {
	border-radius: 3px;
	background: #E9EBEC;
	padding: 8px 12px 8px 12px;
	transition: all 0.2s ease-in-out;
	width: 90px;
	color: #8A959E;
	font-size: 13px;
}

.move_me {
	display: inline-block;
	margin-top: -25px;
}

.article-subscriber:hover {
	background-color: #323A45;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in-out
}

.article-nav {
	margin-top: -40px;
 border: 1px solid rgba(2, 90, 100, 1);
	border-radius: 3px;
 background: rgba(2, 90, 100, 1);
	color: #fff;
	font-size: 13px;
	padding: 8px 12px 8px 12px;
}

.article-nav:hover {
	color: #fff;
	font-weight: bold;
}

.article-nav:active {
	color: #fff !important;
}

.article-nav:focus {
	color: #fff !important;
}

.article-nav:visited {
	color: #fff !important;
}

.GSNext {
	margin-left: 25px;
}

.no-pad {
	padding: 0px !important;
}

.currentGSPage {
 background: rgba(2, 90, 100, 1);
	border-radius: 25px;
	color: white !important;
}

.currentGSPage:visited {
 background: rgba(2, 90, 100, 1);
	border-radius: 25px;
	color: white !important;
}

.currentGSPage:hover {
 background: rgba(2, 90, 100, 1);
	border-radius: 25px;
	color: white !important;
}

.currentGSPage:active {
 background: rgba(2, 90, 100, 1);
	border-radius: 25px;
	color: white !important;
}

.unresponsive:hover {
	cursor: not-allowed;
}

.unresponsive {
	background-color: #8A959E !important;
	border: 1px solid #8A959E !important;
}

.article-body a {
 color: rgba(2, 90, 100, 1);
}

.article-body a:hover {
	color: #242B33;
}

.article-body ol li {
	text-rendering: optimizeLegibility;
	font-size: 15px !important;
}

.article-body ul li {
	text-rendering: optimizeLegibility;
	font-size: 15px !important;
}

.article-body .wysiwyg-font-size-x-large, .article-body h2 {
	color: #8A959E;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.article-body .wysiwyg-font-size-x-large, .article-body h3 {
	color: #65727C;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.wysiwyg-font-size-large {
	text-transform: uppercase;
}

.article-body ul {
	margin-bottom: 1rem !important;
}

.article-body ol {
	margin-bottom: 1rem !important;
}

.bottom-nav-prev {
	margin-right: 80px;
}

.bottom-nav-next {
	margin-right: 0px;
}

.bottom-article-nav {
	margin-top: 50px !important;
}

.gsg-body a {
	font-size: inherit !important;
}

.kb-body a {
	font-size: inherit !important;
}

.related-articles ul {
	list-style-type: none;
	margin-left: 0px !important;
}

.related-articles ul li:before {
	content: "\203A";
 color: rgba(2, 90, 100, 1);
	vertical-align: 7%;
	padding: 0 5px 0 0;
}

.related-articles ul li a:hover {
 color: rgba(2, 90, 100, 1);
}

.related-articles ul li {
	color: #8A959E;
	font-size: 14px;
	padding-left: 2em;
	text-indent: -1em;
}

.recent-articles ul {
	list-style-type: none;
	margin-left: 0px !important;
}

.article-padding {
	padding-bottom: 100px;
}

.recent-articles ul li:before {
	content: "\203A";
 color: rgba(2, 90, 100, 1);
	vertical-align: 7%;
	padding: 0 10px 0 0;
}

.recent-articles ul li {
	color: #8A959E;
	font-size: 14px;
	padding-left: 2em;
	text-indent: -1em;
}

.other_categories {
	padding-bottom:50px;
	margin: 0 -15px;
}

.article-avatar img {
	float: left;
	border-radius: 50%;
	margin-right: 20px;
	width: 40px;
	height: 40px;
}

.article-author a {
 color: rgba(2, 90, 100, 1);
}

strong.article-author {
 color: rgba(2, 90, 100, 1);
}

.article-info {
	padding-bottom: 15px;
	height: 40px;
	font-size: 12px;
}

a.article-vote-up img {
	height: 25px;
	width: 25px;
	margin-left: 15px;
}

a.article-vote-down img {
	height: 25px;
	width: 25px;
	margin-left: 15px;
}

.votes {
	display: inline-block;
}

.notification-notice {
	position:relative;
	z-index:2;
	top:87px;
}
 .pagination-next a::after, .pagination-next.disabled::after {
 display:none;
}

div.separator-image.community {
	background-image: url(/hc/theming_assets/01HZPE4P5A6N8E1F40D8KWHKXE);
}

.user-info .user-avatar {
	display:none;
}

/* Community topic page */

.topic-header h1 {
	color: #242B33;
	float: left;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight:300;
	font-size: 35px;
	letter-spacing: 0.8px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
}

.post-to-community {
	float: right;
}

.post-to-community a {
 background-color: rgba(2, 90, 100, 1);
 border-color: rgba(2, 90, 100, 1);
	border-radius: 3px;
	border-style: solid;
	border-width: 0px;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 12px 17px;
	text-align: center;
	text-decoration: none;
	width: 200px;
	line-height:inherit;
}

.dropdown-solid {
	background: #FFFFFF;
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	display: inline-block;
	padding: 11px 16px;
	position: relative;
  line-height:24px;
}

.dropdown-solid .dropdown-toggle {
	color: #656E81;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

.dropdown-solid .dropdown-menu {
	top: 50px;
}

.community-follow {
	background: transparent;
 border: 1px solid rgba(2, 90, 100, 1);
	border-radius: 3px;
	display: inline-block;
	float: left;
	line-height: 22px;
	margin: 0px;
	padding: 10px 16px;
	position: relative;
	width: auto;
}

.community-follow .dropdown {
	line-height: 22px;
}

.community-follow .dropdown-toggle {
 color: rgba(2, 90, 100, 1);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-right: 0px;
	padding-bottom: 0px;
}
 .community-follow [role="button"]::after {
 border-left: 1px solid rgba(2, 90, 100, 1);
 content: attr(data-follower-count);
 color: rgba(2, 90, 100, 1);
 display: inline-block;
 font-family: 'Open Sans', sans-serif;
 height: 48px;
 line-height: 48px;
 margin: -11px 0px -11px 16px;
 padding-left: 16px;
 position: static;
}

.topic-filters {
	float: right;
}

.topic-subheader {
	margin-top: 30px;
  display:block;
}

.topic-posts {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
	margin-top: 30px;
	padding: 40px;
  display:block;
}

.post-overview {
	border-top: 1px solid #E1E5EC;
	display: flex;
	padding: 20px 0px;
}

.post-overview:last-of-type {
	border-bottom: 1px solid #E1E5EC;
}

.post-overview-info {
	width: 80%;
}

.post-overview-count {
	width: 10%;
}

.post-overview-info a {
 color: rgba(2, 90, 100, 1);
	display: block;
	font-size: 14px;
}

.post-overview-info .meta-group {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #ACB1BE;
}
 .post-overview-info .post-author::after {
 content: '\00B7';
 font-size: 18px;
 font-weight: bold;
 line-height: 16px;
 margin: 0px 10px;
}

.post-overview-count .count {
	color: #47506E;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
}

.post-overview-count .count-label {
	display: block;
	color: #757B8C;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.no-matches {
	text-align: center;
}

.no-matches .post-to-community a {
	float: none;
	margin-top: 10px;
}

/* Community post page */

.post-container, .comments-container {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
	margin-top: 30px;
	padding: 40px;
}

.post-author {
	display: flex;
	float: left;
}

.post-avatar .user-avatar, .comment-avatar .user-avatar {
	border-radius: 20px;
	width: 40px;
  height:40px;
  max-width:none;
}

.post-author-name, .post-author-name a, .comment-author-name, .comment-author-name a {
 color: rgba(2, 90, 100, 1);
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0.1px;
	margin-bottom: 0px;
}

img.user-badge {
	width: 16px;
	margin-right: 2px;
}

.post-meta, .comment-meta {
	margin-left: 20px;
}

.post-date, .comment-date {
	margin: 0px;
}

.post-date li, .comment-date li {
	color: #8A959E;
	font-size: 12px;
}

.community-follow.right, .post-actions {
	float: right;
}

.community-follow a {
 color: rgba(2, 90, 100, 1);
}

.post-actions {
	margin-right: 10px;
}

.post-actions .dropdown {
	background: #FFFFFF;
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	display: inline-block;
	padding: 11px 16px;
	position: relative;
}

.post-actions .dropdown .dropdown-toggle {
	color: #656E81;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

.post-actions .dropdown .dropdown-menu {
	top: 50px;
}

.post-title {
	align-items: center;
	clear: both;
	display: flex;
	margin-bottom: 10px;
}

.post-title h1 {
	color: #323A45;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	margin-bottom: 0px;
}

.status-label {
	background-color: #ABB1BF;
	border-radius: 2px;
	color: white;
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	padding: 3px 10px;
}

a.status-label:hover {
	background-color: #323A45;
	color: white;
}

.post-content {
	align-items: center;
	display: flex;
}

.post-content p:last-of-type {
	margin-bottom: 0px;
}

.post-body {
	font-size: 15px;
}

.post-body, .comment-info {
	flex-grow: 1;
	margin-right: 30px;
}

.vote a {
	display: block;
	font-family: 'FontAwesome';
	text-align: center;
	transition: color 0.2s;
}

.vote a:hover {
	color: #47506E;
}

.vote a.vote-voted {
	color: #323A45;
}

a.vote-up:before {
	content: '\f077';
}

a.vote-down:before {
	content: '\f078';
}

.vote-sum {
	background-color: #ACB1BE;
	border-radius: 20px;
	color: white;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 10px 0px;
	text-align: center;
	width: 40px;
}

.comments-container h3 {
	color: #47506E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	margin: 0px;
}

.comment-overview {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
  width:100%;
}

ul.comment-list {
	margin: 0px;
  width:100%;
}

ul.comment-list li {
	background-color: #F9F9FB;
	margin-bottom: 30px;
}

.comment-wrapper {
	align-items: center;
	display: flex;
	padding: 20px;
	position: relative;
}

.comment-wrapper.comment-official {
 border: 1px solid rgba(2, 90, 100, 1);
}

.comment-author {
	display: flex;
}

.status-label-official {
 background-color: rgba(2, 90, 100, 1);
	color: #FFF;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
	position: absolute;
	right: 35px;
	text-transform: uppercase;
	top: 0px;
}

.comment-body p:last-of-type {
	margin-bottom: 0px;
}

.comment-actions {
	position: absolute;
	right: 10px;
	top: 5px;
}
 .comment-actions .dropdown-toggle::after {
 color: #ACB1BE;
 content: '\f013';
 display: inline-block;
 font-family: FontAwesome;
 vertical-align: middle;
}

.comment-actions .dropdown-toggle {
	margin: 0px;
}

.share {
	height: 36px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.share li, .share a {
	display: inline-block;
	margin-right: 3px;
}

.share a {
	border: 1px solid #AAB0B8;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	transition: all 0.2s;
	width: 36px;
}
 .share a::before {
 display: block;
 font-family: FontAwesome;
 font-size: 18px;
 text-align: center;
}

.share a:hover {
	text-decoration: none;
}
 .share-twitter::before {
 color: #28ACF2;
 content: "\f099";
}
 .share-facebook::before {
 color: #33579C;
 content: "\f09a";
}
 .share-linkedin::before {
 color: #0077B5;
 content: "\f0e1";
}
 .share-googleplus::before {
 color: #DC4E41;
 content: "\f0d5";
}
 .share a:hover::before {
 color: #FFF;
}

.share-twitter:hover {
	background-color: #28ACF2;
	border: 1px solid #28ACF2;
}

.share-facebook:hover {
	background-color: #33579C;
	border: 1px solid #33579C;
}

.share-linkedin:hover {
	background-color: #0077B5;
	border: 1px solid #0077B5;
}

.share-googleplus:hover {
	background-color: #DC4E41;
	border: 1px solid #DC4E41;
}

footer.post-footer {
	height: auto;
	margin-top: 30px;
}

.post-comments h3 {
	margin-bottom: 20px;
}

.comment-form {
	display: flex;
	margin-left: 0px;
  width:100%;
}

.comment-form .avatar {
	margin-right: 20px;
}

.comment-container {
	flex-grow: 1;
}

.comment-container textarea {
	border: 1px solid #D4D9E2;
	box-shadow: none;
	margin: 0px;
}

.comment-container .comment-form-controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.comment-container .comment-form-controls input[type="checkbox"] {
	margin: 0px;
}

.comment-container .comment-form-controls label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #656E81;
}

.comment-container .comment-form-controls input[type="submit"] {
	margin: 0px;
	width: 200px;
}

.post-body h2 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 30px;
}

.post-body li {
	padding: 5px 0px;
}

.post-meta ul {
	list-style-type: none;
}

.comment-meta ul {
	list-style-type: none;
}

h2.post-author-name.ambassador:after, span.comment-author-name.ambassador:after {
	content: "Ambassador";
	margin-left: 10px;
	background-color: #AAB1C0;
	padding: 5px 10px;
	border-radius: 3px;
	color: #FFFFFF;
}

img.user-badge {
	width: 16px;
	margin-right: 2px;
}

/* New community post page */

h1.form-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #47506E;
}

.new-post-container {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
	margin-top: 30px;
	padding: 40px;
}

.new-post-container label {
	color: #757B8C;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 30px;
	text-transform: uppercase;
}

.new-post-container input[type="text"] {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	box-shadow: none;
	color: #656E81;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0px;
}

.new-post-container .nesty-input {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	box-shadow: none;
	color: #656E81;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 48px;
	margin: 0px;
	padding: 6px 11px;
}

.new-post-container .nesty-input:after {
	color: #888888;
	content: "\A0\A0\E75C";
	display: inline-block;
	font-family: "entypo";
	line-height: 48px;
	right: 15px;
	top: 0px;
}

.new-post-container input[type="submit"] {
 background-color: rgba(2, 90, 100, 1);
 border-color: rgba(2, 90, 100, 1);
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	margin: 51px 0px 0px 20px;
	padding: 12px 17px;
	text-align: center;
	width: 200px;
  line-height:normal;
}

.flex-row {
	align-items: flex-start;
	display: flex;
}

.flex-row .form-field {
	flex-grow: 1;
}

.new-post-container .notification-inline.notification-error {
	background-color: #FF0048;
	border: none;
	border-radius: 0px;
	color: #FFFFFF;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
	padding: 6px 10px;
	text-transform: uppercase;
}
 .new-post-container .notification-inline.notification-error::before {
 display: none;
}

.legalese {
	color: #8A959E;
	font-size: 12px;
	text-align: center;
}

.post.legalese {
	margin: 10px 0px;
}

.comment.legalese {
	margin: 30px 0px 0px 0px;
}

.legalese a {
	font-size: 12px;
	text-decoration: underline;
}

/* Template: Community post list page */

.post-list-header h1 {
	color: #242B33;
	float: left;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 35px;
	letter-spacing: 0.8px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
}

.post-list-header .topic-filters {
	margin-right: 4px;
}

.row.topic-posts .post-pinned a:before {
	content: "\f08d";
	font-family: FontAwesome;
	margin-right: 5px;
}

/* Template: Request list page*/

.my-activities-nav {
	background-color: #16223A;
	margin-top: -87px;
}

.my-activities-nav-header, .my-activities-nav-header a {
	color: #FDFDFD;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 32px;
	font-weight: 300;
	margin-top: 100px;
	vertical-align: middle;
  width:100%;
}

.my-activities-nav ul {
	margin: 20px 0px 0px 0px;
}

.my-activities-nav ul li {
	display: inline-block;
	font-size: 13px;
	padding: 0px 10px 18px 10px;
	text-align: center;
	text-transform: uppercase;
}

.my-activities-nav ul li a {
 transition: color .2s;
	font-size: inherit;
}

.my-activities-nav ul li a:hover {
	color: #fff;
}

.active-request-nav {
	color: white;
	padding-bottom: 16px;
 border-bottom: 2px solid #F7F7F7;
}

.row.request-filters {
	margin-top: 30px;
}

form.requests-table-toolbar {
	align-items: center;
	display: flex;
  width:100%;
}

form.requests-table-toolbar .search {
	flex-grow: 1;
}

form.requests-table-toolbar .request-table-filter {
	margin-left: 20px;
}

form.requests-table-toolbar select {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #656E81;
  margin-bottom:1rem;
}

.row.request-filters input#quick-search {
	box-shadow: none;
	border-radius: 3px;
	background: #FFFFFF;
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #656E81;
}

.my-activities-table {
	color: #8A959E;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.row.my-activities-table {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
	margin-top: 20px;
	padding: 40px;
}

.row.my-activities-table table * {
	background: none;
}

.row.my-activities-table table tbody tr {
	border-top: 1px solid #E1E5EC;
}

.row.my-activities-table table tbody tr:last-of-type {
	border-bottom: 1px solid #E1E5EC;
}

.row.my-activities-table table td, .row.my-activities-table table td a {
	color: #8A959E;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.row.my-activities-table table td a:hover {
 color: rgba(2, 90, 100, 1);
}

.row.my-activities-table table td {
	padding: 15px 5px 15px 0px;
}

.row.my-activities-table table th {
	padding: 0px 5px 9px 0px;
}

.row.my-activities-table table th {
	color: #757B8C;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
 .request-status::before {
 border-radius: 3px;
 display: inline-block;
 font-size: 13px;
 padding: 5px 8px;
 width: 150px;
}
 .request-open::before {
 color: rgba(2, 90, 100, 1);
 content: "We're taking a look";
 border: 1px solid rgba(2, 90, 100, 1);
}
 .request-solved::before {
 color: #ACB1BE;
 content: "Ticket resolved";
 border: 1px solid #ACB1BE;
}
 .request-pending::before,
.request-answered::before {
 color: #47506E;
 content: "Response needed";
 border: 1px solid #47506E;
}

/* Template: Following page */

.row.my-activities-table .dropdown-toggle {
	color: #8A959E;
	margin: 0px;
	padding: 0px;
}

.row.my-activities-table td.unsubscribe a {
	background-color: transparent;
 border: 1px solid rgba(2, 90, 100, 1);
	border-radius: 3px;
 color: rgba(2, 90, 100, 1);
	display: inline-block;
	float: right;
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.1s;
}

.row.my-activities-table td.unsubscribe a:hover {
 background-color: rgba(2, 90, 100, 1);
	color: #FFF;
}

/* Template: Contributions page */

.my-activities-sub-nav {
	background-color: #FFF;
	border-bottom: 1px solid #E5E5E5;
	padding: 17px 0px;
	width: 100%;
}

.my-activities-sub-nav ul, .my-activities-sub-nav li {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.my-activities-sub-nav li {
	padding-right: 30px;
}

.my-activities-sub-nav li a {
	color: #ACB3C3;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.my-activities-sub-nav li a:hover {
 color: rgba(2, 90, 100, 1);
}

.my-activities-sub-nav li span.active {
	color: #3D485F;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

/* Template: User profile page */

.my-activities-nav h2 .avatar {
	display: inline-block;
	width: 46px;
  height: 46px;
}

.my-activities-nav h2 img.user-avatar {
	width: 46px;
  height: 46px;
	border-radius: 23px;
}

.my-activities-table .profile-stats {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
  width:100%;
}

.my-activities-table .profile-stats .stat {
	text-align: center;
}

.my-activities-table .profile-stats .stat .stat-label {
	color: #757B8C;
	display: block;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.my-activities-table .profile-stats .stat .stat-value {
	color: #47506E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	text-align: center;
}

.my-activities-table h2.profile-section-title {
	color: #47506E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
}

.my-activities-table .profile-section-description {
	color: #ACB1BE;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.profile-activity-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.profile-activity-list li {
	margin: 20px 0px;
}

.profile-activity-list .profile-activity-contribution {
	background-color: #F9F9FB;
	margin-left: 50px;
	padding: 30px;
	position: relative;
}

.profile-activity-header img.user-avatar {
	border-radius: 20px;
	display: inline-block;
	width: 40px;
  height:40px;
}

.profile-activity-header .profile-activity-description {
	color: #464D5D;
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
}

.profile-activity-header .profile-activity-description span {
	font-weight: 700;
}

.profile-contribution-breadcrumbs {
	clear: both;
}

.profile-contribution-breadcrumbs li {
	margin: 0px;
}

.profile-contribution-header {
	margin-bottom: 10px;
}

.profile-contribution-title, .profile-contribution-title a {
 color: rgba(2, 90, 100, 1);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
}

.profile-contribution-header .status-label {
	display: none;
}

.profile-contribution-body {
	color: #3D485F;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.profile-contribution ul.meta-group, .profile-contribution li.meta-data {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.profile-contribution ul.meta-group li.meta-data a.comment-link {
 color: rgba(2, 90, 100, 1);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.profile-contribution-list {
	list-style-type: none;
	margin: 0px;
}

.profile-contribution-list .profile-contribution {
	background-color: #F9F9FB;
	margin-bottom: 20px;
	padding: 30px;
}

.profile-contribution-list .profile-contribution:last-of-type {
	margin-bottom: 0px;
}

/* Global: Fix search input styling */

form.search input[type="search"] {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	box-shadow: none;
	color: #656E81;
	font-size: 14px;
	padding: 20px 15px;
  margin:0;
  height: 40px;
}
 form.search input[type="search"]::placeholder {
 color: #8A959E;
}

.headline-search form.search {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 60%;
}

.headline-search form.search input#search_home {
	border: none;
	border-radius: 5px;
	color: #8A959E;
	margin: 0px;
	padding: 30px;
	width: 100%;
}

.headline-search form.search label {
	color: #8A959E;
	position: absolute;
	right: 25px;
	top: 18px;
}

form.nav-search {
	margin: 0px;
	position: relative;
	width: 100%;
}

form.nav-search label {
	color: #8A959E;
	position: absolute;
	right: 15px;
	top: 8px;
}

/* Template: Request page */

.row.ticket-history, .row.ticket-reply {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
	padding: 40px;
}

.row.ticket-reply {
	margin-top: 20px;
}

.row.ticket-history h2.ticket-title {
	color: #323A45;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	margin-bottom: 0px;
}

.row.ticket-history .ticket-metadata-title {
	display: flex;
	justify-content: space-between;
  width:100%;
}
 .row.ticket-history .ticket-metadata-title .request-status::before {
 padding: 10px 20px;
 width: auto;
}

h3.ticket-heading {
	color: #47506E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 20px;
  width:100%;
}

.ticket-metadata-misc {
	display: flex;
	justify-content: space-between;
}

.ticket-metadata-misc .meta-item {
	flex-grow: 1;
}

.ticket-metadata-misc .meta-item div {
	display: block;
}

.ticket-metadata-misc .meta-item .meta-label {
	color: #757B8C;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.ticket-metadata-misc .meta-item .meta-value {
	color: #47506E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.ticket-metadata-misc, .ticket-comments {
	margin-top: 30px;
  width:100%;
}

.ticket-comments ul.comment-list li.comment {
	background-color: transparent;
}

.ticket-comments ul.comment-list li.comment:last-of-type {
	margin-bottom: 0px;
}

.ticket-comments ul.comment-list li.comment .comment-container {
	background-color: #F9F9FB;
	color: #242B33;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin: 20px 0px 0px 25px;
	padding: 20px;
}

.ticket-comments ul.comment-list li.comment .comment-container > p {
	display: none;
}

.ticket-comments ul.comment-list li.comment .comment-info {
	display: flex;
}

.ticket-comments ul.comment-list li.comment .zd-comment {
	margin: 0px;
}

.ticket-comments ul.comment-list li.comment .comment-author {
 color: rgba(2, 90, 100, 1);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1px;
	margin-bottom: 0px;
}

.ticket-comments ul.comment-list li.comment .comment-meta {
	color: #8A959E;
	font-size: 12px;
}

.ticket-reply .comment-container textarea {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	box-shadow: none;
	margin: 0px;
}

.ticket-reply img.user-avatar {
	margin-right: 20px;
}

.ticket-reply .upload-dropzone {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	margin-top: 10px;
}

/* New Request template */
.new-request-form .submit-request-form h3 {
	color: #323A45;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 0;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.submit-request-form {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
	padding: 40px;
}

form#new_request label {
	color: #757B8C;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
 form#new_request input[type="text"]::placeholder, form#new_request textarea::placeholder {
 color: #ACB1BE;
}

form#new_request input[type="text"] {
	border-color: #D4D9E2;
	border-radius: 3px;
	box-shadow: none;
	color: #656E81;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 48px;
	padding: 16px;
}

form#new_request textarea {
	border-color: #D4D9E2;
	border-radius: 3px;
	color: #656E81;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 200px;
	padding: 16px;
	box-shadow: none;
}

form#new_request #upload-dropzone {
	border-color: #D4D9E2;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 20px;
}

form#new_request #upload-dropzone .span {
	color: #ACB1BE;
}

form#new_request input[type="submit"] {
	float: right;
 border-color: rgba(2, 90, 100, 1);
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 17px;
 background-color: rgba(2, 90, 100, 1);
	width: 100%;
	margin-top: 25px;
  line-height:normal;
}

form#new_request p {
	color: grey;
	font-size: 14px;
}

form#new_request footer {
	height: 75px;
}

.searchbox-suggestions ul {
	list-style-type: none;
	margin-left: 0px;
}

.searchbox-suggestions ul li {
	padding-bottom: 10px;
}

.searchbox-suggestions ul li a {
	color: #8A959E;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
	font-size: 15px;
}

.searchbox-suggestions ul li a:hover {
 color: rgba(2, 90, 100, 1);
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
	font-size: 15px;
}

.new-request-sidebar {
	margin-right: 30px;
}

.new-request-sidebar h3 {
	font-size: 24px;
	margin-top: 30px;
}

.new-request-sidebar p {
	color: #323A45;
	font-size: 14px;
}

.new-request-sidebar .warning {
	margin-top: 30px;
}

.new-request-sidebar .warning h4 {
	color: #FF3A57;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.new-request-sidebar .warning h4:before {
	content: "\f06a";
	color: #FF3A57;
	font-family: FontAwesome;
	margin-right: 5px;
}

.new-request-sidebar .warning p, .new-request-sidebar .warning a {
	font-size: 12px;
}

.submit-request-form .nesty-input {
	border: 1px solid #D4D9E2;
	border-radius: 3px;
	box-shadow: none;
	color: #656E81;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	margin: 0px;
	padding: 0px 11px;
	z-index: 0;
}

.submit-request-form .nesty-input:after {
	color: #888888;
	content: "\A0\A0\E75C";
	display: inline-block;
	font-family: "entypo";
	line-height: 48px;
	right: 15px;
	top: 0px;
}

.form-field.text.required.request_description:after {
	content: "Optional Information";
	color: #434C5F;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.submit-request-form .form-field p a {
	font-size: 14px;
}
.invision-submit-a-request {
	background-color: transparent;
	border-color: #FFFFFF;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: #FFFFFF;
	padding: 0.75rem 1.0625rem;
	letter-spacing: 0.05em;
	transition: all 0.2s ease-in-out;
}

.invision-submit-a-request:hover {
	border-color: #FFFFFF;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: rgba(2, 90, 100, 1);
	text-align: center;
	padding: 12px 17px;
	background-color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	letter-spacing: 0.05em;
}
/* WYSIWYG editor styling */

#hc-wysiwyg {
	border: 1px solid #D4D9E2;
}

#hc-wysiwyg [role="toolbar"] {
	background-color: #FFF;
	border-bottom: 1px solid #D4D9E2;
}
#hc-wysiwyg [class^="wysiwyg-icon-"] {
	color: #323A45;
}
article {
  width:100%;
}
#user-dropdown {
	padding: 25px;
	width: 400px;
}
#user-dropdown a {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 12px;
}

#user-dropdown img {
	border-radius: 5px;
}

#user-name:hover {
	color: white;
}

.dropdown-menu-end {
	margin-right: 25px;
}
.dropdown.language-selector a {
	color: #8A959E;
  font-weight:400;
}
.dropdown.language-selector a:hover {
  color:rgba(2, 90, 100, 1);
}

.page_search input[type='search'] {
  position: relative;
}
.page_search input[type='search']:after {
  content: "\f002";
  display:block;
  width:14px;
  height:14px;
	font-family: 'FontAwesome';
  font-size:0.875rem;
  font-weight:normal;
  line-height:14px;
  color: #8A959E;
  position: absolute;
  right: 15px;
  top: 8px;
}
table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

table thead, table tbody, table tfoot {
	background-color: #fefefe;
  border:none;
}

table caption {
	font-weight: bold;
	padding: 0.5rem 0.625rem 0.625rem;
}

table thead, table tfoot {
	background: #f8f8f8;
	color: #0a0a0a;
}

table thead tr, table tfoot tr {
	background: transparent;
}

table thead th, table thead td, table tfoot th, table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}
table tbody tr:nth-child(even) {
 background-color: #f1f1f1;
}

table tbody th, table tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}
@media screen and (max-width: 71.8125em) {
 table.stack thead {
 display: none;
}
 table.stack tfoot {
 display: none;
}
 table.stack tr, table.stack th, table.stack td {
 display: block;
}
 table.stack td {
 border-top: 0;
}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover tr:hover {
	background-color: #f9f9f9;
}
table.hover tr:nth-of-type(even):hover {
 background-color: #ececec;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

/*Search Results*/

.search-results {
  margin: 0 -20px;
}

section.search-results-column {
  padding: 0 20px;
}

.search-result-meta {
	color: #8A959E;
	font-size: 12px;
	margin: 20px 0 15px 0;
	text-align: right;
}

.search-result-meta-name a {
	font-size: 12px;
}

h2.search-results-subheading {
	font-size: 36px;
	margin-top: 0px;
	font-family: "brandon-grotesque", "Open Sans", sans-serif;
	text-transform: uppercase;
}

h3.search-results-count, .search-results-column h3 {
	color: #545A5F;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.search-results-list {
	list-style-type: none;
	margin-left: 0px !important;
}

li.search-result {
	background: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
	margin-bottom: 20px;
	padding: 20px;
}

.search-result-link {
	font-size: 18px;
	color: rgba(2, 90, 100, 1);
}

.search-result-description {
	border-left: 2px solid #D1D8E2;
	padding: 10px 15px;
}

.article-breadcrumbs {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.article-breadcrumbs a:not(:last-child)::after {
 color: #cacaca;
 content: "/";
 margin: 0 0.15rem 0 0.35rem;
 position: relative;
 top: 1px;
 opacity: 1;
}

.result-meta {
	color: #8A959E;
	font-size: 12px;
	margin: 20px 0 15px 0;
	text-align: right;
}

.footer-language-selector .dropdown-menu {
  bottom: 40px;
}

.off-canvas:not(.is-open) .off-canv,
.off-canvas:not(.is-open) .left-off-canvas-menu {
  display:none;
}

.footer-links {
  font-size:13px;
  line-height: 20px;
  word-spacing:2px;
  padding-bottom:30px;
}

.footer-links .dropdown-toggle {
  padding-bottom:0;
}

.off-canvas-content {
  padding-bottom:100px;
}

.off-canvas-content > footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

.position-left.is-transition-push {
  box-shadow:none;
}