﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */@import url("3712a159721b41958857458239f4dbe4.css");

@import url("114d118740ce4e25ae43039856ac3ec2.css");

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

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,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: transparent
}

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

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

b,strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

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

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

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

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

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

button {
	overflow: visible
}

button,select {
	text-transform: none
}

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

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

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

input {
	line-height: normal
}

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

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

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

td,th {
	padding: 0
}
.result {
    margin-top: 20px;
}

#actualAmount {
    font-size: 18px;
    color: #333;
}

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

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

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

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

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

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

	thead {
		display: table-header-group
	}

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

	img {
		max-width: 100% !important
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3
	}

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

	select {
		background: #fff !important
	}

	.navbar {
		display: none
	}

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

	.btn>.caret,.payment-estimator-row a.direct_debit_action>.caret,.dropup>.btn>.caret,.payment-estimator-row .dropup>a.direct_debit_action>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

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

body {
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #fff
}

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

a {
	color: #147BD1;
	text-decoration: none
}

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

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

figure {
	margin: 0
}

img {
	vertical-align: middle
}

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

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

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

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

hr {
	margin-top: 17px;
	margin-bottom: 17px;
	border: 0;
	border-top: 1px solid #eeeeee
}

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

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

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

h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 17px;
	margin-bottom: 8.5px
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 8.5px
}

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

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

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: #999999
}

.text-primary {
	color: #147BD1
}

a.text-primary:hover {
	color: #1060a2
}

.text-success {
	color: #3c763d
}

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

.text-info {
	color: #31708f
}

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

.text-warning {
	color: #8a6d3b
}

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

.text-danger {
	color: #a94442
}

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

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #147BD1
}

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

.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 {
	padding-bottom: 7.5px;
	margin: 34px 0 17px;
	border-bottom: 1px solid #eeeeee
}

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

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

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

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

.list-inline>li:first-child {
	padding-left: 0
}

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

dt,dd {
	line-height: 1.428571429
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

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

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

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

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

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

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

blockquote {
	padding: 8.5px 17px;
	margin: 0 0 17px;
	font-size: 15px;
	border-left: 5px solid #eeeeee
}

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

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

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

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

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

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

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

address {
	margin-bottom: 17px;
	font-style: normal;
	line-height: 1.428571429
}

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

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

pre {
	display: block;
	padding: 8px;
	margin: 0 0 8.5px;
	font-size: 11px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

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

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

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

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

.container:after {
	clear: both
}

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

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

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

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

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

.container-fluid:after {
	clear: both
}

.row,.verify-identity .banner-panel .inner-row,.verify-identity .about-banner .inner-row,.verify-identity .feature-row .inner-row,.verify-identity .new-invoice-panel .inner-row {
	margin-left: -15px;
	margin-right: -15px
}

.row:before,.verify-identity .banner-panel .inner-row:before,.verify-identity .about-banner .inner-row:before,.verify-identity .feature-row .inner-row:before,.verify-identity .new-invoice-panel .inner-row:before,.row:after,.verify-identity .banner-panel .inner-row:after,.verify-identity .about-banner .inner-row:after,.verify-identity .feature-row .inner-row:after,.verify-identity .new-invoice-panel .inner-row:after {
	content: " ";
	display: table
}

.row:after,.verify-identity .banner-panel .inner-row:after,.verify-identity .about-banner .inner-row:after,.verify-identity .feature-row .inner-row:after,.verify-identity .new-invoice-panel .inner-row:after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1 {
		float: left
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1 {
		float: left
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
		float: left
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
	text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

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

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

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

input[type="file"] {
	display: block
}

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

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

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

output {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #555555
}

.form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

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

.form-control:-moz-placeholder {
	color: #999999
}

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

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

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

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

textarea.form-control {
	height: auto
}

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

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

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

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

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
	float: left
}

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

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

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

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

.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.payment-estimator-row .input-group-sm>.input-group-btn>a.direct_debit_action {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px
}

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

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

.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.payment-estimator-row .input-group-lg>.input-group-btn>a.direct_debit_action {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 6px
}

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

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

.has-feedback {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
	top: 0;
	right: 15px
}

.btn,.payment-estimator-row a.direct_debit_action {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.btn:focus,.payment-estimator-row a.direct_debit_action:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,.payment-estimator-row a.direct_debit_action:hover,.btn:focus,.payment-estimator-row a.direct_debit_action:focus {
	color: #333;
	text-decoration: none
}

.btn:active,.payment-estimator-row a.direct_debit_action:active,.btn.active,.payment-estimator-row a.active.direct_debit_action {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.payment-estimator-row a.disabled.direct_debit_action,.btn[disabled],.payment-estimator-row a[disabled].direct_debit_action,fieldset[disabled] .btn,fieldset[disabled] .payment-estimator-row a.direct_debit_action,.payment-estimator-row fieldset[disabled] a.direct_debit_action {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

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

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

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

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

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

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

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

.btn-primary {
	color: #fff;
	background-color: #147BD1;
	border-color: #126dba
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
	color: #fff;
	background-color: #1065ac;
	border-color: #0c4c82
}

.open .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1065ac;
	border-color: #0c4c82
}

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

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

.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active {
	background-color: #147BD1;
	border-color: #126dba
}

.btn-primary .badge {
	color: #147BD1;
	background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
	color: #147BD1;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0
}

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

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

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

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

.btn-lg,.btn-group-lg>.btn,.payment-estimator-row a.direct_debit_action {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn,.payment-estimator-row .btn-group-sm>a.direct_debit_action {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn,.payment-estimator-row .btn-group-xs>a.direct_debit_action {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px
}

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

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

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

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

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

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

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

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

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

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

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

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

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

.open>a {
	outline: 0
}

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

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

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 11px;
	line-height: 1.428571429;
	color: #999999
}

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

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

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

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

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

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

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

.btn-group>.btn,.payment-estimator-row .btn-group>a.direct_debit_action,.btn-group-vertical>.btn,.payment-estimator-row .btn-group-vertical>a.direct_debit_action {
	position: relative;
	float: left
}

.btn-group>.btn:hover,.payment-estimator-row .btn-group>a.direct_debit_action:hover,.btn-group>.btn:focus,.payment-estimator-row .btn-group>a.direct_debit_action:focus,.btn-group>.btn:active,.payment-estimator-row .btn-group>a.direct_debit_action:active,.btn-group>.btn.active,.payment-estimator-row .btn-group>a.active.direct_debit_action,.btn-group-vertical>.btn:hover,.payment-estimator-row .btn-group-vertical>a.direct_debit_action:hover,.btn-group-vertical>.btn:focus,.payment-estimator-row .btn-group-vertical>a.direct_debit_action:focus,.btn-group-vertical>.btn:active,.payment-estimator-row .btn-group-vertical>a.direct_debit_action:active,.btn-group-vertical>.btn.active,.payment-estimator-row .btn-group-vertical>a.active.direct_debit_action {
	z-index: 2
}

.btn-group>.btn:focus,.payment-estimator-row .btn-group>a.direct_debit_action:focus,.btn-group-vertical>.btn:focus,.payment-estimator-row .btn-group-vertical>a.direct_debit_action:focus {
	outline: none
}

.btn-group .btn+.btn,.btn-group .payment-estimator-row a.direct_debit_action+.btn,.payment-estimator-row .btn-group a.direct_debit_action+.btn,.btn-group .payment-estimator-row .btn+a.direct_debit_action,.payment-estimator-row .btn-group .btn+a.direct_debit_action,.btn-group .payment-estimator-row a.direct_debit_action+a.direct_debit_action,.payment-estimator-row .btn-group a.direct_debit_action+a.direct_debit_action,.btn-group .btn+.btn-group,.btn-group .payment-estimator-row a.direct_debit_action+.btn-group,.payment-estimator-row .btn-group a.direct_debit_action+.btn-group,.btn-group .btn-group+.btn,.btn-group .payment-estimator-row .btn-group+a.direct_debit_action,.payment-estimator-row .btn-group .btn-group+a.direct_debit_action,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

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

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

.btn-toolbar:after {
	clear: both
}

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

.btn-toolbar>.btn,.payment-estimator-row .btn-toolbar>a.direct_debit_action,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

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

.btn-group>.btn:first-child,.payment-estimator-row .btn-group>a.direct_debit_action:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.payment-estimator-row .btn-group>a.direct_debit_action: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),.payment-estimator-row .btn-group>a.direct_debit_action: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,.payment-estimator-row .btn-group>.btn-group:not(:first-child):not(:last-child)>a.direct_debit_action {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,.payment-estimator-row .btn-group>.btn-group:first-child>a.direct_debit_action: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,.payment-estimator-row .btn-group>.btn-group:last-child>a.direct_debit_action: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,.payment-estimator-row .btn-group>a.direct_debit_action+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle,.payment-estimator-row .btn-group>a.direct_debit_action+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

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

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

.btn .caret,.payment-estimator-row a.direct_debit_action .caret {
	margin-left: 0
}

.btn-lg .caret,.btn-group-lg>.btn .caret,.payment-estimator-row a.direct_debit_action .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret,.dropup .payment-estimator-row a.direct_debit_action .caret,.payment-estimator-row .dropup a.direct_debit_action .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.payment-estimator-row .btn-group-vertical>a.direct_debit_action,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.payment-estimator-row .btn-group-vertical>.btn-group>a.direct_debit_action {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

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

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

.btn-group-vertical>.btn-group>.btn,.payment-estimator-row .btn-group-vertical>.btn-group>a.direct_debit_action {
	float: none
}

.btn-group-vertical>.btn+.btn,.payment-estimator-row .btn-group-vertical>a.direct_debit_action+.btn,.payment-estimator-row .btn-group-vertical>.btn+a.direct_debit_action,.payment-estimator-row .btn-group-vertical>a.direct_debit_action+a.direct_debit_action,.btn-group-vertical>.btn+.btn-group,.payment-estimator-row .btn-group-vertical>a.direct_debit_action+.btn-group,.btn-group-vertical>.btn-group+.btn,.payment-estimator-row .btn-group-vertical>.btn-group+a.direct_debit_action,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),.payment-estimator-row .btn-group-vertical>a.direct_debit_action:not(:first-child):not(:last-child) {
	border-radius: 0
}

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.payment-estimator-row .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a.direct_debit_action {
	border-radius: 0
}

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

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.payment-estimator-row .btn-group-vertical>.btn-group:last-child:not(:first-child)>a.direct_debit_action:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

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

.btn-group-justified>.btn,.payment-estimator-row .btn-group-justified>a.direct_debit_action,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .payment-estimator-row a.direct_debit_action,.payment-estimator-row .btn-group-justified>.btn-group a.direct_debit_action {
	width: 100%
}[data-toggle="buttons"]>.btn>input[type="radio"],.payment-estimator-row [data-toggle="buttons"]>a.direct_debit_action>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"],.payment-estimator-row [data-toggle="buttons"]>a.direct_debit_action>input[type="checkbox"] {
	display: none
}

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

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

.input-group .form-control {
	float: left;
	width: 100%;
	margin-bottom: 0
}

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

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

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

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

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.payment-estimator-row .input-group-sm>.input-group-btn>a.input-group-addon.direct_debit_action {
	padding: 5px 10px;
	font-size: 11px;
	border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.payment-estimator-row .input-group-lg>.input-group-btn>a.input-group-addon.direct_debit_action {
	padding: 10px 16px;
	font-size: 15px;
	border-radius: 6px
}

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

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

.input-group-addon:first-child {
	border-right: 0;
	width: 30%;
}

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

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

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

.input-group-btn>.btn,.payment-estimator-row .input-group-btn>a.direct_debit_action {
	position: relative
}

.input-group-btn>.btn+.btn,.payment-estimator-row .input-group-btn>a.direct_debit_action+.btn,.payment-estimator-row .input-group-btn>.btn+a.direct_debit_action,.payment-estimator-row .input-group-btn>a.direct_debit_action+a.direct_debit_action {
	margin-left: -1px
}

.input-group-btn>.btn:hover,.payment-estimator-row .input-group-btn>a.direct_debit_action:hover,.input-group-btn>.btn:focus,.payment-estimator-row .input-group-btn>a.direct_debit_action:focus,.input-group-btn>.btn:active,.payment-estimator-row .input-group-btn>a.direct_debit_action:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,.payment-estimator-row .input-group-btn:first-child>a.direct_debit_action,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.payment-estimator-row .input-group-btn:last-child>a.direct_debit_action,.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

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

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

.nav:after {
	clear: both
}

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

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

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

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

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

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color: #eeeeee;
	border-color: #147BD1
}

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

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

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

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

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

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

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

.nav-pills>li {
	float: left
}

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

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

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

.nav-stacked>li {
	float: none
}

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

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

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

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

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

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

	.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

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

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

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

@media (min-width: 768px) {
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

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

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

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

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

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

.navbar:after {
	clear: both
}

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

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

.navbar-header:after {
	clear: both
}

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

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

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

.navbar-collapse:after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggle:focus {
	outline: none
}

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

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

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

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

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

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

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

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

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

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

	.navbar-nav>li {
		float: left
	}

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

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

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

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

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

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

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

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

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

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

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

.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn,.payment-estimator-row .btn-group-sm>a.navbar-btn.direct_debit_action {
	margin-top: 11px;
	margin-bottom: 11px
}

.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn,.payment-estimator-row .btn-group-xs>a.navbar-btn.direct_debit_action {
	margin-top: 14px;
	margin-bottom: 14px
}

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

@media (min-width: 768px) {
	.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:hover,.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-text {
	color: #999999
}

.navbar-inverse .navbar-nav>li>a {
	color: #999999
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999999
	}

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

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

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

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

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

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

.breadcrumb>li {
	display: inline-block
}

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

.breadcrumb>.active {
	color: #999999
}

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

.pagination>li {
	display: inline
}

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

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

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

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus {
	color: #0d528b;
	background-color: #eeeeee;
	border-color: #ddd
}

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

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

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

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

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

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

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

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

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

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

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

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

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

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

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

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

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

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

.label:empty {
	display: none
}

.btn .label,.payment-estimator-row a.direct_debit_action .label {
	position: relative;
	top: -1px
}

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

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

.label-primary {
	background-color: #147BD1
}

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

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

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

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

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

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

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

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge,.payment-estimator-row a.direct_debit_action .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge,.payment-estimator-row .btn-group-xs>a.direct_debit_action .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #147BD1;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee
}

.jumbotron h1,.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 200
}

.container .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron h1,.jumbotron .h1 {
		font-size: 54px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 17px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333333
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color: #147BD1
}

.alert {
	padding: 15px;
	margin-bottom: 17px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 17px;
	margin-bottom: 17px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	background-color: #147BD1;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	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: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.media,.media-body {
	overflow: hidden;
	zoom: 1
}

.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 {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.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:hover,a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5
}

a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #147BD1;
	border-color: #147BD1
}

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading {
	color: inherit
}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text {
	color: #b9dbf8
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 17px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
	padding: 15px
}

.panel-body:before,.panel-body:after {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group .list-group-item:first-child {
	border-top: 0
}

.panel>.list-group .list-group-item:last-child {
	border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-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:first-child>thead:first-child>tr:first-child td:first-child,.panel>.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-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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.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-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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table: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,.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 {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.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,.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 {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
	border-top: 1px solid #999999
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tfoot>tr:first-child>th,.panel>.table-bordered>tfoot>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
	border-top: 0
}

.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-group {
	margin-bottom: 17px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	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 {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #147BD1
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #147BD1;
	border-color: #147BD1
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #147BD1
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #147BD1
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: none
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.428571429
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn,.modal-footer .payment-estimator-row a.direct_debit_action+.btn,.payment-estimator-row .modal-footer a.direct_debit_action+.btn,.modal-footer .payment-estimator-row .btn+a.direct_debit_action,.payment-estimator-row .modal-footer .btn+a.direct_debit_action,.modal-footer .payment-estimator-row a.direct_debit_action+a.direct_debit_action,.payment-estimator-row .modal-footer a.direct_debit_action+a.direct_debit_action {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .payment-estimator-row a.direct_debit_action+.btn,.payment-estimator-row .modal-footer .btn-group a.direct_debit_action+.btn,.modal-footer .btn-group .payment-estimator-row .btn+a.direct_debit_action,.payment-estimator-row .modal-footer .btn-group .btn+a.direct_debit_action,.modal-footer .btn-group .payment-estimator-row a.direct_debit_action+a.direct_debit_action,.payment-estimator-row .modal-footer .btn-group a.direct_debit_action+a.direct_debit_action {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5)
	}

	.modal-sm {
		width: 300px
	}

	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover .arrow,.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover .arrow {
	border-width: 11px
}

.popover .arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px
}

.popover.top .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25)
}

.popover.right .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px
}

.popover.bottom .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25)
}

.popover.left .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0%), color-stop(rgba(0,0,0,0.5) 100%));
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
	outline: none;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
	left: 50%
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
	right: 50%
}

.carousel-control .icon-prev,.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn,.carousel-caption .payment-estimator-row a.direct_debit_action,.payment-estimator-row .carousel-caption a.direct_debit_action {
	text-shadow: none
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-xs,tr.visible-xs,th.visible-xs,td.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
	}

	th.visible-xs,td.visible-xs {
		display: table-cell !important
	}
}

.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {
	display: none !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
	}

	th.visible-sm,td.visible-sm {
		display: table-cell !important
	}
}

.visible-md,tr.visible-md,th.visible-md,td.visible-md {
	display: none !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
	}

	th.visible-md,td.visible-md {
		display: table-cell !important
	}
}

.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {
	display: none !important
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,td.visible-lg {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg {
		display: none !important
	}
}

.visible-print,tr.visible-print,th.visible-print,td.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,td.visible-print {
		display: table-cell !important
	}
}

@media print {
	.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print {
		display: none !important
	}
}/*!
 *  Font Awesome 4.0.3
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 */@font-face {
	font-family:'FontAwesome';src:url(../fonts/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);src:url(../fonts/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot) format("embedded-opentype"),url(../fonts/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"),url(../fonts/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"),url(../fonts/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg) format("svg");font-weight:normal;font-style:normal
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}

	100% {
		-o-transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,.fa-users:before {
	content: ""
}

.fa-chain:before,.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,.fa-scissors:before {
	content: ""
}

.fa-copy:before,.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,.fa-sort:before {
	content: ""
}

.fa-sort-down:before,.fa-sort-asc:before {
	content: ""
}

.fa-sort-up:before,.fa-sort-desc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,.fa-undo:before {
	content: ""
}

.fa-legal:before,.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-reply-all:before {
	content: ""
}

.fa-mail-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,.fa-usd:before {
	content: ""
}

.fa-rupee:before,.fa-inr:before {
	content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: ""
}

.fa-won:before,.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.btn-outline {
	color: #147BD1;
	background-color: white;
	border-color: #939597
}

.btn-outline:hover,.btn-outline:focus,.btn-outline:active,.btn-outline.active {
	color: #147BD1;
	background-color: #ebebeb;
	border-color: #747679
}

.open .btn-outline.dropdown-toggle {
	color: #147BD1;
	background-color: #ebebeb;
	border-color: #747679
}

.btn-outline:active,.btn-outline.active {
	background-image: none
}

.open .btn-outline.dropdown-toggle {
	background-image: none
}

.btn-outline.disabled,.btn-outline.disabled:hover,.btn-outline.disabled:focus,.btn-outline.disabled:active,.btn-outline.disabled.active,.btn-outline[disabled],.btn-outline[disabled]:hover,.btn-outline[disabled]:focus,.btn-outline[disabled]:active,.btn-outline[disabled].active,fieldset[disabled] .btn-outline,fieldset[disabled] .btn-outline:hover,fieldset[disabled] .btn-outline:focus,fieldset[disabled] .btn-outline:active,fieldset[disabled] .btn-outline.active {
	background-color: white;
	border-color: #939597
}

.btn-outline .badge {
	color: white;
	background-color: #147BD1
}

.btn-frameless {
	color: #EA6015;
	background-color: transparent;
	border-color: transparent
}

.btn-frameless:hover,.btn-frameless:focus,.btn-frameless:active,.btn-frameless.active {
	color: #EA6015;
	background-color: transparent;
	border-color: transparent
}

.open .btn-frameless.dropdown-toggle {
	color: #EA6015;
	background-color: transparent;
	border-color: transparent
}

.btn-frameless:active,.btn-frameless.active {
	background-image: none
}

.open .btn-frameless.dropdown-toggle {
	background-image: none
}

.btn-frameless.disabled,.btn-frameless.disabled:hover,.btn-frameless.disabled:focus,.btn-frameless.disabled:active,.btn-frameless.disabled.active,.btn-frameless[disabled],.btn-frameless[disabled]:hover,.btn-frameless[disabled]:focus,.btn-frameless[disabled]:active,.btn-frameless[disabled].active,fieldset[disabled] .btn-frameless,fieldset[disabled] .btn-frameless:hover,fieldset[disabled] .btn-frameless:focus,fieldset[disabled] .btn-frameless:active,fieldset[disabled] .btn-frameless.active {
	background-color: transparent;
	border-color: transparent
}

.btn-frameless .badge {
	color: transparent;
	background-color: #EA6015
}

.btn-secondary {
	color: #147BD1;
	background-color: white;
	border-color: #147BD1
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary.active {
	color: #147BD1;
	background-color: #ebebeb;
	border-color: #0f5a99
}

.open .btn-secondary.dropdown-toggle {
	color: #147BD1;
	background-color: #ebebeb;
	border-color: #0f5a99
}

.btn-secondary:active,.btn-secondary.active {
	background-image: none
}

.open .btn-secondary.dropdown-toggle {
	background-image: none
}

.btn-secondary.disabled,.btn-secondary.disabled:hover,.btn-secondary.disabled:focus,.btn-secondary.disabled:active,.btn-secondary.disabled.active,.btn-secondary[disabled],.btn-secondary[disabled]:hover,.btn-secondary[disabled]:focus,.btn-secondary[disabled]:active,.btn-secondary[disabled].active,fieldset[disabled] .btn-secondary,fieldset[disabled] .btn-secondary:hover,fieldset[disabled] .btn-secondary:focus,fieldset[disabled] .btn-secondary:active,fieldset[disabled] .btn-secondary.active {
	background-color: white;
	border-color: #147BD1
}

.btn-secondary .badge {
	color: white;
	background-color: #147BD1
}

.btn-secondary:hover {
	background-color: white
}

.banner-panel,.about-banner,.feature-row,.new-invoice-panel {
	background-color: #F1F1F1
}

.form-panel {
	background-color: #F1F1F1;
	padding: 10px;
	margin-bottom: 10px
}

.form-panel .controls {
	text-align: center
}

.content-panel,.invoices-panel,.cart,.new-invoice-panel,.other-services-panel,.transaction-process-header-panel,.transaction-summary-panel {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px
}

legend {
	font-size: 20px;
	border-bottom: 1px solid #999999
}

legend.large {
	font-size: 30px
}

legend.secondary {
	font-size: 16px
}

legend.explained {
	border-bottom: none;
	margin-bottom: 5px
}

h2 {
	color: #147BD1
}

.landing-primary-estimator h2,.landing-page h2 {
	color: #1B2C65
}

table td.empty {
	text-align: center
}

.button-panel a+a,.actions-panel a+a,.signup-panel .signup-actions-panel a+a,.button-panel a+input,.actions-panel a+input,.signup-panel .signup-actions-panel a+input,.button-panel a+button,.actions-panel a+button,.signup-panel .signup-actions-panel a+button {
	margin-left: 10px
}

.actions-panel {
	text-align: right
}

.hilight {
	color: #147BD1
}

.orange-link,.orange-link:hover {
	color: #F04E23
}

.has-error span,.has-error label,.has-error .help-block {
	color: #E31D3C !important
}

.has-error .form-control,.has-error .form-control:focus {
	border-color: #E31D3C
}

html {
	position: relative;
	min-height: 100%
}

body {
	margin-bottom: 200px
}

body.embed {
	margin-bottom: 0
}

.navbar {
	min-height: 55px
}

nav.header {
	margin-bottom: 0;
	border-bottom: 0;
	background: white
}

nav.header .navbar-header img.logo {
	height: 40px;
	margin-top: -10px;
	margin-left: -20px
}

@media (min-width: 768px) {
	nav.header .navbar-btn {
		margin-top: 7px
	}

	nav.header ul.navbar-nav>li {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 22px;
		margin-bottom: 8px
	}

	nav.header ul.navbar-nav>li:not(:last-child) {
		border-right: 1px solid #A3A6A7
	}

	nav.header ul.navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0
	}

	nav.header form+ul.navbar-nav>li:last-child {
		border-right: 1px solid #A3A6A7
	}

	nav.header .navbar-form {
		margin-top: 8px;
		margin-bottom: 1px
	}
}

nav.header.without-hero {
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 0px
}

footer {
	border-top: 1px solid #B7B7B7;
	padding: 20px
}

footer .footer-container ul {
	list-style: none;
	padding: 0
}

footer .footer-container ul li {
	padding: 5px 0
}

footer .footer-container h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold
}

footer .footer-container a {
	color: #939597
}

footer .footer-container .copyright {
	margin-top: 10px;
	padding-top: 10px;
	color: #939597
}

footer .footer-container .copyright span {
	white-space: nowrap
}

.hero-container {
	background: url(../images/front-page-students-9a6290f118426097a65cb86cdd409304edbc3bc3d076f7de3437c4e7a8954b80.webg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.hero-container .landing-hero {
	background-color: transparent;
	color: white
}

.hero-container .landing-hero .cta {
	margin-top: 20px
}

.hero-container .landing-hero .cta input[type=text] {
	color: #555555;
	padding: 4px 7px
}

@media (min-width: 991px) {
	.hero-container .landing-hero .cta .col-sm-8+.col-sm-4 {
		padding-left: 0
	}
}

@media (max-width: 991px) {
	.hero-container .landing-hero {
		background-color: rgba(0,0,0,0.6)
	}

	.hero-container .landing-hero p {
		font-size: 14px
	}
}

@media (max-width: 768px) {
	.hero-container .landing-hero .cta input[type=submit] {
		margin-top: 5px
	}
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px
}

.container-fluid .navbar-header {
	padding-left: 20px !important
}

@media (min-width: 320px) and (max-width: 767px) {
	.switcher {
		width: 180px
	}
}

.switcher a {
	color: #777777
}

.switcher a:hover {
	text-decoration: none
}

.switcher .margin-right {
	margin-right: 10px
}

.switcher .margin-left {
	margin: 2px 0 0 10px
}

.switcher .accordion-head {
	color: #777777;
	cursor: pointer;
	text-align: right;
	position: relative
}

@media (min-width: 320px) and (max-width: 767px) {
	.switcher .accordion-head {
		text-align: left
	}
}

.switcher .accordion-head * {
	cursor: pointer
}

.switcher .accordion-head:hover {
	color: #1B2C65
}

.switcher .accordion-head span {
	float: right
}

.switcher .accordion-head ul {
	display: none;
	list-style-type: none;
	position: absolute;
	background: #fff;
	right: 0;
	width: 100%
}

@media (min-width: 320px) and (max-width: 767px) {
	.switcher .accordion-head ul {
		position: relative;
		width: 180px
	}
}

.switcher .accordion-head li {
	padding: 3px 10px;
	font-size: 12px;
	margin-left: -40px
}

@media (min-width: 320px) and (max-width: 767px) {
	.switcher .accordion-head li {
		padding: 3px 40px !important
	}
}

.switcher .accordion-head li:hover {
	background-color: #c3e4ed;
	color: #777777;
	text-decoration: none
}

.switcher .accordion-head-slide {
	background-color: #ecece9
}

.switcher .accordion-title {
	padding: 0 18px
}

.promo-banner {
	display: table;
	margin: 10px 0;
	width: 100%
}

.promo-banner>div {
	display: table-cell;
	vertical-align: middle
}

.promo-banner>div>div {
	display: table;
	padding: 20px
}

.promo-banner>div>div>div,.promo-banner>div>div>img {
	display: table-cell !important;
	vertical-align: middle
}

.promo-banner img {
	height: 100px !important
}

.promo-banner h1,.promo-banner p {
	max-width: 90% !important
}

.promo-banner h1 {
	color: #1B2C65;
	font-size: 22px;
	font-weight: 600
}

.promo-banner p {
	font-size: 14px
}

.promo-form .col-md-6 {
	padding: 20px
}

.promo-rates {
	border-left: 1px dashed #b7b7b7;
	clear: both;
	margin: 20px 0;
	padding: 20px 40px;
	width: 40%
}

.promo-rates h3 {
	color: #1B2C65;
	margin: 0;
	padding: 0
}

.promo-rates label {
	display: block
}

.promo-rates #to_pay {
	border-right: 1px dotted #1B2C65;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0 10px 0;
	padding: 0 20px 0 0;
	width: calc(50% - 20px)
}

.promo-rates #home_ccy {
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 10px 10px;
	padding: 0 10px;
	width: calc(50% - 20px)
}

.promo-rates #you_pay {
	border-top: 1px dotted #1B2C65;
	box-sizing: border-box;
	display: block;
	margin: 0 auto 10px;
	padding: 10px 10px 0;
	text-align: center;
	width: 100%
}

.promo-rates #you_pay span {
	height: 31px
}

#promo-confirm {
	margin: 40px auto;
	text-align: center;
	max-width: 600px
}

#promo-confirm img {
	margin: 20px;
	width: 100px
}

#promo-confirm h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 20px
}

#promo-confirm p {
	font-size: 14px
}

#promo-confirm a.learn-more {
	border-bottom: 1px dotted #1B2C65;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px
}

#promo-confirm a.learn-more:hover {
	border-bottom: 0;
	text-decoration: none
}

.products-row {
	text-align: center
}

.get-started-row {
	text-align: center
}

#noticeModal .modal-body {
	text-align: center;
	font-size: 16px
}

#noticeModal .modal-footer {
	margin-top: 0;
	text-align: center
}

.partner-external-notice {
	margin: 20px 0;
	text-align: center
}

.partner-external-notice>p {
	font-size: 18px;
	margin-bottom: 20px
}

.landing-header {
	background-color: #F1F1F1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0px;
	padding: 0;
	margin-left: 0px !important;
	margin-right: 0px !important
}

.landing-header .col-md-12 {
	margin: 0;
	padding: 40px 0 0;
	
}

.landing-header .col-md-12 img {
	max-height: 200px
}

.landing-header h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: 600
}

.landing-header h1+p {
	color: #FFF;
	font-size: 18px;
	margin: 0 auto;
	max-width: 800px
}

.landing-header .payment-estimator-row {
	background: #FFF;
	border: 1px solid #ECECE9;
	border-width: 1px 1px 0;
	margin: 40px auto ;
	padding: 20px 40px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(51,51,51,0.3);
	-moz-box-shadow: 0px 0px 20px 0x rgba(51,51,51,0.3);
	box-shadow: 0px 0px 20px 0px rgba(51,51,51,0.3)
}

.landing-header .payment-estimator-row .col-md-6 {
	padding-left: 8px;
	padding-right: 8px
}

.landing-header .payment-estimator-row .col-md-3 {
	margin-bottom: 15px
}

.landing-header .payment-estimator-row h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 30px
}

.landing-header .payment-estimator-row .btn,.landing-header .payment-estimator-row a.direct_debit_action {
	border-color: transparent !important;
	font-size: 18px;
	font-weight: 600;
	width: 100%
}

.landing-page .row,.landing-page .verify-identity .banner-panel .inner-row,.verify-identity .banner-panel .landing-page .inner-row,.landing-page .verify-identity .about-banner .inner-row,.verify-identity .about-banner .landing-page .inner-row,.landing-page .verify-identity .feature-row .inner-row,.verify-identity .feature-row .landing-page .inner-row,.landing-page .verify-identity .new-invoice-panel .inner-row,.verify-identity .new-invoice-panel .landing-page .inner-row {
	margin-left: 0px !important;
	margin-right: 0px !important
}

.landing-page .modal-header {
	text-align: center
}

.provider-form {
	margin-bottom: 30px
}

.nav-wrapper {
	padding-left: 15px;
	padding-right: 15px
}

.side-margin {
	margin-left: 0px !important;
	margin-right: 0px !important
}

.learn-more,.learn-more:hover,.learn-more:focus {
	color: #1B2C65;
	background-color: #ffffff;
	border-color: #1B2C65
}

.how-it-works-row {
	background: #1d2233;
	color: #fff;
	margin: 20px -15px;
	padding-top: 20px
}

.how-it-works-row h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize
}

.how-it-works-row h2:before,.how-it-works-row h2:after {
	background: #fff;
	content: ' ';
	display: inline-block;
	height: 1px;
	margin: 0 10px;
	vertical-align: middle;
	width: 10px
}

.how-it-works-row p {
	font-size: 18px;
	margin: 20px auto 0;
	max-width: 650px;
	color: #d2d2d2
}

.how-it-works-row .btn,.how-it-works-row .payment-estimator-row a.direct_debit_action,.payment-estimator-row .how-it-works-row a.direct_debit_action {
	margin-top: 20px
}

.how-it-works-row .how-it-works-steps {
	padding: 20px 40px 0
}

@media (max-width: 767px) {
	.how-it-works-row .how-it-works-steps {
		padding: 20px 0px 0
	}
}

.how-it-works-row .how-it-works-steps>div>div {
	display: table-cell
}

.how-it-works-row .how-it-works-steps>div>div>span {
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 30px;
	margin-right: 20px;
	padding: 5px;
	text-align: center;
	width: 30px
}

.how-it-works-row .how-it-works-steps>div>p {
	display: table-cell;
	font-size: 14px;
	padding-top: 20px
}

.how-it-works-row .how-it-works-box {
	margin: auto;
	width: 97.5%;
	position: absolute;
	text-align: center;
	margin-top: -80px;
	color: #666
}

.how-it-works-row .how-it-works-box .btn,.how-it-works-row .how-it-works-box .payment-estimator-row a.direct_debit_action,.payment-estimator-row .how-it-works-row .how-it-works-box a.direct_debit_action {
	font-size: 18px;
	margin: 5px 10px;
	width: 120px;
	font-weight: 600
}

@media (max-width: 767px) {
	.how-it-works-row .how-it-works-box .btn,.how-it-works-row .how-it-works-box .payment-estimator-row a.direct_debit_action,.payment-estimator-row .how-it-works-row .how-it-works-box a.direct_debit_action {
		font-size: 12px;
		width: 90px;
		margin: 5px 0px 0px 5px
	}
}

#vimeo-vid.vimeo {
	padding-bottom: 56.25%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

#vimeo-vid.vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#verification-needed.static-dialog {
	background: rgba(0,0,0,0.8);
	display: block
}

#currency-history-button {
	color: #727272;
	display: inline-block;
	font-size: 10px;
	margin-top: 5px;
	text-decoration: underline
}

#currency-history-modal h2 {
	margin: 0
}

#currency-history-modal .currency-chart {
	position: relative;
	margin-bottom: 40px
}

#currency-history-modal .currency-chart .chart {
	padding-left: 10px
}

#currency-history-modal .currency-chart .month-select {
	position: absolute;
	right: 0;
	top: 0
}

#currency-history-modal .currency-chart .chart-title {
	text-align: right;
	font-size: 10px;
	color: #999999
}

#currency-history-modal .currency-chart .content {
	height: 150px
}

#currency-history-modal .currency-chart .jqplot-xaxis-tick,#currency-history-modal .currency-chart .jqplot-yaxis-tick {
	color: #999999;
	font-size: 10px
}

#currency-history-modal .currency-chart .jqplot-yaxis-tick {
	left: -10px
}

#currency-history-modal .currency-chart .jqplot-xaxis-tick {
	top: 10px
}

.article-section {
	text-align: center;
	margin-top: 40px
}

.article-section h2 {
	font-weight: 600;
	font-size: 30px
}

.article-section .intheNews {
	margin-top: 40px;
	margin-bottom: 40px
}

.article-section .intheNews img {
	max-width: 100%
}

@media (max-width: 992px) {
	.article-section .intheNews img {
		margin-bottom: 30px
	}
}

.article-section .intheNews a:hover {
	opacity: .5
}

.landing-bottom {
	background-color: #f1f1f1
}

.landing-bottom .col-md-12 {
	padding-bottom: 60px
}

.landing-bottom h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: 600
}

.landing-bottom h1+p {
	color: #FFF;
	font-size: 18px;
	margin: 0 auto;
	max-width: 800px
}

.landing-bottom .payment-estimator-row {
	background: #FFF;
	border: 1px solid #ECECE9;
	border-width: 1px 1px 0;
	margin: auto;
	margin-top: 60px;
	padding: 20px 40px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 0px 5px 0x rgba(51,51,51,0.2);
	box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.2)
}

@media (max-width: 767px) {
	.landing-bottom .payment-estimator-row {
		box-shadow: none
	}
}

.landing-bottom .payment-estimator-row .col-md-6 {
	padding-left: 8px;
	padding-right: 8px
}

.landing-bottom .payment-estimator-row .col-md-3 {
	margin-bottom: 15px
}

.landing-bottom .payment-estimator-row h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 30px
}

.landing-bottom .payment-estimator-row .btn,.landing-bottom .payment-estimator-row a.direct_debit_action {
	border-color: transparent !important;
	font-size: 18px;
	font-weight: 600;
	width: 100%
}

.destination .col-md-6 {
	margin-top: 10px
}

.close {
	font-size: 25px !important
}

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0
	}

	60% {
		transform: scale(1.1)
	}

	80% {
		transform: scale(0.9);
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0
	}

	60% {
		-webkit-transform: scale(1.1)
	}

	80% {
		-webkit-transform: scale(0.9);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

.animatedFadeIn {
	visibility: hidden
}

.about-banner {
	background-image: url(../images/corporate-header-mobile-4cee8e837ab9e7a5941d8845d1d079cb71dccd2f00978c28683bd93ad47f116a.webg);
	background-size: 100%;
	background-position-y: 30%;
	min-height: 170px;
	color: #ffffff;
	border-top: 2px solid #FFD400
}

.about-banner hr {
	margin: 5px 0;
	width: 65%
}

.about-banner h1 {
	color: #FFD400;
	font-weight: 600;
	margin: 0px
}

.about-banner span {
	font-size: 14px
}

.about-banner .top-right-wrapper {
	width: 280px;
	float: right;
	background: white;
	height: 168px;
	position: absolute;
	right: 60px;
	top: 57px;
	overflow: hidden;
	display: grid
}

.about-banner .top-right-wrapper img {
	display: block;
	max-width: 260px;
	max-height: 140px;
	width: auto;
	height: auto;
	padding: 5px 0px
}

.about-banner .desktop {
	display: block
}

.about-banner .mobile {
	display: none
}

.about-banner .university-logo {
	margin: auto
}

.about-banner img {
	vertical-align: middle
}

.about-banner .section {
	width: 100%;
	max-width: inherit;
	float: left;
	color: #ffffff;
	padding: 30px 0 0 20px
}

.about-banner .section p {
	width: 55%;
	font-size: 15px
}

.invite-banner img {
	width: 100% !important
}

.steps-row>div:before,.steps-row>div:after {
	content: " ";
	display: table
}

.steps-row>div:after {
	clear: both
}

.steps-row .step-label {
	font-size: 68px;
	padding-right: 5px;
	float: left
}

.steps-row .step-content {
	padding-left: 68px
}

.subpage-wrapper {
	padding: 0px 20px
}

.header-position {
	padding: 20px 20px 0px 20px
}

.payment-estimator-row {
	max-width: 800px;
	margin: 30px auto;
	text-align: center
}

.payment-estimator-row h2:not(.modal-title) {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 30px
}

.payment-estimator-row a.btn,.payment-estimator-row a.direct_debit_action {
	border-color: transparent !important;
	font-size: 18px;
	font-weight: 600;
	width: 100%
}

.payment-estimator-row a.direct_debit_action {
	border: 1px solid #147BD1;
	font-size: 13px;
	font-weight: 600
}

.payment-estimator-row .center-line,.payment-estimator-row .or-seperator {
	margin: 1.5em;
	text-align: center;
	border-top: 1px solid #ECECE9
}

.payment-estimator-row .center-line span,.payment-estimator-row .or-seperator span {
	margin-top: -0.75em;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	width: 10em;
	display: block
}

@media (min-width: 992px) {
	.payment-estimator-row .currencies {
		padding-left: 0
	}

	.payment-estimator-row .you-pay {
		padding-right: 0
	}

	.payment-estimator-row label {
		width: 100%;
		padding-left: 6px
	}

	.payment-estimator-row .currencies>div {
		padding-left: 5px;
		padding-right: 5px
	}

	.payment-estimator-row .tuition,.payment-estimator-row .you-pay {
		border-left: 1px solid #ECECE9
	}

	.payment-estimator-row .you-pay {
		text-align: left
	}
}

@media (max-width: 992px) {
	.payment-estimator-row .currencies {
		margin-bottom: 15px
	}

	.payment-estimator-row .currencies>div {
		padding-left: 0;
		padding-right: 0
	}
}

.payment-estimator-row .control-label {
	font-weight: normal
}

.payment-estimator-row .final-label {
	font-weight: bold
}

.payment-estimator-row .final-value {
	color: #147BD1;
	padding-top: 2px;
	padding-bottom: 12px
}

.payment-estimator-row .final-value .rate-tracker-discount,.payment-estimator-row .final-value .rate-tracker-discount-val {
	color: #6C6C6C;
	font-size: 10px
}

.payment-estimator-row .final-value .rate-tracker-sell-ccy-val,.payment-estimator-row .final-value .rate-tracker-sell {
	color: #F04E23
}

.payment-estimator-row .bank-logos {
	margin: 5px 30px;
	display: flex;
	justify-content: center
}

.payment-estimator-row .bank-logos ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 0;
	padding: 0
}

.no-flexbox .payment-estimator-row .bank-logos ul {
	display: table
}

.payment-estimator-row .bank-logos ul li {
	margin-bottom: 0 !important
}

.payment-estimator-row .bank-logos input {
	max-width: 100%;
	margin: 10px
}

.payment-estimator-row .bank-logos input:focus {
	outline: none
}

.no-flexbox .payment-estimator-row .bank-logos {
	display: table
}

.payment-estimator-row .cta {
	margin-top: 30px;
	text-align: center
}

.payment-estimator-row .cta .or-seperator,.payment-estimator-row .cta a,.payment-estimator-row .cta input {
	margin-top: -22px
}

.feature-row {
	margin: 15px 0px;
	padding: 20px
}

.feature-row h2 {
	color: #333333;
	font-weight: bold;
	font-size: 30px
}

.feature-row .lead {
	color: #777777;
	font-size: 14px
}

.feature-row .img-responsive.center {
	margin: 0 auto
}

@media (min-width: 992px) {
	.feature-row .img-responsive.right {
		float: right
	}
}

@media (max-width: 991px) {
	.feature-row .img-responsive.right {
		margin: 0 auto
	}
}

@media (max-width: 992px) {
	.feature-row {
		text-align: center
	}
}

.testimonial-row {
	text-align: center
}

.testimonial-row>p {
	display: block;
	max-width: 400px;
	margin: 0 auto 0 auto
}

.testimonial-row p.name {
	color: #A3A6A7
}

.currency-table td:first-child {
	font-weight: bold
}

#faq-accordian {
	counter-reset: section
}

#faq-accordian h4 a:before {
	counter-increment: section;
	content: counter(section) ". "
}

#tos {
	counter-reset: section
}

#tos h2 {
	counter-reset: subsection
}

#tos h2:before {
	counter-increment: section;
	content: counter(section) ". "
}

#tos h3:before {
	counter-increment: subsection;
	content: counter(section) "." counter(subsection) ". "
}

#company-and-team .headshot {
	width: 100px
}

#company-and-team h2.media-heading {
	font-weight: normal
}

#company-and-team .byline {
	margin-bottom: 0
}

#company-and-team .bio {
	margin-top: 5px
}

#how-it-works {
	background: #1d2233;
	color: #FFF;
	margin: 0;
	padding: 40px 20px 0;
	text-align: center
}

#how-it-works h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase
}

#how-it-works h1:before,#how-it-works h1:after {
	background: #ffffff;
	content: ' ';
	display: inline-block;
	height: 2px;
	margin: -2px 15px 0;
	vertical-align: middle;
	width: 20px
}

#how-it-works p {
	margin: 0 auto 30px;
	max-width: 600px
}

#how-it-works label {
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 10px
}

#how-it-works .how-it-works-info {
	background: #1d2233;
	margin: 0 -15px;
	padding: 40px 120px 0
}

#how-it-works .how-it-works-info ol {
	display: none
}

@media only screen and (max-device-width: 768px) {
	#how-it-works p.lead {
		margin-bottom: 10px
	}

	#how-it-works label {
		margin: 20px 0 5px
	}

	#how-it-works svg {
		display: none
	}

	#how-it-works .how-it-works-info {
		padding: 40px 20px 20px
	}

	#how-it-works .how-it-works-info ol {
		box-sizing: border-box;
		display: block;
		padding-left: 20px
	}

	#how-it-works .how-it-works-info ol li {
		margin: 0 0 20px;
		padding-left: 10px;
		text-align: left
	}

	#how-it-works .how-it-works-info ol ul {
		margin-top: 10px
	}

	#how-it-works .how-it-works-info ol ul li {
		font-size: 12px;
		margin: 0
	}

	.payment-estimator-row .currencies {
		margin-bottom: 20px
	}

	.payment-estimator-row .form-group {
		padding: 0
	}
}

.signup-panel {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px
}

.signup-panel .signup-actions-panel {
	text-align: center
}

.signup-panel .inner-row:before,.signup-panel .inner-row:after {
	content: " ";
	display: table
}

.signup-panel .inner-row:after {
	clear: both
}

.invite-emails-panel {
	background: #F1F1F1;
	padding: 20px
}

.invite-emails-panel h2:first-child {
	margin-top: 0
}

.invite-emails-panel h2:not(:first-child) {
	margin-top: 25px
}

.invite-emails-panel .form-group.actions {
	text-align: right;
	margin-bottom: 5px
}

.invite-link {
	font-size: 14px;
	text-align: center;
	min-height: 60px
}

.invite-link a {
	position: relative
}

.invite-link .fa {
	color: #333333;
	opacity: 0;
	-webkit-transition: opacity 100ms;
	transition: opacity 100ms;
	position: absolute;
	left: -20px;
	top: 2px
}

.invite-link a:hover,.invite-link a.zeroclipboard-is-hover {
	text-decoration: none;
	color: #1B2C65
}

.invite-link a:hover .fa,.invite-link a.zeroclipboard-is-hover .fa {
	opacity: 1
}

.invite-referral-conditions {
	margin-top: 10px
}

.hero-main {
	background-image: url(../images/student-header-a976220cdcea90360e4c68ace471039330b7e3e00478a0f09173ad26feb3fcd9.webg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-attachment: fixed;
	padding: 0 !important;
	min-height: 650px;
	width: 100%;
	color: #ffffff !important
}

.hero-main .content {
	top: 150px;
	padding: 0px 50px;
	display: block
}

@media (min-width: 320px) and (max-width: 767px) {
	.hero-main .content {
		top: 50px
	}
}

.hero-main h1 {
	font-size: 16px important;
	font-weight: normal;
	line-height: 28px
}

.hero-main h2 {
	margin-top: -2px;
	color: #ffffff;
	font-weight: 800
}

.hero-main h3 {
	font-size: 10px;
	font-weight: normal;
	margin-top: -15px
}

.hero-main span {
	font-weight: 200;
	letter-spacing: .5px
}

.hero-main .col-md-6 {
	padding: 0px
}

.hero-main .cta-btn {
	width: 95%;
	background-color: rgba(121,6,73,0.6);
	margin: 3px 0px;
	padding: 10px 0px 0px 10px !important
}

.hero-main .cta-btn:hover {
	background-color: rgba(121,6,73,0.8)
}

.hero-main .cta {
	border: none;
	outline: none;
	text-align: left;
	color: #ffffff;
	display: inline-block
}

.hero-main .cta:hover,.hero-main .cta:focus,.hero-main .cta:active {
	color: #ffd400 !important;
	text-decoration: none
}

.hero-main .cta:hover h2,.hero-main .cta:focus h2,.hero-main .cta:active h2 {
	color: #ffd400
}

.hero-main .cta.current {
	color: #ffffff;
	text-decoration: none
}

.hero-main .welcome {
	margin: 0px 0px 40px 0px;
	padding-left: 0px
}

.hero-main .welcome h2 {
	font-size: 16px;
	font-weight: normal
}

.hero-main .welcome p {
	margin: 30px 0 0 0;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: .5px
}

.hero-main .more-links {
	margin: 40px 0 0 0;
	padding-left: 0px
}

.hero-main .more-links .cta-link {
	color: #ffffff !important;
	letter-spacing: .5px;
	text-decoration: underline
}

.hero-main .more-links p {
	letter-spacing: .5px;
	font-weight: 200
}

.cart-content th.invoice-amount,.cart-content td.invoice-amount {
	text-align: right
}

.cart-content .delete {
	text-align: center
}

.cart-content .delete a {
	color: inherit
}

.cart-content .disabled {
	pointer-events: none;
	cursor: not-allowed;
	text-align: center
}

.cart-content .disabled a {
	opacity: .3
}

.cart-content .total-label {
	text-align: right
}

.cart-content.table-striped tbody tr.summary td {
	background-color: transparent
}

.cart-content.table-striped tbody tr.summary:not(.first-summary) td {
	border-top: none
}

.cart-content .final-total {
	font-size: 14px
}

.cart-content .invoice-amount.final-total {
	color: #1B2C65
}

.cart-content .rate-validity {
	text-align: right;
	color: #999999;
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 0
}

.new-invoice-panel {
	margin-top: 20px !important
}

.new-invoice-panel .add-another-invoice-button {
	margin-top: 25px
}

.invoice-form .payment-method-selector .selected-item {
	font-weight: bold
}

.invoice-form .payment-method-selector .radio {
	margin-top: 0;
	margin-bottom: 2px
}

.invoice-form .payment-method-selector input.radio_buttons {
	margin-top: 0
}

.invoice-form .accolade {
	font-size: 10px;
	color: #666666;
	padding-top: 20px
}

.invoice-form .limit-message {
	padding-top: 20px;
	color: #a94442;
	font-size: 12px
}

.invoice-form .you-pay p.final-value {
	color: #F04E23;
	padding-top: 7px
}

.cart-form .limit-message {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #a94442;
	font-size: 12px
}

.other-services-panel {
	margin-top: 20px
}

.other-services-panel ul.other-services {
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
	padding: 0
}

.other-services-panel ul.other-services>li {
	display: inline-block
}

.other-services-panel ul.other-services>li img.service-logo {
	height: 80px
}

.other-services-panel ul.other-services>li span.description {
	display: block;
	margin-top: 5px
}

#invoiceConfirmationModal .confirm-table {
	width: 100%;
	margin-bottom: 10px
}

#invoiceConfirmationModal .confirm-table tr {
	border-bottom: 1px solid #999999
}

#invoiceConfirmationModal .confirm-table td {
	padding-top: 10px;
	padding-bottom: 10px
}

#invoiceConfirmationModal .confirm-table td:first-child {
	font-size: 20px
}

#invoiceConfirmationModal .confirm-table td:last-child {
	text-align: right;
	font-size: 12px
}

#invoiceConfirmationModal .actions-panel {
	margin-top: 20px
}

#invoiceConfirmationModal .actions-panel .confirmBtn {
	margin-left: 10px
}

.basket-wrapper {
	float: right;
	width: 300px;
	position: relative;
	top: -30px;
	right: 10px;
	z-index: 999
}

.content-width {
	width: calc(100% - 320px)
}

@media (min-width: 320px) and (max-width: 768px) {
	.content-width {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content-width {
		width: calc(100% - 120px)
	}
}

.transaction-wrapper {
	background-color: #F9F9F7;
	border: 1px solid #ecece9;
	padding: 20px;
	margin-bottom: 30px !important
}

.transaction-wrapper .banner-panel,.transaction-wrapper .about-banner,.transaction-wrapper .feature-row,.transaction-wrapper .new-invoice-panel {
	background: #F9F9F7 !important
}

.transaction-wrapper .payer-details .inner-row {
	margin: 0px !important
}

.transaction-wrapper .payer-details .inner-row .col-md-12 {
	padding: 0px !important
}

.transaction-wrapper .payer-details .inner-row .col-md-12 p {
	clear: both
}

.transaction-wrapper .checkbox {
	padding-left: 0px
}

.transaction-wrapper .checkbox span {
	padding-left: 0px;
	margin-right: 10px
}

.transaction-wrapper .checkbox label {
	position: relative;
	top: 2px
}

@media (min-width: 1440px) {
	.transaction-wrapper .checkbox label {
		top: 3px
	}
}

.confirm-details-section .basket-wrapper {
	width: 100% !important
}

.confirm-details-section #total-payable>div {
	width: 100% !important
}

.confirm-details-section #total-payable table {
	width: 100% !important
}

.confirm-details-section #total-payable table td {
	width: 18% !important
}

.confirm-details-section #total-payable table td:first-child {
	width: 50% !important
}

#total-payable {
	font-size: 12px;
	margin-top: 10px;
	padding: 20px 0
}

#total-payable>div {
	background: #F9F9F7;
	display: inline-block;
	float: right;
	text-align: left;
	width: 300px;
	margin-bottom: 20px
}

#total-payable .div-padding {
	padding: 10px 20px;
	border: 1px solid #ECECE9
}

#total-payable h3 {
	color: #1B2C65;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #363f49
}

#total-payable h2 {
	font-size: 15px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	display: inline-block
}

#total-payable table {
	text-align: right;
	width: 258px
}

#total-payable table td {
	padding: 5px 0px;
	font-weight: 600;
	vertical-align: bottom;
	width: 100% !important
}

#total-payable table td:first-child {
	width: 100% !important;
	text-align: left;
	font-weight: 400
}

#total-payable table .conversion-rate td {
	font-size: 12px;
	font-weight: 400;
	font-style: italic
}

#total-payable table .conversion-rate td:last-child {
	font-style: italic;
	font-weight: 600
}

#total-payable table .tax-name {
	font-style: italic
}

#total-payable table .tax td,#total-payable table .fee td {
	font-size: 11px;
	font-weight: 400
}

#total-payable table .tax td:last-child,#total-payable table .fee td:last-child {
	font-style: italic
}

#total-payable table .total td {
	padding: 0px 10px 10px 0px;
	text-align: right;
	vertical-align: initial
}

#total-payable table .total td:last-child {
	border-top: 1px solid #333333;
	font-size: 15px;
	font-weight: 600;
	padding-right: 0px;
	padding-top: 16px
}

#total-payable table .you-pay td {
	font-size: 14px;
	padding: 0px 10px 20px 0px;
	text-align: right
}

#total-payable table .you-pay td:last-child {
	font-size: 15px;
	font-weight: 600;
	padding-right: 0px;
	padding-top: 6px
}

#total-payable table.total-invoices {
	margin-bottom: 15px;
	border-bottom: 1px solid #363f49;
	display: inline-block
}

#total-payable #payment-method {
	color: #333333;
	display: block;
	font-size: 12px
}

#total-payable p {
	font-size: 10px;
	margin: 0;
	white-space: normal
}

#total-payable .summary-edit {
	padding: 0px !important;
	margin-top: 0px !important;
	font-size: 16px !important;
	color: #F04E23 !important;
	font-weight: 600;
	font-size: 14px !important;
	text-decoration: none !important
}

#total-payable .summary-header {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px
}

#total-payable .summary-header .col-md-6 {
	padding-left: 0px
}

#total-payable a:not(.btn) {
	color: #727272;
	clear: both;
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px 0px 5px 20px;
	text-decoration: underline
}

#total-payable a:not(.btn):hover {
	color: #1B2C65
}

#total-payable .btn-icon {
	color: #ffffff;
	font-size: 20px;
	position: relative;
	top: 12px;
	left: 40px
}

#total-payable .btn,#total-payable .payment-estimator-row a.direct_debit_action,.payment-estimator-row #total-payable a.direct_debit_action {
	background: #1B2C65;
	border: 1px solid #1B2C65;
	border-radius: 1px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px 10px 45px;
	width: calc(100%);
	text-decoration: none;
	margin-top: -22px
}

#total-payable .btn:hover,#total-payable .payment-estimator-row a.direct_debit_action:hover,.payment-estimator-row #total-payable a.direct_debit_action:hover {
	background: #263e8d
}

#total-payable .btn:disabled,#total-payable .payment-estimator-row a.direct_debit_action:disabled,.payment-estimator-row #total-payable a.direct_debit_action:disabled {
	opacity: 0.5
}

#total-payable .divider {
	border-top: 1px solid #363f49;
	padding-top: 10px;
	margin-top: -10px
}

#total-payable .shopping-cart {
	position: relative;
	right: 9px;
	font-size: 16px
}

#total-payable .summary-errors {
	color: red
}

.pay-later {
	background: #333333;
	width: auto;
	height: auto;
	color: white;
	text-align: right;
	padding: 3px 7px;
	position: relative;
	bottom: 78px;
	right: 5px;
	font-size: 10px
}

#payment-methods {
	margin-left: 0px
}

#payment-methods label {
	background: #FFF;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	display: table;
	margin: 0;
	padding: 20px;
	vertical-align: middle;
	width: 100%
}

#payment-methods label input[type=radio] {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -3px
}

#payment-methods label input[type=radio]:checked ~ div,#payment-methods label input[type=radio]:checked ~ span {
	color: #1B2C65
}

#payment-methods label div {
	box-sizing: border-box;
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
	width: 100%
}

#payment-methods label div p {
	font-weight: 400;
	margin: 5px 0 0
}

#payment-methods label .total {
	box-sizing: border-box;
	display: table-cell;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 1%
}

#payment-methods label .notice {
	color: #F04E23
}

#payment-methods label:hover {
	cursor: pointer
}

#payment-methods label:hover div,#payment-methods label:hover span {
	color: #1B2C65
}

#payment-methods label:last-child {
	border-bottom: 1px solid #ECECE9
}

#current-user-email i {
	margin-right: 5px
}

#remote-logout:hover {
	cursor: pointer
}

.selected-file-info:after {
	content: '\f00d';
	float: right;
	font-family: FontAwesome;
	vertical-align: middle
}

.selected-file-info:hover {
	cursor: pointer
}

.selected-file-info:hover:after {
	display: none
}

.selected-file-info:hover .click-to-remove {
	cursor: pointer;
	float: right;
	vertical-align: middle
}

.invoice_terms_and_conditions .checkbox,.payer_terms_and_conditions .checkbox,.fw_cart_terms_and_conditions .checkbox {
	padding-left: 0px
}

.steps-panel {
	width: 100%;
	font-size: 13px;
	margin-bottom: 20px
}

.steps-panel .desktop-view {
	display: block
}

@media (max-width: 768px) {
	.steps-panel .desktop-view {
		display: none
	}
}

.steps-panel .mobile-view {
	display: none
}

@media (max-width: 768px) {
	.steps-panel .mobile-view {
		display: block;
		padding-right: 0px
	}
}

.steps-panel .col-md-12 {
	margin-bottom: 20px
}

.steps-panel .layout,.steps-panel a span:after,.steps-panel a:after,.steps-panel a:first-child:before,.steps-panel .active span:after,.steps-panel .active span:before {
	width: 0px;
	height: 0px
}

.steps-panel .triangle,.steps-panel a span:before,.steps-panel a:before,.steps-panel a:first-child span:before {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent
}

.steps-panel .last-tab {
	width: 170px
}

.steps-panel span {
	margin-right: 5px;
	background: #ffffff;
	position: relative;
	display: inline-block
}

.steps-panel a {
	padding: 12px 12px 10px 30px;
	margin-right: 7px;
	background: #ffffff;
	position: relative;
	display: inline-block;
	border-top: 1px solid #ecece9;
	border-bottom: 1px solid #ecece9;
	border-left: 1px solid #ecece9
}

.steps-panel a span:after {
	border-top: 19.5px inset transparent;
	border-bottom: 19.5px inset transparent;
	border-left: 19.5px solid #ffffff;
	position: absolute;
	content: "";
	top: -11.5px;
	right: -36px;
	z-index: 10
}

.steps-panel a span:before {
	border-left: 20px solid #ffffff;
	position: absolute;
	content: "";
	top: -12px;
	left: -31.5px;
	z-index: 1
}

.steps-panel a:hover {
	text-decoration: none;
	color: #147BD1
}

.steps-panel a:before {
	border-left: 20px solid #ecece9;
	position: absolute;
	content: "";
	top: 0;
	left: 0
}

.steps-panel a:after {
	border-top: 21px inset transparent;
	border-bottom: 21px inset transparent;
	border-left: 21px solid #ecece9;
	position: absolute;
	content: "";
	top: -1px;
	right: -21px;
	z-index: 2
}

.steps-panel a:last-child:after {
	display: none
}

.steps-panel a:first-child:before {
	border-top: 19px inset transparent;
	border-bottom: 19px inset transparent;
	border-left: 19px solid #ecece9;
	position: absolute;
	content: "";
	top: 0px;
	left: 2px
}

.steps-panel a:first-child span:before {
	border-left: 20px solid #ffffff;
	position: absolute;
	content: "";
	top: -12px;
	left: -28px;
	z-index: 9
}

.steps-panel a:last-child {
	border-right: 1px solid #ecece9;
	margin-left: 3px
}

.steps-panel a:last-child span:after {
	display: none
}

.steps-panel .done span {
	text-decoration: line-through;
	color: #727272
}

.steps-panel .inactive span {
	color: #bfbfbf
}

.steps-panel .active {
	background: #147BD1;
	color: #fff;
	border-bottom: 1px solid #147BD1;
	border-top: 1px solid #147BD1
}

.steps-panel .active:hover {
	text-decoration: none;
	color: #ffffff
}

.steps-panel .active span {
	margin-right: 5px;
	background: none;
	position: relative;
	display: inline-block
}

.steps-panel .active span:after {
	border-top: 21px inset transparent;
	border-bottom: 21px inset transparent;
	border-left: 21px solid #147BD1;
	position: absolute;
	content: "";
	top: -13px;
	right: -37px;
	z-index: 10
}

.steps-panel .active span:before {
	border-top: 21px inset transparent;
	border-bottom: 21px inset transparent;
	border-left: 21px solid #fff;
	position: absolute;
	content: "";
	top: -13px;
	left: -31px;
	z-index: 1
}

.steps-panel .active:first-child span:before {
	border-left: 30px solid #147BD1
}

.steps-panel .current:after {
	border-left-color: #147BD1
}

.transaction-process-header-panel .stages {
	float: right;
	list-style-type: none;
	margin-top: 10px
}

.transaction-process-header-panel .stages li {
	display: inline-block;
	font-size: 20px;
	padding: 1px 5px 5px 5px;
	border-radius: 30px;
	background-color: #CCCCCC;
	color: white;
	height: 30px;
	width: 30px;
	text-align: center;
	margin-left: 10px
}

.transaction-process-header-panel .stages li a {
	color: inherit
}

.transaction-process-header-panel .stages li a:hover {
	text-decoration: none
}

.transaction-process-header-panel .stages li.selected {
	background-color: #333333
}

#transactionConfirmationModal .rate-tracker-change-warning {
	color: #666666
}

#transactionConfirmationModal .fa-exclamation-triangle {
	color: red
}

a.import-cancel-button {
	border: 1px solid #e6e6e6;
	padding: 10px;
	text-align: right;
	color: #6C6C6C
}

a.import-cancel-button .service-logo {
	height: 20px;
	margin-right: 5px
}

.invoice-import-description .cancel {
	float: right;
	font-weight: bold;
	color: #6C6C6C
}

.user-details-table {
	width: 100%
}

.user-details-table td {
	border-bottom: 1px solid #333;
	padding: 10px
}

.user-details-table td:first-child {
	font-weight: 600
}

body {
	counter-reset: section
}

.step-wrapper.prev,.step-wrapper.next {
	display: none !important
}

h2.section-title {
	display: block;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px solid #147BD1;
	width: 'calc(100% - 20px)';
	padding-bottom: 10px;
	margin: 20px 10px 20px 10px;
	clear: both
}

h2.section-title .desktop-view {
	display: block
}

@media (max-width: 768px) {
	h2.section-title .desktop-view {
		display: none
	}
}

h2.section-title .mobile-view {
	display: none
}

@media (max-width: 768px) {
	h2.section-title .mobile-view {
		display: block
	}
}

h2.section-title+p {
	margin: 10px
}

h2.section-title.prev,h2.section-title.next {
	color: #C3C3C3;
	border-bottom: 1px solid #E9E9E9;
	font-size: 14px;
	margin-bottom: 10px
}

h2.section-title.prev:before,h2.section-title.next:before {
	font-size: 12px
}

h2.section-title.hidden {
	display: none
}

h2.section-title:before {
	padding-right: 20px;
	font-size: 16px
}

h2.section-title a.edit {
	font-size: 12px;
	padding-left: 20px
}

div.rate-tracker form table td {
	padding: 5px;
	border: 0
}

div.section-content {
	display: block;
	clear: both;
	margin: 0 0 0 10px
}

div.section-content table+table {
	margin-top: -10px
}

div.section-content table+table .rate-validity {
	font-size: 9px
}

div.section-content table+table .final-total {
	font-size: 11px;
	font-weight: bold
}

div.section-content div.row,div.section-content .verify-identity .banner-panel div.inner-row,.verify-identity .banner-panel div.section-content div.inner-row,div.section-content .verify-identity .about-banner div.inner-row,.verify-identity .about-banner div.section-content div.inner-row,div.section-content .verify-identity .feature-row div.inner-row,.verify-identity .feature-row div.section-content div.inner-row,div.section-content .verify-identity .new-invoice-panel div.inner-row,.verify-identity .new-invoice-panel div.section-content div.inner-row {
	margin: 0px
}

div.section-content .identity-form div.row,div.section-content .identity-form .verify-identity .banner-panel div.inner-row,.verify-identity .banner-panel div.section-content .identity-form div.inner-row,div.section-content .identity-form .verify-identity .about-banner div.inner-row,.verify-identity .about-banner div.section-content .identity-form div.inner-row,div.section-content .identity-form .verify-identity .feature-row div.inner-row,.verify-identity .feature-row div.section-content .identity-form div.inner-row,div.section-content .identity-form .verify-identity .new-invoice-panel div.inner-row,.verify-identity .new-invoice-panel div.section-content .identity-form div.inner-row {
	padding: 20px
}

div.section-content div.user-details>div {
	padding: 0
}

div.section-content div.user-details>div+div {
	margin-left: 50px
}

div.section-content div.user-details table {
	width: 100%;
	margin-bottom: 40px
}

div.section-content div.user-details table td:first-child {
	font-weight: bold
}

div.section-content.prev,div.section-content.next {
	color: #808080;
	font-size: 11px
}

div.section-content.prev a,div.section-content.next a {
	font-size: 12px
}

div.section-content.prev th,div.section-content.prev td,div.section-content.next th,div.section-content.next td {
	padding: 5px;
	border-color: #E9E9E9;
	border: none
}

div.section-content.prev th:last-child,div.section-content.prev td:last-child,div.section-content.next th:last-child,div.section-content.next td:last-child {
	text-align: right
}

div.section-content.hidden {
	display: none
}

.verify-identity {
	padding: 0px 20px 20px 0px
}

.verify-identity .banner-panel,.verify-identity .about-banner,.verify-identity .feature-row,.verify-identity .new-invoice-panel {
	background: #F9F9F7 !important;
	border: 1px solid #ECECE9 !important
}

.verify-identity .banner-panel .inner-row,.verify-identity .about-banner .inner-row,.verify-identity .feature-row .inner-row,.verify-identity .new-invoice-panel .inner-row {
	margin: 0
}

.verify-identity .banner-panel .inner-row .col-md-12,.verify-identity .about-banner .inner-row .col-md-12,.verify-identity .feature-row .inner-row .col-md-12,.verify-identity .new-invoice-panel .inner-row .col-md-12 {
	padding: 0px !important;
	margin-bottom: 10px
}

#new_student_transaction .actions-panel.pds {
	margin-top: 10px
}

#new_student_transaction .actions-panel.pds a {
	color: #939597
}

.secure-panel {
	background-color: #e6e6e6;
	padding: 10px 20px;
	margin-bottom: 10px
}

.secure-panel .icon {
	display: inline-block;
	vertical-align: middle
}

.secure-panel .icon i {
	font-size: 18px;
	color: #147BD1
}

.secure-panel .details {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle
}

.secure-panel .details>p {
	margin: 0
}

.card-error {
	color: #f04e23;
	display: none
}

.has-error .card-error {
	display: block !important
}

.checkout-color {
	color: #14395d !important
}

.checkout-input {
	border: solid 1px #cccccc;
	margin-bottom: 8px;
	height: 30px;
	padding-left: 12px;
	background-color: white
}

.has-error .checkout-input {
	border-color: #e31d3c !important
}

.section-content.credit-card-form .input-mini {
	width: 100px;
	display: inline-block
}

.section-content.credit-card-form .row,.section-content.credit-card-form .verify-identity .banner-panel .inner-row,.verify-identity .banner-panel .section-content.credit-card-form .inner-row,.section-content.credit-card-form .verify-identity .about-banner .inner-row,.verify-identity .about-banner .section-content.credit-card-form .inner-row,.section-content.credit-card-form .verify-identity .feature-row .inner-row,.verify-identity .feature-row .section-content.credit-card-form .inner-row,.section-content.credit-card-form .verify-identity .new-invoice-panel .inner-row,.verify-identity .new-invoice-panel .section-content.credit-card-form .inner-row {
	margin: 10px 0
}

.section-content.credit-card-form .card-details {
	padding-right: 20px
}

.section-content.credit-card-form .card-details .col-md-12,.section-content.credit-card-form .card-details .col-md-6 {
	padding: 0px
}

@media (min-width: 767px) and (max-width: 840px) {
	.section-content.credit-card-form .card-details {
		margin-right: 5%
	}
}

@media (max-width: 640px) {
	.section-content.credit-card-form .card-details {
		margin-right: 0%;
		padding-right: 20px
	}
}

.bpay-wrapper {
	margin-top: 20px
}

label.control-label[for="card_number"] {
	display: block
}

label.control-label[for="card_number"] * {
	vertical-align: baseline
}

label.control-label[for="card_number"] .credit-card-icons {
	float: right
}

label.control-label[for="card_number"] .credit-card-icons .disabled {
	display: none
}

label.control-label[for="card_number"] .credit-card-icons .visa {
	width: 35px;
	margin-left: 5px
}

label.control-label[for="card_number"] .credit-card-icons .visa-grey {
	width: 35px;
	margin-left: 5px;
	opacity: .5
}

label.control-label[for="card_number"] .credit-card-icons .mastercard {
	width: 23px
}

label.control-label[for="card_number"] .credit-card-icons .mastercard-grey {
	width: 23px;
	opacity: .5
}

#bpay {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 20px
}

#bpay .box {
	width: 430px;
	height: 190px;
	border: 2px #000 solid;
	padding: 10px;
	color: #0e1536;
	font-family: tahoma
}

#bpay .logo-wrapper {
	float: left;
	width: 150px;
	margin-top: 3px;
	margin-right: 10px
}

#bpay .head-wrapper {
	float: left;
	width: 245px;
	font-size: 17px;
	border: 2px #000 solid;
	padding: 10px;
	margin-top: 5px
}

#bpay .content-wrapper {
	float: left;
	margin-top: 10px
}

#bpay .content-wrapper span {
	font-size: 13px
}

.realtime-option-btn+.realtime-option-btn {
	margin-top: 10px
}

.pay-later-btn {
	font-size: 15px !important;
	float: right !important;
	clear: both !important;
	padding: 5px 20px !important;
	margin-top: -15px !important;
	min-width: 50px;
	max-width: 100px
}

.pay-later-btn:hover {
	opacity: 0.8 !important
}

.payment-option .panel {
	box-shadow: none
}

.payment-option .panel-default {
	border-color: #F9F9F7
}

.payment-option .panel-default .panel-heading {
	color: #333333;
	background-color: #F9F9F7;
	border-color: #F9F9F7;
	padding-left: 0px
}

.payment-option .panel-body {
	border-top: none !important;
	padding: 0px;
	background-color: #F9F9F7
}

.payment-option .btn-option {
	cursor: pointer
}

.payment-option .collapse.in {
	background-color: #F9F9F7
}

.payment-option .panel-collapse .collapse.in .title {
	background-color: #F9F9F7
}

.master-logo {
	width: 23px;
	position: relative;
	top: -3px;
	left: 10px
}

.visa-logo {
	width: 35px;
	position: relative;
	top: -3px;
	left: 10px
}

.pw-method-brand-logo {
	width: 35px;
	position: relative;
	top: -3px;
	left: 10px
}

.partner-logo {
	float: right
}

.partner-logo img {
	max-height: 4em
}

.title {
	font-size: 14px;
	padding-left: 10px
}

.label-open {
	color: #333333;
	text-decoration: underline;
	padding-left: 10px
}

.label-option {
	color: #333333 !important;
	font-weight: 400;
	padding-top: 10px
}

.payment-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F9F9F7;
	height: 100%
}

.payment-wrapper textarea {
	resize: none
}

.payment-wrapper .container {
	width: 1100px !important;
	height: 100%;
	min-height: 580px;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #ecece9
}

@media screen and (min-width: 1900px) {
	.payment-wrapper .container {
		min-height: 800px
	}
}

@media (max-width: 480px) {
	.payment-wrapper .container {
		min-height: 300px
	}
}

.payment-wrapper .alert-success {
	margin: 0px 15px 20px 15px
}

.payment-wrapper .verify-identity label {
	letter-spacing: 0.5px
}

.payment-wrapper input[type="radio"] {
	margin-right: 10px
}

.payment-wrapper .section-alert {
	padding-left: 10px
}

.payment-wrapper #payment-methods span,.payment-wrapper #payment-methods p:not(.title,.label-open) {
	color: #333333 !important
}

.ui-datepicker {
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	width: 280px !important;
	padding: 10px !important;
	z-index: 999 !important
}

.ui-datepicker-title select {
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.ui-datepicker .ui-datepicker-header {
	background: #ffffff !important
}

.ui-widget-header {
	border: 1px solid #ffffff  !important;
	font-weight: 400 !important
}

.ui-datepicker th {
	font-weight: 400 !important;
	text-decoration: underline;
	color: #b1b1b1;
	font-size: 10px
}

.ui-datepicker td a {
	padding: .8em !important
}

.ui-state-default,.ui-widget-content .ui-state-default {
	border: 1px solid #ecece9 !important;
	background: #ffffff !important;
	font-size: 11px !important
}

.ui-corner-all {
	border-radius: 0px !important
}

.ui-datepicker select {
	border: 1px solid #ffffff;
	font-size: 11px !important
}

.ui-widget-content {
	border: 1px solid #ecece9 !important
}

.progress {
	height: 10px !important
}

#clickableCalendar {
	cursor: pointer
}

.steps-wrapper {
	padding: 10px 20px !important
}

.info-box {
	float: left;
	width: 395px;
	background-color: #363f49;
	padding: 6px 0px 6px 5px;
	color: #ffffff;
	position: absolute;
	bottom: 16px;
	left: 118px
}

@media (min-width: 640px) and (max-width: 992px) {
	.info-box {
		bottom: 1px
	}
}

@media (max-width: 940px) {
	.info-box {
		width: 245px !important;
		position: relative !important;
		top: 0px;
		bottom: 0px;
		left: 0px;
		margin-bottom: 10px
	}
}

@media (min-width: 430px) and (max-width: 640px) {
	.info-box {
		position: relative !important;
		top: 0px;
		bottom: 0px;
		left: 0px;
		margin-bottom: 10px
	}
}

.info-box .desc {
	margin-left: 15px
}

.info-box .icon {
	float: left
}

.requirements {
	padding-left: 0 !important;
	padding-top: 5px !important
}

.requirements .requirments-text {
	margin-top: 0 !important
}

.requirements .requirments-text .requirement-icon-container {
	margin-top: 0 !important;
	width: 20px;
	display: inline-block
}

.requirements .requirments-text .requirement-icon-container .requirement-icon {
	position: relative;
	top: 2px;
	height: 13px;
	margin: auto;
	display: block
}

.security-wrapper {
	display: inline-block;
	width: 100%
}

#toggle-info-box {
	cursor: pointer
}

.left-padding-on {
	padding-left: 0px
}

.right-padding-off {
	padding-right: 0px
}

.datepicker.form-control {
	width: 300px
}

.calendar-icon {
	position: relative;
	left: 278px;
	top: 48px;
	font-size: 15px
}

.btn-section {
	padding: 0 12px 0 10px
}

.btn-primary {
	font-size: 13px
}

.landing-primary-estimator .btn-primary:not(.learn-more),.landing-bottom .btn-primary:not(.learn-more),.landing-page .btn-primary:not(.learn-more) {
	background: #E98E3D
}

.landing-primary-estimator .btn-primary:not(.learn-more):hover,.landing-bottom .btn-primary:not(.learn-more):hover,.landing-page .btn-primary:not(.learn-more):hover {
	background: #1C72B9
}

#total-payable table {
	margin-right: 20px
}

#total-payable .btn,#total-payable .payment-estimator-row a.direct_debit_action,.payment-estimator-row #total-payable a.direct_debit_action {
	background: #147BD1 !important;
	border-color: #147BD1 !important
}

#total-payable h3 {
	color: #147BD1 !important
}

.btn-primary-black {
	color: #147BD1;
	background-color: #ffffff;
	font-size: 13px;
	border-color: #147BD1 !important
}

.btn-primary-black:hover {
	background-color: #ffffff;
	border-color: #147BD1 !important;
	color: #147BD1
}

.cc-logo-wrapper {
	display: inline !important;
	position: relative;
	left: -18px !important
}

@media (max-width: 1100px) {
	.payment-wrapper {
		background-color: #ffffff;
		padding-top: 0px
	}

	.payment-wrapper .container {
		width: 100% !important;
		border: none
	}

	.steps-panel a {
		margin-bottom: 10px
	}

	.steps-wrapper {
		padding: 10px 40px !important
	}
}

@media (max-width: 768px) {
	div.section-content div.row,div.section-content .verify-identity .banner-panel div.inner-row,.verify-identity .banner-panel div.section-content div.inner-row,div.section-content .verify-identity .about-banner div.inner-row,.verify-identity .about-banner div.section-content div.inner-row,div.section-content .verify-identity .feature-row div.inner-row,.verify-identity .feature-row div.section-content div.inner-row,div.section-content .verify-identity .new-invoice-panel div.inner-row,.verify-identity .new-invoice-panel div.section-content div.inner-row {
		margin: 0 20px 20px 0
	}

	.right-padding-off {
		padding-left: 0px
	}

	.left-padding-on {
		padding-right: 0px
	}

	.verify-identity {
		padding: 0px 20px 20px 0px
	}

	div.float-top {
		position: relative !important
	}

	.about-banner .bg-institution {
		background-size: cover;
		min-height: 150px
	}

	.about-banner .bg-institution p {
		width: 100%
	}

	.about-banner h1 {
		font-size: 25px;
		width: 70%
	}

	.about-banner .top-right-wrapper {
		width: 140px;
		height: auto;
		right: 0px;
		padding: 5px
	}

	.about-banner .top-right-wrapper img {
		display: block;
		max-width: 100px;
		max-height: 60px
	}

	.about-banner .desktop {
		display: none !important
	}

	.about-banner .mobile {
		display: block !important
	}

	.about-banner .university-logo {
		height: 40px
	}

	.about-banner .section {
		width: 90%;
		padding: 20px 0 0 30px
	}

	.about-banner .section p {
		width: 100%;
		font-size: 13px;
		line-height: 16px
	}
}

@media (max-width: 640px) {
	.basket-wrapper {
		margin-top: -10px !important;
		float: left;
		width: 100%;
		padding-left: 20px
	}

	#total-payable>div {
		width: 100%
	}

	#total-payable table {
		width: 100%
	}

	.confirm-mobile-view {
		margin-top: 0px !important;
		padding-left: 10px
	}

	.basket-mobile-view {
		margin-top: 0px !important;
		padding-left: 0px
	}

	.payer-mobile-view {
		margin-top: -20px !important;
		padding-left: 25px
	}

	.datepicker.form-control {
		width: 170px
	}

	.calendar-icon {
		left: 145px
	}

	div.section-content div.row,div.section-content .verify-identity .banner-panel div.inner-row,.verify-identity .banner-panel div.section-content div.inner-row,div.section-content .verify-identity .about-banner div.inner-row,.verify-identity .about-banner div.section-content div.inner-row,div.section-content .verify-identity .feature-row div.inner-row,.verify-identity .feature-row div.section-content div.inner-row,div.section-content .verify-identity .new-invoice-panel div.inner-row,.verify-identity .new-invoice-panel div.section-content div.inner-row {
		margin: 0 0px 20px 0
	}

	.summary-header .col-md-6 {
		width: 70%;
		float: left
	}

	.cc-logo-wrapper {
		left: -25px !important;
		float: left
	}

	.steps-panel {
		margin-top: 10px;
		font-size: 9px
	}

	.steps-panel .last-tab-mobile {
		width: 88px
	}

	.steps-panel .col-md-12 {
		padding-left: 0px
	}

	.steps-panel a {
		padding: 10px 12px 10px 25px;
		margin-bottom: 10px
	}

	.steps-panel a:after {
		border-top: 17px inset transparent;
		border-bottom: 17px inset transparent;
		border-left: 16px solid #efefef;
		right: -17px
	}

	.steps-panel a:before {
		border-top: 17px inset transparent;
		border-bottom: 17px inset transparent;
		border-left: 17px solid #efefef;
		top: -0.5px;
		left: 0px
	}

	.steps-panel a span:after {
		border-top: 15px inset transparent;
		border-bottom: 15px inset transparent;
		border-left: 15px solid #ffffff;
		top: -9.5px;
		right: -32.5px
	}

	.steps-panel a span:before {
		border-top: 16.5px inset transparent;
		border-bottom: 16.5px inset transparent;
		border-left: 16.5px solid #ffffff;
		top: -10px;
		left: -26px
	}

	.steps-panel a:first-child:before {
		border-top: 17px inset transparent;
		border-bottom: 17px inset transparent;
		border-left: 17px solid #efefef;
		top: -1px;
		left: -1px
	}

	.steps-panel a:first-child span:before {
		border-top: 16.5px inset transparent;
		border-bottom: 16.5px inset transparent;
		border-left: 16.5px solid #ffffff;
		top: -10px;
		left: -25px
	}

	.steps-panel .active span:before {
		border-top: 17.5px inset transparent;
		border-bottom: 17.5px inset transparent;
		border-left: 17.5px solid #ffffff;
		top: -11px;
		left: -26px
	}

	.steps-panel .active span:after {
		border-top: 17px inset transparent;
		border-bottom: 17px inset transparent;
		border-left: 17px solid #147BD1;
		top: -11px;
		right: -33.5px
	}

	.steps-panel .active:first-child span:before {
		border-left: 20px solid #147BD1
	}

	.payment-wrapper .btn-primary,.payment-wrapper .btn-primary-black,.payment-wrapper .add-another-invoice-button {
		margin-top: 10px
	}
}

span.inline-radio {
	display: inline-block
}

span.inline-radio label {
	font-weight: bold
}

.table-personal-details a.edit-icon {
	color: inherit;
	background: #F1F1F1;
	padding: 2px
}

.table-personal-details tr:first-child td {
	border-top: none
}

.table-personal-details tr:last-child td {
	border-bottom: 1px solid #999999
}

.table-personal-details tr td:last-child {
	text-align: right
}

.table-personal-details td:first-child {
	font-weight: bold
}

.table-personal-details .editor-row td {
	border-top: none
}

.table-personal-details .editor-row td:last-child {
	text-align: left
}

.table-personal-details .unconfirmed-email {
	font-style: italic
}

.table-personal-details .identity-status-verified {
	color: green
}

.table-personal-details .identity-status-unverified,.table-personal-details .identity-status-blocked {
	color: red
}

.table-personal-details .identity-status-in-progress {
	color: #ee8c21
}

div.address-row {
	margin-left: -15px;
	margin-right: -15px
}

.identity-form .user_dob select {
	display: inline-block;
	width: 20%
}

.identity-form .user_dob select:nth-child(2) {
	width: 50%
}

.identity-processing-status {
	margin: 0 auto;
	width: 400px;
	border: 1px solid black;
	padding: 10px;
	text-align: center
}

.identity-processing-status .spinner i {
	font-size: 60px
}

.identity-processing-status p {
	font-weight: bold;
	padding-top: 10px
}

.payer-form input[type=checkbox] {
	display: inline;
	width: auto;
	height: auto;
	margin-right: 5px
}

.user_terms_and_conditions .checkbox {
	padding-left: 0px
}

.upload-info.form-control {
	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
	overflow: hidden
}

.upload-info.form-control .progress {
	margin-top: 17px;
	display: none
}

.upload-info.form-control .selected-file-info .fa-file-o {
	padding-right: 5px
}

.upload-info.form-control.active {
	height: 82px
}

.upload-info.form-control.active .progress {
	display: block
}

.confirm-details {
	margin: 20px 0
}

.confirm-details td {
	font-size: 13px;
	padding: 5px 30px 5px 0
}

.confirm-details td:first-child {
	font-weight: bold
}

.confirm-details td:last-child {
	font-size: 11px;
	padding-left: 20px
}

.confirm-details input[type="checkbox"] {
	margin-right: 5px
}

.confirm-details .checked+span {
	color: #4FC138 !important
}

.confirm-details input[type="checkbox"]+span {
	color: #A94442
}

.identity-form .doc-btn {
	margin-right: 10px
}

.center-download {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	display: block
}

.center-download i {
	padding-right: 1em
}

.select-payer {
	margin-bottom: 50px;
	padding-right: 10px
}

.payer-details {
	padding: 10px 0 10px 0;
	margin: 20px 0 10px 0;
	width: 100%;
	display: none
}

.payer-details * {
	box-sizing: border-box
}

.payer-details div.inner-row {
	margin: 0 50px 0 50px
}

.payer-details div.inner-row>.col-md-6 h2 {
	margin-left: -15px
}

.payer-details div.inner-row>.col-md-6 div.date select {
	float: left;
	margin: 0 10px 0 0;
	width: calc(33% - 10px)
}

.payer-details div.inner-row>.col-md-6 .col-md-2:not(:last-child) input,.payer-details div.inner-row>.col-md-6 .col-md-3:not(:last-child) input,.payer-details div.inner-row>.col-md-6 .col-md-4:not(:last-child) input,.payer-details div.inner-row>.col-md-6 .col-md-5:not(:last-child) input,.payer-details div.inner-row>.col-md-6 .col-md-6:not(:last-child) input,.payer-details div.inner-row>.col-md-6 .col-md-7:not(:last-child) input,.payer-details div.inner-row>.col-md-6 .col-md-8:not(:last-child) input {
	width: calc(100% - 20px)
}

form.new_partner_promotion_entry div.date {
	overflow: auto
}

form.new_partner_promotion_entry div.date select {
	float: left;
	margin: 0 10px 0 0
}

form.new_partner_promotion_entry div.date.partner_promotion_entry_dob select {
	width: calc(33% - 10px)
}

form.new_partner_promotion_entry div.date.partner_promotion_entry_entry_period select {
	width: calc(50% - 10px)
}

form.new_partner_promotion_entry div.boolean.partner_promotion_entry_join_mailing_list label input {
	border: none;
	display: inline-block;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
	height: auto;
	margin-right: 10px
}

#payments,#invites {
	border-bottom: 1px dashed #E9E9E9;
	margin-bottom: 40px;
	padding-bottom: 20px
}

.payment-tracking-action {
	margin-left: 10px
}

.modal-header {
	font-size: 18px
}

.modal-header .close-modal-btn {
	float: right
}

.attach-proof-form .btn-default {
	font-size: 13px
}

.attach-proof-form .attach-form-actions {
	text-align: right
}

.direct-debit-authorization-form {
	border-spacing: 10px
}

.direct-debit-authorization-form td {
	padding: 10px;
	border: 1px solid black
}

.direct-debit-authorization-form td p {
	font-size: 18px
}

.direct-debit-authorization-form td p.header {
	font-size: 30px
}

.direct-debit-authorization-form span.field {
	margin: 0 20px
}

.direct-debit-authorization-form span.underline {
	text-decoration: underline
}

.direct-debit-authorization-form span.address-line-2 {
	width: 200px;
	margin-left: 85px
}

a.terms-and-conditions {
	text-decoration: underline
}

.collection-account-form input[type=checkbox] {
	display: inline;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-right: 5px
}

.kyc-container {
	color: black;
	background-color: white;
	padding: 10px;
	max-width: 640px;
	margin: auto
}[wsdk-container] html {
	height: 100%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}[wsdk-container] body {
	height: 100%;
	margin: 0
}[wsdk-container] main {
	display: block
}[wsdk-container] h1 {
	font-size: 2em;
	margin: 0.67em 0
}[wsdk-container] b,[wsdk-container] strong {
	font-weight: bolder
}[wsdk-container] img {
	border-style: none
}[wsdk-container] button,[wsdk-container] input,[wsdk-container] optgroup,[wsdk-container] select,[wsdk-container] textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}[wsdk-container] button,[wsdk-container] input {
	overflow: visible
}[wsdk-container] button,[wsdk-container] select {
	text-transform: none
}[wsdk-container] button,[wsdk-container] [type='button'],[wsdk-container] [type='reset'],[wsdk-container] [type='submit'] {
	-webkit-appearance: button
}[wsdk-container] button::-moz-focus-inner,[wsdk-container] [type='button']::-moz-focus-inner,[wsdk-container] [type='reset']::-moz-focus-inner,[wsdk-container] [type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0
}[wsdk-container] button:-moz-focusring,[wsdk-container] [type='button']:-moz-focusring,[wsdk-container] [type='reset']:-moz-focusring,[wsdk-container] [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText
}[wsdk-container] textarea {
	overflow: auto
}[wsdk-container] [type='checkbox'],[wsdk-container] [type='radio'] {
	box-sizing: border-box;
	padding: 0
}[wsdk-container] [type='number']::-webkit-inner-spin-button,[wsdk-container] [type='number']::-webkit-outer-spin-button {
	height: auto
}[wsdk-container] [type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[wsdk-container] [type='search']::-webkit-search-decoration {
	-webkit-appearance: none
}[wsdk-container] ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}[wsdk-container] [hidden] {
	display: none
}[wsdk-container] img {
	max-width: 100%
}[wsdk-container] figure {
	margin: 0
}[wsdk-container] p {
	margin: 0
}[wsdk-container] * {
	font-family: Inter, sans-serif;
	font-weight: 400
}[wsdk-container] .typo-weight-medium {
	font-family: Inter-Medium, Inter;
	font-weight: 500
}[wsdk-container] .typo-weight-semi-bold {
	font-family: Inter-SemiBold, Inter;
	font-weight: 400
}[wsdk-container] .typo-weight-regular {
	font-family: Inter-Regular, Inter;
	font-weight: 400
}[wsdk-container] .label-small {
	font-family: Inter-SemiBold, Inter;
	font-size: 14px;
	letter-spacing: .28px;
	line-height: 16px;
	font-weight: 400
}[wsdk-container] .inlinelabel-medium {
	font-family: Inter-Regular, Inter;
	font-size: 16px;
	letter-spacing: .32px;
	line-height: 24px;
	font-weight: 400
}[wsdk-container] .label-medium {
	font-family: Inter-SemiBold, Inter;
	font-size: 16px;
	letter-spacing: .32px;
	line-height: 24px;
	font-weight: 400
}[wsdk-container] .overline {
	font-family: Inter-SemiBold, Inter;
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: 20px;
	font-weight: 400
}[wsdk-container] .paragraph-xsmall,[wsdk-container] .float-menu__link {
	font-family: Inter-Regular, Inter;
	font-size: 12px;
	letter-spacing: .24px;
	line-height: 16px;
	font-weight: 400
}[wsdk-container] .paragraph-small {
	font-family: Inter-Regular, Inter;
	font-size: 14px;
	letter-spacing: .14px;
	line-height: 20px;
	font-weight: 400
}[wsdk-container] .paragraph-medium {
	font-family: Inter-Regular, Inter;
	font-size: 16px;
	letter-spacing: .16px;
	line-height: 24px;
	font-weight: 400
}[wsdk-container] .paragraph-large,[wsdk-container] .form__intro {
	font-family: Inter-Regular, Inter;
	font-size: 18px;
	letter-spacing: .18px;
	line-height: 28px;
	font-weight: 400
}[wsdk-container] .heading-xsmall {
	font-family: Inter-SemiBold, Inter;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 28px;
	font-weight: 400
}[wsdk-container] .heading-small {
	font-family: Inter-SemiBold, Inter;
	font-size: 24px;
	letter-spacing: normal;
	line-height: 32px;
	font-weight: 400
}[wsdk-container] .heading-medium,[wsdk-container] .form__title {
	font-family: Inter-SemiBold, Inter;
	font-size: 32px;
	letter-spacing: normal;
	line-height: 48px;
	font-weight: 400
}[wsdk-container] .heading-large {
	font-family: Inter-SemiBold, Inter;
	font-size: 48px;
	letter-spacing: -.48px;
	line-height: 60px;
	font-weight: 400
}[wsdk-container] .heading-xlarge {
	font-family: Inter-SemiBold, Inter;
	font-size: 72px;
	letter-spacing: -1.44px;
	line-height: 88px;
	font-weight: 400
}

@font-face {
[	wsdk-container] {
		font-family: "gbicons";
		src: url(data:application/vnd.ms-fontobject;
		charset=utf-8;base64,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NBFsaW5lYXJyb3ctbGVmdC0yNAlsb2dvdXQtMjQTY2hlY2ttYXJrLWNpcmNsZS0yNBJoaXN0b3J5LWNoZWNrZWQtMjQNbWFwLWZvbGRlZC0yNBFwYWRsb2NrLWxvY2tlZC0yNA9wYWRsb2NrLW9wZW4tMjQScXVlc3Rpb24tY2lyY2xlLTI0D3NldHRpbmdzLWNvZy0yNA5leWUtdmlzaWJsZS0yNBBleWUtaW52aXNpYmxlLTI0D2NhbGVuZGFyLWFkZC0yNBFib29rbWFyay1ibGFuay0yNAdmYWNlLTI0DGRhc2hib2FyZC0yNAdmbG93LTI0CmpvdXJuZXktMjQHbGluay0yNAtsb2NhdGlvbi0yNA9hbGVydC1jaXJjbGUtMjQRYWxlcnQtdHJpYW5nbGUtMjQLZGF0YWJhc2UtMjQJcGVyc29uLTI0CnNsaWRlcnMtMjQJc2VhcmNoLTI0CXJlbW92ZS0xNgxjaGVja21hcmstMTYIY3Jvc3MtMTYPY2hldnJvbi1kb3duLTE2DWNoZXZyb24tdXAtMTYScXVlc3Rpb24tY2lyY2xlLTE2EWxpbmVhcnJvdy1kb3duLTE2D2xpbmVhcnJvdy11cC0xNgtsb2NhdGlvbi0xNg9jcm9zcy1jaXJjbGUtMTYJYWN0aW9uLTI0CHRyYXNoLTI0DmluZm8tY2lyY2xlLTI0EGNvcHljbGlwYm9hcmQtMjQRYWxlcnQtdHJpYW5nbGUtMTYOaW5mby1jaXJjbGUtMTYTY2hlY2ttYXJrLWNpcmNsZS0xNg5leWUtdmlzaWJsZS0xNhBleWUtaW52aXNpYmxlLTE2GXF1ZXN0aW9uLWNpcmNsZS1maWxsZWQtMTYYYWxlcnQtdHJpYW5nbGUtZmlsbGVkLTE2FmNyb3NzLWNpcmNsZS1maWxsZWQtMTYAAAAAAA==);src: url(data:application/font-woff;
		charset=utf-8;base64,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NBFsaW5lYXJyb3ctbGVmdC0yNAlsb2dvdXQtMjQTY2hlY2ttYXJrLWNpcmNsZS0yNBJoaXN0b3J5LWNoZWNrZWQtMjQNbWFwLWZvbGRlZC0yNBFwYWRsb2NrLWxvY2tlZC0yNA9wYWRsb2NrLW9wZW4tMjQScXVlc3Rpb24tY2lyY2xlLTI0D3NldHRpbmdzLWNvZy0yNA5leWUtdmlzaWJsZS0yNBBleWUtaW52aXNpYmxlLTI0D2NhbGVuZGFyLWFkZC0yNBFib29rbWFyay1ibGFuay0yNAdmYWNlLTI0DGRhc2hib2FyZC0yNAdmbG93LTI0CmpvdXJuZXktMjQHbGluay0yNAtsb2NhdGlvbi0yNA9hbGVydC1jaXJjbGUtMjQRYWxlcnQtdHJpYW5nbGUtMjQLZGF0YWJhc2UtMjQJcGVyc29uLTI0CnNsaWRlcnMtMjQJc2VhcmNoLTI0CXJlbW92ZS0xNgxjaGVja21hcmstMTYIY3Jvc3MtMTYPY2hldnJvbi1kb3duLTE2DWNoZXZyb24tdXAtMTYScXVlc3Rpb24tY2lyY2xlLTE2EWxpbmVhcnJvdy1kb3duLTE2D2xpbmVhcnJvdy11cC0xNgtsb2NhdGlvbi0xNg9jcm9zcy1jaXJjbGUtMTYJYWN0aW9uLTI0CHRyYXNoLTI0DmluZm8tY2lyY2xlLTI0EGNvcHljbGlwYm9hcmQtMjQRYWxlcnQtdHJpYW5nbGUtMTYOaW5mby1jaXJjbGUtMTYTY2hlY2ttYXJrLWNpcmNsZS0xNg5leWUtdmlzaWJsZS0xNhBleWUtaW52aXNpYmxlLTE2GXF1ZXN0aW9uLWNpcmNsZS1maWxsZWQtMTYYYWxlcnQtdHJpYW5nbGUtZmlsbGVkLTE2FmNyb3NzLWNpcmNsZS1maWxsZWQtMTYAAAAAAA==) format("woff"),url(../fonts/dd6ff51c1e74491aa00cd3beb99aa16f.woff) format("truetype"),url(../fonts/1345f9f1fba24fddadc0467c31507865.woff) format("svg")
	}
}[wsdk-container] .grid-small {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 16px;
	row-gap: 16px;
	padding: 0px
}[wsdk-container] .grid-medium {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	column-gap: 16px;
	row-gap: 16px;
	padding: 16px
}[wsdk-container] .grid-large {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 16px;
	row-gap: 16px;
	padding: 16px
}

@media (min-width: 320px) {
[	wsdk-container] .grid-adaptive {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 16px;
		row-gap: 16px;
		padding: 0px
	}[	wsdk-container] .grid-adaptive .grid-column-small-start-1 {
		grid-column-start: 1
	}[	wsdk-container] .grid-adaptive .grid-column-small-end-1 {
		grid-column-end: 1
	}[	wsdk-container] .grid-adaptive .grid-column-small-start-2 {
		grid-column-start: 2
	}[	wsdk-container] .grid-adaptive .grid-column-small-end-2 {
		grid-column-end: 2
	}[	wsdk-container] .grid-adaptive .grid-column-small-start-3 {
		grid-column-start: 3
	}[	wsdk-container] .grid-adaptive .grid-column-small-end-3 {
		grid-column-end: 3
	}[	wsdk-container] .grid-adaptive .grid-column-small-start-4 {
		grid-column-start: 4
	}[	wsdk-container] .grid-adaptive .grid-column-small-end-4 {
		grid-column-end: 4
	}[	wsdk-container] .grid-adaptive .grid-column-small-start-5 {
		grid-column-start: 5
	}[	wsdk-container] .grid-adaptive .grid-column-small-end-5 {
		grid-column-end: 5
	}[	wsdk-container] .grid-adaptive .grid-row-small-start-1 {
		grid-row-start: 1
	}[	wsdk-container] .grid-adaptive .grid-row-small-end-1 {
		grid-row-end: 1
	}[	wsdk-container] .grid-adaptive .grid-row-small-start-2 {
		grid-row-start: 2
	}[	wsdk-container] .grid-adaptive .grid-row-small-end-2 {
		grid-row-end: 2
	}[	wsdk-container] .grid-adaptive .grid-row-small-start-3 {
		grid-row-start: 3
	}[	wsdk-container] .grid-adaptive .grid-row-small-end-3 {
		grid-row-end: 3
	}[	wsdk-container] .grid-adaptive .grid-row-small-start-4 {
		grid-row-start: 4
	}[	wsdk-container] .grid-adaptive .grid-row-small-end-4 {
		grid-row-end: 4
	}[	wsdk-container] .grid-adaptive .grid-row-small-start-5 {
		grid-row-start: 5
	}[	wsdk-container] .grid-adaptive .grid-row-small-end-5 {
		grid-row-end: 5
	}[	wsdk-container] .grid-adaptive .grid-row-small-start-6 {
		grid-row-start: 6
	}[	wsdk-container] .grid-adaptive .grid-row-small-end-6 {
		grid-row-end: 6
	}
}

@media (min-width: 600px) {
[	wsdk-container] .grid-adaptive {
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		column-gap: 16px;
		row-gap: 16px;
		padding: 16px
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-1 {
		grid-column-start: 1
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-1 {
		grid-column-end: 1
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-2 {
		grid-column-start: 2
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-2 {
		grid-column-end: 2
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-3 {
		grid-column-start: 3
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-3 {
		grid-column-end: 3
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-4 {
		grid-column-start: 4
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-4 {
		grid-column-end: 4
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-5 {
		grid-column-start: 5
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-5 {
		grid-column-end: 5
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-6 {
		grid-column-start: 6
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-6 {
		grid-column-end: 6
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-7 {
		grid-column-start: 7
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-7 {
		grid-column-end: 7
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-8 {
		grid-column-start: 8
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-8 {
		grid-column-end: 8
	}[	wsdk-container] .grid-adaptive .grid-column-medium-start-9 {
		grid-column-start: 9
	}[	wsdk-container] .grid-adaptive .grid-column-medium-end-9 {
		grid-column-end: 9
	}[	wsdk-container] .grid-adaptive .grid-row-medium-start-1 {
		grid-row-start: 1
	}[	wsdk-container] .grid-adaptive .grid-row-medium-end-1 {
		grid-row-end: 1
	}[	wsdk-container] .grid-adaptive .grid-row-medium-start-2 {
		grid-row-start: 2
	}[	wsdk-container] .grid-adaptive .grid-row-medium-end-2 {
		grid-row-end: 2
	}[	wsdk-container] .grid-adaptive .grid-row-medium-start-3 {
		grid-row-start: 3
	}[	wsdk-container] .grid-adaptive .grid-row-medium-end-3 {
		grid-row-end: 3
	}[	wsdk-container] .grid-adaptive .grid-row-medium-start-4 {
		grid-row-start: 4
	}[	wsdk-container] .grid-adaptive .grid-row-medium-end-4 {
		grid-row-end: 4
	}[	wsdk-container] .grid-adaptive .grid-row-medium-start-5 {
		grid-row-start: 5
	}[	wsdk-container] .grid-adaptive .grid-row-medium-end-5 {
		grid-row-end: 5
	}[	wsdk-container] .grid-adaptive .grid-row-medium-start-6 {
		grid-row-start: 6
	}[	wsdk-container] .grid-adaptive .grid-row-medium-end-6 {
		grid-row-end: 6
	}
}

@media (min-width: 1136px) {
[	wsdk-container] .grid-adaptive {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		column-gap: 16px;
		row-gap: 16px;
		padding: 16px
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-1 {
		grid-column-start: 1
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-1 {
		grid-column-end: 1
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-2 {
		grid-column-start: 2
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-2 {
		grid-column-end: 2
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-3 {
		grid-column-start: 3
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-3 {
		grid-column-end: 3
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-4 {
		grid-column-start: 4
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-4 {
		grid-column-end: 4
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-5 {
		grid-column-start: 5
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-5 {
		grid-column-end: 5
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-6 {
		grid-column-start: 6
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-6 {
		grid-column-end: 6
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-7 {
		grid-column-start: 7
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-7 {
		grid-column-end: 7
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-8 {
		grid-column-start: 8
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-8 {
		grid-column-end: 8
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-9 {
		grid-column-start: 9
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-9 {
		grid-column-end: 9
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-10 {
		grid-column-start: 10
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-10 {
		grid-column-end: 10
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-11 {
		grid-column-start: 11
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-11 {
		grid-column-end: 11
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-12 {
		grid-column-start: 12
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-12 {
		grid-column-end: 12
	}[	wsdk-container] .grid-adaptive .grid-column-large-start-13 {
		grid-column-start: 13
	}[	wsdk-container] .grid-adaptive .grid-column-large-end-13 {
		grid-column-end: 13
	}[	wsdk-container] .grid-adaptive .grid-row-large-start-1 {
		grid-row-start: 1
	}[	wsdk-container] .grid-adaptive .grid-row-large-end-1 {
		grid-row-end: 1
	}[	wsdk-container] .grid-adaptive .grid-row-large-start-2 {
		grid-row-start: 2
	}[	wsdk-container] .grid-adaptive .grid-row-large-end-2 {
		grid-row-end: 2
	}[	wsdk-container] .grid-adaptive .grid-row-large-start-3 {
		grid-row-start: 3
	}[	wsdk-container] .grid-adaptive .grid-row-large-end-3 {
		grid-row-end: 3
	}[	wsdk-container] .grid-adaptive .grid-row-large-start-4 {
		grid-row-start: 4
	}[	wsdk-container] .grid-adaptive .grid-row-large-end-4 {
		grid-row-end: 4
	}[	wsdk-container] .grid-adaptive .grid-row-large-start-5 {
		grid-row-start: 5
	}[	wsdk-container] .grid-adaptive .grid-row-large-end-5 {
		grid-row-end: 5
	}[	wsdk-container] .grid-adaptive .grid-row-large-start-6 {
		grid-row-start: 6
	}[	wsdk-container] .grid-adaptive .grid-row-large-end-6 {
		grid-row-end: 6
	}
}[wsdk-container] .m-s-1 {
	margin: 4px !important
}[wsdk-container] .p-s-1 {
	padding: 4px !important
}[wsdk-container] .m-s-2 {
	margin: 8px !important
}[wsdk-container] .p-s-2 {
	padding: 8px !important
}[wsdk-container] .m-s-3 {
	margin: 12px !important
}[wsdk-container] .p-s-3 {
	padding: 12px !important
}[wsdk-container] .m-s-4 {
	margin: 16px !important
}[wsdk-container] .p-s-4 {
	padding: 16px !important
}[wsdk-container] .m-s-5 {
	margin: 20px !important
}[wsdk-container] .p-s-5 {
	padding: 20px !important
}[wsdk-container] .m-s-6 {
	margin: 24px !important
}[wsdk-container] .p-s-6 {
	padding: 24px !important
}[wsdk-container] .m-s-7 {
	margin: 28px !important
}[wsdk-container] .p-s-7 {
	padding: 28px !important
}[wsdk-container] .m-s-8 {
	margin: 32px !important
}[wsdk-container] .p-s-8 {
	padding: 32px !important
}[wsdk-container] .m-s-9 {
	margin: 36px !important
}[wsdk-container] .p-s-9 {
	padding: 36px !important
}[wsdk-container] .m-s-10 {
	margin: 40px !important
}[wsdk-container] .p-s-10 {
	padding: 40px !important
}[wsdk-container] .m-s-11 {
	margin: 44px !important
}[wsdk-container] .p-s-11 {
	padding: 44px !important
}[wsdk-container] .m-s-12 {
	margin: 48px !important
}[wsdk-container] .p-s-12 {
	padding: 48px !important
}[wsdk-container] .m-s-13 {
	margin: 52px !important
}[wsdk-container] .p-s-13 {
	padding: 52px !important
}[wsdk-container] .m-s-14 {
	margin: 56px !important
}[wsdk-container] .p-s-14 {
	padding: 56px !important
}[wsdk-container] .m-s-15 {
	margin: 60px !important
}[wsdk-container] .p-s-15 {
	padding: 60px !important
}[wsdk-container] .m-s-16 {
	margin: 64px !important
}[wsdk-container] .p-s-16 {
	padding: 64px !important
}[wsdk-container] .m-s-17 {
	margin: 68px !important
}[wsdk-container] .p-s-17 {
	padding: 68px !important
}[wsdk-container] .m-s-18 {
	margin: 72px !important
}[wsdk-container] .p-s-18 {
	padding: 72px !important
}[wsdk-container] .m-s-19 {
	margin: 76px !important
}[wsdk-container] .p-s-19 {
	padding: 76px !important
}[wsdk-container] .m-s-20 {
	margin: 80px !important
}[wsdk-container] .p-s-20 {
	padding: 80px !important
}[wsdk-container] .m-m-1 {
	margin: 8px !important
}[wsdk-container] .p-m-1 {
	padding: 8px !important
}[wsdk-container] .m-m-2 {
	margin: 16px !important
}[wsdk-container] .p-m-2 {
	padding: 16px !important
}[wsdk-container] .m-m-3 {
	margin: 24px !important
}[wsdk-container] .p-m-3 {
	padding: 24px !important
}[wsdk-container] .m-m-4 {
	margin: 32px !important
}[wsdk-container] .p-m-4 {
	padding: 32px !important
}[wsdk-container] .m-m-5 {
	margin: 40px !important
}[wsdk-container] .p-m-5 {
	padding: 40px !important
}[wsdk-container] .m-m-6 {
	margin: 48px !important
}[wsdk-container] .p-m-6 {
	padding: 48px !important
}[wsdk-container] .m-m-7 {
	margin: 56px !important
}[wsdk-container] .p-m-7 {
	padding: 56px !important
}[wsdk-container] .m-m-8 {
	margin: 64px !important
}[wsdk-container] .p-m-8 {
	padding: 64px !important
}[wsdk-container] .m-m-9 {
	margin: 72px !important
}[wsdk-container] .p-m-9 {
	padding: 72px !important
}[wsdk-container] .m-m-10 {
	margin: 80px !important
}[wsdk-container] .p-m-10 {
	padding: 80px !important
}[wsdk-container] .m-m-11 {
	margin: 88px !important
}[wsdk-container] .p-m-11 {
	padding: 88px !important
}[wsdk-container] .m-m-12 {
	margin: 96px !important
}[wsdk-container] .p-m-12 {
	padding: 96px !important
}[wsdk-container] .m-m-13 {
	margin: 104px !important
}[wsdk-container] .p-m-13 {
	padding: 104px !important
}[wsdk-container] .m-m-14 {
	margin: 112px !important
}[wsdk-container] .p-m-14 {
	padding: 112px !important
}[wsdk-container] .m-m-15 {
	margin: 120px !important
}[wsdk-container] .p-m-15 {
	padding: 120px !important
}[wsdk-container] .m-m-16 {
	margin: 128px !important
}[wsdk-container] .p-m-16 {
	padding: 128px !important
}[wsdk-container] .m-m-17 {
	margin: 136px !important
}[wsdk-container] .p-m-17 {
	padding: 136px !important
}[wsdk-container] .m-m-18 {
	margin: 144px !important
}[wsdk-container] .p-m-18 {
	padding: 144px !important
}[wsdk-container] .m-m-19 {
	margin: 152px !important
}[wsdk-container] .p-m-19 {
	padding: 152px !important
}[wsdk-container] .m-m-20 {
	margin: 160px !important
}[wsdk-container] .p-m-20 {
	padding: 160px !important
}[wsdk-container] .m-0 {
	margin: 0 !important
}[wsdk-container] .p-0 {
	padding: 0 !important
}[wsdk-container] .m-s-t-1 {
	margin-top: 4px !important
}[wsdk-container] .p-s-t-1 {
	padding-top: 4px !important
}[wsdk-container] .m-s-t-2 {
	margin-top: 8px !important
}[wsdk-container] .p-s-t-2 {
	padding-top: 8px !important
}[wsdk-container] .m-s-t-3 {
	margin-top: 12px !important
}[wsdk-container] .p-s-t-3 {
	padding-top: 12px !important
}[wsdk-container] .m-s-t-4 {
	margin-top: 16px !important
}[wsdk-container] .p-s-t-4 {
	padding-top: 16px !important
}[wsdk-container] .m-s-t-5 {
	margin-top: 20px !important
}[wsdk-container] .p-s-t-5 {
	padding-top: 20px !important
}[wsdk-container] .m-s-t-6 {
	margin-top: 24px !important
}[wsdk-container] .p-s-t-6 {
	padding-top: 24px !important
}[wsdk-container] .m-s-t-7 {
	margin-top: 28px !important
}[wsdk-container] .p-s-t-7 {
	padding-top: 28px !important
}[wsdk-container] .m-s-t-8 {
	margin-top: 32px !important
}[wsdk-container] .p-s-t-8 {
	padding-top: 32px !important
}[wsdk-container] .m-s-t-9 {
	margin-top: 36px !important
}[wsdk-container] .p-s-t-9 {
	padding-top: 36px !important
}[wsdk-container] .m-s-t-10 {
	margin-top: 40px !important
}[wsdk-container] .p-s-t-10 {
	padding-top: 40px !important
}[wsdk-container] .m-s-t-11 {
	margin-top: 44px !important
}[wsdk-container] .p-s-t-11 {
	padding-top: 44px !important
}[wsdk-container] .m-s-t-12 {
	margin-top: 48px !important
}[wsdk-container] .p-s-t-12 {
	padding-top: 48px !important
}[wsdk-container] .m-s-t-13 {
	margin-top: 52px !important
}[wsdk-container] .p-s-t-13 {
	padding-top: 52px !important
}[wsdk-container] .m-s-t-14 {
	margin-top: 56px !important
}[wsdk-container] .p-s-t-14 {
	padding-top: 56px !important
}[wsdk-container] .m-s-t-15 {
	margin-top: 60px !important
}[wsdk-container] .p-s-t-15 {
	padding-top: 60px !important
}[wsdk-container] .m-s-t-16 {
	margin-top: 64px !important
}[wsdk-container] .p-s-t-16 {
	padding-top: 64px !important
}[wsdk-container] .m-s-t-17 {
	margin-top: 68px !important
}[wsdk-container] .p-s-t-17 {
	padding-top: 68px !important
}[wsdk-container] .m-s-t-18 {
	margin-top: 72px !important
}[wsdk-container] .p-s-t-18 {
	padding-top: 72px !important
}[wsdk-container] .m-s-t-19 {
	margin-top: 76px !important
}[wsdk-container] .p-s-t-19 {
	padding-top: 76px !important
}[wsdk-container] .m-s-t-20 {
	margin-top: 80px !important
}[wsdk-container] .p-s-t-20 {
	padding-top: 80px !important
}[wsdk-container] .m-s-b-1 {
	margin-bottom: 4px !important
}[wsdk-container] .p-s-b-1 {
	padding-bottom: 4px !important
}[wsdk-container] .m-s-b-2 {
	margin-bottom: 8px !important
}[wsdk-container] .p-s-b-2 {
	padding-bottom: 8px !important
}[wsdk-container] .m-s-b-3 {
	margin-bottom: 12px !important
}[wsdk-container] .p-s-b-3 {
	padding-bottom: 12px !important
}[wsdk-container] .m-s-b-4 {
	margin-bottom: 16px !important
}[wsdk-container] .p-s-b-4 {
	padding-bottom: 16px !important
}[wsdk-container] .m-s-b-5 {
	margin-bottom: 20px !important
}[wsdk-container] .p-s-b-5 {
	padding-bottom: 20px !important
}[wsdk-container] .m-s-b-6 {
	margin-bottom: 24px !important
}[wsdk-container] .p-s-b-6 {
	padding-bottom: 24px !important
}[wsdk-container] .m-s-b-7 {
	margin-bottom: 28px !important
}[wsdk-container] .p-s-b-7 {
	padding-bottom: 28px !important
}[wsdk-container] .m-s-b-8 {
	margin-bottom: 32px !important
}[wsdk-container] .p-s-b-8 {
	padding-bottom: 32px !important
}[wsdk-container] .m-s-b-9 {
	margin-bottom: 36px !important
}[wsdk-container] .p-s-b-9 {
	padding-bottom: 36px !important
}[wsdk-container] .m-s-b-10 {
	margin-bottom: 40px !important
}[wsdk-container] .p-s-b-10 {
	padding-bottom: 40px !important
}[wsdk-container] .m-s-b-11 {
	margin-bottom: 44px !important
}[wsdk-container] .p-s-b-11 {
	padding-bottom: 44px !important
}[wsdk-container] .m-s-b-12 {
	margin-bottom: 48px !important
}[wsdk-container] .p-s-b-12 {
	padding-bottom: 48px !important
}[wsdk-container] .m-s-b-13 {
	margin-bottom: 52px !important
}[wsdk-container] .p-s-b-13 {
	padding-bottom: 52px !important
}[wsdk-container] .m-s-b-14 {
	margin-bottom: 56px !important
}[wsdk-container] .p-s-b-14 {
	padding-bottom: 56px !important
}[wsdk-container] .m-s-b-15 {
	margin-bottom: 60px !important
}[wsdk-container] .p-s-b-15 {
	padding-bottom: 60px !important
}[wsdk-container] .m-s-b-16 {
	margin-bottom: 64px !important
}[wsdk-container] .p-s-b-16 {
	padding-bottom: 64px !important
}[wsdk-container] .m-s-b-17 {
	margin-bottom: 68px !important
}[wsdk-container] .p-s-b-17 {
	padding-bottom: 68px !important
}[wsdk-container] .m-s-b-18 {
	margin-bottom: 72px !important
}[wsdk-container] .p-s-b-18 {
	padding-bottom: 72px !important
}[wsdk-container] .m-s-b-19 {
	margin-bottom: 76px !important
}[wsdk-container] .p-s-b-19 {
	padding-bottom: 76px !important
}[wsdk-container] .m-s-b-20 {
	margin-bottom: 80px !important
}[wsdk-container] .p-s-b-20 {
	padding-bottom: 80px !important
}[wsdk-container] .m-s-l-1 {
	margin-left: 4px !important
}[wsdk-container] .p-s-l-1 {
	padding-left: 4px !important
}[wsdk-container] .m-s-l-2 {
	margin-left: 8px !important
}[wsdk-container] .p-s-l-2 {
	padding-left: 8px !important
}[wsdk-container] .m-s-l-3 {
	margin-left: 12px !important
}[wsdk-container] .p-s-l-3 {
	padding-left: 12px !important
}[wsdk-container] .m-s-l-4 {
	margin-left: 16px !important
}[wsdk-container] .p-s-l-4 {
	padding-left: 16px !important
}[wsdk-container] .m-s-l-5 {
	margin-left: 20px !important
}[wsdk-container] .p-s-l-5 {
	padding-left: 20px !important
}[wsdk-container] .m-s-l-6 {
	margin-left: 24px !important
}[wsdk-container] .p-s-l-6 {
	padding-left: 24px !important
}[wsdk-container] .m-s-l-7 {
	margin-left: 28px !important
}[wsdk-container] .p-s-l-7 {
	padding-left: 28px !important
}[wsdk-container] .m-s-l-8 {
	margin-left: 32px !important
}[wsdk-container] .p-s-l-8 {
	padding-left: 32px !important
}[wsdk-container] .m-s-l-9 {
	margin-left: 36px !important
}[wsdk-container] .p-s-l-9 {
	padding-left: 36px !important
}[wsdk-container] .m-s-l-10 {
	margin-left: 40px !important
}[wsdk-container] .p-s-l-10 {
	padding-left: 40px !important
}[wsdk-container] .m-s-l-11 {
	margin-left: 44px !important
}[wsdk-container] .p-s-l-11 {
	padding-left: 44px !important
}[wsdk-container] .m-s-l-12 {
	margin-left: 48px !important
}[wsdk-container] .p-s-l-12 {
	padding-left: 48px !important
}[wsdk-container] .m-s-l-13 {
	margin-left: 52px !important
}[wsdk-container] .p-s-l-13 {
	padding-left: 52px !important
}[wsdk-container] .m-s-l-14 {
	margin-left: 56px !important
}[wsdk-container] .p-s-l-14 {
	padding-left: 56px !important
}[wsdk-container] .m-s-l-15 {
	margin-left: 60px !important
}[wsdk-container] .p-s-l-15 {
	padding-left: 60px !important
}[wsdk-container] .m-s-l-16 {
	margin-left: 64px !important
}[wsdk-container] .p-s-l-16 {
	padding-left: 64px !important
}[wsdk-container] .m-s-l-17 {
	margin-left: 68px !important
}[wsdk-container] .p-s-l-17 {
	padding-left: 68px !important
}[wsdk-container] .m-s-l-18 {
	margin-left: 72px !important
}[wsdk-container] .p-s-l-18 {
	padding-left: 72px !important
}[wsdk-container] .m-s-l-19 {
	margin-left: 76px !important
}[wsdk-container] .p-s-l-19 {
	padding-left: 76px !important
}[wsdk-container] .m-s-l-20 {
	margin-left: 80px !important
}[wsdk-container] .p-s-l-20 {
	padding-left: 80px !important
}[wsdk-container] .m-s-r-1 {
	margin-right: 4px !important
}[wsdk-container] .p-s-r-1 {
	padding-right: 4px !important
}[wsdk-container] .m-s-r-2 {
	margin-right: 8px !important
}[wsdk-container] .p-s-r-2 {
	padding-right: 8px !important
}[wsdk-container] .m-s-r-3 {
	margin-right: 12px !important
}[wsdk-container] .p-s-r-3 {
	padding-right: 12px !important
}[wsdk-container] .m-s-r-4 {
	margin-right: 16px !important
}[wsdk-container] .p-s-r-4 {
	padding-right: 16px !important
}[wsdk-container] .m-s-r-5 {
	margin-right: 20px !important
}[wsdk-container] .p-s-r-5 {
	padding-right: 20px !important
}[wsdk-container] .m-s-r-6 {
	margin-right: 24px !important
}[wsdk-container] .p-s-r-6 {
	padding-right: 24px !important
}[wsdk-container] .m-s-r-7 {
	margin-right: 28px !important
}[wsdk-container] .p-s-r-7 {
	padding-right: 28px !important
}[wsdk-container] .m-s-r-8 {
	margin-right: 32px !important
}[wsdk-container] .p-s-r-8 {
	padding-right: 32px !important
}[wsdk-container] .m-s-r-9 {
	margin-right: 36px !important
}[wsdk-container] .p-s-r-9 {
	padding-right: 36px !important
}[wsdk-container] .m-s-r-10 {
	margin-right: 40px !important
}[wsdk-container] .p-s-r-10 {
	padding-right: 40px !important
}[wsdk-container] .m-s-r-11 {
	margin-right: 44px !important
}[wsdk-container] .p-s-r-11 {
	padding-right: 44px !important
}[wsdk-container] .m-s-r-12 {
	margin-right: 48px !important
}[wsdk-container] .p-s-r-12 {
	padding-right: 48px !important
}[wsdk-container] .m-s-r-13 {
	margin-right: 52px !important
}[wsdk-container] .p-s-r-13 {
	padding-right: 52px !important
}[wsdk-container] .m-s-r-14 {
	margin-right: 56px !important
}[wsdk-container] .p-s-r-14 {
	padding-right: 56px !important
}[wsdk-container] .m-s-r-15 {
	margin-right: 60px !important
}[wsdk-container] .p-s-r-15 {
	padding-right: 60px !important
}[wsdk-container] .m-s-r-16 {
	margin-right: 64px !important
}[wsdk-container] .p-s-r-16 {
	padding-right: 64px !important
}[wsdk-container] .m-s-r-17 {
	margin-right: 68px !important
}[wsdk-container] .p-s-r-17 {
	padding-right: 68px !important
}[wsdk-container] .m-s-r-18 {
	margin-right: 72px !important
}[wsdk-container] .p-s-r-18 {
	padding-right: 72px !important
}[wsdk-container] .m-s-r-19 {
	margin-right: 76px !important
}[wsdk-container] .p-s-r-19 {
	padding-right: 76px !important
}[wsdk-container] .m-s-r-20 {
	margin-right: 80px !important
}[wsdk-container] .p-s-r-20 {
	padding-right: 80px !important
}[wsdk-container] .m-m-t-1,[wsdk-container] .fieldset__description {
	margin-top: 8px !important
}[wsdk-container] .p-m-t-1 {
	padding-top: 8px !important
}[wsdk-container] .m-m-t-2,[wsdk-container] .fieldset__title {
	margin-top: 16px !important
}[wsdk-container] .p-m-t-2 {
	padding-top: 16px !important
}[wsdk-container] .m-m-t-3,[wsdk-container] .fieldset .form-group+.form-group {
	margin-top: 24px !important
}[wsdk-container] .p-m-t-3 {
	padding-top: 24px !important
}[wsdk-container] .m-m-t-4 {
	margin-top: 32px !important
}[wsdk-container] .p-m-t-4 {
	padding-top: 32px !important
}[wsdk-container] .m-m-t-5 {
	margin-top: 40px !important
}[wsdk-container] .p-m-t-5 {
	padding-top: 40px !important
}[wsdk-container] .m-m-t-6 {
	margin-top: 48px !important
}[wsdk-container] .p-m-t-6 {
	padding-top: 48px !important
}[wsdk-container] .m-m-t-7 {
	margin-top: 56px !important
}[wsdk-container] .p-m-t-7,[wsdk-container] .fieldset {
	padding-top: 56px !important
}[wsdk-container] .m-m-t-8 {
	margin-top: 64px !important
}[wsdk-container] .p-m-t-8 {
	padding-top: 64px !important
}[wsdk-container] .m-m-t-9 {
	margin-top: 72px !important
}[wsdk-container] .p-m-t-9 {
	padding-top: 72px !important
}[wsdk-container] .m-m-t-10 {
	margin-top: 80px !important
}[wsdk-container] .p-m-t-10 {
	padding-top: 80px !important
}[wsdk-container] .m-m-t-11 {
	margin-top: 88px !important
}[wsdk-container] .p-m-t-11 {
	padding-top: 88px !important
}[wsdk-container] .m-m-t-12 {
	margin-top: 96px !important
}[wsdk-container] .p-m-t-12 {
	padding-top: 96px !important
}[wsdk-container] .m-m-t-13 {
	margin-top: 104px !important
}[wsdk-container] .p-m-t-13 {
	padding-top: 104px !important
}[wsdk-container] .m-m-t-14 {
	margin-top: 112px !important
}[wsdk-container] .p-m-t-14 {
	padding-top: 112px !important
}[wsdk-container] .m-m-t-15 {
	margin-top: 120px !important
}[wsdk-container] .p-m-t-15 {
	padding-top: 120px !important
}[wsdk-container] .m-m-t-16 {
	margin-top: 128px !important
}[wsdk-container] .p-m-t-16 {
	padding-top: 128px !important
}[wsdk-container] .m-m-t-17 {
	margin-top: 136px !important
}[wsdk-container] .p-m-t-17 {
	padding-top: 136px !important
}[wsdk-container] .m-m-t-18 {
	margin-top: 144px !important
}[wsdk-container] .p-m-t-18 {
	padding-top: 144px !important
}[wsdk-container] .m-m-t-19 {
	margin-top: 152px !important
}[wsdk-container] .p-m-t-19 {
	padding-top: 152px !important
}[wsdk-container] .m-m-t-20 {
	margin-top: 160px !important
}[wsdk-container] .p-m-t-20 {
	padding-top: 160px !important
}[wsdk-container] .m-m-b-1 {
	margin-bottom: 8px !important
}[wsdk-container] .p-m-b-1 {
	padding-bottom: 8px !important
}[wsdk-container] .m-m-b-2 {
	margin-bottom: 16px !important
}[wsdk-container] .p-m-b-2 {
	padding-bottom: 16px !important
}[wsdk-container] .m-m-b-3 {
	margin-bottom: 24px !important
}[wsdk-container] .p-m-b-3 {
	padding-bottom: 24px !important
}[wsdk-container] .m-m-b-4 {
	margin-bottom: 32px !important
}[wsdk-container] .p-m-b-4 {
	padding-bottom: 32px !important
}[wsdk-container] .m-m-b-5 {
	margin-bottom: 40px !important
}[wsdk-container] .p-m-b-5 {
	padding-bottom: 40px !important
}[wsdk-container] .m-m-b-6 {
	margin-bottom: 48px !important
}[wsdk-container] .p-m-b-6 {
	padding-bottom: 48px !important
}[wsdk-container] .m-m-b-7 {
	margin-bottom: 56px !important
}[wsdk-container] .p-m-b-7,[wsdk-container] .fieldset {
	padding-bottom: 56px !important
}[wsdk-container] .m-m-b-8 {
	margin-bottom: 64px !important
}[wsdk-container] .p-m-b-8 {
	padding-bottom: 64px !important
}[wsdk-container] .m-m-b-9 {
	margin-bottom: 72px !important
}[wsdk-container] .p-m-b-9 {
	padding-bottom: 72px !important
}[wsdk-container] .m-m-b-10 {
	margin-bottom: 80px !important
}[wsdk-container] .p-m-b-10 {
	padding-bottom: 80px !important
}[wsdk-container] .m-m-b-11 {
	margin-bottom: 88px !important
}[wsdk-container] .p-m-b-11 {
	padding-bottom: 88px !important
}[wsdk-container] .m-m-b-12 {
	margin-bottom: 96px !important
}[wsdk-container] .p-m-b-12 {
	padding-bottom: 96px !important
}[wsdk-container] .m-m-b-13 {
	margin-bottom: 104px !important
}[wsdk-container] .p-m-b-13 {
	padding-bottom: 104px !important
}[wsdk-container] .m-m-b-14 {
	margin-bottom: 112px !important
}[wsdk-container] .p-m-b-14 {
	padding-bottom: 112px !important
}[wsdk-container] .m-m-b-15 {
	margin-bottom: 120px !important
}[wsdk-container] .p-m-b-15 {
	padding-bottom: 120px !important
}[wsdk-container] .m-m-b-16 {
	margin-bottom: 128px !important
}[wsdk-container] .p-m-b-16 {
	padding-bottom: 128px !important
}[wsdk-container] .m-m-b-17 {
	margin-bottom: 136px !important
}[wsdk-container] .p-m-b-17 {
	padding-bottom: 136px !important
}[wsdk-container] .m-m-b-18 {
	margin-bottom: 144px !important
}[wsdk-container] .p-m-b-18 {
	padding-bottom: 144px !important
}[wsdk-container] .m-m-b-19 {
	margin-bottom: 152px !important
}[wsdk-container] .p-m-b-19 {
	padding-bottom: 152px !important
}[wsdk-container] .m-m-b-20 {
	margin-bottom: 160px !important
}[wsdk-container] .p-m-b-20 {
	padding-bottom: 160px !important
}[wsdk-container] .m-m-l-1 {
	margin-left: 8px !important
}[wsdk-container] .p-m-l-1 {
	padding-left: 8px !important
}[wsdk-container] .m-m-l-2 {
	margin-left: 16px !important
}[wsdk-container] .p-m-l-2 {
	padding-left: 16px !important
}[wsdk-container] .m-m-l-3 {
	margin-left: 24px !important
}[wsdk-container] .p-m-l-3 {
	padding-left: 24px !important
}[wsdk-container] .m-m-l-4 {
	margin-left: 32px !important
}[wsdk-container] .p-m-l-4 {
	padding-left: 32px !important
}[wsdk-container] .m-m-l-5 {
	margin-left: 40px !important
}[wsdk-container] .p-m-l-5 {
	padding-left: 40px !important
}[wsdk-container] .m-m-l-6 {
	margin-left: 48px !important
}[wsdk-container] .p-m-l-6 {
	padding-left: 48px !important
}[wsdk-container] .m-m-l-7 {
	margin-left: 56px !important
}[wsdk-container] .p-m-l-7 {
	padding-left: 56px !important
}[wsdk-container] .m-m-l-8 {
	margin-left: 64px !important
}[wsdk-container] .p-m-l-8 {
	padding-left: 64px !important
}[wsdk-container] .m-m-l-9 {
	margin-left: 72px !important
}[wsdk-container] .p-m-l-9 {
	padding-left: 72px !important
}[wsdk-container] .m-m-l-10 {
	margin-left: 80px !important
}[wsdk-container] .p-m-l-10 {
	padding-left: 80px !important
}[wsdk-container] .m-m-l-11 {
	margin-left: 88px !important
}[wsdk-container] .p-m-l-11 {
	padding-left: 88px !important
}[wsdk-container] .m-m-l-12 {
	margin-left: 96px !important
}[wsdk-container] .p-m-l-12 {
	padding-left: 96px !important
}[wsdk-container] .m-m-l-13 {
	margin-left: 104px !important
}[wsdk-container] .p-m-l-13 {
	padding-left: 104px !important
}[wsdk-container] .m-m-l-14 {
	margin-left: 112px !important
}[wsdk-container] .p-m-l-14 {
	padding-left: 112px !important
}[wsdk-container] .m-m-l-15 {
	margin-left: 120px !important
}[wsdk-container] .p-m-l-15 {
	padding-left: 120px !important
}[wsdk-container] .m-m-l-16 {
	margin-left: 128px !important
}[wsdk-container] .p-m-l-16 {
	padding-left: 128px !important
}[wsdk-container] .m-m-l-17 {
	margin-left: 136px !important
}[wsdk-container] .p-m-l-17 {
	padding-left: 136px !important
}[wsdk-container] .m-m-l-18 {
	margin-left: 144px !important
}[wsdk-container] .p-m-l-18 {
	padding-left: 144px !important
}[wsdk-container] .m-m-l-19 {
	margin-left: 152px !important
}[wsdk-container] .p-m-l-19 {
	padding-left: 152px !important
}[wsdk-container] .m-m-l-20 {
	margin-left: 160px !important
}[wsdk-container] .p-m-l-20 {
	padding-left: 160px !important
}[wsdk-container] .m-m-r-1 {
	margin-right: 8px !important
}[wsdk-container] .p-m-r-1 {
	padding-right: 8px !important
}[wsdk-container] .m-m-r-2 {
	margin-right: 16px !important
}[wsdk-container] .p-m-r-2 {
	padding-right: 16px !important
}[wsdk-container] .m-m-r-3 {
	margin-right: 24px !important
}[wsdk-container] .p-m-r-3 {
	padding-right: 24px !important
}[wsdk-container] .m-m-r-4 {
	margin-right: 32px !important
}[wsdk-container] .p-m-r-4 {
	padding-right: 32px !important
}[wsdk-container] .m-m-r-5 {
	margin-right: 40px !important
}[wsdk-container] .p-m-r-5 {
	padding-right: 40px !important
}[wsdk-container] .m-m-r-6 {
	margin-right: 48px !important
}[wsdk-container] .p-m-r-6 {
	padding-right: 48px !important
}[wsdk-container] .m-m-r-7 {
	margin-right: 56px !important
}[wsdk-container] .p-m-r-7 {
	padding-right: 56px !important
}[wsdk-container] .m-m-r-8 {
	margin-right: 64px !important
}[wsdk-container] .p-m-r-8 {
	padding-right: 64px !important
}[wsdk-container] .m-m-r-9 {
	margin-right: 72px !important
}[wsdk-container] .p-m-r-9 {
	padding-right: 72px !important
}[wsdk-container] .m-m-r-10 {
	margin-right: 80px !important
}[wsdk-container] .p-m-r-10 {
	padding-right: 80px !important
}[wsdk-container] .m-m-r-11 {
	margin-right: 88px !important
}[wsdk-container] .p-m-r-11 {
	padding-right: 88px !important
}[wsdk-container] .m-m-r-12 {
	margin-right: 96px !important
}[wsdk-container] .p-m-r-12 {
	padding-right: 96px !important
}[wsdk-container] .m-m-r-13 {
	margin-right: 104px !important
}[wsdk-container] .p-m-r-13 {
	padding-right: 104px !important
}[wsdk-container] .m-m-r-14 {
	margin-right: 112px !important
}[wsdk-container] .p-m-r-14 {
	padding-right: 112px !important
}[wsdk-container] .m-m-r-15 {
	margin-right: 120px !important
}[wsdk-container] .p-m-r-15 {
	padding-right: 120px !important
}[wsdk-container] .m-m-r-16 {
	margin-right: 128px !important
}[wsdk-container] .p-m-r-16 {
	padding-right: 128px !important
}[wsdk-container] .m-m-r-17 {
	margin-right: 136px !important
}[wsdk-container] .p-m-r-17 {
	padding-right: 136px !important
}[wsdk-container] .m-m-r-18 {
	margin-right: 144px !important
}[wsdk-container] .p-m-r-18 {
	padding-right: 144px !important
}[wsdk-container] .m-m-r-19 {
	margin-right: 152px !important
}[wsdk-container] .p-m-r-19 {
	padding-right: 152px !important
}[wsdk-container] .m-m-r-20 {
	margin-right: 160px !important
}[wsdk-container] .p-m-r-20 {
	padding-right: 160px !important
}[wsdk-container] .m-0 {
	margin-top: 0 !important
}[wsdk-container] .p-0 {
	padding-top: 0 !important
}[wsdk-container] .m-0 {
	margin-bottom: 0 !important
}[wsdk-container] .p-0 {
	padding-bottom: 0 !important
}[wsdk-container] .m-0 {
	margin-left: 0 !important
}[wsdk-container] .p-0 {
	padding-left: 0 !important
}[wsdk-container] .m-0 {
	margin-right: 0 !important
}[wsdk-container] .p-0 {
	padding-right: 0 !important
}[wsdk-container] .w-100 {
	width: 100% !important
}[wsdk-container] .text-right {
	text-align: right !important
}[wsdk-container] .text-left {
	text-align: left !important
}[wsdk-container] .text-center {
	text-align: center !important
}[wsdk-container] .text-b900 {
	color: #003264
}[wsdk-container] .text-b800 {
	color: #0b4886
}[wsdk-container] .text-b700 {
	color: #2468ad
}[wsdk-container] .text-b600 {
	color: #4a88c6
}[wsdk-container] .text-b500 {
	color: #63a0dd
}[wsdk-container] .text-b400 {
	color: #9ec7f0
}[wsdk-container] .text-b300 {
	color: #bad6f2
}[wsdk-container] .text-b200 {
	color: #e2edf9
}[wsdk-container] .text-b100 {
	color: #f1f1f1
}[wsdk-container] .text-n900 {
	color: #000d1a
}[wsdk-container] .text-n800 {
	color: #444b53
}[wsdk-container] .text-n700 {
	color: #7e878f
}[wsdk-container] .text-n600 {
	color: #a1a8ae
}[wsdk-container] .text-n500 {
	color: #babdc1
}[wsdk-container] .text-n400 {
	color: #dadcdd
}[wsdk-container] .text-n300 {
	color: #e5e6e7
}[wsdk-container] .text-n200 {
	color: #eef0f2
}[wsdk-container] .text-n100 {
	color: #f6f7f8
}[wsdk-container] .text-o900 {
	color: #9f3f01
}[wsdk-container] .text-o800 {
	color: #b65a19
}[wsdk-container] .text-o700 {
	color: #d87212
}[wsdk-container] .text-o600 {
	color: #f88618
}[wsdk-container] .text-o500 {
	color: #fc9532
}[wsdk-container] .text-o400 {
	color: #fcaf65
}[wsdk-container] .text-o300 {
	color: #feca98
}[wsdk-container] .text-o200 {
	color: #ffe0c2
}[wsdk-container] .text-o100 {
	color: #ffefdf
}[wsdk-container] .text-cherry {
	color: #b0013a
}[wsdk-container] .text-white {
	color: #fff
}[wsdk-container] .text-g900 {
	color: #18562e
}[wsdk-container] .text-g800 {
	color: #1e8542
}[wsdk-container] .text-g700 {
	color: #219c4c
}[wsdk-container] .text-g600 {
	color: #29b059
}[wsdk-container] .text-g500 {
	color: #48bb78
}[wsdk-container] .text-g400 {
	color: #68d391
}[wsdk-container] .text-g300 {
	color: #b1e3c2
}[wsdk-container] .text-g200 {
	color: #d5f2df
}[wsdk-container] .text-g100 {
	color: #f1f9f4
}[wsdk-container] .text-r900 {
	color: #772828
}[wsdk-container] .text-r800 {
	color: #9d3333
}[wsdk-container] .text-r700 {
	color: #bf4040
}[wsdk-container] .text-r600 {
	color: #d84545
}[wsdk-container] .text-r500 {
	color: #f55757
}[wsdk-container] .text-r400 {
	color: #f17c7c
}[wsdk-container] .text-r300 {
	color: #ffa8a8
}[wsdk-container] .text-r200 {
	color: #ffd0d0
}[wsdk-container] .text-r100 {
	color: #ffebeb
}[wsdk-container] .bg-b900 {
	background: #003264
}[wsdk-container] .bg-b800 {
	background: #0b4886
}[wsdk-container] .bg-b700 {
	background: #2468ad
}[wsdk-container] .bg-b600 {
	background: #4a88c6
}[wsdk-container] .bg-b500 {
	background: #63a0dd
}[wsdk-container] .bg-b400 {
	background: #9ec7f0
}[wsdk-container] .bg-b300 {
	background: #bad6f2
}[wsdk-container] .bg-b200 {
	background: #e2edf9
}[wsdk-container] .bg-b100 {
	background: #f1f1f1
}[wsdk-container] .bg-n900 {
	background: #000d1a
}[wsdk-container] .bg-n800 {
	background: #444b53
}[wsdk-container] .bg-n700 {
	background: #7e878f
}[wsdk-container] .bg-n600 {
	background: #a1a8ae
}[wsdk-container] .bg-n500 {
	background: #babdc1
}[wsdk-container] .bg-n400 {
	background: #dadcdd
}[wsdk-container] .bg-n300 {
	background: #e5e6e7
}[wsdk-container] .bg-n200 {
	background: #eef0f2
}[wsdk-container] .bg-n100 {
	background: #f6f7f8
}[wsdk-container] .bg-o900 {
	background: #9f3f01
}[wsdk-container] .bg-o800 {
	background: #b65a19
}[wsdk-container] .bg-o700 {
	background: #d87212
}[wsdk-container] .bg-o600 {
	background: #f88618
}[wsdk-container] .bg-o500 {
	background: #fc9532
}[wsdk-container] .bg-o400 {
	background: #fcaf65
}[wsdk-container] .bg-o300 {
	background: #feca98
}[wsdk-container] .bg-o200 {
	background: #ffe0c2
}[wsdk-container] .bg-o100 {
	background: #ffefdf
}[wsdk-container] .bg-cherry {
	background: #b0013a
}[wsdk-container] .bg-white {
	background: #fff
}[wsdk-container] .bg-g900 {
	background: #18562e
}[wsdk-container] .bg-g800 {
	background: #1e8542
}[wsdk-container] .bg-g700 {
	background: #219c4c
}[wsdk-container] .bg-g600 {
	background: #29b059
}[wsdk-container] .bg-g500 {
	background: #48bb78
}[wsdk-container] .bg-g400 {
	background: #68d391
}[wsdk-container] .bg-g300 {
	background: #b1e3c2
}[wsdk-container] .bg-g200 {
	background: #d5f2df
}[wsdk-container] .bg-g100 {
	background: #f1f9f4
}[wsdk-container] .bg-r900 {
	background: #772828
}[wsdk-container] .bg-r800 {
	background: #9d3333
}[wsdk-container] .bg-r700 {
	background: #bf4040
}[wsdk-container] .bg-r600 {
	background: #d84545
}[wsdk-container] .bg-r500 {
	background: #f55757
}[wsdk-container] .bg-r400 {
	background: #f17c7c
}[wsdk-container] .bg-r300 {
	background: #ffa8a8
}[wsdk-container] .bg-r200 {
	background: #ffd0d0
}[wsdk-container] .bg-r100 {
	background: #ffebeb
}[wsdk-container] .pad-medium {
	padding: 16px !important
}[wsdk-container] .pad-large {
	padding: 24px !important
}[wsdk-container] .pad-xlarge {
	padding: 32px !important
}[wsdk-container] .pad-small {
	padding: 8px !important
}[wsdk-container] .elev-small,[wsdk-container] .overflow-menu__button--active {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2),0px 2px 1px rgba(0,0,0,0.12),0px 1px 1px rgba(0,0,0,0.14) !important
}[wsdk-container] .elev-medium {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2),0px 1px 10px rgba(0,0,0,0.12),0px 4px 5px rgba(0,0,0,0.14) !important
}[wsdk-container] .elev-large {
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2),0px 3px 14px rgba(0,0,0,0.12),0px 8px 10px rgba(0,0,0,0.14) !important
}[wsdk-container] .icf-checkmark-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-chevron-right-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-chevron-left-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-chevron-up-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-chevron-down-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-add-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-cross-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-remove-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-navigation-linearrow-right-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-linearrow-left-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-logout-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-checkmark-circle-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-history-checked-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-map-folded-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-padlock-locked-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-padlock-open-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-question-circle-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-settings-cog-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-eye-visible-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-eye-invisible-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-calendar-add-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-bookmark-blank-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-face-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-dashboard-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-flow-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-journey-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-link-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-location-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-alert-circle-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-alert-triangle-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-database-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-person-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-sliders-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-search-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-remove-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-checkmark-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-cross-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-chevron-down-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-chevron-up-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-question-circle-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-linearrow-down-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-linearrow-up-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-location-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-cross-circle-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-action-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-trash-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-info-circle-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-copyclipboard-24::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-alert-triangle-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-info-circle-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-checkmark-circle-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-eye-visible-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-eye-invisible-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-question-circle-filled-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-alert-triangle-filled-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .icf-cross-circle-filled-16::before {
	content: "";
	font-family: "gbicons" !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal
}[wsdk-container] .button {
	align-items: center;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: Inter;
	font-style: normal;
	justify-content: center;
	line-height: 24px;
	outline: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	transition: box-shadow .2s ease;
	background-color: #147BD1;
	font-size: 18px;
	font-weight: 600
}[wsdk-container] .button:focus {
	box-shadow: 0 0 0 4px #bad6f2
}[wsdk-container] .button>svg {
	vertical-align: middle
}[wsdk-container] .button--small {
	padding: 8px 16px
}[wsdk-container] .button--primary {
	background-color: #003264
}[wsdk-container] .button--primary:active {
	background-color: #0b4886
}[wsdk-container] .button--primary:disabled {
	background-color: #babdc1
}[wsdk-container] .button--secondary:active {
	background-color: #f1f1f1
}[wsdk-container] .button--secondary:disabled {
	background-color: #fff;
	border: 1px solid #7e878f;
	color: #7e878f
}[wsdk-container] .button--secondary-destructive:disabled {
	background-color: #fff;
	border: 1px solid #7e878f;
	color: #7e878f
}[wsdk-container] .button--tertiary:active {
	background-color: #f1f1f1;
	border: 0;
	color: #003264
}[wsdk-container] .button--tertiary:disabled {
	border: 0;
	color: #a1a8ae
}[wsdk-container] .button__icon--left {
	display: inherit;
	margin-right: 8px
}[wsdk-container] .button__icon--right {
	display: inherit;
	margin-left: 8px
}[wsdk-container] .button--destructive {
	background-color: #f55757
}[wsdk-container] .button--destructive:active {
	background-color: #f17c7c
}[wsdk-container] .button--destructive:disabled {
	background-color: #babdc1
}

@keyframes spinner-animation {
	to {
		transform: rotate(360deg)
	}
}[wsdk-container] .button--worker {
	transition: color 250ms ease
}[wsdk-container] .button--worker::after {
	animation: spinner-animation 0.6s infinite linear;
	border: 0.3em solid rgba(255,255,255,0.2);
	border-left-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
	display: inline-block;
	height: 24px;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: opacity 250ms ease;
	width: 24px
}[wsdk-container] .button--worker.button--secondary::after,[wsdk-container] .button--worker.button--tertiary::after {
	border-color: rgba(0,50,100,0.2);
	border-left-color: rgba(0,50,100,0.8)
}[wsdk-container] .button--worker.button--secondary-destructive::after {
	border-color: rgba(157,51,51,0.2);
	border-left-color: rgba(157,51,51,0.8)
}[wsdk-container] .button--active {
	color: rgba(255,255,255,0)
}[wsdk-container] .button--active.button--secondary,[wsdk-container] .button--active.button--tertiary {
	color: rgba(0,50,100,0)
}[wsdk-container] .button--active.button--secondary-destructive {
	color: rgba(157,51,51,0)
}[wsdk-container] .button--active::after {
	opacity: 1
}[wsdk-container] .control,[wsdk-container] .control--select {
	align-items: center;
	background-color: #fff;
	border: 1px solid #444b53;
	border-radius: 3px;
	display: flex;
	padding: 15px;
	transition: box-shadow 0.2s ease
}[wsdk-container] .control input+*:not(.control__checkbox):not(.control__radio):not(.control__switch),[wsdk-container] .control--select input+*:not(.control__checkbox):not(.control__radio):not(.control__switch) {
	margin-left: 8px
}[wsdk-container] .control *:not(input)+svg,[wsdk-container] .control--select *:not(input)+svg,[wsdk-container] .control *:not(input)+.icon,[wsdk-container] .control--select *:not(input)+.icon {
	margin-left: 8px
}[wsdk-container] .control:focus-within,[wsdk-container] .control--select:focus-within {
	box-shadow: 0 0 0 4px #bad6f2
}[wsdk-container] input,[wsdk-container] select {
	background-color: transparent;
	border: 0;
	border-radius: 3px;
	flex: 1;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	outline: none;
	padding: 0;
	width: 100%
}[wsdk-container] input::placeholder,[wsdk-container] select::placeholder {
	color: #babdc1
}[wsdk-container] input:disabled,[wsdk-container] select:disabled {
	border-color: #babdc1;
	color: #a1a8ae
}[wsdk-container] .control--disabled {
	border-color: #babdc1;
	color: #a1a8ae
}[wsdk-container] .control--error {
	border: 2px solid #f88618
}[wsdk-container] .control__slug {
	color: #7e878f;
	font-size: 14px;
	height: 24px;
	letter-spacing: 0.01em;
	line-height: 24px;
	margin-right: 8px
}[wsdk-container] .control--slug,[wsdk-container] .control--colour {
	padding: 8px
}[wsdk-container] .control--slug input,[wsdk-container] .control--colour input {
	border-left: 1px solid #dadcdd;
	border-radius: 0;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px
}[wsdk-container] .control__swatch {
	border-radius: 4px;
	height: 40px;
	width: 40px
}[wsdk-container] .control--disabled .control__swatch {
	opacity: 50%
}[wsdk-container] .password__toggle {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 24px
}[wsdk-container] .password__toggle .ico-eye-invisible-16 {
	display: none
}[wsdk-container] .password__toggle .ico-eye-visible-16,[wsdk-container] .password__toggle .ico-eye-invisible-16 {
	color: #444b53
}[wsdk-container] .password__toggle--visible .ico-eye-invisible-16 {
	display: block
}[wsdk-container] .password__toggle--visible .ico-eye-visible-16 {
	display: none
}[wsdk-container] textarea {
	border: 0;
	border-radius: 3px;
	flex: 1;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	outline: none;
	padding: 16px;
	resize: none;
	width: 100%
}[wsdk-container] textarea::placeholder {
	color: #babdc1
}[wsdk-container] textarea:disabled {
	border-color: #babdc1;
	color: #a1a8ae
}[wsdk-container] .control--textarea {
	align-items: flex-start;
	padding: 4px
}[wsdk-container] .label {
	font-family: Inter-SemiBold, Inter;
	font-size: 16px;
	letter-spacing: .32px;
	line-height: 24px;
	font-weight: 400;
	align-items: center;
	display: flex;
	flex-basis: 100%;
	justify-content: space-between;
	margin: 0;
	position: relative;
	width: 100%
}[wsdk-container] .label .icon {
	cursor: pointer;
	margin-right: .5em;
	top: 5px
}[wsdk-container] .label *+svg {
	margin-left: 4px
}[wsdk-container] .label__optional {
	color: #444b53;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	margin-right: 0.5em
}[wsdk-container] .label--assistive {
	color: #444b53;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1rem
}[wsdk-container] .label__text {
	flex: 1
}[wsdk-container] .label--inline {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 24px
}[wsdk-container] .error-text {
	color: #d87212;
	flex-basis: 100%;
	font-size: .75em;
	font-weight: normal;
	margin: 0;
	margin-top: 0.25rem
}[wsdk-container] .control select,[wsdk-container] .control--select select {
	-webkit-appearance: none;
	background-image: url("../images/d9a83fa544a84377ba9afe0322499f8f.gif");
	background-position: right 16px center;
	background-repeat: no-repeat;
	padding-right: 24px
}[wsdk-container] .control__icons {
	height: 24px;
	position: absolute;
	right: 16px
}[wsdk-container] .control--checkbox {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	user-select: none;
	width: fit-content
}[wsdk-container] .control--checkbox input {
	max-width: 2px;
	opacity: 0;
	position: absolute
}[wsdk-container] .control--checkbox svg {
	left: -1px;
	position: absolute;
	top: -1px
}[wsdk-container] .control--error .control__checkbox {
	border: 1px solid #f88618
}[wsdk-container] .control--disabled .control__checkbox {
	border: 1px solid #a1a8ae
}[wsdk-container] .control__checkbox {
	background-color: #fff;
	border: 1px solid #000d1a;
	border-radius: 2px;
	height: 16px;
	position: relative;
	width: 16px
}[wsdk-container] input:checked+.control__checkbox {
	background-color: #0b4886
}[wsdk-container] .control--radio {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	user-select: none;
	width: fit-content
}[wsdk-container] .control--radio input {
	max-width: 2px;
	opacity: 0;
	position: absolute
}[wsdk-container] .control--error .control__radio {
	border: 1px solid #f88618
}[wsdk-container] .control--disabled .control__radio {
	border: 1px solid #a1a8ae
}[wsdk-container] .control__radio {
	background-color: #fff;
	border: 1px solid #000d1a;
	border-radius: 50%;
	height: 16px;
	width: 16px
}[wsdk-container] input:checked+.control__radio {
	background-color: #0b4886;
	box-shadow: inset 0 0 0 3px #fff
}[wsdk-container] .control--switch {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	user-select: none;
	width: fit-content
}[wsdk-container] .control--switch input {
	height: 2px;
	opacity: 0;
	position: absolute;
	width: 2px
}[wsdk-container] input:disabled+.control__switch {
	border-color: #a1a8ae
}[wsdk-container] input:disabled+.control__switch::after {
	background-color: #a1a8ae
}[wsdk-container] input:disabled:checked+.control__switch {
	background-color: #a1a8ae;
	border-color: #a1a8ae
}[wsdk-container] input:disabled:checked+.control__switch::after {
	background-color: #fff
}[wsdk-container] input:checked+.control__switch {
	background-color: #0b4886
}[wsdk-container] input:checked+.control__switch::after {
	background-color: #fff;
	transform: translateY(1px) translateX(22px)
}[wsdk-container] .control__switch {
	background-color: #fff;
	border: 2px solid #0b4886;
	border-radius: 5000px;
	height: 22px;
	transition: 250ms ease background-color;
	width: 43px
}[wsdk-container] .control__switch::after {
	background-color: #0b4886;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	transform: translateY(1px) translateX(1px);
	transition: 250ms ease transform, 250ms ease background-color;
	width: 16px
}[wsdk-container] .control__switchIcon {
	left: 2px;
	position: absolute;
	top: 1px
}[wsdk-container] .code-sample {
	display: inline-block;
	max-width: 100%;
	overflow-x: scroll
}[wsdk-container] .primary-nav {
	background-color: #003264;
	position: relative;
	user-select: none;
	width: 100vw;
	z-index: 3
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav {
		background-color: #F5F7F9;
		min-width: 200px;
		width: auto
	}
}[wsdk-container] .primary-nav__section,[wsdk-container] .primary-nav__header {
	list-style-type: none;
	margin: 0;
	padding: 16px 0
}[wsdk-container] .primary-nav__counter {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 24px;
	margin-left: auto
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav__counter {
		color: #444b53
	}
}[wsdk-container] .primary-nav__item {
	border-left: 4px solid transparent;
	color: #f1f1f1;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 28px;
	list-style-type: none;
	white-space: nowrap
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav__item {
		color: #444b53
	}
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav__item:hover {
		background-color: #f1f1f1;
		border-left-color: #0b4886
	}
}[wsdk-container] .primary-nav__section--collapsable .primary-nav__item {
	display: none
}[wsdk-container] .primary-nav__section--collapsable .primary-nav__item--title {
	display: flex
}[wsdk-container] .primary-nav__section--collapsable .primary-nav__item--title svg {
	transform: rotate(180deg)
}[wsdk-container] .primary-nav__section--collapsable .primary-nav__item--title svg path {
	stroke: #fff
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav__section--collapsable .primary-nav__item--title svg path {
		stroke: #444b53
	}
}[wsdk-container] .primary-nav__section--collapsable.primary-nav__section--open .primary-nav__item {
	display: flex
}[wsdk-container] .primary-nav__section--collapsable.primary-nav__section--open .primary-nav__item--title svg {
	transform: none
}[wsdk-container] .primary-nav__item--title {
	align-items: center;
	display: flex;
	justify-content: space-between
}[wsdk-container] .primary-nav__item--title {
	color: #9ec7f0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 24px;
	padding: 8px;
	text-transform: uppercase
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav__item--title {
		color: #000d1a
	}
}[wsdk-container] .primary-nav__item--title:hover {
	background-color: transparent;
	border-left-color: transparent
}[wsdk-container] .primary-nav__item--active {
	border-left-color: #fff;
	color: #fff;
	font-weight: 600
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav__item--active {
		border-left-color: #0b4886;
		color: #0b4886
	}
}[wsdk-container] .primary-nav__link {
	color: inherit;
	text-decoration: none
}[wsdk-container] .primary-nav__linktext {
	padding: 0 16px
}[wsdk-container] .primary-nav__header {
	color: #fff;
	padding-bottom: 0;
	padding-left: 8px;
	padding-top: 8px
}

@media (min-width: 600px) {
[	wsdk-container] .primary-nav__header {
		display: none
	}
}[wsdk-container] .primary-nav__closer {
	cursor: pointer;
	display: block;
	height: 24px;
	width: 24px
}[wsdk-container] .tab-bar {
	box-shadow: inset 0 -2px 0 0 #dadcdd;
	display: inline-flex;
	margin: 0;
	padding: 0
}[wsdk-container] .tab-bar--contained .tab {
	background-color: #f6f7f8;
	border-bottom: 2px solid #dadcdd;
	padding: 6px 16px 8px 8px
}[wsdk-container] .tab-bar--contained .tab--active {
	background-color: #e5e6e7;
	border-top: 2px solid #0b4886
}[wsdk-container] .tab {
	color: #0b4886;
	cursor: pointer;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
	list-style-type: none;
	padding: 16px 16px 16px 8px;
	user-select: none
}[wsdk-container] .tab--active {
	border-bottom: 2px solid #0b4886;
	font-weight: 600
}[wsdk-container] .top-bar {
	align-items: center;
	background-color: #F5F7F9;
	display: flex;
	flex-direction: row;
	padding: 16px
}[wsdk-container] .top-bar__logo {
	display: inline-block;
	flex: 1;
	text-align: center
}

@media (min-width: 600px) {
[	wsdk-container] .top-bar__logo {
		text-align: left
	}
}[wsdk-container] .top-bar__menu {
	display: flex;
	float: right;
	margin-left: auto;
	position: relative
}[wsdk-container] .top-bar__menutarget {
	cursor: pointer;
	display: inline-flex
}[wsdk-container] .top-bar__menuicon {
	align-self: center;
	color: #000d1a;
	display: none;
	font-size: 14px;
	line-height: 20px
}

@media (min-width: 600px) {
[	wsdk-container] .top-bar__menuicon {
		display: block
	}
}[wsdk-container] .top-bar__menuicon svg {
	margin-left: 8px
}[wsdk-container] .top-bar__menuicon--active {
	transform: rotate(180deg)
}[wsdk-container] .top-bar__menuicon--active svg {
	margin-left: 0;
	margin-right: 8px
}[wsdk-container] .top-bar__avatar {
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	height: 28px;
	width: 28px
}[wsdk-container] .top-bar__userdetails,[wsdk-container] .top-bar__information {
	display: none;
	margin-right: 16px;
	text-align: right
}

@media (min-width: 600px) {
[	wsdk-container] .top-bar__userdetails,[wsdk-container] .top-bar__information {
		display: inline-block
	}
}[wsdk-container] .top-bar__username,[wsdk-container] .top-bar__informationtitle {
	color: #003264;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 16px
}[wsdk-container] .top-bar__companyname,[wsdk-container] .top-bar__informationsubtitle {
	color: #a1a8ae;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 12px;
	text-transform: uppercase
}[wsdk-container] .top-bar__information {
	border-right: 1px solid #e5e6e7;
	padding-right: 12px
}[wsdk-container] .top-bar__menu-icon {
	cursor: pointer;
	margin-right: 8px;
	position: relative
}

@media (min-width: 600px) {
[	wsdk-container] .top-bar__menu-icon {
		display: none
	}
}[wsdk-container] .top-bar__menu-icon path {
	stroke: #003264
}[wsdk-container] .float-menu {
	position: relative;
	user-select: none
}[wsdk-container] .float-menu__menu {
	display: none;
	padding-top: 16px;
	position: absolute;
	right: 0;
	top: 100%
}[wsdk-container] .float-menu__menuitems {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2),0px 2px 1px rgba(0,0,0,0.12),0px 1px 1px rgba(0,0,0,0.14);
	list-style-type: none;
	margin: 0;
	padding: 16px;
	text-align: right
}[wsdk-container] .float-menu__menu--active {
	display: flex;
	justify-content: flex-end;
	width: 100%
}[wsdk-container] .float-menu__link {
	align-items: center;
	color: #000d1a !important;
	display: flex;
	font-size: 14px;
	min-width: 200px;
	padding: 12px 16px 12px 0;
	text-decoration: none;
	text-transform: capitalize;
	user-select: none;
	white-space: nowrap
}[wsdk-container] .float-menu__menuitem:first-of-type .float-menu__link {
	padding-top: 4px
}[wsdk-container] .float-menu__menuitem:last-of-type .float-menu__link {
	padding-bottom: 4px
}[wsdk-container] .table {
	border-collapse: separate;
	border-radius: 4px;
	border-spacing: 0;
	table-layout: fixed
}[wsdk-container] .table__row--footer:last-child .table__cell:first-child {
	border-bottom-left-radius: 4px
}[wsdk-container] .table__row--footer:last-child .table__cell:last-child {
	border-bottom-right-radius: 4px
}[wsdk-container] .table__cell {
	background-color: #f6f7f8;
	border-bottom: 1px solid #e5e6e7;
	color: #000d1a;
	padding: 16px 32px 16px 16px;
	vertical-align: baseline
}[wsdk-container] .table__cell--checkbox {
	padding: 16px;
	width: 48px
}[wsdk-container] .table__row--header:first-child .table__cell--header:first-child {
	border-top-left-radius: 4px
}[wsdk-container] .table__row--header:first-child .table__cell--header:last-child {
	border-top-right-radius: 4px
}[wsdk-container] .table__cell--header {
	background-color: #dadcdd;
	border-bottom: 0;
	color: #000d1a;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	text-align: left
}[wsdk-container] .table__cell--footer {
	background-color: #eef0f2;
	border-bottom: 0;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px
}[wsdk-container] .table__cell--buttons {
	text-align: right
}[wsdk-container] .table__cell:last-child {
	padding: 16px
}[wsdk-container] .button--table {
	color: #444b53;
	display: inline-block;
	padding: 0
}[wsdk-container] .table--sortable .table__cell--header {
	cursor: pointer
}[wsdk-container] .table__cell--asc,[wsdk-container] .table__cell--des {
	position: relative
}[wsdk-container] .table__cell--asc::after,[wsdk-container] .table__cell--des::after {
	background-image: url(../fonts/18629eb87a864abf94b393fc8bd92676.woff);
	background-position: center center;
	background-size: contain;
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 14px;
	width: 10px
}[wsdk-container] .table__cell--asc::after {
	transform: rotate(180deg)
}[wsdk-container] .pager {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: right
}[wsdk-container] .pager__page {
	margin-right: 16px
}[wsdk-container] .button--pager {
	display: inline-block;
	padding: 4px
}[wsdk-container] .button--pager path {
	stroke: #0b4886
}[wsdk-container] .button--pager[disabled] path {
	stroke: #babdc1
}[wsdk-container] .table__cell--sortable {
	align-items: center;
	cursor: pointer;
	display: flex
}[wsdk-container] .table__cell--sortedasc,[wsdk-container] .table__cell--sorteddesc {
	text-decoration: underline
}[wsdk-container] .table__cell--sortedasc::after,[wsdk-container] .table__cell--sorteddesc::after {
	content: '';
	display: inline-block;
	height: 16px;
	margin-left: 8px;
	width: 16px
}[wsdk-container] .table__cell--sortedasc::after {
	background-image: url("../images/8c56897bc21a4c4e93642af0362ee1c6.gif")
}[wsdk-container] .table__cell--sorteddesc::after {
	background-image: url("../images/b09716bf260348fab1b3371a02b4388c.gif")
}[wsdk-container] .intro {
	color: #444b53
}[wsdk-container] .card,[wsdk-container] .modal__content {
	background-color: #fff;
	border: 1px solid #dadcdd;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block
}[wsdk-container] .card__head {
	background-color: #f6f7f8;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 16px
}[wsdk-container] .card__body {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 16px
}[wsdk-container] .card--primary-content {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	flex-grow: 1;
	width: 100%
}[wsdk-container] .sparkline {
	height: 17px;
	width: 41px
}[wsdk-container] .chart {
	min-height: 250px;
	width: 100%
}[wsdk-container] .avatar {
	border-radius: 50%
}[wsdk-container] .pill {
	border-radius: 5000px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 28px;
	padding: 0 8px;
	text-transform: uppercase
}[wsdk-container] .pill--info {
	background-color: #f1f1f1;
	color: #003264
}[wsdk-container] .pill--success {
	background-color: #f1f9f4;
	color: #18562e
}[wsdk-container] .pill--warn {
	background-color: #ffefdf;
	color: #9f3f01
}[wsdk-container] .pill--error {
	background-color: #ffebeb;
	color: #772828
}[wsdk-container] .pill--square {
	border-radius: 2px
}[wsdk-container] .icon svg {
	display: block
}[wsdk-container] .progress {
	counter-reset: progress
}[wsdk-container] .progress__step {
	counter-increment: progress;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px
}[wsdk-container] .progress__step::after {
	background-color: #a1a8ae;
	border-radius: 5000px;
	content: '';
	display: block;
	height: 26px;
	margin: 8px 13px;
	width: 2px
}[wsdk-container] .progress__step:last-child::after {
	display: none
}[wsdk-container] .progress__stepcontent {
	align-items: center;
	display: flex
}[wsdk-container] .progress__step--complete::after {
	background-color: #0b4886
}[wsdk-container] .progress__step--active {
	color: #0b4886;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px
}[wsdk-container] .progress__badge {
	align-items: center;
	background-color: #fff;
	border: 2px solid #a1a8ae;
	border-radius: 50%;
	display: flex;
	height: 28px;
	justify-content: center;
	margin-right: 16px;
	width: 28px
}[wsdk-container] .progress__badge::before {
	color: #a1a8ae;
	content: counter(progress);
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 165%
}[wsdk-container] .progress__badge--active {
	background-color: #e2edf9;
	border-color: #0b4886
}[wsdk-container] .progress__badge--active::before {
	color: #0b4886
}[wsdk-container] .progress__badge--complete {
	border-color: #0b4886
}[wsdk-container] .progress__badge--complete::before {
	background-color: #0b4886;
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	height: 16px;
	-webkit-mask-image: url("../images/cee0b5e05faa48948be5aa9d5701b88e.gif");
	mask-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%204L6%2012L3%209%22%20stroke%3D%22%23000D1A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	width: 16px
}[wsdk-container] .progress--small {
	display: flex;
	flex-direction: row
}[wsdk-container] .progress--small .progress__step {
	align-items: center;
	display: flex;
	flex-direction: row
}[wsdk-container] .progress--small .progress__step::before {
	background-color: #a1a8ae;
	border-radius: 50%;
	content: '';
	height: 6px;
	width: 6px
}[wsdk-container] .progress--small .progress__step::after {
	height: 2px;
	margin: 0 8px;
	width: 26px
}[wsdk-container] .progress--small .progress__step--active::before {
	background-color: #fff;
	border: 3px solid #0b4886;
	height: 12px;
	width: 12px
}[wsdk-container] .progress--small .progress__step--complete::before {
	background-color: #0b4886;
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	-webkit-mask-image: url("../images/cee0b5e05faa48948be5aa9d5701b88e.gif");
	mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%204L6%2012L3%209%22%20stroke%3D%22%23000D1A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	width: 16px
}[wsdk-container] .tooltip {
	font-family: Inter-Regular, Inter;
	font-size: 14px;
	letter-spacing: .14px;
	line-height: 20px;
	font-weight: 400;
	background-color: #003264;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: Inter-light;
	max-width: 300px;
	min-height: 62px;
	min-width: 140px;
	padding: 12px 16px 16px;
	position: relative
}[wsdk-container] .tooltip::before {
	background-color: #003264;
	content: '';
	display: block;
	height: 17px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%) translateY(-80%) rotate(45deg);
	width: 17px;
	z-index: -1
}[wsdk-container] .tooltip--bottom-left::before {
	left: 0;
	transform: translateX(10px) translateY(-80%) rotate(45deg)
}[wsdk-container] .tooltip--bottom-right::before {
	left: auto;
	right: 0;
	transform: translateX(-10px) translateY(-80%) rotate(45deg)
}[wsdk-container] .tooltip--top-center::before {
	top: 0;
	transform: translateX(-50%) translateY(-20%) rotate(45deg)
}[wsdk-container] .tooltip--top-left::before {
	left: 0;
	top: 0;
	transform: translateX(10px) translateY(-20%) rotate(45deg)
}[wsdk-container] .tooltip--top-right::before {
	left: auto;
	right: 0;
	top: 0;
	transform: translateX(-10px) translateY(-20%) rotate(45deg)
}[wsdk-container] .tooltip__title {
	font-family: Inter-SemiBold, Inter;
	font-size: 16px;
	letter-spacing: .32px;
	line-height: 24px;
	font-weight: 400
}[wsdk-container] .tooltip__title+.tooltip__content {
	margin-top: 4px
}[wsdk-container] .form-group .control,[wsdk-container] .form-group .control--select {
	margin-top: 8px
}[wsdk-container] .form-group--checkbox,[wsdk-container] .form-group--radio {
	align-items: flex-start;
	display: flex
}[wsdk-container] .form-group--checkbox .control,[wsdk-container] .form-group--checkbox .control--select,[wsdk-container] .form-group--radio .control,[wsdk-container] .form-group--radio .control--select {
	margin-right: 8px;
	margin-top: 4px
}[wsdk-container] .form-group--checkbox .form-group__info,[wsdk-container] .form-group--radio .form-group__info {
	flex: 1
}[wsdk-container] .form-group--radio {
	margin-top: 8px
}[wsdk-container] .form-group__controls--horizontal {
	display: flex;
	justify-content: flex-start
}[wsdk-container] .form-group__controls--horizontal .form-group {
	display: inline-flex;
	margin-left: 24px
}[wsdk-container] .form-group__controls--horizontal .form-group:first-of-type {
	margin-left: 0
}[wsdk-container] .fieldset {
	border: 0;
	border-bottom: 1px solid #e5e6e7;
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0
}

@media (min-width: 600px) {
[	wsdk-container] .fieldset {
		grid-template-columns: minmax(160px, 33%) 1fr
	}
}[wsdk-container] .fieldset:last-of-type {
	border-bottom: 0
}[wsdk-container] .fieldset__info {
	padding-right: 16px
}

@media (min-width: 600px) {
[	wsdk-container] .fieldset__info {
		padding-right: 0
	}
}[wsdk-container] .fieldset__title {
	color: #2468ad;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	margin: 0
}[wsdk-container] .fieldset__description {
	color: #4a88c6;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px
}

@media (max-width: 768px) {
[	wsdk-container] .fieldset__description {
		margin-bottom: 32px
	}
}[wsdk-container] .form__title {
	line-height: 36px
}[wsdk-container] .form__intro {
	color: #444b53
}[wsdk-container] .tab-views__view {
	display: none
}[wsdk-container] .tab-views__view--active {
	display: block
}[wsdk-container] .breadcrumb {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0
}[wsdk-container] .breadcrumb__crumb {
	color: #444b53;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px
}[wsdk-container] .breadcrumb__crumb:not(:last-of-type)::after {
	content: ' / ';
	margin: 0 6px 0 4px
}[wsdk-container] .breadcrumb__link {
	color: #0b4886;
	text-decoration: none
}[wsdk-container] .alert-bar {
	border-radius: 2px;
	display: flex;
	padding: 16px
}[wsdk-container] .alert-bar__icon {
	margin-right: 16px
}[wsdk-container] .alert-bar__icon svg {
	margin: 0
}[wsdk-container] .alert-bar--info {
	background-color: #f1f1f1;
	color: #003264
}[wsdk-container] .alert-bar--success {
	background-color: #f1f9f4;
	color: #18562e
}[wsdk-container] .alert-bar--warn {
	background-color: #ffefdf;
	color: #9f3f01
}[wsdk-container] .alert-bar--help {
	background-color: #f1f1f1;
	color: #003264
}[wsdk-container] .alert-bar--error {
	background-color: #ffebeb;
	color: #772828
}[wsdk-container] .alert-bar--inline {
	background-color: #f6f7f8;
	display: flex
}[wsdk-container] .alert-bar--inline.alert-bar--help {
	border-left: 4px solid #4a88c6;
	color: #4a88c6
}[wsdk-container] .alert-bar--inline.alert-bar--warn {
	border-left: 4px solid #f88618;
	color: #f88618
}[wsdk-container] .alert-bar--inline.alert-bar--success {
	border-left: 4px solid #29b059;
	color: #29b059
}[wsdk-container] .alert-bar--inline .alert-bar__text {
	color: #444b53
}[wsdk-container] .alert-bar__closer {
	color: #a1a8ae;
	cursor: pointer
}[wsdk-container] .alert-bar__title {
	white-space: nowrap
}[wsdk-container] .alert-bar__text {
	flex: 1
}[wsdk-container] .modal {
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%
}[wsdk-container] .modal--transition {
	display: block;
	transition: opacity 0.25s ease
}[wsdk-container] .modal--active {
	display: block;
	opacity: 1
}[wsdk-container] .modal__overlay {
	background-color: rgba(68,75,83,0.3);
	height: 100%;
	width: 100%
}[wsdk-container] .modal__content {
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}[wsdk-container] .modal__body {
	padding: 16px
}[wsdk-container] .overflow-menu {
	color: #000d1a;
	display: inline-block;
	position: relative
}[wsdk-container] .overflow-menu__menu {
	background-color: #f1f1f1;
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2),0 2px 1px rgba(0,0,0,0.12),0 1px 1px rgba(0,0,0,0.14) !important;
	display: none;
	list-style-type: none;
	margin: 0;
	min-width: 240px;
	padding: 8px 0;
	position: absolute;
	text-align: left
}[wsdk-container] .overflow-menu__menu--active {
	display: block;
	transform: translateY(-6px);
	z-index: 9
}[wsdk-container] .overflow-menu__menu--active.overflow-menu__menu--open-left {
	right: 0
}[wsdk-container] .overflow-menu__item {
	color: #000d1a;
	padding: 0
}[wsdk-container] .overflow-menu__item:hover {
	background-color: #e2edf9
}[wsdk-container] .overflow-menu__item--disabled {
	color: #7e878f;
	padding: 12px 16px
}[wsdk-container] .overflow-menu__item--disabled:hover {
	background-color: inherit
}[wsdk-container] .overflow-menu__button {
	background-color: #f1f1f1;
	color: #444b53
}[wsdk-container] .overflow-menu__link {
	color: inherit;
	display: block;
	padding: 12px 16px;
	text-decoration: none
}[wsdk-container] .overflow-menu__item--danger {
	background-color: #f55757;
	color: #fff
}[wsdk-container] .overflow-menu__item--danger:hover {
	background-color: #f55757
}[wsdk-container] .page-titles {
	margin-bottom: 30px
}[wsdk-container] .structure {
	display: flex;
	flex-direction: column;
	height: 100%
}[wsdk-container] .structure--stepper .top-bar {
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4
}[wsdk-container] .structure--stepper .page__content {
	padding: 0
}[wsdk-container] .structure--stepper .page__navigation,[wsdk-container] .structure--stepper .card--primary-content {
	padding-top: 60px
}[wsdk-container] .structure--stepper .card--primary-content {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}[wsdk-container] .page {
	display: flex;
	flex: 1;
	flex-direction: row
}[wsdk-container] .page__navigation {
	display: flex;
	flex-direction: row;
	min-height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: translate(0, -100%);
	transition: 250ms opacity cubic-bezier(0.22, 0.61, 0.36, 1);
	z-index: 3
}

@media (min-width: 600px) {
[	wsdk-container] .page__navigation {
		opacity: 1;
		position: relative;
		transform: none
	}
}[wsdk-container] .page__navigationbg {
	background-color: #000d1a;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: 250ms opacity ease;
	width: 100vw;
	z-index: 2
}

@media (min-width: 600px) {
[	wsdk-container] .page__navigationbg {
		display: none
	}
}[wsdk-container] .page__navigationbg--open {
	display: block;
	opacity: 0.2
}

@media (min-width: 600px) {
[	wsdk-container] .page__navigationbg--open {
		display: none
	}
}[wsdk-container] .page__navigation--open {
	opacity: 1;
	transform: none
}[wsdk-container] .page__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 0 8px
}

@media (min-width: 600px) {
[	wsdk-container] .page__content {
		padding: 0 16px 0 8px
	}
}[wsdk-container] body {
	background-color: #F5F7F9
}[wsdk-container] .file-input {
	display: none
}[wsdk-container] .file-input--alternatives {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 20px;
	text-align: center
}[wsdk-container] .color-gray {
	color: #7E878F
}[wsdk-container] .check-error-color {
	color: #F88D21
}[wsdk-container] .file-upload-container {
	background-color: #F6F7F9;
	border: 2px dashed #2468AD;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	margin-bottom: 8px
}[wsdk-container] .file-upload-container * {
	margin-top: 10px;
	margin-bottom: 10px
}[wsdk-container] .file-upload-container.dragover {
	border-style: solid
}[wsdk-container] .file-upload-container.error {
	border-color: #F88D21
}[wsdk-container] .drag-and-drop-container {
	flex-direction: column;
	display: flex;
	align-items: center
}

@media (max-width: 767px) {
[	wsdk-container] .drag-and-drop-container {
		display: none
	}
}[wsdk-container] .scanner-error-text {
	color: #D87212
}[wsdk-container] .scanner-success-text {
	color: #219C4C
}[wsdk-container] .scanner-animation>path {
	fill: gray
}[wsdk-container] .scanner-container {
	background-color: #F6F7F9;
	border: 1px solid #A1A8AE;
	border-radius: 4px;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding: 30px
}[wsdk-container] .scanner-container * {
	margin-top: 10px;
	margin-bottom: 10px
}[wsdk-container] .scanner-container.dragover {
	border-style: solid
}[wsdk-container] .scanner-container.error {
	border: 2px solid #F88618
}[wsdk-container] .scanner-inner-container {
	flex-direction: column;
	display: flex;
	align-items: center
}[wsdk-container] .scanner-feedback-container {
	display: flex;
	align-items: center;
	flex-direction: column
}[wsdk-container] .scanner-loading-container {
	max-width: 64px;
	max-height: 64px
}[wsdk-container] .scanner-animation-container {
	max-width: 34px;
	max-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px
}[wsdk-container] .scanner-animation-container.animation-error>svg path {
	fill: #D87212
}[wsdk-container] .scanner-animation-container.animation-success>svg path {
	fill: #219C4C
}[wsdk-container] .scanner-animation-container>svg {
	margin-top: 0px;
	margin-bottom: 0px
}[wsdk-container] .button-actions-container {
	margin-top: 8px
}[wsdk-container] .button-cancel-container,[wsdk-container] .button-gateway-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	justify-content: space-between
}[wsdk-container] select {
	display: block;
	width: 100%;
	height: 44px;
	padding: 8px
}[wsdk-container] .control,[wsdk-container] .control--select {
	padding: 10px;
	font-size: 14px;
	border-color: white;
	background-color: #000D1A;
	color: white;
	margin-top: 0px
}[wsdk-container] .control--switch.manual--mode--switch {
	background-color: transparent;
	padding-bottom: 6px;
	padding-left: 0px
}[wsdk-container] .control--switch.manual--mode--switch>.control__switch {
	background-color: transparent;
	border-color: white
}[wsdk-container] .control--switch.manual--mode--switch>.control__switch::after {
	background-color: white
}[wsdk-container] .control--switch.manual--mode--switch>.control__switch__blue {
	background-color: transparent;
	border-color: #000D1A
}[wsdk-container] .control--switch.manual--mode--switch>.control__switch__blue::after {
	background-color: #000D1A
}[wsdk-container] .control--switch.manual--mode--switch>input:checked+.control__switch {
	background-color: white
}[wsdk-container] .control--switch.manual--mode--switch>input:checked+.control__switch::after {
	background-color: #000D1A;
	transform: translateY(1px) translateX(22px)
}[wsdk-container] .control--switch.manual--mode--switch>input:checked+.control__switch__blue {
	background-color: #000D1A
}[wsdk-container] .control--switch.manual--mode--switch>input:checked+.control__switch__blue::after {
	background-color: white;
	transform: translateY(1px) translateX(22px)
}[wsdk-container] div.control__switchIcon {
	top: 12px
}

@media (max-width: 767px) {
[	wsdk-container] .button-container {
		margin-top: auto
	}
}[wsdk-container] .camera-choices {
	margin-bottom: 8px
}[wsdk-container] .camera-capture--button {
	background-color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 2px
}[wsdk-container] .camera-capture--button:hover {
	cursor: pointer
}[wsdk-container] .camera-capture--caption {
	max-width: 60%;
	margin-top: 25px;
	padding-bottom: 35px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}[wsdk-container] .camera-capture--container {
	margin: 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid white
}[wsdk-container] .camera-viewfinder {
	position: relative;
	border-radius: 2px
}[wsdk-container] .camera-viewfinder--container {
	position: relative;
	max-height: 80%;
	border: 2px solid #444B53;
	box-sizing: border-box;
	border-radius: 8px
}[wsdk-container] .camera-viewfinder--inner-container {
	border: 4px solid transparent;
	box-sizing: border-box;
	border-radius: 6px
}[wsdk-container] .camera-viewfinder--inner-container-success {
	border-color: #48BB78
}[wsdk-container] .camera-viewfinder--inner-container-error {
	border-color: #F88618
}[wsdk-container] .camera-viewfinder--overlay {
	background-color: #EEF0F2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100%;
	text-align: center;
	opacity: 90%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	width: 100%;
	max-height: 70vh;
	object-fit: contain
}[wsdk-container] .camera-viewfinder--overlay--transparent {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	width: 100%;
	max-height: 70vh;
	object-fit: contain
}[wsdk-container] .text-black {
	color: #000D1A !important
}[wsdk-container] .canvas-overlay {
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px
}[wsdk-container] .camera-conditions--container {
	display: flex;
	flex-direction: row;
	padding-top: 16px;
	padding-left: 16px
}[wsdk-container] .camera-conditions--container-list {
	flex: 1;
	display: flex;
	flex-direction: column
}[wsdk-container] .camera-conditions--container-list-item {
	font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center
}[wsdk-container] .camera-conditions--container-list-item>svg {
	margin-right: 10px
}[wsdk-container] .camera-conditions--container-list-item:not(:last-child) {
	padding-bottom: 8px
}[wsdk-container] .camera-conditions--container-detail {
	flex: 1;
	display: flex;
	flex-direction: row;
	padding-right: 16px
}[wsdk-container] .camera-conditions--container-detail-animation {
	align-self: center;
	max-height: 10vh;
	max-width: 40%
}[wsdk-container] .camera-conditions--container-detail-animation>svg {
	max-height: 8vh
}[wsdk-container] .camera-conditions--container-detail-description {
	padding-left: 12px;
	flex: 70 1 auto;
	display: flex;
	flex-direction: column;
	max-width: 60%
}[wsdk-container] .camera-conditions--container-detail-description-title {
	display: flex;
	flex-direction: row;
	align-items: center
}[wsdk-container] .camera-conditions--container-detail-description-title-text {
	color: #F88618;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding-left: 8px;
	align-self: center
}

@media (max-width: 767px) {
[	wsdk-container] .camera-conditions--container-detail-description-title-text {
		font-size: 14px;
		font-weight: 500
	}
}[wsdk-container] .camera-conditions--container-detail-description-hint {
	padding-top: 8px;
	align-items: center
}

@media (max-width: 767px) {
[	wsdk-container] .camera-conditions--container-detail-description-hint {
		font-size: 10px
	}
}[wsdk-container] .help-button-container {
	align-self: flex-end;
	text-align: right;
	cursor: pointer;
	margin: 8px 0px;
	cursor: pointer
}[wsdk-container] .help-button-container>svg {
	margin-bottom: 2px
}[wsdk-container] .help-button-modal-close {
	stroke: #000D1A
}[wsdk-container] .help-info-inner-container {
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 4;
	background-color: white;
	padding: 0px;
	color: #444B53;
	max-height: 100%;
	left: 0px
}[wsdk-container] .help-inner-container {
	position: absolute;
	z-index: 4;
	background-color: white;
	padding: 10px;
	margin: -8px
}[wsdk-container] .help-inner-container>* {
	color: black;
	margin: 5px 0px
}[wsdk-container] .help-inner-container>h2 {
	margin-top: 16px;
	margin-bottom: 24px;
	line-height: 1.4
}[wsdk-container] .help-inner-container-subtitle {
	margin-bottom: 15px;
	line-height: 1.25
}[wsdk-container] .help-images-container {
	margin-top: 16px
}[wsdk-container] .help-images-inner-container {
	margin-bottom: 16px
}[wsdk-container] .modal-actions-container {
	display: flex;
	flex-direction: column
}

@media (min-width: 768px) {
[	wsdk-container] .camera-choices-half-s {
		width: 50%
	}[	wsdk-container] .camera-button {
		margin-top: 40px;
		margin-bottom: 40px
	}[	wsdk-container] .help-container {
		position: relative
	}[	wsdk-container] .help-inner-container {
		bottom: 5px
	}[	wsdk-container] .help-inner-container::after {
		content: " ";
		position: absolute;
		top: 100%;
		right: 15px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: white transparent transparent transparent
	}[	wsdk-container] .help-image {
		padding: 8px;
		width: 25%;
		background: #E5E6E7;
		border-radius: 4px
	}[	wsdk-container] .help-image-inner-container {
		width: 50%;
		flex-grow: 1;
		flex-flow: row wrap;
		display: flex;
		max-width: 50%;
		margin: 10px 0px
	}[	wsdk-container] .help-images-container {
		display: flex;
		flex-wrap: wrap
	}[	wsdk-container] .help-text {
		padding: 0px 10px;
		width: 75%
	}[	wsdk-container] .modal-bottom {
		position: absolute;
		bottom: 0
	}[	wsdk-container] .modal-close-button {
		display: none
	}[	wsdk-container] .modal-footer .actions-container {
		display: none !important
	}[	wsdk-container] .modal-footer p {
		margin: 0
	}
}

@media (max-width: 767px) {
[	wsdk-container] .button-camera-container {
		margin-top: 16px;
		margin-bottom: 16px
	}[	wsdk-container] .camera-capture--caption {
		max-width: 95%;
		padding-bottom: 10px
	}[	wsdk-container] .camera-choices-full-xs {
		width: 100%
	}[	wsdk-container] .help-image {
		padding: 8px;
		width: 25%;
		background: #E5E6E7;
		border-radius: 4px
	}[	wsdk-container] .help-image-inner-container {
		width: 100%;
		flex-grow: 1;
		flex-flow: row wrap;
		display: flex;
		margin: 10px 0px
	}[	wsdk-container] .help-inner-container {
		width: 100%;
		top: 0;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		min-height: 100%
	}[	wsdk-container] .help-text {
		padding: 0px 10px;
		width: 75%
	}[	wsdk-container] .modal-close-button {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		color: #000D1A
	}[	wsdk-container] .modal-footer {
		width: 100%;
		padding: 10px;
		bottom: 0;
		left: 0
	}
}[wsdk-container] .preview-label {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1em;
	letter-spacing: 0.02em;
	display: flex;
	align-items: flex-end;
	margin-top: 0.5em;
	margin-bottom: 0.4em
}[wsdk-container] .preview-label-error {
	color: #BF4040
}[wsdk-container] .preview-label-icon {
	margin-right: 0.4em;
	margin-top: 0.05em
}[wsdk-container] .preview-label-success {
	color: #219C4C
}[wsdk-container] .sample-image {
	left: 0px;
	top: 0px;
	margin-bottom: 0.6em
}[wsdk-container] .sample-image-error {
	border: 1px #BF4040 solid
}[wsdk-container] .sample-image-success {
	border: 1px #219C4C solid
}[wsdk-container] .preview-info-example-text {
	left: 2.51%;
	right: 75.55%;
	top: 81.03%;
	bottom: 6.32%;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #444B53
}[wsdk-container] .separating-rectangle {
	top: 66.8%;
	bottom: 31.62%;
	height: 4px
}[wsdk-container] .separating-rectangle-error {
	background: #BF4040
}[wsdk-container] .separating-rectangle-success {
	background: #219C4C
}

@media (max-width: 767px) {
[	wsdk-container] .preview-description {
		left: 4.27%;
		right: 4.27%;
		top: 13.19%;
		bottom: 80.81%;
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.01em;
		color: #444B53
	}[	wsdk-container] .preview-info-icon {
		margin-right: 0.6em;
		width: 22px;
		height: 22px;
		left: 1px;
		top: 1px
	}[	wsdk-container] .preview-info-inner-container {
		top: 0;
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 2;
		background-color: white;
		padding: 16px;
		color: #444B53;
		max-height: 100%;
		left: 0px
	}[	wsdk-container] .preview-info-main-text {
		position: static;
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 0.6em;
		display: flex;
		align-items: center;
		text-align: center;
		letter-spacing: 0.01em;
		color: #003264;
		flex: none;
		order: 0;
		flex-grow: 0;
		margin: 8px 0px
	}[	wsdk-container] .preview-info-mobile-button {
		display: flex;
		align-items: flex-end;
		margin-bottom: 1em
	}[	wsdk-container] .preview-info-title {
		display: flex;
		align-items: flex-end;
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 28px;
		color: #000D1A
	}[	wsdk-container] .preview-title {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 28px;
		color: #000D1A;
		margin-bottom: 1em
	}[	wsdk-container] .preview-title-container {
		margin-bottom: 1em
	}[	wsdk-container] .close-preview-info-button {
		bottom: 2%;
		right: 5%;
		position: absolute
	}[	wsdk-container] .image-preview-container {
		left: 27.85%;
		right: 42.15%;
		top: 85.64%;
		bottom: -47.95%;
		background: #F6F7F9;
		border: 1px solid #000D1A;
		box-sizing: border-box;
		padding-block: 0.2em;
		right: 0;
		left: 0;
		position: relative
	}[	wsdk-container] .id-example {
		top: 25.3%;
		bottom: 6.32%;
		width: 50%
	}[	wsdk-container] .id-example:first-child {
		margin-right: 8px
	}[	wsdk-container] .id-example:last-child {
		margin-left: 8px
	}[	wsdk-container] .id-example-container {
		display: flex;
		flex-direction: column
	}[	wsdk-container] .id-example-container-row {
		display: flex;
		flex-direction: row;
		padding-top: 16px
	}[	wsdk-container] .id-example-container-row:not(:last-child) {
		padding-bottom: 8px
	}[	wsdk-container] .sample-image {
		left: 0px;
		top: 0px;
		margin-bottom: 0.6em;
		width: 100%
	}
}

@media (min-width: 768px) {
[	wsdk-container] .preview-title {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 32px;
		color: #000000;
		margin-bottom: 1em
	}[	wsdk-container] .preview-title-container {
		margin-bottom: 1em
	}[	wsdk-container] .preview-title-description {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.01em;
		color: #444B53
	}[	wsdk-container] .preview-info-container {
		background-color: #f1f1f1;
		text-decoration-color: #000D1A;
		left: 27.85%;
		right: 27.85%;
		top: 16.41%;
		bottom: 58.89%;
		padding: 0.4em;
		margin-bottom: 1.5em
	}[	wsdk-container] .preview-info-icon {
		left: 2.51%;
		right: 93.73%;
		top: 6.32%;
		bottom: 84.19%;
		margin-right: 0.9em;
		margin-left: 0.2em
	}[	wsdk-container] .preview-info-title {
		display: flex;
		align-items: flex-end;
		margin-top: 0.5em
	}[	wsdk-container] .preview-info-main-text {
		left: 8.78%;
		right: 12.85%;
		top: 6.32%;
		bottom: 84.19%;
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 1.4em;
		letter-spacing: 0.01em;
		color: #444B53
	}[	wsdk-container] .id-example {
		top: 25.3%;
		bottom: 6.32%;
		width: 22.4%;
		margin: 1%
	}[	wsdk-container] .id-example-container {
		display: flex;
		margin-top: 1em
	}[	wsdk-container] .id-example-good {
		left: 2.51%;
		right: 75.55%
	}[	wsdk-container] .id-example-angle-check {
		left: 26.8%;
		right: 51.25%
	}[	wsdk-container] .id-example-example-cover-check {
		left: 51.1%;
		right: 26.96%
	}[	wsdk-container] .id-example-blur-check {
		left: 75.39%;
		right: 2.66%
	}[	wsdk-container] .image-preview-container {
		left: 27.85%;
		right: 42.15%;
		top: 85.64%;
		bottom: -47.95%;
		background: #F6F7F9;
		border: 1px solid #000D1A;
		box-sizing: border-box;
		padding-inline: 2em;
		padding-block: 1.3em;
		right: 0;
		left: 0;
		position: relative
	}[	wsdk-container] .sample-image {
		left: 0px;
		top: 0px;
		margin-bottom: 0.6em
	}
}[wsdk-container] .liveness-actions-container {
	margin: 16px 8px
}[wsdk-container] .liveness-actions-container p {
	margin-left: 16px
}[wsdk-container] .animation-container {
	margin: 16px 8px;
	max-width: 76px;
	max-height: 76px
}[wsdk-container] .liveness-start-container {
	display: flex;
	align-items: center;
	background-color: #EEF0F2;
	opacity: 85%
}[wsdk-container] .liveness-start-container-transparent {
	opacity: 100%
}[wsdk-container] .document {
	border: 1px solid silver;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 10px
}[wsdk-container] .document__details {
	border-bottom: 1px solid silver
}[wsdk-container] .info-item {
	margin: 5px 0
}[wsdk-container] .info-item__name {
	font-weight: bold
}[wsdk-container] .info-item__name:after {
	content: ":"
}[wsdk-container] .input {
	border: 1px solid silver;
	border-color: #ccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	display: block;
	height: 34px;
	width: 100%;
	padding: 8px
}[wsdk-container] .input--label {
	display: block;
	margin: 8px auto
}[wsdk-container] .loader {
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite
}[wsdk-container] .login-error {
	color: #BF4040
}[wsdk-container] .section-title {
	margin-top: 0px;
	margin-bottom: 8px auto;
	padding-bottom: 4px;
	border-bottom: 1px solid black
}[wsdk-container] .camera-viewfinder,[wsdk-container] .image-preview,[wsdk-container] .cropper {
	display: block;
	width: 100%;
	max-height: 50vh;
	object-fit: contain
}[wsdk-container] .light-inner-provider-container,[wsdk-container] .dark-inner-provider-container {
	flex-grow: 50;
	min-height: 100%;
	display: flex;
	flex-direction: column
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}[wsdk-container] * {
	margin: 0;
	padding: 0;
	font-family: Inter, sans-serif;
	box-sizing: border-box
}[wsdk-container] body {
	background-color: white !important;
	margin: auto !important
}[wsdk-container] h1,[wsdk-container] h2,[wsdk-container] h3,[wsdk-container] h4,[wsdk-container] h5 {
	margin: 5px 0
}[wsdk-container] p {
	margin: 8px auto
}[wsdk-container] ul,[wsdk-container] li {
	list-style: none
}[wsdk-container] .quality-ul {
	margin-left: 33px
}[wsdk-container] .quality-list {
	list-style: disc
}[wsdk-container] .container {
	margin: auto;
	display: flex;
	flex-direction: column
}[wsdk-container] .spacer {
	flex-grow: 3
}[wsdk-container] .light-inner-provider-container {
	color: #000D1A;
	background-color: white
}[wsdk-container] .dark-inner-provider-container {
	color: white;
	background-color: #000D1A;
	padding: 8px;
	max-height: 85vh
}[wsdk-container] .action-caption {
	font-size: 12px;
	margin-top: 0px
}[wsdk-container] .actions-container {
	display: flex;
	flex-direction: row
}[wsdk-container] .actions-container>.item:not(:nth-child(2)) {
	flex-basis: 0%;
	flex-grow: 1
}[wsdk-container] .actions-container>.item:last-child {
	text-align: right
}[wsdk-container] .notification {
	margin: 8px 0px;
	display: flex;
	align-items: center;
	border-radius: 2px;
	padding: 15px
}[wsdk-container] .notification p {
	margin-left: 15px
}[wsdk-container] .notification-blue {
	color: #003264;
	border-left: 2px solid #4A88C6;
	background: #f1f1f1
}[wsdk-container] .notification-orange {
	color: #444B53;
	border-left: 2px solid #F88618;
	background: #FFEFDF
}[wsdk-container] .quality-issues-guidance {
	position: static;
	width: 90%;
	left: calc(50% - 540px / 2 + 142.5px);
	top: 8px;
	bottom: 8px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #9F3F01;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin-left: 10px;
	margin-top: -6px
}[wsdk-container] .guidance-info-text {
	position: static;
	left: 8.33%;
	right: 25.21%;
	top: 14.06%;
	bottom: 78.91%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #444B53
}

@media (max-width: 767px) {
[	wsdk-container] .button-gateway-container {
		flex-direction: column-reverse;
		margin-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		flex-shrink: 1;
		flex-grow: 0
	}[	wsdk-container] .button-full-xs {
		margin-bottom: 8px;
		width: 100%
	}[	wsdk-container] .light-inner-provider-container {
		padding-right: 8px;
		padding-left: 8px
	}[	wsdk-container] .show-desktop {
		display: none
	}[	wsdk-container] .show-mobile {
		display: block
	}[	wsdk-container] .container {
		min-height: 100%;
		position: relative;
		padding-left: 6px;
		padding-right: 6px
	}[	wsdk-container] select.journey-choice {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none
	}[	wsdk-container] .journey-select--choices {
		position: relative;
		display: flex;
		height: 3em;
		line-height: 3;
		border: 2px solid #A9A9A9;
		border-radius: 8px;
		background-color: white;
		color: #A9A9A9
	}[	wsdk-container] .journey-select--choices::after {
		content: '\25BC';
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 1em;
		cursor: pointer;
		pointer-events: none;
		-webkit-transition: .25s all ease;
		-o-transition: .25s all ease;
		transition: 0.25s all ease
	}[	wsdk-container] .provider-container {
		flex-grow: 50;
		min-height: 100%;
		display: flex;
		flex-direction: column
	}
}

@media (min-width: 768px) {
[	wsdk-container] .show-desktop {
		display: block
	}[	wsdk-container] .show-mobile {
		display: none
	}[	wsdk-container] .container {
		max-width: 640px
	}[	wsdk-container] .gateway-button-container {
		display: flex
	}[	wsdk-container] .toggle-button-container {
		align-content: flex-end
	}
}[wsdk-container] .lds-dual-ring {
	display: inline-block;
	width: 60px;
	height: 60px
}[wsdk-container] .lds-dual-ring:after {
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #219C4C;
	border-color: #219C4C transparent #219C4C transparent;
	animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}[wsdk-container] .loading-animation-container {
	max-width: 156px;
	max-height: 156px;
	align-self: center;
	justify-self: center
}[wsdk-container] .verifying-title-container {
	align-self: center;
	justify-self: center;
	color: #7E878F;
	margin-top: -1rem
}

.fw-steps-panel {
	width: 100%;
	font-size: 13px;
	border-bottom: 1px solid #e0e0e3
}

.fw-steps-panel .desktop-view {
	display: flex;
	justify-content: space-around
}

@media (max-width: 768px) {
	.fw-steps-panel .desktop-view {
		display: none
	}
}

.fw-steps-panel .mobile-view {
	display: none
}

@media (max-width: 767px) {
	.fw-steps-panel .mobile-view {
		display: block;
		padding-right: 0px
	}
}

.fw-steps-panel .col-md-12 {
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.fw-steps-panel .col-md-12 {
		margin-top: 20px;
		padding-left: 0px
	}
}

.fw-steps-panel span {
	background: #ffffff;
	position: relative;
	display: inline-block
}

.fw-steps-panel a {
	padding: 12px 12px 10px 30px;
	margin-right: 7px;
	background: #ffffff;
	position: relative;
	display: inline-block;
	color: #1b2733
}

.fw-steps-panel .desktop-view {
	display: flex;
	justify-content: space-around
}

@media (max-width: 767px) {
	.fw-steps-panel .desktop-view {
		display: none
	}
}

.fw-steps-panel .desktop-view .done span {
	color: #268257;
	border-bottom: 1px solid #268257;
	text-decoration: none
}

.fw-steps-panel .desktop-view .done:hover {
	color: #0c5a36
}

.fw-steps-panel .mobile-view {
	display: none
}

@media (max-width: 767px) {
	.fw-steps-panel .mobile-view {
		display: block;
		padding-right: 0px
	}

	.fw-steps-panel .mobile-view a {
		padding: 0
	}
}

.fw-steps-panel .active {
	color: #1b2733;
	font-weight: bold
}

@media (max-width: 767px) {
	.fw-steps-panel .active {
		font-weight: normal
	}
}

.fw-steps-panel .active span {
	margin-right: 5px;
	background: none;
	position: relative;
	display: inline-block
}

.fw-container {
	display: flex;
	flex-direction: column
}

@media (max-width: 767px) {
	.fw-container {
		padding: 0px !important
	}
}

@media (max-width: 768px) {
	.fw-container div.section-content {
		margin: 0px !important
	}

	.fw-container div.section-content div.row,.fw-container div.section-content .verify-identity .banner-panel div.inner-row,.verify-identity .banner-panel .fw-container div.section-content div.inner-row,.fw-container div.section-content .verify-identity .about-banner div.inner-row,.verify-identity .about-banner .fw-container div.section-content div.inner-row,.fw-container div.section-content .verify-identity .feature-row div.inner-row,.verify-identity .feature-row .fw-container div.section-content div.inner-row,.fw-container div.section-content .verify-identity .new-invoice-panel div.inner-row,.verify-identity .new-invoice-panel .fw-container div.section-content div.inner-row {
		margin: 0px !important
	}
}

.fw-btn-primary {
	background: #1274c4;
	border: 1px solid #1274c4;
	color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
	padding: 15px 24px;
	font-size: 13px;
	line-height: 1.05;
	border-radius: 3px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	transition: all 200ms ease-out
}

@media (min-width: 768px) {
	.fw-btn-primary {
		min-width: 136px
	}
}

.fw-btn-primary:hover {
	background: #1069b1;
	border-color: #116ebb
}

.fw-btn-primary:hover .fw-navigation-next-img {
	transform: translate(5px)
}

.fw-btn-primary-outline {
	min-height: 48px;
	background: #fff;
	color: #1274c4;
	border: 1px solid #e0e0e0 !important;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08),inset 0px 0px 0px 2px rgba(18,116,196,0);
	transition: all 200ms ease-out
}

.fw-btn-primary-outline:hover {
	background: #fafafa !important;
	border-color: #d3d3d3 !important
}

.fw-btn-primary-outline:hover .fw-navigation-prev-img {
	transform: translate(-5px) rotate(180deg)
}

.fw-btn-primary-w-icon {
	padding: 0 20px
}

.fw-btn-sml {
	min-height: 0px
}

.fw-btn-initiate-payment-wrapper {
	position: relative
}

.fw-btn-initiate-payment-wrapper i {
	position: absolute;
	left: 20px;
	color: #fff;
	top: 27px
}

@media (max-width: 400px) {
	.fw-btn-initiate-payment-wrapper i {
		left: 75px
	}
}

@media (min-width: 641px) {
	.fw-btn-initiate-payment-wrapper i {
		top: 17px
	}
}

.fw-btn-initiate-payment-wrapper .fw-btn-initiate-payment {
	padding-left: 35px !important
}

.fw-navigation-prev-img {
	transform: rotate(180deg);
	filter: invert(34%) sepia(21%) saturate(3323%) hue-rotate(177deg) brightness(106%) contrast(98%);
	margin-right: 10px;
	vertical-align: middle;
	transition: all 200ms ease-out
}

.fw-navigation-next-img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(106deg) brightness(105%) contrast(102%);
	margin-left: 8px;
	margin-bottom: 2px;
	transition: all 200ms ease-out
}

.fw-step-wrapper-pm {
	display: flex;
	justify-content: center
}

@media (max-width: 767px) {
	.fw-step-wrapper-pm {
		display: block !important
	}
}

.fw-step-wrapper-id {
	display: flex;
	flex-direction: column;
	align-items: center
}

.fw-step-wrapper-payer {
	display: flex;
	flex-direction: column;
	align-items: center
}

.fw-payment-wrapper {
	font-family: Chivo, sans-serif
}

.fw-payment-wrapper .fw-section-title {
	border-bottom: none;
	color: #1b2733;
	font-size: 32px;
	padding: 76px 0 36px 0;
	font-family: Chivo, sans-serif
}

@media (max-width: 767px) {
	.fw-payment-wrapper .fw-section-title {
		padding: 12px 0 12px 0 !important
	}
}

.fw-payment-wrapper .fw-section-title+p {
	margin-left: 0px
}

.fw-info-banner {
	background-color: #e4f2ff;
	padding: 1rem;
	margin-bottom: 24px;
	text-align: center
}

.fw-info-banner i {
	padding-right: 5px
}

.fw-info-banner p {
	margin-bottom: 0
}

.payment-type-input-container SELECT {
	background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='185 19 10 7'><path fill='currentColor' fill-rule='evenodd' d='M194.82 20.819l-.713-.68a.516.516 0 0 0-.714-.002L190 23.416l-3.423-3.303a.52.52 0 0 0-.716 0l-.713.68a.464.464 0 0 0 0 .678l4.494 4.33c.2.186.52.186.715 0l4.466-4.302a.46.46 0 0 0 0-.68z'/></svg>") no-repeat;
	background-position: calc(100% - 0.75rem) center !important;
	appearance: none !important;
	padding-right: 3rem !important
}

.fw-invoice-wrapper {
	margin-left: 0px !important
}

.fw-new-invoice-panel {
	background-color: #fff;
	display: flex;
	justify-content: center
}

@media (max-width: 767px) {
	.fw-new-invoice-panel {
		padding: 0%
	}
}

.fw-new-invoice-panel legend {
	border-bottom: 1px solid transparent;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 18px
}

.fw-invoices-table-mobile {
	display: none
}

@media (max-width: 767px) {
	.fw-invoices-table {
		display: none
	}

	.fw-invoices-table-mobile {
		display: block;
		margin-bottom: 20px
	}

	.fw-invoice-title {
		text-align: center;
		font-size: 18px
	}

	.fw-invoice-grid {
		display: grid;
		grid-template-columns: 50px auto 50px;
		text-align: center;
		border-top: 1px solid #dae0e4;
		margin-bottom: 30px;
		padding-top: 10px
	}

	.fw-invoice-grid .fw-invoice-body-wrapper {
		margin-bottom: 20px
	}

	.fw-invoice-grid .fw-invoice-body-wrapper .fw-invoice-body-title {
		color: #5a687b;
		font-weight: 500;
		margin-bottom: 5px;
		font-size: 16px
	}

	.fw-invoice-grid .invoice-btns-wrapper {
		display: flex;
		flex-direction: column
	}

	.fw-remove-invoice i {
		font-size: 20px
	}

	.fw-invoice-list-btns {
		display: flex;
		justify-content: center
	}

	.fw-invoice-list-next-btn {
		margin-top: 0px !important
	}
}

.fw-invoice-list-next-btn {
	margin-top: 0px !important
}

.fw-btn-add-invoice {
	display: inline-flex;
	padding: 0 20px
}

.fw-invoices-wrapper {
	padding: 0 70px
}

@media (max-width: 767px) {
	.fw-invoices-wrapper {
		padding: 0 10px
	}
}

.payment-option>.fw-panel-default {
	border: transparent
}

.payment-option>.fw-panel-default .fw-panel {
	background-color: #fff
}

.payment-option>.fw-panel-default .fw-panel .label-option {
	color: #5a687b !important;
	padding-bottom: 22px
}

.payment-option .panel-default>.fw-panel-heading {
	background-color: #fff;
	border: transparent
}

.payment-option .panel-default>.fw-panel-heading .label-open {
	text-decoration: none;
	color: #5a687b
}

.payment-option .panel-default>.fw-panel-heading a:hover {
	text-decoration: none
}

#fw-panel-title,#fw-hide-panel-title {
	cursor: pointer
}

.fw-payment-methods-wrapper {
	padding: 0
}

.fw-payment-method-wrapper {
	margin-bottom: 32px;
	border-radius: 4px;
	border: 1px solid #dae4ef;
	box-shadow: 0 2px 4px 0 rgba(218,228,239,0.5);
	word-wrap: break-word;
	transition: all 200ms ease-out
}

.fw-payment-method-wrapper .fw-pm-body {
	display: flex;
	justify-content: space-between;
	padding: 16px
}

.fw-payment-method-wrapper .fw-pm-body .fw-pm-summary {
	display: flex;
	align-items: center
}

.fw-payment-method-wrapper .fw-pm-body .fw-pm-summary .fw-pm-icon {
	display: flex;
	flex-direction: column
}

.fw-payment-method-wrapper .fw-pm-body .fw-pm-summary .fw-pm-text {
	display: flex;
	flex-direction: column;
	margin-left: 20px
}

.fw-payment-method-wrapper .fw-pm-body .fw-pm-action {
	display: flex;
	align-items: center
}

.fw-payment-method-wrapper .fw-pm-requirement {
	padding: 16px
}

.fw-payment-method-wrapper .fw-pm-description-wrapper {
	padding-left: 16px;
	background: #fafafa
}

.fw-payment-method-wrapper .fw-pm-description-wrapper .fw-pm-description {
	color: #147bd1;
	padding: 8px 0px;
	cursor: pointer
}

.fw-payment-method-wrapper .fw-pm-description-wrapper .fw-pm-description .fa-info-circle {
	margin-right: 5px
}

.fw-payment-method-wrapper .fw-pm-description-wrapper .fw-pm-description .fa-angle-up,.fw-payment-method-wrapper .fw-pm-description-wrapper .fw-pm-description .fa-angle-down {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 15px
}

.fw-payment-method-wrapper .fw-pm-description-wrapper .fw-pm-description-text {
	padding: 8px 0px;
	display: none
}

.fw-payment-method-wrapper .fw-pm-description-wrapper .fw-pm-description-text p {
	max-width: fit-content
}

.fw-payment-method-wrapper:hover {
	background-color: rgba(226,228,230,0.25)
}

#payment-methods .panel-group .fw-pm-name {
	font-size: 14px;
	color: #5a687b !important;
	margin-bottom: 4px
}

.fw-pm-price {
	font-weight: bold;
	font-size: 1.5rem
}

.fw-master-logo {
	width: 33px
}

.fw-visa-logo {
	width: 35px
}

.fw-pw-method-brand-logo {
	width: 35px
}

#fw-verify-identity .fw-banner-panel {
	background: none !important;
	border: none !important
}

@media (max-width: 767px) {
	#fw-verify-identity {
		padding: 0px !important;
		margin: 0px !important
	}
}

.fw-disable-pointer {
	pointer-events: none
}

.fw-input-wrapper {
	position: relative
}

.fw-input-wrapper .fw-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(51,51,51,0.055)
}

.fw-input-wrapper .fw-label {
	position: absolute;
	top: 16px;
	left: 12px;
	color: #5a687b;
	font-weight: 400;
	font-size: 14px;
	transition: all 200ms ease-out
}

.fw-input-wrapper .fw-input-field {
	font-size: 15px;
	height: 50px !important;
	padding-top: 24px
}

.fw-input-wrapper .fw-datepicker {
	width: 100%
}

.fw-input-wrapper .fw-label-address {
	left: 27px
}

.fw-input-wrapper .fw-label-student {
	left: 28px
}

.fw-input-wrapper .fw-label-uploadDoc {
	font-size: 12px;
	top: 6px
}

.fw-input-wrapper .fw-label-amount {
	z-index: 1;
	left: 76px
}

.fw-input-wrapper .user_has_no_tax_identity_number {
	height: 10px;
	position: relative;
	bottom: 17px
}

.fw-input-wrapper .user_has_no_tax_identity_number label {
	top: 21px !important;
	left: 25px
}

.fw-input-wrapper .user_has_no_tax_identity_number div>label {
	margin-bottom: 0px
}

.fw-input-wrapper .fw-amount-field {
	padding-top: 24px;
	height: 50px
}

.fw-input-wrapper .selected-file-info {
	padding-top: 5px
}

.fw-input-wrapper input[type='file'],.fw-input-wrapper .upload-info,.fw-input-wrapper .docstore-upload-info {
	font-size: 13px;
	padding-top: 24px;
	height: 60px
}

.fw-input-wrapper input[type='file']::file-selector-button {
	color: #5a687b;
	font-size: 12px;
	padding: 3px 10px;
	border: thin solid grey;
	border-radius: 3px;
	margin-top: 5px
}

.fw-input-wrapper abbr[title] {
	cursor: none;
	border-bottom: none;
	float: right;
	margin-left: 5px;
	text-decoration: none
}

.fw-transaction-wrapper {
	padding: 20px;
	margin-bottom: 30px
}

@media (max-width: 767px) {
	.fw-transaction-wrapper div.payer-details div.inner-row {
		margin: 0px
	}
}

.fw-transaction-wrapper div.payer-details div.inner-row .col-md-12 {
	padding: 0
}

.fw-transaction-wrapper input[type="radio"] {
	appearance: none;
	background-color: #fff;
	margin-top: 2px;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid rgba(18,116,196,0.5);
	border-radius: 50%;
	display: grid;
	place-content: center
}

.fw-transaction-wrapper input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #1274c4
}

.fw-transaction-wrapper input[type="radio"]:checked::before {
	transform: scale(1)
}

.fw-transaction-wrapper span.radio+span.radio {
	margin-top: 1em
}

.fw-additional-fields-wrapper {
	margin: 20px 0 20px 0;
	padding: 20px;
	background-color: #f0f0f1
}

.fw-additional-fields-wrapper .fw-additional-fields-header {
	font-size: 16px;
	margin-bottom: 15px
}

.fw-additional-fields-wrapper .fw-additional-fields-header i {
	padding-right: 5px;
	color: #116ebb
}

.fw-additional-fields-wrapper .fw-additional-fields-label {
	color: #5a687b;
	font-weight: normal
}

.fw-additional-fields-wrapper span.inline-radio label {
	color: #5a687b
}

.fw-additional-fields-wrapper .checkbox,.fw-additional-fields-wrapper .radio:first-child {
	padding-left: 0px;
	padding-right: 20px
}

@media (max-width: 767px) {
	.fw-additional-fields-wrapper .radio:last-child {
		padding-left: 0px
	}
}

.fw-signature-wrapper input[type='file'],.fw-signature-wrapper .upload-info {
	padding-top: 6px;
	height: 46px
}

#total-payable>.fw-summary-outer-wrapper {
	background-color: #fff
}

#total-payable>.fw-summary-outer-wrapper .div-padding {
	border: none
}

.fw-summary-wrapper {
	display: flex;
	padding: 32px 0
}

@media (max-width: 767px) {
	.fw-summary-wrapper {
		flex-direction: column;
		text-align: center
	}
}

.fw-summary-wrapper .fw-summary-header {
	font-size: 20px !important;
	flex-basis: 40%
}

@media (max-width: 767px) {
	.fw-summary-wrapper .fw-summary-header {
		padding-bottom: 20px;
		text-decoration: underline
	}
}

.fw-summary-wrapper .fw-summary-body-wrapper {
	flex: 1
}

.fw-summary-wrapper .fw-summary-body-wrapper .fw-summary-body {
	margin-bottom: 30px
}

.fw-summary-wrapper .fw-summary-body-wrapper .fw-summary-body-title {
	color: #5a687b;
	margin-bottom: 5px;
	font-size: 14px
}

.fw-summary-wrapper .fw-summary-body-wrapper .fw-summary-body-content {
	font-weight: 500;
	font-size: 16px
}

.fw-summary-wrapper .fw-summary-body-wrapper .fw-summary-body-total-wrapper {
	display: flex;
	flex-direction: column
}

.fw-summary-wrapper .fw-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 15px
}

.fw-summary-wrapper:not(:last-child) {
	border-bottom: 1px solid #dae0e4
}

@media (max-width: 767px) {
	.fw-confirm-return-btn {
		padding-left: 3%
	}
}

.fw-disclosure-statement {
	margin-top: 70px;
	text-align: center
}

.fw-disclosure-statement a {
	color: #5a687b
}

@media (max-width: 500px) {
	.fw-summary-btns-wrapper {
		display: flex;
		flex-direction: column
	}

	.fw-btn-initiate-payment-wrapper .fw-btn-primary {
		width: 100%
	}

	.fw-confirm-return-btn {
		padding-left: 0px
	}
}

.fw-sub-title {
	font-size: 24px !important
}

.fw-confirmation-p-wrapper {
	padding: 0 65px;
	text-align: center
}

@media (max-width: 767px) {
	.fw-confirmation-p-wrapper {
		padding: 0px
	}
}

.fw-basket-wrapper {
	right: 0px
}

.fw-pay-later-btn-wrapper {
	display: flex;
	justify-content: flex-end;
	padding-right: 10px
}

.fw-pay-later-btn-wrapper .fw-pay-later-btn {
	float: none !important;
	margin-top: 0px !important;
	font-size: 12px !important
}

@media (max-width: 640px) {
	.fw-pay-later-btn-wrapper {
		padding-top: 10px
	}
}

@media (max-width: 500px) {
	.fw-pay-later-btn-wrapper {
		padding-right: 0px;
		padding-top: 10px
	}
}

.fw-btn-download {
	padding: 6px 16px
}

.fw-error-container {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 17px
}

.spinner {
	display: flex;
	padding: 0;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 8px);
	height: 100vh;
	max-width: 100vw
}

.spinner:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	border: 3px solid;
	border-color: #1274C4 transparent #1274C4 #1274C4;
	animation: spinner 0.8s linear infinite;
	box-shadow: 0 0 0 16px #fff;
	background-color: #fff;
	margin-top: -20px
}

.spinner-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-height: 100vh;
	height: 100vh;
	width: 100vw;
	background-color: #545454;
	z-index: 9999;
	opacity: 75%
}

@keyframes spinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.fw-cart-wrapper {
	display: flex;
	justify-content: center
}

.fw-cart-wrapper .sub-heading {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px
}

.fw-cart-wrapper p {
	font-weight: 500;
	color: #5a687b
}

.fw-cart-wrapper .fw-label {
	top: 82px;
	left: 16px
}

.fw-cart-wrapper .fw-label-amount {
	left: 82px
}

.fw-cart-wrapper .fw-cart-button {
	margin-top: 30px
}

.fw-cart-wrapper .fw-input-group-addon {
	padding: 6px 30px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 0px
}

@media (max-width: 991px) {
	.fw-cart-wrapper .fw-label {
		top: 46px
	}

	.fw-cart-wrapper .sub-heading {
		margin-bottom: 10px
	}

	.fw-cart-wrapper .col-md-6:not(:last-child) {
		margin-bottom: 40px
	}
}

.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee
}

.countdown-rtl {
	direction: rtl
}

.countdown-holding span {
	color: #888
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center
}

.countdown-show1 .countdown-section {
	width: 98%
}

.countdown-show2 .countdown-section {
	width: 48%
}

.countdown-show3 .countdown-section {
	width: 32.5%
}

.countdown-show4 .countdown-section {
	width: 24.5%
}

.countdown-show5 .countdown-section {
	width: 19.5%
}

.countdown-show6 .countdown-section {
	width: 16.25%
}

.countdown-show7 .countdown-section {
	width: 14%
}

.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center
}

.countdown-amount {
	font-size: 200%
}

.countdown-period {
	display: block
}

.countdown-descr {
	display: block;
	width: 100%
}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}

.ui-widget-header a {
	color: #333
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff
}

.ui-icon-background,.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.webg)
}

.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.webg)
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon {
	background-image: url(../images/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.webg)
}

.ui-state-active .ui-icon,.ui-button:active .ui-icon {
	background-image: url(../images/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.webg)
}

.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon {
	background-image: url(../images/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.webg)
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
	background-image: url(../images/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.webg)
}

.ui-button .ui-icon {
	background-image: url(../images/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.webg)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
	border-top-left-radius: 3px
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
	border-bottom-left-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: 0.3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span,.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}