html,
body,
p {
  color: rgba(127, 124, 172, 1);
}

/***** Search field *****/

.search {
	position: relative;
}

.search input[type="search"] {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	color: rgba(127, 124, 172, 1);
	height: 50px;
	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(0, 0, 98, 1);
	color: rgba(127, 124, 172, 1);
}

.search::before {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	color: rgba(127, 124, 172, 1);
	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 #ffffff;
}



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

.pagination * {
	display: 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: rgba(0, 0, 251, 1);
	text-decoration: none;
}

.pagination a, .pagination span {
	font-size: 15px;
	color: #6262ff;
	padding: 10px 12px;
}

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

.pagination-current {
	background-color: rgba(0, 0, 98, 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;
}


/***** Forms *****/
.form {
	max-width: 650px;
}

.form-field ~ .form-field {
	margin-top: 25px;
}

.form-field label {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

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

.form-field input:focus {
	border: 1px solid rgba(0, 0, 98, 1);
}

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

.form-field input[type="text"]:focus {
	border: 1px solid rgba(0, 0, 98, 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(0, 0, 98, 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: #f00;
	margin-left: 2px;
}

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

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

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

.form footer a {
	color: #6262ff;
	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: #b3add4;
}

input,
textarea {
	color: rgba(0, 0, 98, 1);
	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(0, 0, 98, 1);
}

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

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

select:focus {
	border: 1px solid rgba(0, 0, 98, 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(0, 0, 98, 1);
}

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

/***** Buttons *****/
.button, [role="button"] {
	border: 1px solid rgba(0, 0, 98, 1);
	border-radius: 4px;
	color: rgba(0, 0, 98, 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(0, 0, 98, 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(0, 0, 98, 1);
	color: rgba(127, 124, 172, 1);
	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: #ffffff;
	border: 1px solid rgba(0, 0, 98, 1);
	border-radius: 4px;
	color: rgba(0, 0, 98, 1);
	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: rgba(0, 0, 98, 1);
  border: 1px solid rgba(0, 0, 98, 1);
  color: #ffffff
}

.button-large[disabled], input[type="submit"][disabled] {
	background-color: #ffffff;
  border: 1px solid rgba(127, 124, 172, 1);
  color: rgba(127, 124, 172, 1)
}

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
	color: rgba(0, 0, 251, 1);
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}

/***** Tables *****/
.table {
	width: 100%;
	table-layout: fixed;
}

@media (min-width: 768px) {
	.table {
		table-layout: auto;
	}
}

.table th,
.table th a {
	color: #6262ff;
	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;
	}
}


/***** Breadcrumbs *****/

.breadcrumbs {
	margin: 28px 0 0;
	padding: 0;
}

.breadcrumbs li {
	color: #6262ff;
	display: inline;
	font-weight: 300;
	font-size: 15px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs li+li::before {
	content: ">";
	margin: 0 4px;
}

.breadcrumbs li a:visited {
	color: rgba(241, 240, 247, 1);
}



/* Navigation element that collapses on mobile */
.collapsible-nav {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	flex-direction: column;
	max-height: 45px;
	overflow: hidden;
	font-size: 14px;
}

@media (min-width: 768px) {
	.collapsible-nav {
		border: 0;
		height: auto;
		flex-direction: row;
		max-height: none;
	}
}

.collapsible-nav-list {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.collapsible-nav-list {
		flex-direction: row;
	}
}

.collapsible-nav-list li {
	color: rgba(0, 0, 251, 1);
	line-height: 45px;
	order: 1;
}

@media (min-width: 768px) {
	.collapsible-nav-list li {
		line-height: normal;
		margin-right: 30px;
	}
	[dir="rtl"] .collapsible-nav-list li {
		margin-left: 30px;
		margin-right: 0;
	}
	.collapsible-nav-list li a {
		text-decoration: none;
		padding: 15px 0;
	}
}

.collapsible-nav-list li a {
	color: rgba(0, 0, 251, 1);
	display: block;
}

@media (min-width: 768px) {
	.collapsible-nav-list li:hover {
		border-bottom: 4px solid #ddd;
	}
	.collapsible-nav-list li:hover a {
		padding: 15px 0 11px 0;
		text-decoration: none;
	}
}

.collapsible-nav-list li[aria-selected="true"] {
	order: 0;
	position: relative;
}

@media (min-width: 768px) {
	.collapsible-nav-list li[aria-selected="true"] {
		border-bottom: 4px solid rgba(0, 0, 98, 1);
		order: 1;
		padding: 15px 0 11px 0;
	}
}

.collapsible-nav-list li[aria-selected="true"] a {
	color: rgba(0, 0, 251, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	content: "\25BE";
	position: absolute;
	right: 0;
}

@media (min-width: 768px) {
	.collapsible-nav-list li[aria-selected="true"]::after {
		display: none;
	}
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
	left: 0;
	right: auto;
}

.collapsible-nav[aria-expanded="true"] {
	max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
	content: "\2715";
}


/* 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;
}

@media (min-width: 768px) {
	.requests-table-toolbar .request-filter {
		margin: 0 0 0 30px;
	}
	[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 {
	max-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(0, 0, 98, 1);
	color: rgba(127, 124, 172, 1);
}

.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(0, 0, 98, 1);
	border-radius: 4px;
	color: rgba(127, 124, 172, 1);
	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: #6262ff;
	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: #6262ff;
}

/***** 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: #6262ff;
	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(0, 0, 98, 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(0, 0, 98, 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: #f7f7f7;
		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: #6262ff;
	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;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

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

.comment-overview {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}

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

.comment-callout {
	color: #6262ff;
	display: inline-block;
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 0;
}

.comment-callout a {
	color: rgba(0, 0, 98, 1);
}

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

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

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

.comment-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.comment-wrapper.comment-official {
	border: 1px solid rgba(0, 0, 98, 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;
	}
}

.comment-form {
	display: flex;
	padding-top: 30px;
	word-wrap: break-word;
}

.comment-container {
	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(0, 0, 98, 1);
}

.comment-body {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	font-family: "jaf-facitweb", 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;
}

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

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

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

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

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

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

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

/***** 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;
	}
}

.article-container {
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.article-container {
		flex-direction: row;
	}
}

.article-header {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.article-header {
		flex-direction: row;
		margin-top: 0;
	}
}

.article-author {
	margin-bottom: 10px;
}

@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-meta {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

.article-content {
  color: rgba(127, 124, 172, 1);
	line-height: 1.6;
	margin: 40px 0;
	word-wrap: break-word;
}

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

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

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

.article-comment-count .icon-comments {
	color: rgba(0, 0, 98, 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;
	flex-wrap: wrap;

}

@media (min-width: 768px) {
	.article-relatives {
		flex-direction: row;
	}
}

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

.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(0, 0, 98, 1);
	color: rgba(0, 0, 98, 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(0, 0, 98, 1);
}

.article-vote:hover {
	background-color: rgba(0, 0, 98, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
	color: rgba(127, 124, 172, 1);
}

.article-vote-up::before {
	content: "\2713";
}

.article-vote-down::before {
	content: "\2715";
}

.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: rgba(0, 0, 251, 1);
	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(0, 0, 98, 1);
	color: rgba(127, 124, 172, 1);
	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: rgba(0, 0, 251, 1);
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
	background-color: rgba(0, 0, 98, 1);
	color: rgba(127, 124, 172, 1);
	text-decoration: none;
}

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

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

/***** 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::before {
	color: #6262ff;
	display: block;
	font-size: 23px;
	text-align: center;
	width: 100%;
}

.share a:hover {
	text-decoration: none;
}

.share a:hover::before {
	color: rgba(0, 0, 98, 1);
}

.share-twitter::before {
	content: "\e901";
}

.share-facebook::before {
	content: "\e903";
}

.share-linkedin::before {
	content: "\e900";
}

.share-googleplus::before {
	content: "\e902";
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::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-column {
	flex: 1;
}

@media (min-width: 1024px) {
	.search-results-column {
		flex: 0 0 45%;
	}
}

.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: #6262ff;
	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(0, 0, 98, 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;
}


/* User Profiles */
.profile-header {
	padding: 50px 0 30px;
	background-color: #f7f7f7;
}

.profile-header .container {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.profile-header .container {
		flex-wrap: nowrap;
	}
}

.profile-header .profile-info {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	min-width: 0;
}

.profile-avatar {
	position: relative;
	line-height: 0;
	align-self: center;
	margin-right: 10px;
}

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

.profile-avatar .user-avatar {
	width: 65px;
	height: 65px;
}

.profile-avatar .icon-agent::before {
	bottom: 0;
	right: 0;
}

.profile-header .basic-info {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
}

.profile-header .basic-info .name {
	margin: 0;
}

.profile-header .options {
	display: flex;
	flex-basis: 100%;
	margin-top: 12px;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.profile-header .options {
		flex-wrap: nowrap;
		flex-basis: auto;
		margin-top: 0;
		margin-left: 10px;
	}
	[dir="rtl"] .profile-header .options {
		margin-left: 0;
		margin-right: 10px;
	}
	.profile-header .options > :not(:last-child) {
		margin-bottom: 0;
		margin-right: 10px;
	}
	[dir="rtl"] .profile-header .options > :not(:last-child) {
		margin-left: 10px;
		margin-right: 0;
	}
}

.profile-header .options [data-action="edit-profile"] {
	background-color: rgba(0, 0, 98, 1);
	border: 0;
	color: rgba(127, 124, 172, 1);
	line-height: normal;
	padding: 8px 20px;
}

.profile-header .description {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	margin: 15px 0;
	flex-basis: 100%;
}

.profile-stats {
	font-size: 13px;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

.profile-stats .stat {
	display: flex;
	margin-bottom: 10px;
}

.profile-stats .stat-label {
	color: #6262ff;
	font-weight: 300;
	flex: 0 0 100px;
	margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
	margin-left: 10px;
	margin-right: 0;
}

.profile-stats-activity {
	border-top: solid 1px #ddd;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.profile-stats-activity {
		border-top: 0;
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.profile-stats-activity .stat {
		flex-direction: column;
	}
}

.profile-stats-activity .stat:first-child {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.profile-stats-activity .stat:first-child {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.profile-stats-activity .stat:not(:last-child) {
		margin-right: 40px;
	}
	[dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
		margin-left: 40px;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.profile-stats-activity .stat-label {
		flex: 0 1 auto;
	}
}

.profile-stats-counters {
	border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
	.profile-stats-counters {
		flex: 0 0 200px;
		border-bottom: 0;
		margin-left: 40px;
	}
	[dir="rtl"] .profile-stats-counters {
		margin-left: 0;
		margin-right: 40px;
	}
}

@media (min-width: 1024px) {
	.profile-stats-counters {
		flex: 0 0 270px;
		margin-left: 60px;
	}
	[dir="rtl"] .profile-stats-counters {
		margin-right: 60px;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.profile-stats-counters .stat {
		flex-direction: column;
	}
}

@media (min-width: 1024px) {
	.profile-stats-counters .stat {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.profile-stats-counters .stat:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.profile-stats-counters .stat-label {
		flex: 0 1 auto;
	}
}

@media (min-width: 1024px) {
	.profile-stats-counters .stat-label {
		flex: 0 0 100px;
	}
}

.profile-private-badge {
	flex-basis: 100%;
	border: solid 1px rgba(0, 0, 98, 1);
	border-radius: 4px;
	color: rgba(0, 0, 98, 1);
	padding: 5px 20px;
	font-size: 12px;
	text-align: center;
}

.profile-private-badge::after {
	content: "\1f512";
	margin-left: 5px;
	font-family: "copenhagen-icons";
	vertical-align: middle;
	line-height: 15px;
}

@media (min-width: 768px) {
	.profile-private-badge {
		flex-basis: auto;
	}
}

.profile-nav {
	background-color: #f2f2f2;
	border: 0;
	margin-bottom: 37px;
}

.profile-section {
	width: 100%;
}

@media (min-width: 1024px) {
	.profile-section {
		width: calc(100% - 330px);
	}
}

.profile-section-header {
	display: flex;
	flex-wrap: wrap;
}

.profile-section-title {
	flex-basis: 100%;
	margin-bottom: 0;
}

.profile-section-description {
	flex-basis: 100%;
	padding: 10px 0;
	color: #6262ff;
	font-weight: 300;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.profile-section-description {
		flex: 1 0 50%;
		padding-bottom: 0;
	}
}

.profile-section-sorter {
	flex-basis: 100%;
	border-top: solid 1px #eee;
	font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
	padding: 10px 0;
	width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
	position: absolute;
	right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
	left: 0;
	right: initial;
}

@media (min-width: 768px) {
	.profile-section-sorter .dropdown-toggle::after {
		position: relative;
	}
}

@media (min-width: 768px) {
	.profile-section-sorter {
		flex: 0 1 auto;
		padding-top: 0;
		border-top: 0;
		margin-left: 20px;
	}
	[dir="rtl"] .profile-section-sorter {
		margin-left: 0;
		margin-right: 20px;
	}
}

.profile-contribution {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	padding: 20px 0;
	position: relative;
}

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

.profile-contribution-title {
	margin: 0 0 5px 0;
	display: inline;
	line-height: 21px;
	font-size: 15px;
	vertical-align: middle;
}

.profile-contribution-body {
	margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
	border-top: 1px solid #eee;
}

@media (min-width: 768px) {
	.profile-contribution-list > .profile-contribution {
		padding-left: 30px;
	}
	[dir="rtl"] .profile-contribution-list > .profile-contribution {
		padding-right: 30px;
		padding-left: 0;
	}
}

.profile-contribution-list > .profile-contribution:last-child {
	border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
	left: 0;
	position: absolute;
	font-size: 16px;
	color: #ccc;
	font-family: "copenhagen-icons";
	line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
	right: 0;
}

.profile-contribution-list .profile-contribution-header {
	margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
	padding-right: 30px;
	padding-left: 0;
}

@media (min-width: 768px) {
	.profile-contribution-list .profile-contribution-header {
		margin-left: 0;
	}
	[dir="rtl"] .profile-contribution-list .profile-contribution-header {
		padding-right: 0;
	}
}

.profile-comments .profile-contribution-breadcrumbs {
	margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
	padding-right: 30px;
	padding-left: 0;
}

@media (min-width: 768px) {
	.profile-comments .profile-contribution-breadcrumbs {
		margin-left: 0;
	}
	[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
		padding-right: 0;
	}
}

.profile-section .no-activity,
.profile-section .private-activity {
	display: block;
	margin-top: 40px;
	color: #999;
}

.profile-section .private-activity::before {
	content: "\1f512";
	font-family: "copenhagen-icons";
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
	margin-right: 0;
	margin-left: 10px;
}

.profile-activity-list {
	margin-top: 25px;
}

.profile-activity {
	position: relative;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.profile-activity {
		padding-left: 20px;
	}
	[dir="rtl"] .profile-activity {
		padding-right: 20px;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.profile-activity:not(:last-child) {
		border-left: 1px solid #ddd;
	}
	[dir="rtl"] .profile-activity:not(:last-child) {
		border-left: 0;
		border-right: 1px solid #ddd;
	}
}

.profile-activity-header {
	display: flex;
	align-items: center;
	margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
	margin-left: 0;
	margin-right: 35px;
}

@media (min-width: 768px) {
	.profile-activity-header {
		margin-left: 0;
	}
	[dir="rtl"] .profile-activity-header {
		margin-right: 0;
	}
}

.profile-activity-header .user-avatar {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	min-width: 40px;
	align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
	margin-left: 10px;
	margin-right: 0;
}

.profile-activity-description {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.profile-activity-description span:first-child {
	font-weight: 600;
	display: inline;
}

.profile-activity-contribution {
	padding: 20px;
	margin-top: 10px;
	border-radius: 8px;
	background-color: #f7f7f7;
}

@media (min-width: 768px) {
	.profile-activity-contribution {
		margin-top: 0;
		margin-left: 50px;
	}
	[dir="rtl"] .profile-activity-contribution {
		margin-left: 0;
		margin-right: 50px;
	}
}

.profile-activity::before {
	position: absolute;
	left: 0;
	width: 28px;
	border-radius: 50%;
	content: "";
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: 50% 50%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #ccc;
	font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
	right: 0;
}

@media (min-width: 768px) {
	.profile-activity::before {
		left: -14px;
	}
	[dir="rtl"] .profile-activity::before {
		right: -14px;
	}
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
	content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
	content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
	content: "\1f4ac";
	line-height: 35px;
}


/** CUSTOM **/

html,
body {
	font-family: "jaf-facitweb", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body a {
	color: rgba(0, 0, 98, 1);
}

.Header {
	background: rgba(0, 0, 98, 1);
	padding-bottom: 10px
}

.Header_Logo {
	height: 80px;
	width: 80px;
	position: absolute;
	top: 0;
	float: left;
	border-radius: 50%;
}

.Header_Nav {
	font-size: 16px;
	margin-top: 18px;
}

.Header_Nav-Item {
	margin: 0 5px;
	color: #ffffff;
}

.Header_Nav-Item:last-child {
	margin-right: 0;
}

.Header_Nav-Link {
	color: #ffffff !important;
	opacity: .66;
}

.Header_Nav-Link:active,
.Header_Nav-Link:hover {
	color: #ffffff;
	opacity: 1;
	text-decoration: none;
}

.SearchForm {
	background: url("/hc/theming_assets/01HZM1XTZTX01SN00B6Q1539CG") center center;
	background-size: cover;
	height: 300px;
}

.SearchForm>.container {
	height: 100%;
}

.search-full {
	position: relative;
	width: 80%;
	min-width: 300px;
	max-width: 800px;
	margin: 0 auto;
	top: calc(50% - 130px);
	transform: translateY(-50%);
	text-align: center;
}

.Categories .search {
	margin: 30px auto;
	max-width: 600px;
}

.sub-nav {
	margin: 15px 0 15px;
}

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

.Main {
	margin-top: 30px;
	margin-bottom: 30px;
}

.HotButtons {
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;

	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}

.HotButtons_Issue {
	flex: 1;
	display: block;
	margin: 12px;
	border-radius: 5px;
	background: rgba(241, 240, 247, 1);
	color: #41395F;
	padding: 35px 15px 15px;
	font-size: 18px;
	flex-basis: 30%;
}

@media only screen and (max-width: 992px) {
	.HotButtons_Issue {
		flex-basis: 45%;
	}
}

@media only screen and (max-width: 620px) {
	.HotButtons_Issue {
		flex-basis: 100%;
	}
}

.HotButtons_Issue:hover {
	background: #e1dfee;
	text-decoration: none;
}

.HotButtons_Issue>img {
	height: 100px;
	margin-bottom: 25px;
}

.Categories {
	background: #F6F6F6;
	padding: 25px 0;
}

.Categories h2,
.Main h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 25px;
	color: rgba(0, 0, 251, 1);
}

.Category {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 20px;
	line-height: 1.8;

	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
}

.Category>div {
	display: flex;
	flex: 1;
	flex-basis: calc(50% - 40px);
	-ms-flex-basis: calc(50% - 40px);
	justify-content: flex-start;
	flex-direction: column;
}

.Category>div>div {
	display: block;
}

.Category .list-group {
	width: 100%;
	margin-top: 20px;
}

.Category_Questions {
	margin: 20px 20px 50px;
}

.Category_Questions h3 {
	font-size: 30px;
	color: rgba(0, 0, 251, 1);
	margin-bottom: 20px;
}

.Category_Questions ul {
	padding-left: 20px;
}

.Category_Questions a {
	color: rgba(0, 0, 98, 1);
	opacity: .66;
}




.Category_Questions > div > a:hover {
	color: rgba(0, 0, 98, 1);
}

.Category_Questions ul>li>a:hover {
	opacity: 1;
	color: rgba(127, 124, 172, 1);
	text-decoration: none;
}

.page-footer {
	margin-top: 30px;
	padding: 1.5em 0;
	font-size: 16px;
	text-align: left!important;
	background-color: #41395F;
	color: hsla(0, 0%, 100%, .66);
}

.page-footer a {
	color: hsla(0, 0%, 100%, .66) !important;
}

.page-footer hr {
	border-top-width: 2px;
	border-top-color: hsla(0, 0%, 100%, .33);
}

.page-footer h2 {
	font-size: 20px;
	text-align: left;
}

.page-footer h3 {
	margin-bottom: 0;
	font-size: 30px;
	color: #ffffff;
}

.page-footer .site-nav {
	margin-bottom: -20px;
}

.page-footer .our-mission {
	padding: 20px 0 50px;
}

.page-footer .site-nav .logo {
	position: relative;
	top: -20px;
}

.page-footer .whitebox-hero {
	margin-top: -70px;
}

.page-footer .site-nav a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.page-footer .social {
	margin-top: -5px;
	font-size: 24px;
	text-align: right;
}

.page-footer .social li {
	margin: 0 8px;
}

.page-footer .social li:last-child {
	margin-right: 0;
}

.page-footer .social a {
	color: #ffffff;
}

.page-footer .our-mission a {
	display: block;
	margin-top: .5em;
	font-size: 20px;
}

.article p {
	font-size: 17px;
	line-height: 1.5;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	color: rgba(0, 0, 251, 1);
	font-weight: 500;
}

a {
	color: rgba(0, 0, 251, 1);
}

.btn:not(.btn-block) {
	padding-left: 100px;
	padding-right: 100px;
	max-width: 100%;
}

.center {
	text-align: center;
}

.margin-top {
	margin-top: 50px;
}

.margin-bottom {
	margin-bottom: 50px;
}

.btn {
	font-family: 'jaf-facitweb', sans-serif;
	font-size: 18px;
	padding: 16px 34px;
	transition: border-color .2s, background .2s, color .2s;
}
.btn:hover,
.btn:focus:active {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-primary {
	color: rgba(0, 0, 98, 1);
	background: #ffffff;
	border: 2px solid rgba(0, 0, 98, 1);
}
.btn.btn-primary:hover {
	background: rgba(0, 0, 98, 1);
	color: #ffffff;
	border: 2px solid rgba(0, 0, 98, 1);
}
.btn.btn-secondary {
	color: rgba(0, 0, 98, 1);
	background: #ffffff;
	border: 2px solid rgba(0, 0, 98, 1);
}
.btn.btn-secondary:hover {
	color: #ffffff;
	background: rgba(0, 0, 98, 1);
	border: 1px solid #ffffff;
}
.btn.btn-outline-white {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
}
.btn.btn-outline-white:hover {
	color: #41395F;
	background: #ffffff;
	border: 2px solid #ffffff;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
}

.form-group .form-control {
	border: 0;
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom, 50% calc(100% - 1px);
	background-color: transparent;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
	transition: all .3s ease;
}

.form-group .form-control:focus {
	outline: none;
	background-image: linear-gradient(#C9920E, #C9920E), linear-gradient(#ffffff, #ffffff);
	background-size: 100% 2px, 100% 1px;
	border-bottom-color: transparent;
	border-bottom-color: #0c9fe3 \0;
}


.header {
	background: url("https://www.meqyas.sa/dist/header-bg-right.svg") bottom right no-repeat;
	background-size: 100%;
	background-color: #41395F;
	border-top: 10px solid #C9920E;
	padding: 30px 0 70px;
}
.header .beta {
	position: relative;
	top: 25px;
	height: 0;
	margin-left: 15px;
	color: #C9920E;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.header .beta {
		font-size: 0.85em;
	}
}
@media only all and (max-width: 768px) {
	.header .beta {
		top: -25px;
		float: right;
		font-size: 0.85em;
	}
}
@media only all and (min-width: 768px) {
	.header {
		min-height: 160px;
		padding: 0;
		background: none #41395F;
	}
}
.header img {
	width: 60px;
	margin-top: 30px;
}
@media only all and (min-width: 768px) {
	.header img {
		margin-left: -50px;
	}
}

[dir="rtl"] .col-xs-4, [dir="rtl"] .col-xs-8 {
	float: right;
}
[dir="rtl"] .header .beta {
	margin-left: 0;
	margin-right: 15px;
}
@media only all and (max-width: 768px) {
	[dir="rtl"] .header .beta {
		float: left;
	}
}

.header .navbar {
	background: none !important;
	border: 0 !important;
	font-size: 20px;
	margin-top: 62px;
}

[dir="rtl"] .header .navbar-nav > li {
	float: right;
}

.header .navbar__item {
	padding: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.header .navbar__item {
		padding: 0 6px;
		font-size: 0.85em;
	}
}
body:not([dir="rtl"]) .header .navbar__item:first-child {
	padding-left: 0;
}
body:not([dir="rtl"]) .header .navbar__item:last-child {
	padding-right: 0;
}
[dir="rtl"] .header .navbar__item:first-child {
	padding-right: 0;
}
[dir="rtl"] .header .navbar__item:last-child {
	padding-left: 0;
}

.header .navbar__link {
	color: #ffffff !important;
	padding: 0 0 5px;
	display: inline-block;
}
.header .navbar__link--active, .header .navbar__link:hover {
	color: #C9920E !important;
}
.header .navbar__link--active {
	border-bottom: 2px solid #C9920E;
}

@media only all and (max-width: 768px) {
	.header .navbar {
		margin-top: 0;
	}

	.header .navbar-nav {
		margin: 0 -15px;
	}

	[dir="rtl"] .header .navbar-nav > li {
		float: none;
	}

	.header .navbar__item {
		padding: 0;
	}
}
@media only all and (min-width: 768px) {
	[dir="rtl"] .header .navbar-nav {
		float: right;
		padding-right: 0;
	}
}

.footer {
	background: rgba(0, 0, 98, 1);
  margin-top: 50px;
	padding: 50px 0;
}
.footer__heading-small {
	font-size: 26px;
	color: #ffffff;
}
@media only all and (min-width: 768px) {
	.footer__heading-small {
		margin-top: 50px;
	}
}
.footer__heading-large {
	font-size: 20px;
	color: #ffffff;
}
.footer img {
	width: 100px;
	margin-top: 20px;
}
@media only all and (min-width: 768px) {
	.footer img {
		margin-top: 35px;
	}
}
.footer .btn {
	margin-top: 50px;
}

[dir="rtl"] .footer .col-sm-4 {
	float: right;
}

.navbar-footer .social {
	float: left;
	font-size: 18px;
	margin-bottom: 0;
}
.navbar-footer .social a {
	color: rgba(0, 0, 98, 1);
}
.navbar-footer .social a:hover {
  color: rgba(0, 0, 251, 1);
}
.navbar-footer .navbar {
	background: rgba(241, 240, 247, 1);
	border: 0;
	border-radius: 0;
	font-size: 14px;
	min-height: auto;
	padding: 15px 0;
	margin-bottom: 0;
	height: auto;
}
.navbar-footer .navbar__item {
	display: inline-block;
	padding: 0 20px;
}
.navbar-footer .navbar__item:first-child {
	padding-left: 0;
}
.navbar-footer .navbar__item:last-child {
	padding-right: 0;
}
.navbar-footer .navbar__link {
	color: rgba(0, 0, 98, 1);
	padding: 0;
}
.navbar-footer .navbar__link:hover {
	color: rgba(0, 0, 251, 1);
	background: none;
}
.navbar-footer .language-select {
	color: rgba(0, 0, 98, 1);
	cursor: pointer;
}
.navbar-footer .language-select:hover {
	color: rgba(0, 0, 251, 1);
}
.navbar-footer .nav {
	float: right;
}
@media only all and (max-width: 480px) {
	.navbar-footer .navbar {
		text-align: center;
	}
	.navbar-footer .navbar__item--language {
		display: block;
	}
	.navbar-footer .nav {
		float: none;
	}
}
@media only all and (min-width: 768px) {
	.navbar-footer [dir="rtl"] .social {
		float: right;
	}
	.navbar-footer [dir="rtl"] .nav {
		float: left;
	}
}
.navbar-footer .container {
	padding: 0 15px !important;
}

.language-select {
	position: relative;
}

.languages {
	background: #ffffff;
	padding: 5px 5px;
	border-radius: 10px;
	position: absolute;
	width: auto;
	white-space: nowrap;
	left: 5px;
	bottom: calc(100% + 12px);
	box-shadow: 0 0px 15px 5px rgba(51, 51, 51, 0.2);
}
.languages:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}

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

.languages__item {
	border-bottom: 1px solid #eee;
}
.languages__item:last-child {
	margin: 0;
	border: 0;
	padding-bottom: 0;
}

.languages__link {
	color: #C9920E;
	display: block;
	padding: 8px 12px;
}
.languages__link:hover {
	color: #41395F;
	text-decoration: none;
}
.languages__link--en {
	direction: ltr;
}
.languages__link--ar {
	direction: rtl;
}

.icon-language {
	margin-right: 5px;
}

.icon-arrow-down {
	margin-left: 5px;
	transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
.icon-arrow-down--flipped {
	transform: rotate(180deg);
}

#nav {
    z-index: 10;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: #ffffff;
    border-top: 5px solid rgba(0, 0, 98, 1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15)
}

#nav,#nav nav,.nav__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir=rtl] .nav__left {
    margin-right: 0
}

.nav__logo {
  height: 55px;
}

.nav__logo-citc {
  height: 45px;
  margin-left: 1em;
}

[dir=rtl] .nav__logo-citc {
  margin-left: 0;
  margin-right: 1em;
}

.nav__logo-wrap {
    height: 55px;
    margin: 0 10px
}

.nav__links,.nav__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__links{
    z-index: 5;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    white-space: nowrap;
    list-style: none;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none
}

@media only all and (min-width: 992px) {
    .nav__links {
        position:static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 0;
        visibility: visible;
        opacity: 1;
        background: none;
        color: inherit;
        -webkit-transform: none;
        transform: none;
        pointer-events: all
    }
}

.nav__links .nav__link--signup {
    color: rgba(0, 0, 251, 1)
}

.nav__links .nav__link--signup:hover {
  color: rgba(0, 0, 251, 1)
}

.nav__links--mobile-open {
    visibility: visible;
    pointer-events: all;
    -webkit-transform: none;
    transform: none
}

.nav__links--mobile-open .nav__link-group {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__links--mobile-open .nav__link-group .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c9920e
}

.nav__links--mobile-open .nav__link-group .nav__link:first-child {
    border-right: 0
}

.nav__links--mobile-open .nav__link {
    width: 100vw
}

.nav__link {
    background: #ffffff;
    border-bottom: 1px solid #d5dce0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding: 0 15px;
    color: rgba(0, 0, 98, 1)
}

.nav__link:hover {
  	color: rgba(0, 0, 98, 1);
  	text-decoration: none
}

@media only all and (min-width: 992px) {
    .nav__link {
        border-bottom:3px solid transparent
    }
}

.nav__link.nav__link-active {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    background: #f6f6f6;
    color: #41395f
}

@media only all and (min-width: 992px) {
    .nav__link.nav__link-active {
        background:none;
        border-bottom: 3px solid #41395f
    }
}

.nav__link.nav__link-active:before {
    position: absolute;
    left: -1px;
    content: "";
    width: 5px;
    height: 56px;
    background: #000062;
}

@media only all and (min-width: 992px) {
    .nav__link.nav__link-active:before {
        display:none
    }
}

.nav__link .svg-icon {
    margin: 0 0 0 15px;
}

[dir=rtl] .nav__link .svg-icon {
    margin: 0 15px 0 0
}

.nav__sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding: 0 15px;
    color: inherit;
    text-decoration: none
}

@media only all and (min-width: 992px) {
    .nav__sidebar-toggle {
        display:none
    }
}

.nav__menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-left: 15px;
    padding-bottom: 1px;
    color: #41395f;
    text-decoration: none;
    border: none;
    background: none;
    border-left: 1px solid #d5dce0
}

nav__menu-toggle:focus {
  border: none;
  outline: none;
}

[dir=rtl] .nav__menu-toggle {
    margin-left: 0;
    margin-right: 15px;
    border-left: none;
    border-right: 1px solid #d5dce0
}

@media only all and (min-width: 992px) {
    .nav__menu-toggle {
        display:none
    }
}

.nav__menu-toggle .svg-icon {
    font-size: 24px
}

.language-toggle {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.language-toggle__item {
    height: 36px;
    background: #d5dce0;
    color: #41395f;
    font-weight: 600;
    font-size: .8em;
    border: 0;
    padding: 1px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
  	display: flex;
    align-items: center;
}

.language-toggle .left {
    border-radius: 4px 0 0 4px
}

[dir=rtl] .language-toggle .left {
    border-radius: 0 4px 4px 0
}

.language-toggle .right {
    border-radius: 0 4px 4px 0
}


[dir=rtl] .language-toggle .right {
    border-radius: 4px 0 0 4px
}

.language-toggle .active {
    color: #ffffff;
    background: rgba(0, 0, 98, 1);
}

.svg-icon {
    min-width: 1em;
    min-height: 1em;
    max-width: 1em;
    max-height: 1em;
}

main {
  padding-top: 60px;
}