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

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

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

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

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

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

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}

@media print {
	* {
		background: 0 0 !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	select {
		background: #fff !important
	}

	.navbar {
		display: none
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

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

html {
	-webkit-tap-highlight-color: transparent;
	font-size: 62.5%
}

body {
	background-color: #fff;
	color: #333;
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6em
}

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

a {
	border-bottom: .1em solid #ced9e0;
	color: #008abb;
	padding-bottom: 2px;
	text-decoration: none
}

a:focus,
a:hover {
	color: #00a9f2
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

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

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

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

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

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

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

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

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-bottom: 10px;
	margin-top: 20px
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 10px
}

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

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

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

cite {
	font-style: normal
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #008abb
}

a.text-primary:hover {
	color: #3071a9
}

.text-success {
	color: #3c763d
}

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

.text-info {
	color: #31708f
}

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

.text-warning {
	color: #8a6d3b
}

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

.text-danger {
	color: #a94442
}

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

.bg-primary {
	background-color: #008abb;
	color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

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

	.dl-horizontal dd {
		margin-left: 180px
	}
}

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

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

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

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

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

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

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

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

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

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

address {
	font-style: normal;
	line-height: 1.42857143;
	margin-bottom: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
	left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

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

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

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

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

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

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

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

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

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

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

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

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

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

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

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

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

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

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: 0
	}

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

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

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

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

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

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

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

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

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

@media (min-width:992px) {

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

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

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

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

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

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

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

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

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

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

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

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

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

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

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

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

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

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: 0
	}

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

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

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

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

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

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

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

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

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

@media (min-width:1200px) {

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

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

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

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

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

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

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

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

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

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

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

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

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

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

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

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

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

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: 0
	}

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

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

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

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

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

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

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

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

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

table {
	background-color: transparent;
	max-width: 100%
}

th {
	text-align: left
}

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

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

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

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

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

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

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

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

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

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
	.table-responsive {
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		border: 1px solid #ddd;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

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

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

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

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

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

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

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

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

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

input[type=file] {
	display: block
}

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

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

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

output {
	padding-top: 7px
}

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

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

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

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

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

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

textarea.form-control {
	height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		vertical-align: middle
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		float: none;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

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

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

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

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

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

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

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

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	box-shadow: none;
	cursor: not-allowed;
	opacity: .65;
	pointer-events: none
}

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

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

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

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

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

.btn-primary {
	background-color: #008abb;
	border-color: #357ebd;
	color: #fff
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	background-color: #3276b1;
	border-color: #285e8e;
	color: #fff
}

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #008abb;
	border-color: #357ebd
}

.btn-primary .badge {
	background-color: #fff;
	color: #008abb
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
	border-radius: 0;
	color: #008abb;
	cursor: pointer;
	font-weight: 400
}

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	transition: height .35s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

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

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

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

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

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

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

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

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	text-decoration: none
}

.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 {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 1.42857143;
	padding: 3px 20px
}

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

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

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

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

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

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

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

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

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

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

.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-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

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

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

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

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

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

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 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;
	max-width: 100%;
	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-left: 0;
	margin-top: -1px
}

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

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

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

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

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

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

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

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

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
	display: none
}

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

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

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

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

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
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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 {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px
}

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
}

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

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

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

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

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

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

.input-group-addon.input-lg {
	border-radius: 6px !important; /* TODO: change */
	font-size: 18px;
	padding: 10px 16px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857143;
	margin-right: 2px
}

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

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

.nav-tabs.nav-justified {
	border-bottom: 0;
	width: 100%
}

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

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

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

@media (min-width:992px) {
	.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 {
	border-radius: 4px;
	margin-right: 0
}

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

@media (min-width:992px) {
	.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:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		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:focus,
.nav-pills>li.active>a:hover {
	background-color: #008abb;
	color: #fff
}

.nav-stacked>li {
	float: none
}

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

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

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

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

@media (min-width:992px) {
	.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 {
	border-radius: 4px;
	margin-right: 0
}

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

@media (min-width:992px) {
	.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:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

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

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

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

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

@media (min-width:992px) {
	.navbar {
		border-radius: 4px
	}

	.navbar-header {
		float: left
	}
}

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

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

@media (min-width:992px) {
	.navbar-collapse {
		border-top: 0;
		box-shadow: none;
		width: auto
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0
	}

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

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

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

@media (min-width:992px) {

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

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

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

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

@media (min-width:992px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

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

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

.navbar-brand {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 15px
}

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

@media (min-width:992px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

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

.navbar-toggle:focus {
	outline: 0
}

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

.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 {
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px
}

@media (max-width:992px) {
	.navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:992px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-bottom: 15px;
		padding-top: 15px
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}

	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important
	}
}

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

@media (min-width:992px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		float: none;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

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

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

	.navbar-form.navbar-right:last-child {
		margin-right: -15px
	}
}

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

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

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

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

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

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

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

	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:992px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:992px) {
	.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: #999
	}

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

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		background-color: #080808;
		color: #fff
	}

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

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

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

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

.breadcrumb>li {
	display: inline-block
}

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

.breadcrumb>.active {
	color: #999
}

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

.pagination>li {
	display: inline
}

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

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

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

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

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

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

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

.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 {
	font-size: 12px;
	padding: 5px 10px
}

.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 {
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center
}

.pager li {
	display: inline
}

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

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

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

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

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

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

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

.label:empty {
	display: none
}

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

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

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

.label-primary {
	background-color: #008abb
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
	display: none
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:768px) {
	.jumbotron {
		padding-bottom: 48px;
		padding-top: 48px
	}

	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.42857143;
	margin-bottom: 20px;
	padding: 4px;
	transition: all .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #008abb
}

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

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

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

.alert .alert-link {
	font-weight: 700
}

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

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

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

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

.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 {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

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

	to {
		background-position: 0 0
	}
}

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

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

.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 40px 40px
}

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

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

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

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

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

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

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

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

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

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

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

.media-object {
	display: block
}

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

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

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

.media-list {
	list-style: none;
	padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
	padding: 15px
}

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

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

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

.panel-title>a {
	color: inherit
}

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

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

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

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

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

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

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

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

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

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

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

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

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

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

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

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

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

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

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

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

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

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #008abb
}

.panel-primary>.panel-heading {
	background-color: #008abb;
	border-color: #008abb;
	color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close {
	color: #000;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	opacity: .2;
	text-shadow: 0 1px 0 #fff
}

.close:focus,
.close:hover {
	color: #000;
	cursor: pointer;
	opacity: .5;
	text-decoration: none
}

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

.modal-open {
	overflow: hidden
}

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

.modal.fade .modal-dialog {
	transform: translateY(-25%);
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	transform: translate(0)
}

.modal-dialog {
	margin: 10px;
	position: relative;
	width: auto
}

.modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0;
	position: relative
}

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

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.modal-dialog {
		margin: 30px auto;
		width: 600px
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

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

.tooltip {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1030
}

.tooltip.in {
	opacity: .9
}

.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 {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none
}

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

.tooltip.top .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px
}

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

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

.tooltip.right .tooltip-arrow {
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%
}

.tooltip.left .tooltip-arrow {
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0
}

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

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

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

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 8px 14px
}

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

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

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	bottom: 0;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: .5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	top: 0;
	width: 15%
}

.carousel-control.left {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, transparent);
	background-repeat: repeat-x
}

.carousel-control.right {
	background-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .5));
	background-repeat: repeat-x;
	left: auto;
	right: 0
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	opacity: .9;
	outline: 0;
	text-decoration: none
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5
}

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

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

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

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203a"
}

.carousel-indicators {
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15
}

.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px
}

.carousel-indicators .active {
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px
}

.carousel-caption {
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	z-index: 10
}

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

@media screen and (min-width:768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		font-size: 30px;
		height: 30px;
		margin-left: -15px;
		margin-top: -15px;
		width: 30px
	}

	.carousel-caption {
		left: 20%;
		padding-bottom: 30px;
		right: 20%
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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 {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

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

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}

	.hidden-print {
		display: none !important
	}
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

a:active,
a:focus,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0
}

.border-box {
	box-sizing: border-box
}

.img-left {
	float: left;
	margin: 0 10px 0 0
}

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

.show {
	opacity: 1 !important
}

.background_cover {
	background: no-repeat 50%;
	background-size: cover
}

.columns_2 {
	word-wrap: break-word;
	column-count: 2;
	column-gap: 40px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.no-box-shadow {
	box-shadow: 0 0 0 rgba(0, 0, 0, .067)
}

.overflow-hidden {
	overflow: hidden
}

.page-header {
	border-bottom: 1px solid #ccc;
	font-size: 28px;
	font-weight: 300;
	margin: 20px 0;
	padding-bottom: 9px;
	padding-top: 20px
}

.video_iframe {
	border: none;
	width: 100%
}

.menu_container>ul>li.active>a,
.menu_container>ul>li:hover>a {
	border-bottom: 1px solid #008abb !important
}

.mobile_collapser {
	background-color: #008abb !important;
	border-bottom: 1px solid #00a9f2 !important
}

.breadcrumb>li+li:before {
	content: "\00bb";
	padding: 0 10px 0 5px
}

.breadcrumb {
	display: block;
	margin: 0 0 -10px !important;
	padding: 10px 0 0 !important;
	text-align: center
}

.c {
	text-align: center !important
}

body.preload * {
	transition: none !important
}

header {
	background: none #fff;
	border-bottom: 1px solid #ccc
}

header .container {
	position: relative
}

.top_bar {
	background-color: #008abb;
	border-bottom: 2px solid #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	color: #fff;
	height: auto;
	overflow: hidden;
	padding: 0
}

.top_bar .tob_bar_right_col {
	text-align: right
}

.top_bar .tob_bar_right_col p {
	font-size: 12px;
	line-height: 38px;
	margin: 0;
	padding: 0
}

.top_bar ul.top_menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.top_bar ul.top_menu li {
	border-right: 0 solid #cfcfcf;
	float: left
}

.top_bar ul.top_menu li:last-child {
	border-right: 0 solid #fff
}

.top_bar ul.top_menu li a {
	display: inline-block;
	font-size: 12px;
	padding: 10px
}

.top_bar ul.top_menu li a:link,
.top_bar ul.top_menu li a:visited {
	border-bottom: 1px solid #008abb;
	color: #fff
}

.top_bar ul.top_menu li a:active,
.top_bar ul.top_menu li a:hover {
	border-bottom: 1px solid #ff0
}

.navbar {
	background-color: transparent !important;
	background-color: transparent;
	background-image: none;
	border: none !important;
	border: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, .067);
	margin: 36px 0;
	padding: 0
}

.navbar a.navbar-brand {
	height: 90px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 315px
}

.navbar a.navbar-brand img {
	float: left;
	height: 90px;
	margin: 0 6px 0 0;
	width: 90px
}

.navbar a.navbar-brand span.logo_title {
	display: block;
	font-size: 36px;
	font-weight: 300;
	line-height: 42px;
	padding: 10px 0 0;
	text-shadow: 1px 1px 0 #fff
}

.navbar a.navbar-brand span.logo_subtitle {
	display: block;
	font-size: 13px;
	font-weight: 300;
	text-shadow: 1px 1px 0 #fff
}

.navbar .nav {
	margin: 27px 0 0
}

.navbar .nav li a {
	background-color: transparent !important;
	border-bottom: 1px solid transparent;
	margin: 0 3px
}

.navbar .nav li a:active,
.navbar .nav li a:hover {
	background-color: transparent;
	border-bottom: 3px solid #008abb;
	box-shadow: 0 0 0 rgba(0, 0, 0, .067);
	color: #008abb
}

.navbar .nav li.active a,
.navbar .nav li.active a:hover {
	background-color: transparent;
	border-bottom: 3px solid #008abb;
	box-shadow: 0 0 0 rgba(0, 0, 0, .067);
	color: #008abb !important
}

.lt-ie9 .navbar .nav li a {
	font-size: 14px;
	margin: 0;
	padding: 10px
}

.lt-ie9 .navbar .nav .dropdown-menu>li>a {
	padding: 3px 20px
}

.navbar .btn-navbar.navbar .btn-navbar {
	margin-left: 0;
	margin-right: 15px;
	margin-top: 22px
}

.navbar .btn-navbar span.nb_left {
	padding: 5px
}

.navbar .btn-navbar span.nb_right {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 26px
}

.navbar .nav a.selected {
	color: #000
}

.navbar .nav a.selected:hover {
	border-bottom: 3px solid #008abb;
	color: #008abb
}

.in ul.nav {
	background: #fff;
	margin: 0;
	width: 100%
}

.in ul.nav li {
	text-align: center
}

.in ul.nav li a {
	margin: 0 0 6px
}

.in ul.nav li a:active,
.in ul.nav li a:hover {
	border-bottom: 0 solid #008abb;
	color: #008abb;
	text-shadow: 0 0 0 transparent
}

.in ul.nav li.active a,
.in ul.nav li.active a:hover {
	border-bottom: 0 solid #008abb;
	color: #fff;
	text-shadow: 0 0 0 transparent
}

#social_media_wrapper {
	background: #008abb;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: inline-block;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 101
}

#social_media_wrapper a {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	float: left;
	font-size: 18px;
	height: 30px;
	margin: 0 3px;
	padding: 6px;
	text-align: center;
	transition: all .1s linear;
	width: 30px
}

#social_media_wrapper a i {
	vertical-align: top !important
}

#social_media_wrapper a:active,
#social_media_wrapper a:hover {
	background: #008abb;
	color: #fff;
	text-decoration: none
}

#sign {
	font-size: 12px;
	height: 50px;
	line-height: 40px;
	padding-right: 10px;
	position: absolute;
	right: 150px;
	top: 7px;
	z-index: 101
}

#sign i {
	color: #777;
	display: inline-block;
	font-size: 18px;
	padding: 0 6px
}

.flexslider {
	margin-bottom: 0
}

.flexslider .container {
	height: 550px;
	position: relative;
	text-align: left;
	z-index: 9
}

.flexslider .container .carousel-caption {
	background: 0 0;
	left: 0;
	margin: 0 25% 0 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 170px;
	transition: all .5s linear
}

.flexslider .container .carousel-caption div,
.flexslider .container .carousel-caption h1,
.flexslider .container .carousel-caption h2 {
	background: #2384b6;
	background: rgba(36, 132, 182, .9);
	color: #fff;
	display: inline-block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1em;
	margin: 0;
	padding: 16px 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	width: auto
}

.flexslider .container .carousel-caption h2 {
	font-size: 40px
}

.flexslider .container .carousel-caption h1.skincolored,
.flexslider .container .carousel-caption h2.skincolored {
	background: #fff;
	background-color: hsla(0, 0%, 100%, .9)
}

.flexslider .container .carousel-caption .lead {
	background: #000;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	padding: 16px 30px;
	text-shadow: none !important
}

.flexslider .container .carousel-caption .lead.skincolored {
	background: #fff;
	background-color: hsla(0, 0%, 100%, .9);
	color: #000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.flexslider .container .carousel-caption .btn {
	margin-top: 15px
}

.flexslider .container .carousel-caption .round_badge {
	background-color: #c94eb7;
	border-radius: 60px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 90px;
	line-height: 20px;
	padding: 15px;
	position: absolute;
	right: 120px;
	text-align: center;
	top: 15px;
	width: 90px
}

.flexslider .container .carousel-caption .round_badge strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0
}

.flexslider .container .carousel-caption .round_badge strong i {
	font-size: 42px
}

.flexslider a.carousel-control {
	background-color: transparent;
	border: 0;
	font-size: 120px;
	height: 80px;
	margin-top: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.flexslider .item {
	height: 440px
}

.flexslider .item,
.full_page_photo {
	background: no-repeat 50%;
	background-size: cover;
	width: 100%
}

.full_page_photo {
	height: 400px;
	position: relative
}

.full_page_photo.slider_wrapper {
	height: 440px
}

.full_page_photo section.call_to_action {
	bottom: 10px;
	color: #fff;
	margin: 0;
	max-width: 960px;
	padding: 0;
	position: absolute;
	text-align: left
}

.full_page_photo section.call_to_action img {
	display: block
}

.full_page_photo section.call_to_action h3 {
	background: #000;
	background: rgba(0, 0, 0, .6);
	clear: both;
	display: inline-block;
	font-size: 50px;
	font-weight: 300;
	line-height: 55px;
	margin: 0;
	padding: 16px 30px
}

.full_page_photo section.call_to_action h3.skincolored {
	background: #008abb;
	background-color: rgba(255, 169, 47, .9)
}

.full_page_photo section.call_to_action h4 {
	background: #000;
	background: rgba(0, 0, 0, .6);
	clear: both;
	display: inline-block;
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 16px 30px
}

.full_page_photo section.call_to_action h4.skincolored {
	background: #008abb;
	background-color: rgba(255, 169, 47, .9)
}

.full_page_photo #map {
	height: 400px
}

.full_page_photo #map img {
	max-width: none !important
}

.collapsing_header header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

.collapsing_header header.absolute {
	left: 0;
	position: absolute !important
}

.collapsing_header .full_page_photo {
	position: fixed
}

.collapsing_header .main {
	position: relative
}

.main {
	background-color: #fff
}

section.call_to_action {
	padding: 35px 0 45px;
	text-align: center
}

section.call_to_action h3 {
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 20px
}

section.features_teasers_wrapper {
	margin: 35px 0 45px
}

section.features_teasers_wrapper .feature_teaser {
	text-align: center
}

section.features_teasers_wrapper .feature_teaser h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	word-spacing: 1px
}

.section_header {
	border-bottom: 1px solid #ccc;
	clear: both;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 26px;
	padding: 0 0 16px
}

.section_header.centered {
	text-align: center !important
}

.section_header.noborder {
	border: none !important
}

.section_header.fancy {
	font-size: 28px;
	font-weight: 700;
	line-height: 26px;
	margin: 0 0 26px;
	padding: 36px 0 16px;
	position: relative;
	text-align: left;
	text-transform: none
}

.section_header.fancy small {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-top: 10px;
	text-transform: none
}

.section_header.elegant {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 0 26px;
	padding: 36px 0 16px;
	text-align: left;
	text-transform: uppercase
}

.section_header.elegant small {
	clear: both;
	display: inline-block;
	font-size: 12px;
	padding: 0 0 8px 10px;
	text-transform: none;
	text-transform: uppercase
}

.section_header.skincolored {
	border-bottom: 1px solid #ccc;
	color: #008abb;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0 0 16px;
	padding: 30px 0 16px;
	text-align: left;
	text-transform: none;
	word-spacing: 0
}

.section_header.skincolored small {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
	text-transform: none
}

.section_header.skininverted {
	border-bottom: 0 solid #ccc;
	clear: both;
	color: #555;
	display: block;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0;
	padding: 16px 0;
	text-align: left;
	text-transform: none;
	word-spacing: 0
}

.section_header.skininverted small {
	background: #008abb;
	background-color: rgba(66, 139, 202, .6);
	clear: both;
	color: #fff;
	display: block;
	font-size: 14px;
	margin-top: 5px;
	padding: 10px;
	text-transform: none
}

section.clients_section .clients_list {
	text-align: center
}

section.clients_section .clients_list a {
	display: inline-block;
	margin: 10px;
	padding: 10px;
	transition: all .3s
}

section.clients_section .clients_list a:hover {
	filter: saturate(200%);
	-webkit-filter: saturate(200%);
	-o-filter: saturate(200%);
	-ms-filter: saturate(200%)
}

figure {
	margin: 14px 0 28px
}

figure img {
	max-width: 100%
}

.hgroup {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-top: 26px;
	padding-bottom: 17px;
	padding-top: 17px;
	position: relative
}

.hgroup.centered {
	text-align: center
}

.hgroup.centered h2 {
	margin: 0
}

.hgroup h1 {
	font-size: 30px;
	line-height: 1em;
	margin: 0 0 .3em
}

.hgroup h1,
.hgroup h2 {
	font-weight: 300;
	padding: 0
}

.hgroup h2 {
	color: #555;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 20% 0 0
}

.hgroup .breadcrumb {
	background-color: #fff;
	border: 1px solid #ccc;
	bottom: -15px;
	font-size: 12px;
	margin: 0;
	padding: 6px 15px;
	position: absolute;
	right: 0
}

.bs-example-tabs .nav-tabs {
	margin-bottom: 15px
}

.team_member {
	background-color: #000;
	background-color: #222;
	background: url(../assets/css/images/wild_oliva_dark.png);
	border-radius: 6px;
	color: #ccc;
	padding: 40px;
	text-align: center;
	transition: all .5s linear
}

.team_member figure {
	background-size: cover;
	border-radius: 290px;
	margin: 0;
	padding: 0
}

.team_member figure img {
	border-radius: 390px;
	max-width: 100%;
	transition: all .2s linear
}

.team_member figure img:hover {
	opacity: 0
}

.team_member h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 24px 0 6px
}

.team_member small {
	font-size: 13px;
	font-weight: 300
}

.team_member hr {
	border: #ccc;
	margin: 14px 0
}

.team_member p.short_bio {
	font-weight: 300
}

.team_member .team_social {
	margin: 0 0 12px
}

.team_member .team_social a {
	background-color: #008abb;
	border-radius: 50%;
	display: inline-block;
	font-size: 18px;
	height: 34px;
	line-height: 22px;
	margin: 0 6px 12px 0;
	padding: 6px;
	width: 34px
}

.team_member .team_social a:link,
.team_member .team_social a:visited {
	color: #fff
}

.team_member .team_social a:active,
.team_member .team_social a:hover {
	background-color: #fff;
	color: #008abb;
	text-decoration: none
}

.service_teaser {
	background-color: #fff;
	border-radius: 6px 0 0 6px;
	margin: 0 0 60px;
	overflow: hidden
}

.service_teaser .service_photo figure {
	background: no-repeat 50%;
	background-size: cover;
	border-radius: 6px 0 0 6px;
	border-right: 1px solid #ccc;
	margin: 0;
	min-height: 200px
}

.service_teaser .service_details {
	background-color: #fff;
	min-height: 200px;
	padding: 0 20px
}

.service_teaser .service_details p {
	font-weight: 300
}

.service_teaser.right {
	border-radius: 0 6px 6px 0
}

.service_teaser.right,
.service_teaser.right h2 {
	text-align: right !important
}

.service_teaser.right .service_photo figure {
	border-left: 1px solid #ccc;
	border-radius: 0 6px 6px 0;
	border-right: 0 solid #ccc
}

.service_teaser.inverted {
	background: #000;
	background: rgba(0, 0, 0, .8);
	border-radius: 6px 6px 6px 6px;
	color: #fff;
	color: #ccc
}

.service_teaser.inverted .service_details {
	background-color: transparent
}

.service_teaser.inverted .service_details h2,
.service_teaser.inverted .service_details h2 small {
	color: #ccc
}

.service_teaser.inverted .service_details p {
	font-weight: 300
}

.service_teaser.elegant {
	background-color: #fff;
	border-radius: 6px 6px 6px 6px
}

.service_teaser.elegant .service_details {
	background-color: #fff;
	padding-right: 160px
}

.service_teaser.elegant .service_details p {
	font-weight: 300
}

.service_teaser.elegant .service_photo figure {
	border-radius: 50%;
	margin: 0 40px 0 120px
}

.service_teaser.vertical {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 6px 6px 6px 6px;
	margin: 0 0 20px
}

.service_teaser.vertical h2 {
	text-align: left
}

.service_teaser.vertical h2 small {
	display: block;
	padding: 10px 0
}

.service_teaser.vertical .service_photo figure {
	border-left: 0 #ccc;
	border-radius: 6px 6px 0 0;
	border-right: 0 #ccc;
	min-height: 229px
}

.service_teaser.vertical .service_details {
	background-color: #fff;
	height: auto;
	padding: 0 20px 20px
}

.service_teaser.vertical .service_details p {
	font-weight: 300;
	margin-bottom: 20px
}

.service_teaser.vertical.elegant {
	border: 0 solid #e7e7e7
}

.service_teaser.vertical.elegant .service_photo figure {
	border-radius: 50%;
	margin: 0 40px 0 100px
}

.pricing_wrapper {
	padding: 40px 0;
	transition: all .7s linear
}

.pricing_plan {
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center
}

.pricing_plan.special {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	left: 0;
	position: relative;
	top: 0;
	transform: scale(1.05)
}

.pricing_plan:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

.pricing_plan h3 {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #008abb;
	font-size: 30px;
	line-height: 1.6em;
	margin: 0 0 30px;
	padding: 30px 5px
}

.pricing_plan h3 small {
	display: block;
	font-size: 14px
}

.pricing_plan .plan_photo {
	box-sizing: border-box;
	padding: 20px 40px
}

.pricing_plan .plan_photo img {
	border-radius: 50%;
	max-width: 100%
}

.pricing_plan .the_price {
	border-bottom: 1px dashed #ccc;
	color: #5cb85c;
	font-size: 50px;
	font-weight: 700;
	margin: 0 auto 30px;
	padding: 15px;
	text-shadow: 1px 1px 0 #fff;
	width: 60%
}

.pricing_plan .the_price span {
	font-size: 30px
}

.pricing_plan .the_price small {
	font-size: 14px
}

.pricing_plan .the_offerings {
	color: #555;
	padding: 0 30px
}

.pricing_plan .the_offerings p {
	color: #999;
	margin-bottom: 10px
}

.pricing_plan .the_offerings ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.pricing_plan .the_offerings ul li {
	display: block;
	margin: 0;
	padding: 5px
}

.pricing_plan a.btn {
	border-radius: 30px;
	margin: 30px
}

ul.portfolio_filters {
	list-style: none;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 0
}

ul.portfolio_filters li {
	display: inline-block
}

ul.portfolio_filters li a {
	background-color: #008abb;
	color: #fff;
	display: block;
	margin: 0 3px 6px;
	padding: 3px 16px;
	position: relative;
	text-transform: uppercase
}

ul.portfolio_filters li a.active:after {
	border: 6px solid rgba(66, 139, 202, 0);
	border-top-color: #008abb;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -6px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0
}

ul.portfolio_filters li a:active,
ul.portfolio_filters li a:hover {
	text-decoration: none
}

ul.portfolio_filters li a:active:after,
ul.portfolio_filters li a:hover:after {
	border: 6px solid rgba(66, 139, 202, 0);
	border-top-color: #008abb;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -6px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0
}

ul.portfolio_filters li .active a,
ul.portfolio_filters li .active a:hover {
	border-bottom: 1px solid #008abb
}

.portfolio_strict .portfolio_item {
	box-sizing: border-box;
	height: 260px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	transition: all .5s linear
}

.portfolio_strict .portfolio_item a:hover figcaption h2 {
	color: #fff;
	transform: translateY(20px);
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px)
}

.portfolio_strict .portfolio_item a:hover figcaption p {
	color: #fff;
	font-weight: 400;
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transition-delay: .05s;
	-ms-transition-delay: .05s;
	-webkit-transition-delay: .05s;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: opacity 0s, transform .3s
}

.portfolio_strict .portfolio_item a:hover figure .view_button {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out
}

.portfolio_strict .portfolio_item figure {
	background: #fff;
	background-size: cover;
	border: 0 solid #fff;
	height: 195px;
	margin: 0;
	overflow: hidden;
	position: relative
}

.portfolio_strict .portfolio_item figure svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
	z-index: 10
}

.portfolio_strict .portfolio_item figure svg path {
	fill: #000;
	fill-opacity: .9;
	transition: all .5s linear
}

.portfolio_strict .portfolio_item figure figcaption {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	height: 100%;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 11
}

.portfolio_strict .portfolio_item figure figcaption h2 {
	color: #fff;
	font-size: 15px;
	margin: 0 0 20px;
	transition: transform .3s
}

.portfolio_strict .portfolio_item figure figcaption h2,
.portfolio_strict .portfolio_item figure figcaption p {
	-webkit-animation-timing-function: cubic-bezier(.25, .25, .115, 1.445);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	font-weight: 300
}

.portfolio_strict .portfolio_item figure figcaption p {
	color: #aaa;
	font-size: 13px;
	opacity: 0;
	padding: 10px 20px;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px)
}

.portfolio_strict .portfolio_item figure figcaption p.safari {
	background-color: rgba(0, 0, 0, .5)
}

.portfolio_strict .portfolio_item figure figcaption .view_button {
	-webkit-animation-timing-function: cubic-bezier(.25, .25, .115, 1.445);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #008abb;
	border: none;
	bottom: 0;
	color: #fff;
	font-weight: 700;
	font-weight: 300;
	left: 0;
	letter-spacing: 1px;
	padding: 15px;
	position: absolute;
	text-transform: uppercase;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: opacity .3s, transform .3s;
	width: 100%
}

.portfolio_strict .portfolio_item .portfolio_description {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 14px
}

.portfolio_strict .portfolio_item .portfolio_description h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	padding: 0 0 6px
}

.portfolio_strict .portfolio_item .portfolio_description p {
	color: #888;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

.portfolio_masonry .portfolio_item {
	border-radius: 6px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	margin-bottom: 24px;
	text-align: center
}

.portfolio_masonry .portfolio_item a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%
}

.portfolio_masonry .portfolio_item a img {
	border-radius: 6px;
	max-width: 100%
}

.portfolio_masonry .portfolio_item a .overlay {
	background: #000;
	background: rgba(0, 0, 0, .6);
	border-radius: 6px;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: all .5s linear;
	width: 100%
}

.portfolio_masonry .portfolio_item a .overlay .desc {
	bottom: 0;
	height: 35%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 90%
}

.portfolio_masonry .portfolio_item a .overlay h3 {
	font-size: 20px;
	line-height: 22px
}

.portfolio_masonry .portfolio_item a .overlay i {
	border: 5px solid;
	border-radius: 50%;
	font-size: 24px;
	height: 60px;
	line-height: 33px;
	padding: 10px;
	width: 60px
}

.portfolio_masonry .portfolio_item a:hover .overlay {
	color: #fff;
	opacity: 1 !important;
	text-decoration: none
}

.portfolio_slider_wrapper {
	padding: 0
}

.portfolio_slider_wrapper #portfolio_slider .container a {
	display: block;
	height: 100%;
	width: 100%
}

.portfolio_slider_wrapper #carousel {
	margin: 0 0 10px;
	padding: 10px 0
}

.portfolio_slider_wrapper #carousel ul.slides li {
	height: 140px;
	margin-right: 10px;
	overflow: hidden
}

.portfolio_details h2.fancy.section_header {
	text-align: left
}

.rating {
	background: url(/images/portfolio/rating_stars.png);
	display: inline-block;
	height: 21px;
	left: 3px;
	position: relative;
	top: 5px;
	width: 95px
}

.rating.r0 {
	background-position: 0 240px
}

.rating.r1 {
	background-position: 0 218px
}

.rating.r2 {
	background-position: 0 195px
}

.rating.r3 {
	background-position: 0 174px
}

.rating.r4 {
	background-position: 0 152px
}

.rating.r5 {
	background-position: 0 130px
}

.rating.r6 {
	background-position: 0 107px
}

.rating.r7 {
	background-position: 0 86px
}

.rating.r8 {
	background-position: 0 63px
}

.rating.r9 {
	background-position: 0 42px
}

.rating.r10 {
	background-position: 0 20px
}

article.post {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 40px;
	padding: 0 0 40px
}

article.post .post_header h3.post_title {
	line-height: 1.2em
}

article.post .post_content figure {
	max-height: 400px;
	overflow: hidden
}

article.post .post_content figure img {
	max-width: 100%
}

article.post .post_content .btn {
	margin-top: 10px
}

#post_comments {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 40px;
	padding: 0 0 30px
}

#post_comments .comment {
	padding: 10px 0
}

#post_comments .comment .comment_name {
	font-weight: 600;
	padding-top: 10px
}

#post_comments .comment .comment_name a.reply {
	font-size: 12px;
	padding: 0 6px
}

#post_comments .comment .comment_date {
	font-size: 12px
}

#sidebar {
	box-sizing: border-box;
	padding: 0 0 0 30px
}

#sidebar aside.widget {
	margin: 0 0 40px
}

#sidebar aside.widget h4 {
	padding: 7px 0
}

#sidebar aside.widget .tab-pane {
	padding-top: 30px
}

#tags a,
.ads a {
	display: block;
	float: left;
	margin: 0 10px 10px 0
}

#tags a {
	font-weight: 300;
	padding: 10px
}

#sidebar li.media .media-photo {
	border-radius: 50%;
	height: 70px;
	width: 70px
}

#sidebar li.media h5.media-heading {
	font-weight: 600;
	font-weight: 300;
	line-height: 1.2em
}

#sidebar li.media p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.2em
}

#sidebar li.media a.media-date {
	background: #008abb;
	background-color: rgba(66, 139, 202, .8);
	border-radius: 50%;
	color: #fff;
	float: left !important;
	font-size: 20px;
	font-weight: 600;
	height: 70px;
	margin: 0 10px 0 0;
	padding: 15px;
	text-align: center;
	width: 70px
}

#sidebar li.media a.media-date:hover {
	opacity: 0
}

#sidebar li.media a.media-date span {
	font-size: 13px;
	font-weight: 400
}

.signin {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 40px;
	text-align: center
}

.signin form input {
	margin-bottom: 10px
}

.signin form .forgot {
	font-weight: 300;
	padding: 0 0 20px
}

.signin form .forgot .checkbox {
	font-weight: 300
}

.signin form .forgot .checkbox input[type=checkbox] {
	float: none
}

.social_sign h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 30px
}

.social_sign a {
	background-color: #008abb;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	height: 66px;
	line-height: 30px;
	margin: 0 8px;
	padding: 18px;
	text-align: center;
	transition: all .1s linear;
	width: 66px
}

.social_sign a.fb {
	background-color: #3b5998
}

.social_sign a.tw {
	background-color: #00acee
}

.social_sign a.gp {
	background-color: #e44b39
}

.social_sign a:link,
.social_sign a:visited {
	color: #fff
}

.social_sign a:active,
.social_sign a:hover {
	transform: scale(1.1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0)
}

.or {
	overflow: hidden;
	padding: 30px 0 0;
	text-align: center
}

.or .or_l,
.or .or_r {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	left: 0;
	position: relative;
	top: -4px;
	width: 40%
}

.or span {
	display: inline-block;
	width: 8%
}

p.sign_title {
	font-weight: 300;
	padding: 30px 0 20px
}

.signup {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 40px;
	text-align: center
}

.signup form input {
	margin-bottom: 10px
}

.signup form .checkbox {
	font-weight: 300
}

.signup form .checkbox input[type=checkbox] {
	float: none
}

.signup form .btn {
	margin-top: 47px
}

.four-o-four i {
	font-size: 80px
}

.contact_form label {
	font-weight: 300
}

.contact_form .row {
	margin-bottom: 35px
}

footer {
	border-top: 2px solid #fff;
	color: #fff;
	margin-top: 40px
}

footer a:active,
footer a:hover {
	color: #00a9f2;
	text-decoration: none
}

#footer-top {
	padding: 55px 0
}

#footer-top .footer_details h3 {
	border-bottom: 0 solid #ccc;
	color: #ccc;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	margin: 20px 0;
	padding: 0 0 12px;
	text-transform: uppercase
}

#footer-top .footer_details p {
	color: #ccc;
	font-size: 13px;
	font-weight: 300
}

li.media {
	position: relative
}

li.media .media-photo {
	background: no-repeat 50%;
	background-size: cover;
	border-radius: 6px 0 0 6px;
	height: 70px;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 65px
}

li.media h5.media-heading {
	font-weight: 300;
	margin: 0 0 0 75px;
	padding: 0;
	text-transform: uppercase
}

li.media p {
	margin: 0 0 0 75px
}

li.media a.media-date {
	background: #000;
	border-left: 1px solid #008abb;
	color: #fff;
	float: right !important;
	font-size: 20px;
	font-weight: 600;
	height: 70px;
	line-height: 20px;
	margin: 0 0 0 10px;
	padding: 15px 10px 10px;
	position: relative;
	text-align: center;
	transition: all .3s linear;
	z-index: 2
}

li.media a.media-date:hover {
	background: #008abb;
	background-color: rgba(66, 139, 202, .4)
}

li.media a.media-date span {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 400
}

#latest-flickr-images ul {
	margin: 0 0 4px;
	overflow: hidden;
	padding: 0
}

#latest-flickr-images ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 6px 6px 0
}

#latest-flickr-images ul li a {
	border-radius: 6px;
	display: block;
	height: 60px;
	overflow: hidden;
	width: 60px
}

#latest-flickr-images ul li a img {
	height: auto;
	max-width: 100%;
	min-height: 60px;
	min-width: 60px;
	vertical-align: middle
}

.copyright {
	background-color: rgba(0, 0, 0, .5);
	border-top: 1px solid #000;
	color: #999;
	font-size: 13px;
	font-weight: 300;
	padding: 15px 0
}

.boxed .slider_wrapper {
	border-radius: 6px;
	margin-bottom: 20px;
	margin-top: 30px
}

.boxed .slider_wrapper .flexslider .item,
.boxed .slider_wrapper .flexslider .item img {
	border-radius: 6px
}

.boxed section.features_teasers_wrapper .feature_teaser {
	margin-top: 30px
}

blockquote {
	border-left: 5px solid #999
}

blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.43
}

#toTop {
	background: url(https://fleximize.com/images/ui.totop.png) no-repeat 0 0;
	border: none;
	bottom: 35px;
	display: none;
	opacity: 1;
	position: fixed;
	right: 10px;
	text-decoration: none;
	text-indent: 100%;
	z-index: 2
}

#toTop,
#toTopHover {
	height: 51px;
	overflow: hidden;
	width: 51px
}

#toTopHover {
	background: url(https://fleximize.com/images/ui.totop.png) no-repeat left -51px;
	display: block;
	float: left;
	opacity: 0
}

#toTop:active,
#toTop:focus {
	outline: 0
}

.bs-docs-section img {
	border: 5px solid #000;
	border-radius: 6px
}

.bs-docs-sidebar {
	border-left: 1px dashed #ccc;
	padding: 40px 0
}

.bs-docs-sidebar.affix {
	top: -20px
}

.bs-docs-sidebar li {
	border-bottom: 1px dashed #ccc
}

.bs-docs-sidebar li.active {
	background-color: #eee;
	border-left: 1px solid #008abb
}

.content {
	color: #333;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8em
}

.content-no-image {
	margin-top: 150px
}

.content #feature-image {
	aspect-ratio: 136/56;
	display: block;
	margin: 60px auto 10px !important
}

#article-template-02 {
	margin-top: 150px
}

.content h1 {
	color: #000;
	font-size: 90px;
	font-weight: 200;
	margin: 20px auto 10px;
	max-width: 1200px;
	padding: 0 20px;
	text-align: center
}

.content h2 {
	font-size: 32px;
	line-height: 50px;
	margin: 20px 0 10px
}

.content h2,
.content h3 {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-weight: 400 !important;
	letter-spacing: 1px;
	padding: 0
}

.content h3 {
	font-size: 24px;
	line-height: 40px;
	margin: 20px 0 5px
}

.content h4 {
	font-size: 20px;
	line-height: 30px
}

.content h4,
.content h5 {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-weight: 400 !important;
	letter-spacing: 1px;
	margin: 20px 0 5px;
	padding: 0
}

.content h5 {
	font-size: 18px;
	line-height: 26px
}

.content h6 {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-size: 17px;
	font-style: italic;
	font-weight: 400 !important;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 20px 0 5px;
	padding: 0
}

.content h2#article-subheading,
.content h2#basic-content-subheading {
	border: 0;
	color: #000;
	font-size: 24px;
	font-style: italic;
	font-weight: 200;
	line-height: 30px;
	margin: 15px auto;
	max-width: 1200px;
	padding: 0 20px;
	text-align: center
}

.content h2#basic-content-subheading {
	margin-bottom: 0
}

.content p {
	margin: 40px 0
}

.content p#article-author {
	color: #000;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase
}

.content p#article-date {
	font-style: italic;
	letter-spacing: 2px;
	margin: 0 0 10px;
	text-align: center
}

.content .article-content {
	margin: 0 auto;
	max-width: 900px
}

.content cite {
	font-style: italic
}

.content blockquote,
.content blockquote p {
	border-left: none;
	color: #000;
	font-family: Poppins, serif;
	font-size: 32px;
	line-height: 46px;
	margin: 0 40px 40px 100px;
	padding: 0;
	text-align: left
}

.content blockquote p {
	margin-left: 0
}

.content blockquote:before {
	bottom: -74px;
	content: "\201C";
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190px;
	font-style: normal;
	left: -80px;
	position: relative
}

.content blockquote cite {
	display: block !important;
	font-size: 80%;
	font-style: italic;
	line-height: 120%;
	padding-top: 25px;
	text-align: left !important
}

.content blockquote cite:after,
.content blockquote cite:before {
	content: "\2014";
	display: inline;
	padding: 0 10px
}

.content blockquote cite p {
	display: inline;
	margin: 0
}

.content b,
.content strong {
	color: #000;
	font-weight: 600
}

.content a {
	border-bottom: .2em solid #daf1fa;
	color: #008abb;
	transition: all .3s
}

.content a:focus,
.content a:hover {
	background-color: #f7fcff;
	border-bottom: .2em solid #33add8;
	color: #1489b2
}

.content img {
	display: block;
	height: auto;
	margin: 15px auto
}

.content figcaption {
	border-bottom: 10px solid #ddd;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0 0 25px;
	padding: 0 20px 15px
}

.content figcaption b,
.content figcaption strong {
	color: #000;
	font-weight: 800;
	text-transform: uppercase
}

.content figcaption p {
	display: inline
}

.content ol,
.content ul {
	padding-left: 22px
}

.content li {
	margin: 0 0 3px
}

.content address {
	line-height: inherit
}

.content legend {
	margin-bottom: 5px;
	padding: 15px 0 3px
}

.content label {
	font-weight: 600
}

.content table,
.content table caption {
	background-color: #f6f6f6
}

.content table caption {
	border-radius: 16px 16px 0 0;
	font-style: italic;
	padding: 10px 10px 5px
}

.content td,
.content th {
	padding: 5px 15px
}

.content dd,
.content dt {
	line-height: inherit
}

.content dd {
	font-style: italic;
	margin-left: 30px
}

.content #st-container {
	line-height: 30px;
	margin: 10px auto 30px;
	max-width: 1200px;
	padding: 0 20px;
	text-align: center
}

.content #share-container {
	padding: 10px 0 5px
}

.content #share-container .ng-binding {
	color: #fff !important;
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400 !important
}

.content #related-articles {
	background-color: #f5f5f5;
	border-radius: 20px;
	padding: 10px 25px
}

.content #related-articles a {
	border-bottom: 0
}

.content #related-articles a:focus,
.content #related-articles a:hover {
	background-color: transparent;
	border-bottom: .2em solid #9dc5d7;
	color: #005174
}

.content #related-articles h3 {
	font-size: 20px;
	margin: 0 0 8px
}

.content #related-articles ul {
	list-style: none;
	padding-left: 0
}

.content #related-articles ul li {
	color: #999
}

.content.video-led-case-study ol.breadcrumb {
	margin-top: 120px !important
}

.video-case-study {
	margin: 25px auto -25px;
	max-width: 1400px
}

.no-feature-image {
	margin: 140px 0 0
}

.stButton .stButton_gradient,
.stButton .stFb,
.stButton .stMainServices,
.stButton .stTwbutton {
	height: 22px !important
}

.lightbox-gallery {
	text-align: center
}

.lightbox-gallery h5 {
	border: 0;
	letter-spacing: 8px;
	text-transform: uppercase
}

.lightbox-gallery a img {
	display: inline-block;
	margin: 0 !important;
	outline: 2px solid #fff;
	outline-offset: -2px
}

.lightbox-gallery a img:hover {
	filter: brightness(115%)
}

.lightboxOverlay {
	opacity: 1 !important;
	z-index: 80000 !important
}

.lightbox {
	z-index: 90000 !important
}

.case-study-summary {
	background: #f2f2f2;
	border-bottom: 20px solid #fff;
	border-left: 20px solid #fff;
	float: right;
	margin-left: 0;
	padding: 10px;
	width: 240px
}

.case-study-summary h4 {
	border: 0;
	font-weight: 600 !important;
	margin: 0
}

.case-study-summary h5 {
	border: 0;
	font-size: 14px;
	font-weight: 600 !important;
	margin: 8px 0 0
}

.case-study-summary p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 2px
}

#list-page {
	margin-top: 150px
}

#list-page .breadcrumb {
	background-color: transparent;
	padding: 0
}

#list-page h1 {
	margin: 15px auto 10px
}

.content .list-content {
	margin: 46px auto 20px;
	max-width: 1080px;
	padding: 0 20px
}

#article-list-container {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABBAAAAAFCAIAAABzU4icAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQxOTNDM0QxMEUyMTFFNUJCM0JEMjcyMzQ2NUM3MUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQxOTNDM0MxMEUyMTFFNUJCM0JEMjcyMzQ2NUM3MUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjNBQkM2RjgxMDQ2MTFFNUI1QzY4MzFGRkRCNDc5Q0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjNBQkM2RjkxMDQ2MTFFNUI1QzY4MzFGRkRCNDc5Q0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4kIGy5AAAAQklEQVR42uzXIQEAIAwAQSDF3Pq3mlyMJcBiuIvw7ndVRcQC7ro7M3UAAD50JAAAAAwDAABgGAAAAMMAAAA8MAIMAMSfBgd5p/CbAAAAAElFTkSuQmCC");
	margin: 30px auto 0;
	max-width: 1040px;
	padding: 0
}

#article-list-container:before {
	margin-bottom: -1px
}

#article-list-container:after,
#article-list-container:before {
	background: #e0e0e0;
	clear: both;
	content: "\0020";
	display: block;
	height: 1px;
	overflow: hidden;
	width: 270px
}

#article-list {
	float: left;
	max-width: 770px;
	padding-left: 30px
}

.article-list-item {
	margin: 0 0 15px
}

.article-list-title {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 24px;
	margin: -5px 0 5px;
	padding: 0 0 5px
}

.article-list-title a {
	border: 0;
	color: #005174;
	transition: all .2s
}

.article-list-title a:active,
.article-list-title a:focus,
.article-list-title a:hover {
	border: 0;
	color: #00a9f2
}

.article-author-title {
	color: #2b7437;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px
}

.article-list-image {
	float: left;
	width: 36%
}

.article-list-info {
	float: left;
	padding-left: 15px;
	width: 64%
}

#lhsb {
	float: left;
	padding: 10px;
	width: 270px
}

#lhsb ul {
	line-height: 26px;
	margin: 8px 0 20px;
	padding: 0
}

#lhsb li {
	color: #adadad;
	font-size: 11px;
	list-style: none
}

#lhsb li a {
	border-bottom: 0;
	font-size: 14px
}

#lhsb li a:active,
#lhsb li a:focus,
#lhsb li a:hover {
	border-bottom: 2px solid #d6effa;
	color: #005173
}

.lhsb-title {
	border-bottom: 1px solid #bbb;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 5px;
	padding: 0
}

.lhsb-selected {
	font-weight: 800
}

.lhsb-selected:before {
	color: #008abb;
	content: "\2023 \0020 \0020";
	font-size: 22px;
	line-height: 22px
}

#lhsb-show-all {
	border-top: 1px solid #ddd;
	margin-top: 8px;
	padding-top: 8px
}

#category-selector {
	background-color: #005174;
	display: none;
	margin: 30px 0 0;
	text-align: center
}

#category-selector select {
	margin: 0 0 0 20px;
	padding: 6px
}

#category-go-button {
	padding: 10px 20px
}

.rollover-image {
	list-style: none;
	padding: 0
}

.rollover-image,
.rollover-image figure {
	margin: 0;
	position: relative;
	text-align: center
}

.rollover-image figure {
	background: #000;
	cursor: pointer;
	float: left;
	overflow: hidden
}

.rollover-image figure img {
	display: block;
	max-width: 100%;
	min-height: 100%;
	opacity: .8;
	position: relative
}

.rollover-image figure figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	font-size: 15px;
	padding: 2em;
	text-transform: uppercase
}

.rollover-image figure figcaption:after,
.rollover-image figure figcaption:before {
	pointer-events: none
}

.rollover-image figure figcaption,
.rollover-image figure figcaption>a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.rollover-image figure figcaption>a {
	font-size: 0;
	opacity: 0;
	text-indent: 200%;
	white-space: nowrap;
	z-index: 1000
}

.rollover-image figure span {
	bottom: 12px;
	display: block;
	font-weight: 800;
	letter-spacing: 2px;
	position: absolute;
	text-align: center;
	width: 100%
}

.rollover-image figure p,
.rollover-image figure span {
	margin: 0
}

.rollover-image figure p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 19px;
	padding: 10px 20px 0
}

figure.rollover-effect img {
	opacity: .9;
	transition: opacity .35s
}

figure.rollover-effect figcaption {
	padding: 15px 0 0;
	transition: background-color .35s
}

figure.rollover-effect figcaption:before {
	border: 2px solid #fff;
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px
}

figure.rollover-effect span {
	margin: 0 0 10px;
	opacity: 0;
	transition: transform .35s;
	-webkit-transition: opacity .25s;
	transition-delay: .25s;
	-website-transition-delay: .25s
}

figure.rollover-effect:hover span {
	opacity: 1
}

figure.rollover-effect figcaption:before,
figure.rollover-effect p {
	opacity: 0;
	transform: scale(0);
	transition: opacity .35s, transform .35s
}

figure.rollover-effect:hover figcaption:before,
figure.rollover-effect:hover p {
	opacity: 1;
	transform: scale(1)
}

figure.rollover-effect:hover figcaption {
	background-color: rgba(58, 52, 42, 0)
}

figure.rollover-effect:hover img {
	opacity: .15
}

.list-pagination {
	background: #fafafa;
	border: 1px solid #e9e9e9;
	margin: 0;
	padding: 10px 0 0;
	text-align: center
}

.list-pagination a,
.list-pagination a:active,
.list-pagination a:link,
.list-pagination span,
.list-pagination>strong {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #ccc));
	border: 1px solid #bbb;
	color: #333;
	display: inline-block;
	margin: 0 2px 10px;
	min-width: 36px;
	padding: 5px 8px;
	text-align: center
}

.list-pagination span.inactive-page {
	border: 1px solid #ddd;
	color: #c5c5c5 !important
}

.list-pagination a.active-page,
.list-pagination span.active-page,
.list-pagination>strong {
	background: #333;
	border: 1px solid #333;
	color: #fff !important
}

.list-pagination-summary {
	clear: both;
	color: #777 !important;
	font-size: 14px;
	margin: 5px 0 0;
	text-align: center
}

.list-pagination a:hover {
	background: #007da9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0098cf), color-stop(100%, #007da9));
	border: 1px solid #0082b0;
	color: #fff;
	text-decoration: none !important
}

#top-pagination {
	margin-bottom: 30px
}

#bottom-pagination {
	margin-top: 30px
}

.pagination-next,
.pagination-prev {
	padding-left: 12px !important;
	padding-right: 12px !important
}

.pagination-next:after {
	content: "\00BB";
	left: 3px
}

.pagination-next:after,
.pagination-prev:before {
	display: inline-block;
	font-size: 22px;
	line-height: 12px;
	margin: 0;
	position: relative;
	top: 1px
}

.pagination-prev:before {
	content: "\00AB";
	right: 3px
}

#basic-content .breadcrumb {
	background-color: transparent;
	padding: 0
}

#basic-content h1 {
	margin: 15px auto 10px
}

#basic-content #st-container {
	margin-bottom: 25px !important;
	padding-top: 10px
}

#page-selector {
	background-color: #f6f6f6;
	margin: 0 0 25px;
	padding: 5px 0;
	text-align: center
}

#page-selector select {
	margin: 0 0 0 10px;
	padding: 6px 12px 6px 6px
}

#page-selector span {
	margin: 10px 0 0 20px
}

#page-selector .navigator-container,
#page-selector span {
	display: inline-block
}

#page-selector .basic-1,
#page-selector .basic-2 {
	font-size: 17px
}

#page-selector .basic-3 {
	font-size: 15px
}

#page-go-button {
	border-radius: 40px !important;
	margin: 10px !important;
	padding: 10px 15px
}

#apply {
	min-width: 300px
}

.form-group-4.required .control-label:after,
.form-group.required .control-label:after {
	color: #d89289;
	content: "*";
	font-weight: 200;
	padding: 0 0 0 2px
}

#apply input[type=checkbox] {
	cursor: pointer;
	height: 22px;
	margin: 0 10px 0 -20px;
	transition: all .3s linear;
	width: 22px
}

#apply-page-content {
	margin: 30px auto;
	max-width: 992px
}

#apply-page-heading {
	background-color: #06435f;
	padding: 140px 0 60px
}

#apply-page-heading h1 {
	color: #fff;
	font-size: 80px;
	font-weight: 600;
	text-shadow: 1px 1px #000
}

#apply-page-heading #basic-content-subheading {
	color: #fff
}

#apply-page-content .form-group {
	float: left;
	margin: 0 1%;
	width: 48%
}

#apply-page-content legend {
	color: #000
}

#apply-page-content .apply-amount,
#apply-page-content .apply-length {
	display: inline-table;
	width: 190px
}

#apply-page-content .apply-amount input {
	color: #000;
	font-size: 30px !important;
	font-weight: 200;
	padding: 0 5px 0 10px;
	width: 160px
}

#apply-page-content .apply-length select {
	color: #000;
	font-size: 30px !important;
	font-weight: 200;
	padding: 0 5px;
	width: 200px
}

#apply-page-content .apply-length option {
	color: #000;
	font-size: 20px !important;
	font-weight: 200 !important
}

#apply-page-content .apply-amount-text {
	display: inline-table
}

#apply-page-content .checkbox label {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 22px;
	text-transform: uppercase;
	vertical-align: top
}

#apply-page-content .regsearch {
	background: 0 0;
	border-bottom: 0;
	font-weight: 400 !important;
	letter-spacing: 0
}

#apply-page-01 {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	margin-top: 25px;
	padding: 2px 40px 30px
}

#apply-page-01 label {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left
}

#apply-page-01 .apply-field {
	float: left;
	width: 100%
}

#apply-page-01 .submit-button {
	margin: 20px 0 0;
	text-align: center
}

#apply-page-01.card {
	padding-top: 20px
}

#apply.applyv2 #apply-page-heading {
	background-color: #008abb
}

#apply.applyv2 #ts-and-cs .checkbox label {
	font-weight: 400
}

.glyphicon-envelope {
	top: -3px
}

.glyphicon-envelope:before {
	content: "@";
	font-size: 17px;
	font-weight: 400
}

.apply-field .input-group {
	width: 100%
}

.apply-progress {
	border-radius: 0;
	height: 30px;
	margin: 10px 0
}

.apply-progress .progress-bar {
	background-color: #008abb;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 30px;
	text-shadow: 1px 1px 1px #044a62;
	text-transform: uppercase;
	width: 33%
}

#apply-page-content .form-group .hint {
	font-size: 13px;
	letter-spacing: 1px
}

#apply-page-01 .apply-section-01 {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	margin: 30px 10px 20px;
	padding: 0 0 30px;
	text-align: center
}

#apply-page-01 .apply-section-01 p {
	font-weight: 200;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 0;
	vertical-align: top
}

#apply-page-02 #apply-section-01 {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	float: left;
	margin-top: 25px;
	padding: 2px 40px 30px;
	width: 50%
}

#apply-page-02 #apply-section-02 {
	background-color: #fff;
	float: left;
	margin-top: 25px;
	padding: 2px 10px 0 40px;
	width: 50%
}

#apply-page-02 #apply-section-03 {
	background-color: #fff;
	float: left;
	margin-top: 10px;
	padding: 2px 10px 30px 40px;
	width: 50%
}

#apply-page-02 #apply-section-04 {
	background-color: #fff;
	float: left;
	padding: 0 10px;
	width: 100%
}

#apply-page-02 .form-group-4 {
	float: left;
	margin: 0 1%;
	width: 48% !important
}

#apply-page-02 hr {
	margin-bottom: 5px
}

#apply-page-02 .btn-lg,
.apply-page-03 .btn-lg {
	font-size: 21px
}

#apply-page-content #apply-page-02 .form-group {
	float: left;
	margin: 0 1%;
	width: 100%
}

.apply-page-03 {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-top: 0;
	margin-top: 0;
	padding: 2px 40px 30px
}

.apply-page-03 .apply-section-01 {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	margin: 30px 10px 20px;
	padding: 0 0 30px;
	text-align: center
}

.apply-page-03 .apply-section-01 p {
	font-weight: 200;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 0;
	vertical-align: top
}

.apply-page-03 .form-group-4 {
	float: left;
	margin: 0 1%;
	width: 23% !important
}

#manual-address-button {
	margin: 10px 0 0;
	text-align: right
}

.btn-back {
	float: left;
	margin: 40px
}

.btn-next {
	float: right;
	margin: 40px
}

#apply .responsive-tabs__panel {
	margin-bottom: 0
}

#ts-and-cs {
	margin-top: 20px;
	padding: 10px 0 0
}

#ts-and-cs p {
	font-size: 15px;
	line-height: 25px;
	padding: 0 20px
}

#ts-and-cs .checkbox label {
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none
}

#ts-and-cs .apply-field {
	padding: 0 20px
}

#ts-and-cs .checkbox {
	margin-bottom: 0
}

#ts-and-cs.ts-and-cs-new label {
	font-weight: 400
}

#ts-and-cs.ts-and-cs-new p {
	margin: 0 0 10px
}

.integration-links {
	float: left;
	margin: 0;
	max-width: 490px
}

.integration-links img {
	float: left;
	margin: 0 10px 10px 0;
	width: 235px
}

.integration-links a img {
	background: #fff;
	border: 3px solid #fbfbfb;
	transition: all .3s
}

.integration-links a:hover img {
	background: #f3fcff;
	border: 3px solid #bdeeff
}

.validis-uploads {
	float: left;
	margin: 0;
	max-width: 490px
}

.validis-uploads img {
	float: left;
	margin: 0 10px 10px 0;
	width: 235px
}

.validis-uploads a img {
	background: #fff;
	border: 3px solid #fbfbfb;
	transition: all .3s
}

.validis-uploads a:hover img {
	background: #f3fcff;
	border: 3px solid #bdeeff
}

.form-validate:focus {
	background: #fff;
	border: 1px solid #ccc;
	border-left: 6px solid #008abb
}

.form-validate-pass {
	border: 1px solid #ccc;
	border-left: 6px solid #5cb85c
}

.form-validate-fail {
	background: snow;
	border: 1px solid #ccc;
	border-left: 6px solid #d9534f
}

.companies-house-data {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0 0
}

.companies-house-data p {
	margin: 0
}

.companies-house-data p span {
	display: block;
	font-weight: 200;
	margin-top: 5px
}

#emailValidationWrapper,
#passwordValidationWrapper {
	height: 0;
	overflow: hidden;
	transition: height .4s
}

#emailValidationWrapper .open,
#passwordValidationWrapper .open {
	height: 100%
}

.password-warning-before {
	color: #d9534f
}

.email-warning-before,
.password-warning-before {
	float: left;
	font-size: 26px;
	left: 15px;
	position: relative;
	top: 29px
}

.email-warning-before {
	color: #d26200
}

.password-validation {
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.8em;
	margin: 15px 10px 0 55px;
	padding: 10px 10px 0;
	position: relative;
	text-align: left
}

.password-validation:after,
.password-validation:before {
	border: solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 25px;
	width: 0
}

.password-validation:after {
	border-color: hsla(0, 0%, 99%, 0) #fcfcfc hsla(0, 0%, 99%, 0) hsla(0, 0%, 99%, 0);
	border-width: 10px;
	margin-top: -10px
}

.password-validation:before {
	border-color: hsla(0, 0%, 88%, 0) #e0e0e0 hsla(0, 0%, 88%, 0) hsla(0, 0%, 88%, 0);
	border-width: 11px;
	margin-top: -11px
}

.password-validation ul li {
	display: block;
	margin: 0
}

.password-validation ul li:before {
	color: #ccc;
	float: left;
	font-family: Glyphicons Halflings;
	font-size: 15px;
	margin-left: -21px;
	margin-top: 2px
}

.password-validation ul li.pv-pass:before {
	color: #5cb85c;
	content: "\e089"
}

.password-validation ul li.pv-fail:before {
	color: #d9534f;
	content: "\e088"
}

input[type=date]:invalid::-webkit-datetime-edit {
	color: red !important
}

#apply-engine-break {
	display: none
}

#engine .homepage-main-title {
	color: #fff !important;
	display: inline;
	font-weight: 600;
	margin: 20px 0 10px;
	text-shadow: 1px 1px #000
}

#editAddress {
	float: right
}

#apply .btn-default {
	background: #fff;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmIi8+PHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0wIDBoMXYxSDB6Ii8+PC9zdmc+);
	background: linear-gradient(180deg, #fff 1%, #fff 17%, #f4f4f4)
}

#apply .btn-default.active,
#apply .btn-default:active,
#apply .btn-default:focus,
#apply .btn-default:hover {
	background: #ebebeb;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
	background: linear-gradient(180deg, #ebebeb 0, #ebebeb)
}

#apply .button-forward {
	float: right;
	margin: 0;
	padding: 20px 0 0;
	text-align: right;
	width: 58%
}

#apply .button-back {
	color: #008abb;
	float: left;
	font-size: 36px;
	margin: 0;
	padding: 35px 0 0;
	text-align: left;
	width: 38%
}

#apply .button-back a {
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	vertical-align: middle
}

#apply .button-back:before {
	content: "«";
	padding: 0 10px 0 5px
}

#apply .button-forward2 {
	color: #008abb;
	float: right;
	font-size: 36px;
	margin: 0;
	padding: 35px 0 0;
	text-align: right;
	width: 38%
}

#apply .button-forward2 a {
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	vertical-align: middle
}

#apply .button-forward2:after {
	content: "»";
	padding: 0 5px 0 10px
}

#apply .form-horizontal .has-feedback .form-control-feedback {
	font-size: 21px;
	line-height: 36px;
	pointer-events: none;
	right: 14px;
	top: 36px;
	z-index: 3000
}

#apply .form-horizontal .datepicker-field .form-control-feedback {
	right: 50px
}

#apply .has-feedback .form-control {
	padding-right: 26px
}

#apply .form-horizontal .form-group-4.has-feedback .form-control-feedback {
	right: 4px
}

#apply .apply-success {
	color: #00a900 !important;
	opacity: .15
}

#apply .apply-error {
	color: #ff3d37 !important;
	opacity: .15
}

#quote-page {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	margin: 25px 0;
	padding: 20px 40px 30px
}

#quote-page label {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left
}

#quote-page .apply-field {
	float: left;
	width: 100%
}

#quote-page .input-lg {
	font-size: 16px;
	height: 40px;
	padding: 6px 8px
}

#quote-page .submit-button {
	margin: 20px 0 0;
	text-align: center
}

#quote-page-content .form-group {
	float: left;
	margin: 0 1%;
	width: 31%
}

#quote-details {
	float: left
}

#quote-loan {
	float: left;
	margin: 15px 0 5px
}

#quote-loan .form-group {
	width: 48%
}

#contact-us-page label {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left
}

#contact-us-page .apply-field {
	float: left;
	width: 100%
}

#contact-us-page .input-lg {
	font-size: 16px;
	height: 40px;
	padding: 6px 8px
}

#contact-us-page .submit-button {
	text-align: center
}

#contact-us-page-content .form-group {
	float: left;
	margin: 0 1% 0 0;
	width: 100%
}

#contact-reason .form-group {
	margin: 0;
	width: 100%
}

#contact-comments .form-group {
	margin: 0;
	width: 100%
}

#contact-comments textarea {
	box-sizing: border-box;
	max-width: 100%;
	min-height: 200px;
	resize: vertical;
	width: 100%
}

#contactReason {
	font-size: 18px !important;
	height: 46px !important;
	margin-right: 10% !important
}

.enquiryDetails {
	margin-bottom: 20px !important
}

#contact-map {
	margin: 0 auto;
	padding: 0
}

#services-page-heading {
	background-color: #06435f;
	padding: 140px 0 60px
}

#services-page-heading h1 {
	color: #fff;
	font-size: 80px;
	font-weight: 600;
	text-shadow: 1px 1px #000
}

#services-page-heading #basic-content-subheading {
	color: #fff
}

#services-heading {
	background-color: #06435f;
	padding: 20px 0 30px
}

#services-heading h2 {
	font-size: 54px;
	font-weight: 600 !important;
	text-shadow: 1px 1px #000
}

#services-heading h2,
#services-heading h3 {
	border: 0;
	color: #fff;
	line-height: 1.2em;
	text-align: center
}

#services-heading h3 {
	font-size: 26px;
	font-weight: 200 !important
}

#services-heading #page-selector {
	background-color: #06435f;
	margin: 10px 0 0
}

#services-heading #page-selector span {
	color: #d8d8d8
}

#services-house {
	overflow: hidden;
	text-align: center;
	width: 100%
}

#services-house img {
	display: inline !important;
	height: 250px !important;
	left: 100%;
	margin-left: -200%;
	max-width: none !important;
	position: relative
}

#services-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	padding-left: 20px;
	padding-right: 20px
}

#services-engine {
	background-color: #f0f0f0;
	margin: 0;
	padding: 125px 0 50px
}

#services-engine h1 {
	border: 0;
	color: #333;
	font-size: 62px;
	font-weight: 200 !important;
	line-height: 70px;
	text-transform: none
}

#services-engine h2 {
	border: 0;
	color: #333;
	font-size: 26px;
	font-weight: 300 !important;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: none
}

#services-page form {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	padding: 20px
}

#service-engine-container {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	margin: 20px auto;
	max-width: 1140px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center
}

#service-engine-container .products {
	background: 0 0;
	display: table;
	width: 100%
}

#service-engine-container .product {
	background-color: #f5f5f5;
	border: 4px solid #fff;
	color: #555;
	display: table-cell;
	margin: 0 1%;
	padding: 3px 3px 20px;
	vertical-align: top;
	width: 31%
}

#service-engine-container p {
	padding-left: 20px;
	padding-right: 20px
}

#service-engine-container h4 {
	font-size: 22px;
	font-weight: 600 !important
}

#service-engine-container h4,
#service-engine-container h5 {
	border: 0;
	letter-spacing: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center
}

#service-engine-container h5 {
	font-size: 16px;
	font-weight: 300 !important;
	margin: 5px 0 20px
}

#service-engine-container .product h4,
#service-engine-container .product h5 {
	color: #555
}

#service-engine-container .product.selected {
	color: #000
}

#service-engine-container .product form {
	padding: 0
}

#service-engine-container .product button {
	background-color: #dedede !important;
	border: 1px solid #c1c1c1 !important;
	border-radius: 15px;
	color: #000 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	margin: 10px;
	padding: 9px 15px;
	text-transform: none;
	transition: all .3s !important
}

#service-engine-container .product button:hover {
	background-color: #e7e7e7 !important;
	border-color: #888 !important;
	border-radius: 25px;
	color: #000 !important
}

#service-engine-container .product.selected button {
	background-color: #fda930 !important;
	border: 1px solid #f80 !important;
	font-weight: 700;
	text-transform: uppercase
}

#service-engine-container .product.selected button:hover {
	background-color: #ffc200 !important;
	border-color: #f0c900 !important
}

#service-engine-container .product h5.selected,
#service-engine-container .product.selected h4 {
	color: #000
}

#service-engine-container ul {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left
}

#service-engine-container li {
	background: url(https://fleximize.com/assets/images/checkbox.png) no-repeat 0 0;
	margin: 10px 20px;
	min-height: 30px;
	padding-left: 35px;
	padding-top: 3px
}

form.service-engine p {
	float: left;
	padding-top: 8px;
	text-align: left;
	width: 240px
}

form.service-engine div {
	float: left;
	width: 340px
}

form.service-engine div.engine-row {
	float: left;
	padding: 5px 0;
	width: 100%
}

form.service-engine button {
	margin-top: 15px
}

#services-loans {
	border-top: 1px
}

#services-features {
	margin: 20px auto;
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px
}

#services-features .service-feature {
	background-color: #032b3d;
	border: 2px solid #06435f;
	color: #fff;
	float: left;
	min-height: 220px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 33%
}

#services-features .service-feature:hover {
	background-color: #2b7894
}

#services-features .service-feature h3 {
	font-size: 19px;
	font-weight: 600 !important;
	line-height: 1.4em
}

#services-features .service-feature p {
	font-size: 15px;
	font-weight: 300 !important;
	line-height: 1.6em
}

#services-reviews {
	margin: 20px auto;
	max-width: 1140px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px
}

#services-reviews h2 {
	border: 0;
	color: #333;
	font-size: 62px;
	font-weight: 200 !important;
	letter-spacing: 0;
	line-height: 70px;
	margin: 30px 0 0;
	text-align: center;
	text-transform: none
}

#services-reviews h3 {
	border: 0;
	color: #333;
	font-size: 26px;
	font-weight: 300 !important;
	line-height: 30px;
	margin: 6px 0 40px;
	text-align: center
}

#services-reviews h3.cta {
	margin: 25px 0 15px
}

#services-reviews .trustpilot {
	color: #333;
	float: left;
	margin: 0 1%;
	padding: 10px 0 20px;
	width: 31%
}

#services-reviews .trustpilot blockquote {
	padding: 0 20px;
	text-align: center
}

#services-reviews .trustpilot blockquote,
#services-reviews .trustpilot blockquote cite {
	color: #333;
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	line-height: 1.6em
}

#services-reviews .trustpilot blockquote cite {
	font-size: 100%;
	padding-top: 0;
	text-align: center !important
}

#services-reviews .trustpilot blockquote cite:after,
#services-reviews .trustpilot blockquote cite:before,
#services-reviews .trustpilot blockquote:before {
	display: none
}

#services-reviews .trustpilot img {
	margin: 0 auto
}

#services-reviews .trustpilot h4 {
	border: 0;
	color: #333;
	font-weight: 200 !important;
	letter-spacing: 0;
	margin: 10px
}

#services-reviews .trustpilot h5 {
	border: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0;
	margin: 0 10px 10px 5px
}

#services-reviews .trustpilot .tp-stars {
	padding-bottom: 10px
}

#services-links {
	color: #ccc;
	font-size: 20px;
	font-weight: 300 !important;
	line-height: 40px;
	text-align: center
}

#services-page-heading.fbl {
	background-image: url(https://fleximize.com/proxy-image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=100,width=1920/img/flexible-business-loans-header-v2.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 180px 0 110px
}

.servicesv2 #services-page-heading.fbl {
	background-image: url(https://fleximize.com/proxy-image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=100,width=1920/img/services-back-v2.png)
}

#basic-content .opening {
	font-size: 155%;
	font-weight: 200;
	line-height: 160%;
	margin: 30px auto 0;
	max-width: 1170px;
	padding: 0 10px;
	text-align: center
}

#basic-content #product-page-content .opening,
.servicesv2 #product-page-content #loan-intro .loan-text {
	margin: 0 auto;
	max-width: 850px
}

.tab-content ul {
	padding-left: 35px
}

.servicesv2 #product-page-content #loan-intro {
	background: #f6f6f6;
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.6em;
	padding: 30px 0 20px
}

.servicesv2 #the-basics {
	background: #fff;
	margin-top: 0
}

.servicesv2 #the-basics .loan-features {
	max-width: 700px
}

.servicesv2 #the-basics .loan-features li {
	margin: 15px 0 25px
}

.servicesv2 #repayment-options .repayment-features .repayment-feature {
	color: #333;
	vertical-align: top;
	width: 265px
}

.servicesv2 #repayment-options .repayment-features {
	background: 0 0;
	border: 0;
	padding: 0 0 30px
}

.servicesv2 .repayment-feature img {
	max-width: 85% !important;
	opacity: 1
}

.servicesv2 .repayment-feature h4 {
	color: #333;
	font-weight: 600 !important;
	letter-spacing: .5px;
	text-transform: none
}

.servicesv2 .repayment-feature:hover {
	background: #fcfcfc;
	cursor: help
}

.servicesv2 #criteria {
	padding: 10px 0 0
}

.servicesv2 #tp-quote {
	background: #f6f6f6;
	background: linear-gradient(180deg, #f6f6f6 0, #f6f6f6 50%, #fff 0, #fff);
	margin: 0 0 70px
}

.servicesv2 .tp-container {
	margin: 0 auto;
	max-width: 1170px
}

.servicesv2 .tp-wrapper {
	background: #fff;
	border-top: 3px solid #008abb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin: 0 10px
}

.tp-container blockquote {
	font-size: 1.8em;
	line-height: 1.5em;
	margin: 0 !important;
	padding: 30px 80px;
	text-align: center
}

.tp-container blockquote:before {
	display: none
}

.tp-container .tp-widget {
	padding: 0 0 40px
}

span.info-tip {
	border-bottom: 2px solid #dceadd;
	color: #01800a;
	white-space: nowrap
}

span.info-tip sup {
	font-size: 64%;
	margin-left: 2px
}

.explanation-left {
	float: left;
	padding: 40px 40px 20px 0;
	text-align: left;
	width: 50%
}

#product-page-content .explanation-left h3 {
	font-size: 1.1em;
	font-weight: 600 !important;
	margin: 0
}

#product-page-content .explanation-left strong {
	display: block;
	font-size: 1.05em;
	letter-spacing: .5px
}

.explanation-right {
	float: left;
	margin-bottom: 30px;
	padding: 40px 0 55px;
	position: relative;
	width: 50%
}

.explanation-right img {
	margin: 5px 0 0
}

.er-caption {
	background: #fff;
	border-top: 3px solid #008abb;
	bottom: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #000;
	font-size: .95em;
	font-weight: 600;
	left: 5%;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 15px;
	position: absolute;
	width: 90%;
	z-index: 10000
}

.faq-bottom {
	margin: 20px 0 0 !important;
	text-align: center !important
}

#our-awards {
	background-color: #fff;
	margin-top: 10px;
	padding: 10px 0
}

.award {
	float: left;
	font-weight: 600;
	margin: 0;
	padding: 30px 60px 30px 50px;
	text-align: left;
	width: 50%
}

.award img {
	margin: 5px 0 0;
	width: 125px
}

.award img,
.award p {
	display: inline-block;
	float: left
}

.award p {
	padding-left: 25px;
	width: calc(100% - 130px)
}

#services-page-heading .breadcrumb {
	margin-bottom: 15px !important
}

#services-page-heading .breadcrumb a {
	border-bottom: .2em solid #0f4961;
	color: #669bb4
}

#services-page-heading .breadcrumb a:focus,
#services-page-heading .breadcrumb a:hover {
	background-color: transparent;
	border-bottom: .2em solid #2c6680;
	color: #71c8e8
}

#services-page-heading .breadcrumb>li+li:before {
	color: #427b93
}

.fbl #st-container {
	margin-top: 20px !important
}

#product-page-content .loan-text {
	margin: 30px auto 0;
	max-width: 1170px;
	padding: 0 10px;
	text-align: center
}

#product-page-content .loan-text .btn-primary {
	margin-bottom: 30px
}

#product-page-content .loan-text-02 li,
#product-page-content .loan-text-02 p,
#product-page-content .loan-text-02 ul {
	text-align: left
}

#product-page-content .loan-text-02 p.c {
	text-align: center
}

#product-page-content .loan-text-02 h2 {
	margin-bottom: 20px
}

#product-page-content h2 {
	border-bottom: 0;
	color: #333;
	font-size: 70px;
	font-weight: 200 !important;
	line-height: 80px;
	margin-top: 30px;
	text-transform: none
}

#product-page-content h3 {
	border-bottom: 0;
	color: #333;
	font-size: 32px;
	font-weight: 300 !important;
	line-height: 42px;
	margin: 0 0 20px
}

#the-basics {
	background-color: #f6f6f6;
	margin-top: 35px;
	padding: 10px 0
}

#the-basics .loan-features {
	margin: 0 auto;
	max-width: 900px;
	padding: 10px 20px 0;
	position: relative
}

.loan-features ul {
	margin-bottom: 20px;
	padding-left: 5px
}

.loan-features li {
	list-style-type: none;
	margin: 0 0 8px
}

.loan-features li:before {
	content: "\2714";
	font-weight: 700;
	padding-right: 10px
}

.loan-text-02 .loan-features ul {
	padding-left: 10px
}

.loan-text-02 h3 {
	margin: 25px 0 10px;
	text-align: left
}

#repayment-options {
	padding: 10px 0 40px
}

#repayment-options .repayment-features {
	background-color: #005173;
	border: 20px solid #fff;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 20px;
	text-align: center
}

#repayment-options .repayment-features .repayment-feature {
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	margin: 0 .5%;
	padding: 10px;
	transition: all .2s;
	vertical-align: middle;
	width: 350px
}

.repayment-feature h4 {
	border-bottom: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 800 !important;
	text-transform: uppercase
}

.repayment-feature p {
	font-size: 16px;
	font-weight: 300 !important;
	line-height: 28px
}

.repayment-feature img {
	max-width: 200px;
	opacity: .3;
	transition: all .2s
}

.repayment-feature:hover {
	background-color: #114961
}

.repayment-feature:hover img {
	opacity: 1
}

#product-page-content.ppc-page #repayment-options .repayment-features .repayment-feature {
	color: #333;
	width: 265px
}

#product-page-content.ppc-page #repayment-options .repayment-features {
	background: 0 0;
	border: 0;
	padding: 0 0 30px
}

#product-page-content.ppc-page .repayment-feature h4 {
	color: #005174
}

#product-page-content.ppc-page .repayment-feature:hover {
	background: #e5f8ff;
	cursor: help
}

#criteria,
#faq-expandable {
	background-color: #f6f6f6;
	padding: 10px 0 40px
}

#faq-expandable.tp-pages .faq-tab div,
#faq-expandable.tp-pages .faq-tab label {
	background-color: #f6f6f6
}

#faq-expandable.tp-pages {
	background-color: #fff;
	padding: 10px 0
}

#services-page-heading.card {
	background-image: url(https://images.fleximize.com/images/card-header.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 60px
}

#card-quote {
	background-color: #002b3e;
	background-image: url(https://images.fleximize.com/images/card-quote-background.png);
	padding: 30px
}

#card-quote .card-quote-container {
	margin: 0 auto;
	max-width: 960px
}

.card-quote-container img {
	float: left;
	margin-left: 20px;
	width: 370px
}

.card-quote-container blockquote {
	color: #fff;
	float: left;
	margin: 0 0 40px 120px;
	text-shadow: 1px 1px #000;
	width: 430px
}

#card-table {
	border: 15px solid #f3f3f3;
	margin-bottom: 15px
}

#card-table .card-table-row {
	display: table;
	width: 100%
}

#card-table .card-table-row .card-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%
}

#card-table .card-table-row:nth-child(odd) {
	background-color: #fafafa
}

#card-table .card-table-row:nth-child(2n) {
	background-color: #f3f3f3
}

.card-table-heading {
	font-weight: 800
}

#card-application {
	background-color: #f6f6f6;
	padding: 10px 0 40px
}

#card-application .loan-text .btn-primary {
	margin-bottom: 15px !important
}

p.tsandcs {
	color: #999;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1.6em;
	margin-bottom: 0;
	margin-top: 30px
}

#services-page-heading.alterium-loans {
	background: #222;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjIyIi8+PHN0b3Agb2Zmc2V0PSI1MSUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0wIDBoMXYxSDB6Ii8+PC9zdmc+);
	background: linear-gradient(180deg, #222 0, #000 51%, #222);
	padding: 140px 0 60px
}

#services-page-heading.alterium-loans h1 {
	font-weight: 200 !important
}

#services-page-heading.alterium-loans h2#basic-content-subheading {
	font-size: 18px;
	font-style: normal;
	font-weight: 200 !important;
	letter-spacing: 3px
}

#services-page-heading.alterium-loans .breadcrumb a {
	border-bottom: .2em solid #222;
	color: #ccc
}

#services-page-heading .breadcrumb a:focus,
#services-page-heading.alterium-loans .breadcrumb a:hover {
	background-color: transparent;
	border-bottom: .2em solid #2c6680;
	color: #71c8e8
}

#services-page-heading.alterium-loans .breadcrumb>li+li:before {
	color: #444
}

#the-basics-alterium {
	background-color: #222;
	color: #eee;
	margin-top: 35px;
	padding: 10px 0
}

#the-basics-alterium h2,
#the-basics-alterium h3 {
	color: #fff
}

#the-basics-alterium .loan-features {
	margin: 0 auto;
	max-width: 900px;
	padding: 10px 20px 0;
	position: relative
}

#basic-content .alterium-page .opening {
	font-size: 125%;
	font-weight: 200 !important;
	line-height: 160%
}

#partners-header h1 {
	font-size: 70px
}

#partners-header h2#basic-content-subheading {
	font-size: 26px;
	font-style: normal;
	font-weight: 200 !important;
	letter-spacing: 0;
	line-height: 1.4em
}

.partners-quote {
	background-image: url(https://fleximize.com/proxy-image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=100/img/partners-background.png)
}

.partners-quote.growth blockquote {
	color: #fff;
	font-size: 38px;
	line-height: 48px;
	padding: 40px 60px 60px 340px
}

.partners-quote.connections blockquote {
	color: #fff;
	font-size: 30px;
	line-height: 44px;
	padding: 30px 420px 60px 10px
}

.partners-quote.connections .loan-text {
	overflow: hidden
}

.partners-quote .loan-text {
	position: relative
}

.partners-quote.growth img {
	bottom: 0;
	display: block;
	left: 30px;
	margin: 0;
	position: absolute;
	width: 280px
}

.partners-quote.connections img {
	bottom: 0;
	display: block;
	margin: 0;
	position: absolute;
	right: 30px;
	width: 400px
}

#partners-selector a.btn-lg {
	background-color: #dedede !important;
	border: 1px solid #c1c1c1 !important;
	border-radius: 15px;
	color: #000 !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	margin: 10px;
	margin-bottom: 10px !important;
	padding: 12px 18px;
	transition: all .3s !important;
	width: 150px
}

#partners-selector a.btn-lg:hover {
	background-color: #e7e7e7 !important;
	border-color: #888 !important;
	border-radius: 25px;
	color: #000 !important
}

#partners-selector h2 {
	font-size: 56px;
	line-height: 66px
}

#partners-selector h3 {
	text-align: center
}

#partners-intro {
	padding: 0
}

.partner-anchor:before {
	content: "";
	display: block;
	height: 90px;
	margin: -90px 0 0
}

#partners-types {
	padding: 0
}

#partners-types h2 {
	margin-bottom: 10px;
	padding: 20px 0 0
}

#partners-types h3.c {
	margin: -10px 0 30px;
	text-align: center
}

#section-statistics.partner-stats #section-statistics-01 {
	width: 50%
}

#section-statistics.partner-stats #section-statistics-01 span {
	font-size: 76px;
	letter-spacing: -3px;
	line-height: 70px
}

#section-statistics.partner-stats #section-statistics-02 {
	width: 50%
}

#section-statistics.partner-stats #section-statistics-02 img {
	margin: 5px auto 0;
	max-width: 310px
}

#section-statistics.partner-stats #section-statistics-02 strong {
	color: #236014
}

#partners-introducer .loan-text .btn-primary {
	margin-bottom: 10px
}

#partners-introducer-scheme {
	background-color: #f6f6f6;
	padding: 10px 0 40px
}

#scheme-benefits {
	display: table;
	margin-bottom: 20px
}

.scheme-benefits-cell {
	background-color: #f1f1f1;
	border: 3px solid #fff;
	display: table-cell;
	font-size: 14px;
	line-height: 1.7em;
	margin: 5px;
	padding: 0 20px 30px;
	text-align: center !important;
	width: 25%
}

#partners-introducer h4 {
	border-bottom: 0;
	color: #000;
	font-size: 22px;
	font-weight: 300 !important;
	line-height: 36px;
	margin: 0 0 6px;
	text-align: left !important
}

#scheme-benefits h4 {
	border: 0;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.6em;
	margin: 20px 0 10px;
	text-align: center !important
}

.responsive-tabs__list__item {
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 1px 0 2px !important;
	padding: 12px !important;
	text-transform: uppercase
}

.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
	background: #f9f9f9 !important;
	border-bottom-color: #f9f9f9 !important
}

.responsive-tabs ul {
	padding-left: 40px
}

.responsive-tabs__list {
	border-bottom: 1px solid #e5e5e5 !important;
	margin-top: 25px !important
}

h3.responsive-tabs__heading {
	border: 1px solid #e5e5e5;
	font-size: 16px !important;
	line-height: 34px;
	margin: 20px 0 0;
	padding: 0 0 0 10px;
	text-transform: uppercase
}

.responsive-tabs__heading {
	background: #f0f0f0 !important;
	border-radius: 0 !important;
	box-shadow: none !important
}

.responsive-tabs__heading--active {
	background: #ededed !important
}

.responsive-tabs__heading--active:hover,
.responsive-tabs__heading:hover {
	background-color: #eaeaea !important
}

span.dance {
	display: inline;
	text-align: center
}

span.dance span {
	display: inline;
	margin: 0
}

.first-dance {
	-webkit-animation: swag 3s cubic-bezier(.175, .885, .32, 1.275) .4s infinite;
	animation: swag 3s cubic-bezier(.175, .885, .32, 1.275) .4s infinite;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	color: #fff
}

.last-dance {
	-webkit-animation: swag 2s cubic-bezier(.6, -.28, .735, .045) .8s infinite;
	animation: swag 2s cubic-bezier(.6, -.28, .735, .045) .8s infinite;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
	color: #fff
}

@-webkit-keyframes swag {
	0% {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn)
	}
}

body.alterium {
	background: #222;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjIyIi8+PHN0b3Agb2Zmc2V0PSI1MSUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0wIDBoMXYxSDB6Ii8+PC9zdmc+);
	background: linear-gradient(180deg, #222 0, #000 51%, #222)
}

body.alterium .content {
	color: #ccc
}

body.alterium .content p {
	color: #eee;
	font-weight: 200;
	letter-spacing: 1px
}

body.alterium .content h2,
body.alterium .content h3 {
	border-bottom: 0;
	color: #eee
}

body.alterium #apply-page-heading {
	background: 0 0 !important;
	padding-bottom: 40px
}

body.alterium #apply-page-heading h1 {
	font-size: 60px;
	font-weight: 200
}

body.alterium .content h2#basic-content-subheading {
	font-size: 16px;
	font-style: normal;
	font-weight: 200 !important;
	letter-spacing: 3px
}

body.alterium footer {
	border-top: 0
}

body.alterium #footer_top {
	background-color: #042432;
	border-top: 10px solid #063c54
}

body.alterium .copyright {
	background-color: #002638;
	background-color: #063c54
}

body.alterium #footer_top h3 {
	border-bottom: 1px solid #063c54
}

body.alterium a.sm {
	background: #063c54
}

body.alterium footer a {
	border-bottom: .1em solid #082532
}

body.alterium #quote-page {
	background: #181818;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTgxODE4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjYyNjI2Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
	background: linear-gradient(180deg, #181818 0, #262626);
	border: 2px solid #1d1d1d;
	border-radius: 30px
}

header #header-cta #search-submit {
	background-color: #b6b6b6 !important;
	color: #fff !important;
	display: block !important;
	margin: 0 0 0 160px !important;
	position: absolute !important;
	width: 40px !important
}

header #header-cta #search-submit:hover {
	background-color: #259ac4 !important
}

header #header-cta #search .search-go {
	display: none
}

#search-results {
	margin-top: 10px
}

#search-results td {
	padding: 3px 0
}

#search-results b {
	font-weight: 800
}

#search-results img {
	margin: 0
}

.gsc-control-cse .gsc-table-result,
.gsc-control-wrapper-cse {
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

.gsc-result .gs-title {
	height: auto !important
}

.gs-result .gs-title,
.gs-result .gs-title * {
	line-height: 2em !important;
	text-decoration: none !important
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
	font-size: 14px !important;
	line-height: 24px !important
}

.gsc-input-box {
	height: auto !important
}

table.gsc-search-box {
	background-color: #004f72 !important
}

table.gsc-above-wrapper-area-container,
table.gsc-resultsHeader,
table.gsc-search-box table,
table.gsc-table-result {
	background-color: #fff !important
}

table.gsc-search-box td {
	padding: 10px !important
}

table.gsc-search-box td.gsc-search-button {
	padding: 0 10px 0 0 !important
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	height: auto !important;
	margin: 10px 0 3px !important;
	min-width: 34px !important;
	padding: 18px !important;
	width: auto !important
}

.gsst_a {
	border: 0 !important
}

.gcsc-branding {
	display: none
}

.gs-imageResult div.gs-visibleUrl,
.gs-webResult div.gs-visibleUrl {
	margin: 5px 0 0
}

.gs-imageResult div.gs-visibleUrl b,
.gs-webResult div.gs-visibleUrl b {
	color: #278b48 !important
}

#search-results .gsc-cursor-box {
	font-size: 120%;
	text-align: center
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
	background-color: #edfaff;
	color: #0079a4;
	display: inline-block;
	margin: 3px;
	min-width: 32px;
	padding: 5px
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	background-color: #4ba4d1;
	color: #fff;
	text-decoration: none
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: #2880ac !important;
	color: #fff !important
}

.algolia-input-box {
	height: auto !important
}

table.algolia-search-box {
	background-color: #004f72 !important
}

table.algolia-search-box table,
table.gsc-above-wrapper-area-container,
table.gsc-resultsHeader,
table.gsc-table-result {
	background-color: #fff !important
}

table.algolia-search-box td {
	padding: 10px !important
}

table.algolia-search-box td.gsc-search-button {
	padding: 0 10px 0 0 !important
}

#case-studies-home {
	text-align: center
}

#case-studies-home hr {
	margin-top: 40px
}

#case-studies-home h2 {
	border: 0;
	color: #333;
	font-size: 62px;
	font-weight: 200 !important;
	letter-spacing: 0;
	line-height: 70px;
	margin: 20px 0 0;
	text-align: center;
	text-transform: none
}

#case-studies-home h3 {
	border: 0;
	color: #333;
	font-size: 26px;
	font-weight: 300 !important;
	line-height: 30px;
	margin: 6px 0 30px;
	text-align: center
}

.case-studies-header {
	background-color: #000;
	background: url(https://fleximize.com/proxy-image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=90,width=1920/img/stewart-header.jpg) no-repeat center top 60px fixed;
	height: 360px;
	margin-top: 40px
}

.case-studies-text {
	height: 360px;
	margin-top: -360px
}

.case-studies-text h1 {
	color: #fff;
	font-size: 64px !important;
	font-weight: 600;
	letter-spacing: -2px;
	margin: 0 auto !important;
	max-width: 1150px;
	padding: 155px 20px 0;
	text-align: left;
	text-shadow: 2px 2px #000
}

.case-studies-text h2 {
	font-feature-settings: "liga" 0;
	border: 0;
	color: #fff;
	font-size: 32px !important;
	font-weight: 200 !important;
	letter-spacing: 5px;
	line-height: 36px !important;
	margin: 0 auto;
	max-width: 1150px;
	padding: 0 20px;
	text-align: left;
	text-shadow: 1px 1px #000
}

.video-image {
	background-color: #000;
	margin-bottom: 15px;
	padding: 10px
}

.video-image h2 {
	border: 0;
	color: #fff;
	font-weight: 600 !important;
	line-height: 1.4em;
	margin: 15px 10px 20px;
	text-align: center
}

.video-image img {
	margin: 0
}

#more-case-studies {
	border-bottom: 1px solid #eee;
	text-align: center
}

#more-case-studies .cs_description p,
.case-study {
	display: inline-block
}

.case-study {
	margin: 10px 1%;
	width: 31%
}

#case-studies-home .case-study h3 {
	font-size: 20px;
	margin: 0
}

#case-studies-home .case-study h3 a {
	border-bottom: 0 !important
}

#case-studies-home .portfolio_description p {
	line-height: 8px;
	margin: 0
}

#case-studies-home .case-study figcaption {
	border-bottom: 0;
	letter-spacing: 0
}

#case-studies-home .breadcrumb {
	margin: 0 0 20px !important;
	padding: 0 !important
}

.portfolio_strict .portfolio_item .portfolio_description {
	border-bottom: 0;
	padding: 10px 0
}

.gall-wrapper {
	margin: auto;
	max-width: 1140px
}

.gall-wrapper>p {
	font-weight: 400;
	margin: 20px;
	text-align: center
}

.gall-wrapper#case-studies-home-grid {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px
}

.gall-wrapper#homepage-cs-grid {
	padding: 20px 0 10px
}

.gall-wrapper>h2 {
	border: 0;
	color: #333;
	font-size: 62px;
	font-weight: 200 !important;
	line-height: 70px;
	text-align: center
}

.gall-grid {
	list-style: none;
	margin: 0 auto;
	padding: 0
}

.gall-grid,
.gall-grid figure {
	position: relative;
	text-align: center
}

.gall-grid figure {
	border: 2px solid #fff;
	cursor: pointer;
	float: left;
	margin: 0;
	overflow: hidden;
	width: 33.2%
}

.gall-grid figure img {
	background-size: cover;
	display: block;
	margin: 0 !important;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	position: relative
}

.gall-grid figure figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 0 !important;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2em
}

.gall-grid figure figcaption:after,
.gall-grid figure figcaption:before {
	pointer-events: none
}

.gall-grid figure figcaption,
.gall-grid figure figcaption>a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.gall-grid figure figcaption>a {
	font-size: 0;
	opacity: 0;
	text-indent: 200%;
	white-space: nowrap;
	z-index: 1000
}

.gall-grid figure figcaption>p {
	line-height: 20px
}

.gall-grid figure h2 {
	border: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	padding: 6px 2px;
	text-transform: uppercase;
	word-spacing: -.1em
}

.gall-grid figure h2 span {
	font-weight: 800
}

.gall-grid figure h2,
.gall-grid figure p {
	margin: 0
}

.gall-grid figure p {
	letter-spacing: 1px
}

figure.gall-effect figcaption:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .9) 34%, #000 86%, #000 99%, #000);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translate3d(0, 50%, 0);
	width: 100%
}

figure.gall-effect h2 {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .6) 0, hsla(0, 0%, 100%, .9));
	bottom: 0;
	color: #000;
	left: 0;
	position: absolute;
	transform: translate3d(0, -50%, 0);
	transition: transform .2s, color .2s;
	width: 100%
}

figure.gall-effect h2 i,
figure.gall-effect h2 svg {
	display: none
}

figure.gall-effect figcaption:before,
figure.gall-effect p {
	transition: opacity .2s, transform .2s
}

figure.gall-effect p {
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 2em;
	position: absolute;
	transform: translate3d(0, 10px, 0);
	width: 100%
}

figure.gall-effect:hover h2 {
	background: 0 0;
	color: #fff;
	transform: translateZ(0) translate3d(0, -85px, 0)
}

figure.gall-effect:hover h2 i,
figure.gall-effect:hover h2 svg {
	display: inline-block;
	font-size: 3em
}

figure.gall-effect:hover figcaption:before,
figure.gall-effect:hover p {
	opacity: 1;
	transform: translateZ(0)
}

#email-subscription-toggler {
	background-color: #000;
	border: 0;
	border-radius: 0 8px 8px 0;
	bottom: 26px;
	color: #fff;
	display: block;
	left: 0;
	margin-top: 0;
	max-width: 120px;
	min-height: 80px;
	padding: 6px 8px 8px 4px;
	position: fixed;
	text-align: left;
	width: 24px;
	z-index: 10000
}

#email-subscription-toggler .container {
	display: table;
	height: 80px;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 112px
}

#email-subscription-toggler:hover {
	background: #002130
}

#email-subscription-toggler .container span {
	display: table-cell;
	vertical-align: middle
}

#email-subscription {
	background-color: #000;
	border: 0;
	border-radius: 0 10px 10px 0;
	bottom: 25px;
	display: none;
	left: 0;
	margin-top: 0;
	max-width: 310px;
	min-height: 95px;
	padding: 15px;
	position: fixed;
	z-index: 10000
}

#email-subscription,
#email-subscription a {
	color: #fff;
	text-align: left
}

#email-subscription:hover {
	background: #002130
}

#email-subscription h3 {
	font-size: 18px;
	margin: 0 0 10px
}

#email-subscription p {
	font-size: 13px;
	line-height: 17px;
	margin: 0
}

#email-subscription.email-subscription-hide {
	display: none !important
}

#email-subscription-modal form {
	text-align: left
}

#email-subscription-modal form .form-group {
	margin: 5px 0
}

#email-subscription-modal form .form-group.required .control-label:after {
	display: none
}

#email-subscription-modal .email-subscription-footer {
	border-top: 20px solid #fff;
	clear: both;
	text-align: center
}

.lbl-opt-in {
	text-align: left !important
}

.remodal-overlay.remodal-is-opened {
	z-index: 90000
}

.remodal-wrapper.remodal-is-opened {
	z-index: 95000
}

#login-html {
	height: 100%
}

#login-page {
	background: #f0f0f0
}

#login-heading {
	margin: 30px auto 10px;
	max-width: 100%;
	text-align: center;
	width: 380px
}

#login-heading h1 {
	color: #005072;
	font-size: 26px;
	font-weight: 200;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	max-width: 270px
}

#login-heading a {
	border: 0;
}

#login-heading span {
	color: #888;
	font-weight: 200;
	letter-spacing: 1px
}

#login-heading a img {
	width: 56px
}

#login-form {
	background-color: #fafafa;
	border: 10px solid #f0f0f0;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px;
	width: 380px
}

#login-form p {
	margin: 25px 0 0;
	text-align: center
}

#login-form a#forgotten {
	border: 0;
	float: right;
	font-size: 14px;
	padding: 3px;
	text-decoration: none
}

#login-form ::-webkit-input-placeholder {
	color: #bbb;
	font-weight: 200
}

#login-form :-moz-placeholder,
#login-form ::-moz-placeholder {
	color: #bbb;
	font-weight: 200;
	opacity: 1
}

#login-form.introducers-sign-up {
	max-width: 540px;
	width: auto
}

#login-form.introducers-sign-up label {
	padding-right: 8px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	width: 35%
}

#login-form.introducers-sign-up .termsAndConditions label {
	padding-right: 0
}

#login-form.introducers-sign-up div.apply-field {
	display: inline-block;
	width: 63%
}

#login-form input[type=checkbox] {
	cursor: pointer;
	height: 22px;
	margin: 0 10px 0 -10px;
	transition: all .3s linear;
	width: 22px
}

#login-form #members-link {
	font-size: 13px;
	margin: 5px 0 10px
}

#login-form #brokerButton {
	margin: 10px 0 0
}

#login-form div.termsAndConditions {
	background-color: #fff;
	border-radius: 35px;
	font-size: 14px;
	padding: 5px 10px
}

#login-form.coming-soon {
	margin: 10px auto;
	max-width: 100%;
	text-align: left;
	width: 440px
}

#login-form.coming-soon p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-align: left
}

#login-form.coming-soon ul {
	color: #666;
	font-size: 15px;
	letter-spacing: 1px;
	list-style-type: none;
	padding: 0 0 5px
}

#login-form.coming-soon li {
	padding: 3px 0 2px
}

#login-form.coming-soon ul li:before {
	color: #004f72;
	content: "\2714";
	font-size: 20px;
	margin: 0 8px 0 0
}

#error-page p span {
	color: #005403;
	font-size: 150%;
	padding: 0 3px
}

#landing-page h2#basic-content-subheading {
	margin-bottom: 15px
}

#services-page-heading.landing-page {
	background-color: #000;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 320px 0 220px;
	width: 100%
}

#services-page-heading.landing-page.ppc-landing {
	padding: 100px 50px 0
}

.ppc-headings h1 {
	font-size: 300% !important;
	margin: 375px 0 0 !important
}

.ppc-headings h2#basic-content-subheading {
	margin: 10px 0
}

.ppc-mobile-headings {
	display: none
}

.ppc-form-wrapper {
	float: right
}

.ppc-form-container {
	margin: 0 50px;
	width: 500px
}

.ppc-form h3,
.ppc-form p {
	text-align: center
}

.ppc-form h3 {
	border: 0;
	font-size: 32px;
	font-weight: 800 !important
}

.ppc-form p {
	font-size: 17px;
	line-height: 28px;
	padding: 0 15px
}

.ppc-form label {
	margin: 0
}

.ppc-form {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	margin: 0 0 50px;
	min-height: 600px;
	padding: 5px 10px 10px
}

.ppc-form .form-group {
	margin-bottom: 8px
}

.ppc-form label {
	font-size: 15px;
	line-height: 1.6em
}

.ppc-form .submit-button {
	margin: 10px 0
}

.full-form .ppc-form-fields #loan-amount {
	width: 100%
}

.full-form #ts-and-cs .apply-field .checkbox {
	margin-left: -15px
}

.ppc-form-fields #ts-and-cs .apply-field p {
	text-align: left
}

.full-form .ppc-form-fields a.regsearch {
	border-bottom: none
}

#apply .full-form .has-feedback .form-control {
	padding-right: 5px
}

#apply .form-horizontal.full-form .has-feedback .form-control-feedback {
	display: none !important
}

.ppc-form-container #apply {
	min-width: auto
}

.ppc-form.form-horizontal.full-form .form-group {
	margin-left: 0;
	margin-right: 0
}

#ppc-form-modal.ppc-form .ppc-form-fields {
	text-align: left
}

#ppc-form-modal.ppc-form label {
	font-weight: 600
}

#ppc-form-modal.ppc-form {
	margin: 0
}

.ppc-form #loan-amount {
	width: 100%
}

.ppc-form a.regsearch {
	border-bottom: none
}

.ppc-form #ts-and-cs {
	margin: 0;
	padding: 0
}

.ppc-form #ts-and-cs .apply-field p {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 0 0 15px;
	text-align: left
}

.ppc-form input[type=checkbox] {
	cursor: pointer;
	height: 22px;
	margin: 14px 10px 0 -24px !important;
	transition: all .3s linear 0s;
	width: 22px
}

#product-page-content.ppc-page h2 {
	font-size: 54px;
	line-height: 62px;
	margin: 30px 0 20px
}

#product-page-content.ppc-page h3 {
	font-size: 26px;
	line-height: 40px
}

#product-page-content.ppc-page #loan-intro {
	margin-top: 50px
}

p.ppc-call {
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: -10px;
	text-transform: uppercase
}

p.eligibility {
	margin: -10px 0 0;
	text-align: center
}

p.eligibility a {
	background: 0 0 !important;
	border-bottom: 1px !important;
	color: #fff
}

p.eligibility a:focus,
p.eligibility a:hover {
	color: #fda930
}

.logo-negative {
	left: 20px;
	max-width: 200px;
	position: absolute;
	top: 0
}

.landing-page-offer {
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: 0
}

.ppc-logos {
	background: hsla(0, 0%, 100%, .85);
	border-radius: 0 30px 30px 0;
	left: 0;
	padding: 10px 20px 10px 10px;
	position: absolute;
	top: 20px
}

.ppc-logos img {
	display: inline-block;
	float: left;
	margin: 0 7px;
	max-height: 38px
}

.ppc-tp {
	max-width: 200px
}

.ppc-video-caption {
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	width: 100%
}

.ppc-video-caption li {
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 33.33333%
}

.ppc-video-caption li:hover .caption {
	opacity: 1
}

.ppc-video-caption li:hover img {
	opacity: 1;
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15)
}

.ppc-video-caption img {
	float: left;
	height: 220px;
	margin: 0;
	max-width: none;
	padding: 0;
	width: auto;
	z-index: 4
}

.ppc-video-caption .caption {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all .45s ease-in-out;
	width: 100%
}

.ppc-video-caption img {
	transition: all .25s ease-in-out
}

.ppc-video-caption .blur {
	background-color: rgba(0, 0, 0, .65);
	height: 300px;
	position: absolute;
	width: 400px;
	z-index: 5
}

.ppc-video-caption .caption-text h4 {
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 22px;
	margin: 10px 20px;
	text-transform: uppercase
}

.ppc-video-caption .caption-text {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	position: absolute;
	text-align: center !important;
	top: 0;
	width: 100%;
	z-index: 10
}

.ppc-video-caption .caption-text p {
	padding: 0 20px;
	text-align: center !important
}

.ppc-case-study {
	background: #0a0a0a;
	background-image: url(https://images.fleximize.com/images/partners-background.png);
	padding: 40px 0
}

.ppc-case-study .cs-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px
}

.ppc-case-study .cs-desc {
	float: left;
	width: 60%
}

.ppc-case-study .cs-desc h3 {
	color: #fff !important;
	margin: 0
}

.ppc-case-study .cs-desc p {
	color: #ddd;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: .5px;
	line-height: 1.4em;
	margin: 10px 0;
	padding: 0
}

.ppc-case-study .cs-vid {
	float: right;
	width: 35%
}

.ppc-case-study .cs-vid img {
	border: 2px solid #333;
	margin: 0
}

.ppc-case-study .cs-vid img:hover {
	filter: brightness(120%) !important
}

.ppc-case-study .cs-desc a {
	border-bottom: .2em solid #17455a;
	color: #fff;
	font-weight: 600
}

.ppc-case-study .cs-desc a:focus,
.ppc-case-study .cs-desc a:hover {
	background: 0 0 !important;
	border-bottom: .2em solid #215e79;
	color: #55d0ff
}

.ppc-case-study .cs-desc .fa-play-circle {
	font-size: 1em;
	margin-left: 5px
}

#product-page-content.ppc-page .ppc-case-study h3 {
	font-size: 30px;
	font-weight: 400 !important;
	line-height: 36px
}

#product-page-content.ppc-page .repayment-feature img {
	opacity: 1
}

#product-page-content.ppc-page .ppc-case-study .cs-desc a {
	border-bottom: 0 !important
}

.ppc-faq-footer p {
	font-size: .85em;
	line-height: 1.8em;
	text-align: center !important
}

.ppc-cta-link {
	display: inline-block;
	font-size: 1.1em;
	margin: 0 15px 15px
}

.ppc-cta-link a {
	border: none !important
}

.ppc-cta-link a:active,
.ppc-cta-link a:hover {
	background: 0 0 !important;
	color: #06435f
}

.ppc-cta-link .fa {
	font-size: 1em
}

.pcc-pointer a:hover {
	cursor: pointer !important
}

.ppc-cta-link img {
	display: inline-block;
	width: 80px
}

.cbils-landing #product-page-content h2 {
	font-size: 54px;
	line-height: 62px;
	margin: 30px 0 20px
}

.cbils-landing.servicesv2 #services-page-heading {
	border-bottom: 7px solid #008abb
}

.cbils-landing.servicesv2 #product-page-content #loan-intro .loan-text {
	max-width: 1200px
}

.cbils-landing.servicesv2 #services-page-heading.landing-page.ppc-landing {
	padding: 320px 50px 80px
}

.cbils-landing.servicesv2 #services-page-heading.landing-page.ppc-landing h1 {
	margin: 0 auto !important
}

.cbils-landing.servicesv2 .ppc-headings h2#basic-content-subheading {
	margin: 20px auto !important
}

.cbils-landing .ppc-tp {
	margin-top: 60px;
	max-width: 350px
}

.cbils-landing.servicesv2 #product-page-content #loan-intro {
	background: #fff;
	padding: 50px 0 40px
}

.cbils-landing.servicesv2 #tp-quote {
	margin-bottom: 40px
}

.cbils-landing #faq-expandable {
	background-color: #fff
}

.cbils-landing #faq-expandable .faq-tab label {
	background: #f6f6f6;
	border-bottom: 2px solid #f2f2f2;
	line-height: 1.5em;
	padding: 11px 45px 11px 11px
}

.cbils-landing #faq-expandable .faq-tab .tab-content {
	background: #fcfcfc
}

.cbils-landing #footer_logos a:hover {
	background: 0 0
}

.cbils-landing .er-caption {
	font-family: Poppins, serif;
	font-size: 1.4em;
	font-weight: 400;
	text-align: left;
	z-index: 100
}

.cbils-landing .er-caption em {
	font-size: 80%;
	font-weight: 600
}

.cbils-landing #fbl-application {
	background: #f9f9f9;
	padding: 40px 0
}

.cbils-landing #fbl-application h2,
.cbils-landing #product-page-content #fbl-application .loan-text {
	margin-top: 0 !important
}

.cbils-landing h3.more-support {
	border-bottom: 1px solid #ccc !important;
	margin-top: 30px !important;
	padding-bottom: 10px
}

.cbils-landing #bbb-footer {
	background: #f6f6f6;
	margin-bottom: -40px;
	padding-bottom: 50px;
	padding-top: 20px
}

.cbils-landing #bbb-footer .loan-text {
	font-size: .95em;
	font-style: italic;
	line-height: 1.5em;
	text-align: left !important
}

.cbils-landing #bbb-footer img {
	float: left;
	margin: 10px 30px 30px 0;
	max-width: 280px
}

@media (min-width:768px) {
	.ppc-modal-xl {
		max-width: 1200px;
		width: 90%
	}
}

#ppcModalLarge .modal-lg {
	max-width: 1200px;
	width: 98%
}

#ppcModalLarge .modal-content {
	border-radius: 0
}

#ppcModalLarge .modal-body {
	padding: 5px 50px 35px
}

#ppcModalLarge .modal-header {
	border-bottom: 0
}

#accreditation {
	background-color: #000;
	margin-top: 0;
	padding: 10px 0
}

.accreditation-logos {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 10px;
	text-align: center
}

#landing-page #repayment-options {
	padding-bottom: 5px !important
}

#landing-page #repayment-options .repayment-features {
	border-radius: 0
}

.faq-tab {
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
	width: 100%
}

.faq-tab input {
	opacity: 0;
	position: absolute;
	z-index: -1
}

.faq-tab label {
	background: #fff;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 90%;
	font-weight: 600;
	line-height: 3;
	padding: 0 0 0 1em;
	position: relative;
	text-align: left
}

.faq-tab .tab-content {
	background: #fff;
	color: #444;
	font-size: 85%;
	line-height: 1.6em;
	margin: 0 0 5px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s
}

.faq-tab .tab-content p {
	margin: 1em
}

.faq-tab input:checked~.tab-content {
	max-height: none
}

.faq-tab label:after {
	display: block;
	height: 3em;
	line-height: 3;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all .35s;
	width: 3em
}

.faq-tab input[type=checkbox]+label:after {
	content: "+"
}

.faq-tab input[type=checkbox]:checked+label:after {
	transform: rotate(315deg)
}

.article-list-info em {
	background: #e4f8ff;
	font-style: normal
}

.alterium-consent-links {
	border-bottom: .2em solid #333 !important;
	color: #fda930 !important;
	transition: all .3s
}

.alterium-consent-links:focus,
.alterium-consent-links:hover {
	background: 0 0 !important;
	border-bottom: .2em solid #f80 !important;
	color: #f80 !important;
	transition: all .3s
}

.hide-elem {
	display: none
}

#services-quote .responsive-tabs #quote-table-lite h2 {
	border-bottom: 1px solid #e1e1e1;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 50px;
	padding: 0
}

.servicesv3 #the-basics {
	background-color: #fff;
	margin-top: 0;
	padding: 0 0 10px
}

.servicesv3 #product-page-content #loan-intro {
	padding-top: 40px
}

.servicesv3 #services-page-heading.fbl {
	border-bottom: 5px solid #186285;
	padding: 180px 0 150px
}

.servicesv3 #product-page-content h2 {
	font-size: 40px;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-top: 50px
}

.servicesv3 #product-page-content h2 span.lite {
	font-style: italic;
	font-weight: 400
}

.servicesv3 #product-page-content .explanation-left strong {
	color: #333
}

.servicesv3 #the-basics p {
	font-size: .9em
}

.servicesv3 #the-basics p.intro-para {
	font-size: 1.1em;
	margin: 20px auto;
	max-width: 950px
}

.servicesv3 #the-basics h2 {
	margin-top: 60px
}

.servicesv3 #the-basics h3 {
	font-size: 20px;
	font-weight: 600 !important;
	letter-spacing: 0;
	margin: 20px 0 10px
}

.servicesv3 #the-basics img {
	max-width: 280px;
	width: 100%
}

.servicesv3 #fbl-application {
	background: #f6f6f6
}

.servicesv3 #fbl-application .loan-text {
	margin-top: 0 !important;
	padding-bottom: 30px
}

.servicesv3 #fbl-application .loan-text h2 {
	margin-top: 0;
	padding-top: 50px
}

.servicesv3 #tp-box {
	padding-top: 0
}

.servicesv3 #tp-quote {
	padding-top: 25px
}

.servicesv3 #penalty-free-promise {
	font-size: .9em;
	padding-bottom: 30px
}

.servicesv3 #penalty-free-promise p.intro-para {
	font-size: 1.1em;
	margin: 20px auto 40px;
	max-width: 900px
}

.servicesv3 #tp-box {
	background: #fff;
	background: linear-gradient(180deg, #fff 0, #fff 50%, #f6f6f6 0, #f6f6f6);
	margin: 35px 0 0
}

.servicesv3 #tp-box .tp-wrapper {
	border-bottom: 1px solid #e6e6e6
}

.servicesv3 #tp-box .tp-container .tp-widget {
	padding: 22px 0 20px
}

.content table.promise-table {
	background: 0 0;
	margin: 30px 0;
	text-align: left
}

.content table.promise-table td {
	background: #fbfbfb;
	border: 1px solid #eee;
	vertical-align: top
}

.content table.promise-table th {
	background: #eee;
	border: 1px solid #eee;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 7px 20px
}

.content table.promise-table td.promise-icon {
	border-right: none;
	font-size: .9em;
	padding: 7px 0 0 20px
}

.content table.promise-table td:not(.promise-icon) {
	border-left: none;
	padding: 5px 25px 8px 12px
}

.content table.promise-table .fa-times {
	color: #d3572e
}

.content table.promise-table .fa-check {
	color: #5cb85c
}

.servicesv3 #faq-expandable {
	padding-bottom: 60px;
	padding-top: 20px
}

.servicesv3 .product-overview {
	padding-bottom: 15px;
	text-align: left
}

.servicesv3 .product-overview h4 {
	border-bottom: 0;
	font-weight: 600 !important;
	letter-spacing: .5px;
	margin-bottom: 15px
}

.servicesv3 .product-qualification {
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: 1px
}

.servicesv3 .product-highlights {
	border-top: 3px solid #008abb;
	box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .08), 0 20px 31px 3px rgba(0, 0, 0, .09), 0 8px 20px 7px rgba(0, 0, 0, .02);
	margin-bottom: 40px;
	padding: 10px 10px 30px
}

.servicesv3 .product-highlights .highlight {
	display: table-cell;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	text-align: center
}

.servicesv3 .product-highlights .highlight img {
	margin: 0 auto;
	width: 100px
}

.servicesv3 #services-quote {
	padding-top: 0
}

.servicesv3 .product-anchor {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden
}

.italic {
	font-size: 14px;
	font-style: italic
}

@media only screen and (max-width:480px) {
	#services-page-heading.landing-page.ppc-landing {
		padding: 100px 10px 0
	}

	#ppc-modal-application {
		padding: 30px 10px 10px
	}

	.ppc-form {
		padding: 0
	}

	.ppc-form #apply,
	.ppc-form-content {
		min-width: 250px
	}

	.ppc-form .password-validation,
	.ppc-form-content .password-validation {
		font-size: 12px
	}

	.ppc-form .password-validation ul,
	.ppc-form-content .password-validation ul {
		padding: 0 0 0 20px
	}

	.ppc-form #ts-and-cs {
		padding: 0 0 0 15px
	}

	.ppc-form #ts-and-cs .apply-field p {
		font-size: 12px;
		line-height: 22px
	}
}

#homepage-header {
	background-color: #06435f;
	background-image: url(https://fleximize.com/proxy-image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=70/img/hero-blue-faded-lighter.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 5px solid #186285;
	color: #fff;
	height: 100%;
	min-height: 650px;
	padding-top: 280px;
	text-align: center;
	width: 100%
}

.homepage-v2 h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2em
}

.homepage-v2 h3 {
	font-size: 1.3em;
	font-weight: 600
}

.homepage-v2 #homepage-header h1 {
	font-size: 54px;
	font-weight: 600;
	text-shadow: 1px 1px #000
}

.homepage-v2 #homepage-header h2 {
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .5px
}

.homepage-v2 #engine {
	background: 0 0;
	color: #333
}

.homepage-v2 #engine p {
	color: #333;
	line-height: 42px
}

.homepage-v2 #engine .call_to_action {
	padding: 15px 10px 20px;
	width: 100%
}

.homepage-v2 #engine input,
.homepage-v2 #engine select {
	color: #000;
	text-align: left
}

.homepage-v2 #engine select {
	border-bottom: 1px solid #000 !important;
	padding: 4px 0;
	width: 150px
}

.homepage-v2 #engine .value-block {
	border-bottom: 1px solid #000
}

.homepage-v2 #loan-amount {
	width: 100px
}

.homepage-v2 #engine .feature-comparison-container {
	margin-top: -100px
}

.homepage-v2 .feature-comparison-header {
	font-size: 28px
}

.homepage-v2 .feature-comparison-header span.feature-comparison-subheader {
	font-size: 50%
}

#section-homepage-intro {
	background: 0 0;
	padding: 40px 0 50px;
	text-align: center
}

#section-homepage-intro .tp-widget {
	margin-bottom: 80px
}

#section-homepage-intro p.intro-para {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 20px auto;
	max-width: 820px
}

#section-homepage-intro h3 {
	margin: 25px 0 15px
}

#section-homepage-intro .bvps img {
	max-width: 300px
}

#section-homepage-intro .bvps div {
	margin-bottom: 20px
}

#section-homepage-products {
	text-align: center
}

#section-homepage-products .main {
	background: #018abb;
	color: #fff;
	padding: 50px 0 180px
}

#section-homepage-products p.intro-para {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 20px auto;
	max-width: 760px
}

#section-homepage-products .feature-comparison-container {
	margin-top: -145px
}

#press-2020 {
	padding: 16px 0 20px
}

#press-2020 p {
	color: #8a8a8a;
	font-size: 28px;
	line-height: 2em;
	text-align: center
}

#key-customers {
	padding: 40px 0 10px;
	text-align: center
}

#key-customers .key-customer {
	flex: 0 33%;
	padding: 0 10px 30px;
	text-align: center
}

#key-customers .key-customer h3 {
	color: #333;
	text-align: center
}

#key-customers .key-customer p {
	color: #333;
	font-weight: 400 !important;
	text-align: center
}

#key-customers p.intro-para {
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 20px auto;
	max-width: 1100px;
	padding-left: 10px;
	padding-right: 10px
}

#key-customers .key-customer img {
	max-width: 250px
}

#key-customers .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.homepage-v2 #section-brand {
	text-align: center
}

.homepage-v2 #section-brand .main {
	background-color: #f4f4f4;
	padding: 40px 0
}

.homepage-v2 #section-brand p.intro-para {
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 20px auto;
	max-width: 1000px
}

.homepage-v2 #section-brand .gall-grid figure {
	border: 6px solid #f4f4f4
}

.homepage-v2 #section-brand figure.gall-effect h2 {
	background: rgba(0, 81, 116, .85);
	bottom: -26px;
	color: #fff
}

.homepage-v2 #section-brand figure.gall-effect:hover h2 {
	background: 0 0;
	bottom: 0
}

.homepage-v2 #product-page-content.ppc-page {
	padding: 30px 0 0
}

.homepage-v2 #product-page-content.ppc-page h2 {
	font-size: 40px;
	font-weight: 600 !important;
	line-height: 1.2em
}

.homepage-v2 #product-page-content.ppc-page p.intro-para {
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 20px auto;
	max-width: 1000px
}

.homepage-v2 #homepage-cs-grid {
	margin-bottom: 20px
}

#flexible-features {
	margin: 60px 0;
	text-align: center
}

#flexible-features .container {
	max-width: 880px
}

#flexible-features p.intro-para {
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 20px auto 40px
}

#flexible-features .flexible-feature {
	float: left;
	margin: 0 0 30px;
	width: 100%
}

#flexible-features .flexible-feature img {
	float: left;
	margin: 0 20px 0 0;
	width: 100px
}

#flexible-features .flexible-feature h3,
#flexible-features .flexible-feature p {
	float: left;
	text-align: left;
	width: calc(100% - 120px)
}

#flexible-features .flexible-feature h3 {
	margin: 10px 0
}

.rotating {
	-webkit-transform-origin-x: 50%;
	display: inline-block;
	transform: rotateX(0) rotateY(0) rotate(0);
	transform-style: preserve-3d;
	transition: .5s
}

.rotating.flip {
	position: relative
}

.rotating .back,
.rotating .front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 0;
	top: 0
}

.rotating .front {
	display: inline-block;
	position: absolute;
	transform: translateZ(1px)
}

.rotating.flip .back {
	display: block;
	opacity: 1;
	transform: rotateY(180deg) translateZ(0);
	z-index: 2
}

.rotating.flip.up .back {
	transform: rotateX(180deg) translateZ(0)
}

#services-quote {
	padding-top: 25px
}

#services-quote .loan-text {
	max-width: 930px
}

#services-quote .responsive-tabs {
	text-align: left
}

#services-quote .responsive-tabs #quote-table h2 {
	border-bottom: 1px solid #e1e1e1;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 50px;
	padding: 0
}

#services-quote p.intro-para {
	font-size: 1.1em;
	margin: 20px auto;
	max-width: 620px
}

.feature-comparison-spacer {
	margin: 0 15px
}

.feature-comparison-container {
	margin: -80px auto 0;
	max-width: 960px;
	padding: 0;
	width: 100%
}

.feature-comparison-panel {
	background-color: #fff;
	padding: 15px 25px;
	position: relative;
	width: 100%;
	z-index: 10
}

.feature-comparison-table {
	box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .08), 0 20px 31px 3px rgba(0, 0, 0, .09), 0 8px 20px 7px rgba(0, 0, 0, .02);
	display: flex;
	flex-direction: column
}

.feature-comparison-table * {
	text-align: center
}

.feature-comparison-plan {
	border-bottom: 1px solid #ededed;
	padding: 25px
}

.feature-comparison-plan:last-child {
	border-bottom: none
}

.feature-comparison-header {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .5px
}

.feature-comparison-header span.lite {
	font-style: italic;
	font-weight: 400
}

.feature-comparison-header span.feature-comparison-subheader {
	display: block;
	font-size: 58%;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 7px
}

.feature-comparison-features {
	color: #444;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 20px 0;
	padding-left: 0 !important
}

.feature-comparison-item {
	border-top: 1px solid #ededed;
	font-size: .9em;
	line-height: 1.5;
	list-style: none;
	padding: 15px 0
}

.feature-comparison-item strong {
	color: #084460;
	font-weight: 400
}

.feature-comparison-button {
	border: 1px solid #9dd1ff;
	border-radius: 10px;
	color: #348efe;
	display: inline-block;
	margin: 25px 0;
	padding: 15px 35px;
	text-decoration: none;
	transition: all .15s ease-in-out
}

.feature-comparison-button:focus,
.feature-comparison-button:hover {
	background-color: #e1f1ff
}

.feature-comparison-button.is-featured {
	background-color: #48aaff;
	color: #fff
}

.feature-comparison-button.is-featured:active,
.feature-comparison-button.is-featured:hover {
	background-color: #269aff
}

p.services-intro {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.6em;
	margin: 0 auto;
	max-width: 800px;
	padding: 60px 0 20px;
	text-align: center
}

#case-study-slideshow {
	margin: auto;
	position: relative
}

.cs-rotate {
	display: none
}

@-webkit-keyframes cs-fade {
	0% {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes cs-fade {
	0% {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

.cs-fade {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: cs-fade;
	animation-name: cs-fade
}

.homepage-v2 .homepage-subheading,
.homepage-v2 .rotating-title {
	display: none
}

.sitemap-structure {
	line-height: 2em
}

.sitemap-structure a {
	border: 0 !important
}

.sitemap-structure a:active,
.sitemap-structure a:focus,
.sitemap-structure a:hover {
	background: 0 0;
	color: #005174
}

.sitemap-structure .sitemap-parent {
	color: #666;
	font-size: 140%;
	list-style: none;
	margin: 30px 0 5px -20px
}

.sitemap-structure .sitemap-grandchild {
	font-size: 90%;
	margin-left: 20px
}

.business-loans #services-page-heading.fbl {
	background-image: url(https://fleximize.com/proxy-image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=90,width=2400/img/bl-hero-duo.jpg);
	padding: 160px 0 140px
}

.business-loans #services-page-heading .container,
.business-loans #services-page-heading .container .services-intro,
.business-loans #services-page-heading .container h1,
.business-loans #services-page-heading .container h2 {
	text-align: left
}

.business-loans #services-page-heading .container .services-intro,
.business-loans #services-page-heading .container h1,
.business-loans #services-page-heading .container h2 {
	margin-left: 0;
	padding-left: 0
}

.business-loans #services-page-heading .container h1 {
	font-size: 64px
}

.business-loans #services-page-heading .container h2 {
	font-size: 20px;
	padding-top: 5px
}

.business-loans #services-page-heading .container .services-intro {
	padding-top: 25px
}

.business-loans-header-text {
	float: left;
	width: 800px
}

.business-loans-header-tp {
	color: #fff;
	float: right;
	font-family: Poppins, serif;
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 1.35em;
	padding-top: 40px;
	text-align: right;
	width: 280px
}

.business-loans-header-tp img {
	clear: both;
	float: right;
	margin: 5px 0
}

.business-loans-header-tp span {
	display: block;
	margin-bottom: 15px
}

#core-usps {
	background: #fff;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 50%, #f6f6f6 0, #f6f6f6);
	margin-top: -52px
}

.usp {
	float: left;
	min-height: 104px;
	padding: 0 15px;
	width: 25%
}

.usp img {
	float: left;
	margin: 10px;
	width: calc(40% - 20px)
}

.usp span {
	float: left;
	padding: 20px 10px 0 0;
	width: 60%
}

#grey-intro {
	background: #f6f6f6
}

#grey-intro .grey-intro-text {
	margin: 0 auto;
	max-width: 1170px;
	padding: 10px 30px;
	text-align: center
}

#grey-intro .grey-intro-text p {
	padding: 20px 0 0
}

#grey-intro .grey-intro-text .btn {
	margin: 40px 0 20px
}

#grey-intro .grey-intro-text a {
	background: 0 0
}

#bl-intro-button {
	display: none
}

.business-loans #page-selector {
	margin: 0;
	padding: 10px 0 15px
}

.servicesv3 #tp-box .tp-container.tp-carousel .tp-widget {
	padding: 30px
}

.business-loans #fbl-application h2 {
	text-align: left
}

.business-loans #product-page-content .product-overview h3 {
	border-bottom: 0;
	font-size: 28px;
	font-weight: 600 !important;
	letter-spacing: .5px;
	margin-bottom: 15px
}

.timeline {
	display: flex;
	flex-direction: column;
	margin: 0 0 0 60px
}

.timeline-item {
	display: flex;
	position: relative
}

.timeline-item-content {
	padding: 20px 0 0 20px
}

.timeline-item-icon {
	align-items: center;
	background: #9251ac;
	border-radius: 8px 0 0 8px;
	color: #9251ac;
	display: flex;
	flex-basis: 40%;
	font-size: 2rem;
	justify-content: center;
	padding: 20px
}

.timeline-item-description {
	flex-basis: 60%;
	text-align: left
}

.timeline-item-description strong:before {
	color: #008abb;
	content: "1";
	font-size: 24px;
	font-weight: 800;
	height: 5rem;
	left: -60px;
	position: absolute;
	text-align: center;
	top: 23px;
	width: 5rem;
	z-index: 40
}

.timeline-item-description strong#item2:before {
	content: "2"
}

.timeline-item-description strong#item3:before {
	content: "3"
}

.timeline-item-description .btn-primary {
	margin: 20px 0 10px !important
}

.timeline-item-description p a {
	background: 0 0 !important
}

.timeline-item:after {
	background: #008abb;
	content: "";
	height: 100%;
	left: -37px;
	position: absolute;
	top: 50px;
	width: 4px;
	z-index: 10
}

.timeline-item:before {
	background: #f6f6f6;
	border: 5px solid #008abb;
	border-radius: 100%;
	content: "";
	height: 5rem;
	left: -60px;
	position: absolute;
	top: 38px;
	transform: translateY(-50%);
	width: 5rem;
	z-index: 20
}

.timeline-item:last-child:after {
	content: none
}

.business-loans .explanation-right {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 40px;
	padding: 25px
}

.business-loans .explanation-right img {
	border: 1px solid #ddd
}

.business-loans .er-caption {
	border: 0;
	box-shadow: none;
	font-size: 18px;
	font-weight: 400;
	left: 0;
	line-height: 1.7em;
	padding: 25px 0 5px;
	position: relative;
	width: 100%;
	z-index: 1
}

.business-loans .loan-products .loan-text {
	text-align: left !important
}

.business-loans #product-page-content .loan-text {
	margin-top: 70px
}

.business-loans .intro-para {
	max-width: 100% !important
}

.business-loans #accredition {
	background-color: #008abb;
	margin-top: 0;
	padding: 10px 0
}

.business-loans #accredition .accredition-logos {
	margin: 0 auto;
	max-width: 1400px;
	padding: 20px;
	text-align: center
}

.loan-faqs {
	margin: 30px 0
}

.loan-faqs .faq-tab {
	margin-bottom: 5px
}

.loan-faqs .faq-tab label {
	border-bottom: 2px solid #eee;
	font-size: 20px;
	line-height: 1.7em;
	padding: 10px 50px 10px 0
}

.loan-faqs .faq-tab label h2 {
	font-size: 20px !important;
	letter-spacing: 0 !important;
	line-height: 1.7em !important;
	margin: 0 !important
}

.loan-faqs .faq-tab label:after {
	border: 1px solid;
	border-radius: 100px;
	color: #008abb;
	height: 26px;
	line-height: 23px;
	margin-top: 16px;
	width: 26px
}

.loan-faqs .faq-tab label h2:hover,
.loan-faqs .faq-tab label:hover {
	color: #008abb !important
}

.loan-faqs .faq-tab label:hover:after {
	border-color: #008abb;
	color: #005174
}

.loan-faqs .faq-tab .tab-content {
	font-size: 1em;
	line-height: 1.8em
}

.loan-faqs .faq-tab .tab-content ul {
	padding-left: 45px
}

.loan-faqs .faq-tab .tab-content ul li {
	margin-bottom: 10px
}

.business-loans #product-page-content .loan-faqs .faq-tab .tab-content h3 {
	font-size: 1.1em !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.8em !important;
	margin: 1em 1em -.5em !important;
	padding: 10px 0 0 !important
}

.business-loans ul.fa-ul {
	display: table;
	list-style-type: none;
	margin-left: -5px;
	padding-left: 0
}

.business-loans .fa-ul li {
	display: table-row
}

.business-loans .fa-ul .fa-li {
	display: table-cell;
	margin-left: -2px;
	padding: 9px;
	text-align: left
}

.business-loans .fa-ul .fa-li .fa-check {
	background: #008abb;
	border-radius: 100px;
	color: #fff;
	font-size: 1em;
	margin-right: 5px;
	padding: 2px
}

.business-loans .fa-ul .fa-li strong {
	display: table-cell;
	padding-bottom: 20px
}

.business-loans #case-studies-slider {
	background: #f6f6f6;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center
}

.business-loans #case-studies-slider .intro-para a {
	background: 0 0
}

#business-loans #footer_divider,
#business-loans #footer_tools {
	display: none
}

.header-v2 ul li a.selected {
	color: #000 !important
}

.content table,
.content table caption {
	background-color: #eefaff;
	border-radius: 5px
}

.content hr {
	border: 1px solid #fda930 !important;
	margin: 40px 0
}

.content hr.narrower {
	margin: 40px 200px
}

.faqs-container h2 {
	border: 0;
	color: #2f2f2f;
	font-size: 28px;
	font-style: normal;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 30px 0 10px;
	text-align: center
}

.faqs-container .loan-faqs h3 {
	border-bottom: none;
	color: #555 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.7em !important;
	margin: 0;
	text-align: left
}

.faq-tab label {
	background-color: #f6f6f6;
	border: 0;
	border-radius: 6px;
	margin-bottom: 0;
	padding: 15px 50px 15px 15px !important
}

.faq-tab label:after {
	border: none !important;
	color: #008abb !important;
	font-size: 30px;
	height: 1.4em;
	line-height: 1.4em;
	margin-right: 7px;
	margin-top: 7px;
	width: 1.4em
}

.faq-tab label:hover {
	background: #f0f0f0
}

.faqs-container label h2,
.faqs-container label h3 {
	color: #555 !important;
	font-weight: 400 !important
}

.faq-tab .tab-content {
	background: #f8fcfd;
	color: #555 !important;
	font-size: 16px !important;
	line-height: 28px !important
}

.related-content.category-footer .articles-heading.page-article {
	border-top: 2px solid #fda930;
	padding-top: 40px
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	line-height: 0
}

.clear:after {
	clear: both
}

.l {
	text-align: left
}

.r {
	text-align: right
}

.c {
	text-align: center
}

header {
	background: #fff;
	height: 110px;
	left: 0;
	position: fixed;
	top: 0;
	transition: all .3s;
	width: 100%;
	z-index: 80000
}

.navbar {
	margin: 5px
}

.navbar .nav {
	margin-top: 37px;
	transition: all .3s
}

.nav {
	font-family: Droid Sans, Proxima N W15 Bold, Helvetica, Arial, sans-serif !important;
	font-size: 18px;
	font-weight: 400;
}

.logo {
	background-position: 0 0;
	float: left;
	margin: 15px 30px 11px 0;
	width: 230px
}

.logo:hover {
	-webkit-filter: brightness(120%)
}

.logo-mark {
	display: none
}

.flex-direction-nav a {
	border-bottom: none
}

.nav>li>a {
	padding: 8px 12px;
	transition: all .3s
}

#toTop {
	background-color: #002e43;
	border-radius: 35px
}

#header-cta {
	color: #777;
	float: right;
	font-size: 17px;
	margin: 5px 0 0;
	padding: 0;
	transition: all .3s;
	width: 255px
}

#header-cta a {
	border: 0
}

#header-cta p {
	line-height: 34px;
	margin: 0;
	padding: 2px 0 0
}

#header-cta .header-cta-small {
	float: left;
	width: 50%
}

#header-cta img {
	height: 25px;
	height: auto;
	margin: 0 8px 0 0;
	width: 25px
}

.navbar-header img {
	height: auto
}

#header-cta a:hover img,
.navbar-header a:hover img {
	-webkit-filter: brightness(120%)
}

#header-cta img.phone {
	margin-top: -4px
}

#call {
	font-size: 26px
}

header.smaller #header-cta {
	margin: -6px 0 0
}

header.smaller #header-cta #input {
	height: 38px;
	left: 30px
}

header.smaller #header-cta #input input {
	height: 32px;
	margin: 7px 0 0
}

header.smaller #header-cta #input2 {
	height: 38px;
	left: 30px
}

header.smaller #header-cta #input2 input {
	height: 32px;
	margin: 7px 0 0
}

header.smaller #header-cta #search-submit {
	margin: 7px 0 0 160px !important
}

#intro {
	margin-top: 100px
}

.carousel-caption {
	z-index: 40000
}

.flexslider .container .carousel-caption {
	margin: 0 1% 0 0
}

#slider-02 .container .carousel-caption {
	top: 120px
}

#intro-video {
	float: right;
	margin: 40px 0 0;
	text-align: right
}

#intro-video iframe {
	border: 0;
	height: 300px;
	width: 400px
}

.flexslider .container .carousel-caption .lead {
	line-height: 1.4em
}

.lead a {
	border-bottom: .1em solid #598093;
	color: #005c7c;
	font-weight: 800
}

.lead a:active,
.lead a:focus,
.lead a:hover {
	border-bottom: .1em solid #000;
	color: #000
}

p.hero-quote {
	background: #2384b6;
	background: rgba(36, 132, 182, .9);
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.1em;
	margin: 0;
	padding: 16px 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	width: auto
}

#engine {
	background-color: #06435f
}

#engine h3 {
	font-size: 50px;
	line-height: 60px;
	margin: 20px 0 10px;
	text-shadow: 1px 1px #000
}

#engine h3,
#engine p {
	color: #fff;
	font-weight: 600
}

#engine p {
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	margin: 0
}

#engine .btn {
	margin-top: 25px
}

#engine #quote-button {
	display: block
}

#engine .value-block {
	display: inline-block
}

#engine .call_to_action {
	padding: 40px 0
}

#engine input {
	background: 0 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
	color: #fda930;
	line-height: 36px
}

#engine ::-webkit-input-placeholder {
	color: #c29b62
}

#engine :-moz-placeholder,
#engine ::-moz-placeholder {
	color: #c29b62;
	opacity: 1
}

#engine input:focus::-webkit-input-placeholder {
	color: transparent
}

#engine input:focus:-moz-placeholder,
#engine input:focus::-moz-placeholder {
	color: transparent
}

#engine select {
	background: 0 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
	color: #fda930;
	line-height: 36px
}

.dark-select {
	background: url(/assets/images/dark-select.png) 0 0 no-repeat;
	display: inline;
	height: 34px;
	overflow: hidden !important;
	width: 160px !important
}

.dark-select select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	width: 170px
}

#engine select option {
	color: #000
}

.navbar .btn-navbar {
	background: 0 0;
	color: #fff
}

.fa {
	font-size: 1.5em
}

.navbar .btn-navbar span.nb_right {
	color: #fff;
	padding: 3px 5px 4px 4px;
	text-shadow: none;
	text-transform: uppercase
}

.navbar-collapse {
	margin: -5px 0 0;
	padding: 0
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-top: 0
}

.navbar-default .navbar-toggle {
	border: 0
}

.menu {
	cursor: pointer;
	height: 40px;
	width: 40px
}

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

.in ul.nav li a:active,
.in ul.nav li a:hover {
	border-bottom: 1px solid #dbeff5 !important
}

.in ul.nav li {
	transition: all .3s
}

.in ul.nav li:active,
.in ul.nav li:hover {
	background-color: #dbeff5
}

.navbar-toggle {
	border-radius: 13px;
	padding: 4px 6px
}

.collapsing {
	text-align: center
}

.btn-primary {
	background-color: #fda930 !important;
	border: 1px solid #f80 !important;
	color: #000 !important;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: 15px;
	line-height: 1em;
	margin: 10px;
	padding: 14px 45px;
	transition: all .3s !important
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	background-color: #ffc200 !important;
	border-color: #f0c900 !important;
	border-radius: 25px;
	color: #000 !important
}

.btn-secondary {
	background-color: #008abb !important;
	border: 1px solid #007eab !important;
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open .dropdown-toggle.btn-secondary {
	background-color: #005173 !important;
	border-color: #003a52 !important
}

#section-loans .main {
	background-color: #f0f0f0
}

#section-press .main {
	background-color: #028abb;
	color: #fff;
	padding: 20px 0
}

#section-press blockquote {
	border-left: 0;
	color: #fff;
	padding-left: 85px;
	text-align: left
}

#section-press blockquote,
#section-press cite {
	font-size: 28px;
	font-weight: 200;
	line-height: 1.4em
}

#section-press cite {
	display: block;
	font-style: normal;
	padding-top: 20px
}

#section-press blockquote:before {
	bottom: -70px;
	content: "\201C";
	display: block;
	font-family: Arial, sans-serif;
	font-size: 180px;
	font-style: normal;
	font-weight: 200;
	left: -70px;
	position: relative
}

#section-press blockquote cite {
	display: block !important;
	font-style: italic;
	padding-top: 25px;
	text-align: left !important
}

#section-press blockquote cite:after,
#section-press blockquote cite:before {
	content: "\2014";
	display: inline;
	padding: 0 10px
}

#section-brand .main {
	background-color: #fff
}

#section-statistics {
	margin: 30px 0 0
}

#section-statistics .main {
	background-color: #e5e5e5;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	color: #000;
	padding: 10px 0 5px
}

#section-statistics-01 {
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	width: 22%
}

#section-statistics-01 span {
	color: #49873a;
	display: block;
	font-size: 96px;
	font-weight: 700;
	line-height: 80px
}

#section-statistics-02 {
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	padding: 0 30px;
	text-align: center;
	width: 78%
}

#section-statistics-02 p br {
	display: none
}

.trustpilot {
	background: #f5f5f5;
	border-radius: 20px;
	float: left;
	margin-right: 45px;
	margin-top: 25px;
	padding: 6px 0;
	text-align: center;
	width: 470px
}

.trustpilot blockquote {
	border: 0;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0;
	padding: 0 20px
}

.trustpilot blockquote cite {
	clear: both;
	display: block;
	font-style: italic;
	margin: 8px 0
}

.trustpilot h4 {
	font-size: 36px;
	font-weight: 200
}

.trustpilot p {
	font-size: 13px
}

.trustpilot p br {
	display: none
}

.tp-stars {
	padding: 0 0 15px
}

.tp {
	background: #00b67a;
	border-radius: 0;
	display: inline-block;
	height: 32px;
	line-height: 1em;
	margin: 0 3px 0 0;
	padding: 4px;
	width: 32px
}

.tp img {
	height: auto;
	width: 30px
}

.tp-logo {
	width: 250px
}

.ethos {
	float: right;
	width: 620px
}

#loan-options-intro {
	padding-bottom: 0
}

#loan-options-intro h2 {
	font-size: 62px;
	font-weight: 200;
	line-height: 70px;
	text-transform: none
}

#loan-options-main h3 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin: 0;
	padding: 20px 10px 0;
	text-transform: none
}

#loan-options-main h4 {
	color: #000;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px 20px;
	text-transform: none
}

#loan-amount {
	width: 125px
}

.loan-type {
	background-color: #fff;
	border-radius: 30px;
	margin: 7px
}

.loan-type ul {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left
}

.loan-type li {
	background: url(/assets/images/checkbox.png) no-repeat 0 0;
	margin: 10px 20px;
	min-height: 30px;
	padding-left: 35px;
	padding-top: 3px
}

.loan-type .btn {
	margin: 15px 0 35px
}

.loan-type img {
	margin-top: 10px
}

#quote-carousel .item {
	background-color: #008abb;
	height: 550px
}

#quote-carousel .carousel-caption {
	height: 100%;
	margin: 0 auto;
	max-width: 900px;
	position: absolute;
	text-shadow: none
}

#quote-carousel .carousel-control {
	border: 0
}

#quote-carousel .carousel-control.left {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .4) 0, transparent);
	background-repeat: repeat-x
}

#quote-carousel .carousel-control.right {
	background-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .4));
	background-repeat: repeat-x;
	left: auto;
	right: 0
}

#quote-carousel .carousel-control:focus,
#quote-carousel .carousel-control:hover {
	color: #fff;
	opacity: .75;
	outline: 0;
	text-decoration: none
}

#quote-carousel blockquote {
	border-left: 0;
	color: #e2e2e2;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.4em;
	text-align: left
}

#quote-carousel cite {
	display: block;
	font-size: 28px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.4em;
	padding-top: 20px
}

#quote-carousel blockquote:before {
	bottom: -100px;
	content: "\201C";
	display: block;
	font-family: Arial, sans-serif;
	font-size: 300px;
	font-style: normal;
	font-weight: 200;
	left: -130px;
	position: relative
}

#quote-carousel blockquote cite {
	display: block !important;
	padding-top: 25px;
	text-align: left !important
}

#quote-carousel blockquote cite:after,
#quote-carousel blockquote cite:before {
	content: "\2014";
	display: inline;
	padding: 0 10px
}

.funder-logo {
	max-width: 90%
}

.mirror-quote {
	float: left;
	width: 75%
}

.mirror-logo {
	float: left;
	margin: 50px 3% 0 5%;
	width: 17%
}

.quote-align-01 {
	display: table;
	height: 100%;
	position: relative;
	width: 100%
}

.quote-align-02 {
	display: table-cell;
	vertical-align: middle
}

.quote-align-03 {
	margin-left: auto;
	margin-right: auto;
	width: auto
}

.team-photo {
	border-radius: 20px;
	float: right;
	margin: 0 0 0 20px;
	width: 400px
}

#team-photo-02 {
	display: none
}

#funding-intro {
	padding-bottom: 10px
}

#funding-intro h2 {
	font-size: 62px;
	font-weight: 200;
	line-height: 70px;
	text-transform: none
}

#funding-main .btn {
	margin: 40px 0 20px
}

#funding-main h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	text-transform: none
}

#funding-main p {
	font-size: 18px;
	line-height: 1.5em
}

#funding-main img {
	transition: all .3s
}

#funding-main img:hover {
	filter: saturate(150%);
	-webkit-filter: saturate(150%);
	-o-filter: saturate(150%);
	-ms-filter: saturate(150%)
}

section.features_teasers_wrapper {
	margin-top: 0;
	text-align: center
}

.clients_list a {
	border: 0;
	cursor: default !important;
	transition: all .3s
}

.clients_list img {
	transition: all .3s;
	width: 180px
}

#brand {
	padding: 30px 0 10px
}

#brand h2 {
	font-size: 52px;
	font-weight: 200;
	line-height: 64px;
	text-transform: none
}

#brand p {
	font-size: 24px;
	font-weight: 200;
	line-height: 40px;
	padding: 0 100px
}

#integration-partners {
	padding-bottom: 40px
}

#integration-partners h4 {
	letter-spacing: 5px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase
}

#businesses-main h2 {
	font-size: 62px;
	font-weight: 200;
	line-height: 70px;
	margin-bottom: 50px;
	text-transform: none
}

#businesses-main {
	margin-bottom: 0
}

#businesses-main p {
	font-size: 18px
}

#businesses-main img {
	transition: all .3s
}

#businesses-main img:hover {
	-webkit-filter: brightness(130%)
}

#businesses-main .btn {
	margin: 40px 0 20px
}

footer a {
	border-bottom: .1em solid #06435f;
	color: #fff;
	line-height: 1.6em;
	transition: all .3s
}

footer a:active,
footer a:focus,
footer a:hover {
	border-bottom: .1em solid #558398;
	color: #fff
}

#footer_logos {
	background: #eee;
	padding: 0 0 40px;
	text-align: center
}

#footer_logos a {
	border: 0;
	display: inline-block;
	margin: 40px 20px 0;
	text-decoration: none
}

#footer_logos img {
	max-height: 90px;
	transition: all .3s;
	width: auto
}

#footer_logos a:first-of-type {
	margin-left: 0
}

#footer_logos a:last-of-type {
	margin-right: 0
}

#footer_logos a:hover img {
	-webkit-filter: brightness(108%)
}

#footer_top {
	background-color: #06435f;
	border-top: 15px solid #2880ac;
	font-size: 18px;
	padding-bottom: 30px
}

#footer_top h3 {
	border-bottom: 1px solid #2f6681;
	font-size: 30px;
	font-weight: 200;
	margin: 20px 0;
	padding: 8px 0 10px
}

#footer_top #contact p {
	padding-bottom: 4px
}

#footer_top .contact-symbol {
	display: inline-block;
	margin-right: 15px;
	text-align: right;
	width: 30px
}

#footer_top .contact-details {
	display: block;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.4em;
	margin-left: 45px;
	margin-top: 5px
}

#footer_top .blog-body {
	color: #5dabcf;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em
}

#footer_top .blog-date {
	color: #a5e2ff;
	font-size: 16px;
	font-weight: 200
}

.copyright {
	background-color: #2880ac;
	border-bottom: 5px solid #06435f;
	border-top: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 200;
	line-height: 20px;
	padding: 15px
}

.copyright h5 {
	display: inline
}

#sm-footer {
	margin-top: -5px
}

#sm-footer,
a.sm {
	display: block;
	float: left
}

a.sm {
	background: #2880ac;
	border: 0 !important;
	border-radius: 30px;
	height: 38px;
	margin: 0 7px 15px 0;
	width: 38px
}

#sm-footer i {
	background-image: url(https://images.fleximize.com/images/global-sprite-2025-ex.png);
	display: block;
	height: 34px;
	margin: 0;
	width: 34px
}

#sm-footer a:hover {
	border: 0;
	padding-bottom: 0
}

a#rss:hover {
	background: #f6a42b
}

a#rss i {
	background-position: -126px -4px
}

a#atom:hover {
	background: #dc4801
}

a#atom i {
	background-position: -76px -3px
}

a#facebook:hover {
	background: #3b5999
}

a#facebook i {
	background-position: -174px -3px
}

a#twitter:hover {
	background: #000
}

a#twitter i {
	background-position: -222px -2px
}

a#tiktok:hover {
	background: #000
}

a#tiktok i {
	background-position: -321px -3px
}

a#linkedin:hover {
	background: #0a66c2
}

a#linkedin i {
	background-position: -273px -3px
}

a#youtube:hover {
	background: #fe0000
}

a#youtube i {
	background-position: -370px -3px
}

a#instagram:hover {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

a#instagram i {
	background-position: -420px -3px
}

#sm-footer .feed-icon {
	position: relative
}

#sm-footer .feed-icon i {
	background-position: -105px 0;
	background-size: 638px
}

#sm-footer .feed-icon .feed-subtext {
	bottom: 5px;
	font-size: .45em;
	font-weight: 700;
	left: 0;
	line-height: 1em;
	position: absolute;
	right: 0;
	text-align: center
}

#brand-title-break,
#engine-break,
#grey-media-logos-02,
#loan-section-title,
.cta-mobile {
	display: none
}

#login {
	padding-top: 4px !important;
	z-index: 10
}

#header-cta #search,
#login {
	position: relative
}

#header-cta #label {
	height: 38px;
	line-height: 34px;
	position: relative;
	width: 100%
}

#header-cta #label span {
	color: #008abb;
	cursor: pointer;
	display: inline-block;
	line-height: 34px;
	margin: 4px 0 0;
	position: relative;
	z-index: 10
}

#header-cta #label span:hover {
	color: #00a9f2
}

#header-cta #label img {
	cursor: pointer;
	height: 25px;
	margin: 0 8px 0 0;
	width: 25px
}

#header-cta #label img:hover {
	-webkit-filter: brightness(120%)
}

#header-cta #input {
	height: 60px;
	left: 32px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 5
}

#header-cta #input input {
	background-color: #eee;
	border: none;
	border-radius: 0;
	color: #008abb;
	display: block;
	font-size: 16px;
	height: 40px;
	left: -450px;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	top: 0;
	width: 100%
}

#header-cta #input input:focus {
	outline: 0
}

#header-cta #input.focus {
	z-index: 20
}

#header-cta #input.focus input {
	left: 0;
	transition: left .3s
}

#header-cta #input2 {
	height: 60px;
	left: 32px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 5
}

#header-cta #input2 input {
	background-color: #eee;
	border: none;
	border-radius: 0;
	color: #008abb;
	display: block;
	font-size: 16px;
	height: 40px;
	left: -450px;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	top: 0;
	width: 100%
}

#header-cta #input2 input:focus {
	outline: 0
}

#header-cta #input2.focus {
	z-index: 20
}

#header-cta #input2.focus input {
	left: 0;
	transition: left .3s
}

#about-us-intro p {
	padding: 0 20px
}

#about-us-team {
	background-color: #0f5677;
	margin: 0 0 40px;
	text-align: center
}

#about-us-team h2 {
	border: 0;
	color: #fff;
	font-size: 56px;
	font-weight: 200 !important;
	padding: 30px 0 10px
}

#about-us-grid,
#about-us-team-content {
	margin: 0 auto;
	max-width: 1400px
}

#about-us-grid {
	background-color: #fff;
	text-align: center
}

#about-us-grid img {
	filter: saturate(0);
	margin: 0
}

#about-us-grid img:hover {
	border: 2px solid #008abb;
	filter: saturate(1)
}

#about-us-grid img.twin-staff-base {
	display: block;
	opacity: 1
}

#about-us-grid img.twin-staff-hover {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0
}

#about-us-grid img.twin-staff-hover:hover {
	opacity: 1
}

#about-us-grid a:hover:after {
	background-color: #008abb;
	color: #fff;
	content: "+";
	font-size: 24px;
	font-weight: 800;
	height: 30px;
	line-height: 30px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
	z-index: 1000
}

#about-us-grid a:hover:before {
	background-color: #000;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1500
}

#about-us-grid .staff-filter {
	background: #82aebf !important;
	border: 0;
	border-radius: 15px;
	display: initial;
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px !important;
	line-height: 2em;
	margin: 1px 3px;
	outline: 0 !important;
	width: auto
}

#about-us-grid .staff-gallery .mix {
	background: #ddd
}

.staff-hover {
	background: #e6e6e6;
	bottom: 0;
	font-size: 12px !important;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	line-height: 18px !important;
	min-height: 56px;
	padding: 0 5px 5px;
	position: absolute;
	text-align: center;
	top: calc(100% - 5px);
	transition: all .3s;
	width: 100%;
	z-index: 9000
}

.staff-hover h5,
.staff-hover h6,
.staff-hover p {
	border: 0;
	color: #fff;
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0;
	line-height: 18px !important;
	margin: 0 0 2px;
	padding: 0
}

.staff-hover h5,
.staff-hover strong {
	color: #fff;
	font-weight: 600 !important
}

.staff-hover p.staff-bio {
	background: #35a1c7;
	display: block;
	margin: 5px 0 0;
	padding: 5px
}

.staff-hover hr {
	border: 0;
	border-top: 1px solid #3dacd4;
	margin-bottom: 8px;
	margin-top: 8px;
	width: 90%
}

.team-header {
	margin: -30px auto 15px !important
}

#about-us-grid .staff-gallery .mix>div.staff-hover {
	display: none !important;
	transition: all .3s
}

#about-us-grid .staff-gallery .mix:hover>div.staff-hover {
	background: #008abb;
	color: #fff;
	display: block !important;
	transition: all .3s
}

#about-us-grid .staff-gallery span {
	background: #e6e6e6;
	bottom: 0;
	color: #005174;
	display: block;
	font-size: 12px !important;
	font-weight: 600;
	height: 32px;
	left: 0;
	line-height: 32px !important;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	z-index: 1000
}

#about-us-grid .staff-gallery .mix:hover span {
	background: #008abb;
	color: #fff
}

.staff-member {
	display: inline-block;
	height: 300px;
	margin: 10px 5px 5px;
	position: relative;
	width: 250px
}

.staff-member img {
	cursor: default;
	left: 0;
	margin: 0;
	position: absolute
}

.staff-member img:hover {
	opacity: 0
}

.staff-member a img:hover {
	cursor: pointer !important
}

.staff-member a:hover:after {
	background-color: #008abb;
	color: #fff;
	content: "+";
	height: 30px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 1000
}

.staff-member figcaption {
	border: 0;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0;
	position: absolute;
	top: 260px;
	width: 100%
}

.staff-member figcaption span {
	font-weight: 200
}

.staff-header {
	background-color: #000;
	height: 360px;
	margin-top: 40px
}

.staff-header-text {
	height: 360px;
	margin-top: -360px
}

.staff-header-text h1 {
	font-family: Poppins, serif;
	font-size: 54px !important;
	font-style: normal;
	font-weight: 700;
	margin: 0 auto !important;
	padding: 145px 20px 0
}

.staff-header-text h1,
.staff-header-text h2 {
	color: #fff;
	letter-spacing: .5px;
	max-width: 1150px;
	text-align: left
}

.staff-header-text h2 {
	font-feature-settings: "liga" 0;
	border: 0;
	font-family: Poppins, serif;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 36px !important;
	margin: 0 auto;
	padding: 5px 20px 0
}

.loan-interest-toggle {
	text-align: center !important;
	width: 100% !important
}

#faqs-copy {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding: 60px 30px 0
}

.faq-questions {
	padding-left: 220px
}

#faqs-copy .faq-group {
	border-bottom: 1px solid #ddd;
	margin: 0 0 40px;
	padding: 0 0 40px
}

#faqs-copy .faq-group:last-of-type {
	border-bottom: 0
}

#faqs-copy .faq-group h2 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 20px
}

.faq-group h2:before {
	content: " ";
	display: block;
	height: 120px;
	margin-top: -120px;
	pointer-events: none;
	visibility: hidden
}

#faqs-copy h3 {
	font-size: 26px;
	line-height: 40px
}

#faqs-copy p {
	font-size: 1em
}

.faqs-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	z-index: 0
}

.faqs-nav nav {
	float: left;
	width: 185px
}

.faqs-nav ul {
	margin: 0;
	padding: 0
}

.faqs-nav ul li {
	list-style: none
}

.faqs-nav ul li a {
	background: #fafafa;
	border: 2px solid #eee;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin: 3px 0;
	padding: 2px 10px;
	width: auto
}

.faqs-nav ul li a:active,
.faqs-nav ul li a:focus,
.faqs-nav ul li a:hover {
	background: #f1fbff;
	border: 2px solid #cdeffb
}

#faqs-cta {
	background: #fafafa;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	margin: 0;
	padding: 50px 0 30px;
	position: relative;
	text-align: center;
	z-index: 1
}

#faqs-cta h2 {
	font-size: 54px;
	line-height: 62px;
	margin: 30px 0 20px
}

.faq-block {
	display: inline-block;
	padding: 10px 15px 0 0;
	vertical-align: top;
	width: 32%
}

#faqs-copy .faq-block h3 {
	font-size: 15px;
	font-weight: 600 !important;
	letter-spacing: .5px;
	line-height: 24px;
	margin: 8px 0;
	padding: 0
}

#faqs-copy .faq-block .faq-question {
	color: #666;
	font-size: 14px;
	line-height: 24px
}

#fieldSearch {
	border: 2px solid #e8e8e8;
	font-size: 15px;
	padding: 0 8px;
	width: 300px
}

#fieldSearch::-moz-placeholder {
	color: #aaa
}

#fieldSearch::placeholder {
	color: #aaa
}

.aa-hint {
	color: #e4e4e4
}

.aa-dropdown-menu {
	background-color: #fff;
	border: 2px solid hsla(0, 0%, 89%, .6);
	border-radius: 4px;
	border-top: 0 solid hsla(0, 0%, 89%, .6);
	box-shadow: 4px 4px 0 hsla(0, 0%, 95%, .35);
	box-sizing: border-box;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	width: 500px
}

.aa-suggestion {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 6px 12px;
	transition: .2s
}

.aa-suggestion.aa-cursor,
.aa-suggestion:hover {
	background-color: hsla(0, 0%, 95%, .35)
}

.aa-suggestion span:first-child {
	color: #333
}

.aa-suggestion span:last-child {
	color: #a9a9a9;
	text-transform: uppercase
}

.aa-suggestion em {
	background-color: rgba(58, 150, 207, .1);
	font-style: normal;
	font-weight: 700;
	padding: 2px 0 2px 2px
}

.aa-suggestion img {
	height: auto !important;
	width: 100px !important
}

.optanon-alert-box-wrapper .optanon-alert-box-bg p {
	font-size: 10pt;
	line-height: 15pt
}

.optanon-alert-box-wrapper {
	background-color: #01293c !important
}

.optanon-alert-box-wrapper a {
	color: #2880ac !important;
	margin-left: 4px !important
}

.optanon-alert-box-wrapper .optanon-alert-box-button-middle {
	background-color: #2880ac !important;
	border: 0 !important;
	border-radius: 20px;
	padding: 6px 10px 8px
}

.optanon-alert-box-wrapper .optanon-alert-box-button-middle:hover .optanon-alert-box-bg .optanon-alert-box-button-container {
	right: 0
}

.optanon-alert-box-close {
	display: none
}

@media (max-width:480px) {
	.optanon-alert-box-wrapper .optanon-alert-box-bg p {
		font-size: 10pt;
		line-height: 15pt
	}
}

.optanon-cookie-policy-group-name {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-size: 20px;
	font-weight: 400 !important;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 20px 0 5px;
	padding: 0
}

.optanon-cookie-policy-group-cookies-list {
	font-style: italic;
	padding-bottom: 10px
}

.optanon-cookie-policy-subgroup-cookies-list {
	font-style: italic;
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 12px;
	padding-left: 0 !important
}

.optanon-cookie-policy-subgroup-cookies-list li {
	margin: 0
}

.optanon-cookie-policy-cookies-used,
.optanon-cookie-policy-subgroup-table-column-header {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0
}

.optanon-cookie-policy-subgroup-table-column-header {
	border-bottom: 0;
	color: #000;
	font-size: 120%;
	font-weight: 400;
	letter-spacing: 1px
}

.optanon-cookie-policy-left,
.optanon-cookie-policy-right {
	font-size: 90%;
	letter-spacing: 1px
}

.optanon-cookie-policy-subgroup-name {
	margin-top: 12px !important
}

#optanon-cookie-policy .optanon-cookie-policy-group {
	margin-bottom: 0
}

#intercom-container .intercom-launcher-discovery-frame,
#intercom-container .intercom-launcher-frame {
	bottom: 85px !important;
	right: 75px !important
}

#intercom-container .intercom-messenger-frame {
	bottom: 160px !important
}

#toTop {
	bottom: 90px !important
}

.partner-login-link {
	background-color: #2880ac;
	margin: 0 0 25px;
	padding-bottom: 30px;
	padding-top: 10px
}

.partner-login-link h5 {
	border-bottom: none;
	color: #fff !important;
	font-weight: 600 !important
}

.partner-login-link a {
	border-bottom: .14em solid #daf1fa;
	color: #fff;
	font-weight: 400;
	transition: all .3s
}

.partner-login-link a:focus,
.partner-login-link a:hover {
	background-color: #2880ac !important;
	border-bottom: .14em solid #33add8 !important;
	color: #fff
}

.wwsf {
	display: table;
	width: 100%
}

.wwsf .wwsf-col {
	display: inline-table;
	padding: 0 20px 0 0;
	width: 24.5%
}

.wwsf img {
	max-height: 110px
}

.wwsf p {
	font-size: 13px;
	line-height: 21px
}

#expanded_article {
	max-width: 1170px;
	padding: 0 20px
}

.apply-btn-footer {
	border-radius: 8px;
	display: inline-block;
	font-size: 17px;
	margin: 10px 0 20px 7px;
	max-width: 220px;
	min-width: 180px;
	padding: 10px 20px;
	width: calc(100% - 40px)
}

#footer_logos.logos-2024 img {
	max-height: 155px
}

@media only screen and (min-width:1399.9px) {
	#apply.applyv2 #apply-page-heading {
		padding: 115px 0 35px
	}

	#apply.applyv2 #apply-page-heading h1 {
		font-size: 70px
	}

	#apply.applyv2.company-signup #apply-page-heading {
		padding: 185px 0 100px
	}
}

@media only screen and (max-width:1399.9px) {
	header {
		height: 80px
	}

	header .logo {
		margin: 11px 20px 11px 0;
		width: 160px
	}

	header .navbar .nav {
		margin-top: 18px
	}

	header #header-cta {
		font-size: 16px;
		margin: -4px 0 0;
		margin: -3px 0 0 !important;
		width: 220px
	}

	header #header-cta p {
		line-height: 30px;
		margin: 0;
		padding: 4px 0 0
	}

	header #header-cta img {
		height: 20px;
		margin: 0 8px 0 0;
		width: 20px
	}

	header #header-cta #label img {
		height: 20px;
		margin: -1px 8px 0 0;
		width: 20px
	}

	header #header-cta #label span {
		margin-top: 2px
	}

	header #header-cta #label2 img {
		height: 20px;
		margin: -1px 8px 0 0;
		width: 20px
	}

	header #header-cta #label2 span {
		margin-top: 2px
	}

	header #header-cta #search #search-submit {
		margin: 4px 0 0 160px !important
	}

	header #header-cta img {
		margin-top: -2px
	}

	header #header-cta .main-phone {
		margin-top: -3px
	}

	header #header-cta #input {
		height: 36px !important;
		left: 24px !important
	}

	header #header-cta #input input {
		height: 32px !important;
		margin: 4px 0 0 !important
	}

	header #header-cta #input2 {
		height: 36px !important;
		left: 24px !important
	}

	header #header-cta #input2 input {
		height: 32px !important;
		margin: 4px 0 0 !important
	}

	header #header-cta #login {
		padding: 4px 0 0 !important
	}

	#intro {
		margin-top: 60px
	}

	#intro-video iframe {
		height: 225px;
		width: 300px
	}

	#quote-break {
		display: none !important
	}

	.flexslider .container .carousel-caption {
		top: 55px
	}

	#slider-02 .container .carousel-caption {
		top: 60px
	}

	#loan-options-main h4 {
		font-size: 18px;
		line-height: 26px
	}

	#loan-options-intro h2 {
		font-size: 50px;
		line-height: 1.2em
	}

	#integrations p {
		font-size: 20px;
		font-weight: 200;
		line-height: 1.5em;
		padding: 0 50px
	}

	#funding-main p {
		font-size: 16px;
		line-height: 1.5em
	}

	section.clients_section .clients_list a {
		padding: 0 10px
	}

	#brand-title-break {
		display: inline
	}

	p.hero-quote {
		font-size: 36px
	}

	#article-template-02,
	#list-page {
		margin-top: 120px
	}

	.no-feature-image {
		margin-top: 110px
	}

	#apply-page-heading {
		padding-top: 100px
	}

	#apply-page-heading h1 {
		font-size: 72px
	}

	#services-page-heading,
	#services-page-heading.card {
		padding-top: 100px
	}

	#services-page-heading h1 {
		font-size: 66px
	}

	video {
		height: auto !important;
		width: 100% !important
	}

	.content.video-led-case-study ol.breadcrumb {
		margin-top: 90px !important
	}

	#apply.applyv2 #apply-page-heading {
		padding: 70px 0 25px
	}

	#apply.applyv2 #apply-page-heading h1 {
		font-size: 62px
	}

	#apply.applyv2.company-signup #apply-page-heading {
		padding: 185px 0 100px
	}
}

@media (min-width:992px) and (max-width:1399.9px) {

	.flexslider .container,
	.full_page_photo.slider_wrapper {
		height: 320px
	}

	.flexslider .container .carousel-caption {
		padding: 30px 0
	}

	.flexslider .container .carousel-caption div,
	.flexslider .container .carousel-caption h1,
	.flexslider .container .carousel-caption h2 {
		font-size: 40px
	}

	.flexslider .container .carousel-caption .lead {
		font-size: 16px
	}

	.flexslider .container .carousel-caption .round_badge {
		top: -20px
	}

	.flexslider .item {
		height: 320px
	}

	.service_teaser.elegant .service_photo figure {
		margin: 0 45px
	}

	.service_teaser.elegant.vertical .service_photo figure {
		border-radius: 50%;
		margin: 0 30px
	}

	.navbar .nav li a {
		padding-left: 5px;
		padding-right: 5px
	}

	.team-photo {
		float: right;
		margin: 0 0 0 20px;
		width: 380px
	}

	#section-statistics-01 {
		width: 24%
	}

	#section-statistics-01 span {
		font-size: 94px;
		line-height: 78px
	}

	#section-statistics-02 {
		color: #666;
		float: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 36px;
		padding: 0 30px;
		text-align: center;
		width: 76%
	}

	#apply.applyv2.company-signup #apply-page-heading {
		padding: 155px 0 100px
	}
}

@media (max-width:1200px) {
	.staff-header-text h1 {
		font-size: 46px !important;
		padding: 140px 20px 0
	}

	.staff-header-text h2 {
		font-size: 25px !important;
		line-height: 35px !important
	}

	.case-studies-text h1 {
		font-size: 54px !important;
		padding: 160px 20px 0
	}

	.case-studies-text h2 {
		font-size: 25px !important;
		line-height: 35px !important
	}

	#repayment-options .repayment-features .repayment-feature {
		max-width: 320px
	}

	#basic-content .opening,
	#product-page-content .loan-text {
		padding: 0 20px
	}

	#partners-header h1 {
		font-size: 62px
	}

	.partners-quote.connections blockquote {
		padding: 30px 300px 60px 0
	}

	.partners-quote.connections img {
		right: -52px
	}

	.ppc-headings h1 {
		font-size: 225% !important;
		margin: 325px 0 0 !important
	}

	.ppc-headings h2#basic-content-subheading {
		font-size: 18px;
		line-height: 24px
	}

	.ppc-mobile-headings h1 {
		font-size: 200% !important;
		margin: 0 !important
	}

	.ppc-mobile-headings h2#basic-content-subheading {
		margin: 10px 0
	}

	#product-page-content.ppc-page #repayment-options .repayment-features .repayment-feature {
		max-width: none;
		width: 40%
	}

	.faq-block {
		width: 49%
	}

	#faqs-copy .faq-group h2 {
		font-size: 32px;
		line-height: 32px
	}

	.cbils-landing.servicesv2 #repayment-options .repayment-features .repayment-feature {
		max-width: 45% !important;
		width: 45% !important
	}

	.cbils-landing.servicesv2 #repayment-options .repayment-features .repayment-feature img {
		float: none;
		margin: 0 auto;
		max-width: 140px !important
	}

	#section-homepage-intro .bvps img {
		max-width: 240px
	}

	.homepage-v2 h3 {
		font-size: 1.2em
	}

	.business-loans #services-page-heading .container h1 {
		font-size: 56px
	}

	.business-loans-header-text {
		width: 620px
	}

	.business-loans #services-page-heading .container .services-intro {
		font-size: 17px;
		line-height: 1.8em
	}

	.usp {
		font-size: 15px;
		line-height: 1.6em;
		min-height: 95px
	}

	.usp span {
		padding: 20px 10px 20px 0
	}
}

@media (min-width:1200px) {
	#services-page-heading.landing-page.ppc-landing {
		padding-top: 25px
	}
}

@media (min-width:1100px) {
	.content #feature-image {
		max-width: 80%
	}
}

@media (min-width:992px) and (max-width:1100px) {
	#article-list {
		max-width: 70%
	}

	.article-list-image {
		width: 40%
	}

	.article-list-info {
		width: 60%
	}

	#services-features .service-feature {
		min-height: 290px
	}

	#services-page-heading.fbl h1 {
		font-size: 60px
	}

	#product-page-content h2 {
		font-size: 64px;
		line-height: 72px
	}

	#product-page-content h3 {
		font-size: 28px;
		line-height: 38px
	}

	.card-quote-container img {
		margin-left: 0
	}

	.card-quote-container blockquote {
		margin: 0 0 40px 90px
	}

	#faqs-cta h2 {
		font-size: 48px;
		line-height: 56px
	}
}

@media (max-width:1100px) {
	.content h1 {
		font-size: 80px
	}

	.content h1 br {
		display: none
	}

	#article-list-container {
		margin: 30px 20px 0
	}

	#repayment-options .repayment-features .repayment-feature {
		max-width: 280px
	}

	.partners-quote.growth blockquote {
		font-size: 30px;
		line-height: 44px;
		padding: 40px 0 60px 300px
	}

	.partners-quote.growth img {
		left: 40px;
		width: 250px
	}

	.partners-quote.connections blockquote {
		padding: 30px 350px 60px 0
	}

	.partners-quote.connections img {
		width: 450px
	}

	.penalty-free-promise-body {
		column-count: 1
	}

	.homepage-v2 #homepage-header h1 {
		font-size: 40px
	}

	.homepage-v2 #homepage-header h2 {
		font-size: 24px
	}

	.homepage-v2 #homepage-header {
		padding-top: 250px
	}
}

@media (max-width:1000px) {
	.ppc-mobile-headings {
		display: block
	}

	.ppc-headings {
		display: none
	}

	.ppc-form {
		min-height: 0
	}

	.ppc-form-wrapper {
		float: none
	}

	.ppc-form-container {
		margin: 0;
		width: 100%
	}

	.ppc-logos {
		border-radius: 0;
		left: 0;
		padding: 10px 20px 10px 10px;
		position: absolute;
		text-align: center;
		top: 20px;
		width: 100%
	}

	.ppc-logos img {
		float: none
	}

	.ppc-video-caption img {
		float: left;
		height: 190px;
		margin: 0;
		max-width: none;
		padding: 0;
		width: auto;
		z-index: 4
	}

	.ppc-video-caption .caption-text h4 {
		font-size: 14px;
		line-height: 20px
	}

	.ppc-video-caption .caption-text {
		font-size: 12px;
		line-height: 17px
	}

	.cbils-landing #product-page-content h2 {
		font-size: 46px;
		line-height: 56px;
		margin: 30px 0 20px
	}
}

@media (min-width:992px) and (max-width:1199.9px) {
	.business-loans .container {
		width: 970px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.ethos {
		width: 420px
	}

	#section-statistics-01 span {
		font-size: 70px;
		line-height: 58px
	}
}

@media only screen and (min-width:992px) {
	header.smaller {
		background: #f9f9f9;
		box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
		height: 80px
	}

	header.smaller .logo {
		margin: 11px 20px 11px 0;
		width: 160px
	}

	header.smaller .navbar .nav {
		margin-top: 18px
	}

	#homepage-header {
		background-image: url(https://fleximize.com/proxy-image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=95/img/hero-blue-faded-lighter.jpg)
	}

	.mobon {
		display: none
	}

	header #header-cta img.phone {
		margin-top: -3px
	}

	.logo,
	.navbar .btn-navbar,
	.navbar-header img {
		transition: all .3s
	}

	#loan-title {
		display: none
	}

	#section-press blockquote {
		font-size: 25px
	}

	#section-press cite {
		font-size: 22px
	}

	.staff-quote blockquote {
		margin: auto;
		max-width: 1120px;
		padding: 10px 100px 30px
	}

	.mobile-home,
	.trustmob {
		display: none !important
	}

	#engine .homepage-main-title {
		color: #fff !important;
		display: inline;
		display: inline-block;
		font-size: 50px;
		font-weight: 600;
		line-height: 60px;
		margin: 20px 0 10px;
		text-shadow: 1px 1px #000
	}
}

@media (min-width:768px) and (max-width:991.9px) {
	.flexslider .container .carousel-caption {
		padding: 20px 0;
		top: 170px
	}

	.flexslider .container .carousel-caption div,
	.flexslider .container .carousel-caption h1,
	.flexslider .container .carousel-caption h2 {
		font-size: 30px
	}

	.flexslider .container .carousel-caption .lead {
		font-size: 16px
	}

	.flexslider .container .carousel-caption .round_badge {
		right: 80px;
		top: -30px
	}

	.full_page_photo section.call_to_action {
		max-width: 80%
	}

	.full_page_photo section.call_to_action h3 {
		font-size: 40px;
		font-weight: 300;
		line-height: 45px
	}

	.full_page_photo section.call_to_action h4 {
		font-size: 20px;
		font-weight: 300;
		line-height: 26px
	}

	section.call_to_action {
		padding: 35px 0
	}

	section.call_to_action h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 20px
	}

	section.features_teasers_wrapper {
		margin: 25px 0 45px
	}

	section.features_teasers_wrapper .feature_teaser h3 {
		font-size: 15px
	}

	section.features_teasers_wrapper .feature_teaser p {
		font-size: 13px;
		line-height: 1.4em
	}

	.service_teaser {
		margin: 0 0 40px
	}

	.service_teaser .service_photo figure {
		min-height: 250px
	}

	.service_teaser.elegant .service_details,
	.service_teaser.inverted .service_details p {
		padding-right: 20px
	}

	.service_teaser.elegant .service_photo {
		border-bottom: 1px solid #ccc;
		max-height: 200px;
		padding: 0 0 0 20px
	}

	.service_teaser.elegant .service_photo figure {
		margin: 0;
		max-height: 200px
	}

	.service_teaser.vertical h2 {
		font-size: 24px
	}

	.service_teaser.vertical h2 small {
		padding: 5px 0
	}

	.service_teaser.vertical.elegant .service_details,
	.service_teaser.vertical.elegant .service_photo {
		padding: 0
	}

	.service_teaser.vertical.elegant .service_photo figure {
		border-radius: 50%;
		margin: 0
	}

	.portfolio_strict .portfolio_item .portfolio_photo a p {
		font-size: 12px;
		line-height: 1.3em
	}

	.portfolio_strict .portfolio_item .portfolio_description h3 {
		font-size: 14px;
		line-height: 16px
	}

	.portfolio_strict .portfolio_item .portfolio_description p {
		font-size: 10px
	}

	.team_member {
		margin-bottom: 30px
	}

	.team_member figure {
		height: 150px;
		margin: 0 auto;
		width: 150px
	}

	.team_member figure img {
		border-radius: 150px;
		height: 150px;
		width: 150px
	}

	.pricing_wrapper {
		padding: 0 0 20px
	}

	.pricing_wrapper .pricing_plan {
		margin: 20px 0
	}

	.pricing_wrapper .pricing_plan.special {
		top: 0
	}

	.pricing_wrapper .pricing_plan h3 {
		margin: 0 0 10px;
		padding: 30px 0
	}

	.team-photo {
		float: right;
		margin: 0 0 0 20px;
		width: 310px
	}

	#section-statistics-01 span {
		font-size: 90px;
		line-height: 80px
	}

	#section-statistics-01 {
		width: 36%
	}

	#section-statistics-02 {
		width: 64%
	}

	#footer_top h3 {
		font-size: 28px
	}

	#engine .homepage-main-title {
		color: #fff !important;
		display: inline;
		font-size: 50px;
		font-weight: 600;
		line-height: 60px;
		margin: 20px 0 10px;
		text-shadow: 1px 1px #000
	}

	.business-loans .container {
		width: 750px
	}
}

@media only screen and (max-width:991.9px) {
	header {
		height: 60px
	}

	header #header-cta {
		width: 110px
	}

	#header-cta a {
		display: none
	}

	#header-cta .mobon {
		display: block
	}

	#header-cta .mobon img {
		float: right;
		height: 40px;
		margin: 7px 4px 0 0;
		width: 40px
	}

	#header-cta img.phone {
		position: absolute;
		right: 47px;
		top: 4px
	}

	#header-cta img.login {
		position: absolute;
		right: 0;
		top: 4px
	}

	#header-cta .clear {
		display: none
	}

	#label span,
	#label2 span {
		display: none !important
	}

	#header-cta .header-cta-small {
		float: none;
		width: auto
	}

	header #header-cta #search {
		left: 62px;
		position: absolute;
		top: 8px
	}

	header #header-cta #label img,
	header #header-cta #label2 img {
		height: 40px;
		margin: 0;
		width: 40px
	}

	header #header-cta .main-phone {
		margin: 0
	}

	header #header-cta #input {
		height: 54px !important;
		left: 50px !important;
		margin-top: -5px;
		width: 400px
	}

	header #header-cta #input input {
		height: 51px !important;
		line-height: 53px;
		margin-top: 1px !important
	}

	header #header-cta #input2 {
		height: 54px !important;
		left: 50px !important;
		margin-top: -5px;
		width: 400px
	}

	header #header-cta #input2 input {
		height: 51px !important;
		line-height: 53px;
		margin-top: 1px !important
	}

	header #header-cta #search #search-submit {
		margin: 1px 0 0 360px !important
	}

	.navbar {
		margin: 0
	}

	header .navbar .nav {
		margin-top: 0
	}

	.navbar-header {
		text-align: center
	}

	.logo {
		float: none
	}

	.logo img {
		margin: 5px 8px 11px 42px;
		width: 165px
	}

	.navbar .btn-navbar {
		float: left;
		margin: 5px 3px 0 9px
	}

	#quote-carousel blockquote {
		font-size: 30px
	}

	#quote-carousel cite {
		font-size: 24px
	}

	#quote-carousel blockquote:before {
		bottom: -80px;
		content: "\201C";
		display: block;
		font-size: 200px;
		left: -90px;
		position: relative
	}

	#intro-video {
		margin: 28px 20px 0 0
	}

	#intro-video iframe {
		height: 300px;
		width: 400px
	}

	.carousel-caption h1,
	.carousel-caption h2,
	p.hero-quote {
		max-width: 650px
	}

	p.hero-quote {
		font-size: 30px
	}

	#slider-02 .container .carousel-caption {
		top: 160px
	}

	#brand h2,
	#businesses-main h2,
	#funding-intro h2,
	#loan-options-intro h2 {
		font-size: 40px;
		line-height: 1.2em
	}

	section.clients_section .clients_list a {
		padding: 0
	}

	#businesses-main img {
		max-width: 70px
	}

	#footer_top {
		font-size: 15px
	}

	#loan-title {
		display: inline
	}

	section.features_teasers_wrapper .feature_teaser {
		width: 100%
	}

	#loan-options-main h3 {
		font-size: 30px;
		line-height: 36px
	}

	#section-press blockquote {
		font-size: 22px;
		padding-left: 60px
	}

	#section-press blockquote:before {
		bottom: -50px;
		font-size: 140px;
		left: -56px
	}

	#section-press cite {
		font-size: 20px
	}

	.ethos,
	.trustpilot {
		width: 100%
	}

	.ethos {
		margin-top: 10px
	}

	#grey-media-logos {
		display: none
	}

	#grey-media-logos-02 {
		display: block;
		margin: auto;
		width: 100%
	}

	.content h1 {
		font-size: 70px
	}

	.content h2#article-subheading,
	.content h2#basic-content-subheading {
		font-size: 20px;
		line-height: 28px
	}

	.content .article-content {
		padding: 0 20px
	}

	#article-template-02,
	#list-page {
		margin-top: 90px
	}

	#lhsb {
		display: none
	}

	#article-list-container {
		background-image: none;
		background: #fff
	}

	#article-list-container:after,
	#article-list-container:before {
		background: 0 0
	}

	#article-list {
		max-width: 100%;
		padding-left: 0
	}

	.article-list-image {
		width: 40%
	}

	.article-list-info {
		width: 60%
	}

	.content .list-content {
		margin-top: 30px
	}

	#category-selector {
		display: block !important
	}

	.no-feature-image {
		margin-top: 80px
	}

	#apply-page-content {
		margin: 30px 20px
	}

	#apply-engine-break {
		display: block
	}

	#apply-page-heading {
		padding-bottom: 50px;
		padding-top: 80px
	}

	#apply-page-01 .apply-section-01 {
		line-height: 40px
	}

	#apply-page-02 #apply-section-01,
	#apply-page-02 #apply-section-02,
	#apply-page-02 #apply-section-03 {
		width: 100%
	}

	#apply-page-02 #apply-section-02 {
		padding: 2px 10px 20px
	}

	#apply-page-02 #apply-section-03 {
		padding: 2px 10px
	}

	#apply-page-02 .incorporationDate,
	#apply-page-02 .monthlySales,
	#apply-page-02 .numberDirectors,
	#apply-page-02 .vatNumber {
		width: 48% !important
	}

	#apply-page-content #apply-page-02 #apply-section-02 .form-group,
	#apply-page-content #apply-page-02 #apply-section-03 .form-group {
		width: 60%
	}

	.apply-page-03 {
		padding: 2px 20px 30px
	}

	#services-page-heading {
		padding-bottom: 50px;
		padding-top: 80px
	}

	#services-features .service-feature {
		min-height: 220px;
		width: 50%
	}

	#service-engine-container h4 {
		font-size: 20px
	}

	#service-engine-container h5 {
		margin: 5px 0 10px
	}

	#service-engine-container p {
		font-size: 15px;
		line-height: 26px
	}

	#services-heading h2 {
		font-size: 42px
	}

	#services-reviews .trustpilot {
		margin: 4px 20%;
		padding: 10px 10px 0;
		width: 60%
	}

	.case-study {
		width: 40%
	}

	#repayment-options .repayment-features .repayment-feature {
		max-width: 100%;
		width: 100%
	}

	.repayment-feature img {
		float: left;
		margin-left: 5%;
		max-width: 10%
	}

	.repayment-feature h4,
	.repayment-feature p {
		display: inline-block;
		max-width: 70%;
		width: 70%
	}

	#services-page-heading.fbl h1 {
		font-size: 56px
	}

	#product-page-content h2 {
		font-size: 50px;
		line-height: 60px
	}

	#product-page-content h3 {
		font-size: 26px;
		line-height: 34px
	}

	.card-quote-container {
		text-align: center
	}

	.card-quote-container img {
		display: inline;
		float: none;
		margin: 0 auto;
		width: auto
	}

	.card-quote-container blockquote {
		float: none;
		margin: 0 20px 20px 110px;
		width: auto
	}

	#services-page-heading.alterium-loans {
		padding: 80px 0 40px
	}

	#partners-header h1 {
		font-size: 46px
	}

	#partners-header h2#basic-content-subheading {
		font-size: 22px
	}

	#section-statistics.partner-stats #section-statistics-01 span {
		font-size: 50px;
		letter-spacing: -1px;
		line-height: 40px
	}

	#section-statistics.partner-stats #section-statistics-02 img {
		margin: 0 auto;
		max-width: 230px
	}

	.partners-quote.connections blockquote {
		font-size: 24px;
		line-height: 36px;
		padding: 30px 220px 60px 0
	}

	.partners-quote.connections img {
		right: -100px;
		width: 350px
	}

	#scheme-benefits h4 {
		font-size: 15px;
		letter-spacing: 0
	}

	.scheme-benefits-cell {
		padding: 0 10px 20px
	}

	.content.video-led-case-study ol.breadcrumb {
		margin-top: 60px !important
	}

	#product-page-content.ppc-page #repayment-options .repayment-features .repayment-feature {
		width: 90%
	}

	#apply.applyv2 #apply-page-heading {
		padding-top: 55px
	}

	#ts-and-cs p {
		font-size: 14px;
		padding: 0 0 0 12px
	}

	#product-page-content.ppc-page .ppc-case-study h3 {
		font-size: 26px;
		line-height: 32px
	}

	.ppc-case-study .cs-desc {
		width: 50%
	}

	.ppc-case-study .cs-vid {
		width: 45%
	}

	.ppc-case-study .cs-desc p {
		font-size: .95em
	}

	.explanation-left {
		padding: 20px 0 0;
		width: 100%
	}

	.explanation-right {
		padding-top: 10px;
		width: 100%
	}

	.award {
		padding: 20px;
		width: 100%
	}

	.award img {
		width: 100px
	}

	.faq-block {
		padding: 0;
		width: 100%
	}

	.gall-grid figure {
		width: 49.9%
	}

	.gall-wrapper#homepage-cs-grid .gall-effect:last-of-type {
		display: none
	}

	#footer_logos {
		padding: 20px
	}

	#footer_logos img {
		max-height: 70px;
		width: auto
	}

	#footer_logos a {
		margin: 15px
	}

	#footer_logos a:first-of-type {
		margin-left: 15px
	}

	#footer_logos a:last-of-type {
		margin-right: 15px
	}

	.cbils-landing.servicesv2 #repayment-options .repayment-features .repayment-feature {
		width: 90%
	}

	.cbils-landing.servicesv2 #repayment-options .repayment-features .repayment-feature img {
		float: none;
		margin: 0 auto;
		max-width: 140px !important
	}

	.cbils-landing.servicesv2 #repayment-options .repayment-features .repayment-feature h4,
	.cbils-landing.servicesv2 #repayment-options .repayment-features .repayment-feature p {
		font-size: 100%;
		line-height: 1.6em;
		max-width: 90%;
		width: 90%
	}

	.cbils-landing #bbb-footer img {
		float: right;
		margin: 10px 0 20px 20px;
		max-width: 200px
	}

	#key-customers .key-customer {
		flex: 0 49.5%
	}

	.homepage-v2 #homepage-header h1 {
		font-size: 36px
	}

	.homepage-v2 #homepage-header h2 {
		font-size: 20px
	}

	.homepage-v2 #homepage-header {
		padding-top: 250px
	}

	.homepage-v2 #product-page-content.ppc-page h2,
	.homepage-v2 h2 {
		font-size: 30px
	}

	.homepage-v2 .intro-para {
		font-size: 1em !important
	}

	#section-homepage-intro .bvps div {
		margin-bottom: 40px
	}

	.homepage-v2 .feature-comparison-header {
		font-size: 24px
	}

	.homepage-v2 .feature-comparison-header span.feature-comparison-subheader {
		font-size: 13px
	}

	.ppc-cta-link a {
		font-size: 1em
	}

	.signup-body-text,
	.signup-form-container {
		margin-top: 40px;
		width: 100%
	}

	#apply.applyv2.company-signup #apply-page-heading {
		padding: 125px 0 70px
	}

	#apply.applyv2.company-signup #apply-page-heading h1 {
		font-size: 52px
	}

	.signup-container {
		margin-top: 0
	}

	.company-signup.content h2 {
		font-size: 32px
	}

	#marketplace-partners {
		margin-top: 0
	}

	#marketplace-partners .intro-para {
		font-size: 1.05em
	}

	#marketplace-partners .marketplace-grid .partner-logo {
		padding: 10px
	}

	.servicesv3 #product-page-content h2 {
		font-size: 30px
	}

	.business-loans #product-page-content .product-overview h3 {
		font-size: 24px
	}

	.business-loans #services-page-heading.fbl {
		padding: 110px 0 90px
	}

	.business-loans #services-page-heading .container,
	.business-loans #services-page-heading .container .services-intro,
	.business-loans #services-page-heading .container h1,
	.business-loans #services-page-heading .container h2 {
		text-align: center
	}

	.business-loans #services-page-heading .container h2 {
		font-size: 18px
	}

	.business-loans-header-text {
		width: 100%
	}

	.business-loans-header-tp {
		display: inline-block;
		float: none;
		font-size: 28px;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
		width: 440px
	}

	.business-loans-header-tp img {
		clear: none;
		float: none;
		margin: 5px auto
	}

	.business-loans #core-usps .tp-wrapper {
		padding-bottom: 20px
	}

	.usp {
		font-size: 14px;
		min-height: 85px;
		width: 50%
	}

	.usp img {
		width: 65px
	}

	.usp span {
		padding: 32px 10px 20px 0;
		width: calc(100% - 90px)
	}
}

@media (min-width:900px) {
	.feature-comparison-background {
		padding: 0 0 25px
	}

	.feature-comparison-table {
		flex-direction: row
	}

	.feature-comparison-plan {
		border-bottom: none;
		border-right: 1px solid #ededed;
		flex-basis: 100%;
		padding: 25px 50px
	}

	.feature-comparison-plan:last-child {
		border-right: none
	}
}

@media only screen and (max-width:767.9px) {
	body {
		margin: 0;
		padding: 0
	}

	header .container {
		padding-left: 0;
		padding-right: 0
	}

	.main .container {
		padding-left: 20px;
		padding-right: 20px
	}

	.top_bar .tob_bar_right_col {
		display: none
	}

	.navbar a.navbar-brand {
		margin: 0 0 10px 15px;
		width: 280px
	}

	.navbar a.navbar-brand:link,
	.navbar a.navbar-brand:visited {
		color: #777
	}

	.dmui_dropdown_block {
		background-image: none !important
	}

	#sign a:link,
	#sign a:visited {
		color: #fff
	}

	#sign a:active,
	#sign a:hover {
		color: #ff0
	}

	#sign a i {
		color: #fff
	}

	#sign span {
		display: none
	}

	header #header-cta #input,
	header #header-cta #input2 {
		width: 350px
	}

	header #header-cta #search #search-submit {
		margin: 1px 0 0 310px !important
	}

	.btn-primary {
		font-size: 18px
	}

	.flexslider .container .carousel-caption {
		margin: 0 1%;
		padding: 20px 0;
		top: 220px
	}

	.flexslider .container .carousel-caption div,
	.flexslider .container .carousel-caption h1,
	.flexslider .container .carousel-caption h2 {
		font-size: 30px
	}

	.flexslider .container .carousel-caption .lead {
		font-size: 16px
	}

	.flexslider .container .carousel-caption .round_badge {
		display: none
	}

	#slider-02 .container .carousel-caption {
		top: 220px
	}

	#brand h2,
	#businesses-main h2,
	#funding-intro h2,
	#loan-options-intro h2 {
		font-size: 38px;
		line-height: 1.2em
	}

	p.hero-quote {
		font-size: 22px
	}

	section.call_to_action {
		padding: 35px 0
	}

	section.call_to_action h3 {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 20px
	}

	.full_page_photo {
		height: 300px;
		top: 0 !important
	}

	.full_page_photo section.call_to_action {
		max-width: 90%
	}

	.full_page_photo section.call_to_action h3 {
		font-size: 40px;
		font-weight: 300;
		line-height: 35px
	}

	.full_page_photo section.call_to_action h4 {
		font-size: 16px;
		font-weight: 300;
		line-height: 20px
	}

	section.features_teasers_wrapper .feature_teaser {
		margin-bottom: 40px
	}

	.service_teaser .service_photo figure {
		min-height: 250px
	}

	.service_teaser.inverted .service_photo figure {
		border-radius: 6px 6px 0 0;
		border-right: none
	}

	.service_teaser.inverted .service_details h2,
	.service_teaser.inverted .service_details p {
		padding-left: 20px;
		padding-right: 20px
	}

	.service_teaser.elegant .service_details {
		padding-right: 20px
	}

	.service_teaser.elegant .service_photo {
		border-bottom: 1px solid #ccc;
		max-height: 220px;
		padding: 0 0 0 20px
	}

	.service_teaser.elegant .service_photo figure {
		margin: 0;
		max-height: 250px;
		max-width: 250px
	}

	.service_teaser.vertical h2 {
		font-size: 24px
	}

	.service_teaser.vertical h2 small {
		padding: 5px 0
	}

	.service_teaser.vertical.elegant .service_details,
	.service_teaser.vertical.elegant .service_photo {
		padding: 0
	}

	.service_teaser.vertical.elegant .service_photo figure {
		border-radius: 50%;
		margin: 0
	}

	.portfolio_masonry .portfolio_item a img {
		width: 100%
	}

	.team_member {
		margin-bottom: 30px
	}

	.team_member figure {
		height: 250px;
		margin: 0 auto;
		width: 250px
	}

	.team_member figure img {
		border-radius: 150px;
		height: 250px;
		width: 250px
	}

	section.article-text p {
		font-size: 16px;
		line-height: 1.5em
	}

	.columns_2 {
		word-wrap: break-word;
		column-count: 1;
		column-gap: 0;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto
	}

	#footer-top .footer_details {
		margin: 0 0 40px
	}

	.collapsing_header header {
		height: auto;
		position: static
	}

	.collapsing_header .full_page_photo {
		position: relative;
		top: 0
	}

	.collapsing_header .main {
		position: relative;
		top: 0 !important
	}

	.collapsing_header header.absolute {
		left: 0;
		position: relative !important;
		top: 0 !important
	}

	#sidebar {
		padding: 0
	}

	.pricing_wrapper {
		padding: 0 0 20px
	}

	.pricing_wrapper .pricing_plan {
		margin: 20px 0
	}

	.pricing_wrapper .pricing_plan.special {
		top: 0
	}

	.pricing_wrapper .pricing_plan h3 {
		margin: 0 0 10px;
		padding: 30px 0
	}

	.in ul.nav {
		border-bottom: 1px solid #ccc
	}

	#quote-carousel blockquote {
		font-size: 26px
	}

	#quote-carousel cite {
		font-size: 20px
	}

	#quote-carousel blockquote:before {
		bottom: -70px;
		content: "\201C";
		display: block;
		font-size: 200px;
		left: -90px;
		position: relative
	}

	#quote-carousel blockquote cite:after,
	#quote-carousel blockquote cite:before {
		display: none;
		padding: 0
	}

	#engine h3 {
		font-size: 44px;
		line-height: 54px;
		text-shadow: none
	}

	#engine .homepage-main-title {
		color: #fff !important;
		font-size: 44px;
		line-height: 54px
	}

	#engine p {
		font-size: 22px;
		line-height: 44px
	}

	#loan-section-title {
		display: inline
	}

	#integrations p {
		font-size: 18px;
		padding: 0
	}

	section.features_teasers_wrapper .feature_teaser {
		margin-bottom: 20px
	}

	#brand h2 {
		font-size: 34px
	}

	#businesses-main .btn {
		margin-top: 25px
	}

	#businesses-main .feature_teaser {
		display: inline-block
	}

	#funding-01 {
		clear: both;
		margin-bottom: 15px
	}

	#funding-01 img {
		float: left;
		margin-left: 5%;
		margin-top: 15px;
		max-width: 120px;
		width: 20%
	}

	#funding-01 h3,
	#funding-01 p {
		float: right;
		text-align: left;
		width: 70%
	}

	#funding-02 {
		clear: both;
		margin-bottom: 15px
	}

	#funding-02 img {
		float: right;
		margin-right: 5%;
		margin-top: 15px;
		max-width: 120px;
		width: 20%
	}

	#funding-02 h3,
	#funding-02 p {
		float: left;
		text-align: right;
		width: 70%
	}

	#funding-03 {
		clear: both;
		margin-bottom: 15px
	}

	#funding-03 img {
		float: left;
		margin-left: 5%;
		margin-top: 15px;
		max-width: 120px;
		width: 20%
	}

	#funding-03 h3,
	#funding-03 p {
		float: right;
		text-align: left;
		width: 70%
	}

	#contact,
	#more-fleximize,
	#social-media {
		float: left;
		width: 50%
	}

	#social-media {
		clear: both
	}

	#security {
		float: left;
		width: 50%
	}

	#footer_top h3 {
		font-size: 22px
	}

	#footer_top .contact-symbol {
		margin-right: 10px;
		width: 25px
	}

	#footer_top .contact-details {
		font-size: 13px;
		margin-left: 35px
	}

	a.sm {
		margin: 0 5px 10px 0
	}

	.copyright {
		clear: both
	}

	#section-press blockquote {
		font-size: 18px;
		padding-left: 60px
	}

	#section-press blockquote:before {
		bottom: -50px;
		font-size: 140px;
		left: -56px
	}

	#section-press cite {
		font-size: 18px;
		padding-top: 15px !important
	}

	.team-photo {
		float: right;
		margin: 0 0 0 20px;
		width: 310px
	}

	#section-statistics-01 {
		width: 100%
	}

	#section-statistics-01 span {
		display: inline;
		font-size: 50px;
		line-height: 70px;
		padding: 6px
	}

	#section-statistics-01 p {
		color: #49873a
	}

	#section-statistics-02 {
		color: #666;
		float: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		padding: 0 30px;
		text-align: center;
		width: 100%
	}

	#section-statistics-02 p {
		color: #444;
		font-size: 14px;
		font-weight: 400
	}

	#grey-media-logos {
		margin: 5px
	}

	.content h1 {
		font-size: 56px
	}

	figure.rollover-effect figcaption {
		display: none
	}

	figure.rollover-effect:hover img {
		opacity: 1
	}

	.list-pagination a,
	.list-pagination a:active,
	.list-pagination a:link,
	.list-pagination span,
	.list-pagination>strong {
		font-size: 14px;
		min-width: 26px
	}

	.list-pagination-summary {
		font-size: 13px
	}

	#list-page {
		margin-top: 70px
	}

	.form-control {
		font-size: 13px
	}

	#apply-page-01 {
		padding: 0 30px 20px 20px
	}

	#apply-page-01 label {
		font-size: 12px;
		letter-spacing: 0
	}

	.apply-page-03 .form-group-4 {
		width: 48% !important
	}

	#apply-page-content .homeAddress,
	#apply-page-content .stakeholderDate {
		width: 100% !important
	}

	#about-us-team h2 {
		color: #fff;
		font-size: 30px;
		padding: 20px 20px 10px
	}

	.staff-header-text {
		background-color: #000;
		height: auto;
		margin-top: 0
	}

	.staff-header-text h1 {
		font-size: 26px !important;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 36px !important;
		padding: 10px 20px 0;
		text-align: center
	}

	.staff-header-text h2 {
		font-size: 18px !important;
		letter-spacing: 2px;
		line-height: 22px !important;
		padding: 2px 20px 20px;
		text-align: center
	}

	.case-studies-text {
		background-color: #000;
		height: auto;
		margin-top: 0
	}

	.case-studies-text h1 {
		font-size: 32px !important;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 36px !important;
		padding: 10px 20px 0;
		text-align: center
	}

	.case-studies-text h2 {
		font-size: 18px !important;
		letter-spacing: 2px;
		line-height: 22px !important;
		padding: 2px 20px 20px;
		text-align: center
	}

	#quote-page-content .form-group {
		width: 48%
	}

	#contact-us-page-content .form-group {
		width: 97%
	}

	#services-features .service-feature {
		min-height: auto;
		width: 100%
	}

	#service-engine-container .product {
		display: block;
		width: 100%
	}

	#services-page form {
		max-width: 100%
	}

	form.service-engine div,
	form.service-engine p {
		width: 50%
	}

	#services-heading h2 {
		font-size: 36px
	}

	#services-house img {
		height: 200px !important
	}

	#services-reviews h2 {
		font-size: 48px;
		line-height: 60px
	}

	#services-reviews h3 {
		font-size: 22px
	}

	#services-reviews .trustpilot {
		margin: 4px 10%;
		width: 80%
	}

	.case-study {
		width: 400px
	}

	.portfolio_strict .portfolio_item figure {
		height: 240px
	}

	.portfolio_strict .portfolio_item {
		height: 295px
	}

	#case-studies-home h2 {
		font-size: 48px;
		line-height: 60px
	}

	#case-studies-home h3 {
		font-size: 22px
	}

	#basic-content .opening {
		font-size: 130%
	}

	#services-page-heading.alterium-loans h2#basic-content-subheading {
		font-size: 15px;
		letter-spacing: 2px
	}

	#services-page-heading.alterium-loans h1 {
		font-size: 52px
	}

	.partners-quote.growth img {
		left: 10px;
		width: 130px
	}

	.partners-quote.growth blockquote {
		font-size: 26px;
		line-height: 42px;
		padding: 40px 0 60px 90px
	}

	#partners-header h1 {
		font-size: 36px
	}

	#partners-header h2#basic-content-subheading {
		font-size: 20px
	}

	#section-statistics.partner-stats #section-statistics-01 {
		width: 40%
	}

	#section-statistics.partner-stats #section-statistics-01 span {
		font-size: 32px;
		letter-spacing: -1px;
		line-height: 44px
	}

	#section-statistics.partner-stats #section-statistics-01 p {
		line-height: 26px;
		margin: 0 auto;
		max-width: 190px
	}

	#section-statistics.partner-stats #section-statistics-02 {
		padding: 0;
		width: 60%
	}

	#section-statistics.partner-stats #section-statistics-02 img {
		margin: 5px auto 0;
		max-width: 210px
	}

	.scheme-benefits-cell {
		display: inline-block;
		margin: 0;
		padding: 15px;
		text-align: left !important;
		width: 100%
	}

	#scheme-benefits h4 {
		margin-top: 0;
		text-align: left !important
	}

	.partners-quote.connections blockquote {
		font-size: 24px;
		line-height: 38px;
		padding: 30px 0
	}

	.partners-quote.connections img {
		display: none
	}

	.staff-header {
		background-position-x: 58% !important
	}

	.desk-logos {
		display: none !important
	}

	#services-page-heading.landing-page {
		padding: 100px 0
	}

	.ppc-form label {
		font-size: 14px;
		line-height: 1.6em
	}

	#product-page-content.ppc-page h2 {
		font-size: 40px;
		line-height: 50px;
		margin: 30px 0 10px
	}

	#product-page-content.ppc-page h3 {
		font-size: 20px;
		line-height: 30px
	}

	.ppc-video-caption img {
		height: 150px
	}

	.ppc-video-caption .caption-text h4 {
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 5px;
		margin-top: 0
	}

	.ppc-video-caption .caption-text {
		font-size: 10px;
		line-height: 14px;
		top: 10px
	}

	.ppc-video-caption .caption-text p {
		margin: 0 0 5px
	}

	#ts-and-cs p {
		font-size: 13px
	}

	.wwsf .wwsf-row {
		display: table-row
	}

	.wwsf .wwsf-col {
		width: 49.5%
	}

	.ppc-case-study .cs-desc,
	.ppc-case-study .cs-vid {
		width: 100%
	}

	.ppc-case-study .cs-desc a,
	.ppc-case-study .cs-desc i {
		display: none
	}

	.ppc-case-study .cs-vid img {
		margin: 0 auto;
		max-width: 100%
	}

	#faqs-copy .faq-group h2 {
		font-size: 26px;
		line-height: 32px
	}

	.faqs-nav {
		display: none
	}

	.faq-questions {
		padding-left: 0
	}

	#faqs-copy {
		padding: 30px 15px 0
	}

	#faqs-copy .faq-group {
		margin: 0 0 25px;
		padding: 0 0 15px
	}

	#faqs-cta {
		padding: 20px
	}

	#fieldSearch {
		display: none
	}

	.cbils-landing.servicesv2 #services-page-heading.landing-page.ppc-landing {
		padding: 240px 50px 80px
	}

	.cbils-landing .ppc-tp {
		margin-top: 30px;
		max-width: 300px
	}

	.servicesv3 .product-highlights .highlight {
		float: left;
		font-size: 12px;
		width: 50% !important
	}

	.servicesv3 .product-highlights .highlight img {
		display: none
	}

	.homepage-v2 #homepage-header h1 {
		line-height: 1.35em;
		margin-left: auto;
		margin-right: auto;
		max-width: 580px
	}

	.homepage-v2 #homepage-header h2 {
		font-size: 20px
	}

	.homepage-v2 #homepage-header {
		min-height: 600px;
		padding-top: 210px
	}

	#press-2020 p {
		font-size: 18px
	}

	#apply.applyv2.company-signup #apply-page-heading h1 {
		font-size: 40px
	}

	.company-signup.content {
		font-size: 14px
	}

	#marketplace-partners .marketplace-grid .partner-logo {
		flex: 0 50%
	}

	.company-signup.content h2 {
		font-size: 26px
	}

	#marketplace-quote p {
		font-size: 18px
	}

	#marketplace-quote p span {
		font-size: 16px
	}

	.business-loans #services-page-heading .container h1 {
		font-size: 44px
	}

	.business-loans #services-page-heading .container h2 {
		font-size: 17px
	}

	.business-loans #services-page-heading .container .services-intro {
		font-size: 16px
	}

	.business-loans-header-tp {
		font-size: 22px;
		width: 100%
	}

	.business-loans #core-usps .tp-wrapper {
		padding-bottom: 0
	}

	.usp {
		font-size: 14px;
		min-height: 100px;
		width: 50%
	}

	#bl-intro-button {
		display: inline-block
	}

	#bl-post-intro-button {
		display: none
	}

	.loan-faqs .faq-tab label {
		font-size: 18px
	}

	.loan-faqs .faq-tab label h2 {
		font-size: 18px !important
	}
}

@media only screen and (min-width:768px) {

	.carousel-caption h1,
	.carousel-caption h2,
	p.hero-quote {
		max-width: 720px
	}

	.mob-logos {
		display: none !important
	}
}

@media only screen and (max-width:600px) {

	header #header-cta #input,
	header #header-cta #input2 {
		width: 250px
	}

	header #header-cta #search #search-submit {
		margin: 1px 0 0 210px !important
	}

	#homepage-header {
		background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNEM1QUQxQ0E3NTcxMUVCQjEwRkYzNDdBRjYxMkMxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNEM1QUQxREE3NTcxMUVCQjEwRkYzNDdBRjYxMkMxNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0QzVBRDFBQTc1NzExRUJCMTBGRjM0N0FGNjEyQzE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM0QzVBRDFCQTc1NzExRUJCMTBGRjM0N0FGNjEyQzE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJ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")
	}

	#engine-break {
		display: inline
	}

	#team-photo-01 {
		display: none
	}

	#team-photo-02 {
		display: block
	}

	.team-photo {
		float: none;
		margin: 20px 0;
		width: 100%
	}

	#section-statistics-02 p br {
		display: inline
	}

	#section-statistics-02 p {
		font-size: 13px;
		font-weight: 400;
		line-height: 22px
	}

	.content h1 {
		font-size: 46px
	}

	.content h2 {
		font-size: 24px;
		line-height: 40px
	}

	.content h3 {
		font-size: 20px;
		line-height: 30px
	}

	.content h4 {
		font-size: 18px;
		line-height: 26px
	}

	.content h5 {
		font-size: 16px;
		line-height: 24px
	}

	.content h6 {
		font-size: 15px;
		line-height: 24px
	}

	.content h2#article-subheading,
	.content h2#basic-content-subheading {
		font-size: 17px;
		line-height: 26px
	}

	.content {
		font-size: 15px
	}

	.content blockquote,
	.content blockquote p {
		font-size: 24px;
		line-height: 36px;
		margin: 0 40px 40px 60px
	}

	.content blockquote p {
		margin-left: 0
	}

	.content blockquote:before {
		bottom: -56px;
		font-size: 120px;
		left: -56px
	}

	.content blockquote cite {
		font-size: 90%;
		padding-top: 20px
	}

	.content figcaption {
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 17px
	}

	.article-list-image {
		width: 100%
	}

	.article-list-info {
		font-size: 14px;
		line-height: 1.6em;
		margin-top: 10px;
		padding-left: 0;
		width: 100%
	}

	.article-list-title {
		font-size: 16px;
		letter-spacing: 0
	}

	.rollover-image figure img {
		display: inline
	}

	.rollover-image figure {
		background: #fff;
		text-align: center;
		width: 100%
	}

	.article-list-item {
		margin: 0 0 30px;
		text-align: center
	}

	.article-author-title {
		margin-bottom: 5px
	}

	#apply-page-content .form-group {
		width: 100%
	}

	#apply-page-content .confirmPassword,
	#apply-page-content .contactNumber,
	#apply-page-content .emailAddress,
	#apply-page-content .firstName,
	#apply-page-content .lastName,
	#apply-page-content .yourPassword {
		width: 48%
	}

	#apply-page-01 label {
		line-height: 16px;
		margin: 3px 0 0
	}

	#apply-page-heading {
		padding-bottom: 40px;
		padding-top: 70px
	}

	#apply-page-heading h1 {
		font-size: 54px
	}

	#apply-page-01 .apply-section-01 {
		font-size: 18px;
		line-height: 24px;
		margin: 20px 10px;
		padding: 0 0 30px
	}

	#apply-page-01 .apply-section-01 p {
		margin: 0
	}

	#apply-page-content .apply-amount,
	#apply-page-content .apply-length {
		margin: 5px 0 0;
		width: 100%
	}

	#apply-page-content .apply-amount input,
	#apply-page-content .apply-length select {
		font-size: 18px !important;
		width: 100%
	}

	#apply-page-02 .incorporationDate,
	#apply-page-02 .monthlySales,
	#apply-page-02 .numberDirectors,
	#apply-page-02 .vatNumber {
		width: 100% !important
	}

	#apply-page-02 #apply-section-01 {
		line-height: 1.5em;
		padding: 0 20px 20px
	}

	#apply-page-content #apply-page-02 #apply-section-02 .form-group,
	#apply-page-content #apply-page-02 #apply-section-03 .form-group {
		width: 100%
	}

	#apply .button-forward {
		float: none;
		margin: 0;
		padding: 20px 0 0;
		text-align: center;
		width: 100%
	}

	#apply .button-forward .btn {
		margin: 10px 0 !important
	}

	#apply .button-back {
		color: #008abb;
		float: none;
		margin: 0;
		padding: 5px 0 0;
		text-align: center;
		width: 100%
	}

	#apply .button-back,
	#apply .button-back a {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 20px
	}

	#apply .button-back a {
		text-transform: none;
		vertical-align: bottom
	}

	#apply .button-back:before {
		content: "or go ";
		padding: 0
	}

	#apply .form-horizontal .has-feedback .form-control-feedback {
		font-size: 18px;
		top: 30px
	}

	.staff-member {
		height: 250px;
		width: 200px
	}

	.staff-member figcaption {
		top: 205px
	}

	#quote-page-content .form-group {
		float: left;
		margin: 0;
		width: 100%
	}

	#quote-loan {
		float: none;
		margin: 0
	}

	#quote-loan .form-group {
		width: 100%
	}

	#quote-page {
		padding: 5px 20px 20px
	}

	#quote-page .input-lg {
		font-size: 15px;
		height: 34px;
		padding: 4px 8px
	}

	#contact-us-page .input-lg {
		font-size: 15px !important;
		height: 34px !important;
		padding: 4px 8px !important
	}

	body.alterium #apply-page-heading h1 {
		font-size: 36px;
		max-width: 350px
	}

	body.alterium .content h2#basic-content-subheading {
		font-size: 15px;
		letter-spacing: 1px
	}

	#services-page-heading {
		padding-bottom: 40px;
		padding-top: 70px
	}

	#services-page-heading h1 {
		font-size: 54px
	}

	form.service-engine p {
		margin: 0;
		padding: 0 !important;
		width: 100%
	}

	form.service-engine div {
		width: 100%
	}

	form.service-engine div.engine-row {
		padding: 0 0 12px
	}

	.service-engine button span {
		display: none
	}

	#services-house img {
		height: 140px !important
	}

	#services-heading h2 {
		font-size: 28px
	}

	#services-reviews h2 {
		font-size: 36px;
		line-height: 44px
	}

	#services-reviews h3 {
		font-size: 17px
	}

	#services-reviews .trustpilot {
		margin: 4px 0;
		width: 100%
	}

	#services-reviews .trustpilot h4 {
		font-size: 28px
	}

	#services-reviews .trustpilot blockquote {
		font-size: 16px;
		margin: 0
	}

	#case-studies-home h2 {
		font-size: 36px;
		line-height: 44px
	}

	#case-studies-home h3 {
		font-size: 17px
	}

	#services-page-heading.fbl h1 {
		font-size: 42px
	}

	#product-page-content h2 {
		font-size: 38px;
		line-height: 50px
	}

	#product-page-content h3 {
		font-size: 22px;
		line-height: 30px
	}

	#services-page-heading.alterium-loans h1 {
		font-size: 40px
	}

	.partners-quote.growth img {
		left: 5px;
		width: 100px
	}

	.partners-quote.growth blockquote {
		font-size: 24px;
		line-height: 36px;
		margin: 0;
		padding: 20px 0 60px 120px
	}

	.logo-negative {
		max-width: 140px
	}

	.case-study-summary {
		border: 0 !important;
		margin: 0 0 20px;
		width: 100%
	}

	.ppc-form p {
		font-size: 14px;
		line-height: 20px
	}

	.ppc-form label {
		font-size: 12px;
		line-height: 1.6em
	}

	.ppc-mobile-headings h1 {
		font-size: 160% !important;
		line-height: 1.4em !important
	}

	#product-page-content.ppc-page h2 {
		font-size: 32px;
		line-height: 38px
	}

	#product-page-content.ppc-page h3 {
		font-size: 16px;
		line-height: 26px
	}

	.ppc-video-caption li {
		float: none;
		margin: 5px auto;
		width: 60%
	}

	.ppc-video-caption img {
		height: 185px
	}

	.ppc-form h3 {
		font-size: 20px;
		line-height: 30px
	}

	p.ppc-call {
		font-size: 14px;
		letter-spacing: normal
	}

	#apply.applyv2 #apply-page-heading {
		padding: 60px 0 25px
	}

	#apply.applyv2 #apply-page-heading h1 {
		font-size: 48px
	}

	.gall-grid figure {
		width: 100%
	}

	.gall-wrapper#homepage-cs-grid .gall-effect:last-of-type {
		display: block
	}

	#footer_logos {
		padding: 15px
	}

	#footer_logos img {
		max-height: 60px !important;
		width: auto
	}

	#footer_logos a {
		margin: 12px
	}

	#footer_logos a:first-of-type {
		margin-left: 12px
	}

	#footer_logos a:last-of-type {
		margin-right: 12px
	}

	#product-page-content h2 {
		font-size: 32px;
		line-height: 40px
	}

	.cbils-landing.servicesv2 #repayment-options .repayment-features .repayment-feature {
		max-width: 90% !important;
		width: 90% !important
	}

	.cbils-landing #bbb-footer img {
		float: right;
		margin: 10px 0 20px 20px;
		max-width: 140px
	}

	.cbils-landing.servicesv2 #services-page-heading.landing-page.ppc-landing {
		padding: 180px 50px 80px
	}

	.cbils-landing #product-page-content h2 {
		font-size: 32px;
		line-height: 40px
	}

	.tp-container blockquote {
		padding: 25px
	}

	#key-customers .key-customer {
		flex: 0 100%
	}

	.homepage-v2 #product-page-content.ppc-page h2,
	.homepage-v2 h2 {
		font-size: 22px;
		font-weight: 600
	}

	.homepage-v2 h3 {
		font-size: 1.1em
	}

	.homepage-v2 #homepage-header h1 {
		font-size: 28px;
		max-width: 390px;
		padding-left: 15px;
		padding-right: 15px
	}

	.homepage-v2 #homepage-header h2 {
		line-height: 1.5em;
		margin-left: auto;
		margin-right: auto;
		max-width: 390px;
		padding-left: 15px;
		padding-right: 15px
	}

	.homepage-v2 #homepage-header {
		min-height: 500px;
		padding-top: 140px
	}

	#key-customers .key-customer img {
		max-width: 160px
	}

	.servicesv3 #product-page-content #services-quote h1 {
		font-size: 46px
	}

	.servicesv3 #product-page-content #services-quote h2 {
		font-size: 24px;
		line-height: 40px
	}

	.servicesv3 #product-page-content #services-quote h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0
	}

	.servicesv3 #product-page-content #services-quote h4 {
		font-size: 18px;
		line-height: 26px
	}

	.servicesv3 #product-page-content #services-quote h5 {
		font-size: 16px;
		line-height: 24px
	}

	.servicesv3 #product-page-content #services-quote h6 {
		font-size: 15px;
		line-height: 24px
	}

	.servicesv3 #product-page-content h2 {
		font-size: 22px
	}

	.ppc-cta-link img {
		width: 50px
	}

	.business-loans #services-page-heading.fbl {
		padding: 75px 0 70px
	}

	.business-loans #core-usps .tp-wrapper {
		padding-bottom: 20px
	}

	.business-loans-header-tp {
		padding-top: 5px
	}

	.business-loans #services-page-heading .container .services-intro {
		font-size: 15px
	}

	.usp {
		font-size: 14px;
		min-height: 65px
	}

	.usp img {
		width: 40px
	}

	.usp span {
		padding: 20px 10px 0 0;
		width: calc(100% - 60px)
	}

	.business-loans .er-caption,
	.loan-faqs .faq-tab label {
		font-size: 16px
	}

	.loan-faqs .faq-tab label h2 {
		font-size: 16px !important
	}
}

@media only screen and (min-width:480px) and (max-width:767.9px) {
	#grey-media-logos {
		display: block;
		margin: 5px;
		width: 100%
	}

	#grey-media-logos-02 {
		display: none
	}
}

@media only screen and (max-width:480px) {

	header #header-cta #input,
	header #header-cta #input2 {
		width: 400px
	}

	.navbar {
		margin-bottom: 10px
	}

	.navbar .btn-navbar {
		display: block;
		width: auto
	}

	.navbar .btn-navbar span.nb_left {
		padding: 5px
	}

	.navbar .btn-navbar span.nb_right {
		color: #555;
		font-size: 18px;
		font-weight: 700;
		padding: 0 4px 4px;
		text-shadow: 1px 1px 0 #fff
	}

	.top_bar {
		display: none
	}

	.hgroup h2 {
		margin: 0 0 6px
	}

	.slider_wrapper {
		display: none;
		height: 550px
	}

	.flexslider .container {
		height: 550px
	}

	.flexslider .container .carousel-caption {
		margin: 0;
		padding: 20px 0
	}

	.flexslider .container .carousel-caption div,
	.flexslider .container .carousel-caption h1,
	.flexslider .container .carousel-caption h2 {
		font-size: 30px
	}

	.flexslider .container .carousel-caption .lead {
		font-size: 16px
	}

	.flexslider .item {
		height: 550px
	}

	.team_member {
		margin-bottom: 30px
	}

	.team_member figure {
		margin: 0 auto
	}

	.team_member figure,
	.team_member figure img {
		height: 150px;
		width: 150px
	}

	.portfolio_slider_wrapper {
		margin-bottom: 30px
	}

	.portfolio_slider_wrapper #carousel {
		display: none
	}

	#brand h2,
	#businesses-main h2,
	#funding-intro h2,
	#loan-options-intro h2 {
		font-size: 30px
	}

	.navbar .btn-navbar span.nb_right {
		display: none !important
	}

	.navbar-toggle {
		border-radius: 35px
	}

	.email {
		display: none
	}

	header #header-cta {
		width: 55px
	}

	header #header-cta #search div #search-submit {
		display: none !important;
		left: auto;
		position: fixed !important;
		right: 0;
		top: 3px
	}

	header #header-cta #search div.focus #search-submit {
		border-right: 5px solid #fff;
		display: block !important;
		padding-right: 30px !important
	}

	.logo img {
		margin-left: 16px;
		margin-top: 8px;
		width: 140px
	}

	#quote-carousel blockquote {
		font-size: 22px
	}

	#quote-carousel cite {
		font-size: 18px;
		font-weight: 400
	}

	#quote-carousel blockquote:before {
		bottom: -50px;
		content: "\201C";
		display: block;
		font-size: 120px;
		left: -60px;
		position: relative
	}

	#quote-carousel blockquote cite:after,
	#quote-carousel blockquote cite:before {
		display: none;
		padding: 0
	}

	#engine {
		margin-top: -30px
	}

	#engine h3 {
		font-size: 34px;
		line-height: 48px;
		text-shadow: none
	}

	#engine .homepage-main-title {
		color: #fff !important;
		font-size: 34px;
		line-height: 48px
	}

	#engine .call_to_action {
		margin-top: 30px
	}

	#engine #quote-button {
		margin-top: 20px
	}

	#loan-options-main h3 {
		font-size: 26px
	}

	.mirror-logo {
		display: none
	}

	.mirror-quote {
		width: 100%
	}

	.trustpilot blockquote {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px
	}

	.trustpilot blockquote br {
		display: none
	}

	.trustpilot p br {
		display: inline
	}

	.btn-group-lg>.btn,
	.btn-lg {
		display: inline-block;
		margin: 10px 0 20px !important;
		padding: 14px
	}

	.cta-desktop {
		display: none
	}

	.cta-mobile {
		display: block
	}

	#contact,
	#latest-blog,
	#more-fleximize {
		float: none;
		width: 97%
	}

	#section-statistics-01 span {
		display: inline;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		padding: 0
	}

	#section-statistics-01 p {
		color: #49873a;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px
	}

	#grey-media-logos-02 {
		margin: -10px 5px 0
	}

	#security,
	#social-media {
		clear: both;
		float: left;
		width: 100%
	}

	#brand-title-break,
	#homepage-base-cta {
		display: none
	}

	.content h1 {
		font-size: 36px;
		line-height: 1.3em
	}

	.content h2 {
		font-size: 22px;
		line-height: 36px
	}

	.content h3 {
		font-size: 18px;
		line-height: 28px
	}

	.content h4 {
		font-size: 16px;
		line-height: 26px
	}

	.content h5 {
		font-size: 15px;
		line-height: 22px
	}

	.content h6 {
		font-size: 14px;
		line-height: 20px
	}

	.content h2#article-subheading,
	.content h2#basic-content-subheading {
		font-size: 16px;
		line-height: 26px
	}

	.content {
		font-size: 12.5px
	}

	.content blockquote,
	.content blockquote p {
		font-size: 20px;
		line-height: 30px;
		margin: 0 10px 40px 60px
	}

	.content blockquote p {
		margin-left: 0
	}

	.content blockquote:before {
		bottom: -46px;
		font-size: 120px;
		left: -56px
	}

	.content blockquote cite {
		font-size: 100%;
		padding-top: 15px
	}

	.content p#article-author {
		font-size: 14px;
		letter-spacing: 2px
	}

	.content figcaption {
		letter-spacing: 0;
		padding: 0 10px 15px
	}

	.article-list-info,
	.content .list-content {
		font-size: 13px;
		line-height: 1.6em
	}

	#list-page h1 {
		margin: 15px auto 5px
	}

	#list-page h2#article-subheading {
		margin-top: 0
	}

	#apply-page-content .confirmPassword,
	#apply-page-content .contactNumber,
	#apply-page-content .emailAddress,
	#apply-page-content .firstName,
	#apply-page-content .lastName,
	#apply-page-content .yourPassword {
		width: 100%
	}

	#apply-page-heading h1 {
		font-size: 40px
	}

	#apply .form-horizontal .has-feedback .form-control-feedback {
		font-size: 14px;
		top: 29px
	}

	#about-us-team h2 {
		font-size: 26px
	}

	#contact-us-page {
		padding: 10px 20px 0
	}

	#services-page-heading h1 {
		font-size: 40px
	}

	div.engine-row .input-lg {
		font-size: 15px
	}

	#services-house img {
		height: 100px !important
	}

	#services-heading h2 {
		font-size: 24px
	}

	.case-study {
		max-width: 100%;
		width: 300px
	}

	.portfolio_strict .portfolio_item figure {
		height: 200px
	}

	.portfolio_strict .portfolio_item {
		height: 255px
	}

	#services-page-heading.fbl {
		padding: 120px 0 70px
	}

	#services-page-heading.fbl h1 {
		font-size: 38px
	}

	#product-page-content h2 {
		font-size: 34px;
		line-height: 46px
	}

	#section-statistics.partner-stats #section-statistics-01 {
		border-bottom: 1px solid #cfcfcf;
		margin-bottom: 15px;
		padding-bottom: 10px;
		width: 100%
	}

	#section-statistics.partner-stats #section-statistics-01 p,
	#section-statistics.partner-stats #section-statistics-01 span {
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 30px;
		margin: 0 auto;
		max-width: 100%
	}

	#section-statistics.partner-stats #section-statistics-01 span {
		font-weight: 800
	}

	#section-statistics.partner-stats #section-statistics-02 {
		padding: 0;
		width: 100%
	}

	#section-statistics.partner-stats #section-statistics-02 img {
		margin: 5px auto 0;
		max-width: 210px;
		width: auto
	}

	.partners-quote.growth img {
		left: 40%;
		width: 60px
	}

	.partners-quote.growth blockquote {
		font-size: 22px;
		line-height: 32px;
		margin: 0;
		padding: 20px 0 90px 50px
	}

	#partners-selector a.btn-lg {
		margin: 8px 5px !important
	}

	.partners-quote.connections blockquote {
		font-size: 20px;
		line-height: 30px
	}

	.partners-quote.connections img {
		right: 30%;
		width: 150px
	}

	#partners-header h1 {
		font-size: 30px
	}

	#partners-header h2#basic-content-subheading {
		font-size: 18px
	}

	#email-subscription {
		border-radius: 0 10px 10px 0;
		bottom: 20px;
		color: #fff;
		left: 0;
		max-width: 250px;
		min-height: 85px;
		text-align: left
	}

	#email-subscription h3 {
		font-size: 13px;
		font-weight: 600;
		margin: 0 0 6px;
		text-transform: uppercase
	}

	#email-subscription p {
		font-size: 12px;
		line-height: 16px !important
	}

	.ppc-form .col-xs-6 {
		width: 100%
	}

	.ppc-partner-logo {
		display: none !important
	}

	#product-page-content.ppc-page h2 {
		font-size: 24px;
		line-height: 30px
	}

	#product-page-content.ppc-page h3 {
		font-size: 14px;
		line-height: 20px
	}

	.ppc-video-caption li {
		width: 75%
	}

	.ppc-video-caption img {
		height: 180px
	}

	.ppc-form h3 {
		font-size: 18px;
		line-height: 28px
	}

	#apply.applyv2 #apply-page-heading h1 {
		font-size: 40px
	}

	#ts-and-cs p {
		font-size: 12.5px;
		padding: 0 0 0 12px
	}

	#ts-and-cs .apply-field {
		padding: 0
	}

	.wwsf .wwsf-col {
		width: 100%
	}

	.optanon-alert-box-wrapper .optanon-alert-box-bg p {
		font-size: 10pt;
		line-height: 15pt
	}

	#product-page-content.ppc-page .ppc-case-study h3 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px
	}

	#faqs-copy .faq-group h2 {
		font-size: 22px;
		line-height: 26px
	}

	#faqs-copy .faq-block h3 {
		font-size: 13px;
		line-height: 22px
	}

	#faqs-copy .faq-block .faq-question {
		font-size: 12px;
		line-height: 20px
	}

	.cbils-landing .ppc-tp {
		margin-top: 15px;
		max-width: 100%
	}

	.cbils-landing .tp-container blockquote {
		padding: 30px 20px
	}

	.homepage-v2 #engine .call_to_action {
		margin-top: 0;
		padding: 15px 10px 5px
	}

	.homepage-v2 #grey-media-logos-02 {
		margin: 10px
	}

	.servicesv3 .product-highlights .highlight {
		width: 100% !important
	}

	.servicesv3 #product-page-content #services-quote h1 {
		font-size: 36px;
		line-height: 1.3em
	}

	.servicesv3 #product-page-content #services-quote h2 {
		font-size: 22px;
		line-height: 36px
	}

	.servicesv3 #product-page-content #services-quote h3 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 0
	}

	.servicesv3 #product-page-content #services-quote h4 {
		font-size: 16px;
		line-height: 26px
	}

	.servicesv3 #product-page-content #services-quote h5 {
		font-size: 15px;
		line-height: 22px
	}

	.servicesv3 #product-page-content #services-quote h6 {
		font-size: 14px;
		line-height: 20px
	}

	.business-loans #services-page-heading .container h1 {
		font-size: 38px
	}

	.business-loans #services-page-heading .container h2 {
		font-size: 16px
	}

	.business-loans #services-page-heading .container .services-intro {
		font-size: 15px
	}

	.business-loans-header-tp {
		font-size: 20px
	}

	.usp {
		min-height: 50px;
		width: 100%
	}

	.usp img {
		margin-bottom: 5px
	}

	.usp span {
		padding: 20px 10px 0 0;
		width: calc(100% - 60px)
	}

	#bl-intro-button {
		width: 220px
	}

	.business-loans .er-caption,
	.loan-faqs .faq-tab label {
		font-size: 15px
	}

	.loan-faqs .faq-tab label h2 {
		font-size: 15px !important
	}
}

@media only screen and (max-width:400px) {
	header .logo {
		display: none
	}

	.logo-mark {
		display: inline;
		height: 46px;
		margin: 5px
	}

	#engine .homepage-main-title,
	#engine h3 {
		font-size: 28px;
		line-height: 38px
	}

	#engine .homepage-main-title {
		color: #fff !important
	}

	#engine p {
		font-size: 18px;
		line-height: 38px
	}

	#brand h2,
	#businesses-main h2,
	#funding-intro h2,
	#loan-options-intro h2 {
		font-size: 26px
	}

	#engine .call_to_action {
		padding: 30px 0
	}

	#loan-options-main h3 {
		font-size: 22px
	}

	#funding-main h3 {
		font-size: 18px
	}

	#funding-main p {
		font-size: 15px
	}

	.navbar-collapse {
		width: 100%
	}

	.logo img {
		margin-left: 0;
		margin-top: 14px;
		width: 100px
	}

	.content h1 {
		font-size: 24px;
		font-weight: 400
	}

	.content h2 {
		font-size: 20px;
		line-height: 34px
	}

	.content h3 {
		font-size: 17px;
		line-height: 26px
	}

	.content h4 {
		font-size: 15px;
		line-height: 22px
	}

	.content h5,
	.content h6 {
		font-size: 14px;
		line-height: 20px
	}

	.content h2#article-subheading,
	.content h2#basic-content-subheading {
		font-size: 15px;
		line-height: 24px;
		margin: 10px auto
	}

	.content blockquote,
	.content blockquote p {
		line-height: 28px;
		margin: 0 0 40px 30px
	}

	.content blockquote p {
		margin-left: 0
	}

	.content blockquote:before {
		bottom: -34px;
		font-size: 58px;
		left: -26px
	}

	.content p#article-author {
		font-size: 13px;
		font-weight: 600
	}

	#apply-page-02 #apply-section-02 .input-group-btn,
	#apply-page-02 #apply-section-02 .input-group-btn button,
	#apply-page-02 #apply-section-03 .input-group-btn,
	#apply-page-02 #apply-section-03 .input-group-btn button,
	.apply-page-03 .input-group-btn,
	.apply-page-03 .input-group-btn button {
		border-radius: 0;
		border-top: 0;
		display: block;
		margin-left: 0 !important;
		width: 100%
	}

	#apply-page-02 #apply-section-02 .form-group-4,
	#apply-page-02 #apply-section-03 .form-group-4,
	.apply-page-03 .form-group-4 {
		width: 100% !important
	}

	body.alterium #apply-page-heading h1 {
		font-size: 28px
	}

	.mobhide {
		display: none
	}

	.partners-quote.growth blockquote {
		font-size: 20px;
		line-height: 30px;
		padding: 20px 0 90px 20px
	}

	#partners-header h1 {
		font-size: 28px;
		padding-left: 0;
		padding-right: 0
	}

	#email-subscription {
		margin-right: 10px;
		max-width: 215px;
		min-height: 80px
	}

	#email-subscription h3,
	#email-subscription p {
		font-size: 11px
	}

	.lightbox-gallery a img {
		width: 100% !important
	}

	.ppc-video-caption li {
		width: 80%
	}

	.ppc-video-caption img {
		height: 155px
	}

	.ppc-form h3 {
		font-size: 17px;
		line-height: 26px
	}

	#apply.applyv2 #apply-page-heading h1 {
		font-size: 32px
	}

	.cbils-landing .ppc-tp {
		margin-top: 15px;
		max-width: 100%
	}

	.servicesv3 #product-page-content #services-quote h1 {
		font-size: 24px;
		font-weight: 400
	}

	.servicesv3 #product-page-content #services-quote h2 {
		font-size: 20px;
		line-height: 34px
	}

	.servicesv3 #product-page-content #services-quote h3 {
		color: #000;
		font-size: 17px;
		font-weight: 400 !important;
		line-height: 26px;
		margin-bottom: 0
	}

	.servicesv3 #product-page-content #services-quote h4 {
		font-size: 15px;
		line-height: 22px
	}

	.servicesv3 #product-page-content #services-quote h5,
	.servicesv3 #product-page-content #services-quote h6 {
		font-size: 14px;
		line-height: 20px
	}

	.business-loans #services-page-heading .container h1 {
		font-size: 34px
	}

	.staff-header-text {
		padding-top: 7px
	}

	.staff-header-text h1 {
		font-size: 22px !important;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 26px !important
	}

	.staff-header-text h2 {
		font-size: 14px !important;
		font-weight: 400
	}
}

@media only screen and (max-width:320px) {

	#engine .homepage-main-title,
	#engine h3 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 30px
	}

	#engine .homepage-main-title {
		color: #fff !important
	}

	.btn-primary {
		font-size: 14px
	}

	#engine p {
		font-size: 16px;
		line-height: 32px
	}

	#brand h2,
	#businesses-main h2,
	#funding-intro h2,
	#loan-options-intro h2 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 0
	}

	#loan-options-main h3,
	section.call_to_action h3 {
		font-size: 16px
	}

	#loan-options-main h4 {
		font-size: 14px;
		line-height: 22px
	}

	.loan-type ul {
		font-size: 13px;
		margin-top: -10px
	}

	#section-press blockquote {
		font-size: 14px;
		padding-left: 42px
	}

	#section-press blockquote:before {
		font-size: 100px
	}

	#section-press cite {
		font-size: 14px
	}

	#section-press blockquote cite:after,
	#section-press blockquote cite:before {
		bottom: -36px;
		display: none;
		left: -36px
	}

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

	body {
		font-size: 13px
	}

	#section-statistics-01 p {
		font-size: 15px;
		line-height: 26px
	}

	#funding-main p {
		font-size: 13px
	}

	#funding-main h3 {
		font-size: 15px
	}

	.content figcaption {
		letter-spacing: 0;
		padding: 0 0 15px
	}

	#apply-page-heading h1 {
		font-size: 30px
	}

	#contact-us-page {
		background-color: #fff;
		border: 0;
		padding: 0
	}

	#services-page-heading h1 {
		font-size: 30px
	}

	#services-house img {
		height: 60px !important
	}

	#services-page-heading.fbl h1 {
		font-size: 30px
	}

	#product-page-content h2 {
		font-size: 30px;
		line-height: 40px
	}

	#product-page-content h3 {
		font-size: 18px;
		line-height: 26px
	}

	#toTop {
		display: none !important
	}

	.ppc-video-caption li {
		width: 90%
	}

	.ppc-video-caption img {
		height: 155px
	}
}

@media only screen and (max-width:270px) {
	.logo img {
		display: none
	}

	#section-statistics.partner-stats #section-statistics-02 img {
		max-width: 100%
	}
}

#article-list-related.related-content {
	background: #f5f5f5;
	border-radius: 15px;
	margin: 10px 0 0;
	max-width: 100%;
	padding: 18px 30px
}

.related-content h3 {
	border-bottom: 0;
	margin: 0 0 10px !important
}

.related-content img {
	margin: 0
}

.related-content .article-list-item {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 25px;
	padding: 0 0 25px
}

.related-content #related-articles {
	border-radius: 0;
	margin: 0;
	padding: 0
}

.related-content #related-articles h3 {
	margin: -15px 0 5px !important
}

.related-content .article-list-info p {
	font-size: 16px;
	margin-bottom: 0
}

.related-content .article-list-info p.article-author-title {
	font-size: 15px;
	letter-spacing: .5px;
	margin-bottom: 5px
}

.related-content .article-list-info p.article-list-title {
	border: 0;
	font-size: 17px;
	letter-spacing: .5px
}

.related-content .article-list-title a {
	background: 0 0 !important
}

.related-content figcaption {
	border: 0
}

.related-content figcaption p {
	display: inline-block;
	text-align: center
}

.related-content #related-articles a {
	transition: none;
	-webkit-transition: none
}

.related-content #related-articles span {
	color: #999
}

@media only screen and (max-width:767px) {
	#article-list.related-content .article-list-info p {
		font-size: 90%;
		line-height: 1.6em
	}

	.related-content h3 {
		text-align: center
	}
}

@media only screen and (max-width:687px) {
	#business-loans nav#page-selector select[name=redirect] {
		width: 400px
	}
}

@media only screen and (max-width:600px) {
	.rollover-image figure {
		background: 0 0 !important
	}
}

@media only screen and (max-width:548px) {
	#business-loans nav#page-selector select[name=redirect] {
		width: 360px
	}
}

@media only screen and (max-width:478px) {
	#business-loans nav#page-selector select[name=redirect] {
		width: 300px
	}
}

header.header-v2 {
	min-width: 260px
}

header.header-v2 .logo {
	margin: 11px 20px 11px 0;
	width: 160px
}

header.header-v2 #header-cta {
	font-size: 15px;
	margin: -5px 0 0 !important;
	width: 220px
}

header.smaller.header-v2 {
	background: #fff
}

.header-v2 nav {
	display: block;
	float: left;
	margin-top: 17px
}

.header-v2 .in ul.nav {
	border-bottom: none
}

.header-v2 .btn-lg {
	border-radius: 8px;
	display: inline-block;
	font-size: 17px;
	margin: 20px 10px 0 20px;
	padding: 10px 20px
}

.header-v2 .wrap {
	display: inline-block;
	font-size: 16px;
	font-weight: 400
}

.header-v2 .wrap a {
	border-bottom: 3px solid #fff;
	color: #777
}

.header-v2 .wrap a:active,
.header-v2 .wrap a:hover {
	border-bottom: 3px solid #008abb;
	color: #008abb
}

.header-v2 .header-functions {
	font-size: 14px
}

.header-v2 ul {
	list-style: none;
	padding: 0;
	position: relative;
	text-align: left
}

.header-v2 li {
	float: left
}

.header-v2 ul:after {
	clear: both
}

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

.header-v2 ul.primary li a {
	display: block;
	padding: 8px 12px
}

.header-v2 ul.primary li.haschild>a:after {
	content: "\0020\25BE"
}

.header-v2 ul.primary li:last-child a {
	border-right: none
}

.header-v2 ul.primary li a:hover {
	color: #000
}

.header-v2 ul.sub {
	border: 1px solid #ccc;
	border-top-color: transparent;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	display: none;
	position: absolute;
	width: 175px;
	z-index: 200
}

.header-v2 ul.sub li {
	float: none;
	margin: 0
}

.header-v2 ul.sub li a {
	border-right: none;
	color: #000;
	display: block;
	font-size: 14px;
	margin: 5px 10px;
	padding: 3px 0
}

.header-v2 ul.sub li:last-child a {
	margin: 5px 10px 10px
}

.header-v2 ul.sub li:first-child a {
	margin: 0 10px 5px
}

.header-v2 ul.sub li a:hover {
	background: #eee;
	color: #000
}

.header-v2 ul.primary li:hover ul {
	background: #fff;
	display: block
}

.header-v2 ul.primary li:hover a {
	background: 0 0;
	color: #666;
	text-shadow: none
}

.header-v2 ul.primary li:hover>a {
	color: #000
}

.header-v2 .droplink {
	cursor: default
}

.header-v2 .navbar .nav {
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 17px;
	margin-top: 24px;
	width: auto
}

@media (min-width:1400px) {
	.header-v2 #header-cta span.algolia-autocomplete input {
		height: 32px !important;
		margin: 4px 0 0 !important
	}
}

@media (min-width:1399px) {
	.header-v2 .navbar .nav {
		margin-top: 24px
	}
}

@media (min-width:1200px) {
	.stories-sub {
		display: none
	}
}

@media (max-width:1199px) {
	.stories-sub {
		display: block
	}

	.stories-main {
		display: none
	}

	.header-v2 .wrap {
		font-size: 15px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	header.header-v2 .container {
		width: 970px
	}

	header.header-v2 #call {
		display: inline-block;
		font-size: 20px;
		margin-top: -3px
	}

	header.header-v2 #header-cta {
		width: 180px
	}

	.header-v2 #header-cta span.algolia-autocomplete {
		width: 160px
	}
}

@media (min-width:992px) {
	header.header-v2 {
		height: 80px
	}

	.header-v2 .navbar-collapse.collapse {
		display: inline-block !important;
		float: left;
		white-space: nowrap
	}

	.header-v2 #header-cta #label img,
	.header-v2 #header-cta #label2 img {
		height: 20px;
		margin: -1px 8px 0 0;
		width: 20px
	}

	header.header-v2 #header-cta img {
		height: 20px;
		margin: 0 8px 0 0;
		width: 20px
	}

	header.header-v2.smaller .navbar .nav {
		margin-top: 24px
	}

	.header-v2 #header-cta img.phone {
		margin-top: -4px !important
	}
}

@media (max-width:991px) {
	.header-v2 li {
		background: #fff;
		text-align: center;
		width: 100%
	}

	.header-v2 .in ul.nav li a {
		margin: 3px 0
	}

	.header-v2 .btn-lg {
		display: block;
		margin: 10px auto 5px !important;
		width: 170px
	}

	.header-v2 .navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		background: #fff;
		padding-bottom: 20px
	}

	.header-v2 .mobile-menu-v2 .navbar-default {
		width: 100%
	}

	.header-v2 .mobile-menu-v2 #login {
		margin-right: -10px;
		margin-top: -2px
	}

	.header-v2 .navbar-collapse.in {
		border-bottom: 1px solid #ccc;
		box-shadow: 0 10px 13px -6px rgb(0 0 0/8%)
	}

	.header-v2 .navbar .nav {
		margin-top: 0
	}

	header #header-cta {
		width: 110px !important
	}

	#header-cta .mobon img {
		margin: 9px 14px 0 0
	}
}

@media (min-width:768px) and (max-width:991px) {
	.header-v2 .navbar-default {
		margin: auto;
		width: 720px
	}
}

@media (min-width:481px) and (max-width:991px) {
	.header-v2 #header-cta span.algolia-autocomplete {
		width: 100%
	}
}

@media (max-width:767px) {
	.header-v2 .navbar-collapse {
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	header #header-cta {
		width: 55px !important
	}
}

#contact-us-page #company-name-div {
	left: -100000px;
	position: absolute;
	width: 97%
}

.g-recaptcha>div {
	margin: auto auto 15px !important
}

@-webkit-keyframes consent-slide-up {
	0% {
		transform: translateY(110vh)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes consent-slide-up {
	0% {
		transform: translateY(110vh)
	}

	to {
		transform: translateY(0)
	}
}

#zaraz-consent-banner {
	-webkit-animation: consent-slide-up 1s forwards;
	animation: consent-slide-up 1s forwards;
	background-color: #01293c;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 20px 20px 10px;
	position: fixed;
	right: 0;
	transform: translateY(110vh);
	z-index: 2147483645
}

.zaraz-consent-banner-closed {
	display: none
}

#zaraz-consent-banner a {
	border-bottom: 1px solid #2880ac;
	color: #2880ac
}

#zaraz-consent-banner button {
	background-color: #2880ac;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: .813em;
	font-weight: 600;
	line-height: 1.2;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px
}

#zaraz-consent-banner button:hover {
	background-color: #2877ac
}

#zaraz-consent-banner-button-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

#zaraz-consent-floating {
	align-items: center;
	background-color: #6aaae4;
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
	cursor: pointer;
	display: flex;
	height: 50px;
	justify-content: center;
	left: 20px;
	line-height: 15px;
	position: fixed;
	transition: all .1s ease-in-out;
	width: 50px;
	z-index: 2147483644
}

#zaraz-consent-floating:hover {
	transform: scale(1.1)
}

#zaraz-consent-floating>svg {
	position: absolute;
	top: 7px;
	z-index: 2147483645
}

@media (max-width:992px) {
	#zaraz-consent-banner button {
		margin-top: 10px
	}
}

#cookie-modal-flex-logo {
	height: 50px
}

@media (max-width:992px) {
	#cookie-modal-flex-logo {
		height: 40px
	}
}

#cookie-modal-confirm {
	background-color: #008abb;
	border-color: #008abb;
	color: #fff
}

@media screen and (max-width:480px) {
	#zaraz-consent-banner {
		padding: 15px
	}

	#zaraz-consent-banner p {
		font-size: 12px;
		line-height: 18px
	}
}