.intro-title {
	display: none;
	margin-bottom: 24px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.1
}

@media (min-width: 768px) {
	.intro-title {
		font-size: 28px
	}
}

@media (min-width: 992px) {
	.intro-title {
		margin-bottom: 36px;
		font-size: 40px
	}
}

@media (max-width: 479px) {
	.custom-blocks {
		margin-bottom: 24px
	}
}

@media (min-width: 480px) {
	.custom-blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.custom-block {
	float: none;
	margin-bottom: 24px
}

@media (max-width: 479px) {
	.custom-block {
		width: 100%;
		padding: 0 16px
	}
}

@media (min-width: 480px) {
	.custom-block {
		padding: 0 16px;
		text-align: center
	}
}

@media (min-width: 768px) {
	.custom-block {
		margin-bottom: 24px
	}
}

.custom-block__link {
	display: block
}

@media (max-width: 479px) {
	.custom-block__link {
		display: table
	}
}

.custom-block__icon {
	width: 66px;
	display: inline-block
}

@media (min-width: 480px) {
	.custom-block__icon {
		margin-bottom: 24px
	}
}

.custom-block__icon svg {
	width: 56px;
	height: 56px
}

@media (min-width: 480px) {
	.custom-block__icon svg {
		width: 66px;
		height: 66px
	}
}

.custom-block__icon circle,
.custom-block__icon path {
	transition: all 0.3s ease;
	stroke: #F7C42E;
	fill: #F7C42E
}

.custom-block__title {
	font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
	text-transform: uppercase
}

@media (max-width: 479px) {
	.custom-block__title {
		display: table-cell;
		width: 100%;
		padding-left: 12px
	}
}

@media (min-width: 480px) {
	.custom-block__title {
		display: block
	}
}

.dropdown-menu {
	border: 0;
	min-width: 100%;
	font-size: 14px;
	overflow: hidden
}

.dropdown .caret {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top-color: currentColor;
	color: inherit;
	margin: 2px 0 0 0 !important;
	right: 12px
}

.dropdown {
	display: block
}

.dropdown-toggle.help-text {
	font-size: 11px !important
}

.dropdown-toggle {
	position: relative;
	padding-right: 36px !important
}

.dropdown-toggle b {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	margin-left: 5px
}

.footer-submit-ticket {
	padding: 48px 16px 24px;
	margin-bottom: 48px;
	text-align: center;
	background-color: #eceeef;
	border-radius: 4px
}

.footer-submit-ticket__title {
	font-size: 24px
}

.footer-submit-ticket__subtitle {
	font-size: 24px;
	color: #7d7d7d
}

.footer-submit-ticket__btn:empty {
	display: none
}

.footer-submit-ticket__btn .btn {
	padding: 9px 18px
}

.note {
	position: relative;
	margin: 24px 0;
	padding-left: 12px;
	border-left: 4px solid transparent;
	color: #7d7d7d
}

.note p:last-child {
	margin-bottom: 0
}

.note-title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px
}

.note-default,
.note--default {
	border-color: #818a91
}

.note-default .note-title,
.note--default .note-title {
	color: #818a91
}

.note-info,
.note--info {
	border-color: #5bc0de
}

.note-info .note-title,
.note--info .note-title {
	color: #5bc0de
}

.note-warning,
.note--warning {
	border-color: #fad782
}

.note-warning .note-title,
.note--warning .note-title {
	color: #fad782
}

.note-success,
.note--success {
	border-color: #4d88b0
}

.note-success .note-title,
.note--success .note-title {
	color: #4d88b0
}

.note-danger,
.note--danger {
	border-color: #ff5252
}

.note-danger .note-title,
.note--danger .note-title {
	color: #ff5252
}

.footer-container {
	padding-top: 48px;
	padding-bottom: 24px;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	background-color: #4A4A4A;
	color: #fff;
	font-size: 14px;
	line-height: 1.1
}

@media (min-width: 768px) {
	.footer-social-links {
		text-align: right
	}
}

.footer-social-link {
	width: 30px;
	height: 30px;
	color: #ccc;
	vertical-align: middle;
	font-size: 18px
}

.footer-social-link+.footer-social-link {
	margin-left: 5px
}

.footer-social-link:active,
.footer-social-link:hover,
.footer-social-link:focus {
	color: #fff
}

.footer__header {
	display: block;
	margin-bottom: 12px;
	font-weight: 600
}

.footer-links-list {
	padding-left: 0;
	list-style: none;
	margin: 0 0 24px
}

.footer-links-list__item {
	margin-bottom: 12px
}

.footer-links-list__link {
	color: #ccc
}

.footer-links-list__link:active,
.footer-links-list__link:hover,
.footer-links-list__link:focus {
	color: #fff
}

.footer__copyright {
	color: #fff;
	font-size: 14px
}

.footer__copyright a {
	color: #ccc
}

.copyright {
	background: transparent;
	text-align: left;
	padding: 24px 0 0;
	font-size: 14px;
	color: #fff;
	margin-bottom: 12px
}

.pagination {
	margin: 0;
	text-align: left
}

.pagination ul {
	display: inline-block;
	margin: 0 0 12px;
	padding-left: 0;
	width: 100%;
	box-shadow: none
}

.pagination ul>li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 12px
}

.pagination ul>li>a,
.pagination ul>li>span {
	position: relative;
	display: block;
	padding: 6px 16px;
	border-width: 1px;
	border-color: #f6f6f6;
	border-radius: 4px;
	background-color: #f6f6f6;
	color: #a6a6a7;
	text-decoration: none;
	line-height: 1.5
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span,
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
	border-radius: 4px
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>li>span:hover,
.pagination ul>li>span:focus {
	border-color: #ddd;
	background-color: #eceeef;
	color: #55595c
}

.pagination ul>.active>a,
.pagination ul>.active>a:hover,
.pagination ul>.active>a:focus {
	z-index: 2;
	border-color: #4d88b0;
	background-color: #4d88b0;
	color: #fff;
	cursor: default
}

.topbar {
	margin-bottom: 24px;
	width: 100%;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #eceeef;
	background-color: #fff;
	color: #4a4a4a;
	font-size: 14px
}

@media (min-width: 768px) {
	.topbar {
		margin-bottom: 48px
	}
}

.topbar .welcome {
	display: none
}

.topbar__inner {
	margin: 0 auto;
	width: 100%
}

@media (min-width: 768px) {
	.topbar__inner {
		display: table
	}
}

.topbar__col {
	position: relative;
	padding: 12px 0
}

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

.topbar__link {
	font-size: 14px;
	color: #fff
}

.topbar__link:hover,
.topbar__link:active,
.topbar__link:focus {
	color: white
}

.topbar__controls {
	font-size: 0
}

@media (min-width: 768px) {
	.topbar__controls {
		float: right
	}
}

@media (max-width: 767px) {
	.topbar__controls>* {
		display: block;
		margin-bottom: 10px
	}
}

@media (min-width: 768px) {
	.topbar__controls>* {
		display: inline-block;
		vertical-align: middle
	}
}

@media (min-width: 768px) {
	.topbar__controls>*+* {
		margin-left: 15px
	}
}

@media (max-width: 767px) {
	.topbar__controls>b>a {
		display: block
	}
}

.topbar__controls>b>a>b {
	font-weight: 700
}

.layout--anonymous .topbar__controls>b:last-child {
	display: none
}

@media (max-width: 767px) {
	.topbar__collapse {
		display: none;
		padding-bottom: 24px
	}
}

@media (min-width: 768px) {
	.topbar__collapse {
		display: block !important
	}
}

@media (max-width: 767px) {
	.topbar__menu {
		padding: 0
	}
}

.scroll-to-top {
	position: fixed;
	right: 30px;
	bottom: -50px;
	z-index: 3;
	font-size: 32px !important;
	line-height: 45px !important;
	text-align: center;
	border: 2px solid #2d7ccc;
	border-radius: 4px;
	transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #2d7ccc;
	width: 50px;
	height: 50px
}

.scroll-to-top:focus,
.scroll-to-top:active {
	outline: 0
}

.scroll-to-top.is-active {
	bottom: 30px
}

.scroll-to-top:hover {
	color: #1f568d;
	border-color: #1f568d
}

@media (max-width: 767px) {
	.scroll-to-top {
		display: none
	}
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media (max-width: 767px) {
	.show-in-mobile {
		display: block
	}
}

.entry-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px
}

.entry-info__avatar {
	padding-right: 12px
}

.attachment-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	font-size: 14px
}

.attachment-list__item {
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px
}

.attachment-list__item:last-child {
	margin-bottom: 0
}

.attachment-list__icon {
	position: absolute;
	left: 0;
	top: 4px
}

.wicon-paper-clip {
	display: none
}

.form-actions {
	border-top: 0;
	padding-top: 0
}

#attachment-type {
	padding: 0
}

.label {
	padding: 2px 6px;
	font-size: 10px;
	color: #fff;
	border-radius: 4px;
	text-shadow: none;
	margin-right: 0
}

ul.ui-autocomplete {
	display: block;
	background: #fff;
	padding-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	font-size: 16px;
	overflow: hidden;
	border-color: #efefef
}

ul.ui-autocomplete .match {
	font-weight: 600;
	background-color: transparent
}

ul.ui-autocomplete .label {
	color: #979797;
	background-color: transparent
}

ul.ui-autocomplete li.article-item,
ul.ui-autocomplete li.topic-item,
ul.ui-autocomplete li.ticket-item,
ul.ui-autocomplete li.note-item {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px
}

ul.ui-autocomplete li.article-item a,
ul.ui-autocomplete li.topic-item a,
ul.ui-autocomplete li.ticket-item a,
ul.ui-autocomplete li.note-item a {
	color: #4a4a4a
}

ul.ui-autocomplete li.article-item:before,
ul.ui-autocomplete li.topic-item:before,
ul.ui-autocomplete li.ticket-item:before,
ul.ui-autocomplete li.note-item:before {
	display: none
}

.ui-autocomplete li:last-child {
	border-bottom: 0
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #f3f3f3
}

.ui-state-focus a,
.ui-widget-content .ui-state-focus a,
.ui-widget-header .ui-state-focus a {
	color: #4a4a4a
}

.recent-articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none;
	margin-bottom: 24px
}

.recent-articles__title {
	font-weight: 600
}

.recent-articles__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none
}

.recent-articles-item {
	float: none
}

.popular-posts {
	margin-bottom: 24px;
	border: 2px solid #eceeef;
	border-radius: 4px;
	padding: 24px 15px
}

.popular-posts__title {
	font-weight: 600
}

.popular-posts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0
}

.popular-posts-item {
	float: none
}

.popular-posts-item__forum {
	font-weight: 700
}

.popular-posts-item__excerpt {
	margin-bottom: 12px
}

.announcements-list {
	margin-bottom: 24px
}

.announcements-list__title {
	font-weight: 600
}

.announcements-list__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none
}

.announcements-list-item {
	float: none;
	margin-bottom: 12px
}

.sidebar {
	background-color: transparent
}

.sidebar.content {
	margin-bottom: 48px
}

@media (min-width: 992px) {
	.sidebar.content {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width: 992px) {
	fieldset.omega {
		padding-left: 15px;
		padding-right: 15px
	}
}

.lead,
.lead-small,
.list-lead {
	font-family: "Muli", sans-serif;
	line-height: 1.5;
	font-weight: 400
}

.accordion {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding-top: 0;
	margin-bottom: 24px
}

.accordion__item-title {
	position: relative;
	font-size: 20px;
	padding: 15px 20px 15px 52px;
	cursor: pointer
}

.accordion__item-title:not(.accordion__item-title--active) {
	border-bottom: 1px solid #ddd
}

.accordion__item-title:before {
	content: '';
	position: absolute
}

.accordion__item-content {
	display: none;
	padding: 20px;
	border-bottom: 1px solid #ddd
}

.accordion__item-content p:last-child {
	margin-bottom: 0
}

.accordion__item:last-child .accordion__item-title {
	border-bottom: none
}

.accordion--default .accordion__item-title:before {
	left: 22px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #4d88b0;
	border-left: 2px solid #4d88b0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s
}

.accordion--default .accordion__item-title--active {
	background-color: #f0f0f0
}

.accordion--default .accordion__item-title--active:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s
}

.accordion--colored .accordion__item-title {
	transition: background-color 0.3s
}

.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
	top: 50%
}

.accordion--colored .accordion__item-title:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	background-color: #818a91;
	left: 20px
}

.accordion--colored .accordion__item-title:after {
	content: '';
	position: absolute;
	left: 24px;
	width: 2px;
	height: 10px;
	margin-top: -5px;
	background-color: #818a91
}

.accordion--colored .accordion__item-title--active {
	background-color: #4d88b0;
	color: #fff;
	transition: background-color 0.3s
}

.accordion--colored .accordion__item-title--active:before {
	background-color: #fff
}

.accordion--colored .accordion__item-title--active:after {
	display: none
}

img.fr-bordered {
	padding: 10px;
	border: 1px solid #d3d6d8;
	border-radius: 4px
}

.image-with-shadow {
	box-shadow: 0 5px 15px 2px #55595c
}

.image-with-lightbox {
	cursor: pointer
}

.image-overlay {
	position: relative
}

.image-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.3)
}

.image-with-video-icon {
	position: relative;
	display: block
}

.image-with-video-icon img {
	width: 100%
}

.image-with-video-icon:before {
	content: '';
	font-size: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 60px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	z-index: 3
}

.image-with-video-icon:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2
}

.image-with-video-icon:active:before,
.image-with-video-icon:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

img.fr-rounded {
	border-radius: 100%;
	background-clip: padding-box
}

.callout {
	padding: 24px 20px;
	margin-bottom: 24px;
	background-color: #eceeef;
	border-left-width: 5px;
	border-left-style: solid
}

.callout p:last-child {
	margin-bottom: 0
}

.callout--transparent {
	background-color: transparent;
	border-width: 1px;
	border-color: #dedede;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14)
}

.callout--success {
	background-color: rgba(0, 202, 26, 0.23);
	color: #4a4a4a;
	border-color: #5cb85c
}

.callout--success .callout__title {
	color: #5cb85c
}

.callout--info {
	color: #4a4a4a;
	background-color: #daf1f8;
	border-color: #5bc0de
}

.callout--info .callout__title {
	color: #5bc0de
}

.callout--warning {
	color: #4a4a4a;
	background-color: #fceedb;
	border-color: #f0ad4e
}

.callout--warning .callout__title {
	color: #f0ad4e
}

.callout--danger {
	color: #4a4a4a;
	background-color: #f4cecd;
	border-color: #d9534f
}

.callout--danger .callout__title {
	color: #ff1515
}

.callout--primary {
	color: #4a4a4a;
	background-color: #b7cfdf;
	border-color: #4d88b0
}

.callout--primary .callout__title {
	color: #4d88b0
}

.callout--dashed {
	border-width: 1px;
	border-style: dashed
}

.list-colored,
.list-bullet {
	counter-reset: list;
	list-style-type: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important
}

.list-colored li {
	position: relative;
	padding-left: 42px;
	counter-increment: list;
	margin-bottom: 16px !important
}

.list-colored li:before {
	position: absolute;
	top: -3px;
	left: 0;
	content: counter(list);
	text-align: center;
	font-size: 14px;
	width: 30px;
	height: 30px;
	background-color: #4d88b0;
	border-radius: 50%;
	z-index: 1;
	color: #fff;
	line-height: 30px
}

.list-colored ol {
	counter-reset: list;
	list-style-type: none;
	margin-bottom: 14px
}

.list-bullet li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px
}

.list-bullet li:before {
	position: absolute;
	left: 0;
	top: -2px;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	content: "ï†";
	color: #4d88b0
}

.list-bullet ul {
	list-style: none;
	margin-bottom: 14px
}

.table,
.article__body table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
	background-color: transparent;
	border-top: 1px solid #ddd
}

.table td,
.table th,
.article__body table td,
.article__body table th {
	text-align: left;
	padding: 8px;
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 5px
}

.table td[class*="col-"],
.table th[class*="col-"],
.article__body table td[class*="col-"],
.article__body table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table thead th,
.article__body table thead th {
	vertical-align: bottom
}

.table tbody+tbody,
.article__body table tbody+tbody {
	border-top: 1px solid #ddd
}

.table caption,
.article__body table caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #818a91;
	text-align: left
}

.table col[class*="col-"],
.article__body table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td,
.article__body table>thead>tr>th,
.article__body table>thead>tr>td,
.article__body table>tbody>tr>th,
.article__body table>tbody>tr>td,
.article__body table>tfoot>tr>th,
.article__body table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.5;
	vertical-align: top
}

.table .table,
.article__body table .table {
	background-color: #fff
}

.table-color-header th {
	background-color: #4d88b0;
	color: #fff
}

.table-hover tbody tr:hover {
	background-color: #eceeef;
	color: inherit
}

.fr-thick {
	border-width: 2px
}

.fr-highlighted {
	border: 1px double #ff5252
}

.fr-alternate-rows tbody tr:nth-child(2n) {
	background: #f5f5f5
}

.article__body .fr-no-borders,
.fr-no-borders thead th,
.fr-no-borders tbody td {
	border-style: none
}

.article__body .fr-dashed-borders,
.fr-dashed-borders thead th,
.fr-dashed-borders tbody td {
	border: 1px dashed #ddd;
	border-top: 1px dashed #ddd
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

.table-responsive {
	min-height: 0.01%;
	overflow-x: auto
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}
}

.tabs {
	margin-bottom: 24px
}

.tab {
	display: block;
	border: 1px solid #ddd;
	padding: 30px;
	margin-top: -1px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.tab p:last-child {
	margin-bottom: 0
}

@media (min-width: 768px) {
	.tab {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
}

.tab:nth-child(2) {
	border-top-left-radius: 0
}

.tabs-link {
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 8px 30px;
	color: #4a4a4a;
	font-weight: 600;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: transparent
}

.tabs-link:hover {
	color: #4d88b0
}

@media (max-width: 767px) {
	.tabs-link {
		border-top-color: #ddd;
		border-left-color: #ddd;
		border-right-color: #ddd
	}
	.tabs-link:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
}

@media (min-width: 768px) {
	.tabs-link {
		display: inline-block
	}
}

.is-hidden {
	display: none
}

.tabs-link.is-active {
	border-color: #ddd;
	color: #4d88b0;
	cursor: pointer
}

.tabs-link.is-active:hover {
	color: #4d88b0;
	cursor: default
}

@media (min-width: 768px) {
	.tabs-link.is-active {
		border-bottom: 1px solid #fff;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
}

.tabs--colored-1 .tab {
	background-color: #f7f7f9 !important
}

.tabs--colored-1 .tabs-link.is-active {
	background-color: #f7f7f9;
	border-bottom-color: #f7f7f9
}

.tabs--colored-2 .tabs-link:hover {
	color: #4d88b0
}

.tabs--colored-2 .tabs-link.is-active {
	background-color: #4d88b0;
	color: #fff;
	border-color: #4d88b0
}

.tabs--colored-2 .tabs-link.is-active:hover {
	color: #fff
}

.tabs--colored-2 .tab {
	background-color: #f7f7f9 !important
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-primary {
	background-color: #b7cfdf
}

.text-info {
	background-color: #5bc0de
}

.text-warning {
	background-color: #fad782
}

.text-danger {
	background-color: #ff5252
}

.text-success {
	background-color: #4d88b0
}

.fr-text-gray {
	color: #aaa
}

.fr-text-uppercase {
	text-transform: uppercase
}

.fr-text-bordered {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #eceeef;
	border-bottom: 1px solid #eceeef
}

.fr-text-spaced {
	letter-spacing: 1px
}

.fr-video,
.embed,
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 1
}

.fr-video img,
.embed img,
.embed-responsive img {
	width: 100%
}

.fr-video iframe,
.fr-video embed,
.fr-video object,
.fr-video video,
.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.fr-video:focus,
.embed:focus,
.embed-responsive:focus {
	outline: none !important
}

.embed-responsive--16by9 {
	padding-bottom: 56.25%
}

.embed-responsive--4by3 {
	padding-bottom: 75%
}

.forum-topics {
	margin-bottom: 24px;
	padding-left: 0;
	list-style: none
}

.forum-topics__item {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #eceeef
}

@media (min-width: 768px) {
	.forum-topics__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.forum-topics__pin {
	color: #4a4a4a
}

@media (max-width: 767px) {
	.forum-topics__link {
		display: block;
		margin-bottom: 12px
	}
	.forum-topics__link:before,
	.forum-topics__link:after {
		display: table;
		content: ""
	}
	.forum-topics__link:after {
		clear: both
	}
}

@media (min-width: 768px) {
	.forum-topics__link {
		width: 52%;
		padding-right: 15px
	}
}

@media (max-width: 767px) {
	.forum-topics__labels {
		margin-bottom: 12px
	}
}

@media (min-width: 768px) {
	.forum-topics__labels {
		width: 10%
	}
}

@media (min-width: 768px) {
	.forum-topics__author {
		width: 8%
	}
}

.forum-topics__comments {
	white-space: nowrap
}

@media (min-width: 768px) {
	.forum-topics__comments {
		width: 10%
	}
}

@media (min-width: 768px) {
	.forum-topics__date {
		width: 20%
	}
}

.forum-category-list {
	padding-left: 0;
	list-style: none
}

.forum-category-list-item {
	position: relative;
	margin-bottom: 24px
}

@media (min-width: 768px) {
	.forum-category-list-item {
		display: table;
		height: 240px
	}
}

.forum-category-list-item__title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 20px
}

.forum-category-list-item__link {
	display: block;
	padding: 24px 15px;
	border-radius: 4px;
	background-color: #4d88b0;
	color: #fff;
	text-align: center;
	font-weight: 600;
	transition: all 0.3s ease
}

@media (min-width: 768px) {
	.forum-category-list-item__link {
		display: table-cell;
		vertical-align: middle
	}
}

.forum-category-list-item__link:active,
.forum-category-list-item__link:focus,
.forum-category-list-item__link:hover {
	background-color: #2e5169 !important;
	color: #fff;
	text-decoration: none
}

.forum-category-list-item__link:active .forum-category-list-item__meta,
.forum-category-list-item__link:focus .forum-category-list-item__meta,
.forum-category-list-item__link:hover .forum-category-list-item__meta {
	color: #fff
}

.forum-category-list-item__meta {
	transition: all 0.3s ease
}

.discussions-category-list-page__title {
	margin-bottom: 48px
}

.forum-list {
	padding-left: 0;
	list-style: none
}

.forum-list-item {
	margin-bottom: 48px
}

.forum-list-item__title {
	font-weight: 600;
	font-size: 24px
}

@media (min-width: 768px) {
	.forum-list-item__title {
		margin-bottom: 0
	}
}

.forum-list-item__link {
	color: inherit
}

.forum-filters .nav-filter {
	margin-top: 0;
	margin-bottom: 0
}

.forum-filters .nav-pills>.active>a,
.forum-filters .nav-pills>.active>a:hover {
	box-shadow: none
}

.forum-filters .nav-pills>.active>a:first-of-type,
.forum-filters .nav-pills>.active>a:hover:first-of-type {
	margin-left: 0 !important;
	color: inherit
}

.forum-buttons a:not(.btn-small) {
	color: #fff !important;
	background-color: #4d88b0 !important;
	border-color: #4d88b0 !important
}

.forum-buttons a:not(.btn-small):hover,
.forum-buttons a:not(.btn-small):focus,
.forum-buttons a:not(.btn-small):active {
	color: #e0e0e0 !important;
	background-color: #3d6d8d !important;
	border-color: #3a6785 !important
}

.forum-buttons a:not(.btn-small):active {
	background-image: none
}

.forum-buttons a.btn-small {
	color: #4a4a4a !important;
	background-color: transparent !important;
	border-color: #4a4a4a !important
}

.forum-buttons a.btn-small:hover,
.forum-buttons a.btn-small:focus,
.forum-buttons a.btn-small:active {
	color: #2b2b2b !important;
	background-color: transparent !important;
	border-color: #2b2b2b !important
}

.forum-buttons a.btn-small:active {
	background-image: none
}

.popular-topics__title {
	font-weight: 600;
	font-size: 24px
}

.popular-topic-list {
	padding-left: 0;
	list-style: none
}

@media (min-width: 768px) {
	.popular-topic-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.popular-topic-item {
	float: none;
	margin-bottom: 24px
}

@media (min-width: 768px) {
	.popular-topic-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.popular-topic-item__inner {
	width: 100%;
	padding: 24px 15px;
	border: 2px solid #eceeef;
	border-radius: 4px
}

.popular-topic-item__title {
	margin-bottom: 12px
}

.my-topics-list {
	padding-left: 0;
	list-style: none
}

.my-topics-list-item {
	margin-bottom: 24px
}

@media (min-width: 768px) {
	.my-topics-list-item:nth-child(4n+1) {
		clear: both
	}
}

.my-topics-list-item__link {
	display: block
}

.my-topics-list-item__title {
	margin-bottom: 12px
}

@media (min-width: 768px) {
	.new-topic-page {
		margin-bottom: 48px
	}
}

.new-topic-title {
	font-size: 24px
}

@media (min-width: 768px) {
	.new-topic-title {
		font-size: 28px
	}
}

@media (min-width: 992px) {
	.new-topic-title {
		font-size: 40px
	}
}

.new-topic-form {
	margin-bottom: 24px
}

@media (min-width: 768px) {
	.topic-page {
		margin-bottom: 48px
	}
}

.topic {
	position: relative;
	margin-bottom: 24px
}

.topic__body {
	padding-bottom: 24px;
	border-bottom: 2px solid #eceeef
}

.topic .topic-labels {
	margin-bottom: 12px
}

.topic .topic-labels .label {
	padding: 6px 12px;
	font-size: 11px;
	font-weight: 700
}

.topic__title {
	padding-right: 18px;
	font-size: 24px
}

@media (min-width: 768px) {
	.topic__title {
		font-size: 28px
	}
}

@media (min-width: 992px) {
	.topic__title {
		font-size: 40px
	}
}

.topic__meta {
	margin-bottom: 24px
}

.topic__text ul,
.topic__text ol {
	margin-left: 20px
}

.topic__text ul {
	list-style-type: disc
}

.topic__text ul ul {
	list-style-type: circle
}

.topic__text ol {
	list-style-type: decimal
}

.topic-callout {
	padding: 12px 15px;
	background-color: #eceeef
}

@media (max-width: 767px) {
	.topic-callout {
		margin-top: 24px
	}
}

.topic-callout__title {
	font-weight: 600;
	font-size: 18px
}

.topic__voting {
	padding-top: 24px
}

.topic__voting hr {
	display: none
}

.topic__voting #topic-voted-information {
	font-size: 14px;
	padding-right: 12px
}

@media (max-width: 480px) {
	.topic__voting #topic-voted-information {
		display: block;
		padding-bottom: 12px
	}
}

.related-topics {
	margin-bottom: 12px
}

.related-topics__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px
}

.related-topics__list {
	padding-left: 0;
	list-style: none
}

.related-topics__item {
	margin-bottom: 12px
}

.discussions-menu {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 2px solid #eceeef
}

.discussions-menu__item+.discussions-menu__item {
	margin-left: 15px
}

#catalog-container {
	border: none;
	padding: 30px;
	background-color: #fff;
	border-bottom: 1px solid #eceeef
}

@media (max-width: 1024px) {
	#catalog-container .show-in-mobile {
		display: block
	}
}

#catalog-container .title {
	margin: 0 0 12px;
	font-weight: 600;
	text-transform: none
}

#catalog-container .catalog-sidebar .search-div {
	width: 100%;
	border: 0;
	margin-bottom: 24px
}

#catalog-container .catalog-sidebar .search-div i {
	display: none
}

#catalog-container .catalog-sidebar ul li span i {
	display: none
}

#catalog-container .catalog-sidebar ul li span a {
	color: #2d7ccc;
	display: block;
	width: 100%;
	font-weight: 400
}

#catalog-container .catalog-sidebar ul li.active,
#catalog-container .catalog-sidebar ul li:hover {
	background-color: #4d88b0;
	border-left: 2px solid #3a6785
}

#catalog-container .catalog-sidebar ul li.active a,
#catalog-container .catalog-sidebar ul li:hover a {
	color: #fff
}

@media (max-width: 1024px) {
	#catalog-container .catalog-sidebar {
		float: none;
		width: 100%
	}
}

#catalog-container .catalog-mainpage {
	border-color: transparent
}

@media (min-width: 1025px) {
	#catalog-container .catalog-mainpage {
		border-width: 2px;
		border-color: #eceeef;
		padding-left: 15px
	}
}

#catalog-container .catalog-mainpage .title {
	margin: 0 0 12px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 24px;
	padding-bottom: 12px;
	border-color: #eceeef;
	border-width: 2px
}

#catalog-container .catalog-mainpage .items-container {
	margin: 0 0 24px
}

#catalog-container .catalog-mainpage .items-container .catalog-items {
	width: 50%
}

@media (min-width: 1025px) {
	#catalog-container .catalog-mainpage .items-container .catalog-items {
		width: 33%
	}
}

@media (min-width: 1025px) {
	#catalog-container .catalog-mainpage .items-container .catalog-items {
		width: 25%
	}
}

#catalog-container .catalog-mainpage .items-container .catalog-items .profile_pic {
	margin: 0 0 12px
}

#catalog-container .catalog-mainpage .items-container .catalog-items .img-details {
	margin: 0 0 12px
}

#catalog-container .catalog-mainpage .items-container .catalog-items .img-details .item-name {
	font-weight: 600
}

#catalog-container .catalog-mainpage .items-container .catalog-items .img-details .item-price {
	border-top: 0
}

#catalog-container .catalog-mainpage .items-container .catalog-items .item-request {
	margin: 0
}

@media (max-width: 1024px) {
	#catalog-container .catalog-mainpage {
		float: none;
		width: 100%
	}
}

.catalog-sidebar {
	padding-right: 15px
}

#catalog-container .catalog-sidebar ul {
	margin: 0 0 24px
}

#servicecatalog-index-mobile:before,
#servicecatalog-index-mobile:after {
	display: table;
	content: ""
}

#servicecatalog-index-mobile:after {
	clear: both
}

#servicecatalog-index-mobile .icon-arrow-down2,
#servicecatalog-index-mobile .icon-search {
	vertical-align: middle
}

#servicecatalog-index-mobile .icon-search {
	float: right
}

#servicecatalog-index-mobile .mtitle {
	font-weight: 600
}

#servicecatalog-index-mobile .mtitle-head {
	margin-bottom: 12px
}

#m-categories li {
	margin-bottom: 12px
}

.catalog-breadcrumb {
	position: static !important;
	text-transform: none;
	border-width: 2px;
	border-color: #eceeef
}

.catalog-breadcrumb.is_stuck+div {
	display: none !important
}

@media (max-width: 1024px) {
	.catalog-request .main,
	.catalog-request .sidebar {
		float: none;
		width: 100%
	}
}

.catalog-request .main {
	margin-bottom: 0;
	border-right: 0
}

@media (min-width: 1025px) {
	.catalog-request .main {
		border-right: 2px solid #eceeef
	}
}

.catalog-request .main .content-div .item-desc {
	font-size: 16px;
	color: #4a4a4a;
	margin-top: 0;
	padding-top: 24px;
	margin-bottom: 24px
}

.catalog-request .sidebar {
	position: static !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	min-height: inherit !important;
	height: auto !important;
	background-color: transparent
}

.catalog-request div .sidebar.is_stuck {
	position: static !important
}

.catalog-request .sidebar .price-calc input {
	display: inline-block;
	padding-left: 0;
	padding-right: 0
}

.catalog-request .sidebar .request-for {
	margin-top: 24px
}

.content,
.content-form,
.content-light {
	padding-left: 0;
	padding-right: 0;
	border: none
}

.request-for {
	margin-bottom: 12px
}

.content-div {
	margin-bottom: 12px
}

.shipping-updated {
	background-color: #fafafa;
	padding: 25px;
	border: 1px solid #ededed;
	margin-bottom: 50px
}

.shipping-updated p {
	font-weight: 300
}

.shipping-updated p:last-child {
	margin-bottom: 0
}

.shipping-updated ul {
	padding-left: 20px
}

.shipping-updated li {
	font-weight: 300
}

p a:not(.btn),
.recent-articles-item__title,
.articles__link {
	border-bottom: 1px solid #293035;
	padding-bottom: 1px;
	color: #293035;
	background: transparent;
	transition: background 0.25s, color 0.25s
}