#clear-list-style ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
#clear-list-style ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
#clear-list-style ol ul, #clear-list-style ul ol, #clear-list-style ul ul, #clear-list-style ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
#clear-list-style ol ol ul, #clear-list-style ol ul ul, #clear-list-style ul ol ul, #clear-list-style ul ul ul {
	list-style-type: square;
}
#clear-list-style ul ul, #clear-list-style ol ul {
	list-style-type: circle;
}
#clear-list-style ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}
#clear-list-style {text-align: initial !important;}

.contacts-left ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
.contacts-left ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
.contacts-left ol ul, .contacts-left ul ol, .contacts-left ul ul, .contacts-left ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
.contacts-left ol ol ul, .contacts-left ol ul ul, .contacts-left ul ol ul, .contacts-left ul ul ul {
	list-style-type: square;
}
.contacts-left ul ul, .contacts-left ol ul {
	list-style-type: circle;
}
.contacts-left ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}


.cms-page-view div.std ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
.cms-page-view div.std ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
.cms-page-view div.std ol ul, .cms-page-view div.std ul ol, .cms-page-view div.std ul ul, .cms-page-view div.std ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
.cms-page-view div.std ol ol ul, .cms-page-view div.std ol ul ul, .cms-page-view div.std ul ol ul, .cms-page-view div.std ul ul ul {
	list-style-type: square;
}
.cms-page-view div.std ul ul, .cms-page-view div.std ol ul {
	list-style-type: circle;
}
.cms-page-view div.std ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.footer-container .footer-text  ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
.footer-container .footer-text  ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
.footer-container .footer-text  ol ul, .footer-container .footer-text  ul ol, .footer-container .footer-text  ul ul, #.footer-container .footer-text  ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer-container .footer-text  ol ol ul, .footer-container .footer-text  ol ul ul, .footer-container .footer-text  ul ol ul, #clear-list-style ul ul ul {
	list-style-type: square;
}
.footer-container .footer-text  ul ul, .footer-container .footer-text  ol ul {
	list-style-type: circle;
}
.footer-container .footer-text  ul li , .footer-container .footer-text  ol li {
	display: list-item;
	text-align: -webkit-match-parent;
	background: none;
}
.footer-container .footer-text  {text-align: initial !important; padding: 0 1rem;}

body div.std ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
body div.std ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
body div.std ol ul, body div.std ul ol, body div.std ul ul, body div.std ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
body div.std ol ol ul, body div.std ol ul ul, body div.std ul ol ul, body div.std ul ul ul {
	list-style-type: square;
}
body div.std ul ul, body div.std ol ul {
	list-style-type: circle;
}
body div.std ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}
body div.std p, div.std table {
	padding: 0 1rem;
}