html{
	scroll-behavior: smooth;
  }
.indent,
.divider {
	list-style-type: none;
}
.divider hr {
	border-bottom: none;
	border-top: 1px solid #CCC;
}
.q-body__container {
	margin-top: 5em;
}
.q-body {
	font-family: Gotham, sans-serif;
}
/*
 * community body styles
 */
.q-section {
	margin: 2em 0;
}
.q-section--first {
	margin-top: 0;
}
.q-section-opening {
	margin-bottom: 0;
}
.q-document-block {
	margin-bottom: 30px;
}
.q-section-opening .q-section:last-child {
	margin-bottom: 0;
}

.heading--3 {
	font-family: Gotham, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.3px;
	color: #1D2737;
	font-weight: 400;
}
@media (min-width: 375px) {
	.heading--3 {
		font-size: 20px;
	}
}
@media (min-width: 1290px) {
	.heading--3 {
		font-size: 26px;
	}
}


@media (min-width: 620px) {

	/*
	 * show opening sections next to each other
	 */
	.q-section-opening {
		display: flex;
	}
	.q-section-opening .q-section {
		width: 50%;
		margin: 0;
	}
	.q-section-opening .q-section:nth-child(2n) {
		margin-left: 40px;
	}

	.q-section:last-child {
		margin-bottom: 5em;
	}
}
@media (min-width: 1200px) {
	.q-section-opening {
		max-width: 70%;
	}
}

/*! new styles */

.q-document-block > ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 24px;
	}
.q-document-block > ul > li {
	margin: 0;
	display: flex;
	flex-direction: column;
}
.q-document-block > ul > li > ul {
	display: none;
	margin: 0 0 15px;
	list-style-type: none;
	padding: 0;
	font-size: 0.865em;
}
.q-document-block > ul > li > ul li ul {
	font-size: 1em;
	padding: 0 0 0 15px;
	list-style: circle;
	margin: 5px 0 10px;
}
.q-document-block > ul > li ul.show {
	display: block;
}
.q-document-block > ul > li ul li {
	margin-bottom: 5px;
}
.q-document-block > ul p {
	margin: 0 0 6px;
}
.q-document-block > ul > li > a {
	margin-bottom: 4px;
}
.q-document-top {
	color: #2E8BE0;
	cursor: pointer;
	position: relative;
	padding-left: 24px;
	margin-left: -24px;
	margin-bottom: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.q-document-top::before,
.q-document-top::after {
	content: "";
	position: absolute;
	background: #B5D0E5;
}
.q-document-top::before {
	transition: all 0.35s ease-in-out;
	width: 12px;
	height: 2px;
	left: 5px;
	top: 9px;
}
.q-document-top::after {
	transition: all 0.35s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
	left: 5px;
	top: 9px;
	width: 12px;
	height: 2px;
}
.q-document-top.minus:before {
	transform: rotate(90deg);
	opacity: 0;
}
.q-document-top.minus:after {
	transform: rotate(0deg);
}
.q-document-top.minus {
	color: #262626;
}
.q-document-top + ul li strong {
	color: #1D2737;
	font-weight: 500;
	font-size: 1.1em;
	margin-top: 2em;
	display: block;
	margin-bottom: 6px;
}
.q-document-top + ul li:first-child strong {
	margin-top: 6px;
}
.q-section-apps {
	margin-bottom: calc(5em - 30px);
}
.q-section-apps-row {
	margin: 0;
	display: flex;
	flex-direction: column;
}
.q-section-apps-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0;
}
@media (min-width: 620px) {
	.q-section-apps-row {
		display: flex;
		flex-direction: row;
	}
	.q-section-apps-list {
		margin-left: 40px;
		width: 50%;
	}
	.q-section-apps-list--first {
		width: 50%;
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.q-section-apps-row {
		max-width: 70%;
	}
}

.q-section .heading--3, .q-section .q-heading-3, .q-section-apps .heading--3, .q-section-apps .q-heading-3 {
	margin: 0 0 0.45em;
}
.q-section-apps .heading--4, .q-section-apps .q-heading-4 {
	margin: 0 0 0.65em;
}
.q-docs-intro {
	font-size: 16px;
}
@media (min-width: 375px) {
	.q-docs-intro {
		font-size: 16px;
		font-size: calc(0.00219 * 100vw + (15.18033px));
	}
}
@media (min-width: 1290px) {
	.q-docs-intro {
		font-size: 18px;
	}
}
span[data-rel="Integrations"] + ul li h3 {
	margin: 0;
	font-size: 1.1em;
	margin-top: 1em;
	font-weight: 500;
}
span[data-rel="Integrations"] + ul li:first-child h3 {
	margin-top: 0;
}
span[data-rel="Integrations"] + ul li strong {
	display: inline;
	color: #6A778B;
}

/*# sourceMappingURL=documentation.css.map */