@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Nunito Sans', sans-serif;
	color: #000000;margin: 0;
}
::selection {
   color: rgba(0, 0, 0, 0.5);
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio: not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background-color: transparent;
}
a: active,a: hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg: not(: root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default;
}
button: : -moz-focus-inner,input: : -moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]: : -webkit-inner-spin-button,input[type="number"]: : -webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]: : -webkit-search-cancel-button,input[type="search"]: : -webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
@media print {
	*,*: before,*: after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,a: visited {
		text-decoration: underline;
	}
	a[href]: after {
		content: " (" attr(href) ")";
	}
	abbr[title]: after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]: after,a[href^="javascript: "]: after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,.table th {
		background-color: #fff !important;
	}
	.table-bordered th,.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*: before,*: after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-size: 14px;
	line-height: 1.42857;
	color: #333333;
	background-color: #fff;
}
input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a: hover, a: focus {
	color: #23527c;
	text-decoration: underline;
}
a: focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable: active, .sr-only-focusable: focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
code,kbd,pre,samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container: before, .container: after {
	content: " ";
	display: table;
}
.container: after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid: before, .container-fluid: after {
	content: " ";
	display: table;
}
.container-fluid: after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row: before, .row: after {
	content: " ";
	display: table;
}
.row: after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
body {
	background: #fff;
	font-size: 14px;
	color: #000000;
	font-weight: 300;
}
img {
	max-width: 100%;
}
a {
	outline: none !important;
	color: #D15B00;
}
h1, h2, h3, h4, h5 {
	margin: 15px 0;
	color: #383838;
	font-weight: 400;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
	margin-top: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
.bodyWrap {
	overflow: hidden;
	height: 100%;
	position: relative;
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none;
	}
}
.doc-header {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	height: 100%;
	width: 280px;
	background: #021c35;
	color: #fff;
	font-size: 12px;
	padding: 25px;
}
@media (max-width: 1023px) {
	.doc-header {
		font-size: 16px;
	}
}
@media (max-width: 1023px) {
	.doc-header {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		padding: 15px;
	}
}
body.quickSectionActive .doc-header {
	width: 230px;
	padding-right: 10px;
}
@media (max-width: 1023px) {
	body.quickSectionActive .doc-header {
		width: 100%;
		padding: 15px;
	}
}
.doc-header ul {
	padding: 0;line-height: 30px;
	margin: 0;
}
.doc-header ul li {
	display: block;
}
.doc-header ul li a {
	display: block;
	color: #fff;
}
.doc-header ul li a: hover {
	color: #D15B00;
}
@media (max-width: 1023px) {
	.doc-header ul li a: hover {
		color: #fff;
	}
}
.doc-header ul.main-nav > li > a {
	font-size: 15px;
	text-decoration: none;
	padding: 10px 20px;
	position: relative;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.doc-header ul.main-nav > li > a span { margin-left: 15px;}
.doc-header ul.main-nav > li a:hover {
	color: #D15B00;
}.doc-header ul.main-nav > li.active > a {
	background: #D15B00;color:#FFFFFF;
}
@media (max-width: 1023px) {
	.doc-header ul.main-nav > li.active > a {
		color: #021c35;
	}
}
.doc-header ul.main-nav > li > a: hover: before, .doc-header ul.main-nav > li.active a: before {
	font-family: 'FontAwesome',sans-serif;
	content: "\f0da";
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 0;
}
@media (max-width: 1023px) {
	.doc-header ul.main-nav > li > a: hover: before, .doc-header ul.main-nav > li.active a: before {
		display: none;
	}
}
.doc-header ul.socialLinks {
	width: 40px;
	position: absolute;
	left: 0;
	top: 150px;
}
.doc-header ul.socialLinks a {
	background: #D15B00;
	color: inherit;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}
.doc-header ul.socialLinks a: hover {
	background: #fff;
}
@media (max-width: 1023px) {
	.doc-header ul.socialLinks {
		display: none;
	}
}
@media (max-width: 1023px) {
	.doc-header ul.main-nav {
		width: 320px;
		position: absolute;
		right: 0px;
		top: 100%;
		background: #D15B00;
		z-index: 99;
		display: none;
		line-height: 50px;
	}
}
.doc-header .logoWrap {

	padding: 0 0 30px;
	text-align:center;
}
.doc-header .logoWrap .userWrap{
	color:#FFF;
}
@media (max-width: 1023px) {
	.doc-header .logoWrap {
		padding: 0 0 10px;text-align:center;
	}
}
.doc-header .copyRights {
	font-size: 13px;
	display: block;
	padding: 50px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
@media (max-width: 1023px) {
	.doc-header .copyRights {
		display: none;
	}
}
.nav-trigger {
	position: absolute;
	right: 20px;
	top: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -20px;
	display: block;
	background: #eef0f3;
	color: #D15B00;
}
@media (min-width: 1024px) {
	.nav-trigger {
		display: none;
	}
}
.toggleOptionPanel {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	border: none;
	background: #eef0f3;
	color: #D15B00;
	font-size: 16px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 280px;
	z-index: 999;
	top: 60px;
}
@media (max-width: 1023px) {
	.toggleOptionPanel {
		display: none;
	}
}
body.quickSectionActive .toggleOptionPanel {
	left: 530px;
	visibility: hidden;
}
.optionsPanel .toggleOptionPanel {
	position: absolute;
	top: 60px;
	left: auto;
	background: none;
	right: 0;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
body.quickSectionActive .optionsPanel .toggleOptionPanel {
	top: 0;
	left: auto;
	visibility: visible;
}
.optionsPanel {
	padding: 50px 10px 10px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	position: fixed;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	top: 0;
	z-index: 990;
	width: 100px;
	visibility: hidden;
	background: #eef0f3;
}
@media (max-width: 1023px) {
	.optionsPanel {
		left: 0;
		width: 280px;
		visibility: visible;
		padding-top: 100px;
		position: absolute;
	}
}
body.quickSectionActive .optionsPanel {
	width: 320px;
	left: 230px;
	visibility: visible;
}
@media (max-width: 1023px) {
	body.quickSectionActive .optionsPanel {
		left: 0;
		width: 280px;
	}
}
@media (max-width: 650px) {
	body.quickSectionActive .optionsPanel {
		width: 94%;
	}
}
.optionsPanel .inner {
	position: relative;
}
.optionsPanel form .fa {
	margin-right: 5px;
	color: #D15B00;
}
@media (max-width: 650px) {
	.optionsPanel {
		width: 94%;
		margin: 20px auto 30px;
		position: relative;
		padding: 20px;
	}
}
.contentArea {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	position: relative;
	padding-left: 280px;
}
body.quickSectionActive .contentArea {
	padding-left: 530px;
}
@media (max-width: 1023px) {
	body.quickSectionActive .contentArea {
		padding-left: 280px;
	}
}
@media (max-width: 650px) {
	body.quickSectionActive .contentArea {
		padding-left: 0;
	}
}
@media (max-width: 650px) {
	.contentArea {
		padding-left: 0;
	}
}
.contentArea .contentAreaInner {
	padding: 15px;
} 
.contentArea .contentAreaInner.single {
	padding: 15px;
}
.contentArea .content-wrapper {
	padding: 15px;
} 
@media (max-width: 650px) {
	.contentArea .contentAreaInner.single {
		padding: 0 20px 20px;
	}
}
.contentArea .contentAreaInner.small-canvas {
	max-width: 900px;
}
@media (max-width: 650px) {
	.contentArea .contentAreaInner {
		padding: 0 20px 20px;
	}
}
.service {
	margin-bottom: 40px;
}
.service h3 {
	padding-left: 80px;
}
.service .inner {
	position: relative;
	padding-left: 80px;
}
.service .inner .fa, .service .inner img {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	color: #D15B00;
}
.text-widget {
	position: relative;
}
.optionsPanel .text-widget {
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	background: #fff;
}
.optionsPanel .text-widget h2, .optionsPanel .text-widget h3, .optionsPanel .text-widget h4, .optionsPanel .text-widget h5 {
	color: #D15B00;
}
.single .text-widget {
	color: #4d4d4d;
}
.single .text-widget h2, .single .text-widget h3, .single .text-widget h4, .single .text-widget h5 {
	color: #D15B00;
}
.text-widget .heading {
	font-weight: 400;
	font-size: 18px;
}
.text-widget .heading.heading-lg {
	font-size: 22px;
}
body.quickSectionActive .text-widget .heading.heading-lg {
	font-size: 18px;
}
@media (max-width: 1023px) {
	.text-widget .heading.heading-lg {
		font-size: 18px;
	}
}
.text-widget .heading.heading-lg h2, .text-widget .heading.heading-lg h3, .text-widget .heading.heading-lg h4, .text-widget .heading.heading-lg h5 {
	text-transform: capitalize;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 0;
	color: #000000;
}
.text-widget .heading.heading-lg h2 {
	font-size: 42px;
}
@media (max-width: 1023px) {
	.text-widget .heading.heading-lg h2 {
		font-size: 26px;
	}
}
body.quickSectionActive .text-widget .heading.heading-lg h2 {
	font-size: 26px;
}
.text-widget .heading.heading-lg h3 {
	font-size: 30px;
}
body.quickSectionActive .text-widget .heading.heading-lg h3 {
	font-size: 24px;
}
@media (max-width: 1023px) {
	.text-widget .heading.heading-lg h3 {
		font-size: 24px;
	}
}
.text-widget .heading.heading-lg h4 {
	font-size: 26px;
}
body.quickSectionActive .text-widget .heading.heading-lg h4 {
	font-size: 18px;
}
@media (max-width: 1023px) {
	.text-widget .heading.heading-lg h4 {
		font-size: 18px;
	}
}
.text-widget .heading.heading-lg h5 {
	font-size: 24px;
}
body.quickSectionActive .text-widget .heading.heading-lg h5 {
	font-size: 16px;
}
@media (max-width: 1023px) {
	.text-widget .heading.heading-lg h5 {
		font-size: 16px;
	}
}
.text-widget .heading span {
	color: #D15B00;
}
.text-widget .icon-list {
	padding: 0;
	color: #D15B00;
}
.text-widget .icon-list li {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 110%;
	margin-bottom: 5px;
}
.text-widget .icon-list li .fa {
	position: absolute;
	left: 0;
	top: 2px;
}
.accordion {
	margin-bottom: 4px;
	background: #fff;
}
.accordion header {
	color: #383838;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
}
.accordion header .fa {
	position: absolute;
	left: 12px;
	top: 50%;
	line-height: 0;
	color: #D15B00;
}
.accordion header: before {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	line-height: 0;
	right: 20px;
	color: #D15B00;
	top: 50%;
	z-index: 0;
	font-size: 16px;
}
.accordion header a {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	padding: 15px 40px;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 10;
}
.accordion .accordion-content {
	font-size: 12px;
	padding: 10px 0;
	border-top: 3px solid #eef0f3;
	display: none;
}
.accordion .accordion-content ul {
	display: block;
	margin: 0;
	padding: 0;
}
.accordion .accordion-content ul li {
	display: block;
}
.accordion .accordion-content ul li a {
	display: block;
	position: relative;
	padding: 8px 20px 8px 45px;
	color: inherit;
	text-decoration: none;
}
.accordion .accordion-content ul li a: hover {
	color: #D15B00;
}
.accordion .accordion-content ul li a .fa {
	position: absolute;
	left: 20px;
	top: 10px;
	color: #D15B00;
}
.btn {
	padding: 5px 10px;
	background: #021c35;
	color: #fff;
	display: inline-block;
	text-decoration: none !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
}
.btn .fa {
	margin-right: 5px;
}
.btn.btn-block {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 18px;
}
.btn.btn-lg {
	padding: 15px 45px;
	font-size: 18px;
}
.btn.btn-lg .fa {
	margin: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	line-height: 0;
}
.btn: hover {
	background: #D15B00;
	color: #fff;
}
input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	height: 55px;
	width: 100%;
	display: block;
	border: none;
	padding: 0 15px;
	background: #edf1f4;
	border-radius: 4px;
	color: #383838;
}
.optionsPanel input[type="text"], .optionsPanel input[type="url"], .optionsPanel input[type="password"], .optionsPanel input[type="email"], .optionsPanel input[type="tel"], .optionsPanel textarea {
	background: #fff;
	border-radius: 0;
}
.optionsPanel .search-widget input[type="text"], .optionsPanel .search-widget input[type="url"], .optionsPanel .search-widget input[type="password"], .optionsPanel .search-widget input[type="email"], .optionsPanel .search-widget input[type="tel"], .optionsPanel .search-widget textarea {
	background: #021c35;
	color: #fff;
	border-radius: 0;
	padding-right: 50px;
}
textarea {
	height: 300px;
	padding: 15px;
}
textarea.text-area-sm {
	height: 150px;
}
.input-block {
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}
.optionsPanel .input-block {
	border-radius: 0;
}
.input-block.fancy-block input {
	padding-left: 60px;
}
.input-block label {
	position: absolute;
	left: 0;
	top: 0;
	text-transform: capitalize;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	line-height: 55px;
	color: #383838;
}
.input-block label: hover {
	color: #D15B00;
}
.input-block.fancy-block label {
	color: #000000;
	padding-left: 60px;
}
.input-block.fancy-block span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 55px;
	color: #D15B00;
	width: 60px;
	font-size: 18px;
	text-align: center;
}
.search-widget {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 30px;
}
.search-widget .input-block {
	margin-bottom: 0;
}
.search-widget label {
	color: #000000;
}
.search-widget input, .search-widget .input-block {
	border-radius: 0;
}
.optionsPanel .search-widget label {
	color: #fff;
}
.search-widget button {
	position: absolute;
	right: 10px;
	height: 55px;
	color: #D15B00;
	top: 0;
	background: none;
	border: none;
}
.custom-select {
	color: #383838;
	position: relative;
	background: #edf1f4;
	height: 55px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.custom-select: after {
	font-family: 'FontAwesome';
	content: "\f107";
	color: #D15B00;
	font-size: 18px;
	position: absolute;
	right: 30px;
	line-height: 0;
	top: 50%;
}
.custom-select span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	line-height: 55px;
	padding-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.custom-select select {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-checkbox {
	position: relative;
	display: inline-block;
}
.custom-checkbox input[type="checkbox"] {
	visibility: hidden;
}
.custom-checkbox input[type="checkbox"] + label {
	padding-left: 15px;
}
.custom-checkbox input[type="checkbox"] + label span {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid #D15B00;
	color: #D15B00;
	text-align: center;
	line-height: 14px;
}
.custom-checkbox input[type="checkbox"]: checked + label span: before {
	content: "\f00c";
	font-size: 12px;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	top: 1px;
}
.page-header.extra-top-pad {
	padding-top: 20px;
	margin-bottom: 20px;
}
.page-header.extra-top-pad.pad-long {
	padding-top: 80px;
}
@media (max-width: 650px) {
	.page-header.extra-top-pad {
		padding-top: 0 !important;
	}
}
.page-header h1 {
	font-size: 42px;
	color: #000000;
	text-transform: capitalize;
	font-weight: 700;
}
body.quickSectionActive .page-header h1 {
	font-size: 24px;
}
@media (max-width: 650px) {
	.page-header h1 {
		font-size: 24px;
	}
}
.page-header strong span {
	color: #D15B00;
}
.version {
	background: #D15B00;
	color: #fff;
	padding: 5px 15px;
	position: relative;
	top: -4px;
	display: inline-block;
	font-size: 14px;
}
.version.status.solved {
	background: #83bd66;
}
.user-widget {
	position: relative;
	text-align: center;
	max-width: 80px;
	font-weight: 400;
}
.user-widget cite {
	display: block;
	color: #383838;
	text-transform: capitalize;
	margin: 4px 0;
}
.user-widget figure {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	margin: auto;
}
.user-widget span {
	background: #83bd66;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 4px;
}
.user-widget.top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.user-widget-wrap {
	position: relative;
	padding-right: 80px;
	padding-top: 10px;
	min-height: 100px;
}
.steps {
	position: relative;
	margin: 50px auto 0;
	max-width: 580px;
}
.steps .step {
	width: 33.33334%;
	text-align: center;
	float: left;
}
@media (max-width: 650px) {
	.steps .step {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}
.steps .step .fa {
	color: #fff;
	text-align: center;
	line-height: 70px;
	display: block;
	margin: 0 auto 20px;
	font-size: 24px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #D15B00;
	position: relative;
}
.steps .step .fa: after {
	content: "";
	left: -4px;
	right: -4px;
	bottom: -4px;
	top: -4px;
	border-radius: inherit;
	border: 1px solid #D15B00;
	position: absolute;
}
.kb-list {
	padding: 15px;
	font-size: 12px;
}
.kb-list .fa {
	color: #D15B00;
	position: absolute;
	left: 0;
}
.kb-list header h4 {
	padding-left: 30px;
	position: relative;
}
.kb-list header h4 i {
	top: 4px;
}
.kb-list ul {
	margin: 0;
	padding: 0;
}
.kb-list ul li {
	display: block;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.kb-list ul li a {
	display: block;
	color: inherit;
}
.kb-list ul li a: hover {
	color: #D15B00;
}
.kb-list ul li .fa {
	top: 0px;
	font-size: 14px;
}
.walk-through {
	display: none;
}
@media (max-width: 650px) {
	.walk-through {
		display: block;
	}
}
.walk-through.active {
	display: block;
}
.walk-through-links {
	position: absolute;
	left: 280px;
	z-index: 999;
	top: 120px;
	padding: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
@media (max-width: 650px) {
	.walk-through-links {
		display: none;
	}
}
body.quickSectionActive .walk-through-links {
	left: 550px;
}
.walk-through-links li {
	display: block;
}
.walk-through-links li a {
	display: block;
	width: 40px;
	height: 40px;
	background: #eef0f3;
	color: #fff;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-right: 2px solid #fff;
	color: #383838;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.walk-through-links li a.active {
	color: #fff;
	background: #D15B00;
	border-right-width: 0;
}
.walk-through-links li a: hover {
	color: #fff;
	background: #021c35;
	border-right-width: 0;
}
a.next-wt {
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	background: #D15B00;
	color: #fff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
@media (max-width: 650px) {
	a.next-wt {
		display: none;
	}
}
.topic-comments {
	color: #4d4d4d;
	position: relative;
}
.topic-comments .comment {
	font-size: 14px;
	position: relative;
	margin-bottom: 30px;
}
.topic-comments .comment .comment-content {
	border-radius: 4px;
	font-weight: 300;
	background: #eef0f3;
	padding: 20px;
}
.topic-comments .comment .comment-content p {
	margin: 0 0 15px;
}
.topic-comments .comment .comment-content p: last-child {
	margin-bottom: 0;
}
.topic-comments .comment .commentator {
	font-size: 12px;
	position: absolute;
	top: 0;
	width: 90px;
	padding: 5px;
	text-align: center;
	font-style: normal;
}
.topic-comments .comment .commentator .auth-dp {
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 50%;
	margin: 0 auto 5px;
	padding: 0;
}
.topic-comments .comment .commentator span {
	display: inline-block;
	max-width: 50px;
	border-radius: 2px;
	background: #D15B00;
	font-size: 10px;
	padding: 2px 5px 3px;
	color: #fff;
	margin-top: 4px;
}
.topic-comments .comment.user-comment {
	padding-left: 90px;
}
.topic-comments .comment.user-comment .commentator {
	left: 0;
}
.topic-comments .comment.user-comment .commentator span {
	background: #83bd66;
}
.topic-comments .comment.staff-comment {
	padding-right: 90px;
}
.topic-comments .comment.staff-comment .commentator {
	right: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #D15B00;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.empty-graphics-div {
	height: 364px;
	padding-top: 128px;
	margin-top: -80px;
	margin-bottom: 30px;
	background: url("../images/graphics.png") center bottom repeat-x;
}
.no-pad-left {
	padding-left: 0 !important;
}
.no-pad-right {
	padding-right: 0 !important;
}
.swap-able {
	display: none;
}
.swap-able.active {
	display: block;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable: active, .sr-only-focusable: focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}