/* DOCUMENT STYLES */
.document .page {
	border: 80px solid white;
	/*border-bottom: 200px solid white; removed because it made page too long , why 200px of padding at the bottom ? */
	line-height: normal;
	font-family: 'times new roman', times, serif;
	font-size: 16px;
}

.document .paper {
	background: white;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	width: 612pt;
	min-height: 832pt; /* height: 792pt; original height before paste fixes */
	overflow: hidden; /* remove if it is breaking paste of content larger than one page, see if needed for pages to work */
}

.document .paper_one_long_page {
	height: auto;
}

html,body {
	height: 100%
}

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

html,body {
	font-size: 100%
}

body {
	background: #fff;
	color: #222;
	cursor: auto;
	font-family: "Open Sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative
}

a:hover {
	cursor: pointer
}

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

img {
	-ms-interpolation-mode: bicubic
}

#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object {
	max-width: none !important
}

.left {
	float: left !important
}

.right {
	float: right !important
}

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

.clearfix:after {
	clear: both
}

.hide {
	display: none
}

.invisible {
	visibility: hidden
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle
}

textarea {
	height: auto;
	min-height: 50px
}

select {
	width: 100%
}

.row {
	margin: 0 auto;
	max-width: 100%;
	width: 100%
}

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

.row:after {
	clear: both
}

.row.collapse>.column,.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0
}

.row .row {
	margin: 0 -.9375rem;
	max-width: none;
	width: auto
}

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

.row .row:after {
	clear: both
}

.row .row.collapse {
	margin: 0;
	max-width: none;
	width: auto
}

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

.row .row.collapse:after {
	clear: both
}

.column,.columns {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left
}

.column+.column:last-child,.columns+.column:last-child,.column+.columns:last-child,.columns+.columns:last-child {
	float: right
}

.column+.column.end,.columns+.column.end,.column+.columns.end,.columns+.columns.end {
	float: left
}

.mt20 {margin-top: 20px;}

@media only screen {
	.small-push-0 {
		position: relative;
		left: 0;
		right: auto
	}

	.small-pull-0 {
		position: relative;
		right: 0;
		left: auto
	}

	.small-push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto
	}

	.small-pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto
	}

	.small-push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto
	}

	.small-pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto
	}

	.small-push-3 {
		position: relative;
		left: 25%;
		right: auto
	}

	.small-pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}

	.small-push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto
	}

	.small-pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto
	}

	.small-push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto
	}

	.small-pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto
	}

	.small-push-6 {
		position: relative;
		left: 50%;
		right: auto
	}

	.small-pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}

	.small-push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto
	}

	.small-pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto
	}

	.small-push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto
	}

	.small-pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto
	}

	.small-push-9 {
		position: relative;
		left: 75%;
		right: auto
	}

	.small-pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}

	.small-push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto
	}

	.small-pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto
	}

	.small-push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto
	}

	.small-pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto
	}

	.column,.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}

	.small-1 {
		width: 8.3333333333%
	}

	.small-2 {
		width: 16.6666666667%
	}

	.small-3 {
		width: 25%
	}

	.small-4 {
		width: 33.3333333333%
	}

	.small-5 {
		width: 41.6666666667%
	}

	.small-6 {
		width: 50%
	}

	.small-7 {
		width: 58.3333333333%
	}

	.small-8 {
		width: 66.6666666667%
	}

	.small-9 {
		width: 75%
	}

	.small-10 {
		width: 83.3333333333%
	}

	.small-11 {
		width: 91.6666666667%
	}

	.small-12 {
		width: 100%
	}

	.small-offset-0 {
		margin-left: 0 !important
	}

	.small-offset-1 {
		margin-left: 8.3333333333% !important
	}

	.small-offset-2 {
		margin-left: 16.6666666667% !important
	}

	.small-offset-3 {
		margin-left: 25% !important
	}

	.small-offset-4 {
		margin-left: 33.3333333333% !important
	}

	.small-offset-5 {
		margin-left: 41.6666666667% !important
	}

	.small-offset-6 {
		margin-left: 50% !important
	}

	.small-offset-7 {
		margin-left: 58.3333333333% !important
	}

	.small-offset-8 {
		margin-left: 66.6666666667% !important
	}

	.small-offset-9 {
		margin-left: 75% !important
	}

	.small-offset-10 {
		margin-left: 83.3333333333% !important
	}

	.small-offset-11 {
		margin-left: 91.6666666667% !important
	}

	.small-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}

	.column.small-centered,.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}

	.column.small-uncentered,.columns.small-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.column.small-centered:last-child,.columns.small-centered:last-child {
		float: none
	}

	.column.small-uncentered:last-child,.columns.small-uncentered:last-child {
		float: left
	}

	.column.small-uncentered.opposite,.columns.small-uncentered.opposite {
		float: right
	}

	.row.small-collapse>.column,.row.small-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.small-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.row.small-uncollapse>.column,.row.small-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}
}

@media only screen and (min-width: 40.0625em) {
	.medium-push-0 {
		position:relative;
		left: 0;
		right: auto
	}

	.medium-pull-0 {
		position: relative;
		right: 0;
		left: auto
	}

	.medium-push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto
	}

	.medium-pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto
	}

	.medium-push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto
	}

	.medium-pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto
	}

	.medium-push-3 {
		position: relative;
		left: 25%;
		right: auto
	}

	.medium-pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}

	.medium-push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto
	}

	.medium-pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto
	}

	.medium-push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto
	}

	.medium-pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto
	}

	.medium-push-6 {
		position: relative;
		left: 50%;
		right: auto
	}

	.medium-pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}

	.medium-push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto
	}

	.medium-pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto
	}

	.medium-push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto
	}

	.medium-pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto
	}

	.medium-push-9 {
		position: relative;
		left: 75%;
		right: auto
	}

	.medium-pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}

	.medium-push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto
	}

	.medium-pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto
	}

	.medium-push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto
	}

	.medium-pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto
	}

	.column,.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}

	.medium-1 {
		width: 8.3333333333%
	}

	.medium-2 {
		width: 16.6666666667%
	}

	.medium-3 {
		width: 25%
	}

	.medium-4 {
		width: 33.3333333333%
	}

	.medium-5 {
		width: 41.6666666667%
	}

	.medium-6 {
		width: 50%
	}

	.medium-7 {
		width: 58.3333333333%
	}

	.medium-8 {
		width: 66.6666666667%
	}

	.medium-9 {
		width: 75%
	}

	.medium-10 {
		width: 83.3333333333%
	}

	.medium-11 {
		width: 91.6666666667%
	}

	.medium-12 {
		width: 100%
	}

	.medium-offset-0 {
		margin-left: 0 !important
	}

	.medium-offset-1 {
		margin-left: 8.3333333333% !important
	}

	.medium-offset-2 {
		margin-left: 16.6666666667% !important
	}

	.medium-offset-3 {
		margin-left: 25% !important
	}

	.medium-offset-4 {
		margin-left: 33.3333333333% !important
	}

	.medium-offset-5 {
		margin-left: 41.6666666667% !important
	}

	.medium-offset-6 {
		margin-left: 50% !important
	}

	.medium-offset-7 {
		margin-left: 58.3333333333% !important
	}

	.medium-offset-8 {
		margin-left: 66.6666666667% !important
	}

	.medium-offset-9 {
		margin-left: 75% !important
	}

	.medium-offset-10 {
		margin-left: 83.3333333333% !important
	}

	.medium-offset-11 {
		margin-left: 91.6666666667% !important
	}

	.medium-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}

	.column.medium-centered,.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}

	.column.medium-uncentered,.columns.medium-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.column.medium-centered:last-child,.columns.medium-centered:last-child {
		float: none
	}

	.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child {
		float: left
	}

	.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite {
		float: right
	}

	.row.medium-collapse>.column,.row.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.medium-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}

	.push-0 {
		position: relative;
		left: 0;
		right: auto
	}

	.pull-0 {
		position: relative;
		right: 0;
		left: auto
	}

	.push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto
	}

	.pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto
	}

	.push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto
	}

	.pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto
	}

	.push-3 {
		position: relative;
		left: 25%;
		right: auto
	}

	.pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}

	.push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto
	}

	.pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto
	}

	.push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto
	}

	.pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto
	}

	.push-6 {
		position: relative;
		left: 50%;
		right: auto
	}

	.pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}

	.push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto
	}

	.pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto
	}

	.push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto
	}

	.pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto
	}

	.push-9 {
		position: relative;
		left: 75%;
		right: auto
	}

	.pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}

	.push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto
	}

	.pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto
	}

	.push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto
	}

	.pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto
	}
}

@media only screen and (min-width: 64.0625em) {
	.large-push-0 {
		position:relative;
		left: 0;
		right: auto
	}

	.large-pull-0 {
		position: relative;
		right: 0;
		left: auto
	}

	.large-push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto
	}

	.large-pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto
	}

	.large-push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto
	}

	.large-pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto
	}

	.large-push-3 {
		position: relative;
		left: 25%;
		right: auto
	}

	.large-pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}

	.large-push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto
	}

	.large-pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto
	}

	.large-push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto
	}

	.large-pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto
	}

	.large-push-6 {
		position: relative;
		left: 50%;
		right: auto
	}

	.large-pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}

	.large-push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto
	}

	.large-pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto
	}

	.large-push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto
	}

	.large-pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto
	}

	.large-push-9 {
		position: relative;
		left: 75%;
		right: auto
	}

	.large-pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}

	.large-push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto
	}

	.large-pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto
	}

	.large-push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto
	}

	.large-pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto
	}

	.column,.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}

	.large-1 {
		width: 8.3333333333%
	}

	.large-2 {
		width: 16.6666666667%
	}

	.large-3 {
		width: 25%
	}

	.large-4 {
		width: 33.3333333333%
	}

	.large-5 {
		width: 41.6666666667%
	}

	.large-6 {
		width: 50%
	}

	.large-7 {
		width: 58.3333333333%
	}

	.large-8 {
		width: 66.6666666667%
	}

	.large-9 {
		width: 75%
	}

	.large-10 {
		width: 83.3333333333%
	}

	.large-11 {
		width: 91.6666666667%
	}

	.large-12 {
		width: 100%
	}

	.large-offset-0 {
		margin-left: 0 !important
	}

	.large-offset-1 {
		margin-left: 8.3333333333% !important
	}

	.large-offset-2 {
		margin-left: 16.6666666667% !important
	}

	.large-offset-3 {
		margin-left: 25% !important
	}

	.large-offset-4 {
		margin-left: 33.3333333333% !important
	}

	.large-offset-5 {
		margin-left: 41.6666666667% !important
	}

	.large-offset-6 {
		margin-left: 50% !important
	}

	.large-offset-7 {
		margin-left: 58.3333333333% !important
	}

	.large-offset-8 {
		margin-left: 66.6666666667% !important
	}

	.large-offset-9 {
		margin-left: 75% !important
	}

	.large-offset-10 {
		margin-left: 83.3333333333% !important
	}

	.large-offset-11 {
		margin-left: 91.6666666667% !important
	}

	.large-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}

	.column.large-centered,.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}

	.column.large-uncentered,.columns.large-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.column.large-centered:last-child,.columns.large-centered:last-child {
		float: none
	}

	.column.large-uncentered:last-child,.columns.large-uncentered:last-child {
		float: left
	}

	.column.large-uncentered.opposite,.columns.large-uncentered.opposite {
		float: right
	}

	.row.large-collapse>.column,.row.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.large-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.row.large-uncollapse>.column,.row.large-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}

	.push-0 {
		position: relative;
		left: 0;
		right: auto
	}

	.pull-0 {
		position: relative;
		right: 0;
		left: auto
	}

	.push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto
	}

	.pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto
	}

	.push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto
	}

	.pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto
	}

	.push-3 {
		position: relative;
		left: 25%;
		right: auto
	}

	.pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}

	.push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto
	}

	.pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto
	}

	.push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto
	}

	.pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto
	}

	.push-6 {
		position: relative;
		left: 50%;
		right: auto
	}

	.pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}

	.push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto
	}

	.pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto
	}

	.push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto
	}

	.pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto
	}

	.push-9 {
		position: relative;
		left: 75%;
		right: auto
	}

	.pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}

	.push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto
	}

	.pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto
	}

	.push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto
	}

	.pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto
	}
}


button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus {
	background-color: #cf6e0e
}

button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus {
	color: #fff
}

button.info,.button.info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333
}

button.info:hover,button.info:focus,.button.info:hover,.button.info:focus {
	background-color: #61b6d9
}

button.info:hover,button.info:focus,.button.info:hover,.button.info:focus {
	color: #fff
}

button.large,.button.large {
	padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
	font-size: 1.25rem
}

button.small,.button.small {
	padding: .875rem 1.75rem .9375rem 1.75rem;
	font-size: .8125rem
}

button.tiny,.button.tiny {
	padding: .625rem 1.25rem .6875rem 1.25rem;
	font-size: .6875rem
}

button.expand,.button.expand {
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	padding-bottom: 1.0625rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%
}

button.left-align,.button.left-align {
	text-align: left;
	text-indent: .75rem
}

button.right-align,.button.right-align {
	text-align: right;
	padding-right: .75rem
}

button.radius,.button.radius {
	border-radius: .125rem
}

button.round,.button.round {
	border-radius: 1000px
}

button.disabled,button[disabled],.button.disabled,.button[disabled] {
	background-color: #008be7;
	border-color: #006fb9;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: .4
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
	background-color: #006fb9
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
	color: #fff
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
	background-color: #008be7
}

button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary {
	background-color: #eceff1;
	border-color: #b5c1c9;
	color: #333;
	box-shadow: none;
	cursor: default;
	opacity: .4
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
	background-color: #b5c1c9
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
	color: #333
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
	background-color: #eceff1
}

button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success {
	background-color: rgba(241,255,235,0.96);
	border-color: rgba(172,255,137,0.96);
	color: #333;
	box-shadow: none;
	cursor: default;
	opacity: .4
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
	background-color: rgba(172,255,137,0.96)
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
	color: #333
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
	background-color: rgba(241,255,235,0.96)
}

button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert {
	background-color: rgba(255,235,235,0.96);
	border-color: rgba(255,137,137,0.96);
	color: #333;
	box-shadow: none;
	cursor: default;
	opacity: .4
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
	background-color: rgba(255,137,137,0.96)
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
	color: #333
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
	background-color: rgba(255,235,235,0.96)
}

button.disabled.warning,button[disabled].warning,.button.disabled.warning,.button[disabled].warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: .4
}

button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus {
	background-color: #cf6e0e
}

button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus {
	color: #fff
}

button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus {
	background-color: #f08a24
}

button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333;
	box-shadow: none;
	cursor: default;
	opacity: .4
}

button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus {
	background-color: #61b6d9
}

button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus {
	color: #fff
}

button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus {
	background-color: #a0d3e8
}

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

form {
	margin: 0 0 1rem
}

form .row .row {
	margin: 0 -.5rem
}

form .row .row .column,form .row .row .columns {
	padding: 0 .5rem
}

form .row .row.collapse {
	margin: 0
}

form .row .row.collapse .column,form .row .row.collapse .columns {
	padding: 0
}

form .row .row.collapse input {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns {
	padding-left: .5rem
}

label {
	color: #838383;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 0
}

label.right {
	float: none !important;
	text-align: right
}

label.inline {
	margin: 0 0 1rem 0;
	padding: .5625rem 0
}

label small {
	text-transform: capitalize;
	color: #969696
}


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

a {
	color: #008be7;
	line-height: inherit;
	text-decoration: none
}

a:hover,a:focus {
	color: #0078c7
}

a img {
	border: none
}

p.lead {
	font-size: 1.21875rem;
	line-height: 1.6
}

ul.square li ul,ul.circle li ul,ul.disc li ul {
	list-style: inherit
}

ul.square {
	list-style-type: square;
	margin-left: 1.1rem
}

ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem
}

ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem
}

ol {
	margin-left: 1.4rem
}

ol li ul,ol li ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

.no-bullet {
	list-style-type: none;
	margin-left: 0
}

.no-bullet li ul,.no-bullet li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style: none
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700
}

dl dd {
	margin-bottom: .75rem
}

abbr,acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	cursor: help
}

abbr {
	text-transform: none
}

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

blockquote {
	margin: 0 0 1.25rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #ddd
}

blockquote cite {
	display: block;
	font-size: .8125rem;
	color: #555
}

blockquote cite:before {
	content: "\2014 \0020"
}

blockquote cite a,blockquote cite a:visited {
	color: #555
}

blockquote,blockquote p {
	line-height: 1.6;
	color: #6f6f6f
}


@media only screen and (min-width: 40.0625em) {
	h1,h2,h3,h4,h5,h6 {
		line-height:1.4
	}

	h1 {
		font-size: 2.75rem
	}

	h2 {
		font-size: 1.875rem
	}

	h3 {
		font-size: 1.125rem
	}

	h4 {
		font-size: 1rem
	}

	h5 {
		font-size: 1.125rem
	}

	h6 {
		font-size: .8125rem
	}
}

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

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

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

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

	.ir a:after,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
	}

	@page {
		margin: .34in
	}

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

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


input:not([type]),input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #cfd8dc;
	box-shadow: none;
	color: rgba(0,0,0,0.75);
	display: block;
	font-family: inherit;
	font-size: .875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: .5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color .15s linear,background .15s linear;
	-moz-transition: border-color .15s linear,background .15s linear;
	-ms-transition: border-color .15s linear,background .15s linear;
	-o-transition: border-color .15s linear,background .15s linear;
	transition: border-color .15s linear,background .15s linear
}


button,.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	background-color: #008be7;
	border-color: #006fb9;
	color: #fff;
	transition: background-color 300ms ease-out
}

button:hover,button:focus,.button:hover,.button:focus {
	background-color: #006fb9
}

button:hover,button:focus,.button:hover,.button:focus {
	color: #fff
}

button.secondary,.button.secondary {
	background-color: #eceff1;
	border-color: #b5c1c9;
	color: #333
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
	background-color: #b5c1c9
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
	color: #333
}

button.success,.button.success {
	background-color: rgba(241,255,235,0.96);
	border-color: rgba(172,255,137,0.96);
	color: #333
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
	background-color: rgba(172,255,137,0.96)
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
	color: #333
}

button.alert,.button.alert {
	background-color: rgba(255,235,235,0.96);
	border-color: rgba(255,137,137,0.96);
	color: #333
}

button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus {
	background-color: rgba(255,137,137,0.96)
}

button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus {
	color: #333
}

button.warning,.button.warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
}

@media only screen and (min-width: 40.0625em) {
	button,.button {
		display:inline-block
	}
}

.button-group {
	list-style: none;
	margin: 0;
	left: 0
}

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

.button-group:after {
	clear: both
}

.button-group.even-2 li {
	display: inline-block;
	margin: 0 -2px;
	width: 50%
}

.button-group.even-2 li>button,.button-group.even-2 li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.even-2 li:first-child button,.button-group.even-2 li:first-child .button {
	border-left: 0
}

.button-group.even-2 li button,.button-group.even-2 li .button {
	width: 100%
}

.button-group.even-3 li {
	display: inline-block;
	margin: 0 -2px;
	width: 33.3333333333%
}

.button-group.even-3 li>button,.button-group.even-3 li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.even-3 li:first-child button,.button-group.even-3 li:first-child .button {
	border-left: 0
}

.button-group.even-3 li button,.button-group.even-3 li .button {
	width: 100%
}

.button-group.even-4 li {
	display: inline-block;
	margin: 0 -2px;
	width: 25%
}

.button-group.even-4 li>button,.button-group.even-4 li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.even-4 li:first-child button,.button-group.even-4 li:first-child .button {
	border-left: 0
}

.button-group.even-4 li button,.button-group.even-4 li .button {
	width: 100%
}

.button-group.even-5 li {
	display: inline-block;
	margin: 0 -2px;
	width: 20%
}

.button-group.even-5 li>button,.button-group.even-5 li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.even-5 li:first-child button,.button-group.even-5 li:first-child .button {
	border-left: 0
}

.button-group.even-5 li button,.button-group.even-5 li .button {
	width: 100%
}

.button-group.even-6 li {
	display: inline-block;
	margin: 0 -2px;
	width: 16.6666666667%
}

.button-group.even-6 li>button,.button-group.even-6 li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.even-6 li:first-child button,.button-group.even-6 li:first-child .button {
	border-left: 0
}

.button-group.even-6 li button,.button-group.even-6 li .button {
	width: 100%
}

.button-group.even-7 li {
	display: inline-block;
	margin: 0 -2px;
	width: 14.2857142857%
}

.button-group.even-7 li>button,.button-group.even-7 li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.even-7 li:first-child button,.button-group.even-7 li:first-child .button {
	border-left: 0
}

.button-group.even-7 li button,.button-group.even-7 li .button {
	width: 100%
}

.button-group.even-8 li {
	display: inline-block;
	margin: 0 -2px;
	width: 12.5%
}

.button-group.even-8 li>button,.button-group.even-8 li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.even-8 li:first-child button,.button-group.even-8 li:first-child .button {
	border-left: 0
}

.button-group.even-8 li button,.button-group.even-8 li .button {
	width: 100%
}

.button-group>li {
	display: inline-block;
	margin: 0 -2px
}

.button-group>li>button,.button-group>li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group>li:first-child button,.button-group>li:first-child .button {
	border-left: 0
}

.button-group.stack>li {
	display: block;
	margin: 0;
	float: none
}

.button-group.stack>li>button,.button-group.stack>li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button {
	border-left: 0
}

.button-group.stack>li>button,.button-group.stack>li .button {
	border-color: rgba(255,255,255,0.5);
	border-left-width: 0;
	border-top: 1px solid;
	display: block;
	margin: 0
}

.button-group.stack>li>button {
	width: 100%
}

.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button {
	border-top: 0
}

.button-group.stack-for-small>li {
	display: inline-block;
	margin: 0 -2px
}

.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button {
	border-left: 0
}

@media only screen and (max-width: 40em) {
	.button-group.stack-for-small>li {
		display:block;
		margin: 0;
		width: 100%
	}

	.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button {
		border-left: 1px solid;
		border-color: rgba(255,255,255,0.5)
	}

	.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button {
		border-left: 0
	}

	.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button {
		border-color: rgba(255,255,255,0.5);
		border-left-width: 0;
		border-top: 1px solid;
		display: block;
		margin: 0
	}

	.button-group.stack-for-small>li>button {
		width: 100%
	}

	.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button {
		border-top: 0
	}
}

.button-group.radius>* {
	display: inline-block;
	margin: 0 -2px
}

.button-group.radius>*>button,.button-group.radius>* .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.radius>*:first-child button,.button-group.radius>*:first-child .button {
	border-left: 0
}

.button-group.radius>*,.button-group.radius>*>a,.button-group.radius>*>button,.button-group.radius>*>.button {
	border-radius: 0
}

.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button {
	-webkit-border-bottom-left-radius: .125rem;
	-webkit-border-top-left-radius: .125rem;
	border-bottom-left-radius: .125rem;
	border-top-left-radius: .125rem
}

.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button {
	-webkit-border-bottom-right-radius: .125rem;
	-webkit-border-top-right-radius: .125rem;
	border-bottom-right-radius: .125rem;
	border-top-right-radius: .125rem
}

.button-group.radius.stack>* {
	display: block;
	margin: 0
}

.button-group.radius.stack>*>button,.button-group.radius.stack>* .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button {
	border-left: 0
}

.button-group.radius.stack>*>button,.button-group.radius.stack>* .button {
	border-color: rgba(255,255,255,0.5);
	border-left-width: 0;
	border-top: 1px solid;
	display: block;
	margin: 0
}

.button-group.radius.stack>*>button {
	width: 100%
}

.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button {
	border-top: 0
}

.button-group.radius.stack>*,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button,.button-group.radius.stack>*>.button {
	border-radius: 0
}

.button-group.radius.stack>*:first-child,.button-group.radius.stack>*:first-child>a,.button-group.radius.stack>*:first-child>button,.button-group.radius.stack>*:first-child>.button {
	-webkit-top-left-radius: .125rem;
	-webkit-top-right-radius: .125rem;
	border-top-left-radius: .125rem;
	border-top-right-radius: .125rem
}

.button-group.radius.stack>*:last-child,.button-group.radius.stack>*:last-child>a,.button-group.radius.stack>*:last-child>button,.button-group.radius.stack>*:last-child>.button {
	-webkit-bottom-left-radius: .125rem;
	-webkit-bottom-right-radius: .125rem;
	border-bottom-left-radius: .125rem;
	border-bottom-right-radius: .125rem
}

@media only screen and (min-width: 40.0625em) {
	.button-group.radius.stack-for-small>* {
		display:inline-block;
		margin: 0 -2px
	}

	.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button {
		border-left: 1px solid;
		border-color: rgba(255,255,255,0.5)
	}

	.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button {
		border-left: 0
	}

	.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button {
		border-radius: 0
	}

	.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button {
		-webkit-border-bottom-left-radius: .125rem;
		-webkit-border-top-left-radius: .125rem;
		border-bottom-left-radius: .125rem;
		border-top-left-radius: .125rem
	}

	.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button {
		-webkit-border-bottom-right-radius: .125rem;
		-webkit-border-top-right-radius: .125rem;
		border-bottom-right-radius: .125rem;
		border-top-right-radius: .125rem
	}
}

@media only screen and (max-width: 40em) {
	.button-group.radius.stack-for-small>* {
		display:block;
		margin: 0
	}

	.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button {
		border-left: 1px solid;
		border-color: rgba(255,255,255,0.5)
	}

	.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button {
		border-left: 0
	}

	.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button {
		border-color: rgba(255,255,255,0.5);
		border-left-width: 0;
		border-top: 1px solid;
		display: block;
		margin: 0
	}

	.button-group.radius.stack-for-small>*>button {
		width: 100%
	}

	.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button {
		border-top: 0
	}

	.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button {
		border-radius: 0
	}

	.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button {
		-webkit-top-left-radius: .125rem;
		-webkit-top-right-radius: .125rem;
		border-top-left-radius: .125rem;
		border-top-right-radius: .125rem
	}

	.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button {
		-webkit-bottom-left-radius: .125rem;
		-webkit-bottom-right-radius: .125rem;
		border-bottom-left-radius: .125rem;
		border-bottom-right-radius: .125rem
	}
}

.button-group.round>* {
	display: inline-block;
	margin: 0 -2px
}

.button-group.round>*>button,.button-group.round>* .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.round>*:first-child button,.button-group.round>*:first-child .button {
	border-left: 0
}

.button-group.round>*,.button-group.round>*>a,.button-group.round>*>button,.button-group.round>*>.button {
	border-radius: 0
}

.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button {
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px
}

.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button {
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px
}

.button-group.round.stack>* {
	display: block;
	margin: 0
}

.button-group.round.stack>*>button,.button-group.round.stack>* .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5)
}

.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button {
	border-left: 0
}

.button-group.round.stack>*>button,.button-group.round.stack>* .button {
	border-color: rgba(255,255,255,0.5);
	border-left-width: 0;
	border-top: 1px solid;
	display: block;
	margin: 0
}

.button-group.round.stack>*>button {
	width: 100%
}

.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button {
	border-top: 0
}

.button-group.round.stack>*,.button-group.round.stack>*>a,.button-group.round.stack>*>button,.button-group.round.stack>*>.button {
	border-radius: 0
}

.button-group.round.stack>*:first-child,.button-group.round.stack>*:first-child>a,.button-group.round.stack>*:first-child>button,.button-group.round.stack>*:first-child>.button {
	-webkit-top-left-radius: 1rem;
	-webkit-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem
}

.button-group.round.stack>*:last-child,.button-group.round.stack>*:last-child>a,.button-group.round.stack>*:last-child>button,.button-group.round.stack>*:last-child>.button {
	-webkit-bottom-left-radius: 1rem;
	-webkit-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem
}

@media only screen and (min-width: 40.0625em) {
	.button-group.round.stack-for-small>* {
		display:inline-block;
		margin: 0 -2px
	}

	.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button {
		border-left: 1px solid;
		border-color: rgba(255,255,255,0.5)
	}

	.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button {
		border-left: 0
	}

	.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button {
		border-radius: 0
	}

	.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button {
		-webkit-border-bottom-left-radius: 1000px;
		-webkit-border-top-left-radius: 1000px;
		border-bottom-left-radius: 1000px;
		border-top-left-radius: 1000px
	}

	.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button {
		-webkit-border-bottom-right-radius: 1000px;
		-webkit-border-top-right-radius: 1000px;
		border-bottom-right-radius: 1000px;
		border-top-right-radius: 1000px
	}
}

@media only screen and (max-width: 40em) {
	.button-group.round.stack-for-small>* {
		display:block;
		margin: 0
	}

	.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button {
		border-left: 1px solid;
		border-color: rgba(255,255,255,0.5)
	}

	.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button {
		border-left: 0
	}

	.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button {
		border-color: rgba(255,255,255,0.5);
		border-left-width: 0;
		border-top: 1px solid;
		display: block;
		margin: 0
	}

	.button-group.round.stack-for-small>*>button {
		width: 100%
	}

	.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button {
		border-top: 0
	}

	.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button {
		border-radius: 0
	}

	.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button {
		-webkit-top-left-radius: 1rem;
		-webkit-top-right-radius: 1rem;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem
	}

	.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button {
		-webkit-bottom-left-radius: 1rem;
		-webkit-bottom-right-radius: 1rem;
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem
	}
}


input:not([type]):focus,input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus {
	background: #fff;
	border-color: #cfd8dc;
	outline: none
}

input:not([type]):disabled,input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,input[type="datetime-local"]:disabled,input[type="month"]:disabled,input[type="week"]:disabled,input[type="email"]:disabled,input[type="number"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,input[type="color"]:disabled,textarea:disabled {
	background-color: #ddd;
	cursor: default
}

input:not([type])[disabled],input:not([type])[readonly],fieldset[disabled] input:not([type]),input[type="text"][disabled],input[type="text"][readonly],fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],input[type="color"][disabled],input[type="color"][readonly],fieldset[disabled] input[type="color"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea {
	background-color: #ddd;
	cursor: default
}

input:not([type]).radius,input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,input[type="color"].radius,textarea.radius {
	border-radius: .0625rem
}

.document-landing .pdf-preview {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: .125rem;
	width: 100%;
	padding: 2.25rem 2.375rem
}

.document-landing .pdf-preview table {
	margin: 0;
	width: 100%
}

.document-landing .pdf-preview table td {
	padding: 0;
	position: relative
}

.document-landing .pdf-preview table td:first-of-type {
	width: 16.25rem
}

.document-landing .pdf-preview table td:last-of-type {
	padding-left: 3.125rem
}

.document-landing .pdf-preview .preview {
	width: 16.25rem;
	min-height: 18.75rem;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14)
}

.document-landing .pdf-preview .preview .page-container {
	transition: height 400ms ease;
	height: 0
}

.document-landing .pdf-preview .pdf-thumb {
	position: relative
}

div.document-landing div.pdf-preview td.pdf-thumb-cell {
	width: 230px
}

div.document-landing div.pdf-preview td.pdf-thumb-cell .pdf-thumb {
	width: 200px !important;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14)
}

div.document-landing div.pdf-preview td.pdf-thumb-cell .pdf-thumb .preview {
	width: 16.25rem;
	min-height: 13.75rem;
	box-shadow: none
}

div.document-landing div.pdf-preview td.pdf-thumb-cell .pdf-thumb img.placeholder {
	width: 60%;
	position: absolute;
	top: 42px;
	left: 40px
}

div.document-landing div.pdf-preview td.pdf-thumb-cell .pdf-thumb img.download-icon {
	position: absolute;
	bottom: .6875rem;
	left: .375rem
}

div.document-landing div.pdf-preview td.pdf-file-cell {
	vertical-align: top;
	padding-left: 0px
}

div.document-landing div.pdf-preview td.pdf-file-cell div.document-action {
	padding-top: 20px
}

button,.button {
	text-transform: capitalize
}

button.tiny,.button.tiny {
	min-width: 6.625rem
}

button.success,.button.success {
	background-color: #0FB381;
	border-color: #0c8f67;
	color: #fff
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
	background-color: #0c8f67
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
	color: #fff
}

button.google,.button.google {
	background-color: #4285F4;
	border-color: #0e61ea;
	color: #fff;
	margin-right: 6px
}

button.google:hover,button.google:focus,.button.google:hover,.button.google:focus {
	background-color: #d7d7d7
}

button.google:hover,button.google:focus,.button.google:hover,.button.google:focus {
	color: #333
}

button.google:hover,button.google:focus,.button.google:hover,.button.google:focus {
	color: #fff;
	background: #4285F4
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
	background-color: #dee5ec
}

button.hide,.button.hide {
	display: none !important
}

.mobile-view,.signature-pad-mobile,.sign-modal-banner,.mobile-pdf-preview,.show-mobile,.collapsible-sidebar {
	display: none
}

.desktop-view {
	height: 100%;
	padding: 0
}

.document-name-mobile {
	display: none
}

.recipients-list-wrapper ul .current-signer-mobile,.recipients-list-wrapper ul .recipient-email-mobile {
	display: none
}

.mobile-view-column .mobile-hint-tooltip {
	display: none
}


@media all and (max-width: 767px) and (min-width: 320px) {
	#fc_frame {
		display:none
	}

	.signature-complete {
		display: block !important
	}

	.sign-complete {
		display: none
	}

	.fixed-navigation-bottom,.signer-onboarding.step-2.desktop,.sender-onboarding.step-2,.sidenav-container {
		display: none
	}

	header.doc-view nav.top-bar {
		height: 52px
	}

	.modal-common-mobile {
		width: 90% !important;
		margin-left: 5%
	}

	.collapsible-sidebar {
		display: block
	}

	.top-bar {
		background-color: #008be7 !important
	}

	.top-bar-section .left,.top-bar-section .right,.top-bar-section .centered {
		display: none !important
	}

	.top-bar-section .doc-title a {
		font-size: 15px !important;
		font-weight: 600;
		color: #ffffff;
		vertical-align: middle
	}

	.top-bar-section .doc-close a {
		padding-left: 0.75rem !important
	}

	.mobile-view {
		width: 100%;
		float: left;
		position: relative;
		padding: 10px 0;
		display: block
	}

	.mobile-view .mobile-view-common {
		float: left
	}

	.mobile-view .mobile-exit-btn {
		width: 8%
	}

	.mobile-view .mobile-exit-btn img {
		height: 16px
	}

	.mobile-view .mobile-filename {
		width: 69%;
		text-align: left;
		margin-left: 1%
	}

	.mobile-view .mobile-finalise-btn {
		width: 20%
	}

	.mobile-view .mobile-finalise-btn .mobile-btn-finish {
		width: 74px;
		height: 32px;
		border-radius: 3px;
		background-color: #11cd5f;
		padding: 4px;
		color: #fff;
		display: block
	}

	.powered-by {
		display: none
	}

	.bottom {
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #414141;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 3px;
		padding-right: 3px;
		z-index: 2
	}

	.bottom .centered {
		display: inline-block;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		vertical-align: middle
	}

	.bottom .centered li {
		float: left;
		list-style: none;
		z-index: 1
	}

	.bottom .centered li:first-child,.bottom .centered li:nth-child(3) {
		float: left;
		width: 10%
	}

	.bottom .centered li:first-child a,.bottom .centered li:nth-child(3) a {
		border-radius: 50%;
		background-color: #333;
		height: 34px
	}

	.bottom .centered li:nth-child(2) {
		width: 80%;
		float: left;
		padding-top: 0;
		text-align: center
	}

	.bottom .centered .triangle-up,.bottom .centered .triangle-down {
		display: block;
		text-align: center
	}

	.bottom .centered .not-allowed:after {
		border-right-color: #b8b8b8 !important;
		border-left-color: #b8b8b8 !important
	}

	.bottom .centered .triangle-up:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: relative;
		top: 0;
		border-top: 9px solid transparent;
		border-right: 9px solid #fff;
		border-bottom: 9px solid transparent
	}

	.bottom .centered .triangle-down:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: relative;
		top: 0;
		border-top: 9px solid transparent;
		border-left: 9px solid #fff;
		border-bottom: 9px solid transparent;
		left: 6px
	}

	.bottom .centered .marker-count {
		font-size: 13px;
		cursor: auto;
		color: #fff
	}

	.bottom .centered .marker-done img {
		margin-right: 5px
	}

	.bottom .centered .marker-done span {
		vertical-align: middle
	}

	.signer-onboarding.step-2.mobile {
		width: 15%;
		background: #3f3f3f;
		margin-top: 0;
		position: absolute;
		right: 37%;
		padding: 5px 6px;
		border-radius: 8px;
		top: 61px
	}

	.signer-onboarding.step-2.mobile p {
		color: #fff;
		font-size: 14px;
		margin: 0
	}

	.signer-onboarding.step-2.mobile:after {
		content: "";
		position: absolute;
		right: 16px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 21px solid #3f3f3f;
		top: -15px
	}

	section.doc-view {
		padding-left: 0;
		padding-top: 44px
	}

	.mobile-view-column {
		padding: 0;
		height: 90%;
		margin-top: 8px
	}

	.mobile-view-column .mobile-hint-tooltip {
		display: block;
		position: absolute;
		right: 10px;
		border-radius: 2px;
		background-color: #414141;
		box-shadow: 0 3px 4px 0 rgba(0,0,0,0.27);
		width: 170px;
		top: 22px
	}

	.mobile-view-column .mobile-hint-tooltip p {
		font-size: 13px;
		text-align: center;
		color: #ffffff;
		padding: 11px 7px;
		margin-bottom: 0
	}

	.mobile-view-column .mobile-hint-tooltip p:after {
		content: "";
		position: absolute;
		right: 11px;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid transparent;
		top: -21px;
		border-bottom: 13px solid #414141
	}

	.signature-complete .signed-request-details-mobile {
		background-color: #fff;
		border-radius: 0
	}

	.signature-complete .signed-request-details-mobile p.successfull-heading-mobile {
		font-size: 13px;
		color: #444;
		text-align: center;
		line-height: 1.54;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-left: 0
	}

	.signature-complete .signed-request-details-mobile p.successfull-heading-mobile span {
		max-width: 280px;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.54;
		text-align: center;
		color: #444
	}

	.signature-complete .signed-request-details-mobile .document-copy-text {
		font-size: 11px;
		text-align: center;
		color: #626e75;
		float: left;
		width: 100%
	}

	.signature-complete .signed-request-details-mobile .document-copy-text p {
		font-size: 11px;
		text-align: center;
		margin-bottom: 16px
	}

	.signature-complete .signed-request-details-mobile .appstore-badge-mobile {
		width: 136px;
		margin: 0 auto;
		display: block
	}

	.signature-complete .signed-request-details-mobile img {
		margin-left: auto;
		margin-right: auto;
		margin-top: 16px;
		margin-bottom: 0
	}

	.signature-complete .signed-request-details-mobile .skateboard-feedback {
		padding-bottom: 25px
	}

	.signature-complete .signed-request-details-mobile .skateboard-feedback>a {
		text-decoration: underline
	}

	.signature-complete .sign-up-details-mobile {
		background-color: #f7f7f7
	}

	.signature-complete .sign-up-details-mobile h2 {
		margin-top: 24px;
		margin-bottom: 12px;
		font-size: 16px
	}

	.signature-complete .sign-up-details-mobile .headline {
		font-size: 13px
	}

	.signature-complete .sign-up-details-mobile .message {
		font-size: 12px
	}

	.signature-complete .sign-up-details-mobile img {
		width: 125px;
		margin: 0 auto
	}

	.signature-complete .sign-up-details-mobile .feature-image {
		padding-bottom: 0;
		max-width: 100%
	}

	.signature-complete-mobile:first-child {
		border: transparent;
		padding: 0
	}

	.signature-complete-mobile .logo img {
		padding-bottom: 8px;
		padding-top: 16px
	}

	.text-sm-center {
		text-align: center !important
	}

	.text-sm-center img {
		margin: 0;
		max-width: 100%;
		height: auto;
		width: 90px
	}

	.hide-mobile {
		display: none !important
	}

	.show-mobile {
		display: block !important
	}

	.document-name-mobile {
		font-size: 13px;
		font-weight: 600;
		line-height: 1.54;
		text-align: center;
		color: #444;
		max-width: 280px;
		width: 280px;
		display: inline-block;
		text-align: center;
		padding-bottom: 8px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.mobile-pdf-preview {
		display: block;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 24px
	}

	.mobile-pdf-preview img {
		width: 90px;
		padding-bottom: 16px;
		margin: 0 auto;
		display: block
	}

	.document-landing {
		background-color: #fff
	}

	.document-landing .logo-mobile img {
		width: 121px;
		padding-top: 24px;
		padding-bottom: 0
	}

	.document-landing .logo-mobile .custom-logo-biz {
		width: 50px;
		height: auto
	}

	.document-landing .pdf-view {
		display: none
	}

	.document-landing textarea {
		height: 80px;
		margin-bottom: 10px;
		margin-top: 24px;
		border-radius: 3px;
		background-color: #ffffff;
		border: solid 1px #d7d7d7
	}

	.document-landing textarea::-webkit-input-placeholder {
		font-size: 13px;
		line-height: 1.23;
		text-align: left;
		color: #626e75
	}

	.document-landing textarea:-moz-placeholder {
		font-size: 13px;
		line-height: 1.23;
		text-align: left;
		color: #626e75
	}

	.document-landing textarea::-moz-placeholder {
		font-size: 13px;
		line-height: 1.23;
		text-align: left;
		color: #626e75
	}

	.document-landing textarea:-ms-input-placeholder {
		font-size: 13px;
		line-height: 1.23;
		text-align: left;
		color: #626e75
	}

	.document-landing .document-action-mobile .signer-name,.document-landing .document-action-mobile .document-name {
		max-width: 280px;
		font-size: 13px;
		line-height: 1.54;
		margin: 0 auto;
		color: #444;
		padding-bottom: 8px
	}

	.document-landing .signer-name {
		padding-bottom: 8px
	}

	.document-landing .document-name {
		font-weight: 600;
		padding-bottom: 24px !important
	}

	.document-landing .btn-mobile-common {
		width: 100%;
		height: 40px;
		border-radius: 3px;
		display: block;
		font-size: 14px;
		padding: 0;
		margin-left: auto !important;
		margin-right: auto;
		text-transform: capitalize
	}

	.document-landing .review-btn-mobile {
		background-color: #008be7;
		margin-bottom: 12px
	}

	.document-landing .decline-btn-mobile {
		background-color: #f76868;
		margin-bottom: 24px
	}

	.document-landing .void-btn-mobile {
		background-color: #f76868;
		margin-bottom: 24px
	}

	.document-landing .decline-request {
		display: block
	}

	.document-landing .show-void {
		display: block
	}

	.document-landing .show-decline {
		display: block
	}

	.document-landing .recipients-list-wrapper {
		background-color: #f8f8f8;
		padding-left: 24px;
		padding-top: 24px;
		padding-bottom: 0
	}

	.document-landing .recipients-list-wrapper h4 {
		text-align: left !important;
		margin-bottom: 12px;
		font-size: 13px;
		color: #444
	}

	.document-landing .recipients-list-wrapper ul {
		margin: 0;
		width: 85%
	}

	.document-landing .recipients-list-wrapper ul li {
		margin-right: 0;
		margin-left: 0;
		font-size: 12px;
		float: none;
		border-bottom: solid 1px #d7d7d7;
		color: #444
	}

	.document-landing .recipients-list-wrapper ul li span {
		font-size: 11px;
		padding-bottom: 12px
	}

	.document-landing .recipients-list-wrapper ul li .recipient-email {
		font-size: 11px;
		color: #626e75;
		padding-bottom: 4px;
		padding-top: 2px
	}

	.document-landing .recipients-list-wrapper ul li .recipient-email-mobile,.document-landing .recipients-list-wrapper ul li .recipient-email-mobile {
		display: block
	}

	.document-landing .recipients-list-wrapper ul li .current-signer {
		display: inline;
		color: #626e75
	}

	.document-landing .recipients-list-wrapper ul li:last-of-type {
		border-bottom: transparent
	}

	.document-landing .disclaimer {
		display: none
	}

	.document-landing .signers-divider-mobile {
		width: 301px;
		border: solid 1px #d7d7d7;
		margin-top: 12px;
		margin-bottom: 12px
	}

	.document-landing .browser-support p {
		border-bottom: 1px solid #d7d7d7;
		padding-bottom: 24px
	}

	.document-landing .browser-support p,.document-landing .browser-support h4 {
		font-size: 13px;
		line-height: 1.54;
		text-align: center;
		color: #444
	}

	.document-landing .browser-support h4 {
		padding-top: 24px;
		padding-bottom: 16px;
		font-weight: 600
	}

	.document-landing .browser-support button {
		border: 1px solid #d7d7d7;
		background-color: transparent;
		color: #444;
		background-size: 24px 24px !important
	}

	.document-landing .browser-support .browser-btn-chrome {
		background: url("../img/app-chrome.jpg") no-repeat 74px center
	}

	.document-landing .browser-support .browser-btn-safari {
		background: url("../img/app-safari.jpg") no-repeat 74px center;
		margin-top: 10px
	}

	.document-landing .tnc-mobile {
		width: 85%;
		margin: 16px auto
	}

	.document-landing .tnc-mobile p {
		font-size: 11px;
		line-height: 1.55;
		text-align: left;
		color: #626e75
	}

	.document-landing .tnc-mobile p a {
		color: #008be7
	}

	.loading {
		left: 47%;
		top: 38%
	}

	.common-ink-class {
		margin-right: 10px
	}

	.sign-modal-mobile {
		width: 100% !important;
		top: 0 !important;
		min-height: 160px;
		padding-left: 0;
		padding-right: 0;
		height: 100%;
		max-width: initial !important
	}

	.sign-modal-mobile .sign-modal-tabs,.sign-modal-mobile .hide-tab-mobile,.sign-modal-mobile .hide-signature-copy-mobile,.sign-modal-mobile .hide-footer-mobile {
		display: none
	}

	.sign-modal-mobile .phone-signature {
		background-color: #fff;
		padding: 0 !important;
		margin: 0 auto
	}
}

html,body {
	height: 100%
}


.wrapper {
	height: 100% !important;
	min-height: 100%;
	margin-bottom: -3.1875rem
}

.document-landing {
	background: #f8f8f8;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto
}

.document-landing .logo img {
	padding-top: 5rem;
	padding-bottom: 3.125rem
}

.document-landing .download-icon {
	position: absolute;
	bottom: .6875rem;
	left: .375rem
}

.document-landing .document-action {
	word-break: break-word;
	word-break: break-all
}

.document-landing .document-action p {
	word-break: break-word;
	font-size: 1.125rem;
	font-weight: 300
}

.document-landing .document-action p .document-name {
	font-weight: 400;
	text-decoration: underline
}

.document-landing .document-action button {
	font-size: .875rem;
	text-transform: none
}

.document-landing .document-action button.secondary {
	background-color: #b0bec5;
	color: #fff
}

.document-landing .document-action button.secondary:hover,.document-landing .document-action button.secondary:focus {
	background-color: #859ba5
}

.document-landing .document-action button:nth-of-type(n+2) {
	margin-left: .625rem
}

.document-landing .disclaimer {
	color: #828282;
	font-size: .8125rem;
	font-weight: 300;
	margin: 20px 0 0 0;
	text-align: center;
}

.document-landing .recipients-list-wrapper {
	padding: 2.375rem 0
}

.document-landing .recipients-list-wrapper h4 {
	color: #737373;
	font-size: .875rem;
	font-weight: 300;
	margin-bottom: 1.875rem
}

.document-landing .recipients-list-wrapper ul {
	display: table;
	margin: 0 auto
}

.document-landing .recipients-list-wrapper ul li {
	font-size: .9375rem;
	color: #616161;
	margin-right: 2.1875rem;
	margin-bottom: .9375rem
}

.document-landing .recipients-list-wrapper ul li:last-of-type {
	margin-right: 0
}

.document-landing .recipients-list-wrapper ul li span {
	font-size: .625rem;
	color: #828282
}

.document-landing .logo img {
	width: 252px
}

.document-landing .logo .custom-logo-biz {
	width: 150px;
	height: auto
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-justify {
	text-align: justify !important
}


.sign-modal-tabs {
	position: absolute;
	top: -2.125rem;
	left: .3125rem;
	font-weight: 400;
	text-transform: capitalize;
	width: 98.55%
}

.sign-modal-tabs.tabs dd,.sign-modal-tabs.tabs .tab-title {
	width: 33%
}

.sign-modal-tabs.tabs dd>a,.sign-modal-tabs.tabs .tab-title>a {
	padding: .375rem 1.375rem;
	text-align: center;
	background-color: #fff;
	color: #626E75
}

.sign-modal-tabs.tabs dd>a:hover,.sign-modal-tabs.tabs .tab-title>a:hover {
	background-color: #f7f7f7
}

.sign-modal-tabs.tabs .tab-title.active>a {
	background-color: #f7f7f7;
}

.sign-modal-tabs li {
	border: 1px solid #D7D7D7
}

.sign-modal-tabs li:first-of-type {
	border-radius: 4px 0px 0px 4px
}

.sign-modal-tabs li:first-of-type a {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.sign-modal-tabs li:last-of-type {
	border-radius: 0px 4px 4px 0px
}

.sign-modal-tabs li:last-of-type a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

h4.sign-modal-title {
	margin: 0 0 1rem 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	color: #444
}

.sign-modal-tabs-content h6 {
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
	color: #626E75;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px
}

.sign-modal-tabs-content .signature-update-message {
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
	color: #626E75;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px
}

.sign-modal-tabs-content .sign-wrapper .canvas-wrapper {
	border: .0625rem solid #cfd8dc;
	border-radius: 4px;
	height: 280px;
	width: 100%;
	margin-bottom: 13px;
	margin-top: 24px
}

.sign-modal-tabs-content .sign-wrapper .canvas-wrapper #signature-canvas {
	width: 100%;
	height: 100%
}

.sign-modal-tabs-content .sign-wrapper .sign-container {
	max-height: 17.5rem;
	overflow: hidden
}

.sign-modal-tabs-content .sign-wrapper .sign-controls-mobile {
	height: 48px
}

.sign-modal-tabs-content .sign-wrapper .sign-controls {
	border: .0625rem solid #cfd8dc;
	border-radius: 4px;
	padding: 8px 0;
	float: left;
	width: 100%
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .ink-black,.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .ink-blue,.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .ink-red {
	position: relative
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color img {
	padding: 0
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .ink-dot img {
	margin: 7.5px 6px
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .black-dot {
	background-color: #000;
	border-radius: 12px;
	width: 24px;
	height: 24px
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .red-dot {
	background-color: #e70033;
	border-radius: 12px;
	width: 24px;
	height: 24px
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .blue-dot {
	background-color: #0018ff;
	border-radius: 12px;
	width: 24px;
	height: 24px
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .ink-black.active .selected {
	display: inline-block;
	background-color: #000
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .ink-blue.active .selected {
	display: inline-block;
	background-color: #0018ff
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .ink-red.active .selected {
	display: inline-block;
	background-color: #e70033
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color .selected {
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	right: 0;
	top: 0
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-edit span:last-of-type {
	margin-left: 2.1875rem
}

.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-edit span img {
	width: 2.75rem;
	padding: 10px;
	margin-top: -10px
}

.sign-modal-tabs-content .email {
	height: inherit
}

.sign-modal-tabs-content .email .canvas-wrapper {
	height: calc(100vh - 185px)
}

.sign-modal-tabs-content .doodle-text {
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	border-radius: 4px
}

.sign-modal-tabs-content .doodle-text:focus {
	border: 1px solid #008BE7
}

.sign-modal-tabs-content .aadhaar-msg-c {
	font-size: 12px;
	color: #626e75;
	border-radius: 2px;
	background-color: #f7f7f7;
	border: solid 1px #d7d7d7;
	padding: 10px;
	margin-top: 10px
}

.sign-modal-tabs-content .aadhar-msg-img {
	margin-right: 5px;
	width: 32px
}

.sign-modal-tabs-content .sign-modal-footer {
	text-align: right;
	margin: -32px 0px 0px 0px
}

.sign-modal-tabs-content .sign-modal-footer.mobile-phone-signature {
	padding: 5px 0px 10px 0px;
	clear: both
}

.sign-modal-tabs-content .sign-modal-footer .icon-progress {
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}

.sign-modal-tabs-content .sign-modal-footer button {
	margin-left: 10px;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: .875rem;
	font-weight: 500
}

.sign-modal-tabs-content .sign-modal-footer button.tiny {
	min-width: 5.625rem
}

.sign-modal-tabs-content .sign-modal-footer button:nth-of-type(n+2) {
	color: #fff
}

.sign-modal-tabs-content .sign-modal-footer .sign-action.primary-check {
	display: inline-block;
	float: left;
	height: 20px
}

.sign-modal-tabs-content .sign-modal-footer .sign-action.primary-check label {
	color: #444;
	line-height: 17px;
	font-size: .875rem;
	font-weight: 400;
	padding: 0
}

.sign-modal-tabs-content .sign-modal-footer .sign-action.primary-check label input {
	margin-top: 18px;
	margin-right: .3125rem;
	width: 16px;
	height: 16px
}

.sign-modal-tabs-content .doodles-wrapper {
	overflow-x: auto;
	border: .0625rem solid #cfd8dc;
	border-radius: 4px
}

.sign-modal-tabs-content .doodles-wrapper table {
	width: 100%;
	border-collapse: separate;
	border-spacing: .125rem;
	margin: 0;
	/*height: 100%*/
}

.sign-modal-tabs-content .doodles-wrapper table td {
	position: relative;
	min-width: 18.75rem;
	width: 50%;
	white-space: nowrap;
	background-color: transparent;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	/* padding: 10px 1.25rem; */
}

.sign-modal-tabs-content .doodles-wrapper table td img {
	height: 99%
}

.sign-modal-tabs-content .doodles-wrapper table td.active {
	border: 2px #008BE7 solid;
	border-radius: 4px
}

.sign-modal-tabs-content .doodles-wrapper table td.no-content {
	color: #6e6e6e;
	font-size: 1rem;
	font-weight: 300
}

.sign-modal-tabs-content .doodles-wrapper table td .btn-remove {
	position: absolute;
	right: .625rem;
	bottom: .625rem;
	line-height: .875rem
}

.sign-modal-tabs-content .doodles-wrapper table td .btn-primary {
	position: absolute;
	right: .625rem;
	top: -.1875rem
}

.sign-modal-tabs-content .doodles-wrapper table td .btn-primary img {
	height: 1.25rem
}


.tabs {
	margin-bottom: 0 !important;
	margin-left: 0
}

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

.tabs:after {
	clear: both
}

.tabs dd,.tabs .tab-title {
	float: left;
	list-style: none;
	margin-bottom: 0 !important;
	position: relative
}

.tabs dd>a,.tabs .tab-title>a {
	display: block;
	background-color: #272727;
	color: #c2c2c2;
	font-family: "Open Sans",sans-serif;
	font-size: .875rem;
	padding: .375rem .75rem
}

.tabs dd>a:hover,.tabs .tab-title>a:hover {
	background-color: #252525
}

.tabs dd.active>a,.tabs .tab-title.active>a {
	background-color: #fff;
	color: #000
}

.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.tabs.vertical dd,.tabs.vertical .tab-title {
	position: inherit;
	float: none;
	display: block;
	top: auto
}

.tabs-content {
	margin-bottom: 0;
	width: 100%
}

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

.tabs-content:after {
	clear: both
}

.tabs-content>.content {
	display: none;
	float: left;
	padding: 0 0;
	width: 100%
}

.tabs-content>.content.active {
	display: block;
	float: none
}

.tabs-content>.content.contained {
	padding: 0
}

.tabs-content.vertical {
	display: block
}

.tabs-content.vertical>.content {
	padding: 0 0
}

@media only screen and (min-width: 40.0625em) {
	.tabs.vertical {
		float:left;
		margin: 0;
		margin-bottom: 1.25rem !important;
		max-width: 20%;
		width: 20%
	}

	.tabs-content.vertical {
		float: left;
		margin-left: -1px;
		max-width: 80%;
		padding-left: 1rem;
		width: 80%
	}
}

.no-js .tabs-content>.content {
	display: block;
	float: none
}

.th {
	border: solid 4px #fff;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: all 200ms ease-out
}

.th:hover,.th:focus {
	box-shadow: 0 0 6px 1px rgba(0,139,231,0.5)
}

.th.radius {
	border-radius: 3px
}

.reveal-modal-bg {
	background: #000;
	background: rgba(0,0,0,0.4);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1004;
	left: 0
}

.reveal-modal-bg {
	position: fixed
}


.sign-modal-noframe {
	max-width: 765px !important;
}

.sign-modal-noframe h4.sign-modal-title {
	margin: 0 0 0rem 0.3rem;
	text-transform: capitalize;
	text-align: center;
}

.sign-modal-noframe ul.sign-modal-tabs {
	top: 1.25rem !important;
	position: relative;
	width: 100%;
	left: 0px
}

.sign-modal-noframe div.sign-modal-tabs-content {
	padding-top: 20px !important
}

.sign-modal-noframe div.sign-modal-tabs-content section.draw-tab {
	height: 100%
}

.sign-modal-noframe div.sign-modal-tabs-content section.draw-tab div.sign-via-mobile div.row {
	border: 0.0625rem solid #cfd8dc;
	padding: 6px;
	padding-bottom: 0px;
	padding-top: 16px;
	height: 280px
}

.sign-modal-noframe div.sign-modal-tabs-content section.draw-tab div.sign-via-mobile div.link-expire-msg {
	width: 50%;
	float: left;
	display: block;
	text-align: left
}

.sign-modal-noframe div.sign-modal-tabs-content section.draw-tab div.sign-via-mobile div.link-expire-timeup {
	width: 50%;
	float: left;
	display: block;
	margin-top: -12px;
	text-align: left
}

.sign-modal-noframe div.sign-modal-tabs-content section.draw-tab div.sign-via-mobile div.back-trackpad-msg {
	width: 50%;
	display: inline-block;
	text-align: right
}

.sign-modal-noframe div.sign-modal-tabs-content section.type-tab {
	height: 100%;
	max-height: 400px
}

.sign-modal-noframe div.sign-modal-tabs-content section.type-tab .doodle-text {
	margin-bottom: 0.8rem
}

.sign-modal-noframe div.sign-modal-tabs-content section.type-tab .doodles-wrapper {
	max-height: 295px !important
}

.sign-modal-noframe div.sign-modal-tabs-content section.saved-tab {
	height: 100%;
	max-height: 395px
}

.sign-modal-noframe div.sign-modal-tabs-content section.saved-tab .doodles-wrapper {
	height: 341px !important;
	margin-top: 24px
}

.sign-modal-noframe div.sign-modal-tabs-content section.upload-tab {
	height: 100%;
	max-height: 396px
}


.sign-modal-noframe div.sign-modal-tabs-content section.upload-tab .dropper-zone div.upload-signature div.upload-tray button.upload-btn img.upload-btn-icon {
	width: 40px;
	height: 40px
}

.sign-modal-noframe div.sign-modal-tabs-content section.upload-tab .dropper-zone div.upload-signature div.upload-conditions .drop-files span {
	position: relative;
	left: -11px;
	top: -32px
}

.sign-modal-noframe div.sign-modal-tabs-content div.sign-modal-footer {
	display: block;
	clear: both;
	width: 100%;
	/*float: left;*/
	padding-top: 55px
}


.upload-panel {
	position: relative
}

.upload-panel .dropper-zone {
	border: 1px solid #CACACA;
	text-align: center;
	margin-top: 24px;
	border-radius: 4px
}

.upload-panel input {
	top: 0;
	left: 193px;
	position: absolute;
	bottom: 173px;
	width: 280px;
	cursor: pointer;
	height: 173px;
}

.upload-panel .upload-signature {
	height: 100%;
}

.upload-panel .upload-signature .text {
	position: relative;
	font-size: 15px
}

.upload-panel .upload-signature .upload-tray {
	padding-top: 26px;
	text-align: center;
	padding-bottom: 25px;
	position: relative;
}

.upload-panel .upload-signature .upload-tray .upload-btn {
	border: 1px solid #0091F2;
	color: #ff9400;
	background-color: white;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px
}

.upload-panel .upload-signature .upload-tray .upload-btn img {
	height: 20px;
	position: relative;
	top: -1px;
	cursor: pointer
}

.upload-panel .upload-signature .upload-tray .upload-btn span {
	font-size: 15px;
	margin-left: 7px;
	font-weight: 600;
	cursor: pointer
}

.upload-panel .upload-signature .upload-tray .upload-btn:hover {
	border: 1px dashed #ff94009c;
	cursor: pointer;
}

.upload-panel .upload-signature .upload-tray .drop-files {
	position: relative;
	top: 84px;
	left: -79px
}

.upload-panel .upload-signature .upload-conditions {
	padding-top: 27px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-align: center
}

.upload-panel .upload-signature .upload-conditions img {
	height: 130px
}

.upload-panel .upload-signature .upload-conditions .separator {
	width: 29%;
	margin: 0 auto;
	position: relative;
	left: -9px;
	bottom: 45px;
	background: white
}

.upload-panel .signature-loaded {
	height: 100%
}

.upload-panel .signature-loaded img {
	height: 100%
}

.upload-panel .signature-loaded .close-img {
	position: absolute;
	bottom: 75px;
	height: 20px;
	left: 96%;
	cursor: pointer
}

.sign-modal {
	max-width: 700px !important;
	width: 100% !important;
	/*min-height: 385px*/
}

div.sign-modal-mobile section.phone-signature.show-mobile {
	clear: both
}

.pointer,header.doc-view section.top-bar-section .toolbox-bar .toolbox .tool-item,aside.doc-view .side-nav li,.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-color,.sign-modal-tabs-content .sign-wrapper .sign-controls .controls-edit span,.sign-modal-tabs-content .doodles-wrapper table td,.annotation-wrap .annotation-remove,.controls-edit span,.controls-color {
	cursor: pointer
}


.disabled {
	pointer-events: none !important;
	background-color: #d8d8d8 !important;
	border: 1px solid #d8d8d8 !important
}

.font-tiny {
	font-size: .6875rem
}

.font-light {
	font-weight: 300
}

/* RCS STYLES */
a:hover{color:#067bdd}.footer a{font-weight:400}.footer a:hover{color:#fff}.header.with-cta ul:first-child>li:last-of-type>a{color:#fff;border:2px solid #995800;border-radius:3px;padding:0 20px;margin-left:10px;background-color:#ff9400}.header.with-cta ul:first-child>li:last-of-type>a:hover{background-color:#c67200}h2{line-height:1.2}.clients{padding:32px 10%}.clients img{max-height:100px}.client-logo{opacity:.6;filter:alpha(opacity=50)}.name-and-company{color:#7c7c7c;font-size:20px !important}.cta-box-left{padding-right:10px}.cta-box-right{padding-left:10px}.header{padding:20px 3%}.header img{height:33px;width:auto !important}.section-subheader{font-size:20px}.header.sticky{padding:20px 3%}.title h2{line-height:1.2}.testimonials p{font-size:24px !important;line-height:normal;padding-left:10%;padding-right:10%}.quote{display:none}.quotation-mark{display:none}.persons-photo{border-radius:100% !important}.marquee.marquee-landing-full .marquee-text{padding:20px 10% 80px 10%}.marquee.marquee-landing .marquee-text{padding:20px 5% 80px 5%}.marquee .marquee-text-video{padding:200px 10% 178px 5%}.marquee .marquee-text-video-landing{padding:20px 10% 40px 5%}.marquee .marquee-text{padding:200px 10% 178px 15%}.marquee .marquee-text h1{font-size:40px;line-height:1.2}.marquee .marquee-text p{font-size:20px;margin-bottom:20px}.marquee .marquee-text-video h1{font-size:40px;line-height:1.2}.marquee .marquee-text-video p{font-size:20px;margin-bottom:20px}.marquee .marquee-text .landing-logo{width:250px;margin-bottom:30px;margin-top:10px}.marquee .marquee-text .phone-number{float:right;margin-bottom:30px}.marquee .marquee-text .phone-number a:hover{color:#a4cef2}.marquee .marquee-text a{margin-top:0px;margin-bottom:0px}.marquee .marquee-text .marquee-paragraph{margin-bottom:10px}.marquee .marquee-text .form.right:before{display:none}.marquee .marquee-text .form.right.small{padding:10px 2%;background:rgba(0,0,0,.2);border-radius:3px}.marquee .marquee-text .form.right.small.new{background:#408fd2;border-radius:3px}.marquee .marquee-text .form.right.small.new h3{margin-top:0;margin-bottom:20px;font-size:25px}.form input[type="tel"],textarea{width:100% !important;display:block;margin-bottom:20px;padding:10px;border:0;font-size:16px;background:#fafafa;color:#333}.form input[type="text"],.form input[type="password"],.form input[type="email"],textarea{width:100% !important;display:block;margin-bottom:20px;padding:10px;border:0;font-size:16px;background:;color:#333}.form input[type="submit"],.hs-button.primary{padding:20px 10%}.subscribe-form input[type="tel"],textarea{width:100% !important;display:block;margin-bottom:20px;padding:10px;border:0;font-size:16px;background:#fafafa;color:#333}.subscribe-form input[type="text"],.form input[type="password"],.form input[type="email"],textarea{width:100% !important;display:block;margin-bottom:20px;padding:10px;border:0;font-size:16px;background:;color:#333}.subscribe-form input[type="submit"],.hs-button.primary{padding:20px 10%;color:#333;background:#408fd2}.subscribe-form{padding:10px;border:1px #408fd2}.sidebar .form h3{font-size:20px;margin-top:0}.marquee .marquee-text .demo-box{padding:10px 2%;background:#408fd2;border-radius:3px}.content-cta{padding:80px;background-image:url("//cdn2.hubspot.net/hubfs/97875/catering-crm.jpg?t=1542036810024");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.content-cta .marquee-cta-trial{text-align:right}.content-cta .marquee-cta-demo{text-align:left}.content-management-features{padding:20px;background-color:#fff}.content-padding{padding-left:10%;padding-right:10%}.ebook-bio{padding:30px 10% 30px 10%}.hs-footer-company-copyright{opacity:.5;filter:alpha(opacity=50)}.blog-paragraph p{margin:2rem 0}.sidebar .form h3{line-height:1.2}.ebook-bio h2{text-align:center;font-size:29px}.hs-field-desc{font-style:italic}.page-center{max-width:100%;margin:0 auto !important;float:none !important}.full-width-bg{background:#cb0909}span.line{display:inline-block}.button{display:inline-block;background-color:#ff9400;-webkit-border-radius:5;-moz-border-radius:5;border-radius:5px;font-family:Arial;box-sizing:border-box;color:#fff;font-size:20px;text-align:center;padding:.3em 1.2em;â€ƒ margin:0 .3em .3em 0;border:0;text-decoration:none;-webkit-transition-duration:.4s;transition-duration:.4s}.button:hover{color:#fff;background-color:#b36800;text-decoration:none}.btn{display:inline-block;background-color:#408fd2;-webkit-border-radius:5;-moz-border-radius:5;border-radius:5px;box-sizing:border-box;font-family:Arial;color:#fff;font-size:20px;text-align:center;padding:.3em 1.2em;â€ƒ margin:0 .3em .3em 0;border:0;text-decoration:none;-webkit-transition-duration:.4s;transition-duration:.4s}.btn:hover{color:#fff;background-color:#2668a0;text-decoration:none}.btn-pricing{display:inline-block;background-color:#408fd2;-webkit-border-radius:5;-moz-border-radius:5;border-radius:5px;box-sizing:border-box;font-family:Arial;color:#fff !important;font-size:15px;text-align:center;padding:.3em 1.2em;â€ƒ margin:0 .3em .3em 0;border:0;text-decoration:none;-webkit-transition-duration:.4s;transition-duration:.4s}.btn-pricing:hover{color:#fff;background-color:#2668a0;text-decoration:none}.button-border{display:inline-block;background:0;-webkit-border-radius:5;-moz-border-radius:5;border-radius:5px;font-family:Arial;color:#ff9400;font-size:20px;text-align:center;padding:.3em 1.2em;â€ƒ margin:0 .3em .3em 0;â€ƒ box-sizing:border-box;border:solid #ff9400 2px;text-decoration:none;-webkit-transition-duration:.4s;transition-duration:.4s}.button-border:hover{color:#fff;background:#ffae40;text-decoration:none}.buttonucsm{display:inline-block;background-color:#ff9400;-webkit-border-radius:5;-moz-border-radius:5;border-radius:5px;font-family:Arial;box-sizing:border-box;color:#fff;font-size:20px;text-align:center;padding:.3em 1.2em;â€ƒ margin:0 .3em .3em 0;border:solid #ff9400 2px;text-decoration:none;-webkit-transition-duration:.4s;transition-duration:.4s}.buttonucsm:hover{color:#fff;background-color:#b36800;text-decoration:none}.no-cc{text-align:right;padding-right:18px}.marquee .marquee-text .marquee-buttons .marquee-home-left a.btn{float:right}.marquee .marquee-text .marquee-buttons .marquee-home-right a.button{float:left}.marquee.marquee-landing .marquee-buttons .marquee-ucsm-left .ucsm-page-button-left a.buttonucsm{float:right}.marquee.marquee-landing .marquee-buttons .marquee-ucsm-right .ucsm-page-button-right a.button-border{float:left}.pricing-option{box-shadow:0 5px 50px 5px rgba(0,0,0,0.12)}.marquee .marquee-text .landing-logo-caterzen{width:320px;margin-bottom:30px;margin-top:10px}.header img{height:auto !important}img.hs-image-widget{height:auto !important;max-width:100%}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;background-color:#022847;color:#fff;text-align:center;padding:5px 5px;border-radius:5px;width:220px;max-width:220px;position:absolute;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.legal{padding:20px 5%}@media all and (max-width:30em){.button,.btn,.button-border,.buttonucsm{display:block;margin:.2em auto;text-align:center}.no-cc{text-align:center;padding-right:0px}.marquee .marquee-text .marquee-buttons .marquee-home-left a.btn{float:none}.marquee .marquee-text .marquee-buttons .marquee-home-right a.button{float:none}.marquee.marquee-landing .marquee-buttons .marquee-ucsm-left .ucsm-page-button-left a.buttonucsm{float:none}.marquee.marquee-landing .marquee-buttons .marquee-ucsm-right .ucsm-page-button-right a.button-border{float:none}}@media screen and (max-width:768px){.flex-flip>.row-fluid-wrapper>.row-fluid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.flip-left{order:2;-webkit-order:2;-moz-order:2;-ms-order:2;width:100%}.flip-right{order:1;-webkit-order:1;-moz-order:1;-ms-order:1;width:100%}.header.with-cta ul:first-child>li:last-of-type>a{margin-left:0px}.marquee .marquee-text{padding:30px 10% 50px 10%}.marquee .marquee-text h1{line-height:1.2}.marquee.marquee-small .marquee-text{padding:80px 5% 80px 5%}.testimonials p{font-size:20px !important;padding-left:1%;padding-right:1%}.content-cta{line-height:1.3;padding-left:10%;padding-right:10%}.marquee .marquee-cta-trial{text-align:center;padding-bottom:10px}.marquee .marquee-cta-demo{text-align:center;padding-bottom:10px}.content-cta .marquee-cta-trial{text-align:center;padding-bottom:10px}.content-cta .marquee-cta-demo{text-align:center;padding-bottom:10px}.clients{display:none !important}.benefit-box{margin-bottom:45px}.footer-column{text-align:center;padding-bottom:30px}.content-padding{padding-left:1%;padding-right:1%}.content{padding:80px 5%}.legal{padding-left:1%;padding-right:1%}.heading-adjust{font-size:25px;line-height:1.2}.ucsm-video{width:100%;height:220px}img.hs-image-widget{height:auto !important;max-width:250px}.marquee .marquee-text-video{padding:20px 5% 20px 5%}}@media(min-width:768px) and (max-width:1139px){.marquee .marquee-text h1{line-height:1.2}.content-cta{line-height:1.2}h2{line-height:1.2}}@media(min-width:768px) and (max-width:1139px){.marquee .marquee-text h1{line-height:1.2}.content-cta{line-height:1.2}h2{line-height:1.2}}

.alert.alert-error {
	background: white;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
	width: 612pt;
	color: red;
	border-radius: 4px;
	padding: 5px 10px;
}

input.error,
.signature-container.error
{
	box-shadow: 0px 0px 3px 0px red;
}

.signature-container {
	padding: 20px 0;
}

.signature-add-box {
	background-color: #fff;
	border: 2px dashed #000;
	text-align: center;
	color: rgba(0,0,0,0.75);
	display: block;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color .15s linear,background .15s linear;
	-moz-transition: border-color .15s linear,background .15s linear;
	-ms-transition: border-color .15s linear,background .15s linear;
	-o-transition: border-color .15s linear,background .15s linear;
	transition: border-color .15s linear,background .15s linear;
}

.signature-add-box.to-sign {
	border: 2px dashed #ff94009c;
}

.signature-add-box.to-sign.error {
	border: 2px dashed #ff00009c;
}
.signature-add-box.to-sign.active.error {
	box-shadow: #ff00009c 1px 1px 20px;
}

.signature-add-box .placeholder {
	padding: .5rem;
}

.signature-add-box:hover {
	cursor: pointer;
}

.signature-email input.to-sign {
	border: 2px dashed #ff94009c;
}

.signature-email input {
	border: 2px dashed #000;
}

.type-tab .signature-font {
	font-size: 30px;
}

.signature-font.selected {
	border-radius: 4px;
	box-shadow: 0 0 1px 1px #ff94009c;
}

.loading-upload-signature {
	padding: 20px;
	display: none;
}

.img-upload-signature {
	/*width:347px; */
	height:64px;
}

.img-upload-signature.hidden {
	display:none;
}

.modal {
	top: 60px;
	position: fixed;
	display: block;
	margin: 0 auto;
	right: 0;
	left: 0;
	z-index: 2000;
	background: #fff;
	border-radius: 4px;
	padding: 20px;
}

.hidden {
	display: none !important;
}

.btn-sign-action {
	position: fixed;
	text-align: center;
	font-size: 20px;
	top: 20px;
	cursor: pointer;
	color: #ff9400;
}

.to-sign.active {
	box-shadow: #ff94009c 1px 1px 20px;
}

.document-action-icon i {
	color: #408fd2;
}

.document-action {
	text-align: center;
}

.document-action p {
	padding: 10px 0;
}