


.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #777
}
.text-primary {
	color: #337ab7
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090
}
.text-success {
	color: #3c763d
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover, a.text-info:focus {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #337ab7
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #999
}
.form-control::-webkit-input-placeholder {
	color: #999
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}

.form-group {
	margin-bottom: 15px
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
	height: auto
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 42.5px
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}
.has-success .form-control-feedback {
	color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}
.has-warning .form-control-feedback {
	color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}
.has-error .form-control-feedback {
	color: #a94442
}
.has-feedback label~.form-control-feedback {
	top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}
@media(min-width:769px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio label, .form-inline .checkbox label {
		padding-left: 0
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}
@media(min-width:769px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}
@media(min-width:769px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}
@media(min-width:769px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
	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:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
	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:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
	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:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}
.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropup, .dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: transparent
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #777
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}
@media(min-width:769px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar .btn, .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-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 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), .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:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-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>.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, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	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, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group .form-control:focus {
	z-index: 3
}
.input-group-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.3333333;
	border-radius: 6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}
.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
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	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-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	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, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	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+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent
}
.nav>li.disabled>a {
	color: #777
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
	border-color: #337ab7
}
.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.42857143;
	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, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media(min-width:769px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media(min-width:769px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 4px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media(min-width:769px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media(min-width:769px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
@media(min-width:769px) {
	.navbar {
		border-radius: 4px
	}
}
@media(min-width:992px) {
	.navbar-header {
		float: left
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
	overflow-y: auto
}
@media(min-width:992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}
@media(max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}
@media(min-width:992px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media(min-width:769px) {
	.navbar-static-top {
		border-radius: 0
	}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media(min-width:769px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}
@media(min-width:769px) {
	.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;
	background-image: none;
	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:992px) {
	.navbar-toggle {
		display: none
	}
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
@media(max-width:769px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}
@media(min-width:992px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 8px;
	margin-bottom: 8px
}
@media(min-width:769px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio, .navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio label, .navbar-form .checkbox label {
		padding-left: 0
	}
	.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}
@media(max-width:769px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}
@media(min-width:769px) {
	.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-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}
@media(min-width:769px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}
@media(min-width:769px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}
@media(max-width:769px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-default .btn-link {
	color: #777
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff
}
@media(max-width:769px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #9d9d9d
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	content: "/Â ";
	padding: 0 5px;
	color: #ccc
}
.breadcrumb>.active {
	color: #777
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 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.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 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:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.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;
	line-height: 1.5
}
.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;
	list-style: none;
	text-align: center
}
.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:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
.label-default {
	background-color: #777
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e
}
.label-primary {
	background-color: #337ab7
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #286090
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f
}
.label-danger {
	background-color: #d9534f
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.btn-xs .badge, .btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.jumbotron>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px
}
.jumbotron .container {
	max-width: 100%
}
@media screen and (min-width:769px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron, .container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron h1, .jumbotron .h1 {
		font-size: 63px
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}
.thumbnail>img, .thumbnail a>img {
	margin-left: auto;
	margin-right: auto
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #337ab7
}
.thumbnail .caption {
	padding: 9px;
	color: #333
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: bold
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	background-color: #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
	}
}
@-o-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 {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(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: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-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: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media, .media-body {
	zoom: 1;
	overflow: hidden
}
.media-body {
	width: 10000px
}
.media-object {
	display: block
}
.media-object.img-thumbnail {
	max-width: none
}
.media-right, .media>.pull-right {
	padding-left: 10px
}
.media-left, .media>.pull-left {
	padding-right: 10px
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top
}
.media-middle {
	vertical-align: middle
}
.media-bottom {
	vertical-align: bottom
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
a.list-group-item, button.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}
button.list-group-item {
	width: 100%;
	text-align: left
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #c7ddef
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
	padding: 15px
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
	color: inherit
}
.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, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.list-group+.panel-footer {
	border-top-width: 0
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
	margin-bottom: 0
}
.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.panel>.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 td:first-child, .panel>.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 td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th: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: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 td:last-child, .panel>.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 td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th: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:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}
.panel>.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 td:first-child, .panel>.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 td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th: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:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.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 td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th: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>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}
.panel-group {
	margin-bottom: 20px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}
.panel-group .panel+.panel {
	margin-top: 5px
}
.panel-group .panel-heading {
	border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd
}
.panel-group .panel-footer {
	border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}
.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}
.panel-primary {
	border-color: #337ab7
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}
.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-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}
.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-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}
.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-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}
.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-heading .badge {
	color: #f2dede;
	background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}
.well-lg {
	padding: 24px;
	border-radius: 6px
}
.well-sm {
	padding: 9px;
	border-radius: 3px
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-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);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.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
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media(min-width:769px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}
@media(min-width:992px) {
	.modal-lg {
		width: 900px
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.next, .carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0)
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(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, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: 'â€¹'
}
.carousel-control .icon-next:before {
	content: 'â€º'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:769px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important
}
.affix {
	position: fixed
}
@-ms-viewport {
	width: device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none!important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none!important
}
@media(max-width:769px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	th.visible-xs, td.visible-xs {
		display: table-cell!important
	}
}
@media(max-width:769px) {
	.visible-xs-block {
		display: block!important
	}
}
@media(max-width:769px) {
	.visible-xs-inline {
		display: inline!important
	}
}
@media(max-width:769px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}
@media(min-width:769px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	th.visible-sm, td.visible-sm {
		display: table-cell!important
	}
}
@media(min-width:769px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}
@media(min-width:769px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}
@media(min-width:769px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}
@media(min-width:992px) and (max-width:1399px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	th.visible-md, td.visible-md {
		display: table-cell!important
	}
}
@media(min-width:992px) and (max-width:1399px) {
	.visible-md-block {
		display: block!important
	}
}
@media(min-width:992px) and (max-width:1399px) {
	.visible-md-inline {
		display: inline!important
	}
}
@media(min-width:992px) and (max-width:1399px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}
@media(min-width:1400px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	th.visible-lg, td.visible-lg {
		display: table-cell!important
	}
}
@media(min-width:1400px) {
	.visible-lg-block {
		display: block!important
	}
}
@media(min-width:1400px) {
	.visible-lg-inline {
		display: inline!important
	}
}
@media(min-width:1400px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}
@media(max-width:769px) {
	.hidden-xs {
		display: none!important
	}
}
@media(min-width:769px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}
@media(min-width:992px) and (max-width:1399px) {
	.hidden-md {
		display: none!important
	}
}
@media(min-width:1400px) {
	.hidden-lg {
		display: none!important
	}
}
.visible-print {
	display: none!important
}
@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	th.visible-print, td.visible-print {
		display: table-cell!important
	}
}
.visible-print-block {
	display: none!important
}
@media print {
	.visible-print-block {
		display: block!important
	}
}
.visible-print-inline {
	display: none!important
}
@media print {
	.visible-print-inline {
		display: inline!important
	}
}
.visible-print-inline-block {
	display: none!important
}
@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}
@media print {
	.hidden-print {
		display: none!important
	}
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
	text-shadow: none
}
.btn:active, .btn.active {
	background-image: none
}
.btn-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc
}
.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px
}
.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #e0e0e0;
	background-image: none
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
	background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #265a88;
	background-position: 0 -15px
}
.btn-primary:active, .btn-primary.active {
	background-color: #265a88;
	border-color: #245580
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #265a88;
	background-image: none
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e
}
.btn-success:hover, .btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px
}
.btn-success:active, .btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #419641;
	background-image: none
}
.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9
}
.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px
}
.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #2aabd2;
	background-image: none
}
.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px
}
.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #eb9316;
	background-image: none
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px
}
.btn-danger:active, .btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #c12e2a;
	background-image: none
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-color: #e8e8e8
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-color: #2e6da4
}
.navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));
	background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
	background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));
	background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}
.navbar-brand, .navbar-nav>li>a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 4px
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
	background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));
	background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}
@media(max-width:767px) {
	.navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
		background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)
	}
}
.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));
	background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)
}
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));
	background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
	border-color: #2b669a
}
.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
	text-shadow: none
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}
.panel-default>.panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}
.panel-primary>.panel-heading {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)
}
.panel-success>.panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));
	background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}
.panel-info>.panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));
	background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)
}
.panel-warning>.panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));
	background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)
}
.panel-danger>.panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));
	background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
@charset 'UTF-8';
.slick-loading .slick-list {}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: 'â†'
}
[dir='rtl'] .slick-prev:before {
	content: 'â†’'
}
.slick-next {
	right: -25px
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: 'â†’'
}
[dir='rtl'] .slick-next:before {
	content: 'â†'
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
@charset "UTF-8";

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
[hidden], template {
	display: none
}
.about-combo .container-fluid:first-child {
	padding-bottom: 0
}
.about-combo .container-fluid:last-child {
	padding-top: 0
}
.about-combo+.homepage-search-results {
	margin-top: 45px
}
.about-combo .content-block .text-container hr {
	border-top: 1px solid #a3a3a3;
	margin: 0 auto;
	width: 70%
}
.accordion-header {
	font-size: 18px;
	cursor: pointer;
	font-family: AauxNext-Bd;
	color: #00467f
}
.accordion-header:focus, .accordion-header:hover {
	text-decoration: none
}
.accordion-header:after {
	content: url(/Content/site/img/arrow-down-carousel.png);
	display: inline-block;
	transition: transform .1s;
	position: absolute
}
.accordion-header.open:after, .accordion-header[aria-expanded=true]:after {
	-moz-transform: translateY(5px) rotate(180deg);
	-o-transform: translateY(5px) rotate(180deg);
	-ms-transform: translateY(5px) rotate(180deg);
	-webkit-transform: translateY(5px) rotate(180deg);
	transform: translateY(5px) rotate(180deg)
}
.asset-type {
	line-height: 25px
}
.asset-type:before {
	content: '';
	background-image: url(/Content/site/img/icons/asset-type.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 25px;
	float: left
}
.asset-type-Healthcare:before {
	height: 23px
}
.asset-type-Hotel:before {
	height: 24px;
	background-position: 0 -23px
}
.asset-type-Industrial:before {
	height: 21px;
	background-position: 0 -47px
}
.asset-type-Institutional:before {
	height: 21px;
	background-position: 0 -68px
}
.asset-type-Land:before {
	height: 23px;
	background-position: 0 -90px
}
.asset-type-Multifamily:before {
	height: 19px;
	background-position: 0 -113px
}
.asset-type-Office:before {
	background-position: 0 -132px
}
.asset-type-Parking:before {
	background-position: 0 -157px
}
.asset-type-Residential:before {
	height: 22px;
	background-position: 0 -182px
}
.asset-type-Retail:before {
	height: 21px;
	background-position: 0 -204px
}
.asset-type-Specialty:before {
	background-position: 0 -225px
}
.asset-type-Technical:before {
	height: 22px;
	background-position: 0 -250px
}
.content-card {
	-webkit-box-shadow: 2px 11px 24px -15px rgba(0, 0, 0, .6);
	-moz-box-shadow: 2px 11px 24px -15px rgba(0, 0, 0, .6);
	box-shadow: 2px 11px 24px -15px rgba(0, 0, 0, .6);
	background-color: #fff;
	font-size: 18px;
	position: relative;
	text-align: left
}
.content-card.expert-card .image-content {
	padding: 5px;
	background: 0 0;
	text-align: left;
	max-height: 144px;
	max-width: 144px;
	margin: auto
}
.content-card.expert-card .image-content img {
	border: 1px solid #979797;
	padding: 4px;
	border-radius: 100%;
	height: 134px;
	width: 134px
}
.content-card .featured {
	background-color: #dfeff9;
	font-family: AauxNext-Bd;
	color: #00467f;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px 0 5px 30px
}
.content-card .image-content {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	max-height: 164px
}
.content-card .image-content a {
	display: block
}
.content-card .image-content img {
	width: 100%
}
.content-card .image-content.sold {
	position: relative
}
@media(min-width:480px) {
	.content-card .image-content.sold {
		max-width: 250px
	}
}
.content-card .image-content.sold:after {
	content: '\a';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}
.content-card .image-content.sold .sold-box {
	border: 3px solid #fff;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	width: 80%;
	height: 80%;
	position: absolute;
	font-size: 28px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	font-family: AauxNext-Bd
}
@media(min-width:769px) {
	.content-card .image-content.sold .sold-box span {
		font-size: 21px
	}
	.content-card .image-content.sold .sold-box span:not(.both) {
		font-size: 35px
	}
}
.content-card .image-content .sold-box span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 18px;
	line-height: 23px
}
.content-card .accordion-header {
	display: none
}
.content-card .card-details {
	margin-bottom: 20px
}
.content-card .card-details p {
	font-size: 16px;
	vertical-align: top;
	margin-bottom: 5px
}
.content-card .card-details p:last-child {
	text-align: left
}
.content-card .card-details p b {
	font-size: 16px
}
.content-card .viewmore {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.25
}
.content-card blockquote {
	padding: 0;
	margin: 0 0 10px;
	font-size: inherit;
	border-left: none
}
.content-card .content-card-information {
	display: inline-block;
	padding: 13px 0 6px 30px;
	width: 95%
}
.content-card .content-card-information h3 {
	font-size: 24px;
	margin-top: 0
}
.content-card .content-card-information h3 a {
	color: #424242
}
.content-card .content-card-information h3 a:focus, .content-card .content-card-information h3 a:hover {
	text-decoration: none
}
.content-card .content-card-information .subheading {
	font-size: 16px;
	min-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}
.content-card .content-card-information .button-container {
	text-align: right;
	margin-right: 10px
}
.content-card .content-card-information .see-more {
	font-size: 16px;
	font-family: AauxNext-Bd;
	display: inline-block;
	padding-right: 30px;
	line-height: 25px;
	background: url(/Content/site/img/icons/arrow.png) right no-repeat
}
.content-card .card-details p {
	height: 1.2em;
	overflow: hidden
}
.container.search-results .content-card {
	border-top: 2px solid #f0f0f0
}
.container.search-results .content-card .featured {
	display: none;
	margin-top: -30px;
	padding-left: 55px
}
.container.search-results .content-card .content-card-information h3, .container.search-results .content-card .content-card-information:not(.open), .container.search-results .content-card .image-content:not(.open) {
	display: none
}
.container.search-results .content-card .accordion-header {
	display: block;
	padding: 20px 0 20px 55px;
	white-space: nowrap;
	overflow: hidden
}
.container.search-results .content-card .accordion-header.featured-card {
	background-color: #dfeff9
}
.container.search-results .content-card .accordion-header.featured-card:after {
	background: #dfeff9
}
.container.search-results .content-card .accordion-header>div {
	display: inline-block;
	overflow: hidden;
	width: 75%;
	padding-right: 15px
}
.container.search-results .content-card .accordion-header .asset-details {
	color: #424242;
	font-size: 16px
}
.container.search-results .content-card .accordion-header .asset-details span:last-child {
	margin-left: 5px
}
.container.search-results .content-card .accordion-header.asset-type {
	padding-left: 0
}
.container.search-results .content-card .accordion-header.asset-type+.image-content {
	margin-top: -25px
}
.container.search-results .content-card .accordion-header:before {
	margin: 0 10px 0 15px
}
.container.search-results .content-card .accordion-header:after {
	right: 0;
	top: 20px;
	padding: 0 15px;
	background: #fff
}
.container.search-results .content-card .accordion-header.open .asset-details {
	visibility: hidden
}
@media(min-width:480px) {
	.container.search-results .content-card {
		border-top: none
	}
	.container.search-results .content-card .featured {
		display: block;
		margin: 0;
		padding: 0
	}
	.container.search-results .content-card .accordion-header {
		display: none
	}
	.container.search-results .content-card .accordion-header.asset-type+.image-content {
		margin-top: 0
	}
	.container.search-results .content-card .content-card-information:not(.open), .container.search-results .content-card .image-content:not(.open) {
		display: block
	}
	.container.search-results .content-card .content-card-information h3 {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden
	}
}
.container:not(.search-results-grid) .content-card:not(.grid).expert-card .content-card-information .icon-list {
	margin-top: 0
}
.container:not(.search-results-grid) .content-card:not(.grid).expert-card .content-card-information .icon-list p {
	font-size: 16px
}
@media(max-width:479px) {
	.container:not(.search-results-grid) .content-card:not(.grid) .viewmore {
		height: 5em!important
	}
}
@media(min-width:480px) {
	.container:not(.search-results-grid) .content-card:not(.grid) {
		padding-top: 0;
		overflow: hidden;
		margin-bottom: 25px
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .featured {
		position: absolute;
		left: 0;
		width: 40px;
		height: 100%;
		max-height: 164px;
		padding: 0
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .featured .featured-text {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 85px;
		position: absolute;
		width: 40px
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information h3 {
		font-size: 24px;
		margin: 5px 0
	}
	.container:not(.search-results-grid) .content-card:not(.grid).expert-card .viewmore, .container:not(.search-results-grid) .content-card:not(.grid).property-card .viewmore {
		height: 2.5em
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .viewmore {
		height: 3.75em;
		max-width: 75%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .viewmore p {
		margin-bottom: 0
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .image-content {
		margin-bottom: 0;
		width: 36%;
		float: left
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .image-content img {
		display: inline-block;
		float: left;
		max-width: 250px;
		min-height: 144px
	}
	.container:not(.search-results-grid) .content-card:not(.grid).expert-card .image-content {
		text-align: left
	}
	.container:not(.search-results-grid) .content-card:not(.grid).expert-card .image-content img {
		min-width: 0;
		min-height: 0;
		left: 0;
		margin-left: 0
	}
	.container:not(.search-results-grid) .content-card:not(.grid).property-card .image-content {
		max-height: 164px
	}
	.container:not(.search-results-grid) .content-card:not(.grid).property-card .image-content img {
		min-height: 164px
	}
	.container:not(.search-results-grid) .content-card:not(.grid).expert-card .content-card-information {
		padding-left: 12px
	}
	.container:not(.search-results-grid) .content-card:not(.grid).expert-card .content-card-information .icon-list p:first-child {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information {
		width: 64%;
		float: right;
		padding-top: 0
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information .icon-list {
		height: 2.6em
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information .icon-list p {
		margin-top: 0;
		margin-bottom: 5px
	}
	.container:not(.search-results-grid) .content-card:not(.grid).property-card br {
		display: none
	}
	.container:not(.search-results-grid) .content-card:not(.grid).property-card br+b {
		margin-left: 10px
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .card-details {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 1.2em;
		min-height: 2em
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .card-details p:nth-child(2), .container:not(.search-results-grid) .content-card:not(.grid) .card-details p:nth-child(3) {
		display: inline-block;
		width: 48%
	}
}
@media(min-width:769px) {
	.container:not(.search-results-grid) .content-card:not(.grid) .icon-list p:not(:first-child) {
		display: inline-block;
		width: 48%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .card-details p:not(:first-child) {
		display: inline-block;
		text-align: right
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .card-details p:not(:first-child):last-child {
		width: 97%
	}
	.container:not(.search-results-grid) .content-card:not(.grid).expert-card .image-content img {
		min-width: 0
	}
}
@media(min-width:992px) {
	.container:not(.search-results-grid) .content-card:not(.grid) .image-content {
		width: 25%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .icon-list p:not(:first-child) {
		width: 24%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .icon-list p:first-child {
		display: inline-block
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information {
		width: 75%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information .card-details p {
		display: inline-block;
		width: 40%;
		margin-top: 0;
		vertical-align: top
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information .card-details p:not(:first-child) {
		width: 19%
	}
	.container:not(.search-results-grid) .content-card:not(.grid).expert-card .viewmore, .container:not(.search-results-grid) .content-card:not(.grid).property-card .viewmore {
		height: 3.8em
	}
	.container:not(.search-results-grid) .content-card:not(.grid).property-card .card-details {
		height: 2.5em
	}
	.container:not(.search-results-grid) .content-card:not(.grid).property-card .card-details p {
		height: 100%
	}
	.container:not(.search-results-grid) .content-card:not(.grid).property-card .card-details br {
		display: block
	}
}
@media(min-width:1400px) {
	.container:not(.search-results-grid) .content-card:not(.grid) .image-content {
		width: 19%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .icon-list p:not(:first-child) {
		width: 24%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .icon-list p:first-child {
		display: inline-block
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information {
		width: 81%
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information .card-details p {
		display: inline-block;
		width: 40%;
		margin-top: 0;
		vertical-align: top
	}
	.container:not(.search-results-grid) .content-card:not(.grid) .content-card-information .card-details p:not(:first-child) {
		width: 19%
	}
}
@media(min-width:480px) {
	.content-card {
		min-height: 130px
	}
	.content-card.property-card .content-card-information {
		padding-bottom: 0
	}
	.content-card.property-card .content-card-information .card-details p {
		font-size: 14px;
		margin-bottom: 2px
	}
	.content-card.property-card .content-card-information .card-details p b {
		font-size: 14px
	}
	.content-card .content-card-information .button-container {
		float: right
	}
}
.combobox-container input, .combobox-container input[disabled] {
	color: #00467f;
	-webkit-text-fill-color: #00467f;
	background: #fff;
	opacity: 1
}
.combobox-container input.placeholder, .combobox-container input[disabled].placeholder {
	color: #00467f
}
.combobox-container input:-moz-placeholder, .combobox-container input[disabled]:-moz-placeholder {
	color: #00467f
}
.combobox-container input::-moz-placeholder, .combobox-container input[disabled]::-moz-placeholder {
	color: #00467f
}
.combobox-container input::-webkit-input-placeholder, .combobox-container input[disabled]::-webkit-input-placeholder {
	color: #00467f
}
.combobox-container .dropdown-menu {
	width: 100%;
	background: rgba(0, 0, 0, .3)
}
.combobox-container .dropdown-menu a {
	background: #fff
}
.combobox-container .dropdown-menu li {
	margin: 2px
}
.combobox-container .dropdown-menu li:last-of-type {
	margin-bottom: 0
}
.combobox-container .dropdown-menu li.active a {
	background: #00467f;
	color: #fff
}
.combobox-container .input-group-addon {
	background-color: #fff;
	border-radius: 0;
	border-color: #424242;
	cursor: pointer
}
.combobox-container .input-group-addon .caret {
	border: none;
	height: 1em
}
.combobox-container .input-group-addon .caret:before {
	background: url(/Content/site/img/icons/Chevron-gray.png) no-repeat;
	content: '';
	display: inline-block
}
.combobox-container .input-group-addon .glyphicon-remove {
	display: none
}
.contact-cards {
	text-align: center
}
.contact-cards h3 {
	font-size: 32px
}
.contact-card {
	display: inline-block;
	padding: 20px 0
}
.contact-card:focus {
	outline: 0
}
.contact-card h3 {
	margin-bottom: 20px;
	margin-top: 0
}
.contact-card .image-content {
	width: 132px;
	height: 132px;
	position: relative;
	display: inline-block;
	display: -webkit-inline-box;
	border: 1px solid #979797;
	overflow: hidden;
	padding: 4px
}
.contact-card .image-content.circle-content-image, .contact-card .image-content.circle-content-image img {
	border-radius: 150px
}
.contact-card .image-content img {
	width: 122px
}
.contact-card .content-card-information {
	text-align: left
}
.contact-card .content-card-information.property-information {
	max-width: 270px
}
.contact-card .content-card-information h4, .contact-card .content-card-information h4 a {
	font-size: 22px;
	color: #00467f
}
.contact-card .content-card-information .contact-name {
	font-family: AauxNext-Bd;
	font-size: 18px;
	color: #424242;
	max-width: 287px
}
.contact-card .content-card-information .contact-name.licence {
	color: #00467f;
	margin-top: 10px
}
.contact-card .content-card-information .subdetails {
	font-weight: 700;
	margin: 0
}
.contact-card .content-card-information .subdetails.license {
	color: #00467f
}
.contact-card .content-card-information .icon-list {
	margin-top: 10px
}
.slider .contact-card .content-card-information {
	display: inline-block
}
@media only screen and (min-width:480px) {
	.contact-card>div {
		display: inline-block;
		vertical-align: top
	}
	.contact-card .image-content {
		margin-top: 15px
	}
	.contact-card .content-card-information {
		margin-left: 35px
	}
}
@media only screen and (min-width:769px) {
	.contact-cards h3 {
		font-size: 43px
	}
	.contact-card h3 {
		text-align: left;
		margin-left: 165px;
		margin-bottom: 0
	}
	.contact-card .content-card-information h4 a {
		font-size: 28px
	}
	.contact-card .content-card-information .icon-list p {
		margin-left: 25px;
		display: inline-block;
		vertical-align: top
	}
	.contact-card .content-card-information .icon-list p:first-child {
		margin-left: 0
	}
	.contact-card .content-card-information .icon-list .phone-number.show-number .call-text {
		display: none
	}
	.contact-card .content-card-information .icon-list .phone-number.show-number a {
		display: block
	}
	.contact-card .content-card-information .icon-list .phone-number .call-text {
		display: inline-block;
		color: #000
	}
	.contact-card .content-card-information .icon-list .phone-number a {
		display: none
	}
	.slider .contact-card .content-card-information .icon-list p {
		margin-left: 0;
		display: block
	}
}
.contact-us-form h3 {
	margin-bottom: 30px;
	font-size: 30px
}
.contact-us-form .row>div {
	float: none;
	text-align: center;
	margin: 0 auto
}
.contact-us-form .scfRequired, .contact-us-form label {
	display: none
}
.contact-us-form input[type=text], .contact-us-form textarea {
	border: 1px solid #757575;
	padding: 13px 21px;
	margin: 20px 0 10px;
	width: 100%;
	font-size: 20px
}
.contact-us-form textarea {
	margin-bottom: 20px
}
.contact-us-form input[type=submit]:disabled {
	color: #4b4b4b;
	background-color: #ebebeb;
	border: 1px solid #757575
}
.contact-us-form input[type=submit]:disabled:hover {
	color: #4b4b4b
}
.contact-us-form .contact-us-success {
	display: none;
	margin-top: -25px
}
.contact-us-form .contact-us-success h3 {
	margin-bottom: 0;
	font-size: 32px
}
.contact-us-form .contact-us-success h4 {
	font-size: 18px;
	color: #00467f
}
.contact-us-form input[type=submit] {
	width: 304px
}
.contact-us-form .g-recaptcha {
	margin: 0 auto 30px;
	width: 304px
}
.contact-us-form .captcha-error, .contact-us-form .server-error {
	display: none;
	color: #ee3124;
	text-align: left
}
@media(min-width:769px) {
	.contact-us-form input[type=text] {
		display: inline-block
	}
	.contact-us-form .col-xs-12 {
		text-align: left
	}
	.contact-us-form input[type=submit] {
		height: 74px;
		width: 304px;
		font-size: 20px
	}
	.contact-us-form .contact-us-success h3 {
		font-size: 48px
	}
	.contact-us-form .contact-us-success h4 {
		font-size: 20px
	}
}
@media(min-width:992px) {
	.contact-us-form .g-recaptcha {
		float: right
	}
	.contact-us-form input[type=submit] {
		float: left
	}
}
.contact-us-form .contactus>div {
	position: relative
}
.contact-us-form .contactus label.error {
	position: absolute;
	top: -5px;
	left: 15px;
	color: #ee3124
}
.content-block {
	padding: 50px 0;
	text-align: center;
	background-color: #fff;
	color: #000
}
.content-block.color-block-background {
	background: linear-gradient(#f3f3f3 75%, #f3f3f3 75%, #fff 75%)
}
.content-block.text-left .text-container .textcontent {
	margin-left: initial
}
.content-block .text-container h2 {
	font-family: AauxNext-Lt;
	font-size: 42px;
	margin-top: 0;
	display: inline-block
}
.content-block .text-container h2.small-title, .content-block .text-container h3 {
	font-size: 30px
}
.content-block .text-container hr {
	margin: 0;
	width: 90%;
	position: relative;
	display: block;
	border: none;
	color: transparent
}
.content-block .text-container .textcontent {
	position: relative;
	margin: 20px auto;
	font-family: AauxNext-Lt;
	font-size: 18px;
	line-height: 24px
}
.content-block .text-container .textcontent .phone-contact {
	font-family: AauxNext-Bd;
	margin-top: 26px;
	margin-bottom: 43px
}
.content-block .text-container .textcontent.article-body {
	text-align: left
}
.content-block .text-container.tab-content-block {
	font-family: AauxNext-Rg;
	overflow: hidden
}
.content-block .text-container.tab-content-block h3 {
	font-size: 30px
}
.content-block .text-container.tab-content-block p {
	font-size: 20px;
	text-align: left
}
.content-block .text-container a.button-contentblock {
	background-color: #00467f;
	border-color: #00467f;
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	padding: 8px 45px
}
.content-block.cta-content-block h3 {
	font-size: 36px;
	margin-bottom: 30px
}
.content-block.cta-content-block p {
	font-size: 21px
}
.content-block.cta-content-block.text-left {
	text-align: left
}
.contact-us-form .content-block.cta-content-block input[type=submit], .content-block.cta-content-block .contact-us-form input[type=submit], .content-block.cta-content-block .cta-btn, .content-block.cta-content-block .ghost-btn, .content-block.cta-content-block .no-search-results .coveo-query-summary-cancel-last, .no-search-results .content-block.cta-content-block .coveo-query-summary-cancel-last {
	margin-top: 30px
}
.content-block.cta-content-block .button-container:not(.text-left) {
	text-align: center
}
.content-block .tab-image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 50%
}
@media only screen and (max-width:991px) {
	.content-block .tab-image {
		background-size: contain;
		background-position: center
	}
}
@media only screen and (max-width:479px) {
	.content-block .tab-image {
		background-size: cover;
		padding-top: 100%
	}
}
@media only screen and (min-width:992px) {
	.content-block .text-container.tab-content-block h3 {
		font-size: 36px;
		margin-top: 30px;
		margin-bottom: 20px
	}
}
.description-details {
	margin-top: -50px
}
.description-details .detail-description {
	background-color: #f3f3f3;
	border: 1px solid #6cbfe6;
	text-align: center;
	padding: 0 20px 10px;
	margin: 0
}
.description-details .detail-description ul {
	list-style: none;
	padding: 0
}
.description-details .detail-description ul li {
	margin-bottom: 5px
}
.description-details .detail-description ul span:not(:only-child) {
	border-right: 1px solid #6cbfe6;
	padding: 0 15px
}
.description-details .detail-description ul span:not(:only-child):first-child {
	padding-left: 0
}
.description-details .detail-description ul span:not(:only-child):last-child {
	border-right: none;
	padding-right: 0
}
@media(min-width:480px) {
	.description-details .detail-description li {
		display: inline-block;
		border-right: 1px solid #6cbfe6;
		padding: 0 15px;
		font-size: 18px
	}
	.description-details .detail-description li:last-child {
		border-right: none;
		padding-right: 0
	}
	.description-details .detail-description .share-icon {
		margin-top: 15px
	}
}
.description-details .summary-description {
	-webkit-box-shadow: -1px 11px 24px -15px rgba(0, 0, 0, .6);
	-moz-box-shadow: -1px 11px 24px -15px rgba(0, 0, 0, .6);
	box-shadow: -1px 11px 24px -15px rgba(0, 0, 0, .6);
	background-color: #fff;
	padding: 0 20px 20px;
	margin-top: 40px
}
.description-details .summary-description h4 {
	margin-top: 20px;
	font-weight: 700
}
.description-details .summary-description>div {
	float: none;
	margin: 0 auto
}
.slider .slick-arrow.slick-disabled {
	opacity: 0
}
.slider .slick-next, .slider .slick-prev {
	width: 40px;
	height: 40px
}
.slider .slick-next:before, .slider .slick-prev:before {
	color: #00467f;
	font-family: 'Glyphicons Halflings';
	font-size: 40px;
	opacity: 1
}
.slider .slick-prev {
	left: -15px
}
.slider .slick-prev:before {
	content: "î¹"
}
.slider .slick-next {
	right: -15px
}
.slider .slick-next:before {
	content: "î‚€"
}
.slider .slick-dots li button {
	background-color: #fff;
	border: 1px solid #00467f;
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	width: 10px
}
.slider .slick-dots li.slick-active button {
	background-color: #00467f
}
.slick-desktop-carousel {
	margin: 0 50px 30px
}
.slick-desktop-carousel .slide img {
	max-width: 100%
}
.slick-desktop-carousel .slide.content-block {
	padding: 0 0 10px
}
.slick-desktop-carousel .slick-prev {
	left: -50px
}
.slick-desktop-carousel .slick-next {
	right: -50px
}
.slick-two-item-carousel {
	margin: 0 10px 30px
}
.slick-dotted.slick-slider.slick-mobile-only {
	margin-bottom: 50px
}
@media(min-width:480px) {
	.slider .slick-prev {
		left: -25px
	}
	.slider .slick-next {
		right: -25px
	}
}
.download-link {
	float: right;
	margin: 15px
}
.error-page {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px
}
.error-page .signal-icon {
	margin-bottom: 30px
}
.error-page .signal-icon img {
	width: 101px;
	height: 101px
}
.error-page h1.title-error-page {
	font-size: 72px;
	line-height: 80px;
	color: #00467f;
	margin-bottom: 11px;
	margin-top: 0
}
.error-page h2.subtitle-error-page {
	font-size: 36px;
	line-height: 40px;
	color: #00467f;
	margin-bottom: 36px;
	margin-top: 0
}
.error-page .description-text {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	margin-bottom: 37px;
	width: 85%;
	margin-left: auto;
	margin-right: auto
}
.error-page .link-text {
	font-size: 18px;
	line-height: 16px;
	color: #4990e2;
	font-family: AauxNext-Lt
}
.error-page .link-text a {
	text-decoration: underline
}
.error-page .link-text span {
	font-size: 15px;
	margin-right: 5px;
	text-decoration: none
}
@media(min-width:769px) {
	.error-page {
		margin-top: 122px;
		margin-bottom: 179px
	}
}
.event-card {
	-webkit-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	-moz-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	padding: 0 20px;
	text-align: left
}
.event-card h3 {
	font-size: 30px;
	margin-bottom: 30px
}
.event-card h4 {
	color: #00467f;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: AauxNext-Sm
}
.event-card .see-all {
	float: right;
	text-decoration: underline;
	padding-top: 9px
}
.event-card .see-all:after {
	content: url(/Content/site/img/icons/chevron-light-blue.png);
	margin-left: 3px
}
.event-card .event {
	border-bottom: 1px solid #f0f0f0;
	margin: 20px auto;
	padding-bottom: 10px
}
.event-card .event:last-child {
	border-bottom: none
}
.event-card .icon-list p {
	font-family: AauxNext-Bd;
	margin: 0;
	font-size: 14px
}
.event-card .icon-list p a {
	color: #424242
}
.event-card .date-and-place {
	list-style: none;
	margin: -10px 0 20px;
	padding: 0
}
.event-card .date-and-place li {
	display: inline-block;
	padding: 0 15px;
	color: #424242
}
.event-card .date-and-place li:first-child {
	padding-left: 0;
	border-right: 1px solid #f0f0f0
}
.event-card .date-and-place li:last-child {
	display: none
}
@media(min-width:480px) {
	.event-card .date-and-place li:last-child {
		border-left: 1px solid #f0f0f0;
		padding-right: 0;
		display: inline-block
	}
}
.expert-details h3.detail-subheading {
	text-align: center;
	font-family: AauxNext-Rg;
	color: #424242;
	font-size: 40px;
	margin: 80px 0 10px;
	align-self: center
}
.expert-details h4.detail-subheading {
	margin-top: 0;
	font-family: AauxNext-Sm;
	color: #424242;
	font-size: 24px
}
.expert-details .text-container hr {
	width: 30%;
	background: #a3a3a3;
	color: #a3a3a3;
	height: 1px;
	margin: 0 auto 20px
}
.expert-details .share-col {
	text-align: center;
	margin-top: 15px
}
.expert-details .social-icons a {
	float: none;
	display: inline-block
}
.expert-details .social-icons a+a {
	margin-left: 10px
}
.expert-details .summary-description {
	text-align: left;
	margin-bottom: 20px
}
.expert-details .contact-card {
	width: 100%
}
.expert-details .contact-card .image-content {
	width: 180px;
	height: 180px
}
.expert-details .contact-card .image-content img {
	width: 170px
}
.expert-details .centered-col {
	float: none;
	margin: 0 auto
}
.expert-details .content-card-information .supporting-content {
	margin-top: 20px
}
.expert-details .content-card-information .supporting-content p:before {
	content: url(/Content/site/img/icons/my-links.png)
}
.expert-details .content-card-information .icon-list p {
	display: block;
	margin-left: 0
}
@media only screen and (min-width:769px) {
	.expert-details .content-card-information {
		margin: 0
	}
	.expert-details .content-card-information .icon-list:first-child {
		border-right: 1px solid #a3a3a3
	}
	.expert-details .share-col {
		position: relative;
		margin-top: 0
	}
	.expert-details .share-col .share-icon {
		position: absolute;
		width: 100%;
		-webkit-transform: translate(-100%, 100%);
		transform: translate(-100%, 100%)
	}
}
h3.detail-subheading {
	text-align: center;
	font-family: AauxNext-Rg;
	color: #424242;
	font-size: 30px;
	margin: 40px 0 20px
}
.center {
	text-align: center
}
.footer-content {
	background: #00467f;
	padding: 30px 0 50px;
	text-align: center;
	color: #fff;
	margin: 0 auto
}
.footer-content .container-footer {
	width: 320px;
	margin: 0 auto
}
.footer-content .logo-footer a {
	display: block
}
.footer-content .logo-footer a img {
	width: 88px
}
.footer-content .nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	float: left;
	margin: 0;
	padding: 0
}
.footer-content .nav a {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid rgba(238, 238, 238, .2);
	border-top: none
}
.footer-content .nav a:focus, .footer-content .nav a:hover {
	background-color: inherit
}
.footer-content a {
	color: #fff
}
.footer-content .footer-icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	padding: 35px 0
}
.footer-content .icons-stocks {
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center
}
.footer-content .icons-stocks .logo-content {
	padding: 0 15px;
	line-height: 50px
}
.footer-content .icons-stocks .logo-content:first-child {
	padding-left: 0
}
.footer-content .copyright {
	padding: 35px 0;
	font-size: 9px
}
.footer-content .privacy-terms {
	padding: 35px 0 25px;
	white-space: nowrap
}
.footer-content .privacy-terms .footer-text:first-child {
	padding: 0 13px
}
.footer-content .logos-social-media {
	justify-content: center
}
.footer-content .logos-social-media a {
	padding: 0 6%
}
.footer-content hr {
	width: 33%;
	opacity: .2;
	margin: 0 auto;
	overflow: hidden
}
@media only screen and (min-width:769px) {
	.footer-content {
		text-align: right;
		line-height: 60px;
		padding-bottom: 20px;
		align-items: center
	}
	.footer-content .row {
		margin-right: 0
	}
	.footer-content .footer-icons {
		width: 20%
	}
	.footer-content .logo-footer a {
		padding: 0 12px
	}
	.footer-content .logo-footer a>img {
		width: 100px;
		margin-left: 20px
	}
	.footer-content .navbar-nav {
		margin-top: 8px;
		padding-left: 70px
	}
	.footer-content .navbar-nav>li>a {
		font-size: 16px;
		border: none;
		padding: 10px 3px;
		margin: 2px 3px
	}
	.footer-content .container-footer {
		width: 100%
	}
	.footer-content hr {
		display: none
	}
	.footer-content .icons-stocks .logo-content:first-child {
		padding-left: 15px
	}
	.footer-content .icons-stocks .logo-content {
		padding: 0 5px
	}
	.footer-content .icons-stocks .logo-content img {
		max-width: 75px;
		margin-left: 5px
	}
	.footer-content .logos-social-media {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		line-height: 40px;
		margin-top: 10px
	}
	.footer-content .logos-social-media a {
		padding: 0 4%
	}
	.footer-content .logos-social-media a img {
		width: 25px
	}
	.footer-content .footer-icons, .footer-content .privacy-terms {
		padding: 0
	}
	.footer-content .privacy-terms .footer-text {
		font-size: 11px
	}
	.footer-content .footer-small {
		padding-top: 5px;
		line-height: 10px
	}
	.footer-content .footer-small .copyright {
		padding-top: 0
	}
}
@media only screen and (min-width:992px) {
	.footer-content .logo-footer a {
		padding: 0
	}
	.footer-content .nav {
		padding: 2px 0 0 44px
	}
	.footer-content .nav li>a {
		font-size: 18px;
		padding: 10px 7px
	}
	.footer-content .logos-social-media {
		right: 0
	}
	.footer-content .logos-social-media a {
		padding: 0 6%
	}
	.footer-content .logos-social-media a img {
		width: 30px
	}
	.footer-content .icons-stocks {
		right: 0;
		justify-content: flex-start
	}
	.footer-content .icons-stocks .logo-content img {
		max-width: none
	}
	.footer-content .privacy-terms .footer-text {
		font-size: 12px
	}
}
@media only screen and (min-width:1200px) {
	.footer-content .nav {
		padding: 10px 0 0 30px
	}
	.footer-content .nav li a {
		font-size: 18px;
		padding-top: 2px
	}
	.footer-content .logos-social-media img {
		width: 35px
	}
}
.static-error .footer-content .footer-icons {
	border: none;
	justify-content: center
}
@media only screen and (min-width:769px) {
	.static-error .footer-content .footer-icons {
		justify-content: flex-end
	}
	.static-error .footer-content .footer-icons .logos-social-media a:last-child {
		padding-right: 15px
	}
}
#pac-container {
	font-family: inherit
}
#pac-container input:focus {
	outline: 0
}
.pac-container {
	background-color: rgba(0, 0, 0, .3)
}
.pac-container .pac-item {
	font-size: 18px;
	height: 32px;
	margin: 4px;
	background-color: #fff;
	padding: 0 0 0 7px;
	border: none
}
.pac-container .pac-item .pac-item-query {
	font-size: inherit;
	padding-right: 5px
}
.pac-container .pac-item.pac-item-selected, .pac-container .pac-item:hover {
	background-color: #00467f;
	color: #fff
}
.pac-container .pac-item.pac-item-selected .pac-item-query, .pac-container .pac-item:hover .pac-item-query {
	color: #fff
}
.pac-container .pac-item .pac-icon {
	display: none
}
.pac-container, .pac-item {
	width: inherit!important
}
@media(max-width:769px) {
	.pac-container, .pac-item {
		max-width: 300px
	}
}
@media(max-width:480px) {
	.pac-container, .pac-item {
		font-size: 16px
	}
}
.content-card.grid, .search-results-grid .content-card {
	height: 530px;
	max-width: 554px;
	margin-bottom: 20px;
	width: 100%
}
.content-card.grid .viewmore, .search-results-grid .content-card .viewmore {
	height: 6em;
	margin-bottom: 15px
}
.content-card.grid .image-content, .search-results-grid .content-card .image-content {
	width: 100%;
	max-width: 554px;
	min-height: 310px
}
.content-card.grid .content-card-information, .search-results-grid .content-card .content-card-information {
	padding-left: 20px;
	padding-right: 20px
}
.content-card.grid .content-card-information h3, .search-results-grid .content-card .content-card-information h3 {
	white-space: nowrap;
	max-width: 554px
}
.content-card.grid .content-card-information .button-container, .search-results-grid .content-card .content-card-information .button-container {
	margin-right: 0
}
.content-card.grid {
	margin: 20px auto
}
.search-results-grid {
	max-width: 970px;
	padding: 0
}
.search-results-grid .coveo-result-list-container {
	margin-right: auto;
	margin-left: auto
}
.search-results-grid .coveo-result-list-container .CoveoResult {
	width: 50%;
	padding: 0 15px
}
.search-results-grid .CoveoResultList>div:not(.no-search-results) {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	max-width: 1170px
}
.search-results-grid .content-card .viewmore {
	height: 5em;
	font-size: 18px;
	width: 100%;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	text-overflow: ellipsis
}
.search-results-grid .content-card .image-content {
	height: 310px;
	position: relative
}
.search-results-grid .content-card .image-content img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.search-results-grid .content-card .content-card-information {
	width: 100%
}
.search-results-grid .content-card .content-card-information h3 {
	overflow: hidden;
	text-overflow: ellipsis
}
.search-results-grid .content-card .button-container {
	text-align: center
}
@media(min-width:1400px) {
	.search-results-grid {
		min-width: 1170px
	}
}
@media(max-width:768px) {
	.search-results-grid {
		padding: 0 15px
	}
	.search-results-grid .CoveoResultList>div:not(.no-search-results) {
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center
	}
	.search-results-grid .coveo-result-list-container .CoveoResult {
		width: 100%
	}
	.search-results-grid .coveo-result-list-container .CoveoResult .content-card {
		margin: 20px auto
	}
}
@media(min-width:769px) {
	.search-results-grid, .search-results-grid .slick-mobile-only {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center
	}
	.search-results-grid .row:not(.text-container), .search-results-grid .search-results-container, .search-results-grid .slick-mobile-only .row:not(.text-container), .search-results-grid .slick-mobile-only .search-results-container {
		width: 100%
	}
	.search-results-grid .CoveoResult, .search-results-grid .slick-mobile-only .CoveoResult {
		display: inline-block;
		vertical-align: top
	}
}
@media(max-width:991px) {
	.search-results-grid .slick-dots {
		left: 0
	}
}
body {
	margin: 63px 0 0
}
body.overflow_hidden {
	overflow: hidden
}
header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	background: #fff
}
header .color-lines {
	display: none;
	overflow: hidden
}
header .color-lines .col-md-4 {
	height: 6px
}
header .color-lines .one {
	background: #ffc425
}
header .color-lines .two {
	background: #0093d0
}
header .color-lines .three {
	background: #ee3124
}
.navbar {
	border: 0;
	margin: 0 20px;
	max-width: 100%;
	font-family: AauxNext-Rg, Helvetica, sans-serif
}
.navbar-collapse.collapse, .navbar-collapse.collapsing {
	margin-right: -30px;
	margin-left: -30px
}
.navbar-collapse.collapse .navbar-header-mobile-inverted, .navbar-collapse.collapsing .navbar-header-mobile-inverted {
	opacity: 0
}
.navbar-collapse.collapse.in {
	height: 100%;
	overflow: hidden;
	box-shadow: none;
	margin-right: -30px;
	margin-left: -30px
}
.navbar-collapse.collapse.in .navbar-header-mobile-inverted {
	opacity: 1
}
.navbar-brand {
	padding: 12px;
	box-sizing: content-box;
	height: 35px
}
.navbar-brand>img {
	max-width: 100px;
	max-height: 68px
}
@media only screen and (max-width:991px) {
	.navbar-brand {
		padding: 5px 12px
	}
	.navbar-brand>img {
		max-height: 50px
	}
}
.navbar-toggle {
	margin: 7px 6px 9px 0
}
.navbar-toggle .icon-bar {
	width: 24px;
	margin-top: 4px;
	height: 3px;
	border-radius: 0;
	background: #00467f
}
.navbar-nav {
	margin: 0
}
.navbar-nav>li>a {
	transition: all .8s;
	color: #fff;
	font-size: 27px;
	padding: 26px 30px;
	border-top: #0093d0 solid 1px;
	margin: 0
}
.navbar-nav>li a:focus, .navbar-nav>li a:hover {
	text-decoration: none;
	background-color: #005499
}
.navbar-nav>li.active a {
	font-weight: 700
}
.nav {
	overflow: hidden
}
.nav:last-child {
	border-bottom: 1px solid #0093d0
}
.menu_open {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00467f
}
.menu_open .logo-default {
	display: none
}
.menu_open .navbar-toggle .icon-bar {
	background: #fff
}
@media only screen and (min-width:992px) {
	body {
		margin: 0
	}
	header {
		border-bottom: 2px solid #00467f
	}
	header .navbar-brand {
		padding: 20px 25px 20px 0;
		height: auto
	}
	header .navbar-brand>img {
		width: auto
	}
	header .navbar {
		position: relative;
		padding-left: 0;
		padding-right: 0;
		width: 95%
	}
	header .navbar-collapse {
		max-width: 67%
	}
	header .navbar-collapse.collapse, header .navbar-collapse.collapsing {
		margin-right: -15px;
		margin-left: -15px;
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -moz-flex!important;
		display: -webkit-flex!important;
		display: flex!important
	}
	header .navbar-nav {
		margin: 57px auto 0 0!important;
		display: inline-block;
		float: none
	}
}
@media only screen and (min-width:992px) and (min-width:1200px) {
	header .navbar-nav {
		margin: 57px auto 0 45px!important
	}
}
@media only screen and (min-width:992px) and (min-width:1400px) {
	header .navbar-nav {
		margin: 57px auto 0!important
	}
}
@media only screen and (min-width:992px) {
	header .navbar-nav>li>a {
		border-top: none;
		font-size: 18px;
		padding: 0 5px;
		color: #00467f;
		margin: 10px 3px
	}
}
@media only screen and (min-width:992px) and (min-width:1200px) {
	header .navbar-nav>li>a {
		font-size: 22px;
		padding: 0 10px
	}
}
@media only screen and (min-width:992px) {
	header .navbar-nav>li>a:focus, header .navbar-nav>li>a:hover {
		background-color: inherit
	}
	header .nav:last-child {
		border-bottom: none
	}
	header .menu_open {
		position: static;
		background: #fff
	}
	header .menu_open .logo-default {
		display: block
	}
}
.search-box-links {
	cursor: pointer
}
.home-video-section {
	position: relative;
	text-align: center;
	background: #fff
}
.home-video-section .gray-background {
	position: absolute;
	background: #f3f3f3;
	left: 0;
	top: 0;
	right: 0;
	bottom: 25%
}
.home-video-section .container {
	padding: 70px;
	position: relative
}
.home-video-section .container h1 {
	font-family: AauxNext-Lt;
	font-size: 56px;
	color: #000
}
.home-video-section .container hr {
	border-bottom: 1px solid #4a4a4a;
	background: 0 0;
	height: 0;
	box-shadow: none;
	margin: 48px auto;
	width: 40%
}
.home-video-section .container p {
	font-family: AauxNext-Lt;
	font-size: 24px;
	color: #4a4a4a;
	line-height: 27px;
	margin-bottom: 45px
}
.video-overlay {
	position: relative
}
.video-overlay img {
	width: 100%
}
.video-overlay .video-poster-clickeable {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	border: 10px solid #fff;
	background-image: url(/Content/site/img/icons/symbols-icon-video-player.png);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 50%
}
button.button-contentblock.blue-button {
	background-color: #00467f;
	border: 1px solid #00467f;
	color: #fff
}
.title-row-icons {
	color: #00467f;
	font-size: 28px;
	line-height: 32px
}
.title-slider {
	color: #000;
	font-family: AauxNext-Lt;
	font-size: 50px;
	line-height: 63px;
	text-align: center
}
.title-slider hr {
	margin: 30px auto 29px;
	position: relative;
	width: 486.5px
}
.icon-contentblock {
	margin: 0 auto 11px;
	position: relative;
	width: 100%
}
.icon-contentblock img {
	margin: 0 auto;
	position: relative;
	width: 70%
}
.icon-contentblock a.icons-color-state {
	position: relative;
	text-align: -webkit-center
}
.icon-contentblock a.icons-color-state:hover {
	text-decoration: none
}
.icon-contentblock a.icons-color-state:focus {
	text-decoration: none;
	outline: 0
}
.icon-contentblock a.icons-color-state:focus .icon-content {
	background-position: 40px -94px;
	outline: 0
}
.icon-contentblock span.icon-content {
	background-position-x: 40px;
	background-repeat: no-repeat;
	margin-bottom: 11.8px;
	display: inline-block;
	height: 88px;
	width: 164px;
	outline: 0
}
.icon-contentblock h4 {
	color: #4a4a4a;
	font-family: AauxNext-Bd;
	font-size: 24px
}
.icons-columns-block .slick-track {
	margin: 0 auto
}
.icons-columns-block a.icons-color-state {
	display: block
}
.icons-columns-block .columns-icons {
	background-color: #fff;
	box-shadow: none;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center
}
.icons-columns-block .columns-icons h4 {
	line-height: 29px;
	margin: 0 0 13px;
	text-align: center
}
.icons-columns-block .columns-icons .text-content {
	color: #4a4a4a;
	font-family: AauxNext-Rg;
	font-size: 18px;
	line-height: 24px;
	text-align: center
}
@media only screen and (min-width:480px) {
	.icons-columns-block:not(.slick-initialized) {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.icons-columns-block:not(.slick-initialized) .columns-icons {
		max-width: 33%;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
}
@media only screen and (min-width:769px) {
	.title-row-icons {
		text-align: left
	}
}
@media only screen and (min-width:992px) {
	.icons-columns-block:not(.slick-initialized) .columns-icons {
		max-width: 20%
	}
}
.icon-list li, .icon-list p {
	min-height: 35px;
	margin-top: 10px;
	font-size: 18px
}
.icon-list li img, .icon-list p img {
	float: left;
	margin-right: 10px
}
.icon-list li a, .icon-list p a {
	color: #000
}
.icon-list .phone-number {
	min-width: 150px
}
.icon-list .phone-number a {
	display: block
}
.icon-list .phone-number .call-text {
	display: none;
	cursor: pointer
}
.icon-list .location-text {
	display: inline-block;
	overflow: hidden;
	max-width: 240px
}
.image-contentblock {
	margin: 20px 0;
	display: inline-block;
	max-width: 100%
}
.image-contentblock img {
	max-width: 100%
}
.slick-image-carousel img {
	margin: 0 auto;
	max-width: 100%
}
@media(min-width:769px) {
	.slick-image-carousel img {
		height: 500px
	}
}
.slick-image-carousel .sold:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto
}
@media(min-width:992px) {
	.slick-image-carousel .sold:before {
		width: 80%
	}
}
@media(min-width:1400px) {
	.slick-image-carousel .sold:before {
		width: 66%
	}
}
.slick-image-carousel .sold .sold-tag {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	font-family: AauxNext-Bd
}
.slick-image-carousel .sold .sold-tag span {
	background-color: #00467f;
	position: absolute;
	top: 15%;
	left: 20%;
	font-size: 48px;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	text-align: center;
	width: 100%;
	min-width: 600px
}
.slick-image-carousel .sold .sold-tag span.mid {
	top: 28%;
	left: 40%
}
.slick-image-carousel .sold .sold-tag span.long {
	top: 36%;
	left: 46%
}
@media(max-width:479px) {
	.slick-image-carousel .sold .sold-tag span.long {
		font-size: 36px
	}
}
@media(min-width:480px) {
	.slick-image-carousel .sold .sold-tag span {
		left: 12%
	}
	.slick-image-carousel .sold .sold-tag span.mid {
		left: 28%
	}
	.slick-image-carousel .sold .sold-tag span.long {
		left: 30%
	}
}
@media(min-width:769px) {
	.slick-image-carousel .sold .sold-tag span {
		font-size: 56px;
		top: 17%;
		left: 10%
	}
	.slick-image-carousel .sold .sold-tag span.mid {
		top: 30%;
		left: 20%
	}
	.slick-image-carousel .sold .sold-tag span.long {
		top: 42%
	}
}
@media(min-width:992px) {
	.slick-image-carousel .sold .sold-tag span {
		left: 8%
	}
	.slick-image-carousel .sold .sold-tag span.mid {
		left: 16%
	}
	.slick-image-carousel .sold .sold-tag span.long {
		left: 24%
	}
}
.slick-image-carousel .slick-arrow {
	display: none!important
}
.slick-image-carousel-nav {
	margin: 20px 10px 0;
	padding: 0 20px
}
.slick-image-carousel-nav>div>.nav-image {
	display: none
}
.slick-image-carousel-nav .slick-slide {
	margin: 0 10px
}
.slick-image-carousel-nav .slick-slide.slick-current .nav-image {
	opacity: 1
}
.slick-image-carousel-nav .slick-track {
	margin: 0 auto
}
.slick-image-carousel-nav .nav-image {
	max-width: 100%;
	opacity: .5;
	background-size: cover;
	height: 70px;
	background-position: center
}
.image-hero {
	height: 300px
}
@media(max-width:768px) {
	.image-hero.search-hero {
		height: 370px
	}
}
.image-hero.cover {
	color: inherit;
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	background-size: cover;
	max-height: 100%;
	width: 100%
}
.image-hero.tall {
	height: 350px
}
.image-hero.light-background .hero-overlay {
	background-color: rgba(74, 74, 74, .25)
}
.image-hero.light-background .hero-video-overlay {
	background: rgba(74, 74, 74, .65)
}
.image-hero.light-background h1 {
	color: #00467f
}
.image-hero.dark-background .hero-overlay {
	background-color: rgba(74, 74, 74, .55)
}
.image-hero.dark-background .hero-video-overlay {
	background: rgba(74, 74, 74, .35)
}
.image-hero.dark-background h1 {
	color: #fff
}
@media(max-width:768px) {
	.image-hero.dark-background h1.property-h1 {
		margin: 13px 0;
		font-size: 32px
	}
}
.image-hero.color-block-background {
	height: auto;
	background: linear-gradient(#f3f3f3 75%, #f3f3f3 75%, #fff 75%)
}
.image-hero.color-block-background h1 {
	text-shadow: none;
	color: #00467f
}
@media only screen and (min-width:992px) {
	.image-hero.color-block-background h1 {
		font-size: 52px
	}
}
.image-hero h1 {
	font-size: 42px;
	font-weight: 400;
	margin: 40px 0;
	font-family: AauxNext-Blk, Helvetica, sans-serif;
	width: 100%;
	text-shadow: 1px 1px #000;
	display: inline-block
}
.image-hero h1.hero-header {
	text-transform: uppercase;
	margin-top: 160px
}
.image-hero h1.property-h1 {
	margin: 18px 0;
	text-shadow: .5px .5px #000;
	font-weight: 600;
	font-family: AauxNext-Rg, Helvetica, sans-serif;
	max-width: 950px
}
.image-hero .hero-overlay {
	min-width: 100%
}
.image-hero .our-vision-btn {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -110px;
	border: 2px solid;
	border-bottom: 0;
	font-size: 16px;
	padding: 12px 51px;
	background: #00467f
}
.image-hero .hero-video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px
}
.image-hero .hero-video-overlay iframe {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%
}
.image-hero .hero-video-overlay .close {
	position: absolute;
	background: 0 0;
	right: 20px;
	top: 10px;
	color: #fff;
	opacity: 1;
	text-shadow: none;
	font-size: 53px;
	margin: 0
}
.image-hero .hero-video-overlay .close:focus {
	outline: 0
}
.image-hero .col-md-12 {
	padding-left: 5px;
	padding-right: 5px
}
@media only screen and (min-width:333px) {
	.image-hero {
		height: 340px
	}
	.image-hero.search-hero {
		height: 370px
	}
	.image-hero .col-md-12 {
		padding-left: 15px;
		padding-right: 15px
	}
}
@media only screen and (min-width:480px) {
	.image-hero .hero-video-overlay .close {
		top: -10px
	}
	h1 {
		font-size: 40px
	}
}
@media only screen and (min-width:769px) {
	.image-hero {
		height: 320px
	}
	.image-hero.search-hero {
		height: 560px
	}
	.image-hero.tall {
		height: 450px
	}
	.image-hero h1 {
		font-size: 42px
	}
	.image-hero h1.property-h1 {
		margin-top: 125px;
		font-size: 38px
	}
	.image-hero .our-vision-btn {
		margin-left: -127px;
		font-size: 20px;
		padding: 12px 58px
	}
}
@media only screen and (min-width:992px) {
	.image-hero.tall {
		height: 950px
	}
	.image-hero h1 {
		font-size: 68px
	}
	.image-hero h1.property-h1 {
		margin-top: 91px;
		font-size: 64px
	}
	.image-hero .hero-video-overlay .close {
		top: 20px
	}
}
.instruction-text-block h3 {
	font-size: 30px
}
.language-selector a[data-toggle=collapse] {
	color: #fff;
	font-size: 27px;
	padding: 26px 30px;
	border-top: #6cbfe6 solid 1px;
	margin: 0;
	display: block
}
.language-selector a[data-toggle=collapse]:first-child {
	border-top: none
}
.language-selector .flag, .language-selector .glyphicon-remove, .language-selector label {
	display: none
}
.language-selector .collapse .dropdown-menu, .language-selector .collapsing .dropdown-menu {
	margin: -1px -1px 0;
	padding: 0;
	border-radius: 0;
	font-size: 18px;
	width: 100%;
	overflow-y: scroll;
	max-height: 400px
}
.language-selector .collapse .dropdown-menu>.active>a, .language-selector .collapse .dropdown-menu>.active>a:focus, .language-selector .collapse .dropdown-menu>.active>a:hover, .language-selector .collapsing .dropdown-menu>.active>a, .language-selector .collapsing .dropdown-menu>.active>a:focus, .language-selector .collapsing .dropdown-menu>.active>a:hover {
	background: #00467f;
	color: #fff
}
.language-selector .input-group-addon {
	background-color: #fff;
	border-radius: 0;
	border-color: #00467f
}
.language-selector .form-control {
	box-shadow: none;
	border-radius: 0;
	border-color: #00467f;
	padding: 13px 20px;
	height: auto
}
.language-selector .form-group {
	margin: -30px 0 0;
	padding: 26px 30px
}
.language-selector .form-group .caret {
	border: none;
	height: 1em;
	width: 20px
}
.language-selector .form-group .caret:before {
	height: 16px;
	width: 16px;
	background-size: contain
}
@media(min-width:992px) {
	.language-selector {
		position: absolute;
		min-width: 300px;
		right: 0;
		top: 2px;
		text-align: right
	}
	.language-selector a {
		color: #00467f;
		text-decoration: none
	}
	.language-selector a[data-toggle=collapse] {
		margin-right: 10px;
		display: inline-block;
		border: 0;
		font-size: 16px;
		padding: 0;
		color: #00467f
	}
	.language-selector label {
		display: block;
		font-size: 20px;
		color: #00467f;
		font-family: AauxNext-Lt;
		margin-bottom: 10px
	}
	.language-selector .collapse, .language-selector .collapsing {
		text-align: left;
		position: absolute;
		background: #fff;
		z-index: 3;
		width: 100%;
		-webkit-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
		-moz-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
		box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4)
	}
	.language-selector .form-group {
		margin: 0 0 15px;
		padding: 30px
	}
	.language-selector .flag {
		display: inline
	}
}
.leadership-content {
	text-align: center
}
.leadership-content .content-image img {
	max-width: 290px
}
.leadership-content .content-information-leadership {
	padding: 0 30px
}
.leadership-content .content-information-leadership h3 {
	font-size: 36px;
	margin: 30px 0 13px;
	text-align: left
}
.leadership-content .content-information-leadership .title-leadership {
	font-size: 16px;
	margin-bottom: 16px
}
.leadership-content .content-information-leadership p {
	font-size: 21px;
	margin-bottom: 45px;
	text-align: left
}
@media(min-width:769px) {
	.container-fluid.leadership-content {
		padding-bottom: 0;
		text-align: left
	}
	.container-fluid.leadership-content .container {
		margin-bottom: 0
	}
	.leadership-content .content-image img {
		max-width: none;
		margin-left: -110px
	}
	.leadership-content .content-information-leadership {
		padding: 10px 0 0 20px
	}
}
@media(min-width:992px) {
	.leadership-content .content-image img {
		margin: 0
	}
	.leadership-content .content-information-leadership {
		padding: 30px 0 0
	}
}
@media(min-width:1400px) {
	.leadership-content .content-information-leadership {
		padding-top: 50px
	}
}
.link-list ul {
	list-style: none;
	padding-left: 0;
	font-size: 18px
}
.link-list ul li:before {
	content: 'â€¢';
	padding-right: 10px;
	color: #00467f
}
@media(min-width:480px) {
	.link-list ul li {
		width: 33%;
		float: left;
		padding-right: 4%;
		position: relative
	}
	.link-list ul li:before {
		position: absolute;
		top: -1px;
		left: 0
	}
	.link-list ul li a {
		display: block;
		padding-left: 20px
	}
}
.document-link-list {
	padding: 15px 0;
	text-align: left
}
.document-link-list ul {
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	margin: -15px 0 0 30px
}
.document-link-list ul li {
	text-indent: -28px;
	margin-top: 15px
}
@media(min-width:480px) {
	.document-link-list ul li {
		width: 50%;
		float: left;
		padding-right: 28px
	}
}
.message-block {
	padding: 0 0 10px
}
.message-block .message-body {
	width: 100%;
	padding: 30px 15px
}
.message-block .message-body.dark-bg-theme h3, .message-block .message-body.dark-bg-theme p {
	color: #fff
}
.message-block .message-body.dark-bg-theme.text-container hr.divider {
	border-color: #fff
}
.message-block .message-body.light-bg-theme h3, .message-block .message-body.light-bg-theme p {
	color: #00467f
}
.message-block .message-body.light-bg-theme .see-more {
	background: url(/Content/Site/img/icons/arrow.png) right no-repeat
}
.message-block .message-body h3 {
	color: #00467f;
	font-size: 2em;
	margin-top: 0
}
.message-block .message-body p {
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 10px
}
.message-block .message-body .see-more {
	margin-top: 30px;
	height: 25px;
	width: 25px;
	display: inline-block;
	background: url(/Content/Site/img/icons/arrow-white-circle.png) right no-repeat;
	float: right
}
.message-block .message-body.text-container hr.divider {
	border-color: #00467f;
	margin: 0
}
.message-block .message-body .bottom-area {
	margin-top: 10px;
	float: left
}
.message-block .background {
	width: 100%;
	height: 100%;
	background-color: #6cbfe6;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0
}
@media(min-width:769px) {
	.message-block {
		padding-right: 10px;
		max-width: 520px
	}
	.message-block .message-body h3 {
		font-size: 3em
	}
	.col-sm-6 .message-block {
		padding-right: 0;
		max-width: 100%
	}
}
.modal-overlay .modal-dialog {
	min-height: 400px;
	height: 100%;
	width: 100%;
	margin: 0!important;
	background: rgba(1, 1, 1, .5)
}
.modal-overlay .overlay-content {
	background: #fff;
	display: inline-block;
	width: 80%;
	margin: 10%;
	color: #4a4a4a
}
.modal-overlay .overlay-content .close {
	font-size: 50px;
	font-weight: 400;
	opacity: 1;
	color: #4a4a4a;
	text-shadow: 0 1px 0 #f3f3f3;
	margin-right: 8px
}
.modal-overlay .overlay-content .content-section {
	padding: 20px
}
.modal-backdrop.in {
	opacity: .1;
	filter: alpha(opacity=10)
}
@media only screen and (min-width:769px) {
	.modal-overlay .modal-dialog {
		min-height: 600px
	}
	.modal-overlay .overlay-content .content-section {
		padding: 10px
	}
}
.more-details {
	text-align: left;
	margin: 15px 0 0
}
.more-details h4 {
	font-size: 24px
}
.more-details .accordion-header {
	font-family: AauxNext-Lt;
	color: #424242;
	font-size: 30px;
	position: relative;
	margin: 0 0 20px
}
.more-details .accordion-header:after {
	content: url(/Content/site/img/icons/chevron-blue.png);
	right: 0
}
.more-details .text-left.content-block {
	text-align: left
}
.more-details .col-xs-12 .col-sm-6 {
	padding: 0
}
.more-details .col-xs-12 .col-sm-6 .detail-subhead:first-child {
	padding-top: 0
}
.more-details .row {
	padding: 0 20px 20px
}
.more-details .row>div {
	float: none;
	margin: 0 auto
}
.more-details .short-list {
	padding-left: 0
}
.more-details .short-list li {
	margin-left: 1.1em
}
.more-details .detail-subhead {
	padding: 10px 0 0;
	margin: 0;
	font-size: 24px;
	font-weight: 700
}
@media(min-width:480px) {
	.more-details .short-list li {
		width: 45%;
		float: left;
		padding-right: 4%
	}
}
.clearfloat {
	clear: both;
	float: none;
	content: '';
	width: 100%
}
.no-search-results {
	text-align: center;
	font-size: 16px;
	display: none
}
.no-search-results .signal-icon img {
	width: 50px;
	height: 50px
}
.no-search-results .property-only {
	margin-bottom: -5px
}
.no-search-results h3 {
	font-size: 36px;
	margin: 10px 0 0
}
.no-search-results .coveo-query-summary-cancel-last {
	cursor: pointer;
	display: inline-block
}
.no-search-results .property-only {
	display: none
}
.CoveoPager, .pagination-container {
	text-align: center
}
.coveo-pager-list, .pagination {
	list-style: none;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0
}
.coveo-pager-list>li, .pagination>li {
	display: inline
}
.coveo-pager-list>li>a, .coveo-pager-list>li>span, .pagination>li>a, .pagination>li>span {
	color: rgba(0, 0, 0, .75);
	font-size: 16px;
	padding: 0;
	width: 41px;
	height: 41px;
	text-align: center;
	border: none;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	line-height: 42px;
	position: relative;
	float: left;
	text-decoration: none;
	margin-left: -4px;
	cursor: pointer;
	vertical-align: middle
}
.coveo-pager-list>li>a:focus, .coveo-pager-list>li>a:hover, .coveo-pager-list>li>span:focus, .coveo-pager-list>li>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background: #ee3124;
	color: #fff
}
.coveo-pager-list>li:first-child>a, .coveo-pager-list>li:first-child>span, .coveo-pager-list>li:last-child>a, .coveo-pager-list>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: AauxNext-Bd
}
@media(max-width:479px) {
	.coveo-pager-list>li:nth-child(n+7):not(.coveo-pager-next), .pagination>li:nth-child(n+7):not(.coveo-pager-next) {
		display: none
	}
}
.coveo-pager-list .coveo-pager-next, .coveo-pager-list .coveo-pager-previous, .pagination .coveo-pager-next, .pagination .coveo-pager-previous {
	background: url(/Content/site/img/icons/chevron-dark-gray.png) center center no-repeat
}
.coveo-pager-list .coveo-pager-next span, .coveo-pager-list .coveo-pager-previous span, .pagination .coveo-pager-next span, .pagination .coveo-pager-previous span {
	content: url(/Content/site/img/icons/chevron-white.png);
	display: none
}
.coveo-pager-list .coveo-pager-next:focus a:focus span, .coveo-pager-list .coveo-pager-next:focus a:hover span, .coveo-pager-list .coveo-pager-next:hover a:focus span, .coveo-pager-list .coveo-pager-next:hover a:hover span, .coveo-pager-list .coveo-pager-previous:focus a:focus span, .coveo-pager-list .coveo-pager-previous:focus a:hover span, .coveo-pager-list .coveo-pager-previous:hover a:focus span, .coveo-pager-list .coveo-pager-previous:hover a:hover span, .pagination .coveo-pager-next:focus a:focus span, .pagination .coveo-pager-next:focus a:hover span, .pagination .coveo-pager-next:hover a:focus span, .pagination .coveo-pager-next:hover a:hover span, .pagination .coveo-pager-previous:focus a:focus span, .pagination .coveo-pager-previous:focus a:hover span, .pagination .coveo-pager-previous:hover a:focus span, .pagination .coveo-pager-previous:hover a:hover span {
	display: block;
	margin: 15px auto;
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.coveo-pager-list .coveo-pager-next, .pagination .coveo-pager-next {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.coveo-pager-list .coveo-pager-next, .coveo-pager-list .coveo-pager-previous, .pagination .coveo-pager-next, .pagination .coveo-pager-previous {
	height: 41px;
	width: 28px;
	display: block;
	float: left;
	cursor: pointer
}
.coveo-pager-list>.coveo-active>a, .coveo-pager-list>.coveo-active>span, .pagination>.coveo-active>a, .pagination>.coveo-active>span {
	color: #fff
}
.coveo-pager-list>.coveo-active>a, .coveo-pager-list>.coveo-active>a:focus, .coveo-pager-list>.coveo-active>a:hover, .coveo-pager-list>.coveo-active>span, .coveo-pager-list>.coveo-active>span:focus, .coveo-pager-list>.coveo-active>span:hover, .pagination>.coveo-active>a, .pagination>.coveo-active>a:focus, .pagination>.coveo-active>a:hover, .pagination>.coveo-active>span, .pagination>.coveo-active>span:focus, .pagination>.coveo-active>span:hover {
	background: #ee3124
}
.partial-search-results {
	margin-bottom: 20px
}
.partial-search-results .bottom-button-container {
	padding: 15px 0
}
.contact-us-form .partial-search-results input[type=submit], .no-search-results .partial-search-results .coveo-query-summary-cancel-last, .partial-search-results .CoveoPager, .partial-search-results .contact-us-form input[type=submit], .partial-search-results .cta-btn, .partial-search-results .ghost-btn, .partial-search-results .no-search-results .coveo-query-summary-cancel-last {
	display: none
}
.partial-search-results .slick-dots {
	bottom: -35px
}
.homepage-search-results detail-subheading {
	font-family: AauxNext-Lt;
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 20px;
	align-self: center;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	display: inline-block
}
.homepage-search-results hr {
	margin: 20px auto;
	width: 60%;
	position: relative;
	display: none;
	border-color: #000
}
.homepage-search-results .partial-search-results {
	margin-bottom: 50px
}
@media(min-width:480px) {
	.homepage-search-results .content-card .content-card-information h3 {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden
	}
}
.property-search-map.container-fluid {
	padding: 3px 0 0
}
#property-search-map {
	height: 450px;
	width: 100%
}
#property-search-map div.pin-popup {
	width: 190px
}
#property-search-map div.pin-popup .content-card {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none
}
#property-search-map div.pin-popup .content-card .content-card-information {
	width: 100%;
	float: none;
	padding: 0;
	position: relative;
	z-index: 3
}
#property-search-map div.pin-popup .content-card .content-card-information h3 {
	background-color: #dfeff9;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400
}
#property-search-map div.pin-popup .content-card .content-card-information .card-details {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 12px
}
#property-search-map div.pin-popup .content-card .content-card-information .card-details p {
	width: auto;
	display: block;
	text-align: left
}
#property-search-map div.pin-popup .content-card .content-card-information .card-details p:first-child {
	margin-bottom: 10px
}
#property-search-map div.pin-popup .content-card .contact-us-form input[type=submit], #property-search-map div.pin-popup .content-card .cta-btn, #property-search-map div.pin-popup .content-card .ghost-btn, #property-search-map div.pin-popup .content-card .no-search-results .coveo-query-summary-cancel-last, .contact-us-form #property-search-map div.pin-popup .content-card input[type=submit], .no-search-results #property-search-map div.pin-popup .content-card .coveo-query-summary-cancel-last {
	width: 100%;
	font-size: 14px;
	padding: 2px 10px
}
#property-search-map div.pin-popup .content-card .image-content {
	display: none;
	width: auto;
	float: none;
	padding: 0;
	margin-bottom: 0
}
#property-search-map div.pin-popup .content-card .image-content a {
	max-height: 100px;
	overflow: hidden;
	display: block
}
#property-search-map div.pin-popup .content-card .image-content img {
	max-width: 100%;
	left: auto;
	margin: 0
}
#property-search-map div.pin-popup .content-card .image-content.sold .sold-box {
	height: 50%;
	font-size: 30px;
	top: 36%
}
.popup-container {
	display: none
}
.map-message-container {
	background-color: rgba(0, 0, 0, .5);
	display: none;
	height: 455px;
	position: absolute;
	width: 100%;
	z-index: 1000
}
.map-message-container .map-message {
	background: #fff;
	height: 125px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 230px;
	top: 30%;
	z-index: 10
}
.map-message-container .map-message-close {
	background: url(/Content/site/img/icons/close.png) 0 0/cover;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 13px
}
@media(min-width:769px) {
	#property-search-map {
		height: 500px
	}
	#property-search-map div.pin-popup .content-card .content-card-information {
		margin-top: -35px
	}
	#property-search-map div.pin-popup .content-card .content-card-information .card-details, #property-search-map div.pin-popup .content-card .content-card-information h3 {
		font-size: 16px
	}
	#property-search-map div.pin-popup .content-card .content-card-information .card-details p:first-child {
		margin-bottom: 20px
	}
	#property-search-map div.pin-popup .content-card .image-content {
		display: block;
		min-height: 30px
	}
	#property-search-map div.pin-popup .content-card .contact-us-form input[type=submit], #property-search-map div.pin-popup .content-card .cta-btn, #property-search-map div.pin-popup .content-card .ghost-btn, #property-search-map div.pin-popup .content-card .no-search-results .coveo-query-summary-cancel-last, .contact-us-form #property-search-map div.pin-popup .content-card input[type=submit], .no-search-results #property-search-map div.pin-popup .content-card .coveo-query-summary-cancel-last {
		width: 100%;
		font-size: 16px;
		padding: 5px 30px;
		margin-top: 5px
	}
	.map-message-container {
		height: 502px
	}
}
.filter[data-filter-id=lease], .top-level-filter {
	display: none
}
.filter-search-selects, .sale-lease-dropdown {
	margin: 7px 0 8px 6px;
	font-family: inherit;
	color: #00467f;
	display: inline-block
}
.filter-search-selects:active, .filter-search-selects:hover, .sale-lease-dropdown:active, .sale-lease-dropdown:hover {
	outline: 0
}
.filter-search-selects .input-group, .sale-lease-dropdown .input-group {
	width: 10px
}
.filter-search-selects .input-group input, .sale-lease-dropdown .input-group input {
	font-family: AauxNext-Rg, Arial, Helvetica, sans-serif;
	width: 120px;
	padding: 0 0 0 10px;
	height: 32.2px;
	border: none
}
.filter-search-selects .input-group input:focus, .sale-lease-dropdown .input-group input:focus {
	outline: 0
}
.filter-search-selects .input-group input input::placeholder, .sale-lease-dropdown .input-group input input::placeholder {
	color: #00467f
}
.filter-search-selects .input-group .input-group-addon, .sale-lease-dropdown .input-group .input-group-addon {
	border: none;
	border-left: 1px solid rgba(0, 0, 0, .3);
	padding: 0
}
.filter-search-selects .input-group .input-group-addon .caret:before, .sale-lease-dropdown .input-group .input-group-addon .caret:before {
	background-size: contain;
	height: 16px;
	width: 16px
}
.filter-search-selects .input-group .input-group-addon .caret, .filter-search-selects .input-group .input-group-addon .glyphicon, .sale-lease-dropdown .input-group .input-group-addon .caret, .sale-lease-dropdown .input-group .input-group-addon .glyphicon {
	width: 32px
}
.filter-search-selects .dropdown-menu, .sale-lease-dropdown .dropdown-menu {
	border-radius: 0;
	margin: 0;
	border: none;
	min-width: unset
}
.filter-search-selects .dropdown-menu li, .sale-lease-dropdown .dropdown-menu li {
	margin: 4px;
	cursor: pointer;
	display: block
}
.filter-search-selects .dropdown-menu li:first-child, .sale-lease-dropdown .dropdown-menu li:first-child {
	margin-top: -2px
}
.filter-search-selects .dropdown-menu li a, .sale-lease-dropdown .dropdown-menu li a {
	padding-top: 3px;
	height: 32px;
	font-size: 18px
}
.search-facets {
	height: auto!important;
	padding: 0 3px
}
@media(min-width:992px) {
	.search-facets {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap
	}
}
.filters-above-results {
	margin-top: -80px;
	color: #00467f
}
@media(max-width:480px) {
	.filters-above-results {
		margin-top: -90px
	}
}
@media(max-width:480px) {
	.property-search-map~.filter-bar-holder~.filters-above-results {
		margin-top: -150px
	}
}
.filter-bar-holder {
	position: relative;
	top: -85px
}
.property-filters {
	width: 100%;
	padding: 3px 0;
	min-height: 60px;
	background: rgba(0, 0, 0, .3);
	border-bottom: 2px solid #00467f;
	z-index: 100
}
.property-filters .filters-row {
	flex-flow: row wrap;
	padding-left: 9px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex
}
.property-filters .search-address-in {
	display: none
}
.property-filters.affix-bottom {
	position: absolute
}
.property-filters .filter {
	float: left
}
.property-filters .filter .coveo-topSpace {
	max-height: 0
}
.property-filters .filter, .property-filters .search-icon {
	margin: 7px 3px
}
.property-filters .CoveoSearchButton {
	height: 32px;
	width: 32px;
	margin: 7px 3px;
	background-size: 18px;
	float: none;
	display: inline-block
}
.property-filters .search-icon {
	height: 32px;
	width: 32px;
	padding: 8px;
	background-color: #ffc425
}
.mobile.btn {
	display: none
}
@media(max-width:992px) {
	.filter-bar-holder {
		top: -73px
	}
	.property-search-map~.filter-bar-holder {
		top: -80px
	}
	.property-filters {
		padding: 7px 0;
		min-height: 0
	}
	.property-filters .filters-row .filter-search-selects, .property-filters .filters-row .sale-lease-dropdown {
		background: #fff;
		margin: 0 10px 8px 0;
		height: 100%
	}
	.property-filters .filters-row .filter-search-selects .combobox-container .input-group input, .property-filters .filters-row .sale-lease-dropdown .combobox-container .input-group input {
		background: 0 0;
		width: 94px
	}
	.property-filters .filters-row .filter-search-selects .combobox-container .input-group .input-group-addon, .property-filters .filters-row .sale-lease-dropdown .combobox-container .input-group .input-group-addon {
		background: 0 0
	}
	.property-filters .filters-row .filter-search-selects {
		margin-right: 0
	}
	.property-filters .filters-row .filter-search-selects .combobox-container .input-group {
		width: 100%
	}
	.property-filters .filters-row .filter-search-selects .combobox-container .input-group input {
		background: 0 0;
		width: 100%
	}
	.property-filters .filters-row #pac-container {
		margin-right: 10px;
		margin-bottom: 8px;
		width: 25%
	}
	.property-filters .filters-row #pac-container input {
		width: 100%;
		margin: 0
	}
	.property-filters .filters-row #pac-container~.filter-wrapper {
		width: 40%;
		min-width: 171px;
		max-width: 410px
	}
	.property-filters .filters-row .filter-wrapper {
		position: relative;
		width: 410px
	}
	.property-filters .filters-row .filter-wrapper .mobile.btn {
		display: inline-block;
		margin-right: 10px;
		width: 72%;
		background: #fff;
		border: 1px solid #424242;
		border-radius: 0;
		text-align: left;
		font-size: 100%;
		padding: 2px 0;
		height: 32px
	}
	.property-filters .filters-row .filter-wrapper .mobile.btn .filter-button {
		padding: 3px 40px 0 10px;
		display: inline-block;
		width: 70%
	}
	.property-filters .filters-row .filter-wrapper .mobile.btn .input-group-addon {
		border: none;
		background: 0 0;
		height: 32px;
		width: 32px;
		padding: 0;
		margin-top: -3px;
		border-left: 1px solid rgba(0, 0, 0, .3);
		display: inline-block;
		float: right
	}
	.property-filters .filters-row .filter-wrapper .mobile.btn .input-group-addon .caret {
		width: 13px;
		border: none
	}
	.property-filters .filters-row .filter-wrapper .mobile.btn .input-group-addon .caret:before {
		background: url(/Content/site/img/icons/CHevron-gray.png) 0 0/contain;
		content: '';
		display: inline-block;
		height: 16px;
		width: 16px
	}
	.property-filters .filters-row .filter-wrapper .search-facets {
		position: absolute;
		background: rgba(0, 0, 0, .6);
		min-width: 100%;
		z-index: 10;
		padding: 4px;
		-webkit-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
		-moz-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
		box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4)
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter-search-selects, .property-filters .filters-row .filter-wrapper .search-facets.sale-lease-filters {
		right: 0
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter-search-selects .CoveoOmnibox.magic-box input, .property-filters .filters-row .filter-wrapper .search-facets.sale-lease-filters .CoveoOmnibox.magic-box input {
		margin: 7px 0
	}
	.property-filters .filters-row .filter-wrapper .search-facets.general-filters-dropdown {
		left: 0
	}
	.property-filters .filters-row .filter-wrapper .search-facets.general-filters-dropdown .filter {
		margin-bottom: 8px
	}
	.property-filters .filters-row .filter-wrapper .search-facets .CoveoOmnibox.magic-box {
		width: 100%
	}
	.property-filters .filters-row .filter-wrapper .search-facets .CoveoOmnibox.magic-box input {
		margin: 2px 0 7px;
		width: 100%;
		height: 38px
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter {
		background: 0 0;
		margin: 0;
		width: 100%
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter .quickFilter, .property-filters .filters-row .filter-wrapper .search-facets .filter .quickFilter .coveo-facet-header .coveo-facet-header-title-section {
		width: 100%
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter .quickFilter .coveo-facet-values {
		position: relative;
		background: 0 0;
		top: 0;
		width: 100%;
		height: auto;
		overflow: scroll;
		overflow-x: hidden;
		padding-top: 3px
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter .quickFilter .coveo-slider-container {
		height: 70px;
		overflow: hidden;
		background-color: #fff
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter .quickFilter .min-max-container {
		width: 102.5%;
		border-width: 6px;
		left: -4px;
		border-color: rgba(0, 0, 0, .6)
	}
	.property-filters .filters-row .filter-wrapper .search-facets .filter .quickFilter .coveo-facet-search-input {
		width: calc(100% - 32px)
	}
	.property-filters .filters-row .my-custom-searchbutton-css-class {
		margin: 0
	}
}
@media(max-width:480px) {
	.property-search-map~.filter-bar-holder {
		top: -150px
	}
	.property-filters .filters-row {
		padding: 0 20px;
		display: block
	}
	.property-filters .filters-row .filter-search-selects, .property-filters .filters-row .filter-search-selects .input-group, .property-filters .filters-row .sale-lease-dropdown, .property-filters .filters-row .sale-lease-dropdown .input-group {
		width: 100%
	}
	.property-filters .filters-row #pac-container {
		width: 100%!important;
		margin-top: -4px
	}
	.property-filters .filters-row #pac-container input {
		width: 100%!important
	}
	.property-filters .filters-row #pac-container~.filter-wrapper {
		width: 100%
	}
	.property-filters .filters-row .filter-wrapper {
		margin-right: 10px;
		width: 100%
	}
	.property-filters .filters-row .filter-wrapper .mobile.btn {
		width: 80%!important
	}
	.property-filters .filters-row .filter-wrapper .sale-lease-filters, .property-filters .filters-row .filter-wrapper .search-facets {
		max-width: 290px
	}
	.property-filters .filters-row .filter-wrapper .sale-lease-filters .filter-search-selects, .property-filters .filters-row .filter-wrapper .sale-lease-filters.sale-lease-filters, .property-filters .filters-row .filter-wrapper .search-facets .filter-search-selects, .property-filters .filters-row .filter-wrapper .search-facets.sale-lease-filters {
		left: 0
	}
	.property-filters .filters-row .filter-wrapper .sale-lease-filters .CoveoOmnibox, .property-filters .filters-row .filter-wrapper .sale-lease-filters .CoveoOmnibox input, .property-filters .filters-row .filter-wrapper .search-facets .CoveoOmnibox, .property-filters .filters-row .filter-wrapper .search-facets .CoveoOmnibox input {
		width: 100%
	}
	.property-filters .filters-row .filter-wrapper .sale-lease-filters .coveo-facet-value-caption, .property-filters .filters-row .filter-wrapper .search-facets .coveo-facet-value-caption {
		font-size: 16px
	}
}
.property-map {
	margin: 0 auto
}
.property-map img {
	width: 100%;
	display: block;
	margin: -25px 0 -30px
}
.property-map .map-open {
	background: url(/Content/site/img/icons/open-map.png) top center no-repeat #fff;
	position: absolute;
	padding: 26px 5px 5px 0;
	min-width: 30px;
	font-family: AauxNext-Bd;
	margin: 10px 0 20px 15px;
	z-index: 1
}
@media(min-width:480px) {
	.CoveoResultList {
		margin: 0
	}
}
.CoveoHierarchicalFacet {
	position: relative
}
.quickFilter {
	overflow: hidden;
	position: relative;
	width: 158px;
	color: #00467f
}
.quickFilter[data-title=Year], .quickFilter[data-title=Year] .coveo-facet-header-title-section, .quickFilter[data-title=Year] .coveo-facet-values {
	width: 100px
}
.quickFilter .coveo-facet-header-title-section {
	background: #fff;
	z-index: 10;
	width: 158px;
	height: 32px
}
.quickFilter .coveo-facet-header-title {
	height: 100%;
	padding: 3px 0 0 10px;
	white-space: nowrap;
	overflow: hidden
}
.quickFilter .coveo-facet-header-title:after {
	border-left: 1px solid rgba(0, 0, 0, .3);
	color: #4b4b4b;
	content: "";
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	position: absolute;
	background: url(/Content/site/img/icons/Chevron-gray.png) center/16px no-repeat #fff;
	-moz-background-size: 16px;
	-webkit-background-size: 16px;
	z-index: 10
}
.quickFilter .min-max-container {
	display: none;
	z-index: 120;
	width: 250px;
	height: 50px;
	background-color: #fff;
	border: 3px solid rgba(0, 0, 0, .3);
	right: 0
}
.quickFilter .min-max-container .facet-range-input {
	width: 100%;
	height: 26px;
	font-family: AauxNext-Rg, Arial, Helvetica, sans-serif;
	padding: 0 0 0 8px;
	border: 1px solid rgba(0, 0, 0, .3)
}
.quickFilter .min-max-container .facet-range-input:focus {
	outline: 0
}
.quickFilter .min-max-container span {
	color: #979797
}
.quickFilter .min-max-container .min-max-input-container {
	position: relative;
	padding: 6px;
	width: 45%;
	margin: 0;
	display: inline-block;
	color: #979797
}
@media(min-width:480px) and (max-width:991px) {
	.quickFilter .min-max-container .min-max-input-container {
		width: 42%
	}
}
.quickFilter .coveo-facet-values {
	z-index: 120;
	padding: 0;
	display: none;
	min-width: 100%;
	width: auto;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
	max-height: 151px;
	overflow-y: auto
}
.quickFilter .coveo-facet-values.coveo-slider-container {
	border: 2px solid rgba(0, 0, 0, .3);
	background-color: #fff;
	min-width: 190px
}
.quickFilter .coveo-facet-value {
	background: #fff;
	margin: 3px;
	min-width: calc(100% - 6px)
}
.quickFilter .coveo-facet-value[data-value=Search] {
	display: none
}
.quickFilter .coveo-facet-search-input {
	font-family: AauxNext-Rg, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	z-index: 10;
	display: block;
	width: 126px;
	height: 32px;
	border: none;
	padding: 0 0 0 10px
}
.quickFilter .coveo-facet-search-input:focus {
	outline: 0
}
.quickFilter.open {
	overflow: visible;
	z-index: 11
}
.quickFilter.open .coveo-facet-values, .quickFilter.open .min-max-container {
	display: inline-block;
	position: absolute;
	top: 32px
}
.quickFilter.open .min-max-container~.coveo-facet-values {
	display: none
}
.min-max-filter .coveo-slider-container {
	display: none!important
}
.filters-row .search-query-builder-component.search-query-facet {
	margin: 7px 3px
}
.filters-row #pac-container input, .filters-row .magic-box-input input {
	font-family: AauxNext-Rg, Arial, Helvetica, sans-serif;
	z-index: 10;
	display: block;
	width: 158px;
	height: 32px;
	border: none;
	padding: 0 0 0 10px;
	color: #00467f
}
.filters-row #pac-container input:focus, .filters-row .magic-box-input input:focus {
	outline: 0
}
.filters-row .magic-box-input input {
	width: 130px;
	margin: 7px 3px
}
.coveo-facet-column {
	background: #fff
}
.coveo-facet-value-label {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px 0
}
.coveo-facet-values {
	list-style: none;
	padding: 0;
	margin: 0
}
.coveo-facet-value {
	line-height: 22px;
	position: relative
}
.coveo-facet-value.coveo-facet-selectable:hover {
	background: #00467f;
	color: #fff
}
.coveo-facet-value>* {
	vertical-align: middle
}
.coveo-facet-value input[type=checkbox] {
	display: none
}
.coveo-facet-value .coveo-facet-value-checkbox {
	width: 15px;
	height: 15px;
	border: 1px solid #f0f0f0;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	float: left;
	background: #fff;
	position: absolute;
	top: 8px
}
.coveo-facet-value-caption {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-weight: 400;
	padding: 0 5px 0 25px;
	width: 100%
}
.coveo-facet-value-count {
	display: none
}
.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span, .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span {
	width: 15px;
	height: 15px;
	background-color: #00467f;
	position: relative;
	display: inline-block;
	border-radius: 100%;
	top: -1px
}
.coveo-facet-value:hover .coveo-facet-value-checkbox>span {
	background-color: #fff
}
.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span:after, .coveo-facet-value:hover .coveo-facet-value-checkbox>span:after {
	content: 'âœ“';
	position: absolute;
	color: #fff;
	width: 15px;
	height: 15px;
	display: inline-block;
	left: 0;
	top: -3px
}
.coveo-facet-value:hover .coveo-facet-value-checkbox>span:after {
	color: #979797
}
.CoveoFacetSlider {
	width: 158px
}
.CoveoFacetSlider .coveo-slider-caption {
	top: 3px;
	background-color: #fff;
	text-align: center
}
.CoveoFacetSlider .coveo-slider-container {
	height: 65px;
	border: 2px solid transparent;
	overflow-y: hidden
}
.CoveoFacetSlider .coveo-slider-container>div {
	position: relative;
	height: 100%;
	width: 230px;
	background-color: #fff;
	padding: 10px 0;
	margin: 0 15px
}
@media(max-width:992px) {
	.CoveoFacetSlider .coveo-slider-container>div {
		width: 90%;
		margin: 0 auto
	}
}
.CoveoFacetSlider .coveo-slider-line {
	background-color: #f3f3f3;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 10px;
	z-index: 1
}
.CoveoFacetSlider .coveo-slider-line.coveo-active {
	background-color: #f0f0f0
}
.CoveoFacetSlider .coveo-slider-button {
	background-color: #00467f;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
	z-index: 2;
	position: absolute;
	bottom: 7px;
	margin-left: -12px
}
.CoveoFacetSlider .coveo-slider-button:after, .CoveoFacetSlider .coveo-slider-button:before {
	content: "";
	height: 10px;
	border-right: 1px solid #fff;
	position: absolute;
	left: 5px;
	top: 3px
}
.CoveoFacetSlider .coveo-slider-button:after {
	width: 5px;
	border-left: 1px solid #fff;
	left: auto;
	right: 5px
}
@media(max-width:769px) {
	.CoveoFacetSlider .coveo-slider-line {
		width: 100%;
		bottom: 0;
		top: 40px
	}
	.CoveoFacetSlider .coveo-slider-button {
		bottom: 0;
		top: 37px
	}
}
.coveo-facet-search-button .coveo-facet-value-checkbox, .coveo-facet-search-select-all {
	display: none
}
.coveo-facet-search-results {
	width: 158px!important;
	position: absolute;
	background-color: rgba(0, 0, 0, .3);
	list-style: none;
	margin: 0;
	padding: 3px;
	z-index: 999;
	max-height: 151px;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: hidden;
	-webkit-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	-moz-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4)
}
@media(max-width:992px) {
	.coveo-facet-search-results {
		width: 410px!important
	}
}
@media(max-width:768px) {
	.coveo-facet-search-results {
		width: 300px!important
	}
}
.coveo-facet-search-results li {
	background-color: #fff
}
.CoveoQuerySummary {
	margin-bottom: 20px;
	display: inline-block
}
.coveo-facet-more.coveo-active .coveo-icon:after {
	content: 'View more';
	display: block;
	cursor: pointer
}
.coveo-facet-less.coveo-active .coveo-icon:after {
	content: 'View less';
	display: block;
	cursor: pointer
}
.boolFilter .coveo-facet-header {
	display: none
}
.boolFilter .coveo-facet-value.coveo-facet-selectable:hover {
	background-color: inherit;
	color: #00467f
}
.boolFilter .coveo-facet-value.coveo-facet-selectable:hover .coveo-facet-value-checkbox span {
	border-radius: 0;
	top: -3px;
	left: -1px
}
.boolFilter .coveo-facet-value .coveo-facet-value-checkbox {
	border-radius: 12%;
	border: 1px solid #00467f
}
.boolFilter .coveo-facet-value .coveo-facet-value-checkbox span:after {
	left: -1px
}
.boolFilter .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span {
	border-radius: 12%;
	top: -3px
}
.spin {
	-webkit-transform-origin: 50% 58%;
	transform-origin: 50% 58%;
	-ms-transform-origin: 50% 58%;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
@media(min-width:1400px) {
	.quickFilter, .quickFilter .coveo-facet-header-title {
		width: 190px
	}
	.quickFilter .coveo-facet-search-input {
		width: 158px
	}
	.CoveoFacetSlider, .filters-row #pac-container input, .filters-row .magic-box-input input {
		width: 190px
	}
}
.searchBoxLinks {
	color: #fff;
	list-style: none;
	border-bottom: 2px solid rgba(255, 255, 255, .6);
	padding: 0;
	margin: 15px 0 0
}
.searchBoxLinks li {
	display: inline-block;
	margin: 0 5px;
	padding: 0 0 5px;
	cursor: pointer
}
@media only screen and (min-width:333px) {
	.searchBoxLinks li {
		margin: 0 10px
	}
}
.searchBoxLinks li.active, .searchBoxLinks li:active {
	border-bottom: #ffc425;
	border-bottom: 3px solid #ffc425;
	color: #ffc425
}
.searchBoxLinks li:last-child {
	margin-right: 0
}
.searchBoxLinks li:first-child {
	margin-left: 0
}
.magic-box-highlight-container {
	display: none
}
.CoveoOmnibox {
	display: inline-block
}
.search-query-builder-container {
	max-width: 336px;
	margin: 0 auto;
	position: relative;
	font-size: 18px
}
.search-query-builder-container .row {
	text-align: left;
	background: rgba(0, 0, 0, .3);
	padding: 0 5px 10px 10px;
	color: #fff;
	text-shadow: none;
	width: 100%;
	margin: 0
}
.search-query-builder-container .search-label {
	width: 190px;
	font-size: 18px;
	padding-top: 5px
}
.search-query-builder-container .search-selects {
	padding: 10px 0
}
.search-query-builder-container .search-selects .combobox-container .input-group {
	width: 10px
}
.search-query-builder-container .search-selects .combobox-container .input-group input {
	padding: 9px 0 9px 18px;
	border: 1px solid #424242;
	font-size: 18px
}
.search-query-builder-container .search-selects .combobox-container .input-group .dropdown-menu {
	margin-top: -2px;
	padding: 4px;
	border-radius: 0;
	font-size: 18px
}
.search-query-builder-container .search-selects .combobox-container .input-group .dropdown-menu li {
	margin-bottom: 4px
}
.search-query-builder-container .search-selects .combobox-container .input-group .input-group-addon .caret {
	width: 14px;
	margin-top: -7px
}
.search-query-builder-container .search-selects .combobox-container .input-group .input-group-addon .caret:before {
	margin-left: -7px;
	width: 32px;
	height: 32px;
	background-size: 26px 26px
}
@media(min-width:1400px) {
	.search-query-builder-container .search-selects .combobox-container .input-group .input-group-addon .caret {
		margin-top: -10px
	}
	.search-query-builder-container .search-selects .combobox-container .input-group .input-group-addon .caret:before {
		content: url(/Content/site/img/icons/Chevron-gray.png);
		background: 0 0;
		margin-left: -5px
	}
}
.search-query-builder-container .search-selects .combobox-container .input-group .input-group-addon .glyphicon-remove {
	width: 16px
}
.search-query-builder-container .search-query-builder-component {
	display: inline-block;
	height: 52px
}
.search-query-builder-container .search-query-builder-component .search-address-in {
	display: block
}
.search-query-builder-container .search-query-builder-component #pac-container {
	display: inline-block;
	color: #00467f
}
.search-query-builder-container .search-query-builder-component #pac-container input {
	border: 1px solid #424242;
	padding-left: 18px;
	height: 40px;
	max-width: 260px
}
.search-query-builder-container:after {
	content: ' ';
	clear: right;
	visibility: hidden;
	display: block
}
.search-query-builder-container .CoveoSearchbox {
	padding: 10px 10px 10px 0
}
.search-query-builder-container .CoveoSearchbox span {
	font-size: 18px;
	display: block
}
.search-query-builder-container .CoveoSearchbox input {
	padding: 9px 0 9px 18px;
	border: 1px solid #424242;
	border-right: none;
	margin-right: -1px;
	color: #424242;
	font-size: 18px;
	line-height: 1;
	width: 276px
}
.search-query-builder-container .CoveoSearchbox.search-query-facet input {
	border-right: 1px solid #424242
}
.mobile-search {
	position: absolute;
	z-index: 3;
	top: 13px;
	right: 60px;
	height: 35px;
	width: 35px;
	background: url(/Content/site/img/icons/magnifying-glass.png) center center no-repeat #ffc425;
	border-style: none;
	cursor: pointer
}
@media(min-width:992px) {
	.mobile-search {
		top: 55px;
		right: 0
	}
}
#searchBox.global-search, .search-box.global-search {
	position: absolute;
	height: 35px;
	width: 200px;
	top: 13px;
	right: 60px;
	box-shadow: 2px 2px 4px #979797;
	font-size: 18px;
	display: none
}
#searchBox.global-search .CoveoSearchbox, .search-box.global-search .CoveoSearchbox {
	padding: 0;
	margin: 0
}
#searchBox.global-search .CoveoSearchbox input, .search-box.global-search .CoveoSearchbox input {
	position: absolute;
	top: 0;
	right: 35px;
	height: 35px;
	width: 165px;
	margin: 0;
	padding: 0 0 0 10px;
	border-style: none;
	font-size: 18px
}
#searchBox.global-search .CoveoSearchbox .CoveoSearchButton, .search-box.global-search .CoveoSearchbox .CoveoSearchButton {
	height: 35px;
	width: 35px;
	border-style: none
}
@media(min-width:992px) {
	#searchBox.global-search, .search-box.global-search {
		top: 55px;
		right: 0;
		display: block
	}
}
#searchBox.no-shadow, .search-box.no-shadow {
	box-shadow: none
}
@media(min-width:992px) {
	#searchBox.global-search, .search-box.global-search {
		top: 55px;
		right: 0;
		display: none
	}
}
.CoveoSearchButton {
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	height: 40.25px;
	width: 41px;
	border: 1px solid #424242;
	background: url(/Content/site/img/icons/magnifying-glass.png) center center no-repeat #ffc425;
	color: #00467f;
	cursor: pointer;
	float: right;
	z-index: 2;
	position: relative
}
.CoveoSearchButton .coveo-icon {
	display: none
}
.search-query-builder-container .CoveoSearchButton {
	float: none;
	margin-left: -6px;
	margin-top: -2px
}
.search-options {
	width: 200px;
	color: #fff;
	background-color: rgba(0, 0, 0, .66);
	position: absolute;
	top: 48px;
	right: 60px;
	z-index: 5
}
.search-options ul {
	list-style: none;
	padding: 0 3px;
	margin: 0 0 3px
}
.search-options ul :not(:first-child) {
	margin-top: 3px
}
.search-options li {
	width: 100%;
	background-color: #fff;
	color: #00467f;
	padding: 5px
}
.search-options li:hover {
	background-color: #00467f;
	color: #fff
}
.search-options .search-in {
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 16px
}
@media(min-width:992px) {
	.search-options {
		top: 90px;
		right: 0
	}
}
@media(min-width:480px) {
	.searchBoxLinks {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}
@media(min-width:992px) {
	.search-query-builder-container {
		max-width: 84%
	}
	.search-query-builder-container .search-selects {
		margin: -12px 0 0;
		padding: 26px 0 0 10px
	}
	.search-query-builder-container .search-selects:first-of-type {
		width: 190px
	}
	.search-query-builder-container .search-selects:first-of-type input {
		width: 136px
	}
	.search-query-builder-container .search-selects:nth-of-type(2), .search-query-builder-container .search-selects:nth-of-type(2) input {
		width: 180px
	}
	.search-query-builder-container .search-query-builder-component .search-address-in {
		display: inline-block
	}
	.search-query-builder-container .search-query-builder-component.search-query-facet {
		margin-left: 52px;
		padding-bottom: 0
	}
	.search-query-builder-container #pac-container input {
		max-width: 251px;
		height: 41px
	}
	.search-query-builder-container .CoveoSearchButton {
		margin-left: -17px
	}
}
@media(min-width:1400px) {
	#searchBox .CoveoSearchbox, .global-search .CoveoSearchbox {
		float: right;
		padding: 12px 12px 12px 0
	}
	#searchBox .CoveoSearchbox span, .global-search .CoveoSearchbox span {
		font-size: 22px
	}
	#searchBox .CoveoSearchbox input, .global-search .CoveoSearchbox input {
		width: 346px;
		font-size: 22px;
		padding: 12px 0 12px 18px;
		margin-left: 12px
	}
	#searchBox .CoveoSearchbox .CoveoSearchButton, .global-search .CoveoSearchbox .CoveoSearchButton {
		height: 51px;
		width: 51px
	}
	.search-query-builder-container {
		max-width: 73%;
		font-size: 22px;
		margin-top: 20px
	}
	.search-query-builder-container .search-selects {
		padding-top: 20px
	}
	.search-query-builder-container .search-selects:first-of-type {
		width: 251px
	}
	.search-query-builder-container .search-selects:first-of-type input {
		width: 182px
	}
	.search-query-builder-container .search-selects:nth-of-type(2) {
		width: 228px
	}
	.search-query-builder-container .search-selects:nth-of-type(2) input {
		width: 220px
	}
	.search-query-builder-container input, .search-query-builder-container li {
		font-size: 22px!important
	}
	.search-query-builder-container input {
		height: 50px
	}
	.search-query-builder-container .glyphicon-remove {
		width: 26px!important
	}
	.search-query-builder-container .caret {
		width: 24px!important
	}
	.search-query-builder-container .search-query-facet {
		padding: 10px;
		margin-left: 58px
	}
	.search-query-builder-container .search-query-builder-component #pac-container {
		margin-left: 10px
	}
	.search-query-builder-container .search-query-builder-component #pac-container input {
		max-width: 326px;
		height: 50px;
		margin: 0
	}
	.search-query-builder-container .CoveoSearchButton {
		margin-top: -3px;
		height: 50px;
		width: 50px
	}
}
.CoveoBreadcrumb {
	margin-bottom: 15px
}
.CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-breadcrumb-title, .CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-slider-breadcrumb-title {
	font-family: AauxNext-Bd;
	font-size: 18px;
	margin-right: 15px
}
.CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-breadcrumb-values:first-child, .CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-slider-breadcrumb-values:first-child {
	margin-left: 0
}
.CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-breadcrumb-value, .CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-slider-breadcrumb-value {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	padding: 2px 12px;
	min-width: 100px;
	margin: 5px;
	position: relative;
	cursor: pointer;
	color: #00467f
}
.CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear, .CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-breadcrumb-value .coveo-facet-slider-breadcrumb-clear, .CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear, .CoveoBreadcrumb .coveo-breadcrumb-item .coveo-facet-slider-breadcrumb-value .coveo-facet-slider-breadcrumb-clear {
	background: url(/Content/site/img/icons/close.png) bottom/80% no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	float: right;
	margin-left: 10px
}
.CoveoBreadcrumb .coveo-breadcrumb-clear-all {
	display: none
}
.search-find-location {
	position: relative
}
.search-find-location .btn-warning {
	color: #00467f;
	background: #ffc425;
	border: 0
}
.search-find-location .btn-warning:focus {
	color: #00467f
}
.search-find-location .secondary-btn {
	padding: 8px;
	background: #ffc425;
	color: #00467f;
	font-size: 15px;
	font-weight: 700
}
.search-find-location .search-input {
	border: 0;
	background: rgba(255, 255, 255, .9);
	padding: 15px;
	height: 39px;
	border-radius: 0;
	font-size: 16px
}
.search-find-location .search-btn {
	padding: 7px 10px;
	border-radius: 0
}
#modal-search {
	z-index: 100;
	position: relative;
	display: none;
	margin: auto;
	max-width: 100%
}
#modal-search .modal-content {
	border-radius: 5px 5px 0 0;
	border: 0;
	-webkit-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	-moz-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4)
}
#modal-search .modal-dialog {
	margin-top: 0
}
#modal-search .modal-header {
	color: #00467f;
	background-color: #ffc425;
	padding: 10px;
	border-bottom: 0;
	border-radius: 5px
}
#modal-search .modal-header h4 {
	font-size: 14px;
	font-weight: 700
}
#modal-search .modal-header .close {
	margin-top: -4px;
	margin-right: 4px;
	color: #00467f;
	text-shadow: none;
	opacity: 1
}
#modal-search .modal-body {
	margin: 5px;
	padding: 15px;
	text-align: left
}
#modal-search .modal-body input[type=text] {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0;
	padding: 12px 22px;
	height: auto;
	box-shadow: none;
	font-size: 20px
}
#modal-search .modal-body .btn-container {
	margin: 22px auto 5px;
	text-align: center
}
#modal-search .modal-body .btn-container .btn {
	padding: 12px 60px;
	font-size: 14px;
	background-color: #00467f
}
#modal-search .modal-body .btn-group.btn-group-justified {
	width: 50%
}
#modal-search .modal-body .btn-group.btn-group-justified .btn {
	border-bottom-right-radius: 0;
	background-color: #00467f
}
#modal-search .btn {
	background-color: #fff;
	background-image: none;
	border: 2px solid #00467f;
	color: #00467f
}
#modal-search select[multiple] {
	padding: 0;
	border-radius: 0
}
#modal-search select[multiple] option {
	padding: 4px
}
#modal-search select[multiple] option:checked {
	background-color: #00467f
}
@media only screen and (min-width:769px) {
	#modal-search {
		width: 460px
	}
	.search-find-location .search-input {
		font-size: 20px;
		padding: 15px 30px;
		height: 52px
	}
	.search-find-location .secondary-btn {
		padding: 15px 30px
	}
	.search-find-location .search-btn {
		padding: 14px 15px 13px
	}
	#modal-search .modal-sm {
		margin: 0;
		width: 460px
	}
	#modal-search .modal-body {
		margin: 5px 50px
	}
}
ul.columns-icons {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
	text-align: left
}
ul.columns-icons li.icon-contentblock {
	clear: both;
	height: 88px;
	margin-bottom: 0
}
ul.columns-icons li.icon-contentblock a.icons-color-state {
	float: left
}
ul.columns-icons li.icon-contentblock a.icons-color-state span {
	margin-bottom: 0;
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
	transform: scale(.9);
	background-position-x: 50px
}
ul.columns-icons li.icon-contentblock h4 {
	display: inline-block;
	margin: 25px 0 0;
	font-size: 20px
}
ul.columns-icons li.icon-contentblock .btn {
	float: right;
	margin-top: 20px;
	margin-right: 60px;
	padding: 10px 20px
}
@media(min-width:1400px) {
	ul.columns-icons {
		max-width: 900px
	}
}
@media(max-width:991px) {
	ul.columns-icons li.icon-contentblock {
		margin-bottom: 10px
	}
	ul.columns-icons li.icon-contentblock a.icons-color-state span {
		margin-left: 80px;
		background-position-x: 0;
		width: 100px
	}
	ul.columns-icons li.icon-contentblock h4 {
		font-size: 16px
	}
	ul.columns-icons li.icon-contentblock .btn {
		margin-right: 96px
	}
}
@media(max-width:768px) {
	ul.columns-icons li.icon-contentblock a.icons-color-state span {
		margin-left: 45px
	}
	ul.columns-icons li.icon-contentblock h4 {
		width: 28%
	}
	ul.columns-icons li.icon-contentblock .btn {
		margin-right: 60px
	}
}
@media(max-width:479px) {
	ul.columns-icons li.icon-contentblock a.icons-color-state span {
		margin-left: 15px;
		width: 90px;
		-moz-transform: scale(.8);
		-o-transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	ul.columns-icons li.icon-contentblock .btn {
		margin-right: 20px;
		padding: 8px 10px
	}
}
@media(max-width:333px) {
	ul.columns-icons li.icon-contentblock a.icons-color-state span {
		margin-left: 5px
	}
	ul.columns-icons li.icon-contentblock .btn {
		margin-right: 5px;
		margin-top: 25px
	}
}
.share-icon {
	background: url(/Content/site/img/icons/share.png) top center no-repeat;
	display: inline-block;
	padding-top: 48px;
	min-width: 50px;
	font-family: AauxNext-Bd
}
.expert-details .share-icon {
	background-color: #fff
}
.sort-panel {
	display: inline-block
}
.CoveoSort {
	display: inline-block;
	color: #00467f;
	cursor: pointer;
	padding-left: 5px;
	height: 20px
}
.CoveoSort:not(:last-child) {
	border-right: 2px solid #979797;
	padding: 0 5px
}
.CoveoSort.coveo-selected {
	font-weight: 800
}
.CoveoSort .coveo-icon {
	padding: 0 5px;
	float: right;
	display: inline-block;
	transition: transform .2s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.CoveoSort .coveo-icon:after {
	content: url(/Content/site/img/icons/sort-arrow.png)
}
.CoveoSort:not(.coveo-ascending) .coveo-icon {
	-webkit-transform: translateY(-5px) rotate(180deg);
	transform: translateY(-5px) rotate(180deg)
}
.CoveoSort:focus {
	outline: 0
}
.specTable {
	margin-bottom: 10px
}
.specTable p {
	margin: 0
}
.specTable p>b {
	margin-bottom: 10px;
	display: block
}
.specTable p>b:empty {
	display: none
}
.specTable>div {
	padding: 10px 30px
}
@media(min-width:480px) {
	.specTable {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.specTable>div {
		display: inline-block;
		padding: 10px 25px
	}
}
.ticker1 hr {
	display: none;
	width: 104%;
	margin-left: -7px
}
.stock-ticker {
	background-color: #fff;
	text-align: left;
	-webkit-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	-moz-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
	width: 100%
}
.stock-ticker>* {
	margin-left: 20px
}
.stock-ticker h2 {
	color: #00467f
}
.stock-ticker .exchange {
	font-size: 20px
}
.stock-ticker .highchart {
	display: none
}
.stock-ticker .stock-price {
	font-size: 20px
}
.stock-ticker .stock-price span {
	font-size: 30px;
	color: #00467f
}
@media(min-width:480px) {
	.ticker1 {
		float: left
	}
	.ticker2 {
		float: right
	}
	.stock-ticker {
		width: 49%;
		display: inline-block
	}
}
@media(min-width:769px) {
	.ticker1 hr {
		display: block;
		margin-top: 45px;
		margin-bottom: 3px
	}
	.stock-ticker {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: 100%!important
	}
	.stock-ticker .highchart {
		display: block!important
	}
}
.supporting-content.text-center {
	text-align: left
}
.supporting-content.text-center h3 {
	margin-left: 15px
}
.supporting-content.supporting-content-horizontal {
	background-color: #f3f3f3;
	border: 1px solid #6cbfe6;
	text-align: center;
	padding: 15px 20px 0;
	margin: 20px auto 0
}
.supporting-content.supporting-content-horizontal .related-links ul {
	list-style: disc
}
.supporting-content.supporting-content-horizontal .related-links li {
	list-style-position: inside;
	display: list-item;
	background: 0 0
}
.supporting-content.supporting-content-horizontal ul {
	margin-top: 15px;
	text-align: center
}
.supporting-content.supporting-content-horizontal ul li {
	display: inline-block;
	margin-top: 0;
	margin-right: 30px
}
.supporting-content.supporting-content-horizontal ul li:last-child {
	margin-right: 0
}
.supporting-content h3 {
	margin-bottom: 30px
}
.supporting-content p {
	text-align: left;
	font-weight: 700;
	margin-bottom: 15px
}
.supporting-content p:before {
	content: url(/Content/site/img/icons/pdf.png);
	width: 30px;
	height: 26px;
	float: left
}
.supporting-content p+ul li {
	background: 0 0
}
.supporting-content ul {
	padding: 0;
	list-style: none;
	text-align: left
}
.supporting-content ul li {
	padding-bottom: 15px;
	padding-left: 30px;
	background: url(/Content/site/img/icons/pdf.png) no-repeat;
	min-height: 24px
}
@media(min-width:769px) {
	.supporting-content.text-center {
		text-align: center
	}
	.supporting-content.text-center h3 {
		margin-left: 0
	}
}
@media(min-width:992px) {
	.supporting-content.text-center {
		padding-left: 40px
	}
	.supporting-content>div {
		padding: 0
	}
}
.tab-list {
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 2px solid #f0f0f0
}
.tab-list .tabs ul {
	display: none
}
.tab-list .accordion-header {
	text-align: center;
	border-top: 2px solid #f0f0f0;
	padding: 30px 20px;
	display: inline-block;
	width: 100%;
	position: relative
}
.tab-list .accordion-header:after {
	right: 20px;
	top: 27px
}
.tab-list .accordion-header:first-child {
	border-top: none
}
.tab-list .tab-content .row {
	margin: 0
}
.tab-list .tab {
	display: none;
	text-align: left;
	padding-top: 0
}
.tab-list .tab.open {
	display: block
}
.tab-list-title h2 {
	font-size: 42px;
	margin-bottom: 40px;
	font-family: AauxNext-Lt
}
@media(min-width:769px) {
	.tab-list {
		margin: 0;
		border-bottom: none;
		position: relative
	}
	.tab-list .accordion-header {
		display: none
	}
	.tab-list .tabs.tab-count-6 li {
		width: 16.6%
	}
	.tab-list .tabs.tab-count-5 li {
		width: 19.9%
	}
	.tab-list .tabs.tab-count-4 li {
		width: 25%
	}
	.tab-list .tabs.tab-count-3 li {
		width: 33.3%
	}
	.tab-list .tabs ul {
		list-style: none;
		padding-left: 0;
		display: block
	}
	.tab-list .tabs ul li {
		display: inline-block;
		font-family: AauxNext-Lt;
		font-size: 16px;
		margin: 0 -2px;
		background: #f3f3f3;
		border-bottom: 2px solid #00467f
	}
	.tab-list .tabs ul li a {
		color: #424242;
		padding: 20px 0 20px 10px;
		cursor: pointer;
		text-align: center;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		vertical-align: top;
		text-overflow: clip;
		white-space: nowrap;
		word-wrap: break-word;
		border-right: 10px solid transparent
	}
	.tab-list .tabs ul li a:focus, .tab-list .tabs ul li a:hover {
		text-decoration: none
	}
	.tab-list .tabs ul li.open {
		font-family: AauxNext-Rg
	}
	.tab-list .tabs ul li.open a {
		color: #fff;
		background-color: #00467f;
		cursor: default
	}
	.tab-list .tab h2, .tab-list .tab p:first-child {
		margin-top: 30px
	}
	.tab-list .tab.open {
		border-bottom: none
	}
	.tab-list .tab-content {
		-webkit-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
		-moz-box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
		box-shadow: -1px 11px 20px -15px rgba(0, 0, 0, .4);
		position: relative
	}
	.tab-list .tab-content:before {
		content: "";
		height: 7px;
		width: 100%;
		position: absolute;
		top: -7px;
		background: #fff;
		z-index: 2
	}
	.tab-list .tab-content .row>div:not(.tab-image) {
		padding-bottom: 20px
	}
	.tab-list .tab-content .row>div:not(.tab-image):first-child {
		padding-left: 30px
	}
	.tab-list .tab-content .row>div:not(.tab-image):last-child {
		padding-right: 30px
	}
	.tab-list .tab-content .content-block {
		padding-bottom: 0
	}
}
@media(min-width:992px) {
	.tab-list .tabs ul li {
		font-size: 18px
	}
	.tab-list .tabs ul li a {
		padding: 30px 0 30px 10px
	}
}
@media(min-width:1200px) {
	.tab-list .tabs ul li {
		font-size: 21px
	}
}
@media(min-width:1400px) {
	.tab-list .tabs ul li a {
		padding: 30px 0 30px 10px
	}
}
.timeline .card-wrapper {
	margin: 30px 15px
}
.timeline img {
	width: 100%
}
.timeline h1 {
	font-size: 2em
}
.timeline h1 a {
	color: #4a4a4a
}
.timeline h1>a.next-element, .timeline h1>a.prev-element {
	display: none
}
.timeline h3 {
	margin-top: 0
}
.timeline .timeline-element {
	float: left
}
.timeline .timeline-element h2 {
	margin-bottom: 0;
	max-height: 50px
}
.timeline .timeline-element .timeline-flag {
	max-width: 35px;
	display: inline-block;
	margin-left: 20px;
	margin-top: -6px
}
.timeline .timeline-element .timeline-date {
	font-size: 1.2em;
	color: #4a4a4a;
	display: inline-block
}
.timeline .timeline-element .full-text {
	display: block
}
@media(min-width:769px) {
	.timeline {
		overflow: hidden
	}
	.timeline .container .card-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.timeline h1 {
		font-size: 1.6em
	}
	.timeline .timeline-element {
		float: none;
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
		border-right: 1px solid #f0f0f0;
		-webkit-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
		-moz-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
		-o-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
		transition: all 500ms cubic-bezier(.645, .045, .355, 1);
		white-space: normal;
		position: static;
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 200px;
		height: auto
	}
	.timeline .timeline-element:last-child .secondary-title {
		width: 100%
	}
	.timeline .timeline-element:last-child .secondary-next {
		display: none
	}
	.timeline .timeline-element h2 {
		margin-bottom: 100px;
		font-weight: 700;
		color: #f0f0f0;
		text-align: right
	}
	.timeline .timeline-element p {
		width: 100%;
		margin-bottom: 50px
	}
	.timeline .timeline-element .introduction h2 {
		float: left;
		text-align: left
	}
	.timeline .timeline-element .introduction p {
		float: left
	}
	.timeline .timeline-element .introduction .timeline-title {
		font-size: 2rem
	}
	.timeline .timeline-element .full-text {
		margin-bottom: 20px;
		font-size: 1.3em
	}
	.timeline .upper-content {
		-webkit-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
		-moz-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
		-o-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
		transition: all 500ms cubic-bezier(.645, .045, .355, 1)
	}
	.timeline .next-element {
		font-family: AauxNext-Bd;
		height: 50px;
		display: inline-block;
		padding-right: 30px;
		line-height: 25px;
		background: url(/Content/site/img/icons/arrow-gray-circle.png) right no-repeat
	}
	.timeline .secondary-next, .timeline .secondary-prev, .timeline .secondary-title {
		padding-left: 0;
		padding-right: 0
	}
	.timeline .secondary-next a, .timeline .secondary-prev a {
		background: url(/Content/site/img/icons/thin-0160_arrow_next_right.png) right no-repeat;
		line-height: 1.1em;
		max-width: 60px;
		width: 60px;
		height: 22px;
		padding: 0
	}
	.timeline .secondary-prev {
		position: absolute;
		transform: rotate(180deg);
		left: -30%
	}
	.timeline .introduction .active-card p {
		font-size: 1.3em
	}
	.timeline .active-card {
		width: 400px
	}
	.timeline .active-card .timeline-title {
		color: #424242;
		font-size: 1.4em
	}
	.timeline .active-card h1 {
		font-size: 2em;
		margin-top: 0
	}
	.timeline .active-card h1 a.next-element, .timeline .active-card h1 a.prev-element {
		display: block
	}
	.timeline .active-card :not(.introduction) h2 {
		text-align: left;
		margin-bottom: 10px
	}
	.timeline .active-card .upper-content {
		width: 75%;
		float: right
	}
}
@media(min-width:992px) {
	.timeline .timeline-element {
		width: 300px
	}
	.timeline .active-card {
		width: 500px
	}
}
@media(min-width:1200px) {
	.timeline .active-card {
		width: 600px
	}
	.timeline .active-card .upper-content {
		width: 50%
	}
}
.tooltip-custom {
	cursor: pointer;
	display: inline-block;
	color: #00467f;
	font-weight: 600;
	float: right;
	margin: 15px 0 0
}
.tooltip-custom button {
	background: #ffc425;
	border: 2px solid #00467f;
	height: 26px;
	width: 26px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 14px;
	overflow: hidden
}
.tooltip-custom .text-primary {
	display: none
}
.tooltip .tooltip-inner {
	background: #00467f;
	text-align: left
}
.tooltip.top .tooltip-arrow {
	border-bottom-color: #00467f
}
.tooltip.right .tooltip-arrow {
	border-right-color: #00467f
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #00467f
}
.tooltip.left .tooltip-arrow {
	border-left-color: #00467f
}
@media only screen and (min-width:769px) {
	.tooltip-custom {
		margin: 25px 0 -50px
	}
	.tooltip-custom .text-primary {
		display: inline-block;
		color: #00467f
	}
}
.video-container {
	margin: 40px auto 0;
	position: relative;
	width: 80%;
	z-index: 5
}
.video-container img {
	padding-bottom: 15px;
	width: 100%
}
.video-container iframe {
	max-width: 100%
}
.video-container.full-width-content {
	width: 100%
}
.video-content {
	text-align: center
}
.video-content div iframe {
	width: 100%;
	height: 500px
}

.contact-us-form input[type=submit], .cta-btn, .ghost-btn, .no-search-results .coveo-query-summary-cancel-last {
	font-family: AauxNext-Sm;
	font-size: 16px;
	line-height: 20px;
	padding: 13px 30px;
	background-color: #00467f;
	color: #fff;
	border: 3px solid #00467f
}
.contact-us-form input[type=submit]:focus, .contact-us-form input[type=submit]:hover, .cta-btn:focus, .cta-btn:hover, .ghost-btn:focus, .ghost-btn:hover, .no-search-results .coveo-query-summary-cancel-last:focus, .no-search-results .coveo-query-summary-cancel-last:hover {
	color: #fff
}
.ghost-btn {
	background-color: transparent;
	color: #00467f
}
.ghost-btn:focus, .ghost-btn:hover {
	color: #00467f
}

.container-fluid .text-left, .container-fluid.text-left {
	text-align: left
}
.container-fluid .text-right, .container-fluid.text-right {
	text-align: right
}
.container-fluid .white-background-color, .container-fluid.white-background-color {
	background-color: #fff
}
.container-fluid .lightblue-background-color, .container-fluid.lightblue-background-color {
	max-width: 1440px;
	background-color: #0093d0
}
.container-fluid .paleblue-background-color, .container-fluid.paleblue-background-color {
	background-color: #dfeff9;
	color: #00467f
}
.container-fluid .paleblue-background-color .text-container h2, .container-fluid.paleblue-background-color .text-container h2 {
	border-color: #00467f
}
.container-fluid .paleblue-background-color .text-container a.button-contentblock, .container-fluid.paleblue-background-color .text-container a.button-contentblock {
	border-color: #00467f;
	color: #00467f
}
.container-fluid .lightgray-background-color, .container-fluid.lightgray-background-color {
	background-color: #f3f3f3
}
.container-fluid .black-background-color, .container-fluid.black-background-color {
	background-color: #000
}
.container-fluid .darkblue-background-color, .container-fluid.darkblue-background-color {
	background-color: #00467f
}
.container-fluid .midblue-background-color {
	background-color: #81c8ea
}
.container-fluid .black-background-color, .container-fluid .darkblue-background-color, .container-fluid .midblue-background-color, .container-fluid.black-background-color, .container-fluid.darkblue-background-color {
	color: #fff
}
.container-fluid .black-background-color .text-container h2, .container-fluid .darkblue-background-color .text-container h2, .container-fluid .midblue-background-color .text-container h2, .container-fluid.black-background-color .text-container h2, .container-fluid.darkblue-background-color .text-container h2 {
	border-color: #fff
}
.container-fluid .black-background-color .text-container a.button-contentblock, .container-fluid .darkblue-background-color .text-container a.button-contentblock, .container-fluid .midblue-background-color .text-container a.button-contentblock, .container-fluid.black-background-color .text-container a.button-contentblock, .container-fluid.darkblue-background-color .text-container a.button-contentblock {
	border-color: #fff;
	color: #fff
}


.container.menu_open {
	width: 100%;
	margin: 0
}
