@charset "UTF-8";
hr,
img {
	border: 0
}

body,
figure {
	margin: 0
}

.breadcrumb,
.carousel-indicators,
.dropdown-menu,
.media-list,
.pager {
	list-style: none
}

[hidden],
template {
	display: none
}

dfn {
	font-style: italic
}

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

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

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

.glyphicon,
address,
cite {
	font-style: normal
}

button {
	overflow: visible;
	text-transform: none
}

select {
	text-transform: none
}

button,
html input[type=button] {
	-webkit-appearance: button;
	cursor: pointer
}

input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner {
	border: 0;
	padding: 0
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

td,
th {
	padding: 0
}

@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	* {
		text-shadow: none!important;
		color: #000!important;
		background: 0 0!important;
		box-shadow: none!important
	}
	a {
		text-decoration: underline
	}
	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
	}
	thead {
		display: table-header-group
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff!important
	}
	.navbar {
		display: none
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

.btn {
	background-image: none
}

.btn-danger.active,
.btn-danger:active {
	background-image: none
}

.btn-default.active,
.btn-default:active {
	background-image: none
}

.btn-info.active,
.btn-info:active {
	background-image: none
}

.btn-primary.active,
.btn-primary:active {
	background-image: none
}

.btn-warning.active,
.btn-warning:active {
	background-image: none
}

.btn.active,
.btn:active {
	background-image: none
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	background-image: none
}

.form-control,
.navbar-toggle {
	background-image: none
}

.open .btn-danger.dropdown-toggle,
.open .btn-default.dropdown-toggle,
.open .btn-info.dropdown-toggle,
.open .btn-primary.dropdown-toggle,
.open .btn-warning.dropdown-toggle {
	background-image: none
}

.img-thumbnail,
body {
	background-color: #fff
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

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

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

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

dt,
label {
	font-weight: 600
}

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

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

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #08c
}

a.text-primary:hover {
	color: #069
}

.text-success {
	color: #3c763d
}

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

.text-info {
	color: #31708f
}

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

.text-warning {
	color: #8a6d3b
}

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

.text-danger {
	color: #a94442
}

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

.bg-primary {
	color: #fff;
	background-color: #08c
}

a.bg-primary:hover {
	background-color: #069
}

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

a.bg-success:hover {
	background-color: #c1e2b3
}

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

a.bg-info:hover {
	background-color: #afd9ee
}

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

a.bg-warning:hover {
	background-color: #f7ecb5
}

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

a.bg-danger:hover {
	background-color: #e4b9b9
}

pre code,
table {
	background-color: transparent
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

dl,
ol,
ul {
	margin-top: 0
}

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

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

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

address,
dl {
	margin-bottom: 20px
}

ol,
ul {
	margin-bottom: 10px
}

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

dd,
dt {
	line-height: 1.42857
}

dd {
	margin-left: 0
}

@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
	}
	.dl-horizontal dd:after,
	.dl-horizontal dd:before {
		content: " ";
		display: table
	}
	.dl-horizontal dd:after {
		clear: both
	}
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

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

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

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

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

legend,
pre {
	color: #333
}

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
}

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

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before {
	content: ''
}

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 {
	content: '\00A0 \2014'
}

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

blockquote:after,
blockquote:before {
	content: ""
}

address {
	line-height: 1.42857
}

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

code {
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

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

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

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: 0
}

.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: 0
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media(min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: 0
	}
	.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: 0
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media(min-width:992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: 0
	}
	.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: 0
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media(min-width:1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: 0
	}
	.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: 0
	}
	.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 {
	max-width: 100%
}

th {
	text-align: left
}

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

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

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

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

.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

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

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

.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 {
	padding: 5px
}

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

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

.table-bordered {
	border: 1px solid #ddd
}

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

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

.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-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

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

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

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

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

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

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

.table>thead>tr>td.active,
.table>thead>tr>th.active {
	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-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.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 {
	background-color: #dff0d8
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th {
		white-space: nowrap
	}
	.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 {
		border-left: 0
	}
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child {
		border-left: 0
	}
	.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 {
		border-right: 0
	}
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child {
		border-right: 0
	}
	.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 {
		border-bottom: 0
	}
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset,
legend {
	padding: 0;
	border: 0
}

fieldset {
	margin: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}

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

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

input[type=file] {
	display: block
}

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

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

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

output {
	padding-top: 7px
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

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

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

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

fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=date] {
	line-height: 34px
}

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

.checkbox,
.radio {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}

.checkbox label,
.radio label {
	display: inline;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	float: left;
	margin-left: -20px
}

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

.checkbox-inline,
.radio-inline {
	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],
.radio-inline[disabled],
.radio[disabled] {
	cursor: not-allowed
}

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

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

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn {
	height: 30px;
	line-height: 30px
}

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

select.input-sm {
	height: 30px;
	line-height: 30px
}

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

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

.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon {
	height: auto
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn {
	height: 46px;
	line-height: 46px
}

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

select.input-lg {
	height: 46px;
	line-height: 46px
}

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

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

.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon {
	height: auto
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

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

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.collapsing,
.dropdown,
.glyphicon {
	position: relative
}

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

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

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

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

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

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

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

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

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

.form-control-static {
	margin-bottom: 0
}

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

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

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

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

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

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

.form-horizontal .form-control-static {
	padding-top: 7px
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

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

.btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
	color: #333;
	text-decoration: none
}

.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

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

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}

.open .btn-default.dropdown-toggle {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}

.btn-default.disabled {
	background-color: #fff;
	border-color: #ccc
}

.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default[disabled] {
	background-color: #fff;
	border-color: #ccc
}

.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-default {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

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

.btn-primary {
	color: #fff;
	background-color: #08c;
	border-color: #0077b3
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #006da3;
	border-color: #004e75
}

.open .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #006da3;
	border-color: #004e75
}

.btn-primary.disabled {
	background-color: #08c;
	border-color: #0077b3
}

.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
	background-color: #08c;
	border-color: #0077b3
}

.btn-primary[disabled] {
	background-color: #08c;
	border-color: #0077b3
}

.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
	background-color: #08c;
	border-color: #0077b3
}

fieldset[disabled] .btn-primary {
	background-color: #08c;
	border-color: #0077b3
}

fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #08c;
	border-color: #0077b3
}

.btn-primary .badge {
	color: #08c;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}

.open .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}

.btn-success.active,
.btn-success:active {
	background-image: none
}

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

.btn-success.disabled {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success[disabled] {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}

.open .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}

.btn-info.disabled {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info[disabled] {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-info {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}

.open .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}

.btn-warning.disabled {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning[disabled] {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

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

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}

.open .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}

.btn-danger.disabled {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger[disabled] {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

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

.btn-link {
	color: #08c;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

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

.btn-link {
	border-color: transparent
}

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

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

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

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

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.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;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.caret,
.glyphicon {
	display: inline-block
}

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(bootstrap/glyphicons-halflings-regular.eot);
	src: url(bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
	top: 1px;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

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

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

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

.caret {
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.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;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

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

.dropdown-header,
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	line-height: 1.42857
}

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

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

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

.dropdown-menu>li>a {
	font-weight: 400;
	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 {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #08c
}

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

.dropdown-menu>.disabled>a {
	color: #999
}

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

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

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

.open>a {
	outline: 0
}

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

.dropdown-header {
	font-size: 12px;
	color: #999
}

.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 solid;
	content: ""
}

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn:focus {
	outline: 0
}

.btn-group>.btn:focus {
	outline: 0
}

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

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

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

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

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

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

.btn .caret {
	margin-left: 0
}

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

.btn-group>.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) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

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

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

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

.btn-group>.btn-group:last-child>.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 {
	padding-left: 8px;
	padding-right: 8px
}

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn-group>.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>.btn {
	float: none
}

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

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

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

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

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

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

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

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	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 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.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 {
	float: none;
	display: table-cell;
	width: 1%
}

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

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

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
	display: 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;
	display: table-cell
}

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

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

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

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

.input-group .form-control:first-child,
.input-group-addon:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

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

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

.input-group .form-control:last-child,
.input-group-addon:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

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

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

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

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

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

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

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

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

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

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

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

.nav:after {
	clear: both
}

.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: #999
}

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

.nav .open>a {
	background-color: #eee;
	border-color: #08c
}

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

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

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

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

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

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

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

.nav-tabs>li.active>a {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

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

.nav-pills>li {
	float: left
}

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

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

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

.nav-pills>li.active>a {
	color: #fff;
	background-color: #08c
}

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

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

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

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

.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: 4px
}

.nav-tabs-justified>.active>a {
	border: 1px solid #ddd
}

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

.nav-tabs.nav-justified>.active>a {
	border: 1px solid #ddd
}

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

@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>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a {
		border-bottom-color: #fff
	}
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
	.nav-tabs.nav-justified>.active>a {
		border-bottom-color: #fff
	}
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

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

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

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

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

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

.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: 20px;
	border: 1px solid transparent
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

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

@media(min-width:768px) {
	.navbar {
		border-radius: 4px
	}
	.navbar-header {
		float: left
	}
	.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
	}
}

.media,
.media-body,
.modal-open,
.progress {
	overflow: hidden
}

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

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

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

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

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	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: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

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

@media(min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
	.navbar-fixed-bottom,
	.navbar-fixed-top,
	.navbar-static-top {
		border-radius: 0
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

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

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

.breadcrumb>li,
.pagination {
	display: inline-block
}

.navbar-nav {
	margin: 7.5px -15px
}

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

@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 {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

@media(min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin: 8px -15px
}

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

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

.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 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

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

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

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

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

.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 {
	color: #555;
	background-color: #e7e7e7
}

.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 {
	color: #ccc;
	background-color: transparent
}

.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 {
	background-color: #e7e7e7;
	color: #555
}

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

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

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

@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 {
		color: #555;
		background-color: #e7e7e7
	}
	.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 {
		color: #ccc;
		background-color: transparent
	}
	.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-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #999
}

.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: #999
}

.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 {
	color: #fff;
	background-color: #090909
}

.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 {
	color: #444;
	background-color: transparent
}

.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 {
	background-color: #090909;
	color: #fff
}

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

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	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: #999
	}
	.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 {
		color: #fff;
		background-color: #090909
	}
	.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 {
		color: #444;
		background-color: transparent
	}
	.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
	}
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px
}

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

.breadcrumb>.active {
	color: #999
}

.pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #08c;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.badge,
.label {
	font-weight: 600;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center
}

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

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

.pagination>li>a:focus,
.pagination>li>a:hover {
	color: #005580;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #005580;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a {
	z-index: 2;
	color: #fff;
	background-color: #08c;
	border-color: #08c;
	cursor: default
}

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

.pagination>.active>span {
	z-index: 2;
	color: #fff;
	background-color: #08c;
	border-color: #08c;
	cursor: default
}

.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #08c;
	border-color: #08c;
	cursor: default
}

.pagination>.disabled>a {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

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

.pagination>.disabled>span {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

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

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

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

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

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center
}

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

.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 {
	color: #999;
	background-color: #fff;
	cursor: not-allowed
}

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

.pager .disabled>span {
	color: #999;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	color: #fff;
	border-radius: .25em
}

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

.label:empty {
	display: none
}

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

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

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: gray
}

.label-primary {
	background-color: #08c
}

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

.label-success {
	background-color: #5cb85c
}

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

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

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

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

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

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

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

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	background-color: #999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.list-group-item,
.media-object,
.thumbnail {
	display: block
}

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

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

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

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

.jumbotron {
	color: inherit
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

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

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	background-color: #eee
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.alert,
.thumbnail {
	margin-bottom: 20px
}

.alert .alert-link,
.close {
	font-weight: 600
}

.container .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #08c
}

.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.modal,
.modal-backdrop {
	right: 0;
	bottom: 0;
	left: 0
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #08c;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

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

.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
	zoom: 1
}

.media {
	margin-top: 15px
}

.media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	padding-left: 0
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

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

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
	text-decoration: none;
	background-color: #f5f5f5
}

a.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #08c;
	border-color: #08c
}

a.list-group-item.active:focus,
a.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #08c;
	border-color: #08c
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
	color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text {
	color: #9df
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	color: inherit
}

.panel-title>a {
	color: inherit
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-title {
	margin-bottom: 0
}

.panel>.list-group,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	content: " ";
	display: table
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-title {
	margin-top: 0;
	font-size: 16px
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.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 {
	border-top-left-radius: 3px
}

.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 {
	border-top-left-radius: 3px
}

.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 {
	border-top-left-radius: 3px
}

.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: 3px
}

.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 {
	border-top-right-radius: 3px
}

.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 {
	border-top-right-radius: 3px
}

.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 {
	border-top-right-radius: 3px
}

.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: 3px
}

.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 {
	border-bottom-left-radius: 3px
}

.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 {
	border-bottom-left-radius: 3px
}

.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 {
	border-bottom-left-radius: 3px
}

.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: 3px
}

.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 {
	border-bottom-right-radius: 3px
}

.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 {
	border-bottom-right-radius: 3px
}

.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 {
	border-bottom-right-radius: 3px
}

.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: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	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 {
	border-left: 0
}

.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child {
	border-left: 0
}

.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 {
	border-right: 0
}

.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.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-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #08c
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #08c;
	border-color: #08c
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #08c
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #08c
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.carousel-caption,
.carousel-control {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none
}

.modal-content,
.popover {
	background-clip: padding-box
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.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, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.carousel-control,
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 20px
}

.popover,
.tooltip,
.tooltip-arrow {
	position: absolute
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.modal-footer:after,
.modal-footer:before {
	content: " ";
	display: table
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
	.modal-sm {
		width: 300px
	}
}

@media(min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	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;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
	left: 5px
}

.tooltip.top-right .tooltip-arrow {
	right: 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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-width: 0 5px 5px;
	border-bottom-color: #000;
	top: 0
}

.tooltip.bottom .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
	left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
	right: 5px
}

.popover {
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal
}

.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: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.carousel,
.carousel-inner {
	position: relative
}

.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: fadein(rgba(0, 0, 0, 0.2), 5%);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.left>.arrow:after {
	content: " ";
	bottom: -10px
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%)
}

.popover.right>.arrow:after {
	content: " ";
	bottom: -10px;
	left: 1px;
	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: fadein(rgba(0, 0, 0, 0.2), 5%);
	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: fadein(rgba(0, 0, 0, 0.2), 5%)
}

.popover.left>.arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff
}

.carousel-inner {
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

.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%;
	font-size: 20px;
	color: #fff;
	text-align: center
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	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%;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%
}

.carousel-control .glyphicon-chevron-right {
	right: 50%
}

.carousel-control .icon-next {
	right: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}

.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	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;
	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 \9;
	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
}

.carousel-caption .btn {
	text-shadow: none
}

.text-hide {
	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: -15px;
		margin-left: -15px;
		font-size: 30px
	}
	.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
}

.hidden,
.visible-lg,
.visible-lg-inline-block,
.visible-md,
.visible-md-inline-block,
.visible-sm,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-inline-block {
	display: none!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	background-color: transparent;
	border: 0
}

.hidden {
	visibility: hidden!important
}

.affix {
	position: fixed
}

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

@media(max-width:767px) {
	.visible-xs {
		display: block!important
	}
	.visible-xs-inline-block {
		display: inline-block!important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	.visible-sm-inline-block {
		display: inline-block!important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	.visible-md-inline-block {
		display: inline-block!important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	.visible-lg-inline-block {
		display: inline-block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
	.hidden-lg {
		display: none!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
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
	.hidden-print {
		display: none!important
	}
}

.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;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

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

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

.navbar-inverse {
	background: #333e48!important
}

img {
	max-width: 100%;
	height: auto
}

.navbar-collapse {
	max-height: 600px
}

.text-uppercase {
	text-transform: uppercase
}

a.startCTA {
	background: #aa1f77;
	border: 1px solid #aa1f77!important;
	border: 0;
	margin-top: 15px;
	font-size: 18px!important;
	padding: 10px 25px;
	font-weight: 300;
	border-radius: 6px;
	border-bottom: 3px solid #69134a!important;
	color: #fff
}

a.startCTA:hover {
	background-color: #7f1759!important;
	border-color: #7f1759!important;
	color: #fff;
	text-decoration: none
}

a.startCTA span {
	margin-left: 8px;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-indent: -300px;
	overflow: hidden;
	border-radius: 20px;
	font-size: 15px;
	font-family: Arial;
	background: rgba(255, 255, 255, 0.8) url("/images/website3/layout/arrowpng.png") center no-repeat;
	color: #aa1f77;
	font-weight: bold;
	vertical-align: top;
	margin-top: 1px
}

@media(max-width:1200px) {
	a.startCTA span {
		display: none
	}
}

.navbar {
	font-size: 13px!important
}

.navbar .navbar-header {
	padding: 0 10px;
	height: 52px
}

.navbar .navbar-brand {
	fill: #fff;
	padding: 0
}

.navbar .navbar-brand:hover {
	opacity: .75
}

.navbar #app-main-menu li ul {
	display: none
}

@media(max-width:767px) {
	.navbar #app-main-menu li.active ul {
		display: block;
		margin: 0 6px;
		padding: 0 0 0 10px;
		border-radius: 0 0 4px 4px
	}
	.navbar #app-main-menu li.active ul li {
		list-style-type: none;
		margin: 0;
		padding: 0
	}
	.navbar #app-main-menu li.active ul li a {
		color: #fff;
		display: block;
		padding: 3px 5px
	}
	.navbar #app-main-menu li.active ul li a.active {
		background: #555;
		border-radius: 4px
	}
}

.navbar #app-main-menu>li>a {
	color: #fff;
	padding: 6px 9px!important;
	margin: 8px 6px;
	border: 1px solid #333e48;
	line-height: 22px
}

.navbar #app-main-menu>li>a:hover {
	color: #fff;
	border: 1px solid #ff9e16
}

.navbar #app-main-menu>li>a.active {
	background: #1d252c;
	border: 1px solid #1d252c
}

.navbar .submenu {
	background: #fff;
	box-shadow: 0 2px 8px 0 #c3c5c8
}

.navbar .submenu li:first-child a {
	margin-left: 0
}

.navbar .submenu li a {
	font-weight: 600;
	padding: 6px 9px;
	margin: 8px 6px;
	color: #aeb3b7;
	line-height: 22px
}

.navbar .submenu li a:hover,
.navbar .submenu li a:focus {
	color: #333e48
}

.navbar .submenu li a.active {
	color: #333e48
}

.navbar .submenu .submenu-leftside h4.text {
	position: relative;
	float: left;
	top: 5px
}

.joinUs {
	background: #ebebeb;
	text-align: center
}

.joinUs .container {
	padding: 100px 15px
}

#footer {
	background-color: #333e48;
	text-align: center
}

@media screen and (min-width:1200px) {
	#footer {
		text-align: left
	}
}

#footer a {
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px
}

#footer .makes-it-easy {
	background: #fff;
	text-align: center
}

#footer .makes-it-easy .container {
	padding: 30px 15px 70px
}

#footer .makes-it-easy h2 {
	font-weight: 400;
	font-size: 36px;
	color: #333e48
}

#footer .makes-it-easy h4 {
	font-weight: 300!important;
	color: #333e48!important
}

#footer .makes-it-easy svg.devices {
	stroke: #407cca;
	width: 75%;
	height: 80px
}

#footer .container {
	padding: 80px 15px
}

#footer .footer-links-column {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 30px
}

@media screen and (min-width:768px) {
	#footer .footer-links-column {
		width: 25%
	}
}

@media screen and (min-width:1200px) {
	#footer .footer-links-column {
		width: 16.5%
	}
}

#footer .footer-links-column a {
	display: block
}

@media screen and (min-width:768px) {
	#footer .footer-social-media {
		width: 100%
	}
}

@media screen and (min-width:1200px) {
	#footer .footer-social-media {
		width: 33%;
		text-align: right
	}
}

#footer .footer-social-media a {
	display: inline-block;
	margin: 0 10px
}

@media screen and (min-width:1200px) {
	#footer .footer-social-media a {
		margin-left: 15px;
		margin-right: 0
	}
}

#footer .footer-social-media a:hover {
	opacity: .8;
	transition: opacity .2s ease
}

#footer .footer-social-media .footer_icon {
	width: 30px;
	height: 30px
}

#footer .footer-social-media .social-media-links {
	margin-bottom: 5px
}

#footer .footer-social-media .appstore-icons {
	margin-top: 5px
}

#footer .footer-social-media h5 {
	color: #fff!important;
	display: inline-block
}

#footer .footer-social-media .app-icon-container {
	display: inline-block;
	border-left: 1px solid #fff;
	margin-left: 25px;
	padding-left: 25px
}

#footer .footer-social-media .app-icon-container a:first-child {
	margin-left: 11px
}

#footer .pcap-copyright {
	color: #d4d4d4;
	font-weight: 300
}

@media screen and (max-width:1200px) {
	#footer .pcap-copyright {
		padding: 0 10px
	}
}

#footer #globalDisclaimer {
	color: #d4d4d4;
	margin: 5px 0 15px;
	font-weight: 300
}

@media screen and (max-width:767px) {
	#footer #globalDisclaimer {
		padding: 0 10px
	}
}

@media(max-width:767px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 50%;
		margin-left: -90px
	}
	.navbar-collapse {
		clear: both
	}
}

@media only screen and (min-width:768px) {
	.withSubmenu {
		padding-top: 54px
	}
}

@media only screen and (min-width:100px) {
	body {
		padding-top: 50px
	}
	body.squeeze #app-main-menu {
		display: none!important
	}
	body.squeeze .navbar .submenu {
		display: none
	}
	body.squeeze .withSubmenu {
		padding-top: 0
	}
	body.squeeze #footerNav {
		display: none
	}
	.navbar a {
		transition: all .2s ease;
		outline: 0
	}
	.navbar .logIn {
		background: 0;
		color: #fff!important;
		border: 1px solid #ff9e16;
		padding: 5px 25px;
		margin: 10px
	}
	.navbar .logIn span {
		font-size: 14px;
		margin: 2px 4px 0 0;
		vertical-align: top
	}
	.navbar .logIn:hover {
		background-color: #4d4d4d!important
	}
	.navbar .getStarted {
		background: #ff9e16;
		border: 1px solid #ff9e16;
		color: #fff!important;
		padding: 5px 25px;
		margin: 10px
	}
	.navbar .getStarted span {
		font-size: 16px;
		margin: 1px 4px 0 0;
		vertical-align: top
	}
	.navbar .getStarted:hover {
		background-color: #e28400!important;
		border-color: #e28400!important
	}
	.navbar .navbar-right:last-child {
		margin-right: 0
	}
	.navbar .navbar-right:last-child a {
		margin-right: 0;
		margin-left: 12px
	}
}

iframe[name="google_conversion_frame"] {
	display: none
}

.inPcapApp {
	padding: 0
}

@media screen and (min-width:768px) {
	.inPcapApp#wealth-management .container {
		max-width: 954px
	}
	.inPcapApp#wealth-management #hero .startCTA,
	.inPcapApp#wealth-management #hero .green-CTA-button,
	.inPcapApp#wealth-management #hero-copy .startCTA,
	.inPcapApp#wealth-management #hero-copy .green-CTA-button,
	.inPcapApp#wealth-management .hero .startCTA,
	.inPcapApp#wealth-management .hero .green-CTA-button,
	.inPcapApp#wealth-management .alternate-hero .startCTA,
	.inPcapApp#wealth-management .alternate-hero .green-CTA-button {
		visibility: hidden
	}
	.inPcapApp#wealth-management #content {
		max-width: 954px;
		margin: 0 auto
	}
	.inPcapApp#wealth-management .navbar .container {
		max-width: 954px;
		padding: 0
	}
}

.inPcapApp .sectioned {
	padding-top: 50px
}

.inPcapApp nav.navbar>div:not(.submenu),
.inPcapApp .joinUs,
.inPcapApp #footer {
	display: none
}

.inPcapApp#home nav {
	display: none
}

@media screen and (max-width:767px) {
	.inPcapApp .sectioned {
		padding: 0
	}
	.inPcapApp nav.navbar {
		display: none
	}
}

.logo--text {
	width: 190px;
	height: 51px
}

@media(max-width:992px) {
	.sectioned a.startCTA {
		margin-top: 10px;
		font-size: 16px;
		padding: 5px 15px
	}
}

.sectioned section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover!important;
	overflow: hidden;
	font-weight: 300;
	line-height: 1.5
}

.sectioned section.dark {
	background: #0c1d29
}

.sectioned section.dark h2,
.sectioned section.dark p {
	color: #fff
}

.sectioned section h2 {
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: 300
}

.sectioned section h1,
.sectioned section h3 {
	font-weight: 300
}

.sectioned section p {
	font-size: 18px;
	margin-bottom: 15px
}

.sectioned section a,
.sectioned section li {
	font-size: 18px
}

.sectioned section a:not(.startCTA) {
	font-weight: 400
}

@media(max-width:1200px) {
	.sectioned section h2 {
		margin: 0 0 20px;
		font-size: 30px
	}
	.sectioned section p {
		font-size: 16px;
		margin-bottom: 10px
	}
	.sectioned section a,
	.sectioned section li {
		font-size: 16px
	}
}

@media(max-width:992px) {
	.sectioned section h2 {
		margin: 0 0 15px;
		font-size: 26px
	}
}

.sectioned section .centered h2,
.sectioned section .centered p {
	text-align: center
}

.sectioned section .container {
	padding: 90px 15px
}

@media(max-width:1200px) {
	.sectioned section .container {
		padding: 80px 15px
	}
}

@media(max-width:992px) {
	.sectioned section .container {
		padding: 60px 15px
	}
}

@media(max-width:767px) {
	.sectioned section .container {
		padding: 30px 15px
	}
}

.sectioned section .container .device.left {
	width: 70%
}

@media(min-width:767px) {
	.sectioned section .container .device.left {
		float: left;
		margin-left: -15%
	}
}

@media(max-width:767px) {
	.sectioned section .container .device.left {
		width: 100%!important;
		margin: 20px auto!important
	}
}

.sectioned section .container .device.left.basic {
	margin-left: 0;
	width: 50%
}

.sectioned section .container .device.right {
	width: 70%
}

@media(min-width:767px) {
	.sectioned section .container .device.right {
		float: right;
		margin-right: -15%
	}
}

@media(max-width:767px) {
	.sectioned section .container .device.right {
		width: 100%!important;
		margin: 0 auto!important
	}
}

.sectioned section .container .copy.light * {
	color: #fff
}

@media(min-width:767px) {
	.sectioned section .container .copy.left {
		float: left;
		max-width: 40%
	}
}

@media(max-width:767px) {
	.sectioned section .container .copy.left {
		text-align: center;
		margin-bottom: 20px
	}
}

@media(min-width:767px) {
	.sectioned section .container .copy.right {
		float: right;
		max-width: 40%
	}
}

@media(max-width:767px) {
	.sectioned section .container .copy.right {
		text-align: center;
		margin-bottom: 20px
	}
}

.sectioned section .container .copy.darkFrame,
.sectioned section .container .copy.lightFrame {
	padding: 30px
}

.sectioned section .container .copy.darkFrame {
	background-color: rgba(255, 255, 255, 0.7)
}

.sectioned section .container .copy.lightFrame {
	background-color: rgba(0, 0, 0, 0.7)
}

.sectioned .storeButtons a {
	display: block;
	margin-top: 15px
}

@media(min-width:767px) {
	.sectioned .storeButtons a {
		display: inline-block;
		margin-right: 30px
	}
}

.sectioned section.triad {
	text-align: center
}

.sectioned section.triad .row {
	margin-top: 60px
}

.sectioned section.triad .row>div p {
	max-width: 270px;
	margin: 0 auto
}

.sectioned section.triad h2 {
	max-width: 800px;
	margin: 0 auto 25px!important
}

.sectioned section.triad p {
	max-width: 800px;
	margin: 0 auto 15px!important
}

.navbar-fixed-top {
	border: none!important
}

.mobile a[href*="/page/login/goHome"] {
	display: none
}

#home .top-banner {
	background: #3cb4e5 url("/images/website3/index/topbar_bg.png") 0 0/cover no-repeat;
	color: #fff;
	width: 100%
}

#home .top-banner a {
	color: #fff
}

#home .top-banner p {
	margin: 0 0 0 5px!important;
	padding: 13px 0!important;
	color: #fff!important;
	font-weight: 400!important;
	font-size: 17px!important
}

@media screen and (max-width:768px) {
	#home .top-banner p {
		text-align: center
	}
}

@media screen and (max-width:375px) {
	#home .top-banner p {
		font-size: 16px!important
	}
}

#home .animated {
	animation-duration: 1.5s;
	animation-fill-mode: both
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

#home .slideInLeft {
	animation-name: slideInLeft
}

#home .btn-primary {
	font-size: 18px;
	font-weight: 400;
	background: #aa1f77;
	border: 0
}

#home .btn-primary:hover {
	background-color: #7f1759!important
}

#home a.btn-primary {
	margin-top: 15px;
	width: 280px
}

#home .hero-video-container {
	position: relative;
	background: transparent url("/static/images/website3/financialTools/bg-hero_new@2x.jpg") no-repeat 0 0;
	background-size: cover;
	min-height: 650px;
	min-height: 83vh
}

@media screen and (max-width:1199px) {
	#home .hero-video-container {
		min-height: 430px
	}
}

@media screen and (min-width:1441px) and (min-height:700px) {
	#home .hero-video-container {
		min-height: 87vh
	}
}

@media screen and (min-width:1201px) and (max-width:1610px) and (min-height:800px) {
	#home .hero-video-container {
		min-height: 66vh
	}
}

#home .video-container:before {
	z-index: 1;
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.55);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

#home .video-container {
	position: absolute;
	min-width: 100%;
	right: 0;
	bottom: 0;
	overflow: hidden
}

#home .video-object {
	width: 100%;
	background-color: #333;
	display: block;
	position: relative
}

@media screen and (min-width:1290px) {
	#home .video-object {
		top: 75px
	}
}

@media screen and (max-width:767px) {
	#home .video-object {
		display: none
	}
}

#home .text-container {
	z-index: 999;
	position: absolute;
	text-align: center;
	color: #fff;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

@media screen and (max-width:767px) {
	#home .text-container {
		width: 95%
	}
}

#home .text-container h1 {
	font-weight: 600;
	font-size: 43px
}

#home .play-button {
	margin: auto;
	width: 51px;
	height: 51px;
	background-image: url(/static/images/admin/logos/sprite-footer.png);
	background-size: 264%;
	background-position: 60px -80px
}

#home .down-carrot {
	text-align: center;
	z-index: 99;
	color: #fff!important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

#home #june2017Hero {
	position: relative;
	overflow: hidden;
	background-image: url("/static/images/website3/index/variations/june-2017-v2.jpg");
	background-size: cover;
	min-height: 512px
}

@media screen and (max-width:767px) {
	#home #june2017Hero {
		min-height: 380px
	}
}

#home #june2017Hero.mod-sept-2017.v2 {
	background-image: url("/static/images/website3/index/variations/sept-2017-devices/170906_hero_product_V2.jpg")
}

#home #june2017Hero.mod-sept-2017.v3 {
	background-image: url("/static/images/website3/index/variations/sept-2017-devices/170905_hero_product_V3.jpg")
}

#home #june2017Hero.mod-sept-2017.v4 {
	background-image: url("/static/images/website3/index/variations/sept-2017-devices/170905_hero_product_V4.jpg")
}

#home #june2017Hero.mod-sept-2017.v5 {
	background-image: url("/static/images/website3/index/variations/sept-2017-devices/180403_hero_product-min.jpg")
}

#home #june2017Hero.mod-sept-2017.wm-test {
	background-image: url("/static/images/website3/index/variations/sept-2017-devices/180615_hero_advisor_edit.jpg")
}

@media screen and (max-width:767px) {
	#home #june2017Hero.mod-sept-2017.wm-test .text-container-two {
		margin-top: 50px;
		background: rgba(255, 255, 255, 0.85)!important;
		color: #000
	}
}

@media screen and (max-width:1200px) {
	#home #june2017Hero.mod-sept-2017 .text-container-two {
		background: rgba(255, 255, 255, 0.85)
	}
}

@media screen and (max-width:767px) {
	#home #june2017Hero.mod-sept-2017.v5 {
		background-image: url("/static/images/website3/index/variations/sept-2017-devices/180403_Homepage_hero_mobile3.jpg")
	}
	#home #june2017Hero.mod-sept-2017 .text-container-two {
		background: 0;
		margin-top: 70px;
		color: #fff
	}
	#home #june2017Hero.mod-sept-2017 .text-container-two h1 {
		font-size: 31px
	}
	#home #june2017Hero.mod-sept-2017 .text-container-two h3 {
		font-size: 20px;
		margin-top: 25px
	}
}

#home #june2017Hero.mod-july {
	background-image: url("/static/images/website3/index/variations/july-2017.jpg")
}

@media screen and (max-width:1340px) {
	#home #june2017Hero.mod-july {
		background-position: 40% 0
	}
}

@media screen and (max-width:1200px) {
	#home #june2017Hero.mod-july {
		background-position: 30% 0
	}
}

#home #june2017Hero .text-container-two {
	margin-top: 110px
}

@media screen and (max-width:991px) {
	#home #june2017Hero .text-container-two {
		background: #fff;
		background: rgba(255, 255, 255, 0.7);
		margin-top: 120px
	}
}

@media screen and (max-width:375px) {
	#home #june2017Hero .text-container-two {
		margin-top: 50px
	}
}

#home #june2017Hero h1 {
	font-weight: 400!important
}

#home #june2017Hero h3 {
	font-weight: 400!important;
	margin: auto
}

@media screen and (min-width:768px) {
	#home #june2017Hero h3 {
		width: 55%
	}
}

#home .sub-hero-banner {
	overflow: hidden;
	background: #407cca;
	color: #fff;
	text-align: center;
	margin: auto
}

#home .sub-hero-banner h4,
#home .sub-hero-banner a {
	display: inline-block
}

#home .sub-hero-banner a {
	color: #fff;
	text-decoration: underline
}

#home .sub-hero-banner a:hover {
	text-decoration: none
}

#home #content .step-section {
	padding: 20px
}

#home #content .step-section .svg_icon {
	width: 87px;
	height: 87px
}

@media screen and (max-width:768px) {
	#home #content .step-section {
		max-width: 450px;
		margin: auto;
		border-left: none
	}
}

#home #content .step-section h3,
#home #content .step-section p {
	max-width: 400px;
	margin: auto
}

@media screen and (min-width:1200px) {
	#home #content .step-section h3,
	#home #content .step-section p {
		max-width: 300px
	}
}

#home #content .step-section h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #407cca
}

#home #content section#usingPCapSteps .container {
	padding: 35px 15px 55px;
	text-align: center
}

#home #content section#usingPCapSteps .container a.green-CTA {
	margin: 10px auto 25px
}

#home #content section#subHeroTest .container {
	padding: 35px 15px 55px;
	text-align: center
}

#home #content section#subHeroTest .svg_icon {
	width: 100px;
	margin-bottom: -25px
}

#home #content section#subHeroTest h2 {
	color: #407cca
}

#home #content section#subHeroTest li {
	margin-left: -20px;
	font-weight: 300;
	font-size: 17px;
	color: #333e48;
	margin-bottom: 5px
}

#home #content section#subHeroTest a.orange-link {
	color: #ff9e16;
	font-size: 17px
}

#home #content .directional-arrow {
	background: url("/static/images/website3/index/animation/arrow_v3.svg") no-repeat;
	background-size: 100% 100%;
	width: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0
}

#home #content .directional-arrow.previous {
	left: 3%
}

#home #content .directional-arrow.next {
	top: -10px;
	right: 3%;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width:320px) {
	#home #content .directional-arrow.previous {
		top: 20%
	}
	#home #content .directional-arrow.next {
		top: 19%
	}
}

@media screen and (max-width:991px) {
	#home #content .directional-arrow.previous {
		left: .5%
	}
	#home #content .directional-arrow.next {
		right: .5%
	}
}

#home #content section#toolsCarousel {
	position: relative;
	overflow: hidden
}

#home #content section#toolsCarousel .background-variants {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 40%!important;
	background-position: 50%!important;
	background-repeat: no-repeat!important
}

#home #content section#toolsCarousel .background-variants.fee_analyzer {
	background: url(/static/images/website3/index/toolsCarousel/background-fee_analyzer.png), #bb1f3f
}

#home #content section#toolsCarousel .background-variants.retirement_planner {
	background: url(/static/images/website3/index/toolsCarousel/background-retirement_planner.png), #194f90;
	background-size: 85%!important;
	background-position: 70%!important
}

#home #content section#toolsCarousel .background-variants.cash_flow_analyzer {
	background: url(/static/images/website3/index/toolsCarousel/background-cash_flow_analyzer.png), #3d9c7d
}

#home #content section#toolsCarousel .background-variants.net_worth_calculator {
	background: url(/static/images/website3/index/toolsCarousel/background-net_worth_calculator.png), #693277;
	background-position: 70%!important
}

#home #content section#toolsCarousel .background-variants.investment_checkup {
	background: url(/static/images/website3/index/toolsCarousel/background-investment_checkup.png), #407cca
}

@media screen and (max-width:991px) {
	#home #content section#toolsCarousel .background-variants {
		background-size: 0!important
	}
	#home #content section#toolsCarousel .background-variants.retirement_planner {
		background-size: 0!important
	}
}

#home #content section#toolsCarousel .container {
	padding: 25px 25px 0;
	color: #fff!important
}

#home #content section#toolsCarousel .container h2,
#home #content section#toolsCarousel .container p {
	color: #fff
}

#home #content section#toolsCarousel .screen-variants {
	min-height: 425px;
	background-size: 90%!important;
	background-repeat: no-repeat!important
}

@media screen and (max-width:767px) {
	#home #content section#toolsCarousel .screen-variants {
		min-height: 305px
	}
}

@media screen and (max-width:320px) {
	#home #content section#toolsCarousel .screen-variants {
		min-height: 250px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	#home #content section#toolsCarousel .screen-variants {
		position: relative;
		top: 124px
	}
}

@media screen and (min-width:1024px) and (max-width:1199px) {
	#home #content section#toolsCarousel .screen-variants {
		position: relative;
		top: 76.5px
	}
	#home #content section#toolsCarousel .screen-variants.fee_analyzer {
		background-position: -1500px -440px;
		background-size: 500%
	}
}

#home #content section#toolsCarousel .screen-variants.fee_analyzer {
	background: url(/static/images/website3/index/toolsCarousel/180403_device-fee_analyzer.png)
}

#home #content section#toolsCarousel .screen-variants.retirement_planner {
	background: url(/static/images/website3/index/toolsCarousel/180403_device-retirement_planner.png)
}

#home #content section#toolsCarousel .screen-variants.cash_flow_analyzer {
	background: url(/static/images/website3/index/toolsCarousel/180403_device-cash_flow_analyzer.png)
}

#home #content section#toolsCarousel .screen-variants.net_worth_calculator {
	background: url(/static/images/website3/index/toolsCarousel/180403_device-net_worth_calculator.png)
}

#home #content section#toolsCarousel .screen-variants.investment_checkup {
	background: url(/static/images/website3/index/toolsCarousel/180403_device-investment_checkup.png)
}

@media screen and (max-width:767px) {
	#home #content section#toolsCarousel .cta-button-wrapper {
		text-align: center
	}
}

#home #content section#wealthManagement .container {
	padding: 30px 15px 60px;
	text-align: center
}

#home #content section#subToolsCarouselTest .container {
	padding: 30px 15px 60px;
	text-align: center
}

#home #content section#subToolsCarouselTest h3 {
	font-size: 54px
}

#home #content section#subToolsCarouselTest h4 {
	font-size: 26px
}

#home #content section#wmCarousel {
	position: relative;
	overflow: hidden;
	min-height: 450px
}

#home #content section#wmCarousel .background-variants {
	position: absolute;
	width: 100%;
	height: 100%
}

#home #content section#wmCarousel .background-variants.one {
	background-color: #333e48
}

#home #content section#wmCarousel .background-variants.two {
	background-color: #333e48
}

#home #content section#wmCarousel .container {
	padding: 25px 25px 0
}

#home #content section#wmCarousel .text-variants.text-white {
	color: #fff
}

#home #content section#wmCarousel .text-variants.text-white h2,
#home #content section#wmCarousel .text-variants.text-white p {
	color: #fff
}

#home #content section#wmCarousel .text-variants.text-grey {
	color: #5d5d5d
}

#home #content section#wmCarousel .text-variants.text-grey h2,
#home #content section#wmCarousel .text-variants.text-grey p {
	color: #5d5d5d
}

#home #content section#wmCarousel .screen-variants {
	min-height: 425px;
	background-size: 90%!important;
	background-repeat: no-repeat!important
}

@media screen and (max-width:767px) {
	#home #content section#wmCarousel .screen-variants {
		min-height: 305px
	}
}

@media screen and (max-width:320px) {
	#home #content section#wmCarousel .screen-variants {
		min-height: 250px
	}
}

#home #content section#wmCarousel .screen-variants.one {
	background: url(/static/images/website3/index/wmCarousel/180403_device-investment_checkup.png)
}

@media screen and (min-width:768px) and (max-width:1023px) {
	#home #content section#wmCarousel .screen-variants.one {
		position: relative;
		top: 110px
	}
}

@media screen and (min-width:1024px) and (max-width:1199px) {
	#home #content section#wmCarousel .screen-variants.one {
		position: relative;
		top: 80px
	}
}

#home #content section#wmCarousel .screen-variants.two {
	background: url(/static/images/website3/index/wmCarousel/pcg-logo-white_and_grey.png)
}

@media screen and (max-width:767px) {
	#home #content section#wmCarousel .cta-button-wrapper {
		text-align: center
	}
}

#home #content .blue-text {
	color: #407cca
}

#home #content h1,
#home #content h2,
#home #content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300
}

#home #content h1 {
	font-size: 44px
}

@media screen and (max-width:992px) {
	#home #content h1 {
		font-size: 34px
	}
}

#home #content h2 {
	color: #333e48;
	font-size: 34px
}

@media screen and (max-width:992px) {
	#home #content h2 {
		font-size: 29px
	}
}

#home #content p {
	font-weight: 300;
	font-size: 15px;
	color: #333e48
}

#home #content .green-CTA {
	background-color: #5fcca7;
	color: white;
	font-size: 15px;
	font-weight: 600;
	border: 0;
	padding: 10px 25px
}

#home #content .green-CTA:hover {
	background-color: #3cbc91!important;
	text-decoration: none
}

.spacer-10px {
	height: 10px;
	width: 100%
}

.spacer-25px {
	height: 25px;
	width: 100%
}

.spacer-50px {
	height: 50px;
	width: 100%
}

.white-text {
	color: #FFF
}

.font-size-135 {
	font-size: 135px
}

@media screen and (max-width:1200px) {
	.font-size-135 {
		font-size: 100px
	}
}

@media screen and (max-width:992px) {
	.font-size-135 {
		font-size: 120px
	}
}

@media screen and (max-width:767px) {
	.font-size-135 {
		font-size: 75px
	}
}

.font-size-45 {
	font-size: 45px
}

@media screen and (max-width:1200px) {
	.font-size-45 {
		font-size: 35px
	}
}

@media screen and (max-width:767px) {
	.font-size-45 {
		font-size: 28px
	}
}

.font-size-40 {
	font-size: 40px
}

@media screen and (max-width:1200px) {
	.font-size-40 {
		font-size: 30px
	}
}

@media screen and (max-width:767px) {
	.font-size-40 {
		font-size: 24px
	}
}

.spacer-xs-10px {
	width: 0;
	height: 0
}

@media screen and (max-width:767px) {
	.spacer-xs-10px {
		width: 100%;
		height: 10px
	}
}

.spacer-sm-10px {
	width: 0;
	height: 0
}

@media screen and (min-width:768px) and (max-width:992px) {
	.spacer-sm-10px {
		width: 100%;
		height: 10px
	}
}

.font-weight-thin {
	font-weight: 300
}

@media screen and (max-width:767px) {
	.text-center-xs {
		text-align: center
	}
}

@media screen and (min-width:768px) and (max-width:992px) {
	.text-center-sm {
		text-align: center
	}
}

#financial-software .product section {
	padding: 50px 15px
}

#financial-software.overview .influencer-offer.product section {
	padding: 50px 15px 10px
}

#financial-software.overview .influencer-offer a,
#financial-software.overview .influencer-offer p.terms {
	font-size: 10px
}

#financial-software.overview .influencer-offer button {
	border-radius: 0
}

#financial-software.overview .hero {
	min-height: 450px;
	background: url("/static/images/website3/financialTools/180403_bg-hero_new@2x-v2.jpg") no-repeat 0 0/cover;
	background-position: 50% 0;
	padding: 0
}

#financial-software.overview .hero .hero-content {
	padding-top: 110px;
	height: 250px;
	max-width: 50%;
	color: #fff
}

@media screen and (max-width:320px) {
	#financial-software.overview .hero .hero-content .rectangular-CTA-button {
		padding: 10px
	}
}

@media screen and (max-width:440px) {
	#financial-software.overview .hero .hero-content {
		padding-top: 55px
	}
}

#financial-software.overview .hero h1 {
	margin-bottom: 20px
}

#financial-software.overview .hero p {
	margin-bottom: 30px
}

#financial-software.overview .hero a.hero-link {
	color: #fff;
	text-decoration: underline
}

#financial-software.overview .hero a.hero-link:hover {
	text-decoration: none
}

@media screen and (min-width:768px) {
	#financial-software.overview .hero .overviewVideo {
		margin-left: 10px
	}
}

@media screen and (min-width:992px) {
	#financial-software.overview .hero {
		background-position: 0 50%
	}
	#financial-software.overview .hero .hero-content {
		float: left
	}
	#financial-software.overview .hero p {
		width: 80%
	}
}

#financial-software.overview .blue-header-text-with-grey-subtext {
	color: #8d8d8d;
	width: 100%;
	text-align: center;
	margin: 0 auto
}

#financial-software.overview .blue-header-text-with-grey-subtext h2 {
	color: #3b8fe1
}

#financial-software.overview .blue-header-text-with-grey-subtext .first-line-header {
	margin-bottom: 0;
	padding-bottom: 3px
}

@media screen and (min-width:767px) {
	#financial-software.overview .blue-header-text-with-grey-subtext {
		width: 75%
	}
}

#financial-software.overview .blue-header-text-with-grey-subtext img {
	margin-top: 4%
}

#financial-software.overview .dashboard {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYTdjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkYTdlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #6da7ce), color-stop(100%, #6da7e1));
	background: -moz-linear-gradient(left, #6da7ce, #6da7e1);
	background: -webkit-linear-gradient(left, #6da7ce, #6da7e1);
	background: linear-gradient(to right, #6da7ce, #6da7e1);
	color: #fff
}

#financial-software.overview .dashboard .feature-box {
	text-align: center;
	font-weight: 300
}

#financial-software.overview .dashboard .feature-box img {
	padding-bottom: 20px;
	padding-top: 40px
}

#financial-software.overview .dashboard .feature-box a {
	display: block;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	margin-botom: 100px
}

#financial-software.overview .dashboard .feature-box a:hover {
	text-decoration: underline
}

#financial-software.overview .dashboard .feature-box p {
	padding-top: 20px
}

@media screen and (min-width:767px) {
	#financial-software.overview .dashboard .feature-box {
		font-size: 16px;
		padding: 2% 5%
	}
	#financial-software.overview .dashboard .feature-box a {
		font-size: 28px
	}
	#financial-software.overview .dashboard .feature-box img {
		padding-top: 0
	}
	#financial-software.overview .dashboard .feature-box .half {
		width: 70%;
		margin: 0 auto
	}
}

#financial-software.overview .dashboard-features {
	background: url(/static/images/website3/financialTools/bg-dashboard-sm.png) no-repeat 50% 30px, linear-gradient(135deg, #587b96, #84a4ba);
	background: url(/static/images/website3/financialTools/bg-dashboard-sm.png) no-repeat 50% 30px, -o-linear-gradient(135deg, #587b96, #84a4ba);
	background: url(/static/images/website3/financialTools/bg-dashboard-sm.png) no-repeat 50% 30px, -moz-linear-gradient(135deg, #587b96, #84a4ba);
	background: url(/static/images/website3/financialTools/bg-dashboard-sm.png) no-repeat 50% 30px, -webkit-linear-gradient(135deg, #587b96, #84a4ba);
	background: url(/static/images/website3/financialTools/bg-dashboard-sm.png) no-repeat 50% 30px, -ms-linear-gradient(135deg, #587b96, #84a4ba)
}

#financial-software.overview .dashboard-features .feature-box {
	width: 98%;
	padding-top: 300px;
	color: #fff;
	text-align: center
}

#financial-software.overview .dashboard-features .feature-box .first-line {
	margin-bottom: 5px
}

#financial-software.overview .dashboard-features .feature-box h3 {
	margin-top: 50px;
	margin-bottom: 20px
}

@media screen and (min-width:768px) {
	#financial-software.overview .dashboard-features {
		background: url(/static/images/website3/financialTools/bg-dashboard-md.jpg) no-repeat 50%;
		background-size: 150% 100%
	}
	#financial-software.overview .dashboard-features .feature-box {
		width: 70%;
		padding-top: 600px;
		color: #fff;
		text-align: center
	}
	#financial-software.overview .dashboard-features .feature-box .first-line {
		margin-bottom: 5px
	}
	#financial-software.overview .dashboard-features .feature-box h3 {
		margin-top: 50px;
		margin-bottom: 20px
	}
}

@media screen and (min-width:776px) {
	#financial-software.overview .dashboard-features {
		background: url(/static/images/website3/financialTools/180403_bg-dashboard-lg.jpg) no-repeat 50%;
		background-size: cover
	}
	#financial-software.overview .dashboard-features .feature-box {
		width: 60%
	}
}

#financial-software.overview .other-features {
	background: #ebebeb;
	background: -ms-linear-gradient(top, #f4f4f4, #ebebeb);
	background: -o-linear-gradient(top, #f4f4f4, #ebebeb);
	background: -moz-linear-gradient(top, #f4f4f4, #ebebeb);
	background: -webkit-linear-gradient(top, #f4f4f4, #ebebeb);
	background: linear-gradient(to bottom, #f4f4f4, #ebebeb);
	color: #8d8d8d;
	text-align: center
}

#financial-software.overview .other-features .col-md-4 {
	padding-right: 0;
	padding-left: 0
}

#financial-software.overview .other-features .col-lg-4 {
	padding-right: 0;
	padding-left: 0
}

#financial-software.overview .other-features hr {
	border: 0;
	height: 2px;
	background: #ddd
}

#financial-software.overview .other-features .feature-box {
	padding-right: 4%;
	padding-left: 4%;
	text-align: center
}

#financial-software.overview .other-features .feature-box h3 {
	color: #3b8fe1;
	padding-bottom: 7px
}

#financial-software.overview .other-features .feature-box img {
	padding-top: 60px;
	padding-bottom: 20px
}

#financial-software.overview .other-features .feature-box img:nth-of-type {
	padding-top: 20px
}

#financial-software.overview .other-features .feature-box p {
	border-bottom: 1px dotted #8d8d8d;
	padding-bottom: 5px
}

#financial-software.overview .other-features .feature-box p:nth-of-type(3) {
	border-bottom: 0
}

@media screen and (min-width:992px) {
	#financial-software.overview .other-features .feature-box {
		padding-right: 9%;
		padding-left: 9%
	}
	#financial-software.overview .other-features .feature-box p {
		height: 95px
	}
	#financial-software.overview .other-features .feature-box img {
		padding-top: 20px
	}
}

#financial-software.overview .other-features .feature-box-footer {
	padding-right: 4%;
	padding-left: 4%
}

#financial-software.overview .other-features .feature-box-footer p {
	font-weight: 400
}

#financial-software.mobile-app .hero {
	color: #fff;
	background: #3b8fe1;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YzNlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2OTVkMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -moz-radial-gradient(#88c3ea, #5695d1);
	background: -webkit-radial-gradient(#88c3ea, #5695d1);
	background: radial-gradient(#88c3ea, #5695d1)
}

#financial-software.mobile-app .hero .hero-icons {
	padding-top: 10px
}

#financial-software.mobile-app .hero .hero-icons img {
	padding-right: 20px
}

#financial-software.mobile-app .mobile-cta-icon-white {
	display: block;
	margin-top: -20px
}

@media screen and (max-width:767px) {
	#financial-software.mobile-app .mobile-cta-icon-white {
		margin: auto;
		margin-top: 30px
	}
}

#financial-software.mobile-app .icon-section {
	text-align: center;
	color: #8d8d8d
}

#financial-software.mobile-app .icon-section p {
	margin-top: 30px
}

#financial-software.mobile-app .icon-section img {
	display: inline
}

#financial-software.mobile-app .icon-section .icon-row {
	margin-bottom: 50px
}

#financial-software.mobile-app .icon-section .line-separator {
	margin-right: -1px;
	border-right: 1px dotted #ccc
}

@media screen and (max-width:767px) {
	#financial-software.mobile-app .icon-section .line-separator {
		margin-right: 0;
		border-right: 0;
		margin-bottom: 35px;
		border-bottom: 1px dotted #ccc
	}
	#financial-software.mobile-app .icon-section p.space {
		margin-bottom: 35px
	}
}

#financial-software.mobile-app .watch-section {
	text-align: center;
	color: #8d8d8d;
	background: #76b5e1;
	background: linear-gradient(to bottom, #76b5e1 52%, #51ba90 48%)
}

#financial-software.mobile-app .watch-section h2 {
	color: #3b8fe1
}

#financial-software.mobile-app .watch-section .device-feature {
	color: #fff;
	overflow: hidden
}

#financial-software.mobile-app .watch-section .device-feature p {
	font-size: 14px
}

#financial-software.mobile-app .watch-section .device-feature .strong {
	font-weight: 600;
	margin-bottom: 5px
}

#financial-software.mobile-app .watch-section img.icon {
	width: 120px;
	height: 39px
}

#financial-software.mobile-app .watch-section img.icon.amazon {
	margin-top: -10px
}

@media screen and (min-width:768px) {
	#financial-software.mobile-app .watch-section {
		background-image: url("/static/images/website3/financialSoftware/bg_watch-section_large.png");
		background-size: 100% 85%;
		background-repeat: no-repeat;
		background-position: 0 180px
	}
}

@media screen and (max-width:767px) {
	#financial-software.mobile-app .watch-section {
		color: #fff
	}
	#financial-software.mobile-app .watch-section h2 {
		color: #fff
	}
	#financial-software.mobile-app .watch-section p {
		margin-bottom: 20px
	}
	#financial-software.mobile-app .watch-section .spacer-25px {
		height: 0
	}
}

@media screen and (min-width:767px) and (max-width:1199px) {
	#financial-software.mobile-app .watch-section .spacer-25px {
		height: 22px
	}
}

#financial-software #fsModal {
	position: relative
}

#financial-software #fsModal span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: url("/static/images/website3/financialSoftware/video_play.png") no-repeat center center;
	background-size: 30%
}

#financial-software.fee-analyzer #fsModal span {
	bottom: 20%
}

#financial-software.investment-checkup #fsModal span {
	bottom: 30%
}

#financial-software.investment-checkup .features {
	text-align: center;
	color: #fff;
	background: -webkit-linear-gradient(to right, #62a5e7, #257acf);
	background: -o-linear-gradient(to right, #62a5e7, #257acf);
	background: -moz-linear-gradient(to right, #62a5e7, #257acf);
	background: linear-gradient(to right, #62a5e7, #257acf);
	background-color: #3b8fe1
}

#financial-software.investment-checkup .features .sectionHeader {
	margin-bottom: 85px
}

#financial-software.investment-checkup .features .row {
	margin: 55px 0
}

@media(max-width:767px) {
	#financial-software.investment-checkup .features .sectionHeader {
		margin-top: 45px
	}
	#financial-software.investment-checkup .features .row {
		margin: 0
	}
	#financial-software.investment-checkup .features p {
		margin-bottom: 70px
	}
}

@media(min-width:991px) {
	#financial-software.investment-checkup .features .padThisOnLeft {
		margin-left: 40px
	}
	#financial-software.investment-checkup .features .padThisOnRight {
		margin-right: 40px
	}
}

#financial-software.investment-checkup .features .feature-box {
	text-align: left;
}

#financial-software.investment-checkup .features .feature-box hr {
	border: 0;
	border-bottom: 1px dashed #fff
}

#financial-software.investment-checkup .features .feature-box a {
	color: inherit;
	text-decoration: underline
}

#financial-software.investment-checkup .features .feature-box img {
	margin-bottom: 15px
}

#financial-software.retirement-planner .feature.data-driven .device img {
	width: 250px
}

#financial-software.retirement-planner .feature.evaluate-your-retirement .device img {
	width: 60%
}

@media screen and (max-width:1199px) {
	#financial-software.retirement-planner section.hero .device {
		margin-top: 50px
	}
}

#financial-software.net-worth #fsModal span {
	bottom: 55%
}

#financial-software.net-worth .feature.net-worth {
	color: #fff;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiOWNjNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkOTBiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #6b9cc7), color-stop(100%, #5d90bf));
	background: -moz-linear-gradient(left, #6b9cc7, #5d90bf);
	background: -webkit-linear-gradient(left, #6b9cc7, #5d90bf);
	background: linear-gradient(to right, #6b9cc7, #5d90bf);
	max-height: 475px;
	padding: 40px 0 0 0;
	border: 0;
	overflow: hidden
}

#financial-software.net-worth .feature {
	padding-top: 36px
}

#financial-software.net-worth .what-is-networth {
	padding: 40px 15px 50px;
	color: #fff;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0ODVjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY0YmNlNyIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -moz-radial-gradient(#4485c3, #64bce7);
	background: -webkit-radial-gradient(#4485c3, #64bce7);
	background: radial-gradient(#4485c3, #64bce7);
	border: 0
}

#financial-software.net-worth .what-is-networth .what-is-networth-content {
	margin-top: 25px
}

#financial-software.net-worth .what-is-networth .what-is-networth-content .content {
	margin: 0 auto;
	text-align: center
}

@media(min-width:700px) {
	#financial-software.net-worth .what-is-networth .what-is-networth-content {
		width: 70%;
		margin: 0 auto
	}
	#financial-software.net-worth .what-is-networth .what-is-networth-content .liabilities-frame {
		width: 50%;
		float: right;
		border-left: 1px dotted #fff;
		border-right: 1px dotted #fff;
		height: 330px
	}
	#financial-software.net-worth .what-is-networth .what-is-networth-content .assets-frame {
		width: 50%;
		float: left;
		border-left: 1px dotted #fff;
		height: 330px
	}
	#financial-software.net-worth .what-is-networth .what-is-networth-content .content {
		width: 83%
	}
	#financial-software.net-worth .what-is-networth .section2 {
		width: 70%;
		margin: 0 auto
	}
	#financial-software.net-worth .what-is-networth .section2 .content {
		width: 50%;
		float: right;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff
	}
}

#financial-software.net-worth .networth-matters {
	background: #64bcb9;
	color: #fff
}

#financial-software.net-worth .networth-matters .header {
	margin-bottom: 45px;
	margin-top: 20px
}

#financial-software.net-worth .networth-matters .title {
	font-weight: 500;
	font-size: 18px
}

@media(min-width:1200px) {
	#financial-software.net-worth .networth-matters .title {
		font-size: 24px
	}
}

#financial-software.net-worth .networth-matters .device {
	padding-top: 10%
}

#financial-software.net-worth .networth-matters-footer {
	background: #62a688;
	color: #fff
}

#financial-software.net-worth .networth-matters-footer .tabs .tab_title {
	width: 205px;
	padding-bottom: 15px
}

#financial-software.net-worth .networth-matters-footer .tabs .border {
	border-bottom: 1px dotted #b2d3c5
}

@media screen and (max-width:992px) {
	#financial-software.net-worth .networth-matters-footer .tabs .border {
		border: 0
	}
}

#financial-software.net-worth .networth-matters-footer .tabs a {
	display: block;
	height: 45px;
	width: 192px;
	margin-top: 10px;
	color: #3a3a3a;
	font-weight: 100;
	font-size: 17px;
	padding-left: 55px;
	line-height: 1.2em;
	text-decoration: none
}

#financial-software.net-worth .networth-matters-footer .tabs a:hover {
	color: #fff
}

#financial-software.net-worth .networth-matters-footer .tabs .tab_content {
	display: none
}

#financial-software.net-worth .networth-matters-footer .tabs .active {
	display: block
}

#financial-software.net-worth .networth-matters-footer .tab_content {
	display: block;
	padding-top: 10px
}

#financial-software.net-worth .networth-matters-footer #tab1-link {
	background: url("/static/images/products/networth/icon_progress.svg") no-repeat
}

#financial-software.net-worth .networth-matters-footer #tab1-link:hover {
	background: url("/static/images/products/networth/icon_progress_hover.svg") no-repeat
}

#financial-software.net-worth .networth-matters-footer #tab1-link.active {
	background: url("/static/images/products/networth/icon_progress_hover.svg") no-repeat;
	color: #fff
}

#financial-software.net-worth .networth-matters-footer #tab2-link {
	background: url("/static/images/products/networth/icon_focus.svg") no-repeat
}

#financial-software.net-worth .networth-matters-footer #tab2-link:hover {
	background: url("/static/images/products/networth/icon_focus_hover.svg") no-repeat
}

#financial-software.net-worth .networth-matters-footer #tab2-link.active {
	background: url("/static/images/products/networth/icon_focus_hover.svg") no-repeat;
	color: #fff
}

#financial-software.net-worth .networth-matters-footer #tab3-link {
	background: url("/static/images/products/networth/icon_realize_debts.svg") no-repeat
}

#financial-software.net-worth .networth-matters-footer #tab3-link:hover {
	background: url("/static/images/products/networth/icon_realize_debts_hover.svg") no-repeat
}

#financial-software.net-worth .networth-matters-footer #tab3-link.active {
	background: url("/static/images/products/networth/icon_realize_debts_hover.svg") no-repeat;
	color: #fff
}

#financial-software.net-worth .portfolio-performance {
	color: #fff;
	background: -webkit-linear-gradient(left, #72a9d7, #62a5e7);
	background: -o-linear-gradient(left, #72a9d7, #62a5e7);
	background: -moz-linear-gradient(left, #72a9d7, #62a5e7);
	background: linear-gradient(to right, #72a9d7, #62a5e7)
}

#financial-software.net-worth .portfolio-performance a {
	color: #fff;
	text-decoration: underline
}

#financial-software.net-worth .portfolio-performance a:hover {
	text-decoration: none
}

#financial-software.net-worth .portfolio-performance a:visited {
	color: #fff;
	text-decoration: underline
}

#financial-software.net-worth .portfolio-performance .paragraph {
	margin-bottom: 30px
}

#financial-software.net-worth .portfolio-performance .line {
	margin-bottom: 0
}

#financial-software.security {
	color: #000
}

#financial-software.security .sectioned section .container {
	padding: 35px 15px 50px
}

#financial-software.security .sectioned section h2 {
	font-size: 35px
}

#financial-software.security .feature-icon {
	padding-bottom: 20px
}

#financial-software.security .hero {
	background: url("/static/images/website3/financialSoftware/security/hero-2018.jpg") no-repeat 0 0/cover;
	height: 500px
}

#financial-software.security .hero h1 {
	padding-top: 20%
}

@media screen and (min-width:1650px) {
	#financial-software.security .hero {
		background-position: 0 50%
	}
}

@media screen and (max-width:1135px) {
	#financial-software.security .hero {
		background-position: 35% 0
	}
}

@media screen and (max-width:768px) {
	#financial-software.security .hero {
		background-position: 30% 0;
		height: 350px
	}
}

#financial-software.security .strong-encryption {
	background: url("/static/images/website3/financialSoftware/security/bkg-strong_encryption@2x.jpg") no-repeat 0 0/cover;
	height: 610px;
	color: #fff
}

@media screen and (max-width:1200px) {
	#financial-software.security .strong-encryption {
		background-position: 60% 0
	}
}

@media screen and (max-width:767px) {
	#financial-software.security .strong-encryption {
		background-position: 0 0
	}
}

#financial-software.security .robust-authentication {
	background: url("/static/images/website3/financialSoftware/security/bkg-authentication@2x.jpg") no-repeat 0 0/cover;
	height: 560px;
	color: #fff;
	background-position: 64% 0
}

@media screen and (max-width:767px) {
	#financial-software.security .robust-authentication {
		background-position: 100% 0
	}
}

#financial-software.security .partnering {
	background: url("/static/images/website3/financialSoftware/security/bkg-partnering@2x-v2.jpg") no-repeat 0 0/cover
}

@media screen and (min-width:1650px) {
	#financial-software.security .partnering {
		background-position: 0 65%
	}
}

#financial-software.security .our-word {
	background: url("/static/images/website3/financialSoftware/security/bkg-our_word.jpg") no-repeat 0 0/cover;
	color: #fff
}

#financial-software.security .our-word .background-container {
	height: 100%;
	background: rgba(83, 134, 163, 0.8)
}

@media screen and (min-width:768px) {
	#financial-software.security .our-word .background-container {
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUzODZhMyIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
		background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(83, 134, 163, 0.8)));
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(83, 134, 163, 0.8) 50%);
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(83, 134, 163, 0.8) 50%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(83, 134, 163, 0.8) 50%)
	}
}

#financial-software.security .touch-your-money {
	height: 620px;
	color: #fff;
	background: url("/static/images/website3/financialSoftware/security/bkg-vault@2x.jpg") no-repeat 0 0/cover
}

#financial-software.security .touch-your-money .background-container {
	height: 100%;
	background: rgba(110, 168, 181, 0.8)
}

@media screen and (min-width:768px) {
	#financial-software.security .touch-your-money .background-container {
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlYThiNSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
		background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(110, 168, 181, 0.8)));
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(110, 168, 181, 0.8) 50%);
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(110, 168, 181, 0.8) 50%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(110, 168, 181, 0.8) 50%)
	}
}

#wealth-management.overview p.limit-col-width {
	max-width: 300px;
	margin: auto
}

#wealth-management.overview .icon {
	width: 30%;
	height: 30%
}

#wealth-management.overview .hero {
	min-height: 470px;
	background: url("/static/images/website3/wealth-management/new-overview/180315_hero-v2.jpg") 0 0/cover no-repeat;
	color: #fff
}

@media screen and (max-width:767px) {
	#wealth-management.overview .hero {
		min-height: 250px;
		background-position: 50% 0
	}
}

#wealth-management.overview .grey-section {
	background: #e9eaec
}

#wealth-management.overview .grey-section.alternate-hero h1 {
	margin-bottom: 10px
}

#wealth-management.overview .grey-section.alternate-hero p {
	margin-bottom: 40px
}

#wealth-management.overview .blue-section {
	background: #417cca;
	color: #fff
}

#wealth-management.overview .step-boxes {
	text-align: center
}

#wealth-management.overview .step-boxes .step-box .header {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #1a4f91
}

#wealth-management.overview .step-boxes .step-box .header h5 {
	color: #fff
}

#wealth-management.overview .step-boxes .step-box .content {
	background-color: #fff;
	padding: 20px 10px
}

#wealth-management.overview .step-boxes .step-box .content h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #417cca
}

#wealth-management.overview .step-boxes .step-box .content h5 {
	color: #47515b
}

@media screen and (min-width:768px) and (max-width:991px) {
	#wealth-management.overview .step-boxes .step-box .content {
		height: 250px
	}
}

#wealth-management.overview .tiers {
	text-align: center
}

#wealth-management.overview .tiers .tier-box .header {
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px
}

#wealth-management.overview .tiers .tier-box .header h5,
#wealth-management.overview .tiers .tier-box .header h4 {
	color: #fff
}

#wealth-management.overview .tiers .tier-box .header.box-one {
	background-color: #417cc8
}

#wealth-management.overview .tiers .tier-box .header.box-two {
	background-color: #1b4e8d
}

#wealth-management.overview .tiers .tier-box .header.box-three {
	background-color: #343e48
}

#wealth-management.overview .tiers .tier-box .header:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent
}

#wealth-management.overview .tiers .tier-box .header.box-one:after {
	border-top: solid 10px #417cc8
}

#wealth-management.overview .tiers .tier-box .header.box-two:after {
	border-top: solid 10px #1b4e8d
}

#wealth-management.overview .tiers .tier-box .header.box-three:after {
	border-top: solid 10px #343e48
}

#wealth-management.overview .tiers .tier-box .content {
	background-color: #f7f7f7;
	padding: 25px 25px 20px
}

#wealth-management.overview .tiers .tier-box .content h4 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #333e48
}

#wealth-management.overview .tiers .tier-box .content li {
	font-size: 16px
}

@media screen and (min-width:992px) {
	#wealth-management.overview .tiers .tier-box .content {
		height: 600px;
		position: relative
	}
	#wealth-management.overview .tiers .tier-box .content a {
		position: absolute;
		bottom: 25px;
		right: 25%
	}
}

@media screen and (min-width:1200px) {
	#wealth-management.overview .tiers .tier-box .content {
		height: 490px
	}
}

#wealth-management.overview .tiers .tier-box ul {
	text-align: left
}

#wealth-management.overview .tiers .tier-box ul.colorful {
	list-style: none
}

#wealth-management.overview .tiers .tier-box ul.colorful li:before {
	margin-left: -35px;
	padding-right: 5px;
	content: "● "
}

#wealth-management.overview .tiers .tier-box ul.colorful.box-one li:before {
	color: #417cc8
}

#wealth-management.overview .tiers .tier-box ul.colorful.box-two li:before {
	color: #1b4e8d
}

#wealth-management.overview .tiers .tier-box ul.colorful.box-three li:before {
	color: #343e48
}

@media screen and (min-width:768px) {
	#wealth-management.overview .short-fix {
		padding-bottom: 25px
	}
	#wealth-management.overview .icon-row {
		margin-bottom: 50px
	}
}

#wealth-management.investment-strategy .product section {
	padding: 55px 15px 45px
}

#wealth-management.investment-strategy .icon {
	width: 30%;
	height: 30%
}

#wealth-management.investment-strategy .hero {
	background: url("/static/images/website3/wealth-management/investment-strategy/180403_new-is-hero.jpg") 0 0/cover no-repeat;
	color: #fff;
	height: 470px
}

#wealth-management.investment-strategy .hero .text {
	margin-top: 50px
}

@media screen and (min-width:768px) and (max-width:991px) {
	#wealth-management.investment-strategy .hero {
		background-position: 50% 0
	}
}

@media screen and (max-width:767px) {
	#wealth-management.investment-strategy .hero {
		text-align: center;
		height: auto
	}
	#wealth-management.investment-strategy .hero .text {
		margin-top: 0;
		margin-bottom: 20px
	}
}

#wealth-management.investment-strategy .our-investment-strategy {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlZDFkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 0, 100% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #ced1d6));
	background: -moz-linear-gradient(top left, #f6f6f6, #ced1d6);
	background: -webkit-linear-gradient(top left, #f6f6f6, #ced1d6);
	background: linear-gradient(to bottom right, #f6f6f6, #ced1d6)
}

@media screen and (min-width:992px) {
	#wealth-management.investment-strategy .our-investment-strategy .copy {
		margin-top: 20px
	}
}

#wealth-management.investment-strategy .key-investing-principles {
	overflow-x: hidden;
	color: #fff
}

#wealth-management.investment-strategy .key-investing-principles .pillars {
	min-height: 390px;
	margin: -2rem -9999rem;
	padding: 2.25rem 9999rem;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYjVkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhOThjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 0, 100% 100%, color-stop(0%, #8eb5dc), color-stop(100%, #6a98cc));
	background: -moz-linear-gradient(top left, #8eb5dc, #6a98cc);
	background: -webkit-linear-gradient(top left, #8eb5dc, #6a98cc);
	background: linear-gradient(to bottom right, #8eb5dc, #6a98cc)
}

#wealth-management.investment-strategy .key-investing-principles .left-side {
	color: #e5e5e5;
	padding-top: 25px;
	border-right: 3px solid #fff
}

#wealth-management.investment-strategy .key-investing-principles .left-side p:hover {
	text-decoration: underline
}

#wealth-management.investment-strategy .key-investing-principles .left-side img {
	opacity: .40
}

#wealth-management.investment-strategy .key-investing-principles .left-side .active {
	color: #fff
}

#wealth-management.investment-strategy .key-investing-principles .left-side .active p {
	text-decoration: underline;
	font-weight: 500
}

#wealth-management.investment-strategy .key-investing-principles .left-side .active img {
	opacity: 1
}

#wealth-management.investment-strategy .key-investing-principles .right-side a {
	color: #fff
}

#wealth-management.investment-strategy .key-investing-principles .right-side p,
#wealth-management.investment-strategy .key-investing-principles .right-side li {
	font-size: 16px
}

#wealth-management.investment-strategy .key-investing-principles .right-side p {
	margin-top: 90px
}

#wealth-management.investment-strategy .key-investing-principles .pillar-item {
	margin-left: 10px;
	margin-bottom: 20px
}

#wealth-management.investment-strategy .key-investing-principles .pillar-item img,
#wealth-management.investment-strategy .key-investing-principles .pillar-item p {
	display: inline-block
}

#wealth-management.investment-strategy .key-investing-principles .pillar-item img {
	width: 56px;
	padding-right: 10px;
	margin-top: -8px
}

@media screen and (min-width:1200px) {
	#wealth-management.investment-strategy .key-investing-principles p.sub-head {
		padding-bottom: 30px
	}
	#wealth-management.investment-strategy .key-investing-principles .left-side {
		padding-top: 45px
	}
	#wealth-management.investment-strategy .key-investing-principles .left-side p {
		font-size: 25px
	}
	#wealth-management.investment-strategy .key-investing-principles .right-side p,
	#wealth-management.investment-strategy .key-investing-principles .right-side li {
		font-size: 22px
	}
	#wealth-management.investment-strategy .key-investing-principles .right-side p {
		margin-top: 130px
	}
}

@media screen and (max-width:767px) {
	#wealth-management.investment-strategy .key-investing-principles .pillars {
		min-height: 290px
	}
	#wealth-management.investment-strategy .key-investing-principles .left-side {
		padding-top: 0;
		padding-bottom: 10px;
		border-right: none!important
	}
	#wealth-management.investment-strategy .key-investing-principles .pillar-item {
		text-align: center;
		display: inline
	}
	#wealth-management.investment-strategy .key-investing-principles .pillar-item img {
		width: 15%;
		margin-top: 0
	}
	#wealth-management.investment-strategy .key-investing-principles .right-side p {
		margin-top: 0
	}
}

#wealth-management.investment-strategy .socially-responsible-investing {
	padding: 90px 15px 115px!important;
	background: url("/images/website3/wealth-management/investment-strategy/socially-responsible-investing.jpg") 0 0/cover no-repeat
}

#wealth-management.investment-strategy .socially-responsible-investing h2 {
	color: #01b18a
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#wealth-management.investment-strategy .socially-responsible-investing {
		background-position: 100% 0
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#wealth-management.investment-strategy .socially-responsible-investing {
		background-position: 80% 0
	}
}

@media screen and (max-width:767px) {
	#wealth-management.investment-strategy .socially-responsible-investing {
		text-align: center
	}
}

#wealth-management.investment-strategy .investment-committee .title {
	font-style: italic
}

#wealth-management.investment-strategy .investment-committee .portrait {
	width: 50%;
	height: 50%
}

#wealth-management.investment-strategy .investment-committee hr {
	padding-top: 50px
}

#wealth-management.private-client .navbar .submenu li a.active {
	color: #784683
}

#wealth-management.private-client #footer .makes-it-easy svg.devices {
	stroke: #784683
}

#wealth-management.private-client .sectioned section .container {
	padding: 70px 15px 60px
}

#wealth-management.private-client h1,
#wealth-management.private-client h3,
#wealth-management.private-client h4,
#wealth-management.private-client h5 {
	color: #784683
}

#wealth-management.private-client section.hero {
	background: url("/static/images/website3/wealth-management/new-private-client/hero-v2.jpg") 0 0/cover no-repeat;
	text-align: right;
	min-height: 512px
}

#wealth-management.private-client section.hero h1 {
	margin-top: 250px;
	font-weight: 300;
	font-size: 58px
}

#wealth-management.private-client section.hero img {
	width: 320px
}

@media screen and (max-width:767px) {
	#wealth-management.private-client section.hero {
		text-align: center;
		min-height: auto
	}
	#wealth-management.private-client section.hero h1 {
		margin-top: 20px;
		font-size: 36px
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#wealth-management.private-client section.hero {
		background-position: 40% 0
	}
}

#wealth-management.private-client section.pcg-stats {
	background-color: #323e48
}

#wealth-management.private-client section.pcg-stats .container {
	padding: 30px 15px 20px
}

#wealth-management.private-client section.pcg-stats h2 {
	font-weight: 300;
	color: #fff;
	margin-top: -7px;
	margin-bottom: 5px;
	margin-right: 7px;
	float: left
}

#wealth-management.private-client section.pcg-stats p {
	font-weight: 600;
	color: #ff9e16;
	line-height: 22px;
	float: left;
	font-size: 16px;
	letter-spacing: .5px
}

#wealth-management.private-client section.pcg-stats .stat-container {
	display: inline-block;
	text-align: left
}

@media screen and (min-width:768px) and (max-width:991px) {
	#wealth-management.private-client section.pcg-stats h2 {
		float: none
	}
	#wealth-management.private-client section.pcg-stats p {
		float: none
	}
	#wealth-management.private-client section.pcg-stats .stat-container {
		text-align: center
	}
}

@media screen and (max-width:1199px) {
	#wealth-management.private-client section.pcg-stats h2 {
		margin-top: 0
	}
}

#wealth-management.private-client section.main-content {
	background: url("/static/images/website3/wealth-management/new-private-client/background-main_content-v3.jpg") 0 0/cover no-repeat
}

#wealth-management.private-client section.main-content p.main-text {
	font-size: 22px;
	font-weight: 400
}

#wealth-management.private-client section.main-content .svg_icon {
	width: 100px;
	margin-bottom: -20px
}

#wealth-management.private-client section.main-content h3 {
	font-weight: 400
}

@media screen and (max-width:767px) {
	#wealth-management.private-client section.main-content {
		background: #ededed
	}
}

#wealth-management.private-client section.personalized-portfolio h4 {
	margin-top: 0;
	cursor: pointer
}

#wealth-management.private-client section.personalized-portfolio p.text {
	font-size: 16px
}

#wealth-management.private-client section.personalized-portfolio .slider {
	background-color: #b196b9
}

#wealth-management.private-client section.personalized-portfolio input:checked+.slider {
	background-color: #784683
}

#wealth-management.private-client section.personalized-portfolio input:focus+.slider {
	box-shadow: 0 0 1px #784683
}

#wealth-management.private-client section.benefits {
	position: relative;
	background: url("/static/images/website3/wealth-management/new-private-client/background-benefits.jpg") 0 0/cover no-repeat
}

#wealth-management.private-client section.benefits .layer {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNjU2ZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVjNjU2ZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(92, 101, 110, 0.9)), color-stop(50%, rgba(92, 101, 110, 0.9)), color-stop(50%, rgba(243, 243, 245, 0.9)));
	background: -moz-linear-gradient(left, rgba(92, 101, 110, 0.9), rgba(92, 101, 110, 0.9) 50%, rgba(243, 243, 245, 0.9) 50%);
	background: -webkit-linear-gradient(left, rgba(92, 101, 110, 0.9), rgba(92, 101, 110, 0.9) 50%, rgba(243, 243, 245, 0.9) 50%);
	background: linear-gradient(to right, rgba(92, 101, 110, 0.9), rgba(92, 101, 110, 0.9) 50%, rgba(243, 243, 245, 0.9) 50%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#wealth-management.private-client section.benefits h2 {
	color: #fff
}

#wealth-management.private-client section.benefits .svg_icon {
	width: 100%;
	margin-top: -50%
}

#wealth-management.private-client section.benefits li {
	font-size: 16px
}

@media screen and (max-width:767px) {
	#wealth-management.private-client section.benefits .layer {
		background: #333e48
	}
	#wealth-management.private-client section.benefits .left-col {
		text-align: center
	}
	#wealth-management.private-client section.benefits .right-col {
		color: #fff
	}
}

@media screen and (min-width:991px) {
	#wealth-management.private-client section.benefits .left-col {
		margin-top: 12.5%
	}
}

#wealth-management.private-client section.fees p.sub-header {
	font-weight: 400;
	color: #c5c6ca
}

#wealth-management.private-client section.questions {
	position: relative;
	background: url("/static/images/website3/wealth-management/new-private-client/background-questions.jpg") 0 0/cover no-repeat
}

#wealth-management.private-client section.questions .layer {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVjNjU2ZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(243, 243, 245, 0.9)), color-stop(50%, rgba(243, 243, 245, 0.9)), color-stop(50%, rgba(92, 101, 110, 0.9)));
	background: -moz-linear-gradient(left, rgba(243, 243, 245, 0.9), rgba(243, 243, 245, 0.9) 50%, rgba(92, 101, 110, 0.9) 50%);
	background: -webkit-linear-gradient(left, rgba(243, 243, 245, 0.9), rgba(243, 243, 245, 0.9) 50%, rgba(92, 101, 110, 0.9) 50%);
	background: linear-gradient(to right, rgba(243, 243, 245, 0.9), rgba(243, 243, 245, 0.9) 50%, rgba(92, 101, 110, 0.9) 50%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#wealth-management.private-client section.questions img,
#wealth-management.private-client section.questions .name-container {
	display: inline-block
}

#wealth-management.private-client section.questions .name-container {
	vertical-align: bottom;
	margin-left: 20px
}

#wealth-management.private-client section.questions .name-container h5 {
	margin-bottom: 0
}

#wealth-management.private-client section.questions .left-col {
	margin-top: 0
}

#wealth-management.private-client section.questions .right-col h3,
#wealth-management.private-client section.questions .right-col h5,
#wealth-management.private-client section.questions .right-col p {
	color: #fff
}

@media screen and (max-width:767px) {
	#wealth-management.private-client section.questions .layer {
		background: #333e48
	}
	#wealth-management.private-client section.questions h2,
	#wealth-management.private-client section.questions p {
		color: #fff
	}
}

@media screen and (max-width:991px) {
	#wealth-management.private-client section.questions h5 {
		font-size: 12px
	}
}

@media screen and (min-width:1200px) {
	#wealth-management.private-client section.questions .container {
		padding: 100px 15px
	}
}

#wealth-management.faq #content section#intro p {
	text-align: center;
	width: 85%;
	margin: auto
}

#wealth-management.faq #content .container {
	background-color: #fff;
	padding: 30px 15px!important
}

#wealth-management.faq #content .container p {
	line-height: 1.5
}

#wealth-management.faq #content .container .question {
	color: #3b8fe1;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 25px 5px 10px;
	border-bottom: 1px dotted #CCC;
	vertical-align: middle;
	position: relative
}

#wealth-management.faq #content .container .question::after {
	content: "+";
	color: #666;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

#wealth-management.faq #content .container .question:hover {
	background-color: #f7f7f7
}

#wealth-management.faq #content .container .question.active {
	background-color: #f7f7f7;
	border-bottom: 0;
	border-left: 1px dotted #CCC
}

#wealth-management.faq #content .container .question.active::after {
	content: "\2013"
}

#wealth-management.faq #content .container .answer {
	display: none;
	padding: 10px 20px;
	border-left: 1px dotted #CCC
}

#wealth-management.faq #content .container .answer table td {
	padding-right: 10px
}

#wealth-management.faq #content .container .answer ol li {
	line-height: 1.5;
	padding-bottom: 5px;
	font-size: 16px
}

@media screen and (max-width:767px) {
	#wealth-management.faq #content .container .answer ol li {
		font-size: 14px
	}
}

#wealth-management.performance #content .container {
	padding: 30px 0px!important
}

@media screen and (max-width:767px) {
	#wealth-management.performance #content section#hero h1 {
		font-size: 28px
	}
}

#wealth-management.performance #content section#performanceData table {
	width: 100%;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB
}

@media screen and (max-width:320px) {
	#wealth-management.performance #content section#performanceData table {
		font-size: 12px
	}
}

#wealth-management.performance #content section#performanceData table thead th {
	padding: 10px 0;
	width: 20%;
	border-bottom: 1px solid #BBB
}

#wealth-management.performance #content section#performanceData table thead th:not(:first-of-type) {
	text-align: center;
	width: 10%
}

#wealth-management.performance #content section#performanceData table tr.riskType {
	font-weight: 400;
	border-top: 1px solid #DDD
}

#wealth-management.performance #content section#performanceData table tr.riskType td {
	padding: 15px 0
}

#wealth-management.performance #content section#performanceData table tr.riskData td {
	padding-bottom: 15px
}

#wealth-management.performance #content section#performanceData table tr.riskData td:not(:first-of-type) {
	text-align: center
}

#wealth-management.performance #content section#disclaimers p {
	font-size: 13px;
	line-height: 1.5
}

#wealth-management.financial-advisors .hero {
	background: url("/static/images/website3/wealth-management/advisors/new-advisors-hero.jpg") 0 0/cover no-repeat;
	color: #fff
}

@media screen and (min-width:768px) and (max-width:991px) {
	#wealth-management.financial-advisors .hero {
		background-position: 50% 0
	}
}

@media screen and (min-width:992px) {
	#wealth-management.financial-advisors .hero {
		height: 470px
	}
}

@media screen and (max-width:767px) {
	#wealth-management.financial-advisors .hero {
		text-align: center
	}
}

#wealth-management.financial-advisors .mod-no-vertical-padding {
	padding: 0 15px
}

@media screen and (max-width:767px) {
	#wealth-management.financial-advisors section.advisor-video {
		text-align: center
	}
}

#wealth-management.financial-advisors .what-we-can-offer-you {
	background: #5b89bb;
	color: #fff
}

#wealth-management.financial-advisors .what-we-can-offer-you h4 {
	margin-top: 10px
}

#wealth-management.additional-services .icon {
	width: 30%;
	height: 30%;
	margin-bottom: 20px
}

#wealth-management.additional-services .hero {
	min-height: 300px;
	background-image: url("/static/images/website3/wealth-management/additional-services/img-background-hero.jpg")
}

#wealth-management.additional-services #mobileText h2 {
	font-size: 35px
}

#wealth-management.additional-services .sectioned section h2 {
	font-size: 35px;
	margin-top: 20px
}

#wealth-management.additional-services .generic-section {
	text-align: center
}

#wealth-management.additional-services .generic-section p {
	font-size: 15px
}

#wealth-management.additional-services .generic-section p.limit-col-width {
	max-width: 300px;
	margin: auto;
	margin-bottom: 30px
}

@media screen and (max-width:767px) {
	#wealth-management.additional-services .generic-section p {
		max-width: 300px;
		margin: auto;
		margin-bottom: 20px
	}
}

#wealth-management.additional-services .retirement-planning {
	min-height: 325px;
	background-image: url("/static/images/website3/wealth-management/additional-services/180403_img-background-home-purchases-new.jpg")
}

#wealth-management.additional-services .estate-planning {
	min-height: 325px;
	background-image: url("/static/images/website3/wealth-management/additional-services/img-background-estate-planning.jpg");
	background-position: 25% 0
}

#wealth-management.additional-services .home-purchases {
	min-height: 375px;
	background-image: url("/static/images/website3/wealth-management/additional-services/180315_img-background-home-purchases-new.jpg")
}

@media screen and (max-width:768px) {
	#wealth-management.additional-services .home-purchases {
		background-position: 50% 0
	}
	#wealth-management.additional-services .home-purchases h1 {
		margin-top: 10px;
		font-size: 30px
	}
}

#wealth-management.additional-services .stock-options {
	min-height: 375px;
	background-image: url("/static/images/website3/wealth-management/additional-services/img-background-stock-options.jpg")
}

@media screen and (max-width:768px) {
	#wealth-management.additional-services .stock-options h1 {
		margin-top: 10px;
		font-size: 30px
	}
	#wealth-management.additional-services .stock-options p {
		font-size: 15px
	}
}

#wealth-management.additional-services .half-section-overlay {
	min-height: 325px
}

#wealth-management .blue-background {
	background-color: #3b8fe1;
	color: white
}

#wealth-management .blue-background * {
	margin: 0 auto;
	text-align: center
}

#wealth-management .blue-background h2 {
	font-size: 24px
}

@media screen and (min-width:768px) {
	#wealth-management .blue-background h2 {
		font-size: 28px
	}
}

#wealth-management .blue-background h3 {
	font-size: 18px
}

@media screen and (min-width:768px) {
	#wealth-management .blue-background h3 {
		font-size: 22px
	}
}

@media screen and (max-width:767px) {
	#wealth-management .blue-background p {
		text-align: left
	}
	#wealth-management .blue-background p.text-center {
		text-align: center
	}
}

#wealth-management .blue-background .container {
	padding: 20px 15px
}

#wealth-management section.joinUs p {
	width: 85%;
	max-width: 750px;
	line-height: 1.5;
	margin: 25px auto;
	font-size: 14px
}

@media screen and (min-width:768px) {
	#wealth-management section.joinUs p {
		font-size: 18px
	}
}

#wealth-management .backlit {
	color: white;
	text-shadow: 0 0 15px black, 0 0 25px black, 0 0 35px black, 0 0 45px black, 0 0 55px black
}

#wealth-management .paddedText {
	width: 90%;
	margin: auto
}

@media screen and (min-width:768px) {
	#wealth-management .paddedText {
		width: 80%;
		text-align: center
	}
}

#wealth-management .emphasized {
	font-weight: 600;
	font-style: italic
}

#wealth-management section#hero {
	position: relative
}

#wealth-management section#hero .container {
	padding: 150px 15px;
	text-align: center
}

#wealth-management section#hero .container h1 {
	font-size: 40px
}

#wealth-management section#hero .container h2 {
	font-size: 24px
}

#wealth-management section#hero .container a.startCTA {
	display: inline-block;
	margin-top: 0
}

#wealth-management section#hero-copy .container {
	padding: 75px 15px;
	text-align: center
}

#wealth-management section#hero-copy .container h1 {
	font-size: 28px;
	text-align: left
}

#wealth-management section#hero-copy .container h2 {
	font-size: 20px;
	text-align: left;
	font-style: italic;
	margin: 5px auto
}

#wealth-management section#hero-copy .container p {
	margin: 15px auto;
	text-align: left
}

@media screen and (min-width:768px) {
	#wealth-management section#hero-copy .container p {
		text-align: center;
		margin: 0 auto
	}
}

#wealth-management section.zippered-section .container {
	padding: 0
}

#wealth-management section.zippered-section .container .image {
	margin: auto;
	position: relative;
	width: 52%;
	vertical-align: middle
}

#wealth-management section.zippered-section .container .image.visible-xs {
	max-width: 400px;
	width: 100%
}

#wealth-management section.zippered-section .container .image img {
	width: 100%
}

#wealth-management section.zippered-section .container .copy {
	padding: 0 30px;
	max-width: 600px;
	margin: 30px auto 50px;
	text-align: left
}

@media screen and (min-width:768px) {
	#wealth-management section.zippered-section .container .copy {
		width: 48%;
		display: inline-block;
		vertical-align: middle;
		margin: 0
	}
}

@media screen and (min-width:992px) {
	#wealth-management section.zippered-section .container .copy {
		padding: 0 50px
	}
}

#wealth-management section.zippered-section .container .copy h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1
}

@media screen and (min-width:768px) {
	#wealth-management section.zippered-section .container .copy h3 {
		font-size: 32px
	}
}

#wealth-management section.zippered-section .container .copy h4 {
	font-size: 18px;
	font-style: italic;
	margin-top: -5px
}

#wealth-management section.zippered-section .container .copy p {
	line-height: 1.5
}

#wealth-management .img-arrow {
	position: absolute;
	height: 0;
	width: 0;
	border-top: 35px solid white;
	border-right: 35px solid transparent
}

#wealth-management .img-arrow.arrow-left {
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-moz-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	-o-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

#wealth-management .img-arrow.arrow-right {
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-moz-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	-o-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg)
}

#wealth-management .img-arrow.arrow-up {
	left: 50%;
	bottom: -20px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}

#company.about #content {
	text-align: center
}

#company.about #content h1 {
	font-size: 40px;
	font-weight: 300
}

#company.about #content h2 {
	font-size: 25px
}

#company.about #content p {
	font-size: 16px;
	margin-bottom: 30px
}

#company.about #content a {
	font-size: 16px
}

#company.about #content section#hero {
	background-image: url(/static/images/website3/about-us/our-story/img_hero_large.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	
}

@media(min-width: 768px) {
	#company.about #content section#hero {
		height: 300px;
	}
}

@media(max-width:767px) {
	#company.about #content section#hero {
		background-image: url(/static/images/website3/about-us/our-story/img_hero_med.jpg)
	}
}

#company.about #content section#hero h1 {
	color: white;
	line-height: 50px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	margin-bottom: 50px
}

#company.about #content #intro h3 {
	font-size: 35px;
	color: #121212
}

#company.about #content #whatWeStandFor .row:nth-of-type(1) {
	margin-bottom: -30px
}

#company.about #content #whatWeStandFor .row .ideals {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #3b8fe1;
	text-align: center;
	position: relative;
	margin: 30px auto;
	-webkit-transition: all .7s ease-in-out 0s;
	-moz-transition: all .7s ease-in-out 0s;
	transition: all .7s ease-in-out 0s
}

#company.about #content #whatWeStandFor .row .ideals .front {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 60px 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s
}

#company.about #content #whatWeStandFor .row .ideals .front p {
	margin: 15px 0;
	color: white
}

#company.about #content #whatWeStandFor .row .ideals .back {
	display: table;
	height: 100%;
	padding: 20px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

#company.about #content #whatWeStandFor .row .ideals .back p {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 16px;
	line-height: 20px
}

#company.about #content #whatWeStandFor .row .ideals:hover {
	background: #333
}

#company.about #content #whatWeStandFor .row .ideals:hover .front {
	opacity: 0
}

#company.about #content #whatWeStandFor .row .ideals:hover .back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#company.team #leadership-modal hr {
	margin-top: 0;
	margin-bottom: 5px;
	border-top: 1px solid #5c8dbb
}

@media screen and (min-width:415px) {
	#company.team #leadership-modal {
		top: 20%
	}

	#company.team #leadership-modal h4.name,
	#company.team #leadership-modal h6.title {
		margin-bottom: 4px;
	}

	#company.team #leadership-modal .mod-modal-content {
		border: 0;
		text-align: left;
		border-radius: 0
	}
	#company.team #leadership-modal .mod-modal-content .mod-modal-header {
		padding: 0;
		border-bottom: 0
	}
	#company.team #leadership-modal .mod-modal-content .mod-modal-container {
		padding-left: 0;
		margin-right: 3px
	}
	#company.team #leadership-modal .mod-modal-content .mod-modal-button-close {
		font-size: 25px;
		margin-right: 3px
	}
	#company.team #leadership-modal .mod-modal-content .mod-modal-col {
		padding: 0;
		margin-bottom: -6px;
	}
}

@media screen and (min-width:415px) and (max-width:736px) {
	#company.team #leadership-modal .mod-modal-content .mod-modal-col {
		display: none
	}
	#company.team #leadership-modal .mod-modal-content p {
		font-size: 10px
	}
}

#company.team .hero {
	background-image: url("/static/images/website3/company/team/img-hero-large-v2.jpg");
	background-position: center
}

#company.team .leadership-team {
	text-align: center;
	background-image: url("/static/images/website3/company/team/img-leadership-background-large.jpg");
	background-repeat: no-repeat
}

#company.team .leadership-team h2 {
	color: #417cc8
}

#company.team .leadership-team .container {
	padding-top: 40px;
	padding-bottom: 0
}

#company.team .leadership-team .img-container {
	position: relative;
	cursor: pointer
}

#company.team .leadership-team .img-container img {
	width: 100%
}

#company.team .leadership-team .img-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	background-color: #407cca;
	background-color: rgba(64, 124, 202, 0.85)
}

#company.team .leadership-team .text-container {
	text-align: left;
	position: absolute;
	color: #fff;
	left: 15px;
	bottom: 5px
}

#company.team .leadership-team .text-container h3 {
	font-weight: 300;
	font-size: 32px
}

@media screen and (max-width:992px) {
	#company.team .leadership-team .text-container h3 {
		font-size: 22px
	}
}

@media screen and (max-width:992px) {
	#company.team .leadership-team .text-container h4 {
		font-size: 15px
	}
}

#company.team .leadership-team .text-container hr {
	color: #fff;
	margin: 0;
	width: 25px
}

#company.team .board-of-academic-advisors .container {
	padding-top: 45px
}

#company.team .board-of-academic-advisors .header {
	text-align: center;
	color: #fff;
	margin: 4rem -9999rem;
	padding: 3rem 9999rem;
	background-color: #73b7e8
}

#company.team .board-of-academic-advisors .left-col {
	text-align: center
}

#company.team .board-of-academic-advisors .left-col h3 {
	color: #417cc8
}

#company.team .board-of-academic-advisors .right-col p,
#company.team .board-of-academic-advisors .right-col a {
	font-size: 16px;
	font-weight: 300
}

@media screen and (max-width:767px) {
	#company.team .board-of-academic-advisors .right-col {
		text-align: center
	}
}

#company.team .board-of-directors {
	background: #fff url("/static/images/website3/company/team/img-board-bckg-large-v2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 83%!important
}

#company.team .board-of-directors .header {
	text-align: center;
	color: #fff
}

#company.team .our-advisors {
	background-image: url("/static/images/website3/company/team/img-advisors-large.jpg")
}

#company.team .our-software-team {
	background-image: url("/static/images/website3/company/team/img-software-large-v3.jpg");
	background-size: 50.1% 100%!important
}

@media screen and (max-width:992px) {
	#company.team .board-of-directors {
		background-size: 100% 55%!important
	}
	#company.team .mod-modal-content h4 {
		margin-bottom: 0
	}
	#company.team .mod-modal-content h6 {
		margin-top: 5px
	}
	#company.team .mod-modal-content p {
		font-size: 11px
	}
}

@media screen and (max-width:767px) {
	#company.team .board-of-directors {
		background-size: 100% 43%!important
	}
}

@media screen and (min-width:1200px) {
	#company.team .leadership-team {
		background-size: 100% 96%!important
	}
}

#company.news #content section#hero {
	background-image: url(/static/images/website3/about-us/news/img_hero_large.jpg);
	background-position: bottom center;
	background-repeat: no-repeat
}

@media(max-width:767px) {
	#company.news #content section#hero {
		background-image: url(/static/images/website3/about-us/news/img_hero_med.jpg)
	}
}

#company.news #content section#hero h1 {
	text-align: center;
	color: white;
	line-height: 50px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	padding: 20px 0 40px;
	font-weight: 300
}

#company.news #content .anchor-padding {
	padding-top: 50px;
	margin-top: -50px
}

#company.news #content section#recentArticles #moreArticles {
	text-align: center;
	font-size: 20px
}

#company.news #content section#recentArticles #moreArticles #down-arrow {
	margin: 8px auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #AAA
}

#company.news #content section#recentArticles #moreArticles:hover {
	background-color: #e7e7e7
}

#company.news #content section#recentArticles #moreArticles:hover #down-arrow {
	border-top-color: #666
}

#company.news #content section#recentArticles #articleFeed .row {
	margin: 20px auto;
	transition: all .5s ease-in-out 0s;
	height: auto
}

@media screen and (min-width:767px) {
	#company.news #content section#recentArticles #articleFeed .row {
		padding: 15px 0
	}
}

#company.news #content section#recentArticles #articleFeed .row .articleImage img {
	max-width: 130px
}

@media screen and (max-width:992px) {
	#company.news #content section#recentArticles #articleFeed .row .articleInfo {
		padding-left: 45px
	}
}

@media screen and (max-width:767px) {
	#company.news #content section#recentArticles #articleFeed .row .articleInfo {
		padding-left: 15px
	}
}

#company.news #content section#recentArticles #articleFeed .row .articleInfo h3 {
	margin: 0;
	color: #3b8fe1;
	font-style: italic;
	font-size: 18px
}

@media screen and (max-width:992px) {
	#company.news #content section#recentArticles #articleFeed .row .articleInfo h3 {
		font-size: 16px;
	}
}

#company.news #content section#recentArticles #articleFeed .row .articleInfo h4 {
	margin: 5px auto;
	font-size: 25px;
	font-weight: 400;
}

@media screen and (max-width:992px) {
	#company.news #content section#recentArticles #articleFeed .row .articleInfo h4 {
		font-size: 22px
	}
}

#company.news #content section#recentArticles #articleFeed .row .articleInfo .video-icon {
	margin: 0 0 3px 5px
}

#company.news #content section#recentArticles #articleFeed .row.hiddenArticle {
	display: none;
	height: 0
}

#company.news #content section#recentArticles #articleFeed .row:hover {
	background: #efefef;
	cursor: pointer
}

#company.news #content section#recentArticles #articleFeed .row:hover h4 {
	text-decoration: underline
}

#company.news #content section#whatOthersSay .col-sm-6,
#company.news #content section#whatOthersSay .col-md-4 {
	padding: 15px
}

#company.news #content section#whatOthersSay .col-sm-6 a,
#company.news #content section#whatOthersSay .col-md-4 a {
	display: block;
	border: 1px solid #BBB;
	text-align: center;
	max-width: 350px
}

@media screen and (max-width:767px) {
	#company.news #content section#whatOthersSay .col-sm-6 a,
	#company.news #content section#whatOthersSay .col-md-4 a {
		margin: 10px auto
	}
}

#company.news #content section#whatOthersSay .col-sm-6 a img,
#company.news #content section#whatOthersSay .col-md-4 a img {
	padding: 25px 0;
	max-width: 60%
}

#company.news #content section#whatOthersSay .col-sm-6 a:hover,
#company.news #content section#whatOthersSay .col-md-4 a:hover {
	background-color: #efefef
}

#company.news #content section#videos .titleRow * {
	height: 35px;
	line-height: 35px
}

#company.news #content section#videos .titleRow a {
	text-decoration: underline
}

#company.news #content section#videos a.videoSection {
	display: block;
	max-width: 350px;
	margin: auto;
	color: #333;
	text-decoration: none
}

@media screen and (max-width:767px) {
	#company.news #content section#videos a.videoSection {
		margin-bottom: 50px
	}
}

#company.news #content section#videos a.videoSection h3:hover {
	text-decoration: underline
}

#company.news #content section#videos a.videoSection .date {
	color: #666
}

#company.news #content section#socialMedia .col-sm-6 {
	text-align: center
}

#company.news #content section#socialMedia .col-sm-6 iframe {
	width: 90%!important;
	max-width: 90%!important;
	margin-bottom: 50px
}

#company.press #content section#hero {
	background-position: 30% 40%;
	background-repeat: no-repeat;
	background-image: url(/static/images/website3/about-us/press-room/img-hero-small.jpg)
}

@media screen and (min-width:768px) {
	#company.press #content section#hero {
		background-image: url(/static/images/website3/about-us/press-room/img-hero-med.jpg)
	}
}

@media screen and (min-width:993px) {
	#company.press #content section#hero {
		background-position: 50% 40%;
		background-image: url(/static/images/website3/about-us/press-room/img-hero-large.jpg)
	}
}

#company.press #content section#hero h1 {
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	padding: 20px 0 40px;
	font-weight: 300
}

#company.press #content section#pressKit {
	padding-top: 30px
}

#company.press #content section#pressKit .press-kit-item .synopsis .container {
	padding: 40px 15px
}

#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-image {
	text-align: center;
	margin: 0 auto 20px
}

@media screen and (min-width:768px) {
	#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-image {
		display: inline-block;
		width: 15%;
		vertical-align: middle;
		margin: 0 5% 0 0
	}
}

#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy {
	text-align: center
}

@media screen and (min-width:768px) {
	#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy {
		display: inline-block;
		width: 80%;
		vertical-align: middle;
		text-align: left
	}
}

#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.download-kit,
#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.see-contents {
	display: inline-block;
	padding: 5px 25px;
	border: 1px solid #aa1f78;
	color: #aa1f78;
	font-weight: normal;
	font-size: 16px;
	border-radius: 4px;
	margin-top: 15px
}

@media screen and (max-width:767px) {
	#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.download-kit,
	#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.see-contents {
		display: block;
		max-width: 250px;
		margin: 15px auto 0
	}
}

#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.download-kit:hover,
#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.download-kit.active,
#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.see-contents:hover,
#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.see-contents.active {
	color: white;
	background-color: #aa1f78;
	text-decoration: none
}

#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.download-kit:focus,
#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.see-contents:focus {
	text-decoration: none
}

@media screen and (min-width:768px) {
	#company.press #content section#pressKit .press-kit-item .synopsis .container .synopsis-copy a.see-contents {
		margin-left: 15px
	}
}

#company.press #content section#pressKit .press-kit-item .contents {
	background-color: #efefef;
	box-shadow: 0 2px 3px -3px black inset, 0px -2px 3px -3px black inset;
	position: relative
}

#company.press #content section#pressKit .press-kit-item .contents .arrow {
	position: absolute;
	height: 0;
	width: 0;
	border-top: 30px solid white;
	border-right: 30px solid transparent;
	top: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	-moz-transform: translateX(-50%) rotate(-135deg);
	-ms-transform: translateX(-50%) rotate(-135deg);
	-o-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	box-shadow: -2px -2px 3px -3px black
}

#company.press #content section#pressKit .press-kit-item .contents .container {
	padding: 45px 15px 25px;
	text-align: center
}

#company.press #content section#pressKit .press-kit-item .contents .container a.kit-item {
	display: inline-block;
	vertical-align: middle;
	margin: 10px
}

#company.press #content section#pressKit .press-kit-item .contents .container a.kit-item img.thumb {
	height: 150px
}

#company.press #content section#pressKit .press-kit-item .contents .container a.kit-item span.label {
	display: block;
	height: 25px;
	width: 100%;
	color: black;
	font-weight: 300;
	margin-top: 10px
}

#company.press #content section#more-coming-soon {
	color: #999;
	border-top: 1px solid #efefef
}

#company.contact #content section#hero {
	background-image: url(/static/images/website3/about-us/contact-us/map-v2-rwc.jpg);
	background-size: auto 100%!important;
	background-repeat: no-repeat;
	background-position: top center
}

#company.contact #content section#hero .container {
	padding: 0;
	max-width: 100%
}

#company.contact #content section#hero .container #grayBox {
	text-align: left;
	height: 400px;
	float: right;
	width: 350px;
	max-width: 95%;
	background: rgba(0, 0, 0, 0.7);
	position: relative
}

@media screen and (max-width:767px) {
	#company.contact #content section#hero .container #grayBox {
		float: none;
		margin: auto
	}
}

#company.contact #content section#hero .container #grayBox .office {
	padding: 80px 20px 0
}

#company.contact #content section#hero .container #grayBox .office .address {
	margin-top: 30px;
	color: white;
	font-size: 18px
}

@media screen and (max-width:767px) {
	#company.contact #content section#hero .container #grayBox .office .address {
		font-size: 20px
	}
}

#company.contact #content section#hero .container #grayBox #chooseOffice {
	position: absolute;
	bottom: 0;
	width: 100%
}

#company.contact #content section#hero .container #grayBox #chooseOffice a {
	display: block;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #CCC;
	padding: 0 30px;
	color: white;
	font-weight: 300
}

#company.contact #content section#hero .container #grayBox #chooseOffice a:hover,
#company.contact #content section#hero .container #grayBox #chooseOffice a:focus {
	background: rgba(255, 255, 255, 0.4);
	text-decoration: none
}

#company.contact #content section#hero .container #grayBox #chooseOffice a.active {
	background: rgba(255, 255, 255, 0.4);
	font-weight: 400
}

#company.contact #content section#hero .container #grayBox #chooseOffice a.active:before {
	font-size: 14px;
	content: "\25B6";
	margin-left: -20px;
	margin-right: 8px
}

@media screen and (min-width:767px) {
	#company.contact #content section#contactInfo form {
		padding-right: 30px
	}
}

#company.contact #content section#contactInfo form .row input,
#company.contact #content section#contactInfo form .row textarea {
	width: 100%;
	border: 0;
	background: #ececec;
	font-size: 16px;
	padding: 12px
}

#company.contact #content section#contactInfo form .row .formError {
	font-weight: 600;
	color: #f03240;
	visibility: hidden
}

#company.contact #content section#contactInfo form .row textarea {
	height: 150px
}

#company.contact #content section#contactInfo form .row button.submit {
	background: #548fdc;
	color: white;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 2px #487abc;
	padding: 5px 20px;
	margin: 20px 0
}

#company.contact #content section#contactInfo form .row.showError input,
#company.contact #content section#contactInfo form .row.showError textarea {
	border: 1px solid #f03240
}

#company.contact #content section#contactInfo form .row.showError .formError {
	visibility: visible
}

#company.contact #content section#contactInfo #sendSuccess,
#company.contact #content section#contactInfo #sendFailure {
	display: none;
	margin-top: 15px;
	text-align: center
}

#company.jobs #content section#mobileText h2 {
	font-size: 35px
}

#company.jobs #content section#newHero {
	min-height: 430px;
	background: url("/images/website3/company/careers/hero.jpg") 0 0/cover no-repeat
}

@media screen and (max-width:767px) {
	#company.jobs #content section#newHero {
		min-height: 250px
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#company.jobs #content section#newHero {
		background-position: 25% 0
	}
}

#company.jobs #content section#accolades {
	background-color: #4990e2
}

#company.jobs #content section#accolades .container {
	padding: 30px 15px 15px
}

#company.jobs #content section#accolades p {
	font-weight: 600;
	color: #fff;
	font-size: 18px
}

#company.jobs #content section#accolades img {
	max-height: 30px
}

#company.jobs #content section#belowTheFold .icon-container {
	display: inline
}

#company.jobs #content section#belowTheFold .icon-container img {
	max-height: 90px;
	margin-right: 20px
}

#company.jobs #content section#belowTheFold .icon-container img.dbg {
	margin-right: 0;
	width: 190px
}

@media screen and (max-width:767px) {
	#company.jobs #content section#belowTheFold .icon-container img.dbg {
		width: 125px
	}
}

#company.jobs #content section#whatOurPeopleSay {
	background: #f5f5f5
}

#company.jobs #content section#whatOurPeopleSay img.main-image {
	position: relative;
	z-index: 1
}

#company.jobs #content section#whatOurPeopleSay img.play-button {
	position: absolute;
	width: 20%;
	top: 25%;
	left: 40%;
	z-index: 2
}

#company.jobs #content section#threeTiers img {
	width: 50%
}

#company.jobs #content section#completePackage {
	background: #f5f5f5
}

#company.jobs #content section#completePackage .box {
	display: inline-block;
	border-right: 4px solid #fff;
	width: 16%;
	height: 200px;
	background-color: #ff9d14;
	color: #fff;
	text-align: center;
	position: relative
}

#company.jobs #content section#completePackage .box img {
	width: 35%
}

#company.jobs #content section#completePackage .box p {
	color: white;
	font-size: 16px;
	font-weight: 400
}

#company.jobs #content section#completePackage .box .front {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 35px 0
}

#company.jobs #content section#completePackage .box .front p {
	margin: 20px 0
}

#company.jobs #content section#completePackage .box:last-of-type {
	border-right: 0
}

@media screen and (max-width:767px) {
	#company.jobs #content section#completePackage br {
		display: none
	}
	#company.jobs #content section#completePackage .box {
		border: 0;
		width: 95%;
		height: 50px
	}
	#company.jobs #content section#completePackage .box img,
	#company.jobs #content section#completePackage .box p {
		position: absolute
	}
	#company.jobs #content section#completePackage .box img {
		width: 35px;
		left: 15px;
		top: 8px
	}
	#company.jobs #content section#completePackage .box img.short-fix {
		top: 16px
	}
	#company.jobs #content section#completePackage .box img.too-short-fix {
		top: 21px
	}
	#company.jobs #content section#completePackage .box .front p {
		margin: 15px 0;
		left: 70px;
		top: 0
	}
}

#company.jobs #content section#nationwide a {
	cursor: pointer
}

#company.jobs #content section#nationwide .location-container {
	width: 24%;
	display: inline-block;
	padding-right: 2px
}

#company.jobs #content section#nationwide h4 {
	color: #fff;
	background-color: #4990e2;
	padding: 5px 0;
	margin-top: 0
}

@media screen and (max-width:767px) {
	#company.jobs #content section#nationwide .location-container {
		width: 80%
	}
}

#company.jobs #content section#join-the-team #locationDropdown {
	margin-right: 25px
}

#company.sitemap #content #hero .container {
	padding: 50px 15px 0
}

#company.sitemap #content .link-col-header {
	text-decoration: underline
}

#company.sitemap #content .page-link {
	display: block;
	font-weight: 300
}

@media screen and (max-width:768px) {
	#company.sitemap #content {
		text-align: center
	}
}

#company .blue-background {
	background-color: #3b8fe1;
	color: white
}

#company .blue-background * {
	margin: 0 auto;
	text-align: center
}

#company .blue-background h2 {
	font-size: 24px
}

@media screen and (min-width:768px) {
	#company .blue-background h2 {
		font-size: 28px
	}
}

#company .blue-background h3 {
	font-size: 18px
}

@media screen and (min-width:768px) {
	#company .blue-background h3 {
		font-size: 22px
	}
}

@media screen and (max-width:767px) {
	#company .blue-background p {
		text-align: left
	}
	#company .blue-background p.text-center {
		text-align: center
	}
}

#company .blue-background .container {
	padding: 20px 15px
}

#company .backlit {
	color: white;
	text-shadow: 0 0 15px black, 0 0 25px black, 0 0 35px black, 0 0 45px black, 0 0 55px black
}

#company .paddedText {
	width: 90%;
	margin: auto
}

@media screen and (min-width:768px) {
	#company .paddedText {
		width: 80%;
		text-align: center
	}
}

#company .emphasized {
	font-weight: 600;
	font-style: italic
}

#company section#hero {
	position: relative
}

#company section#hero .container {
	padding: 100px 15px;
	text-align: center
}

#company section#hero .container h1 {
	font-size: 40px
}

#company section#hero .container h2 {
	font-size: 24px;
}

#company section#hero .container a.startCTA {
	display: inline-block;
	margin-top: 0
}

#company section#hero-copy .container {
	padding: 75px 15px;
	text-align: center
}

#company section#hero-copy .container h1 {
	font-size: 28px;
	text-align: left
}

#company section#hero-copy .container h2 {
	font-size: 20px;
	text-align: left;
	font-style: italic;
	margin: 5px auto
}

#company section#hero-copy .container p {
	margin: 15px auto;
	text-align: left
}

@media screen and (min-width:768px) {
	#company section#hero-copy .container p {
		text-align: center;
		margin: 0 auto
	}
}

#company section#hero-copy .container a.startCTA {
	font-weight: 400
}

.product img {
	display: none;
	text-align: center
}

.product img.regular {
	display: inline
}

@media(max-width:767px) and (-webkit-min-device-pixel-ratio:1),
(max-width:767px) and (min-resolution:100dpi) {
	.product img {
		display: none
	}
	.product img.sm {
		display: inline
	}
	.product img.retina,
	.product img.regular {
		display: none
	}
}

@media(max-width:767px) and (-webkit-min-device-pixel-ratio:1.75),
(max-width:767px) and (min-resolution:168dpi) {
	.product img {
		display: none
	}
	.product img.regular {
		display: inline
	}
	.product img.retina,
	.product img.sm {
		display: none
	}
}

@media(min-width:768px) and (-webkit-min-device-pixel-ratio:1),
(min-width:768px) and (min-resolution:100dpi) {
	.product img {
		display: none
	}
	.product img.regular {
		display: inline
	}
	.product img.retina {
		display: none
	}
}

@media(min-width:768px) and (-webkit-min-device-pixel-ratio:1.75),
(min-width:768px) and (min-resolution:168dpi) {
	.product img {
		display: none
	}
	.product img.regular {
		display: none
	}
	.product img.retina {
		display: inline
	}
}

.product img.mod-device-independent {
	display: inline
}

.product .anchor-padding {
	padding-top: 75px;
	margin-top: -100px
}

.product .startCTA {
	background: #aa1f77;
	display: inline-block;
	margin-top: 15px
}

.product .hero {
	color: #444;
	border-bottom: 1px solid #ccc
}

.product .footerHero {
	color: #333
}

.product h1,
.product h2,
.product h3 {
	margin: 0;
	padding: 0
}

.product h1,
.product h2 {
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: 300
}

.product h3 {
	margin: 0 0 15px;
	font-size: 28px;
	font-weight: 300
}

.product p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 15px
}

.product a {
	font-size: 18px
}

.product ul {
	padding-left: 15px
}

.product li {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px
}

@media(max-width:1200px) {
	.product h1,
	.product h2 {
		margin: 0 0 20px;
		font-size: 30px
	}
	.product h3 {
		margin: 0 0 10px;
		font-size: 22px
	}
	.product p {
		font-size: 16px;
		margin-bottom: 10px
	}
	.product a,
	.product li {
		font-size: 16px
	}
	.product li {
		text-align: left
	}
}

@media(max-width:992px) {
	.product h1,
	.product h2 {
		margin: 0 0 15px;
		font-size: 26px
	}
	.product h3 {
		margin: 0 0 5px;
		font-size: 18px;
		font-weight: 400
	}
}

.product section {
	padding: 90px 15px
}

@media(max-width:1200px) {
	.product section {
		padding: 80px 15px
	}
}

@media(max-width:992px) {
	.product section {
		padding: 60px 15px
	}
}

@media(max-width:767px) {
	.product section {
		padding: 30px 15px
	}
}

.product section.flatBottom {
	padding-bottom: 0
}

.product section.overflowImage {
	max-height: 600px;
	overflow: hidden
}

@media(max-width:1200px) {
	.product section.overflowImage {
		max-height: 530px
	}
}

@media(max-width:992px) {
	.product section.overflowImage {
		max-height: 480px
	}
}

@media(max-width:767px) {
	.product section.overflowImage {
		max-height: none
	}
}

.product .hero {
	padding: 90px 0;
	overflow: hidden
}

@media(max-width:1200px) {
	.product .hero {
		padding: 80px 15px
	}
}

@media(max-width:992px) {
	.product .hero {
		padding: 60px 15px
	}
}

@media(max-width:767px) {
	.product .hero {
		padding: 30px 15px
	}
}

.product .hero.limited {
	padding-bottom: 0;
	max-height: 600px
}

@media(max-width:1200px) {
	.product .hero.limited {
		max-height: 500px
	}
}

@media(max-width:992px) {
	.product .hero.limited {
		max-height: 450px
	}
}

@media(max-width:767px) {
	.product .hero.limited {
		max-height: 650px
	}
}

.product .hero .device {
	float: left;
	width: 55%;
	text-align: center
}

.product .hero .copy {
	width: 40%;
	float: right
}

@media(max-width:767px) {
	.product .hero .device {
		float: none;
		width: 100%;
		margin: 20px auto 0
	}
	.product .hero .copy {
		float: none;
		width: 100%;
		text-align: center
	}
}

.product .footerHero {
	background: #ebebeb;
	text-align: center
}

.product .duo h3,
.product .duo p,
.product .triad h3,
.product .triad p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}

.product .duo p,
.product .triad p {
	margin-bottom: 0
}

.product .duo {
	border-bottom: 1px solid #ccc
}

.product .duo .container>div {
	margin-bottom: 20px;
	text-align: center;
	padding: 0 20px
}

.product .duo .container>div:last-child {
	margin-bottom: 0
}

@media(min-width:768px) {
	.product .duo .container>div {
		width: 50%;
		float: left;
		margin-bottom: 0
	}
}

.product .triad {
	border-bottom: 1px solid #ccc
}

.product .triad .container>div {
	margin-bottom: 20px;
	text-align: center;
	padding: 0 20px
}

.product .triad .container>div:last-child {
	margin-bottom: 0
}

@media(min-width:768px) {
	.product .triad .container>div {
		width: 33.3333%;
		float: left;
		margin-bottom: 0
	}
}

.product .consolidated .feature {
	border-bottom: 0
}

.product .consolidated .feature:last-child {
	padding-bottom: 0
}

@media(max-width:767px) {
	.product .consolidated .feature .device {
		margin-bottom: 30px
	}
}

@media(min-width:768px) {
	.product .consolidated .feature {
		padding: 0 0 90px
	}
	.product .consolidated .feature.left .device,
	.product .consolidated .feature.right .device {
		width: 45%
	}
	.product .consolidated .feature.left .copy,
	.product .consolidated .feature.right .copy {
		width: 45%
	}
}

.product .feature {
	border-bottom: 1px solid #ccc;
	overflow: hidden
}

.product .feature .device {
	text-align: center
}

.product .feature .copy {
	text-align: center;
	margin-bottom: 30px
}

.product .feature.center {
	text-align: center!important
}

.product .feature.center .copy {
	max-width: 800px;
	margin: 0 auto;
	text-align: center
}

.product .feature.center .copy {
	padding-bottom: 30px
}

.product .feature.center .device {
	max-width: 800px;
	margin: 0 auto
}

.product .feature.center.double .device {
	margin-bottom: 30px
}

@media(min-width:768px) {
	.product .feature.center.double .copy {
		width: 48%;
		float: left;
		text-align: left
	}
	.product .feature.center.double .copy:last-child {
		float: right
	}
}

@media(min-width:768px) {
	.product .feature .copy {
		text-align: left;
		margin-bottom: 0
	}
	.product .feature.left .device,
	.product .feature.right .device {
		width: 55%
	}
	.product .feature.left .copy,
	.product .feature.right .copy {
		width: 35%;
		margin-left: 5%;
	}
	.product .feature.right .copy {
		float: left
	}
	.product .feature.right .device {
		float: right
	}
	.product .feature.left .copy {
		float: right;
		margin-right: 5%;
	}
	.product .feature.left .device {
		float: left
	}
}

.responsive404 {
	text-align: center;
	width: 90%;
	max-width: 590px;
	margin: 8% auto
}

.responsive404 h1,
.responsive404 h3 {
	font-weight: 300;
	line-height: 1.2;
	margin: 0
}

.responsive404 h1 {
	font-size: 28px
}

@media(min-width:590px) {
	.responsive404 h1 {
		font-size: 36px
	}
}

.responsive404 h3 {
	font-size: 16px
}

@media(min-width:590px) {
	.responsive404 h3 {
		font-size: 21px
	}
}

.responsive404 .mainImage {
	margin: 10px auto;
	background-image: url(https://www.personalcapital.com/images/404/brokenPiggy600.jpg);
	background-size: contain;
	height: 180px;
	width: 300px
}

@media(min-width:590px) {
	.responsive404 .mainImage {
		height: 269px;
		width: 450px
	}
}

.responsive404 p a {
	color: #3b8fe1
}

.responsive404 p a:hover {
	color: #2c6aa8;
	text-decoration: none
}

.responsive404 .action {
	display: inline-block;
	margin: 25px auto 0;
	padding: 10px 20px;
	color: white;
	background: #3b8fe1
}

.responsive404 .action:hover {
	background: #2c6aa8;
	text-decoration: none
}

.document {
	margin: 0 auto 50px;
	max-width: 800px
}

.document h1 {
	font-size: 36px;
	line-height: 42px;
	text-align: center
}

.document h2 {
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	margin: 30px auto
}

.document h3 {
	font-size: 21px;
	line-height: 26px;
	margin-top: 35px
}

.document h4 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px
}

.document h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin: 20px auto 5px
}

.document .last-updated {
	color: #f03240;
	text-align: center;
	font-style: italic;
	margin-bottom: 35px
}

.document .em {
	font-style: italic
}

.document .strong {
	font-weight: 600
}

#_termsOfUse li {
	margin-bottom: 10px
}

#_privacyPolicy ul {
	margin-top: -10px
}

#_fullDisclosures ol li {
	margin-top: 10px
}

.outer-overlay-container {
	color: #FFF;
	background-size: cover;
	background-repeat: no-repeat
}

.half-section-overlay {
	position: relative;
	height: 100%;
	width: 50%
}

.half-section-overlay.on-left {
	left: 0
}

.half-section-overlay.on-right {
	left: 50%
}

.half-section-overlay.blue {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YTdlNSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNWFhNmU0IiBzdG9wLW9wYWNpdHk9IjAuOTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background: -webkit-gradient(linear, 0% 0, 100% 100%, color-stop(0%, rgba(89, 167, 229, 0.95)), color-stop(100%, rgba(90, 166, 228, 0.95)));
	background: -moz-linear-gradient(top, rgba(89, 167, 229, 0.95), rgba(90, 166, 228, 0.95));
	background: -webkit-linear-gradient(top, rgba(89, 167, 229, 0.95), rgba(90, 166, 228, 0.95));
	background: linear-gradient(to bottom right, rgba(89, 167, 229, 0.95), rgba(90, 166, 228, 0.95))
}

.half-section-overlay.teal {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYzBiZSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjFiOGUyIiBzdG9wLW9wYWNpdHk9IjAuOTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background: -webkit-gradient(linear, 0% 0, 100% 100%, color-stop(0%, rgba(109, 192, 190, 0.95)), color-stop(100%, rgba(97, 184, 226, 0.95)));
	background: -moz-linear-gradient(top, rgba(109, 192, 190, 0.95), rgba(97, 184, 226, 0.95));
	background: -webkit-linear-gradient(top, rgba(109, 192, 190, 0.95), rgba(97, 184, 226, 0.95));
	background: linear-gradient(to bottom right, rgba(109, 192, 190, 0.95), rgba(97, 184, 226, 0.95))
}

.rectangular-CTA-button {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	transition: background-color .2s ease;
	font-size: 16px!important;
	font-weight: 400!important
}

@media screen and (min-width:992px) {
	.rectangular-CTA-button {
		padding: 10px 35px
	}
}

.rectangular-CTA-button.space-right {
	margin-right: 10px
}

.rectangular-CTA-button:hover,
.rectangular-CTA-button:focus {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	background-color: rgba(255, 255, 255, 0.2);
	transition: background-color .2s ease
}

@media screen and (max-width:320px) {
	.rectangular-CTA-button {
		padding: 10px 15px
	}
}

.rectangular-CTA-button.orange {
	color: #fff!important;
	background-color: #ff9e16;
	border: 2px solid #ff9e16
}

.rectangular-CTA-button.orange.mod-orange-text {
	color: #ff9e16!important
}

.rectangular-CTA-button.orange.mod-orange-text:hover {
	color: #fff!important
}

.rectangular-CTA-button.orange.transparent {
	background-color: transparent
}

.rectangular-CTA-button.orange:hover {
	background-color: #e28400;
	border: 2px solid #e28400
}

.rectangular-CTA-button.pcg {
	color: #fff!important;
	background-color: #673278;
	border: 1px solid #673278
}

.rectangular-CTA-button.pcg:hover {
	background-color: #482354;
	border: 1px solid #482354
}

.rectangular-CTA-button.grey {
	color: #5d5d5d;
	border: 1px solid #5d5d5d
}

.rectangular-CTA-button.grey:hover {
	color: #5d5d5d;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2)
}

.rectangular-CTA-button.white {
	background: #fff;
	background: white
}

.rectangular-CTA-button.white:hover {
	background-color: #d9d9d9;
	background: rgba(255, 255, 255, 0.8)
}

.rectangular-CTA-button.white.text-red {
	color: #bb1f3f
}

.rectangular-CTA-button.white.text-dark-blue {
	color: #194f90
}

.rectangular-CTA-button.white.text-dark-green {
	color: #3d9c7d
}

.rectangular-CTA-button.white.text-purple {
	color: #693277
}

.rectangular-CTA-button.white.text-light-blue {
	color: #407cca
}

.rectangular-CTA-button.white.text-dark-grey {
	color: #333e48
}

.rectangular-CTA-button.white.text-light-grey {
	color: #eee
}

.rectangular-CTA-button.green {
	background-color: #5fcca7!important;
	border: 2px solid #5fcca7
}

.rectangular-CTA-button.green.with-shadow {
	box-shadow: 0 0 20px #3b8fe1
}

.rectangular-CTA-button.green.transparent {
	background-color: transparent!important
}

.rectangular-CTA-button.green:hover {
	background-color: #3cbc91!important
}

.rectangular-CTA-button.dark-green {
	background-color: #01b18a!important;
	border: 2px solid #01b18a
}

.rectangular-CTA-button.dark-green:hover {
	background-color: #017e62!important
}

.rectangular-CTA-button.purple {
	background-color: #aa1f77!important;
	border: 2px solid #aa1f77
}

.rectangular-CTA-button.purple:hover {
	background-color: #7f1759!important
}

.rectangular-CTA-button.mod-small {
	padding: 10px 15px
}

@media screen and (min-width:768px) {
	.rectangular-CTA-button.mod-small {
		margin-left: 20px
	}
}

.feature-icon {
	width: 30%;
	height: 30%
}

.mobile-text {
	text-align: center;
	width: 85%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px
}

.bottom-buffer-25px {
	margin-bottom: 25px!important
}

.bottom-buffer-50px {
	margin-bottom: 50px!important
}

.rows-of-icons-and-description-text .row {
	margin-bottom: 10px
}

.rows-of-icons-and-description-text h4 {
	margin-top: 0
}

.rows-of-icons-and-description-text p {
	font-size: 14px!important
}

@media screen and (max-width:767px) {
	.center-on-xs {
		text-align: center
	}
}

.header-section-divider {
	height: 49px;
	background: #fff
}

.primary-section-divider {
	height: 65px;
	background: #fff
}

.text-blue {
	color: #417cc8!important
}

.text-grey {
	color: #8d8d8d!important
}

.text-black {
	color: #000!important
}

.blue-heading-text-with-grey-subtext h1,
.blue-heading-text-with-grey-subtext h2,
.blue-heading-text-with-grey-subtext h3,
.blue-heading-text-with-grey-subtext h4,
.blue-heading-text-with-grey-subtext h5,
.blue-heading-text-with-grey-subtext h6 {
	color: #417cc8
}

.blue-heading-text-with-grey-subtext p {
	color: #333e48
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px
}

.switch input {
	display: none
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s
}

.slider:before {
	position: absolute;
	content: "";
	height: 21px;
	width: 21px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s
}

input:checked+.slider {
	background-color: #2196f3
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px)
}

.slider.round {
	border-radius: 34px
}

.slider.round:before {
	border-radius: 50%
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.hinge {
	animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	animation-duration: .75s
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

/* ------ venobox.css --------*/
.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d; }
  .vbox-overlay * {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
    .vbox-overlay *:before, .vbox-overlay *:after {
      -webkit-backface-visibility: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }
  .vbox-prev span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }
  .venoframe.vbvid {
    height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }
.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }
