.tooltip-hover-container {
	position: relative;
	display: inline-block;
}

.tooltip-hover-container .tooltiptext {
	visibility: hidden;
	width: 100%;
	background-color: rgb(205, 226, 243);
	color: #0A304C;
	text-align: center;
	border-radius: 0.5rem;;
	border-color:rgb(8, 8, 8);
	padding: 5px;
	top: -8rem;
	left: auto;
	right: auto;
	font-size: 1.6rem;
	font-weight: normal;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip-hover-container:hover .tooltiptext {
	visibility: visible;
}

.underline {
	text-decoration: underline;
}

.qcat-container .qcat-content {
	width: 80%;
}

.error {
	color: red;
	margin-left: 5px;
}

.qcat-container .results-panel .case-content {
	border: 1px solid #ddd;
	padding: 8px;
}

input#acknowledgement {
	width: 20px;
	height: 20px;
	border-radius: 5px;
}

.claim-title {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 8px;
	background-color: #771712;
	/* background-color: #4b0e0b; */
	/* color: #fff; white; */
	color: #fff;
	font-weight: bold;
	text-align: left;
}

.claim-header {
	display: flex;
	flex-direction: column;
}

.claim-number {
	display: flex;
	flex-direction: row;
}

.claim-header .header {
	background-color: #f2f2f2;
	width: 50%;
}

.claim-header .content {
	padding-left: 10px;
	width: 50%;
}

.content .case-content {
	text-decoration: underline;
}

.lodged-at {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.case-type {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.party-info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 20px;;
}

.party-info .header {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.party-info .header .header-col {
	background-color: #f2f2f2;
	width: 50%;
	font-weight: bold;
}

.party-info .applicants-info {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.applicants-info .info-item {
	width: 50%;
	overflow-wrap: break-word;
}

.content-docs {
	display: flex;
	flex-direction: column;
	padding-top: 5px;
}

.content-docs .document-types {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
}

.content-docs .document-types .header-1,.header-2,.header-3 {
	background-color: #f2f2f2;
	font-weight: bold;
}

.content-docs .document-types .header-1,.doc-item-1 {
	width: 40%;
}

.content-docs .document-types .header-2,.doc-item-2 {
	width: 20%;
}
.content-docs .document-types .header-3,.doc-item-3 {
	width: 40%;
}

.content-docs .document-received {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.received-docs {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

.received-docs .received-header {
	display: flex;
	flex-direction: row;
}

.received-docs .received-header .header-1,.header-2,.header-3 {
	background-color: #f2f2f2;
}

.received-docs .received-header .header-1,.recd-item-1 {
	width: 40%;
}

.received-docs .received-header .header-2,.recd-item-2 {
	width: 20%;
}

.received-docs .received-header .header-3,.recd-item-3 {
	width: 40%;
}

.received-docs .received-docs-app-docs {
	display: flex;
	flex-direction: row;
}

.court-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 10px;
}

.court-content .court-events {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.court-content .court-events .header {
	background-color: #f2f2f2;
	/* width: 20%; */
	width: 25%;
	font-weight: bold;
}

.court-content .court-events .event-item {
	overflow-wrap: break-word;
	/* width: 20%; */
	width: 25%;
}

.court-content .past-event {
	background-color:#f2f2f2;
}

.no-results-found {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	padding: 8px;
}

ul.acknowledgement > li {
	list-style-type: disc;
}

#caseStatusTable {
  border-collapse: collapse;
  width: 100%;
}

#caseStatusTable td, #caseStatusTable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#caseStatusTable tr:nth-child(even){background-color: #f2f2f2;}

#caseStatusTable tr:hover {background-color: #ddd;}

#caseStatusTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #771712;
  color: white;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

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: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

small.tiny {
	font-size: 1rem;
	color: #176bab;
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.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 silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {
	*,
	:after,
	:before {
		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: ""
	} */
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret,
	.dropup>.qg-btn>.caret,
	.qg-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 td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}




.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: Glyphicons Halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #13578b;
	text-decoration: none
}

a:focus,
a:hover {
	color: #0a2d48;
	text-decoration: underline
}

a:focus {
	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: 0
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eee
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 900;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #585e62
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 24px;
	margin-bottom: 12px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 12px;
	margin-bottom: 12px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 25px
}

.h2,
h2 {
	font-size: 20px
}

.h3,
h3 {
	font-size: 18px
}

.h4,
h4 {
	font-size: 16px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 12px
}

.lead {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 24px
	}
}

.small,
small {
	font-size: 87%
}

.mark,
mark {
	background-color: #ffedde;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #007eb1
}

a.text-primary:focus,
a.text-primary:hover {
	color: #005a7e
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #007eb1
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #005a7e
}

.bg-success {
	background-color: #f2f7ea
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #dbe9c5
}

.bg-info {
	background-color: #eff5f6
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #cee1e4
}

.bg-warning {
	background-color: #ffedde
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ffd1ab
}

.bg-danger {
	background-color: #b90824
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #88061a
}

.page-header {
	padding-bottom: 11px;
	margin: 48px 0 24px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 12px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 24px
}

dd,
dt {
	line-height: 1.5
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 12px 24px;
	margin: 0 0 24px;
	font-size: 20px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.5;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014"
}

address {
	margin-bottom: 24px;
	font-style: normal;
	line-height: 1.5
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4
}

code,
kbd {
	padding: 2px 4px;
	font-size: 90%;
	border-radius: 0
}

kbd {
	color: #fff;
	background-color: #333;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 11.5px;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0
}

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
}

@media (min-width:1200px) {
	.container {
		padding-left: 25px;
		padding-right: 25px
	}
}

.container:after,
.container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 770px
	}
}

@media (min-width:992px) {
	.container {
		width: 990px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1190px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	.container-fluid {
		padding-left: 25px;
		padding-right: 25px
	}
}

.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

@media (min-width:1200px) {
	#qg-site-header,
	.row {
		margin-left: -25px;
		margin-right: -25px
	}
}

#qg-site-header:after,
#qg-site-header:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

#qg-site-header:after,
.row:after {
	clear: both
}

#qg-page-feedback .warn,
#qg-site-name,
.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,
.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,
.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,
.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 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-page-feedback .warn,
	#qg-site-name,
	.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,
	.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,
	.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,
	.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 {
		padding-left: 25px;
		padding-right: 25px
	}
}

#qg-site-name,
.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%
}

#qg-site-name,
.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) {
	#qg-site-name,
	.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%
	}
	#qg-site-name,
	.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) {
	#qg-site-name,
	.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%
	}
	#qg-site-name,
	.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) {
	#qg-page-feedback .warn,
	#qg-site-name,
	.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%
	}
	#qg-page-feedback .warn,
	#qg-site-name,
	.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%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}

caption,
th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px
}

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

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

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

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

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

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

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

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #f2f7ea
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #e7f0d8
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #eff5f6
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #dfebed
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #ffedde
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #ffdfc5
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #b90824
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #a1071f
}

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

@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>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	padding-top: 9.4px
}

.form-control,
output {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #555
}

.form-control {
	width: 100%;
	height: 42.8px;
	padding: 8.4px 21.6px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 42.8px
	}
	.input-group-sm>.input-group-btn>input[type=date].btn,
	.input-group-sm>.input-group-btn>input[type=date].qg-btn,
	.input-group-sm>.input-group-btn>input[type=datetime-local].btn,
	.input-group-sm>.input-group-btn>input[type=datetime-local].qg-btn,
	.input-group-sm>.input-group-btn>input[type=month].btn,
	.input-group-sm>.input-group-btn>input[type=month].qg-btn,
	.input-group-sm>.input-group-btn>input[type=time].btn,
	.input-group-sm>.input-group-btn>input[type=time].qg-btn,
	.input-group-sm>input[type=date].form-control,
	.input-group-sm>input[type=date].input-group-addon,
	.input-group-sm>input[type=datetime-local].form-control,
	.input-group-sm>input[type=datetime-local].input-group-addon,
	.input-group-sm>input[type=month].form-control,
	.input-group-sm>input[type=month].input-group-addon,
	.input-group-sm>input[type=time].form-control,
	.input-group-sm>input[type=time].input-group-addon,
	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 37px
	}
	.input-group-lg>.input-group-btn>input[type=date].btn,
	.input-group-lg>.input-group-btn>input[type=date].qg-btn,
	.input-group-lg>.input-group-btn>input[type=datetime-local].btn,
	.input-group-lg>.input-group-btn>input[type=datetime-local].qg-btn,
	.input-group-lg>.input-group-btn>input[type=month].btn,
	.input-group-lg>.input-group-btn>input[type=month].qg-btn,
	.input-group-lg>.input-group-btn>input[type=time].btn,
	.input-group-lg>.input-group-btn>input[type=time].qg-btn,
	.input-group-lg>input[type=date].form-control,
	.input-group-lg>input[type=date].input-group-addon,
	.input-group-lg>input[type=datetime-local].form-control,
	.input-group-lg>input[type=datetime-local].input-group-addon,
	.input-group-lg>input[type=month].form-control,
	.input-group-lg>input[type=month].input-group-addon,
	.input-group-lg>input[type=time].form-control,
	.input-group-lg>input[type=time].input-group-addon,
	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 57px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 24px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 9.4px;
	padding-bottom: 9.4px;
	margin-bottom: 0;
	min-height: 40px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-lg>.input-group-btn>.form-control-static.qg-btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.input-group-sm>.input-group-btn>.form-control-static.qg-btn {
	padding-left: 0;
	padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.qg-btn,
.input-sm {
	height: 37px;
	padding: 7px 18px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.qg-btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
	height: 37px;
	line-height: 37px
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>select[multiple].qg-btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.qg-btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 37px;
	padding: 7px 18px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

.form-group-sm select.form-control {
	height: 37px;
	line-height: 37px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 37px;
	min-height: 38px;
	padding: 8px 18px;
	font-size: 14px;
	line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.qg-btn,
.input-lg {
	height: 57px;
	padding: 14px 28.8px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 0
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.qg-btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
	height: 57px;
	line-height: 57px
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>select[multiple].qg-btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.qg-btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 57px;
	padding: 14px 28.8px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 0
}

.form-group-lg select.form-control {
	height: 57px;
	line-height: 57px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 57px;
	min-height: 44px;
	padding: 15px 28.8px;
	font-size: 20px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 53.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 42.8px;
	height: 42.8px;
	line-height: 42.8px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.qg-btn+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 57px;
	height: 57px;
	line-height: 57px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.qg-btn+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 37px;
	height: 37px;
	line-height: 37px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #f2f7ea
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #ffedde
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
	color: #a94442
}

.error-block {
	display: none;
}

.has-error .error-block {
	color: #a94442;
	display: block;
}

.has-error .form-control,
.has-error input[type=text],
.has-error input[type=select],
.has-error input[type=checkbox],
.has-error select {
	border-color: #a94442;
	border-width: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #b90824
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 29px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #404040
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 9.4px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 33.4px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:1200px) {
	.form-horizontal .form-group {
		margin-left: -25px;
		margin-right: -25px
	}
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 9.4px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 25px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 15px;
		font-size: 20px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 8px;
		font-size: 14px
	}
}

.btn,
.qg-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8.4px 21.6px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.active.focus.qg-btn,
.active.qg-btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.focus.qg-btn,
.qg-btn:active.focus,
.qg-btn:active:focus,
.qg-btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover,
.focus.qg-btn,
.qg-btn:focus,
.qg-btn:hover {
	color: #fff;
	text-decoration: none
}

.active.qg-btn,
.btn.active,
.btn:active,
.qg-btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
.disabled.qg-btn,
[disabled].qg-btn,
fieldset[disabled] .btn,
fieldset[disabled] .qg-btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}

a.btn.disabled,
a.disabled.qg-btn,
fieldset[disabled] a.btn,
fieldset[disabled] a.qg-btn {
	pointer-events: none
}

.btn-default {
	color: #fff;
	background-color: #585e62;
	border-color: #585e62
}

.btn-default.focus,
.btn-default:focus {
	color: #fff;
	background-color: #6b7377;
	border-color: #8a9196
}

.btn-default:hover {
	color: #fff;
	background-color: #646b6f;
	border-color: #646b6f
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	color: #fff;
	background-color: #646b6f;
	border-color: #666d72
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	color: #fff;
	background-color: #828a8f;
	border-color: #979ea2
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #585e62;
	border-color: #585e62
}

.btn-default .badge {
	color: #585e62;
	background-color: #fff
}

.btn-primary {
	color: #000;
	background-color: #78ba00;
	border-color: #78ba00
}

.btn-primary.focus,
.btn-primary:focus {
	color: #000;
	background-color: #92e300;
	border-color: #b0ff21
}

.btn-primary:hover {
	color: #000;
	background-color: #88d400;
	border-color: #88d400
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	color: #000;
	background-color: #88d400;
	border-color: #8cd900
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #000;
	background-color: #abff12;
	border-color: #b9ff3b
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #78ba00;
	border-color: #78ba00
}

.btn-primary .badge {
	color: #78ba00;
	background-color: #000
}

.btn-success {
	color: #fff;
	background-color: #9ebf6d;
	border-color: #92b75b
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #b1cb89;
	border-color: #c1d6a2
}

.btn-success:hover {
	color: #fff;
	background-color: #aac77f;
	border-color: #9ebf6d
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #aac77f;
	border-color: #a0c171
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #c6d9a9;
	border-color: #cddeb4
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #9ebf6d;
	border-color: #92b75b
}

.btn-success .badge {
	color: #9ebf6d;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #1e77aa;
	border-color: #1a6894
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #248fcd;
	border-color: #39a0dc
}

.btn-info:hover {
	color: #fff;
	background-color: #2286c0;
	border-color: #1e77aa
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #2286c0;
	border-color: #1f7aae
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #41a5de;
	border-color: #4eabe0
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #1e77aa;
	border-color: #1a6894
}

.btn-info .badge {
	color: #1e77aa;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f9af71;
	border-color: #f8a159
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #fbc598;
	border-color: #fcd8ba
}

.btn-warning:hover {
	color: #fff;
	background-color: #fabd89;
	border-color: #f9af71
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #fabd89;
	border-color: #f9b276
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #fddec4;
	border-color: #fde6d3
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f9af71;
	border-color: #f8a159
}

.btn-warning .badge {
	color: #f9af71;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #b90824;
	border-color: #a1071f
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #e00a2c;
	border-color: #f5183b
}

.btn-danger:hover {
	color: #fff;
	background-color: #d10929;
	border-color: #b90824
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d10929;
	border-color: #be0825
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #f52244;
	border-color: #f63150
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #b90824;
	border-color: #a1071f
}

.btn-danger .badge {
	color: #b90824;
	background-color: #fff
}

.btn-link {
	color: #13578b;
	font-weight: 400;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #0a2d48;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-group-lg>.qg-btn,
.btn-lg {
	padding: 14px 28.8px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 4px
}

.btn-group-sm>.btn,
.btn-group-sm>.qg-btn,
.btn-sm {
	padding: 7px 18px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-group-xs>.qg-btn,
.btn-xs {
	padding: 1.4px 9px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 11px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #007eb1
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group-vertical>.qg-btn,
.btn-group>.btn,
.btn-group>.qg-btn {
	position: relative;
	float: left
}

.btn-group-vertical>.active.qg-btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.qg-btn:active,
.btn-group-vertical>.qg-btn:focus,
.btn-group-vertical>.qg-btn:hover,
.btn-group>.active.qg-btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>.qg-btn:active,
.btn-group>.qg-btn:focus,
.btn-group>.qg-btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn+.qg-btn,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .btn-group+.qg-btn,
.btn-group .qg-btn+.btn,
.btn-group .qg-btn+.btn-group,
.btn-group .qg-btn+.qg-btn {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .qg-btn {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group,
.btn-toolbar>.qg-btn {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.qg-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child,
.btn-group>.qg-btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.qg-btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.qg-btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.qg-btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.btn-group:first-child:not(:last-child)>.qg-btn:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.qg-btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.btn-group>.qg-btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.qg-btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}

.btn .caret,
.qg-btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-group-lg>.qg-btn .caret,
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.qg-btn .caret,
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.qg-btn,
.btn-group-vertical>.qg-btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.qg-btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn+.qg-btn,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.btn-group+.qg-btn,
.btn-group-vertical>.qg-btn+.btn,
.btn-group-vertical>.qg-btn+.btn-group,
.btn-group-vertical>.qg-btn+.qg-btn {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.qg-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.qg-btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.qg-btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.qg-btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.qg-btn:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.qg-btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group,
.btn-group-justified>.qg-btn {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .qg-btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.qg-btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.qg-btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.qg-btn input[type=checkbox],
[data-toggle=buttons]>.qg-btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 8.4px 21.6px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon.qg-btn {
	padding: 7px 18px;
	font-size: 14px;
	border-radius: 0
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>.input-group-addon.qg-btn {
	padding: 14px 28.8px;
	font-size: 20px;
	border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.qg-btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:first-child>.qg-btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.qg-btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.qg-btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.qg-btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.qg-btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.qg-btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:last-child>.qg-btn,
.input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	font-size: 0;
	white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn,
.input-group-btn>.qg-btn {
	position: relative
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn+.qg-btn,
.input-group-btn>.qg-btn+.btn,
.input-group-btn>.qg-btn+.qg-btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.input-group-btn>.qg-btn:active,
.input-group-btn>.qg-btn:focus,
.input-group-btn>.qg-btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.qg-btn {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>.qg-btn {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:after,
.nav:before {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li,
.nav>li>a {
	position: relative;
	display: block
}

.nav>li>a {
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #13578b
}

.nav .nav-divider {
	height: 1px;
	margin: 11px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #d1d1d1
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.5;
	border: 1px solid transparent;
	border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
	border-color: #d1d1d1
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #000;
	background-color: #f6f6f6;
	border: 1px solid #d1d1d1;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 0
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #007eb1
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #d1d1d1
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #d1d1d1;
		border-radius: 0 0 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: orange
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 24px;
	border: 1px solid transparent
}

.navbar:after,
.navbar:before {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media (min-width:768px) {
	.navbar {
		border-radius: 0
	}
}

.navbar-header:after,
.navbar-header:before {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 25px;
	padding-left: 25px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -25px;
	margin-left: -25px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 13px 25px;
	font-size: 20px;
	line-height: 24px;
	height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container-fluid .navbar-brand,
	.navbar>.container .navbar-brand {
		margin-left: -25px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 25px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 6.5px -25px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 24px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 13px;
		padding-bottom: 13px
	}
}

.navbar-form {
	margin: 3.6px -25px;
	padding: 10px 25px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 3.6px;
	margin-bottom: 3.6px
}

.btn-group-sm>.navbar-btn.btn,
.btn-group-sm>.navbar-btn.qg-btn,
.navbar-btn.btn-sm {
	margin-top: 6.5px;
	margin-bottom: 6.5px
}

.btn-group-xs>.navbar-btn.btn,
.btn-group-xs>.navbar-btn.qg-btn,
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 13px;
	margin-bottom: 13px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 25px;
		margin-right: 25px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important;
		margin-right: -25px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #090909;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 24px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/Â ";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 24px 0;
	border-radius: 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 8.4px 21.6px;
	line-height: 1.5;
	text-decoration: none;
	color: #13578b;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #0a2d48;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #007eb1;
	border-color: #007eb1;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 14px 28.8px;
	font-size: 20px;
	line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 7px 18px;
	font-size: 14px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pager {
	padding-left: 0;
	margin: 24px 0;
	list-style: none;
	text-align: center
}

.pager:after,
.pager:before {
	content: " ";
	display: table
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label,
.qg-btn .label {
	position: relative;
	top: -1px
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #007eb1
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #005a7e
}

.label-success {
	background-color: #9ebf6d
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #86ad4c
}

.label-info {
	background-color: #1e77aa
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #16597f
}

.label-warning {
	background-color: #f9af71
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #f79340
}

.label-danger {
	background-color: #b90824
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #88061a
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge,
.qg-btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-group-xs>.qg-btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #13578b;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
	border-radius: 0;
	padding-left: 25px;
	padding-right: 25px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container-fluid .jumbotron,
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 72px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 24px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #000
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #13578b
}

.alert {
	padding: 15px;
	margin-bottom: 24px;
	border: 1px solid transparent;
	border-radius: 0
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #f2f7ea;
	border-color: #ebf0d8;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #e1e9c5
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #eff5f6;
	border-color: #ebf0d8;
	color: #31708f
}

.alert-info hr {
	border-top-color: #e1e9c5
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #ffedde;
	border-color: #ebf0d8;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #e1e9c5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #b90824;
	border-color: #ebf0d8;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e1e9c5
}

.alert-danger .alert-link {
	color: #843534;
}

.alert-danger .alert-msg {
	color: #843534;
}

@-webkit-keyframes a {
	0% {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes a {
	0% {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 24px;
	margin-bottom: 24px;
	background-color: #f5f5f5;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background-color: #007eb1;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite
}

.progress-bar-success {
	background-color: #9ebf6d
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
	background-color: #1e77aa
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
	background-color: #f9af71
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
	background-color: #b90824
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

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

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

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #007eb1;
	border-color: #007eb1
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #7edaff
}

.list-group-item-success {
	color: #3c763d;
	background-color: #f2f7ea
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #e7f0d8
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #eff5f6
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #dfebed
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #ffedde
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #ffdfc5
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #b90824
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #a1071f
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 24px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: -1
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: -1
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -1
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 24px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #007eb1
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #007eb1;
	border-color: #007eb1
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #007eb1
}

.panel-primary>.panel-heading .badge {
	color: #007eb1;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #007eb1
}

.panel-success {
	border-color: #ebf0d8
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #f2f7ea;
	border-color: #ebf0d8
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebf0d8
}

.panel-success>.panel-heading .badge {
	color: #f2f7ea;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebf0d8
}

.panel-info {
	border-color: #ebf0d8
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #eff5f6;
	border-color: #ebf0d8
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebf0d8
}

.panel-info>.panel-heading .badge {
	color: #eff5f6;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebf0d8
}

.panel-warning {
	border-color: #ebf0d8
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #ffedde;
	border-color: #ebf0d8
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebf0d8
}

.panel-warning>.panel-heading .badge {
	color: #ffedde;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebf0d8
}

.panel-danger {
	border-color: #ebf0d8
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #b90824;
	border-color: #ebf0d8
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebf0d8
}

.panel-danger>.panel-heading .badge {
	color: #b90824;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebf0d8
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

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

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

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

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 0
}

.well-sm {
	padding: 9px;
	border-radius: 0
}

.close {
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
	content: " ";
	display: table
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn,
.modal-footer .btn+.qg-btn,
.modal-footer .qg-btn+.btn,
.modal-footer .qg-btn+.qg-btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn+.qg-btn,
.modal-footer .btn-group .qg-btn+.btn,
.modal-footer .btn-group .qg-btn+.qg-btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	left: 5px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 16px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1 -1 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel,
.carousel-inner {
	position: relative
}

.carousel-inner {
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
	.carousel-inner>.item {
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: transparent
}

.carousel-control.left {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203a"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000;
	background-color: transparent;
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn,
.carousel-caption .qg-btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

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

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

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

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

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

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

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

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

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

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

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

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

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

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

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

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

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-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
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}


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

h2 {
	line-height: 1.5em
}

blockquote {
	border: none;
	font-size: 1.6rem
}

#qg-primary-content>h1 {
	margin-top: 0
}

#qg-page-feedback #qg-page-feedback-form .panel,
.panel-unstyled {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none
}

table td {
	vertical-align: top
}

.btn-secondary {
	color: #fff;
	background-color: #007eb1;
	border-color: #007eb1
}

.btn-secondary.focus,
.btn-secondary:focus {
	color: #fff;
	background-color: #009bda;
	border-color: #18bcff
}

.btn-secondary:hover {
	color: #fff;
	background-color: #0090cb;
	border-color: #0090cb
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #0090cb;
	border-color: #0094d0
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover {
	color: #fff;
	background-color: #09b8ff;
	border-color: #32c4ff
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
	background-image: none
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
	background-color: #007eb1;
	border-color: #007eb1
}

.btn-secondary .badge {
	color: #007eb1;
	background-color: #fff
}

#feature-search-submit {
	padding: 8px 10px;
	border-radius: 0
}

.carousel {
	margin-top: 1em;
	margin-bottom: 1em
}

.carousel .carousel-caption {
	margin-bottom: 30px;
	padding: 1em;
	background: #000;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-shadow: none
}

.carousel .carousel-caption :first-child {
	margin-top: 0
}

.carousel .carousel-caption :last-child {
	margin-bottom: 0
}

.carousel .carousel-indicators {
	bottom: 10px
}

.carousel.qg .carousel-inner img {
	width: 100%
}

.carousel.qg .carousel-caption {
	left: auto;
	right: auto;
	width: auto;
	margin: 0;
	text-align: left;
	bottom: 0;
	width: 100%;
	padding: 1em;
	background: #000;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-shadow: none
}

.carousel.qg .carousel-caption h2,
.carousel.qg .carousel-caption h3 {
	font-size: 1rem
}

.carousel.qg .carousel-caption * {
	text-shadow: none
}

.carousel.qg .qg-carousel-controls {
	position: relative;
	width: 100%;
	padding: 1.2em;
	background: #007eb1
}

.carousel.qg .qg-carousel-controls .carousel-indicators {
	position: static;
	bottom: auto;
	left: auto;
	width: auto;
	margin: 0;
	text-align: center
}

.carousel.qg .qg-carousel-controls .carousel-control {
	color: #fff
}

@media (min-width:992px) {
	.carousel.qg .qg-carousel-controls .carousel-control .glyphicon {
		line-height: .7em
	}
}

.qg-accordion .controls {
	float: right;
	padding: 0 .5rem;
	color: #13578b
}

.qg-accordion article {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #000;
	overflow: hidden;
	border-top: 1px solid #f6f6f6
}

.qg-accordion article:last-child {
	border-bottom: 1px solid #f6f6f6
}

.qg-accordion article .acc-heading {
	margin: 0;
	position: relative
}

.qg-accordion article .acc-heading label {
	position: relative;
	display: block;
	font-weight: 700;
	padding: 30px 50px 30px 0;
	cursor: pointer
}

.qg-accordion article .acc-heading .fa,
.qg-accordion article .acc-heading img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0
}

.qg-accordion article .acc-heading .fa+label,
.qg-accordion article .acc-heading img+label {
	padding: 30px 50px
}

.qg-accordion article .acc-heading img {
	width: 1.8em;
	height: auto
}

.qg-accordion article .acc-heading .subtitle {
	color: #585e62;
	font-size: 1.6rem;
	font-weight: 400;
	display: block
}

.qg-accordion .collapsing-section {
	max-height: 0;
	overflow: hidden;
	padding-left: 30px;
	border-left: 15px solid #f6f6f6;
	margin-left: 5px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear .9s, opacity .9s
}

.qg-accordion .collapsing-section p {
	margin-top: 0!important
}

.qg-accordion input {
	position: absolute;
	opacity: 0;
	z-index: -1
}

.qg-accordion input:checked~.collapsing-section {
	max-height: inherit;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .9s
}

.qg-accordion input[type=checkbox]:checked+.acc-heading label i {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

.qg-accordion input.expand:checked~article .collapsing-section {
	max-height: inherit;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .9s
}

.qg-accordion .arrow {
	background: #f6f6f6;
	right: 0;
	position: absolute;
	top: 34%;
	line-height: 0;
	padding: .5em;
	border-radius: 50%
}

.qg-accordion .arrow i {
	border: solid #007eb1;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .35s
}

@media screen and (max-width:640px) {
	.qg-accordion .acc-heading {
		font-size: 1em
	}
}

.qg-visually-hidden {
	border: 0;
	clip: rect(1px 1px 1px 1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.qg-visually-hidden * {
	border: 0
}

@media (max-width:767px) {
	.qg-visually-hidden-xs {
		@extends .qg-visually-hidden
	}
}

@media (min-width:768px) and (max-width:991px) {
	.qg-visually-hidden-sm {
		@extends .qg-visually-hidden
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.qg-visually-hidden-md {
		@extends .qg-visually-hidden
	}
}

@media (min-width:1200px) {
	.qg-visually-hidden-lg {
		@extends .qg-visually-hidden
	}
}

@media (min-width:768px) {
	.qg-visually-shown-xs {
		@extends .qg-visually-hidden
	}
}

@media (max-width:767px) {
	.qg-visually-shown-sm {
		@extends .qg-visually-hidden
	}
}

@media (min-width:992px) {
	.qg-visually-shown-sm {
		@extends .qg-visually-hidden
	}
}

@media (max-width:991px) {
	.qg-visually-shown-md {
		@extends .qg-visually-hidden
	}
}

@media (min-width:1200px) {
	.qg-visually-shown-md {
		@extends .qg-visually-hidden
	}
}

@media (max-width:1199px) {
	.qg-visually-shown-lg {
		@extends .qg-visually-hidden
	}
}

.btn-group:not(.dropup) .dropdown-toggle.qg-icon:after,
.dropdown .dropdown-toggle.qg-icon:after,
.dropup .dropdown-toggle.qg-icon:after {
	display: inline-block;
	width: 1.2em;
	padding-left: .2em;
	font-family: FontAwesome;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	text-decoration: none
}

.btn-group:not(.dropup) .dropdown-toggle.qg-icon:after,
.dropdown .dropdown-toggle.qg-icon:after {
	content: " \f078"
}

.btn-group.open:not(.dropup) .dropdown-toggle.qg-icon:after,
.dropdown.open .dropdown-toggle.qg-icon:after {
	content: " \f00d"
}

.dropup .dropdown-toggle.qg-icon:after {
	content: " \f077"
}

.dropup.open .dropdown-toggle.qg-icon:after {
	content: " \f00d"
}

.btn-group .dropdown-toggle.qg-icon:after {
	width: 1.4em;
	padding-left: .1em;
	padding-right: .1em
}

.qg-toggle-icon-right:after,
.qg-toggle-icon:after,
a[data-toggle=collapse].qg-icon:after,
button[data-toggle=collapse].qg-icon:after {
	content: "\f077";
	font-family: FontAwesome;
	color: #fff
}

.qg-toggle-icon-right:after:active,
.qg-toggle-icon-right:after:focus,
.qg-toggle-icon:after:active,
.qg-toggle-icon:after:focus,
a[data-toggle=collapse].qg-icon:after:active,
a[data-toggle=collapse].qg-icon:after:focus,
button[data-toggle=collapse].qg-icon:after:active,
button[data-toggle=collapse].qg-icon:after:focus {
	outline: 0!important
}

.qg-toggle-icon-right {
	float: right;
	padding: 8.4px;
	margin-top: -8.4px;
	line-height: 1em
}

.collapsed.qg-toggle-icon-right:after,
.qg-toggle-icon-right.collapsed:after,
.qg-toggle-icon.collapsed:after,
a.collapsed[data-toggle=collapse].qg-icon:after,
button.collapsed[data-toggle=collapse].qg-icon:after {
	content: "\f078"
}

a[data-toggle=collapse].qg-icon:after,
button[data-toggle=collapse].qg-icon:after {
	padding-left: .4em
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover {
	background: #585e62;
	color: #fff
}

#qg-primary-content figure:not(.qg-nofig),
figure.qg-fig {
	max-width: 374px!important;
	max-height: auto!important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	text-align: center
}

#qg-primary-content figure:not(.qg-nofig):not(.qg-unstyled),
figure.qg-fig:not(.qg-unstyled) {
	border: 1px solid #eee;
	padding: .5em
}

#qg-primary-content figure:not(.qg-nofig).pull-right,
figure.qg-fig.pull-right {
	margin-left: 1em
}

#qg-primary-content figure:not(.qg-nofig).pull-left,
figure.qg-fig.pull-left {
	margin-right: 1em
}

#qg-primary-content figure:not(.qg-nofig) img,
figure.qg-fig img {
	max-width: 100%!important;
	height: auto!important;
	margin: 0 auto
}

#qg-primary-content figure:not(.qg-nofig) figcaption,
figure.qg-fig figcaption {
	font-size: 14px;
	font-size: 1.4rem
}

.pagination .qg-next:after,
.pagination .qg-previous:before {
	font-family: FontAwesome
}

.pagination .qg-previous:before {
	content: "\f137";
	padding-right: .3em
}

.pagination .qg-next:after {
	content: "\f138";
	padding-left: .3em
}

.pagination-container .pagination>li>a {
	padding: 6px 12px
}

#qg-quick-exit {
	text-align: center;
	position: fixed;
	top: 20%;
	right: 0;
	line-height: 1;
	padding: .7em .5em .7em 1.25em;
	white-space: nowrap;
	cursor: pointer;
	font-family: sans-serif;
	font-weight: 700;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	transition: all 15ms ease;
	z-index: 99999;
	background: #f7d418;
	color: #000;
	border: .4em solid #000;
	border-right: none;
	border-radius: 46% 0 0 46%;
	box-shadow: 0 0 0 .2em #f7d418, 2px 2px 5px .2em rgba(0, 0, 0, .5);
	text-transform: uppercase
}

#qg-quick-exit ul {
	list-style-type: none;
	margin: .4em 0 .5em;
	padding: 0;
	text-align: center
}

#qg-quick-exit:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.alert {
	position: relative;
	color: #000
}

.alert h2 {
	margin-top: 5px;
	font-size: 1.2em
}

.alert.alert-danger {
	color: #fff
}

.alert.alert-danger a {
	color: #ff0
}

.alert.alert-success {
	border-left: 5px solid #9ebf6d
}

.alert.alert-info {
	border-left: 5px solid #1e77aa
}

.alert.alert-warning {
	border-left: 5px solid #f9af71
}

.alert.alert-danger,
.alert.alert-info,
.alert.alert-success,
.alert.alert-tip,
.alert.alert-warning {
	padding: 15px;
	margin: 0;
	font-weight: 400;
	margin-bottom: 24px
}

.alert.alert-danger h2 i,
.alert.alert-info h2 i,
.alert.alert-success h2 i,
.alert.alert-tip h2 i,
.alert.alert-warning h2 i {
	font-size: 2.4rem;
	margin-right: 10px
}

.status {
	margin: 24px 0!important
}

.status>.inner {
	margin-left: 32px
}

.status>.inner h3 {
	margin-top: 5px
}

.status>.inner ul {
	padding-left: 0
}

.status.warn {
	border-color: #f9af71!important
}

.status.info,
.status.success,
.status.tip,
.status.warn {
	position: relative;
	border: 0;
	border-left: 5px solid;
	padding: 1em
}

.status.info:before,
.status.info:hover:before,
.status.success:before,
.status.success:hover:before,
.status.tip:before,
.status.tip:hover:before,
.status.warn:before,
.status.warn:hover:before {
	font-size: 2.4rem;
	margin-left: -14px;
	top: 6px;
	color: #000
}

.status.success {
	border-color: #9ebf6d
}

.status.info,
.status.tip {
	border-color: #1e77aa
}

#qg-search-widget {
	background: #f2f7f9;
	padding: .5em 1em
}

#qg-search-widget select {
	width: 100%
}

#qg-search-widget .collapsing-section {
	padding-left: 0;
	border-left: none;
	margin-left: 0
}

#qg-search-widget #qg-search-widget-form input {
	position: static;
	opacity: 1;
	z-index: auto
}

#qg-search-widget .qg-accordion article .acc-heading label {
	padding: 10px 50px 10px 0
}

#qg-search-widget .qg-accordion .arrow {
	top: 18%
}

#qg-search-widget .qg-fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#qg-search-widget .qg-fl #qg-app-geocoding {
	background: #78ba00
}

#qg-search-widget .qg-fl .qg-location-autocomplete {
	width: 90%;
	margin-right: 11px
}

#qg-search-widget .qg-fl #qg-app-geocoding {
	width: 47px;
	position: relative;
	bottom: 0!important
}

#qg-search-widget .qg-fl #qg-app-geocoding svg {
	display: block;
	margin: auto;
	position: absolute;
	top: 5px;
	right: 7px
}

#qg-search-widget #search {
	margin-right: 10px
}

.qg-result-title {
	margin-top: 20px
}

.qg-result-title h2 {
	margin-top: 16px;
	font-weight: 400;
	font-size: 1.2em
}

.qg-result-title hr {
	border-top: 1px solid #ccc;
	margin: 0
}

.qg-correct,
.qg-incorrect,
.table.qg-correct-incorrect>tbody>tr td:nth-child(2n),
.table.qg-correct-incorrect>tbody>tr td:nth-child(odd),
.table>tbody>tr td.qg-correct,
.table>tbody>tr td.qg-incorrect,
table.qg-correct-incorrect td:nth-child(2n),
table.qg-correct-incorrect td:nth-child(odd),
table td.qg-correct,
table td.qg-incorrect {
	position: relative;
	margin: .4em 0;
	padding: 15px 15px 15px 40px;
	border-width: 1px;
	border-left-width: 7px;
	vertical-align: top
}

.qg-correct:before,
.qg-incorrect:before,
.table.qg-correct-incorrect>tbody>tr td:nth-child(2n):before,
.table.qg-correct-incorrect>tbody>tr td:nth-child(odd):before,
.table>tbody>tr td.qg-correct:before,
.table>tbody>tr td.qg-incorrect:before,
table.qg-correct-incorrect td:nth-child(2n):before,
table.qg-correct-incorrect td:nth-child(odd):before,
table td.qg-correct:before,
table td.qg-incorrect:before {
	aria-hidden: true;
	position: absolute;
	top: 8px;
	left: 5px;
	width: 30px;
	font-family: FontAwesome;
	font-size: 24px;
	text-align: center
}

.qg-correct,
.table.qg-correct-incorrect>tbody>tr td:nth-child(2n),
.table>tbody>tr td.qg-correct,
table.qg-correct-incorrect td:nth-child(2n),
table td.qg-correct {
	border-color: #92c23a;
	background-color: #fafff2
}

.qg-correct:before,
.table.qg-correct-incorrect>tbody>tr td:nth-child(2n):before,
.table>tbody>tr td.qg-correct:before,
table.qg-correct-incorrect td:nth-child(2n):before,
table td.qg-correct:before {
	content: "\f00c";
	color: #78ba00
}

.qg-incorrect,
.table.qg-correct-incorrect>tbody>tr td:nth-child(odd),
.table>tbody>tr td.qg-incorrect,
table.qg-correct-incorrect td:nth-child(odd),
table td.qg-incorrect {
	border-color: #d4534c;
	background-color: snow
}

.qg-incorrect:before,
.table.qg-correct-incorrect>tbody>tr td:nth-child(odd):before,
.table>tbody>tr td.qg-incorrect:before,
table.qg-correct-incorrect td:nth-child(odd):before,
table td.qg-incorrect:before {
	content: "\f00d";
	color: #d22d24
}

span.qg-correct,
span.qg-incorrect {
	display: inline-block;
	max-width: 48%
}

.table.qg-correct-incorrect>tbody>tr table td:nth-child(2n),
.table.qg-correct-incorrect>tbody>tr table td:nth-child(odd),
.table.qg-correct-incorrect>tbody>tr td:nth-child(2n),
.table.qg-correct-incorrect>tbody>tr td:nth-child(odd),
.table>tbody>tr table.qg-correct-incorrect td:nth-child(2n),
.table>tbody>tr table.qg-correct-incorrect td:nth-child(odd),
.table>tbody>tr table td.qg-correct,
.table>tbody>tr table td.qg-incorrect,
.table>tbody>tr td.qg-correct,
.table>tbody>tr td.qg-incorrect,
table.qg-correct-incorrect .table>tbody>tr td:nth-child(2n),
table.qg-correct-incorrect .table>tbody>tr td:nth-child(odd),
table.qg-correct-incorrect td:nth-child(2n),
table.qg-correct-incorrect td:nth-child(odd),
table .table.qg-correct-incorrect>tbody>tr td:nth-child(2n),
table .table.qg-correct-incorrect>tbody>tr td:nth-child(odd),
table .table>tbody>tr td.qg-correct,
table .table>tbody>tr td.qg-incorrect,
table td.qg-correct,
table td.qg-incorrect {
	border-left-width: 3px
}

.print-link-url {
	display: none
}

.container-fluid.qg-site-width {
	max-width: 1327px
}

#qg-primary-content {
	margin-top: 30px
}

@media (min-width:1200px) {
	#qg-primary-content {
		margin-top: 50px
	}
}

#qg-primary-content .dropup>ul {
	margin: 0
}

#qg-primary-content {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-primary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-primary-content {
		float: left;
		width: 50%;
		left: 25%
	}
}

#qg-secondary-content {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-secondary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-secondary-content {
		float: left;
		width: 25%;
		left: 25%
	}
}

#qg-section-nav {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-section-nav {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-section-nav {
		float: left;
		width: 25%
	}
}

#qg-section-nav+#qg-primary-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-section-nav+#qg-primary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-section-nav+#qg-primary-content {
		float: left;
		width: 50%;
		left: 0
	}
}

@media (min-width:992px) {
	#qg-section-nav~#qg-secondary-content {
		left: 0
	}
}

#qg-content.qg-wide #qg-primary-content {
	position: relative;
	float: left;
	width: 97%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-content.qg-wide #qg-primary-content {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:992px) {
	#qg-content.qg-wide #qg-primary-content,
	#qg-content.qg-wide #qg-primary-content+#qg-secondary-content {
		left: 0
	}
}

#qg-content.qg-wide #qg-primary-content.qg-has-aside {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-content.qg-wide #qg-primary-content.qg-has-aside {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-content.qg-wide #qg-primary-content.qg-has-aside {
		float: left;
		width: 75%
	}
}

#qg-content.qg-wide #qg-section-nav+#qg-primary-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-content.qg-wide #qg-section-nav+#qg-primary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-content.qg-wide #qg-section-nav+#qg-primary-content {
		float: left;
		width: 75%
	}
}

#qg-content.qg-wide #qg-section-nav+#qg-primary-content.qg-has-aside {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-content.qg-wide #qg-section-nav+#qg-primary-content.qg-has-aside {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-content.qg-wide #qg-section-nav+#qg-primary-content.qg-has-aside {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	#qg-section-nav {
		padding-left: 0
	}
}

#qg-content #qg-site-header #qg-secondary-content,
#qg-content .row #qg-secondary-content {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:1200px) {
	#qg-content #qg-site-header #qg-secondary-content,
	#qg-content .row #qg-secondary-content {
		padding-left: 25px
	}
}

@media (min-width:992px) {
	#qg-one-col #qg-section-nav,
	#qg-three-col #qg-section-nav {
		right: 75%
	}
}

#qg-one-col #qg-primary-content,
#qg-three-col #qg-primary-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-one-col #qg-primary-content,
	#qg-three-col #qg-primary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-one-col #qg-primary-content,
	#qg-three-col #qg-primary-content {
		float: left;
		width: 50%;
		left: 25%
	}
}

#qg-one-col #qg-secondary-content,
#qg-three-col #qg-secondary-content,
#qg-two-col-aside #qg-secondary-content {
	display: block
}

#qg-two-col-aside.wide #qg-primary-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-two-col-aside.wide #qg-primary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-two-col-aside.wide #qg-primary-content {
		float: left;
		width: 75%;
		left: 0
	}
}

@media (min-width:1200px) {
	#qg-two-col-aside.wide #qg-primary-content {
		padding-left: 50px!important
	}
}

#qg-two-col-aside.wide #qg-secondary-content {
	display: block
}

@media (min-width:992px) {
	#qg-two-col-aside.wide #qg-secondary-content {
		left: 0
	}
}

@media (min-width:992px) {
	#qg-two-col-nav #qg-section-nav {
		right: 50%
	}
}

#qg-two-col-nav.wide #qg-primary-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-two-col-nav.wide #qg-primary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-two-col-nav.wide #qg-primary-content {
		float: left;
		width: 75%;
		left: 25%
	}
}

@media (min-width:1200px) {
	#qg-two-col-nav.wide #qg-primary-content {
		padding-right: 50px!important
	}
}

#qg-one-col.wide #qg-primary-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-one-col.wide #qg-primary-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	#qg-one-col.wide #qg-primary-content {
		float: left;
		width: 100%;
		left: 0
	}
}

.qg-index-links .qg-index-item.content-only>div .qg-index-links .qg-index-item.content-only>span,
.qg-index-links .qg-index-item.content-only h2,
.qg-index-links .qg-index-item.content-only p,
.qg-index-links .qg-index-item.content-only ul {
	padding-left: 10px
}

.qg-index-links>.qg-index-item {
	margin-bottom: 50px
}

.qg-index-links>.qg-index-item img {
	width: 75px;
	height: 75px;
	float: left
}

.qg-index-links>.qg-index-item a:hover img {
	border: 1px solid #06c
}

.qg-index-links>.qg-index-item a img {
	position: absolute;
	left: 25px;
	background: #f9f9f9;
	border: 1px solid #fffefc;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1)
}

.qg-index-links>.qg-index-item ul:not(.qg-unstyled) li {
	position: relative;
	padding-left: 1em;
	list-style: none;
	line-height: 2.4rem
}

.qg-index-links>.qg-index-item ul:not(.qg-unstyled) li a,
.qg-index-links>.qg-index-item ul:not(.qg-unstyled) li a:active,
.qg-index-links>.qg-index-item ul:not(.qg-unstyled) li a:focus,
.qg-index-links>.qg-index-item ul:not(.qg-unstyled) li a:hover {
	color: #13578b
}

.qg-index-links>.qg-index-item ul:not(.qg-unstyled) li a:before {
	position: absolute;
	left: 0;
	top: .66rem;
	font-family: FontAwesome;
	font-size: 1.1rem;
	line-height: 1;
	padding-right: .8rem;
	content: "\f054"
}

.qg-index-links>.qg-index-item>div .qg-index-links>.qg-index-item>span,
.qg-index-links>.qg-index-item h2,
.qg-index-links>.qg-index-item p,
.qg-index-links>.qg-index-item ul {
	padding-left: 100px
}

.qg-index-links>.qg-index-item h2 {
	margin-top: 0;
	font-size: 19px;
	font-size: 1.9rem
}

.qg-index-links>.qg-index-item>ul:not(.qg-unstyled) {
	list-style: none
}

@media (max-width:767px) {
	.qg-index-links {
		margin-right: 0;
		margin-left: 0
	}
	.qg-index-links>.qg-index-item {
		width: 100%;
		margin-bottom: 10px;
		background: #005375;
		padding-left: 0!important;
		padding-right: 0!important
	}
	.qg-index-links h2 {
		padding: 0!important;
		margin-bottom: 0
	}
	.qg-index-links h2 a {
		padding: 1em 1.5em!important;
		display: block;
		color: #fff!important
	}
	.qg-index-links h2 a:active,
	.qg-index-links h2 a:visited {
		color: #fff!important
	}
	.qg-index-links h2 a:hover {
		background: #007eb1;
		color: #fff!important;
		text-decoration: none!important
	}
	.qg-index-links h2 img,
	.qg-index-links p,
	.qg-index-links ul {
		display: none
	}
}

#qg-one-col .qg-index-links>.qg-index-item,
#qg-three-col .qg-index-links>.qg-index-item,
#qg-two-col-aside:not(.wide) .qg-index-links>.qg-index-item,
#qg-two-col-nav:not(.wide) .qg-index-links>.qg-index-item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-one-col .qg-index-links>.qg-index-item,
	#qg-three-col .qg-index-links>.qg-index-item,
	#qg-two-col-aside:not(.wide) .qg-index-links>.qg-index-item,
	#qg-two-col-nav:not(.wide) .qg-index-links>.qg-index-item {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:768px) {
	#qg-one-col .qg-index-links>.qg-index-item,
	#qg-three-col .qg-index-links>.qg-index-item,
	#qg-two-col-aside:not(.wide) .qg-index-links>.qg-index-item,
	#qg-two-col-nav:not(.wide) .qg-index-links>.qg-index-item {
		float: left;
		width: 50%
	}
}

#qg-one-col .qg-index-links>.qg-index-item:nth-child(3),
#qg-three-col .qg-index-links>.qg-index-item:nth-child(3),
#qg-two-col-aside:not(.wide) .qg-index-links>.qg-index-item:nth-child(3),
#qg-two-col-nav:not(.wide) .qg-index-links>.qg-index-item:nth-child(3) {
	content: "";
	display: block;
	clear: both
}

#qg-one-col.wide .qg-index-links>.qg-index-item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-one-col.wide .qg-index-links>.qg-index-item {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:768px) {
	#qg-one-col.wide .qg-index-links>.qg-index-item {
		float: left;
		width: 25%
	}
}

#qg-one-col.wide .qg-index-links>.qg-index-item:nth-child(5) {
	content: "";
	display: block;
	clear: both
}

#qg-two-col-aside.wide .qg-index-links>.qg-index-item,
#qg-two-col-nav.wide .qg-index-links>.qg-index-item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-two-col-aside.wide .qg-index-links>.qg-index-item,
	#qg-two-col-nav.wide .qg-index-links>.qg-index-item {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:768px) {
	#qg-two-col-aside.wide .qg-index-links>.qg-index-item,
	#qg-two-col-nav.wide .qg-index-links>.qg-index-item {
		float: left;
		width: 33.33333%
	}
}

#qg-two-col-aside.wide .qg-index-links>.qg-index-item:nth-child(4),
#qg-two-col-nav.wide .qg-index-links>.qg-index-item:nth-child(4) {
	content: "";
	display: block;
	clear: both
}

#qg-access {
	z-index: 9;
	width: 100%;
	position: relative;
	background: #444
}

#qg-access ul {
	position: absolute;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none
}

#qg-access li {
	position: relative;
	width: 100%;
	list-style: none
}

#qg-access h1,
#qg-access h2 {
	font-size: 1em
}

#qg-access a,
#qg-access h1,
#qg-access h2 {
	position: absolute;
	top: 0;
	left: -99999px;
	width: 100%;
	display: block;
	margin: 1px 0;
	padding: .5em 1em;
	background: #444;
	color: #fff
}

#qg-access a:focus,
#qg-access a:hover,
#qg-access h1:focus,
#qg-access h1:hover {
	position: relative;
	left: 0;
	background: #000
}

#qg-access:active {
	background: pink
}

.print-content-link {
	position: absolute;
	right: 35px;
	z-index: 99;
	top: -28px
}

.qg-print-version {
	display: none
}

@media print {
	body {
		background: #fff;
		color: #000
	}
	#qg-primary-content {
		margin-top: 0
	}
	#qg-primary-content h1 {
		margin-top: 12px;
		font-size: 25px
	}
	#qg-primary-content h2 {
		font-size: 20px
	}
	#qg-primary-content a[href]:after,
	#qg-secondary-content a[href]:after {
		content: " (" attr(href) ")";
		color: #06c!important;
		font-size: 16px!important
	}
	#qg-breadcrumb h2 {
		position: static
	}
	#browser,
	#header-bg,
	#qg-access,
	#qg-banner,
	#qg-page-feedback,
	#qg-section-nav,
	#qg-site-header form,
	#qg-site-map,
	#qg-site-nav,
	#tools,
	.print-content-link,
	.qg-legal li,
	.qg-options,
	.qg-utilities {
		display: none
	}
	.qg-legal {
		text-align: left!important
	}
	.qg-legal a:after {
		color: #06c!important;
		font-size: 12px!important
	}
	#footer li.legal {
		display: block;
		margin: 0;
		padding: 0;
		min-height: 1.2em;
		border: none
	}
	#footer a {
		display: inline;
		margin: 0;
		padding: 0
	}
	.print-link-url {
		display: inline;
		text-decoration: none;
		font-size: 100%;
		color: #06c
	}
	.actions .print-link-url,
	.warn .print-link-url {
		display: none
	}
	#qg-breadcrumb {
		display: block
	}
	#qg-breadcrumb h2 {
		font-size: 100%;
		display: block;
		margin: .5em 0;
		font-weight: 400
	}
	#qg-breadcrumb a,
	#qg-breadcrumb li,
	#qg-breadcrumb li.last-child,
	#qg-breadcrumb ol {
		text-decoration: none!important;
		color: #000!important;
		display: inline!important;
		margin: 0!important;
		padding: 0!important
	}
	#qg-breadcrumb a {
		padding-right: .5em
	}
	#qg-breadcrumb a:after {
		content: " >"
	}
	#qg-breadcrumb a:before,
	#qg-breadcrumb li:before {
		display: none!important
	}
	#qg-site-header {
		border-bottom: 1px solid #000!important;
		margin-bottom: 1em;
		display: block;
		min-height: 32mm
	}
	#qg-site-map {
		border-top: 1px solid #000;
		padding-top: 1em
	}
	#qg-branding {
		display: none
	}
	#content,
	#content-container,
	#content .section,
	#document-properties,
	#page-container,
	#page-feedback,
	#post-page-options,
	.article,
	.max-width,
	.section {
		width: 100%!important;
		max-width: 100%!important
	}
	#qg-coa img.qg-print-version,
	#qg-logo img.qg-print-version,
	#site-name img.qg-print-version,
	.print-link-url {
		margin: 0;
		padding: 0;
		text-decoration: none;
		display: inline
	}
	#ia .d1 img {
		float: left
	}
	.compact .section {
		display: block!important
	}
	#quick-exit,
	.print-content-link {
		display: none
	}
}

#qg-site-header .alert-danger,
.qg-global-alert {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-site-header .alert-danger,
	.qg-global-alert {
		padding-left: 25px;
		padding-right: 25px;
		padding-left: 50px;
		padding-right: 50px
	}
}

#qg-site-header .alert-danger header,
.qg-global-alert header {
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	padding-left: 0!important;
	border-bottom: 1px solid #fff;
	border-collapse: collapse
}

@media (min-width:768px) {
	#qg-site-header .alert-danger header,
	.qg-global-alert header {
		float: left;
		width: 33.33333%
	}
}

@media (min-width:1200px) {
	#qg-site-header .alert-danger header,
	.qg-global-alert header {
		padding-left: 25px;
		padding-right: 25px;
		float: left;
		width: 33.33333%
	}
}

#qg-site-header .alert-danger header h2,
.qg-global-alert header h2 {
	margin-top: 0
}

@media (min-width:768px) {
	#qg-site-header .alert-danger header,
	.qg-global-alert header {
		border-right: 1px solid #fff;
		border-bottom: 0
	}
}

#qg-site-header .alert-danger header>*,
.qg-global-alert header>* {
	padding-left: 60px
}

#qg-site-header .alert-danger header:before,
.qg-global-alert header:before {
	content: "\f071";
	position: absolute;
	display: inline-block;
	float: left;
	top: 0;
	left: 0;
	padding-bottom: .2em;
	font-size: 2.2em;
	font-family: fontAwesome;
	text-align: center
}

#qg-site-header .alert-danger section,
.qg-global-alert section {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12.5px;
	padding-right: 0!important
}

@media (min-width:768px) {
	#qg-site-header .alert-danger section,
	.qg-global-alert section {
		float: left;
		width: 66.66667%
	}
}

@media (min-width:1200px) {
	#qg-site-header .alert-danger section,
	.qg-global-alert section {
		padding-left: 25px;
		padding-right: 25px;
		float: left;
		width: 66.66667%
	}
}

@media (min-width:768px) {
	#qg-site-header .alert-danger section,
	.qg-global-alert section {
		padding-top: 0;
		padding-left: 25px
	}
}

#qg-site-header .alert-danger {
	margin-bottom: 1em
}

#qg-primary-content .qg-global-alert header {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-primary-content .qg-global-alert header {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:768px) {
	#qg-primary-content .qg-global-alert header {
		float: left;
		width: 41.66667%
	}
}

#qg-primary-content .qg-global-alert section {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	#qg-primary-content .qg-global-alert section {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:768px) {
	#qg-primary-content .qg-global-alert section {
		float: left;
		width: 58.33333%
	}
}

.qg-coat-of-arms {
	padding-bottom: 12.8px;
	overflow: hidden;
	padding-left: 15px
}

@media (min-width:1200px) {
	.qg-coat-of-arms {
		padding-left: 50px
	}
}

.qg-coat-of-arms img {
	height: 40px
}

@media (min-width:768px) {
	.qg-coat-of-arms img {
		height: 50px
	}
}

@media print {
	.qg-coat-of-arms a:after {
		content: ""
	}
}

#qg-site-header {
	background-color: #f6f6f6;
	margin-top: 0;
	padding-top: 16px;
	padding-bottom: 0
}

@media (min-width:768px) {
	#qg-site-header {
		margin-top: 32px
	}
}

@media print {
	#qg-site-header {
		border-bottom: 1px solid #000
	}
}

#qg-site-name {
	background-color: #000
}

#qg-site-name h2 {
	margin: .3em 0
}

#qg-site-nav {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
	background: #494949;
	font-size: 16px;
	font-size: 1.6rem
}

@media (min-width:1200px) {
	#qg-site-nav {
		padding-left: 25px;
		padding-right: 25px
	}
}

#qg-site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:1200px) {
	#qg-site-nav ul {
		padding-left: 25px
	}
}

#qg-site-nav a {
	display: block;
	padding: .4em 30px .6em
}

#qg-site-nav a,
#qg-site-nav a:link,
#qg-site-nav a:visited {
	color: #fff
}

@media print {
	#qg-site-nav {
		display: none!important
	}
}

@media (max-width:991px) {
	#qg-site-nav li:nth-child(2n) a {
		background-color: #505050
	}
}

@media (min-width:992px) {
	#qg-site-nav {
		padding-left: 0;
		padding-right: 0;
		background-color: transparent
	}
	#qg-site-nav a,
	#qg-site-nav li {
		display: inline-block
	}
	#qg-site-nav a {
		padding-left: 17.5px;
		padding-right: 17.5px;
		background-color: transparent
	}
	#qg-site-nav a,
	#qg-site-nav a:link,
	#qg-site-nav a:visited {
		color: #13578b
	}
	#qg-search-form,
	#qg-site-nav {
		display: block
	}
}

@media (min-width:1200px) {
	#qg-site-nav {
		padding-left: 12.5px
	}
}

#qg-search-form {
	padding-bottom: 15px
}

#qg-search-form input {
	border-radius: 0;
	border-color: #78ba00
}

#qg-search-form .listbox {
	list-style: none;
	position: absolute;
	top: 100%;
	top: calc(100% - 1px);
	z-index: 98;
	width: 100%;
	padding: 0;
	border: 1px solid #78ba00;
	border-top: 1px solid #eee;
	background: #f9f9f9
}

#qg-search-form .listbox[aria-busy=true] {
	display: none;
	border-top-style: hidden
}

#qg-search-form .listbox li {
	width: 100%
}

#qg-search-form .listbox li:hover {
	background: #f2f7f9
}

#qg-search-form .listbox a {
	display: block;
	background: transparent;
	color: #000;
	text-decoration: none;
	white-space: normal;
	padding: .5em .7em
}

#qg-search-form .listbox a.focus,
#qg-search-form .listbox a:focus,
#qg-search-form .listbox a:hover {
	background: #fff;
	color: #939393;
	border: none
}

#qg-search-form .listbox mark {
	font-weight: 700;
	background-color: transparent;
	padding: 0
}

#qg-search-form .input-group-btn {
	position: absolute;
	top: 0;
	right: -2px
}

#qg-search-form .input-group {
	max-width: calc(100% - 60px)
}

@media (max-width:768px) {
	#qg-search-form .input-group {
		width: calc(100% - 60px)
	}
}

@media print {
	#qg-search-form {
		display: none
	}
}

#qg-site-header .qg-utilities {
	text-align: right;
	margin-top: .5rem
}

#qg-site-header .qg-utilities a,
#qg-site-header .qg-utilities a:focus,
#qg-site-header .qg-utilities a:hover,
#qg-site-header .qg-utilities a:link {
	color: #115289;
	text-decoration: none
}

@media (min-width:992px) {
	#qg-site-header .qg-utilities a:hover {
		text-decoration: underline
	}
}

#qg-site-header .qg-utilities li {
	padding-right: 0;
	padding-left: 0;
	line-height: 1.75em
}

#qg-site-header .qg-utilities li a,
#qg-site-header .qg-utilities li button {
	background-color: transparent;
	padding: 0;
	border: none;
	vertical-align: middle;
	display: inline-block;
	text-align: center
}

#qg-site-header .qg-utilities li a .fa,
#qg-site-header .qg-utilities li button .fa {
	display: block
}

#qg-site-header .qg-utilities li a .fa-phone:before,
#qg-site-header .qg-utilities li button .fa-phone:before {
	vertical-align: middle
}

#qg-site-header .qg-utilities li+li {
	margin-left: 1em
}

@media (min-width:768px) {
	#qg-site-header .qg-utilities {
		text-align: right
	}
}

@media print {
	#qg-site-header .qg-utilities {
		display: none
	}
}

#qg-banner-blurb {
	min-height: 361px;
	height: auto;
	box-sizing: border-box;
	padding: 1px;
	clear: both
}

#qg-banner-blurb img {
	max-width: 1312px;
	max-height: 361px
}

@media (max-width:767px) {
	#qg-banner-blurb img {
		max-height: 190px
	}
}

#qg-banner-blurb .blurb {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 1.2em;
	margin: 1.2em;
	width: 27.5em
}

#qg-banner-blurb .blurb h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1.8em
}

#qg-banner-blurb .blurb p {
	margin: 0;
	margin-top: .3em
}

@media (max-width:767px) {
	#qg-banner-blurb .blurb {
		width: 76%
	}
}

@media (max-width:767px) {
	#qg-banner-blurb {
		min-height: 192px
	}
}

#qg-breadcrumb {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	background: #007eb1
}

@media (min-width:1200px) {
	#qg-breadcrumb {
		padding-left: 25px;
		padding-right: 25px
	}
}

#qg-breadcrumb h1,
#qg-breadcrumb h2 {
	color: #fff
}

#qg-breadcrumb a {
	color: #fff;
	text-decoration: none
}

#qg-breadcrumb a:hover {
	text-decoration: underline
}

#qg-breadcrumb span.fa {
	font-size: 1.2em;
	margin-right: .3em
}

#qg-breadcrumb ol {
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	color: #fff;
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem
}

@media (max-width:992px) {
	#qg-breadcrumb ol {
		font-size: 15px;
		font-size: 1.5rem
	}
}

@media (min-width:1200px) {
	#qg-breadcrumb ol {
		padding-left: 25px
	}
}

#qg-breadcrumb li {
	display: block;
	padding-left: 14px
}

#qg-breadcrumb li:first-child:before {
	content: "\f19c";
	font-size: 1.1em
}

#qg-breadcrumb li+li:before,
#qg-breadcrumb li:first-child:before {
	margin: 0 .6em 0 0;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
	font-weight: 400
}

#qg-breadcrumb li+li:before {
	content: "\f054";
	display: inline;
	font-size: .7em
}

@media (max-width:992px) {
	#qg-breadcrumb li+li {
		padding-left: 15px;
		padding-top: 10px
	}
	#qg-breadcrumb li+li:before {
		padding-right: 7px
	}
}

@media (min-width:992px) {
	#qg-breadcrumb {
		margin: 0
	}
	#qg-breadcrumb.collapse {
		display: block
	}
	#qg-breadcrumb li {
		display: inline-block
	}
	#qg-breadcrumb li:last-child {
		font-size: 100%;
		font-weight: 700
	}
}

@media print {
	#qg-breadcrumb a:after {
		content: ""
	}
}

@media (min-width:992px) {
	#qg-breadcrumb.collapse {
		display: block;
		height: auto!important
	}
}

#qg-primary-content h1:first-child {
	margin-top: 0;
	margin-bottom: 1em
}

#qg-primary-content h1:first-child small {
	display: block
}

#qg-primary-content p.lead {
	color: #585e62;
	font-weight: 400
}

#qg-primary-content blockquote {
	background: #f9f9f9;
	padding: 1em;
	border: 1px solid #dcdcdc;
	margin-left: 1em
}



.qg-content-footer {
	margin-top: 4em;
	font-size: .8em
}

.qg-content-footer dl {
	float: left
}

.qg-content-footer dt {
	display: inline-block;
	float: left;
	clear: left
}

.qg-content-footer dd {
	display: inline-block;
	float: left;
	margin-left: .35em
}

.qg-content-footer #document-licence {
	float: right;
	margin-bottom: 24px!important
}

.qg-content-footer:after {
	content: " ";
	display: block;
	clear: both
}

#qg-options {
	background-color: #007eb1;
	padding-top: 25px;
	padding-bottom: 25px
}

@media (min-width:1200px) {
	#qg-options {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media print {
	#qg-options {
		display: none
	}
}

#qg-options .btn-default {
	color: #fff;
	background-color: #005375;
	border-color: transparent
}

#qg-options .btn-default.focus,
#qg-options .btn-default:focus {
	color: #fff;
	background-color: #00709e;
	border-color: rgba(51, 51, 51, 0)
}

#qg-options .btn-default:hover {
	color: #fff;
	background-color: #00658f;
	border-color: hsla(0, 0%, 5%, 0)
}

#qg-options .btn-default.active,
#qg-options .btn-default:active,
.open>#qg-options .btn-default.dropdown-toggle {
	color: #fff;
	background-color: #00658f;
	border-color: hsla(0, 0%, 6%, 0)
}

#qg-options .btn-default.active.focus,
#qg-options .btn-default.active:focus,
#qg-options .btn-default.active:hover,
#qg-options .btn-default:active.focus,
#qg-options .btn-default:active:focus,
#qg-options .btn-default:active:hover,
.open>#qg-options .btn-default.dropdown-toggle.focus,
.open>#qg-options .btn-default.dropdown-toggle:focus,
.open>#qg-options .btn-default.dropdown-toggle:hover {
	color: #fff;
	background-color: #0091cc;
	border-color: rgba(64, 64, 64, 0)
}

#qg-options .btn-default.active,
#qg-options .btn-default:active,
.open>#qg-options .btn-default.dropdown-toggle {
	background-image: none
}

#qg-options .btn-default.disabled.focus,
#qg-options .btn-default.disabled:focus,
#qg-options .btn-default.disabled:hover,
#qg-options .btn-default[disabled].focus,
#qg-options .btn-default[disabled]:focus,
#qg-options .btn-default[disabled]:hover,
fieldset[disabled] #qg-options .btn-default.focus,
fieldset[disabled] #qg-options .btn-default:focus,
fieldset[disabled] #qg-options .btn-default:hover {
	background-color: #005375;
	border-color: transparent
}

#qg-options .btn-default .badge {
	color: #005375;
	background-color: #fff
}

#qg-share {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 14px;
	color: #fff;
	text-align: center;
	vertical-align: baseline
}

@media (min-width:1200px) {
	#qg-share {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:768px) {
	#qg-share {
		float: left;
		width: 50%;
		left: 50%
	}
}

#qg-share .navbar {
	min-height: auto
}

#qg-share h2,
#qg-share li,
#qg-share ul {
	padding: 0;
	margin: 0;
	vertical-align: middle
}

#qg-share h2 {
	padding-bottom: 8.4px;
	font-size: 16px;
	font-size: 1.6rem
}

#qg-share ul {
	list-style: none
}

#qg-share li {
	display: inline-block
}

#qg-share .qg-share-link {
	padding: 0 5px;
	color: inherit
}

#qg-share .dropdown-menu {
	right: 0;
	left: auto
}

#qg-share #shareDropdown.open #shareDropdownToggle .fa:before {
	content: "\f00d"
}

#qg-share #shareDropdownToggle {
	background: transparent;
	border: none
}

#qg-share .dropdown-menu[aria-labelledby=shareDropdownToggle] {
	border: 0
}

#qg-share .dropdown-menu[aria-labelledby=shareDropdownToggle] li {
	display: block
}

#qg-share .dropdown-menu[aria-labelledby=shareDropdownToggle] .qg-share-link {
	display: block;
	padding: 8.4px 21.6px;
	color: #333
}

#qg-share .dropdown-menu[aria-labelledby=shareDropdownToggle] .qg-share-icon {
	width: 25px;
	padding-right: 4px;
	font-size: 14px;
	font-size: 1.4rem
}

@media (min-width:768px) {
	#qg-share {
		text-align: right;
		padding-top: 8.4px;
		padding-bottom: 0;
		font-size: 12px;
		font-size: 1.2rem
	}
	#qg-share .navbar,
	#qg-share h2 {
		display: inline-block
	}
	#qg-share h2 {
		padding: 3px 5px 0 0
	}
	#qg-share .navbar,
	#qg-share h2 {
		vertical-align: middle
	}
}

#qg-feedback-btn {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center
}

@media (min-width:1200px) {
	#qg-feedback-btn {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:768px) {
	#qg-feedback-btn {
		float: left;
		width: 50%;
		right: 50%;
		text-align: left
	}
}

#qg-page-feedback {
	background-color: #fafafa;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem
}

#qg-page-feedback #feedback-captcha-container {
	display: none
}

#qg-page-feedback .warn {
	padding: 1em
}

#qg-page-feedback .info {
	padding: 1em;
	margin-bottom: 1em;
	background-color: #eef4f6
}

#qg-page-feedback .required {
	margin-left: 0
}

#qg-page-feedback .invalid,
#qg-page-feedback .invalid label {
	color: #f85c50
}

#qg-page-feedback .invalid input,
#qg-page-feedback .invalid textarea {
	border: 2px solid #f85c50
}

#qg-page-feedback #qg-page-feedback-form {
	padding: 15px
}

@media (min-width:1200px) {
	#qg-page-feedback #qg-page-feedback-form {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (max-width:991px) {
	#qg-page-feedback #qg-page-feedback-form h2,
	#qg-page-feedback #qg-page-feedback-form p {
		margin: 1em 35px
	}
	#qg-page-feedback #qg-page-feedback-form textarea {
		width: 100%
	}
}

#qg-page-feedback #qg-page-feedback-form ol,
#qg-page-feedback #qg-page-feedback-form ol.questions,
#qg-page-feedback #qg-page-feedback-form ul,
#qg-page-feedback #qg-page-feedback-form ul.questions {
	margin: 0;
	padding: 1em 0;
	list-style-type: none
}

#qg-page-feedback #qg-page-feedback-form ul.actions li {
	display: inline-block;
	margin-right: 1em;
	text-align: center
}

#qg-page-feedback #qg-page-feedback-form .label {
	color: #000!important;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline;
	position: static;
	width: auto;
	max-width: auto;
	margin: 0;
	padding: 0;
	white-space: normal
}

#qg-page-feedback #qg-page-feedback-form fieldset {
	color: #000;
	margin: 0;
	padding: 0
}

#qg-page-feedback #qg-page-feedback-form fieldset legend {
	color: #000;
	margin: 0;
	padding: 0;
	border-bottom: none
}

#qg-page-feedback #qg-page-feedback-form label {
	font-weight: 400;
	font-size: 1em;
	color: #000
}

#qg-page-feedback #qg-page-feedback-form input,
#qg-page-feedback #qg-page-feedback-form label {
	display: inline;
	position: static;
	width: auto;
	max-width: auto;
	margin: 0;
	padding: 0
}

#qg-page-feedback #qg-page-feedback-form #feedback-page-list li {
	clear: none
}

.qg-survey {
	background-color: #fcf8e3;
	color: #ae8446;
	margin: 1rem auto;
	padding: 1em 2em 1em 5.125em;
	position: relative;
	overflow: hidden;
	border: 1px solid #faebcc
}

.qg-survey:before {
	text-decoration: inherit
}

.qg-survey:before,
.qg-survey:hover:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	line-height: 1;
	padding-right: 1rem;
	content: "ïƒ¦";
	background: inherit;
	color: #000
}

.qg-survey:hover:before {
	text-decoration: none
}

.qg-survey:before,
.qg-survey:hover:before {
	position: absolute;
	background: transparent;
	color: #8a6d3b;
	left: 2rem;
	top: 3rem
}

.qg-survey * {
	color: #8a6d3b
}

.qg-survey .qg-btn {
	display: inline-block;
	padding: .2rem 1.2rem;
	background: #f8d87b;
	outline: 0;
	border-radius: 25px;
	color: #000;
	line-height: 1.5em;
	text-decoration: none;
	float: right
}

.qg-survey .qg-btn:active,
.qg-survey .qg-btn:focus,
.qg-survey .qg-btn:hover {
	background: #f2cb58
}

.qg-call-out-box {
	background-color: #eef4f6;
	clear: both;
	padding: 2em 1em;
	width: 100%;
	box-sizing: border-box;
	margin: 1em auto;
	overflow: hidden
}

.qg-call-out-box a.qg-btn {
	float: left;
	margin-right: 1em
}

@media (min-width:768px) {
	.qg-call-out-box a.qg-btn {
		min-width: 8em;
		margin-right: 2em
	}
}

.qg-call-out-box p {
	margin: 0
}

.qg-cut-in,
.qg-cut-in-alt {
	position: relative;
	max-width: 37.4rem!important;
	text-align: center;
	font-size: 1.4rem;
	font-style: italic;
	border: 1px solid #eee;
	padding: .7rem;
	margin: 1.7rem 0 1.4rem
}

.qg-cut-in-alt img,
.qg-cut-in img {
	max-width: 100%!important;
	height: auto!important;
	margin: 0 auto;
	display: block
}

.qg-cut-in-alt .figure-credits,
.qg-cut-in .figure-credits {
	padding: 0 2rem
}

.qg-cut-in-alt .caption,
.qg-cut-in .caption {
	margin: .6rem auto;
	text-align: left;
	font-size: 1.4rem;
	font-style: italic;
	max-width: 28.4rem
}

.qg-cut-in-alt .figure-credits-toggle,
.qg-cut-in .figure-credits-toggle {
	display: block;
	position: absolute;
	height: 30px;
	top: 10px!important;
	right: 10px!important;
	text-align: right;
	margin: 0!important;
	padding: 0!important
}

.qg-cut-in {
	float: right;
	margin-left: 1.6rem
}

.qg-cut-in-alt {
	float: left;
	margin-right: 1.6rem
}

.qg-promotional-content .promotions .figure {
	position: relative;
	margin: .75em 0
}

.qg-promotional-content .credits-toggle {
	position: absolute;
	top: 143px;
	right: 1em;
	margin: -40px 5px 0;
	padding: 0;
	border: none;
	background: transparent;
	opacity: .67;
	transition: opacity .1s ease
}

.qg-promotional-content .credits-toggle:hover {
	opacity: 1
}

.qg-promotional-content .promotions img {
	margin: 0;
	display: block;
	max-width: 100%
}

.qg-promotional-content .promotions .caption {
	padding: 0 1.4em;
	line-height: 1.75;
	font-size: 1.4rem;
	color: #585e62
}

.qg-promotional-content .promotions .more {
	text-align: right
}

#qg-content #qg-section-nav {
	background-color: #f6f6f6
}

#qg-content #qg-section-nav h2 {
	padding-left: 2.5em;
	padding-top: 2.4em;
	padding-bottom: .3em;
	color: #000;
	margin: 0;
	font-size: 19px;
	font-size: 1.9rem
}

#qg-content #qg-section-nav ul {
	margin: 0;
	padding: 0 0 17.5px
}

#qg-content #qg-section-nav li {
	position: relative;
	padding: 0;
	transition: all .2s;
	list-style-type: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700
}

#qg-content #qg-section-nav li a {
	display: block;
	margin: 0;
	padding: .7em 0 .9em 25px;
	color: #005375;
	text-decoration: none
}

#qg-content #qg-section-nav li a:hover {
	text-decoration: none;
	background-color: #d1d1d1
}

#qg-content #qg-section-nav li a.active {
	color: #fff;
	background-color: #007eb1
}

#qg-content #qg-section-nav li a:before {
	position: absolute;
	top: .95em;
	left: 10px;
	display: inline-block!important;
	content: "\f054";
	margin: 0;
	padding: 0 .3em 0 0;
	text-decoration: none;
	opacity: .5;
	font-family: FontAwesome;
	font-size: .9em
}

#qg-content #qg-section-nav li a.active:before {
	opacity: 1
}

#qg-content #qg-section-nav li ul {
	padding: 0
}

#qg-content #qg-section-nav li ul li {
	margin-left: 3rem
}

#qg-content #qg-section-nav li ul li a:before {
	content: ""
}

@media (min-width:992px) {
	#qg-content #qg-section-nav {
		background-color: transparent
	}
	#qg-content #qg-section-nav h2,
	#qg-content #qg-section-nav ul {
		background-color: #f6f6f6
	}
	#qg-content #qg-section-nav ul {
		padding: 0 0 35px
	}
	#qg-content #qg-section-nav li a {
		padding-left: 30px
	}
	#qg-content #qg-section-nav li a:before {
		left: 15px
	}
}

@media (min-width:1200px) {
	#qg-content #qg-section-nav li a {
		padding: .7em 25px .7em 65px
	}
	#qg-content #qg-section-nav li a:before {
		left: 50px
	}
}

@media print {
	#qg-content #qg-section-nav {
		display: none
	}
}

#qg-content #qg-section-nav .guide-sub-nav a {
	padding-left: 4rem
}

#qg-content #qg-section-nav .guide-sub-nav a:before {
	content: ""
}

#qg-content #qg-section-nav .guide-sub-nav a .page-number {
	speak: none;
	float: left;
	color: #13578b;
	min-width: 2rem;
	text-align: center;
	margin-left: -3rem;
	font-weight: 700;
	background: #f6f6f6
}

@media (min-width:1200px) {
	#qg-content #qg-section-nav .guide-sub-nav a {
		padding-left: 6rem
	}
}

#step-nav {
	background: #013652;
	color: #fff
}

#step-nav .dropdown {
	padding: .7em 1em;
	display: block;
	color: #fff;
	cursor: pointer;
	transition: all .3s ease
}

#step-nav .dropdown:after {
	content: " \25bc"
}

#step-nav .dropdown:hover {
	background: #53b2d2;
	text-decoration: none
}

#step-nav ul {
	list-style: none
}

#step-nav ul,
#step-nav ul li {
	margin: 0;
	padding: 0
}

#step-nav ul li a {
	color: #fff
}

#step-nav ul li ol.guide-sub-nav {
	list-style: none;
	padding: 0;
	display: none;
	background: #006584
}

#step-nav ul li ol.guide-sub-nav.show {
	transition: all .3s ease;
	display: block
}

#step-nav ul li ol.guide-sub-nav li a {
	display: block;
	transition: all .3s ease;
	padding: .6em 1em
}

#step-nav ul li ol.guide-sub-nav li a .page-number {
	margin: 0 .4em 0 0;
	color: #05457f;
	padding: .2em .5em;
	background: #ddecf1
}

#step-nav ul li ol.guide-sub-nav li a.active,
#step-nav ul li ol.guide-sub-nav li a:hover {
	background: #53b2d2;
	text-decoration: none
}

#step-nav ul li ol.guide-sub-nav li a.active .page-number,
#step-nav ul li ol.guide-sub-nav li a:hover .page-number {
	background: #fff
}

#step-nav ul li ol.guide-sub-nav li a:visited {
	color: initial!important
}

#ssq-minicart {
	position: relative
}

#ssq-minicart h3 {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0
}

#ssq-minicart .ssq-minicart-cards {
	padding: 1.2rem .5rem .5rem;
	text-align: center
}

#ssq-minicart .ssq-minicart-cards ul {
	display: inline-block;
	margin: .4rem 0 0;
	padding: 0;
	list-style: none
}

#ssq-minicart .ssq-minicart-cards ul li {
	display: inline
}

#qg-content #qg-secondary-content {
	position: relative
}

#qg-content #qg-secondary-content .qg-aside {
	border-bottom: 1px solid #e1ecf1;
	font-size: .9em;
	color: #4d4d4d;
	padding: 15px;
	margin: 0;
	background-color: #f2f7f9
}

@media (min-width:1200px) {
	#qg-content #qg-secondary-content .qg-aside {
		padding: 25px
	}
}

#qg-content #qg-secondary-content .qg-aside:last-child {
	border-bottom: none
}

#qg-content #qg-secondary-content .qg-aside:first-child {
	padding-top: 30px
}

@media (min-width:1200px) {
	#qg-content #qg-secondary-content .qg-aside:first-child {
		padding-top: 50px
	}
}

#qg-content #qg-secondary-content .qg-aside .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

#qg-content #qg-secondary-content .qg-aside .container iframe {
	width: 100%
}

#qg-content #qg-secondary-content .qg-aside h2 {
	margin-top: 0;
	overflow: hidden;
	color: #005474;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700
}

#qg-content #qg-secondary-content .qg-aside h2 .fa {
	padding-right: .3em;
	color: #78ba00;
	font-size: 1.3em
}

#qg-content #qg-secondary-content .qg-aside h3 {
	color: #005474
}

#qg-content #qg-secondary-content .qg-aside p:last-child {
	margin-bottom: 0
}

#qg-content #qg-secondary-content .qg-aside .tel {
	font-weight: 800;
	white-space: nowrap
}

#qg-content #qg-secondary-content .qg-aside.qg-featured .news-items h3 {
	font-size: 1.2em
}

#qg-content #qg-secondary-content .qg-aside.qg-contact {
	background: #e7f5fe
}

#qg-content #qg-secondary-content .qg-aside.qg-contact ul li {
	word-wrap: break-word
}

#qg-content #qg-secondary-content .qg-aside.qg-contact ul li .tel {
	color: #585e62;
	font-size: 1.4rem
}

#qg-content #qg-secondary-content .qg-aside.qg-emergency-contact {
	background: #ffdea6
}

#qg-content #qg-secondary-content .qg-aside.qg-emergency-contact .fa {
	float: left;
	font-size: 1.9em;
	color: #a60000;
	margin-right: .4em
}

#qg-content #qg-secondary-content .qg-aside.qg-emergency-contact p span a {
	font-size: 1.5em;
	margin-left: 10px
}

#qg-content #qg-secondary-content .qg-aside.login h2:before {
	content: "ï‚";
	font-family: FontAwesome;
	color: #78ba00;
	font-size: 3.2rem;
	font-weight: 400;
	padding-right: 1.2rem
}

#qg-content #qg-secondary-content .qg-aside .actions {
	list-style: none;
	padding: .5rem 0 0
}

.qg-site-map {
	color: #fff;
	background-color: #0b2e4c;
	padding-top: 12.5px;
	padding-bottom: 12.5px
}

@media (min-width:992px) {
	.qg-site-map {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (min-width:1200px) {
	.qg-site-map {
		padding: 50px 25px
	}
}

.qg-site-map a,
.qg-site-map a:link {
	color: #fff;
	text-decoration: none
}

.qg-site-map a:hover {
	color: #fff;
	text-decoration: underline
}

.qg-site-map div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	.qg-site-map div {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:992px) {
	.qg-site-map div {
		float: left;
		width: 33.33333%
	}
}

.qg-site-map div:nth-child(2n) {
	background-color: #0b2e4c
}

.qg-site-map div h3 {
	font-size: 19px;
	font-size: 1.9rem;
	border-bottom: 1px solid #fff;
	margin-top: 0;
	padding-top: 12.5px;
	padding-bottom: 12.5px
}

.qg-site-map div ul {
	list-style: none;
	padding-left: 0
}

@media (min-width:768px) {
	.qg-site-map div ul.collapse {
		display: block!important;
		height: auto!important
	}
}

.qg-site-map div ul.col-2 {
	list-style: none;
	padding-left: 0
}

@media (min-width:768px) {
	.qg-site-map div ul.col-2 {
		-webkit-column-count: 2;
		column-count: 2
	}
}

.qg-site-map div li {
	font-size: 14px;
	font-size: 1.4rem;
	padding: .5em .3em
}

@media print {
	.qg-site-map {
		display: none
	}
}

.qg-legal {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 45px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: 900;
	line-height: 7px
}

.qg-legal #qg-site-header,
.qg-legal .row {
	background-color: #fff
}

.qg-legal p,
.qg-legal ul {
	margin-top: 2em
}

.qg-legal ul {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1200px) {
	.qg-legal ul {
		padding-left: 25px;
		padding-right: 25px
	}
}

.qg-legal ul li {
	padding: .5em 0;
	margin: 0
}

.qg-legal ul li a {
	padding: .2em 1em;
	display: block
}

.qg-legal ul li+li a {
	border-left: 1px solid #999
}

.qg-legal a {
	text-decoration: none;
	color: #000
}

.qg-legal a:focus,
.qg-legal a:hover {
	text-decoration: underline;
	color: #000
}

@media print {
	.qg-legal {
		border-top: 1px solid #000
	}
	.qg-legal ul li {
		display: block
	}
	.qg-legal ul li+li a {
		border-left: none
	}
}

.qg-aggre-theme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.qg-aggre-theme.qg-feature,
.qg-aggre-theme .wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto
}

.qg-aggre-theme#qg-site-header [class*=col-],
.qg-aggre-theme.row [class*=col-] {
	margin-bottom: 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qg-aggre-theme.qg-feature article {
	color: #fff
}

.qg-aggre-theme.qg-feature article .content {
	height: 100%;
	background: #444;
	position: relative;
	overflow: hidden
}

.qg-aggre-theme.qg-feature article .content .details {
	padding: 1em
}

@media (min-width:768px) {
	.qg-aggre-theme.qg-feature article .content .qg-pin-bottom {
		position: absolute;
		bottom: 1em;
		width: calc(95% - 1em);
		box-sizing: border-box
	}
}

@media (min-width:992px) {
	.qg-aggre-theme.qg-feature article .content .qg-pin-bottom-md {
		position: absolute;
		bottom: 1em;
		width: calc(94% - 1em);
		box-sizing: border-box
	}
}

.qg-aggre-theme.qg-feature article .btn,
.qg-aggre-theme.qg-feature article .qg-btn {
	background: #007eb1;
	display: inline-block;
	width: 100%;
	color: #fff;
	border: none
}

.qg-aggre-theme.qg-media {
	background: #f6f6f6
}

.qg-aggre-theme.qg-media .wrapper {
	padding: 25px
}

.qg-aggre-theme img {
	width: 100%;
	height: auto
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.qg-print-guide {
	background: #eef5f8;
	padding: 20px;
	position: relative
}

.qg-print-guide ol {
	list-style: none;
	padding-left: 0
}

.qg-print-guide ol li {
	counter-increment: a;
	margin-bottom: 5px;
	margin: 0 0 10px 46px
}

.qg-print-guide ol li.active {
	font-weight: 700
}

.qg-print-guide ol li:before {
	margin-right: 19px;
	content: counter(a);
	background: #ddecf1;
	width: 1.8em;
	text-align: center;
	display: inline-block;
	color: #05457f;
	position: absolute;
	left: 18px
}

.qg-print-guide .next {
	position: absolute;
	right: 15px;
	bottom: 15px
}

.qg-print-guide .next a:after {
	padding-left: 12px!important
}

.qg-print-guide .previous {
	position: absolute;
	left: 15px;
	bottom: 15px
}

.qg-print-guide .previous a:before {
	content: "\f053"!important;
	padding-right: 12px!important;
	padding-left: 0!important
}

.qg-print-guide .next a:after,
.qg-print-guide .previous a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem!important;
	content: "\f054";
	background: inherit;
	color: inherit
}

.qg-print-guide .next a,
.qg-print-guide .next a:active,
.qg-print-guide .next a:focus,
.qg-print-guide .next a:hover,
.qg-print-guide .previous a,
.qg-print-guide .previous a:active,
.qg-print-guide .previous a:focus,
.qg-print-guide .previous a:hover {
	background: #585e62;
	color: #fff!important;
	text-decoration: none!important
}

form legend {
	font-size: 1em
}

form .label,
form label {
	display: block;
	font-weight: 400
}

form .label {
	padding: 0;
	color: #000;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	white-space: normal
}

form .abbr {
	cursor: pointer
}

.form-control,
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
	height: auto
}

.status {
	margin: .5em 0 .5em 4em;
	padding: 1em 2em;
	background: #eef4f6;
	position: relative;
	word-wrap: break-word
}

.status:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	margin-left: -2.4em;
	width: 1.8em;
	height: 1.8em;
	text-align: center;
	color: #000;
	padding: .4em
}

#jb-window .status {
	margin: 0
}

.status h2 {
	margin-top: 0
}

.info,
.status {
	background-color: #eef4f6;
	color: #000;
	clear: both
}

.info:before,
.status:before {
	text-decoration: inherit
}

.info:before,
.info:hover:before,
.status:before,
.status:hover:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-right: 16px;
	padding-right: 1rem;
	content: "ïš";
	background: inherit;
	color: #000
}

.info:hover:before,
.status:hover:before {
	text-decoration: none
}

.info:before,
.info:hover:before,
.status:before,
.status:hover:before {
	background: #eef4f6;
	color: #759bf3
}

.success-step {
	background-color: #eef4f6;
	color: #000
}

.success-step:before {
	text-decoration: inherit
}

.success-step:before,
.success-step:hover:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-right: 16px;
	padding-right: 1rem;
	content: "ï€Œ";
	background: inherit;
	color: #000
}

.success-step:hover:before {
	text-decoration: none
}

.success-step:before,
.success-step:hover:before {
	background: #eef4f6;
	color: #759bf3
}

.success {
	background-color: #f2f7ea;
	color: #000
}

.success:before {
	text-decoration: inherit
}

.success:before,
.success:hover:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-right: 16px;
	padding-right: 1rem;
	content: "ï˜";
	background: inherit;
	color: #000
}

.success:hover:before {
	text-decoration: none
}

.success:before,
.success:hover:before {
	background: #f2f7ea;
	color: #9cbf6d
}

.warn {
	background-color: #ffedde;
	color: #000
}

.warn:before {
	text-decoration: inherit
}

.warn:before,
.warn:hover:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 1;
	padding-right: 1rem;
	content: "ï±";
	background: inherit;
	color: #000
}

.warn:hover:before {
	text-decoration: none
}

.warn:before,
.warn:hover:before {
	background: #ffedde;
	color: #f8ae70
}

.fail {
	background-color: #feecef;
	color: #000
}

.fail:before {
	text-decoration: inherit
}

.fail:before,
.fail:hover:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-right: 16px;
	padding-right: 1rem;
	content: "ïž";
	background: inherit;
	color: #000
}

.fail:hover:before {
	text-decoration: none
}

.fail:before,
.fail:hover:before {
	background: #feecef;
	color: #ea6a7e
}

div.download {
	background-color: #f5ebdc;
	color: #000
}

div.download:before {
	text-decoration: inherit
}

div.download:before,
div.download:hover:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-right: 16px;
	padding-right: 1rem;
	content: "ï€™";
	background: inherit;
	color: #000
}

div.download:hover:before {
	text-decoration: none
}

div.download:before,
div.download:hover:before {
	background: #f5ebdc;
	color: #ae8446
}

.form>.xor {
	margin: .5em 0
}

ol.xor>li {
	list-style: upper-alpha;
	border-top: 1px solid #ccc;
	margin-top: 2em;
	padding: 1.5em 0 0
}

ol.xor>li>h2 {
	margin-top: 0
}

ol.xor>li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}

ol.xor>li:before {
	content: " or ";
	font-weight: 700;
	text-transform: capitalize;
	background: transparent;
	color: #007eb1;
	position: absolute;
	padding: .7em;
	margin-top: -3em;
	margin-left: -3em
}

ol.xor>li:first-child:before {
	content: none
}

.qg-acc h3 {
	margin: .7em 0
}

#search-form button#search-button {
	height: 2.3em
}

#tools .listbox,
.listbox {
	background: #f9f9f9;
	border: 1px solid #78ba00;
	border-top: none;
	margin-top: -1px;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1
}

#tools .listbox li,
.listbox li {
	padding: 0;
	display: block;
	float: none;
	margin-top: 0
}

#tools .listbox a,
.listbox a {
	white-space: nowrap;
	color: #0b2e4c;
	padding: .5em .7em
}

#tools .listbox a.focus,
#tools .listbox a:focus,
#tools .listbox a:hover,
.listbox a.focus,
.listbox a:focus,
.listbox a:hover {
	background: #fff;
	color: #939393;
	border: none
}

#tools .listbox mark,
.listbox mark {
	background: transparent;
	color: inherit;
	font-weight: 700
}

.button,
form button,
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .5em .7em;
	max-width: 100%;
	font-family: Lato, Helvetica, Arial, sans-serif
}

input:not([type]) {
	font: inherit;
	padding: .3em;
	max-width: 90%;
	background: #fff;
	border: 1px solid #ccc
}

table .button,
table form button,
table input:not([type]),
table input[type=date],
table input[type=datetime],
table input[type=email],
table input[type=number],
table input[type=password],
table input[type=search],
table input[type=tel],
table input[type=text],
table input[type=time],
table input[type=url],
table select,
table textarea {
	padding: .2em .7em
}

.aside .button,
.aside form button,
.aside input[type=date],
.aside input[type=datetime],
.aside input[type=email],
.aside input[type=number],
.aside input[type=password],
.aside input[type=search],
.aside input[type=tel],
.aside input[type=text],
.aside input[type=time],
.aside input[type=url],
.aside select,
.aside textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .5em .7em;
	max-width: 90%
}

.search {
	clear: both;
	position: relative
}

.search input {
	float: left;
	padding: .45em
}

.search input[type=search] {
	-webkit-appearance: none
}

.search .lookup {
	background: #666;
	border: 0 none;
	color: #fff;
	display: inline-block;
	padding: .2em .4em;
	position: absolute;
	right: 2.6em;
	top: .85em;
	z-index: 100
}

.search .search-button {
	float: none
}

.search .results {
	border-top: 1px solid #ccc;
	margin: .5em .5em 0 1em;
	padding: .5em 0
}

.search .section {
	border-bottom: 0
}

.search .all {
	display: block
}

textarea {
	width: 90%;
	max-width: 50em;
	overflow: auto
}

select {
	overflow-x: hidden
}

textarea.large-compact {
	height: 4.5em;
	transition: height .3s ease-out
}

textarea.large-compact:focus {
	height: 25em
}

.number td {
	text-align: right
}

#asides .questions input[type=date],
#asides .questions input[type=datetime],
#asides .questions input[type=email],
#asides .questions input[type=number],
#asides .questions input[type=password],
#asides .questions input[type=search],
#asides .questions input[type=tel],
#asides .questions input[type=text],
#asides .questions input[type=time],
#asides .questions input[type=url],
#asides .questions select {
	box-sizing: border-box;
	width: 99%;
	max-width: 99%
}

#asides .questions .location {
	padding-top: .2em;
	padding-right: 3em;
	box-sizing: border-box;
	position: relative
}

#asides .questions .location:after,
#asides .questions .location:before {
	content: " ";
	display: table
}

#asides .questions .location:after {
	clear: both
}

#asides .questions .location input#location {
	padding-top: .5em;
	padding-bottom: .5em;
	box-sizing: border-box
}

#asides .questions .location input#location+#app-geocoding {
	background: #78ba00;
	position: absolute;
	height: 2em;
	right: 0;
	margin: .05em 0 0;
	padding: .15em .2em;
	vertical-align: middle
}

#asides .questions .location input#location+#app-geocoding:focus,
#asides .questions .location input#location+#app-geocoding:hover {
	background-color: #b1e455;
	outline: 1px solid #78ba00;
	outline-offset: -1px
}

.actions a {
	display: inline-block;
	margin: .75em 0
}

.disabled,
.placeholder {
	color: #444
}

input[disabled],
select[disabled],
textarea[disabled] {
	background: transparent;
	color: #777
}

input[readonly],
select[readonly],
textarea[readonly] {
	color: #777
}

.questions {
	margin: 0;
	padding: 0;
	list-style: none
}

.questions li {
	clear: left;
	position: relative;
	padding: .5em 0 .7em;
	list-style: none;
	transition: opacity .2s ease, margin .2s ease, padding .2s ease
}

form li[hidden=hidden] * {
	display: none;
	max-height: 0
}

.questions li[hidden] {
	display: block;
	max-height: 0;
	opacity: 0;
	margin: 0!important;
	padding: 0!important;
	transition: none;
	position: absolute
}

form li.footer {
	list-style: none;
	padding-bottom: .5em;
	padding-top: .8em
}

.sections li.footer {
	padding: .5em
}

#asides .actions,
.actions {
	display: block;
	list-style: none;
	margin: 0;
	padding: .5em 0 0;
	overflow: hidden
}

#asides .actions:after,
#asides .actions:before,
.actions:after,
.actions:before {
	content: " ";
	display: table
}

#asides .actions:after,
.actions:after {
	clear: both
}

.actions li,
.questions .actions li {
	clear: none;
	float: left;
	display: inline-block;
	list-style: none;
	margin: 0 1em .5em 0;
	padding: 0;
	border: none;
	background: transparent
}

.actions input {
	max-width: none
}

.actions :link,
.actions :visited {
	color: #13578b
}

.invalid .alert {
	color: #f85c50
}

.invalid>button,
.invalid>input,
.invalid>select,
.invalid>textarea {
	border-color: #f85c50;
	color: #f85c50;
	font-weight: 400
}

button.focus,
input.focus,
select.focus,
textarea.focus {
	border-color: #007eb1
}

form .sections {
	margin: 0;
	padding: 0;
	list-style: none
}

li.section {
	/* border-bottom: 1px solid #ccc; */
	margin: .5em 0;
	padding: .5em 0
}

li.section li.section {
	border-bottom: none;
	margin: .5em 0 0;
	padding: .5em 0 0
}

legend .h2,
legend .h3 {
	display: block;
	color: #000;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 150%
}

legend .h3 {
	font-size: 130%
}

.instructions p {
	margin-top: 0
}

.instructions p,
.instructions small {
	font-size: 1.4rem
}

.questions>li.compact {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden
}

.questions>li.group {
	padding-bottom: 0
}

.group>.questions>li,
.group>fieldset>.questions>li {
	margin: 0;
	background: transparent
}

.group>fieldset .compact li {
	float: left;
	clear: none;
	margin-right: 1.5em
}

.group select {
	max-width: 100%
}

fieldset {
	border: none;
	min-width: 0;
	width: 100%
}

legend {
	margin: 0;
	padding: 0;
	white-space: normal;
	width: 100%;
	border: 0;
	color: inherit
}

label {
	cursor: pointer
}

.alert,
.hint,
.label,
label .help,
legend .help {
	display: block
}

label .hint .help,
legend .hint .help {
	display: inline
}

abbr.required,
abbr[title*=required] {
	color: #f85c50;
	border-bottom: none;
	text-decoration: none
}

.questions abbr.required,
.questions abbr[title*=required] {
	position: absolute;
	margin-left: -.5em;
	top: 0;
	font-size: 1.5em
}

.questions .h3~abbr.required {
	top: 20px
}

#asides .choices,
.choices {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

.questions .choices li {
	padding: 0 0 0 20px;
	margin: .3em 0;
	background: transparent;
	list-style: none;
	border: none
}

.choices li input {
	position: absolute;
	margin-left: -20px;
	padding: 0;
	top: .3em
}

.questions .compact>li {
	float: left;
	clear: none;
	margin-right: 1.5em
}

input:checked+label {
	font-weight: 700;
	color: #007eb1
}

input[type=checkbox] {
	margin-right: 6px
}

input[type=checkbox]+label {
	display: inline
}

.choices label {
	position: relative
}

.data dt {
	font-weight: 400;
	margin: 1em 0 .3em
}

.data dd {
	border: 1px solid #dbdbdb;
	background: #f9f9f9;
	margin: 0 0 1em;
	position: relative;
	padding: .5em .5em .7em;
	min-height: 1em;
	list-style: none;
	word-wrap: break-word
}

.tba dd {
	background: transparent;
	color: #777
}

.data dd a {
	color: #444;
	text-decoration: none
}

.data dd a:active,
.data dd a:hover {
	color: inherit;
	text-decoration: underline
}

.copypaste {
	font-weight: 400;
	font-size: 180%
}

.edit {
	text-align: right;
	margin: .5em 0
}

#tools #search-form,
.form-element {
	position: relative;
	overflow: hidden
}

#search-form label.compact-label {
	cursor: text
}

label.compact-label {
	position: absolute;
	top: .15em;
	left: .5em;
	z-index: 1;
	color: #666
}

@media print {
	.actions .button,
	.actions a,
	.actions button,
	.actions input {
		display: none
	}
}

#page-feedback form ul.actions {
	margin-top: 0;
	float: none
}

.button,
button,
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	pointer-events: auto;
	border-radius: 0
}

#asides .button:visited,
.button,
.button:active,
.button:focus,
.button:hover,
.button:link,
.button:visited {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap
}

input[type=image] {
	padding: 0;
	max-width: none;
	background: transparent;
	border: none
}

#page-feedback form .actions input[type=submit],
.actions .button,
.actions input,
.poll .button,
.ui-button,
.ui-widget .ui-button,
form button {
	margin: 0;
	line-height: 1.2;
	padding: 1em 2em;
	max-width: none;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background: #585e62;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.aside .actions input,
.aside .button,
.aside .ui-button,
.aside button {
	padding-top: .5em;
	padding-bottom: .5em
}

.actions .button:focus,
.actions .button:hover,
.actions input:focus,
.actions input:hover,
.poll .button:focus,
.poll .button:hover,
.ui-button:focus,
.ui-button:hover,
.ui-widget .ui-button:focus,
.ui-widget .ui-button:hover,
form button:focus,
form button:hover {
	color: #000;
	background-color: #7d858a;
	outline: 1px solid #585e62;
	outline-offset: -1px
}

.ui-button-icon-only:focus,
.ui-button-icon-only:hover,
.ui-widget .ui-button-icon-only:focus,
.ui-widget .ui-button-icon-only:hover {
	outline: none
}

.actions .button:active,
.actions input:active,
.poll .button:active,
.ui-button:active,
.ui-widget .ui-button:active,
form button:active {
	background-color: #585e62
}

#page-feedback .actions strong input[type=submit],
.actions strong .button,
.actions strong input,
.poll .button,
.ui-widget strong .ui-button,
form strong button,
strong .ui-button {
	background-color: #78ba00;
	color: #000
}

.actions strong .button:focus,
.actions strong .button:hover,
.actions strong input:focus,
.actions strong input:hover,
.poll .button:focus,
.poll .button:hover,
.ui-widget strong .ui-button:focus,
.ui-widget strong .ui-button:hover,
form strong button:focus,
form strong button:hover,
strong .ui-button:focus,
strong .ui-button:hover {
	background-color: #b1e455;
	outline: 1px solid #78ba00;
	outline-offset: -1px
}

.actions strong .button:active,
.actions strong input:active,
.poll .button:active,
.ui-widget strong .button:active,
form strong button:active,
strong .ui-button:active {
	background-color: #78ba00
}

.actions em .button,
.actions em input,
.ui-widget em .ui-button,
em .ui-button,
form em button {
	background-color: #007eb1;
	color: #fff
}

.actions em .button:focus,
.actions em .button:hover,
.actions em input:focus,
.actions em input:hover,
.ui-widget em .ui-button:focus,
.ui-widget em .ui-button:hover,
em .ui-button:focus,
em .ui-button:hover,
form em button:focus,
form em button:hover {
	color: #000;
	background-color: #9ac5df;
	outline: 1px solid #007eb1;
	outline-offset: -1px
}

.actions em .button:active,
.actions em input:active,
.ui-widget em .ui-button:active,
em .ui-button:active,
form em button:active {
	background-color: #007eb1
}

.poll .button[disabled],
.ui-button[disabled],
form button[disabled],
form input[type=submit][disabled] {
	opacity: .35;
	background: #585e62;
	color: #fff;
	cursor: default
}

.ui-widget strong .ui-button[disabled],
form strong button[disabled],
form strong input[type=submit][disabled],
strong .ui-button[disabled] {
	background: #78ba00;
	color: #000
}

.ui-widget em .ui-button[disabled],
em .ui-button[disabled],
form em button[disabled],
form em input[type=submit][disabled] {
	background: #007eb1;
	color: #fff
}

#search-button,
#search-button-primary {
	background: #78ba00;
	padding: 0;
	margin: 0
}

#banner ::-moz-placeholder,
#header ::-moz-placeholder,
.search ::-moz-placeholder {
	color: #666;
	opacity: 1
}

#banner ::-webkit-input-placeholder,
#header ::-webkit-input-placeholder,
.search ::-webkit-input-placeholder {
	color: #666
}

#banner :-ms-input-placeholder,
#header :-ms-input-placeholder,
.search :-ms-input-placeholder {
	color: #666
}

#banner .placeholdersjs,
#header .placeholdersjs,
.search .placeholdersjs {
	color: #666
}

#banner :focus::-moz-placeholder,
#header :focus::-moz-placeholder,
:focus::-moz-placeholder {
	opacity: 0
}

:focus::-webkit-input-placeholder {
	direction: ltr;
	text-indent: -999px
}

form .alert {
	padding: 0;
	margin: 0;
	font-weight: 700;
	border: none
}

form .invalid .alert {
	color: #d93d31;
	font-weight: 700
}

form .choices li input {
	position: absolute;
	margin-left: -20px;
	padding: 0;
	top: inherit
}

#qg-page-feedback .status:before {
	margin-left: -.6em
}

#qg-page-feedback .warn {
	margin: 0;
	background-color: #ffedde;
	width: 94.5%;
	margin-left: 74px
}

@media only screen and (max-width:768px) {
	#qg-page-feedback .warn {
		width: inherit
	}
}

#qg-page-feedback .qg-status.qg-warn ol {
	list-style-type: decimal!important
}

#qg-search-form .form-control {
	color: #444
}

#qg-search-form .form-control::-webkit-input-placeholder {
	color: #444;
	opacity: 1
}

#qg-search-form .form-control:-ms-input-placeholder {
	opacity: 1
}

#qg-search-form .form-control::placeholder {
	color: #444;
	opacity: 1
}

#qg-search-form .form-control:-ms-input-placeholder,
#qg-search-form .form-control::-ms-input-placeholder {
	color: #444
}

a, .bluetext {
  color: #176bab;
}
#qg-content #qg-primary-content h2, #qg-content #qg-secondary-content h2, #qg-content #qg-primary-content h3, #qg-content #qg-secondary-content h3, #qg-content #qg-primary-content h4, #qg-content #qg-secondary-content h4, #qg-content #qg-primary-content .h2, #qg-content #qg-secondary-content .h2, #qg-content #qg-primary-content .h3, #qg-content #qg-secondary-content .h3, #qg-content #qg-primary-content .h4, #qg-content #qg-secondary-content .h4 {
  color: #272654;
}
.alert.warn, .status.warn, .alert.alert-warning, .status.alert-warning {
  background: #ffedde;
}
.alert.alert-home, .status.alert-home {
  margin-top: 25px;
}
.alert h2, .status h2, .alert h3, .status h3, .alert p, .status p {
  color: #000;
}
.alert > .inner ul, .status > .inner ul, .alert ul, .status ul {
  padding-left: 40px;
}
.alert > .inner ul li, .status > .inner ul li, .alert ul li, .status ul li {
  padding: 0;
}
#qg-site-header {
  background: transparent;
  margin-top: 0;
  position: relative;
  min-height: 146px;
}
#qg-site-header .qg-utilities {
  margin-top: -16px;
  padding-right: 0;
}
#qg-site-header .qg-utilities li {
  padding: 11px 15px;
  background: #fff;
  border-bottom: 3px solid #e4dad9;
}
#qg-site-header .qg-utilities li + li {
  margin: 0;
}
#qg-site-header .qg-utilities li:first-child {
  border-left: 3px solid #e4dad9;
}
#qg-site-header .qg-utilities li a, #qg-site-header .qg-utilities li button {
  vertical-align: baseline;
}
#qg-site-header .qg-utilities li a .fa, #qg-site-header .qg-utilities li button .fa {
  color: #771712;
}
@media (max-width: 991px) {
  #qg-site-header {
    min-height: 116px;
  }
  #qg-site-header .qg-utilities {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
#qg-site-header #qg-search-form {
  margin-top: -16px;
  padding: 4px 15px;
  background: #fff;
  border-bottom: 3px solid #e4dad9;
  border-right: 3px solid #e4dad9;
  height: auto !important;
}
#qg-site-header #qg-search-form .input-group {
  width: calc(100% - 30px);
  max-width: 100%;
}
#qg-site-header #qg-search-form input {
  border-color: #771712;
}
#qg-site-header #qg-search-form #qg-search-query::-webkit-input-placeholder, #qg-site-header #qg-search-form #qg-search-query::-moz-placeholder, #qg-site-header #qg-search-form #qg-search-query:-ms-input-placeholder, #qg-site-header #qg-search-form #qg-search-query:-moz-placeholder, #qg-site-header #qg-search-form #qg-search-query::placeholder {
  color: red !important;
}
#qg-site-header #qg-search-form .btn-primary {
  background-color: #771712;
  border-color: #771712;
  color: #fff;
}
@media (max-width: 991px) {
  #qg-site-header #qg-search-form {
    margin-top: 0;
    padding-bottom: 15px;
    border: 0;
    border-bottom: 10px solid #272654;
    background: #f4efee;
  }
}
#qg-site-header .qg-coat-of-arms {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  overflow: visible;
}
#qg-site-header .qg-coat-of-arms img {
  height: auto;
}
#qg-site-nav {
  height: auto;
  background: #272654;
}
@media (min-width: 1200px) {
  #qg-site-nav {
    padding-left: 0;
  }
  #qg-site-nav > ul {
    padding-left: 0;
  }
}
#qg-site-nav .dropdown-menu {
  background: #272654;
}
#qg-site-nav li.active, #qg-site-nav li:nth-child(2n).active {
  background: #771712;
}
#qg-site-nav li a, #qg-site-nav li:nth-child(2n) a {
  background-color: transparent;
  display: block;
}
#qg-site-nav li a:link, #qg-site-nav li:nth-child(2n) a:link, #qg-site-nav li a:visited, #qg-site-nav li:nth-child(2n) a:visited {
  color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  text-decoration: underline;
}
#qg-breadcrumb {
  background: #fafaf7;
  border-bottom: 3px solid #e4dad9;
  width: auto;
  float: none;
  padding: 15px;
  margin: -3px -18px 15px;
}
@media (min-width: 992px) {
  #qg-breadcrumb {
    padding-top: 0;
  }
}
#qg-breadcrumb ol {
  font-size: 1.5rem;
  padding: 0;
}
#qg-breadcrumb ol a, #qg-breadcrumb ol li + li:before, #qg-breadcrumb ol li:first-child:before {
  color: #000;
}
@media (min-width: 1200px) {
  #qg-breadcrumb {
    margin: -3px -28px 15px;
  }
}
#qg-content > .row {
  background: #fafaf7;
}
#qg-content > .row .btn-primary, #qg-content > .row .actions strong input {
  background-color: #771712;
  border-color: #771712;
  color: #fff;
}
#qg-content > .row .btn-primary:hover, #qg-content > .row .actions strong input:hover {
  background-color: #61130f;
}
#qg-content > .row .btn-primary:active, #qg-content > .row .actions strong input:active {
  background-color: #4b0e0b;
}
@media (min-width: 992px) {
  #qg-content > .row {
    margin-top: 15px;
    padding: 15px;
  }
}
#qg-content #qg-section-nav h2, #qg-content #qg-section-nav ul {
  background: none;
}
#qg-content #qg-section-nav ul {
  padding-bottom: 0;
}
#qg-content #qg-section-nav h2 {
  padding: 5px 15px;
}
#qg-content #qg-section-nav h2 a {
  color: #272654;
}
#qg-content #qg-section-nav .metismenu > .heir, #qg-content #qg-section-nav .metismenu > .current {
  border: 3px solid #e4dad9;
  background-color: #f4efee;
}
#qg-content #qg-section-nav .metismenu li a {
  padding: 5px 15px 5px 30px;
}
#qg-content #qg-section-nav .metismenu li .fa:before {
  top: 0.7em;
}
#qg-content #qg-section-nav .metismenu li span.arrow, #qg-content #qg-section-nav .metismenu li a, #qg-content #qg-section-nav .metismenu li a.plus-minus {
  color: #272654;
}
#qg-content #qg-section-nav .metismenu li span.arrow:hover, #qg-content #qg-section-nav .metismenu li a:hover, #qg-content #qg-section-nav .metismenu li a.plus-minus:hover, #qg-content #qg-section-nav .metismenu li span.arrow.active, #qg-content #qg-section-nav .metismenu li a.active, #qg-content #qg-section-nav .metismenu li a.plus-minus.active {
  color: #272654;
  background: transparent;
  text-decoration: underline;
}
#qg-content #qg-section-nav .metismenu li.current span.arrow, #qg-content #qg-section-nav .metismenu li.current a, #qg-content #qg-section-nav .metismenu li.current a.plus-minus {
  color: #272654;
}
#qg-content #qg-section-nav .metismenu li.current span.arrow:hover, #qg-content #qg-section-nav .metismenu li.current a:hover, #qg-content #qg-section-nav .metismenu li.current a.plus-minus:hover, #qg-content #qg-section-nav .metismenu li.current span.arrow.active, #qg-content #qg-section-nav .metismenu li.current a.active, #qg-content #qg-section-nav .metismenu li.current a.plus-minus.active {
  color: #272654;
  background: transparent;
  text-decoration: underline;
}
#qg-content #qg-section-nav .service-links h2 {
  background: #771712;
  color: #fff;
  border: 3px solid #771712;
  border-bottom: 0;
}
#qg-content #qg-section-nav .service-links li {
  background-color: #f4efee !important;
  border-bottom: 2px solid #fff;
}
#qg-content #qg-section-nav .service-links li a {
  color: #272654;
  padding-left: 30px;
}
#qg-content #qg-section-nav .service-links li a:hover {
  background-color: #e4dad9;
}
#qg-content #qg-section-nav .service-links li a:before {
  left: 15px;
}
#qg-content .row #qg-secondary-content {
  margin-top: 39px;
}
@media (min-width: 992px) {
  #qg-content .row #qg-secondary-content {
    padding-left: 15px;
  }
}
.home #qg-content .row #qg-secondary-content {
  margin-top: 0px;
}
#qg-content #qg-secondary-content .qg-aside, #qg-content #qg-secondary-content .qg-aside:first-child, #qg-content #qg-secondary-content .qg-aside:last-child {
  border: 3px solid #e4dad9;
  background: #fff;
  padding-top: 0;
  margin-bottom: 15px;
}
#qg-content #qg-secondary-content .qg-aside > :last-child, #qg-content #qg-secondary-content .qg-aside:first-child > :last-child, #qg-content #qg-secondary-content .qg-aside:last-child > :last-child {
  margin-bottom: 0;
}
#qg-content #qg-secondary-content .qg-aside ul, #qg-content #qg-secondary-content .qg-aside:first-child ul, #qg-content #qg-secondary-content .qg-aside:last-child ul {
  padding-left: 20px;
  list-style: none;
  padding-left: 10px;
}
#qg-content #qg-secondary-content .qg-aside ul li:before, #qg-content #qg-secondary-content .qg-aside:first-child ul li:before, #qg-content #qg-secondary-content .qg-aside:last-child ul li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  margin: 0 5px 0 -15px;
  color: #002a3a;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#qg-content #qg-secondary-content .qg-aside h2, #qg-content #qg-secondary-content .qg-aside:first-child h2, #qg-content #qg-secondary-content .qg-aside:last-child h2 {
  color: #272654;
  font-size: 1.9rem;
  background: #f4efee;
  margin: 0 -15px 15px;
  padding: 5px 15px;
}
@media (min-width: 1200px) {
  #qg-content #qg-secondary-content .qg-aside h2, #qg-content #qg-secondary-content .qg-aside:first-child h2, #qg-content #qg-secondary-content .qg-aside:last-child h2 {
    margin: 0 -25px 15px;
    padding: 5px 25px;
  }
}
#qg-content #qg-secondary-content .qg-aside p:first-child, #qg-content #qg-secondary-content .qg-aside:first-child p:first-child, #qg-content #qg-secondary-content .qg-aside:last-child p:first-child {
  padding-top: 15px;
}
#qg-content #qg-secondary-content .qg-aside img, #qg-content #qg-secondary-content .qg-aside:first-child img, #qg-content #qg-secondary-content .qg-aside:last-child img, #qg-content #qg-secondary-content .qg-aside object, #qg-content #qg-secondary-content .qg-aside:first-child object, #qg-content #qg-secondary-content .qg-aside:last-child object, #qg-content #qg-secondary-content .qg-aside iframe, #qg-content #qg-secondary-content .qg-aside:first-child iframe, #qg-content #qg-secondary-content .qg-aside:last-child iframe {
  display: block;
  max-width: 100%;
  height: auto;
}
#qg-content #qg-secondary-content .qg-aside.qg-cta, #qg-content #qg-secondary-content .qg-aside:first-child.qg-cta, #qg-content #qg-secondary-content .qg-aside:last-child.qg-cta {
  border: none;
  padding: 0;
}
#qg-content #qg-secondary-content .qg-aside.qg-cta h2, #qg-content #qg-secondary-content .qg-aside:first-child.qg-cta h2, #qg-content #qg-secondary-content .qg-aside:last-child.qg-cta h2 {
  margin: 0;
  padding: 0;
  background: none;
}
#qg-content #qg-secondary-content .qg-aside.qg-cta h2 a, #qg-content #qg-secondary-content .qg-aside:first-child.qg-cta h2 a, #qg-content #qg-secondary-content .qg-aside:last-child.qg-cta h2 a {
  display: block;
  padding: 25px 15px;
  background: #7030a0;
  color: #fff;
}
#qg-content #qg-secondary-content .qg-aside.qg-cta h2 a:hover, #qg-content #qg-secondary-content .qg-aside:first-child.qg-cta h2 a:hover, #qg-content #qg-secondary-content .qg-aside:last-child.qg-cta h2 a:hover {
  background: #552479;
}
#qg-primary-content {
  border-bottom: 0;
  background: #fff;
  margin-top: 0;
}
#qg-primary-content .qg-content-footer {
  margin: 2em -28px 0;
  padding: 2em 25px 0;
  background: #fafaf7;
}
@media (min-width: 992px) {
  #qg-primary-content .qg-content-footer {
    margin: 2em -18px 0;
    padding: 2em 15px 0;
  }
}
@media (min-width: 1200px) {
  #qg-primary-content .qg-content-footer {
    margin: 2em -28px 0;
  }
}
#qg-primary-content h1:first-child, #qg-primary-content h1.page-title {
  color: #771712;
  margin-top: 1em;
}
#qg-primary-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
#qg-primary-content .actions strong .button {
  background: #771712;
  color: #fff;
}
#qg-primary-content .actions strong .button:hover {
  background: #4b0e0b;
}
#qg-primary-content .actions strong .button:active, #qg-primary-content .actions strong .button:focus {
  background: #61130f;
}
#disclaimer {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #fafaf7;
}
@media (min-width: 1200px) {
  #disclaimer {
    margin-left: -25px;
    margin-right: -25px;
  }
}
#disclaimer p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  footer {
    margin-bottom: 40px;
    height: 235px;
  }
}
footer .qg-legal {
  color: #fff;
  background: #272654;
}
footer .qg-legal .qg-copyright {
  line-height: initial;
}
footer .qg-legal a {
  color: #fff;
}
footer .qg-legal a:hover, footer .qg-legal a:active, footer .qg-legal a:focus {
  color: #fff;
}
#qg-primary-content #carousel-100991, #qg-primary-content #carousel-615177, #qg-primary-content .carousel {
  margin-bottom: 3em;
  margin-top: 0;
  margin: 0 -15px 3em;
}
#qg-primary-content #carousel-100991 h3, #qg-primary-content #carousel-615177 h3, #qg-primary-content .carousel h3 {
  color: #fff !important;
}
@media (min-width: 1200px) {
  #qg-primary-content #carousel-100991, #qg-primary-content #carousel-615177, #qg-primary-content .carousel {
    margin-left: -25px;
    margin-right: -25px;
  }
}
#qg-primary-content #carousel-100991 .item, #qg-primary-content #carousel-615177 .item, #qg-primary-content .carousel .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 60% !important;
}
#qg-primary-content #carousel-100991 .item h3, #qg-primary-content #carousel-615177 .item h3, #qg-primary-content .carousel .item h3 {
  color: #fff;
}
#qg-primary-content #carousel-100991 .carousel-caption, #qg-primary-content #carousel-615177 .carousel-caption, #qg-primary-content .carousel .carousel-caption {
  margin-bottom: 0;
}
#qg-primary-content #carousel-100991 .carousel-indicators, #qg-primary-content #carousel-615177 .carousel-indicators, #qg-primary-content .carousel .carousel-indicators {
  bottom: -45px;
}
#qg-primary-content #carousel-100991 .carousel-indicators li, #qg-primary-content #carousel-615177 .carousel-indicators li, #qg-primary-content .carousel .carousel-indicators li {
  /*left:0;
   margin-left:0;
   width:auto;*/
  border: 2px solid #771712;
  border-radius: 10px;
  background-color: #771712;
  margin: 1px 3px;
}
#qg-primary-content #carousel-100991 .carousel-indicators li.active, #qg-primary-content #carousel-615177 .carousel-indicators li.active, #qg-primary-content .carousel .carousel-indicators li.active {
  background-color: #272654;
  border-color: #272654;
}
.qg-tiles .qg-tile:nth-child(odd) {
  padding-right: 7.5px;
}
.qg-tiles .qg-tile:nth-child(even) {
  padding-left: 7.5px;
}
.qg-tiles .qg-tile .content {
  background: linear-gradient(to bottom, #eef1ea 0%, #fff 100%);
  padding: 5px;
}
.qg-tiles h2 {
  font-size: 16px;
  margin-top: 0;
  color: #272654;
}
.qg-tiles img {
  float: left;
  margin-right: 1em;
}
.table > thead > tr > th {
  vertical-align: top;
}
.table thead {
  background: #e4dad9;
  color: #272654;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background: #f4efee;
}
.table-bordered {
  border: 3px solid #e4dad9;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
}
.instructions p {
  font-size: 16px;
}
legend .h2, legend .h3, legend .h4 {
  color: #272654;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #272654;
  border-color: #272654;
}
#results .meta {
  font-size: 87%;
}

