/*================================================
Reset the styles begin
================================================*/
html {
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
    font-family: 'depot_new_regular', Arial, Helvetica, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}
input[name="consentchecked"] {
	float: left;
    margin: 5px 5px 0 0;
    vertical-align: middle;
}
ins {
	background-color: #ff9;
	color: #565656;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #565656;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #565656;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
    font-family: 'caecilia_lt_std75_bold', "Times New Roman", Times, serif;
}
h1 {
    font-family: 'caecilia_lt_std55_roman';
	}
h1, h2 {
	font-size: 2.286em;
}
h3 {
	font-size: 1.571em;
}
h4, h5, h6 {
	font-size: 1.286em;
}
p {
	line-height: 1.429em;
	padding: 0 0 1.5em;
}
a, a:hover, a:active, a:focus {
	outline: none;
}
a, a:link, a:visited {
	color: #409644;
	text-decoration: none;
}
a:hover, a:link:hover {
	text-decoration: underline;
}
ul {
	padding: 0 0 1.5em 16px;
	margin: 0px;
}
ol {
	padding: 0 0 1.5em 18px;
	margin: 0px;
	}
ul li {
	list-style-type: disc;
}
li {
	line-height: 1.429em;
	}
img {
	max-width: 100%;
	height: auto;
	visibility: visible;
	}
iframe {
	max-width: 100%;
	}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
dl dt, dl dd {
	font-weight: normal;
	line-height: normal;
	}
dl dd {
	margin: 0px;
	}
strong {
    font-family: 'depot_new_bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
input:focus, textarea:focus {
	outline: none
}
/*Not validated. Needed to remove padding-top for buttons in Mozilla Firefox*/
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* Clearfix */
.clearfix, .form-row {
	display: inline-block;
}
.clearfix:after, .form-row:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix, .form-row {
	display: block;
}
/*================================================
Reset the styles end
================================================*/