<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	position: relative;
	background: white;
	border-collapse: collapse;
	color: #484943 !important;
	font-family: 'MetaPro';
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.zoom1 .zoom2,.zoom1 .zoom3,.zoom1 .zoom4,.zoom2 .zoom1,.zoom2 .zoom3,.zoom2 .zoom4,.zoom3 .zoom1,
.zoom3 .zoom2,.zoom3 .zoom4,.zoom4 .zoom1,.zoom4 .zoom2,.zoom4 .zoom3
{
	display: none;
}

@font-face {
	font-family: 'MetaPro';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/MetaPro-Norm.eot');
	src: url('fonts/MetaPro-Norm.woff') format('woff'),
	url('fonts/MetaPro-Norm.ttf') format('truetype'),
	url('fonts/MetaPro-Norm.svg') format('svg');
}

@font-face {
	font-family: 'MetaPro';
	font-style: normal;
	font-weight: bold;
	src: url('fonts/MetaPro-Bold.eot');
	src: url('fonts/MetaPro-Bold.woff') format('woff'),
	url('fonts/MetaPro-Bold.ttf') format('truetype'),
	url('fonts/MetaPro-Bold.svg') format('svg');
}

@font-face {
	font-family: 'MetaPro';
	font-style: italic;
	font-weight: normal;
	src: url('fonts/MetaPro-NormIta.eot');
	src: url('fonts/MetaPro-NormIta.woff') format('woff'),
	url('fonts/MetaPro-NormIta.ttf') format('truetype'),
	url('fonts/MetaPro-NormIta.svg') format('svg');
}

@font-face {
	font-family: 'MetaPro';
	font-style: italic;
	font-weight: bold;
	src: url('fonts/MetaPro-BoldIta.eot');
	src: url('fonts/MetaPro-BoldIta.woff') format('woff'),
	url('fonts/MetaPro-BoldIta.ttf') format('truetype'),
	url('fonts/MetaPro-BoldIta.svg') format('svg');
}

.header {
	background: white;
}

.header::after {
	clear: both;
	content: '';
	display: table;
}

.header-wrapper {
	margin: 0px auto;
	max-width: 1080px;
}

.news-date {
	color: #7a7a0e;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}

#title {
	color: #00a6c9;
}

.news-block {
	display: -ms-flexbox;
	display: -webkit-box;
	margin-bottom: 20px;
	ms-flex-wrap: wrap;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.table-image {
	margin-right: 1em;
	overflow: hidden;
	text-align: center;
	width: 213px;
}

.table-image img {
	width: 100%;
}

.table-info {
	padding-bottom: 20px;
	vertical-align: top;
	width: calc(100% - 245px);
}

form {
	margin: 0;
	padding: 0;
}

a { color: #0086a2; text-decoration: none; }
a:hover,a:focus{ text-decoration: underline; }
a:active{ outline: none; }
a:focus{ moz-outline-style: none; }
a:link img,	a:visited img{
	border: solid 0px #fff;
	display: inline-block;
}

table td {
	vertical-align: top;
	text-align: left;
	padding-right: 8px;
}

table td:last-child {
	padding-right: 0px;
}

p {
	margin-bottom: 10px;
	margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
    color: #00467c;
    font-weight: 400;
    display: block;
    font-size: 32px;
    margin: 0 0 20px;
    padding: 0;
	line-height: 1.1;
	font-style: italic;
}

h2 {
	color: #00467c;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0.5em;
}

h3 {
	color: #00a6c9;
	font-size: 21px;
	font-weight: bold;
	margin-top: 0.5em;
}

acronym {
	color: #484943;
	cursor: help;
	text-decoration: none;
	border-bottom: 1px solid;
}

a acronym {
	color: #0086a2;
	border-bottom: none;
}

#debug {
	border: solid 0px #ff0000;
	font-size: 9px;
	height: 20px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 20px;
}

#debug:hover,
#debug:focus {
	background-color: Yellow;
	border: solid 1px #ff0000;
	color: #000;
	height: 200px;
	overflow: auto;
	width: 150px;
}

#divLeftContent {
	float: left;
	margin-bottom: 0.5em;
	width: 43.5em;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    overflow-wrap: anywhere;
}

#BaseContent {
	position: relative;
	background-color: #fff;
	margin: 0 auto 0 auto;
	max-width: 1080px;
	/*padding-top: 40px;*/
}

#BaseContent #PageWidth {
	position: relative;
	padding: 25px 25px;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#BaseContent #PageWidth {
		padding: 100px 25px 25px;
	}
}


#BaseContent #PageWidth::after {
	content: '';
	display: table;
	clear: both;
}

.article-content_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.border_right {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

ul.nav_top {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.nav_top li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.nav_top li span {
	color: #a8998c;
}

ul.nav_top li a span {
	color: #a8998c;
}

ul.nav_top li ul li.first {
	border-bottom-style: none;
	height: auto;
	margin-bottom: 0;
}

.nav_home .language {
	background-color: #54a437;
    border-radius: 3px;
    padding: 0px 2px 3px;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
    margin-top: -5px;
}

.nav_home .language a,
.nav_home .language_mobile a {
	color: white;
}

.nav_home .language_mobile {
	display: none;
	background-color: #a2b526;
	border-radius: 3px;
	padding: 0px 2px 3px;
	font-size: 16px;
	margin-left: 10px;
	text-align: center;
	margin-top: -5px;
}

ul.nav_top li ul.accessories li.first.language a span {
	color: white;
	font-size: 14px;
	line-height: 1.3px;
}
ul.nav_top li ul.accessories .language a {
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	padding: 12px 15px;
	text-decoration: none;
	vertical-align: 2px;
}
ul.nav_top li.first a img.logo {
	float: left;
}

ul.nav_top li ul.accessories {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	display: -ms-flexbox;
	display: -webkit-box;

	float: right;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	list-style-type: none;
	margin: 0;
	ms-flex-align: center;
	ms-flex-pack: end;
	ms-flex-wrap: wrap;
	padding: 0;
	text-align: right;
	webkit-box-align: center;
	webkit-box-pack: end;
	width: 30em;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.nav_top li ul.accessories li {
	display: inline;
}

.nav_top li ul.accessories li span {
	line-height: 2.5em;
}

#ie7andup .nav_top li ul.accessories li {
	margin: 0;
}

.nav_top li ul.accessories li.first a span {
	font-weight: bold;
}

.nav_top li ul.accessories li ul li.first a span {
	font-size: 100%;
	font-weight: normal;
}

.nav_top li ul.accessories li a {
	text-decoration: none;
}

.nav_top li ul.accessories li .tools {
	margin: 0;
}

.nav_top li ul.accessories li .tools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav_top li ul.accessories li .tools ul li {
	border-right: solid 1px #0fabcc;
}

.nav_top li ul.accessories li .tools ul li a span {
	padding: 0 0.45em;
}

ul.nav_top li ul.accessories li .tools ul li a:link span,
ul.nav_top li ul.accessories li .tools ul li a:visited span {
	color: #0fabcc;
}

ul.nav_top li ul.accessories li .tools ul li a:hover span,
ul.nav_top li ul.accessories li .tools ul li a:focus span {
	color: #484943;
}

ul.nav_top li ul.accessories li .tools ul li.last {
	border-right-style: none;
}

ul.nav_top li ul.accessories li .tools ul li.zoom_label,
ul.nav_top li ul.accessories li .tools ul li.zoom,
.nav_top li ul.accessories_fr li .tools ul li.zoom_label,
.nav_top li ul.accessories_fr li .tools ul li.zoom {
	display: none;
}

ul.nav_top li ul.accessories li .tools ul li.zoom_label span
{
	padding-left: 1em;
	padding-right: 0.25em;
}

ul.nav_top li ul.accessories li .tools ul li.zoom {
	border-right-style: none;
	padding-left: 0.25em;
}

ul.nav_top li ul.accessories li .tools ul li.zoom a {
	font-size: 1.4em;
}

ul.nav_top li ul.accessories li .tools ul li.zoom a img.ImgZoom1 {
	height: 0.8em;
	width: 0.8em;
}

ul.nav_top li ul.accessories li .tools ul li.zoom a img.ImgZoom2 {
	height: 1.0em;
	width: 1.0em;
}

ul.nav_top li ul.accessories li .tools ul li.zoom a img.ImgZoom3 {
	height: 1.2em;
	width: 1.2em;
}

ul.nav_top li ul.accessories li .tools ul li.zoom a img.ImgZoom4 {
	height: 1.4em;
	width: 1.4em;
}

ul.nav_top li ul.accessories li .search {
	margin: 1em 0;
}

ul.nav_top li ul.accessories li .search ul {
	list-style-type: none;
}

ul.nav_top li ul.accessories li .search ul li label,
.additionalresources .searchpanel label {
	color: #0fabcc;
	display: none;
	font-weight: bold;
	margin-right: 0.5em;
}

ul.nav_top li.first a img.logo_fr {
	float: left;
	width: 23.78em;
}

ul.nav_top li ul.accessories_fr {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.nav_top li ul.accessories_fr li {
	display: block;
	clear: both;
}

ul.nav_top li ul.accessories_fr li .tools ul li.last {
	border-right: none;
}

ul.nav_top li ul.accessories_fr li span {
	line-height: 2.5em;
}

#ie7andup ul.nav_top li ul.accessories_fr li {
	margin: 0;
}

ul.nav_top li ul.accessories_fr li.first a span {
    font-weight: bold;
    color: white;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    padding: 0px 15px;
    text-decoration: none;
    line-height: 1.8;
}

ul.nav_top li ul.accessories_fr li ul li.first a span {
	font-size: 100%;
	font-weight: normal;
}

ul.nav_top li ul.accessories_fr li .tools {
	margin: 1em 0;
}

ul.nav_top li ul.accessories_fr li .tools ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

ul.nav_top li ul.accessories_fr li .tools ul li {
	border-right: solid 1px #0fabcc;
}

ul.nav_top li ul.accessories_fr li .tools ul li a span {
	font-size: 1.4em;
	padding: 0 0.45em;
}

ul.nav_top li ul.accessories_fr li .tools ul li a:link span,
ul.nav_top li ul.accessories_fr li .tools ul li a:visited span {
	color: #0fabcc;
}

.nav_top li .accessories_fr li .tools ul li a:hover span,
.nav_top li .accessories_fr li .tools ul li a:focus span {
	color: #484943;
}


.nav_top li ul.accessories_fr li .tools ul li.zoom_label {
	border-right-style: none;
}

.nav_top li ul.accessories_fr li .tools ul li.zoom_label span {
	padding-left: 1em;
	padding-right: 0.25em;
}

.nav_top li ul.accessories_fr li .tools ul li.zoom {
	border-right-style: none;
	padding-left: 0.25em;
}

.nav_top li ul.accessories_fr li .tools ul li.zoom a img.ImgZoom1 {
	height: 0.8em;
	width: 0.8em;
}

.nav_top li ul.accessories_fr li .tools ul li.zoom a img.ImgZoom2 {
	height: 1.0em;
	width: 1.0em;
}

.nav_top li ul.accessories_fr li .tools ul li.zoom a img.ImgZoom3 {
	height: 1.2em;
	width: 1.2em;
}

.nav_top li ul.accessories_fr li .tools ul li.zoom a img.ImgZoom4 {
	height: 1.4em;
	width: 1.4em;
}

.nav_top li ul.accessories_fr li .search {
	margin: 1em 0;
}

ul.nav_top li ul.accessories_fr li .search ul {
	list-style-type: none;
}

.nav_top li ul.accessories_fr li .search ul li label,
.additionalresources .searchpanel label {
	display: none;
	color: #0fabcc;
	font-weight: bold;
	margin-right: 0.5em;
}

#PageWidth #divLeftBodyTopDiv {
	clear: left;
	float: left;
}

#divLogoHomeLinkUrl {
	display: none;
}

#divLeftBodyTopDiv .nav_tabs span {
	font-size: 26px;
}


.border_top {
	border-top: solid 1px #b8ac9f;
	clear: both;
}

.nav_top .search_box,
.additionalresources .searchpanel input.search_box {
	background-color: #c2eaf2;
	border: none;
	border-radius: 4px;
	color: #0fabcc;
	padding: 6px 14px;
	width: 15.75em;
	outline: none;
}

.nav_top li ul.accessories li .search ul li input.search_buttons,
.additionalresources .searchpanel input.search_buttons {
	height: 0.9375em;
	outline: none;
	vertical-align: middle;
	width: 0.9375em;
}

.additionalresources .searchpanel {
	border-left: solid 1px #00a6c9;
	float: right;
	margin-left: 1em;
	padding-left: 1em;
}

.additionalresources .resourcepanel {
	float: right;
}

.additionalresources .resourcepanel a:link,
.additionalresources .resourcepanel a:visited {
	color: #0fabcc;
	font-weight: bold;
}

.content_toolbar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.content_toolbar-title {
	display: inline-block;
	margin-right: 15px;
}

.content_toolbar ul li {
	display: block;
	color: white;
	list-style-type: none;
	margin: 0;
}

.content_toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 15px;
}

.content_toolbar a {
	color: white;
}

.content_toolbar ul li label {
	color: #00a6c9;
	margin-right: 0.5em;
	padding: 0 0.25em;
	display: none;
}

.content_toolbar ul li input.search_box {
	background-color: #c2eaf2;
	border: none;
	border-radius: 4px;
	color: #0fabcc;
	margin-right: 0.5em;
	padding: 6px 14px;
	width: 15.75em;
}

.content_toolbar ul li input.search_buttons
{
	height: 0.9375em;
	vertical-align: middle;
	width: 0.9375em;
}
.content_toolbar ul li a:link span,
.content_toolbar ul li a:visited span {
	color: white;
	font-size: 14px;
    padding: 2px 10px;
    border-radius: 3px;
	background-color: #9cb300;
	border: solid 1px #9cb300;
}
.content_toolbar ul li a:hover span,
.content_toolbar ul li a:focus span {
	color: white;
}

.content_toolbar ul li.last {
	border-right-style: none;
}
.nav_tabs {
	clear: both;
	position: relative;
	z-index: 2;
}

.nav_tabs::before
{
	background-color: #d7f1f7;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	-webkit-box-shadow: 0px 5px 10px inset rgba(0,0,0,0.2);
	        box-shadow: 0px 5px 10px inset rgba(0,0,0,0.2);
}

.nav_tabs::after {
	background-color: #d7f1f7;
	bottom: 0;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	-webkit-box-shadow: 0px 5px 10px inset rgba(0,0,0,0.2);
	        box-shadow: 0px 5px 10px inset rgba(0,0,0,0.2);
}

.nav_tabs ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.nav_tabs ul li {
	position: relative;
	background-color: #973aa0;
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
			-ms-flex-preferred-size: 33%;
			    flex-basis: 33%;
	margin: 0;
	ms-flex-positive: 1;
	padding: 0;
	text-align: center;
	webkit-box-flex: 1;
}

.nav_tabs ul li.selected::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border: 20px solid transparent;
}


.nav_tabs ul li.selected.first::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border: 20px solid transparent;
	border-top: 20px solid #03bcce;
}

.nav_tabs ul li.selected.last::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border: 20px solid transparent;
	border-top: 20px solid #f15931;
}

.nav_tabs ul ul li.selected.last::after {
	display: none;
}


.nav_tabs ul li:hover .nav_tab_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 11;
	left: 0;
	right: 0;
}

.nav_tabs .nav_ul &gt; li:first-child {
	background-color: #009dbd;
	transition: all .3s;
}

.nav_tabs .nav_ul &gt; li:first-child:hover {
	background-color: #8adde9;
}

.nav_tabs ul li a {
	text-decoration: none;
}

.nav_tabs ul li a span {
	color: #fff;
	display: block;
	font-size: 32px;
	line-height: 2.0em;
	padding: 0 0.5em;
}

.nav_tabs .nav_ul &gt; li:last-child {
	background-color: #54a437;
	transition: all .3s;
}

.nav_tabs .nav_ul &gt; li:last-child:hover {
	background-color: #5cb83b;
}

.nav_tab_links {
	display: none;
	background-color: #f7efdc;
	width: 100%;
}

.nav_tab_links .nav_ul ul li {
	background: #b7c826;
	transition: all .3s;
}

.nav_tabs .nav_ul li:last-child ul li {
	background: #5cb83b;
}

.nav_tabs .nav_ul li:last-child ul li:nth-child(2n+1) {
	background: #54a437;
}

.nav_tabs .nav_ul li:last-child ul li:nth-child(2n+1):hover {
	background: #54a437;
}

.nav_tabs .nav_ul li:first-child ul li {
	background: #8adde9;
}

.nav_tabs .nav_ul li:first-child ul li:nth-child(2n+1) {
	background: #00a6c9;
}

.nav_tabs .nav_ul li:nth-child(2) {
	background-color: #6c2373;
	transition: all .3s;
}

.nav_tabs .nav_ul li:nth-child(2) li:nth-child(2) {
	background-color: #973aa0;
	transition: all .3s;
}

.nav_tabs .nav_ul li:nth-child(2):hover {
	background-color: #973aa0;
}

.nav_tabs .nav_ul li:first-child li:nth-child(2):hover {
	background-color: #8adde9 !important;
}

.nav_tabs .nav_ul li:last-child li:nth-child(2):hover {
	background-color: #5cb83b !important;
}

.nav_tabs .nav_ul li:nth-child(2) li:nth-child(2n+1) {
	background-color: #6c2373;
}
/*after*/

.nav_tabs .nav_ul &gt; li.selected:first-child::after {
	border-top: 20px solid #009dbd;
}

.nav_tabs .nav_ul li.selected:nth-child(2)::after {
	border-top: 20px solid #6c2373;
}

.nav_tabs .nav_ul &gt; li.selected:last-child::after {
	border-top: 20px solid #54a437;
}

.tabB .nav_tab_links {
	/*border-bottom: solid 0.1875em #c6771e;
	border-top: solid 0.1875em #c6771e;*/
}

.tabC .nav_tab_links {
	position: absolute;
	left: 0;
	right: 0;
}

.nav_tab_links ul {
	display: block;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav_tab_links ul li {
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 24px;
}

.nav_tab_links ul li a:link,
.nav_tab_links ul li a:visited {
	text-decoration: none;
}

.tabA .nav_tab_links ul li a:link,
.tabA .nav_tab_links ul li a:visited {
	color: #7a7a0e;
}

.tabA .nav_tab_links ul li.selected a:link,
.tabA .nav_tab_links ul li.selected a:visited {
	color: #603000;
}

.tabA .nav_tab_links ul li a:hover,
.tabA .nav_tab_links ul li a:focus {
	color: #603000;
}

.tabB .nav_tab_links ul li a:link,
.tabB .nav_tab_links ul li a:visited {
	color: #c6771e;
}

.tabB .nav_tab_links ul li.selected a:link,
.tabB .nav_tab_links ul li.selected a:visited {
	color: #603000;
}

.tabB .nav_tab_links ul li a:hover,
.tabB .nav_tab_links ul li a:focus {
	color: #603000;
}

.tabC .nav_tab_links ul li a:link,
.tabC .nav_tab_links ul li a:visited {
	color: #603000;
}

.tabC .nav_tab_links ul li.selected a:link,
.tabC .nav_tab_links ul li.selected a:visited {
	color: #c6771e;
}

.tabC .nav_tab_links ul li a:hover,
.tabC .nav_tab_links ul li a:focus {
	color: #c6771e;
}

.nav_tab_links ul li a:link span,
.nav_tab_links ul li a:visited span {
	display: block;
	padding: 3px 0;
	font-size: 16px;
}

.nav_tab_links ul li a:link span span.b,
.nav_tab_links ul li a:visited span span.b {
	display: inline;
	padding: 0 0.25em;
	visibility: hidden;
}

.nav_tab_links ul li.selected a:link span span.b,
.nav_tab_links ul li.selected a:visited span span.b {
	visibility: visible;
}

.nav_home {
	padding: 1em 0 0.45em 0;
	padding: 1em 0 0.75em 0;
	float: right;
	width: 50%;
}
#ie7andup .nav_home,#ie6only .nav_home {
	height: 1%;
}

.nav_home ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

.nav_home ul li {
	border-right: solid 1px #00a6c9;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav_home ul li a {
	text-decoration: none;
}

.nav_home ul li a:link span,
.nav_home ul li a:visited span {
	padding-left: 0.45em;
	padding-right: 0.45em;
	white-space: nowrap;
}

.nav_home ul li a:hover,
.nav_home ul li a:focus {
	text-decoration: none;
}

.nav_home ul li.last {
	border-right-style: none;
}

.nav_crumbs {
	max-width: 1080px;
    background: white;
    list-style-type: none;
    margin: 0px auto;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.nav_crumbs li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav_crumbs li a {
	text-decoration: none;
	font-size: 0.7em;
}

.nav_crumbs li a:link span,
.nav_crumbs li a:visited span {
	color: #0fabcc;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.nav_crumbs li a:hover span,
.nav_crumbs li a:focus span,
.nav_crumbs li a:active span {
	color: #484943;
}

.nav_crumbs li.first {
	border-right-style: none;
}

.nav_crumbs li.first span {
	color: #0fabcc;
	font-weight: bold;
	margin-right: 0em;
	font-size: 0.7em;
}

.nav_crumbs li.last {
	border-right-style: none;
}

.nav_crumbs_border {
	border-right: solid 1px #a8998c;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
}

#divContent {
	position: relative;
}

a.pb img {
	height: 6.25em;
	padding-bottom: 1em;
	width: 20em;
}

a.pb_fr img {
	height: 8.075em;
	padding-bottom: 1em;
	width: 20em;
}

#divLeftContent img.graphic {
	height: 9.625em;
	margin-bottom: 0.5em;
	width: 37.5em;
}

#divLeftContent h3 a {
	color: #00a6c9;
}

#divLeftContent h4 {
	font-weight: bold;
	margin-top: 0.5em;
}

#divLeftContent dl dt {
	font-weight: bold;
	margin-top: 0.5em;
}

#divLeftContent dl dd {
	margin-left: 0;
}

.homebox {
	height: 22.75em;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 37.5em;
}

.homebox .text {
	margin-left: 17.2em;
	margin-top: -22.85em;
	width: 19.9em;
}

#divLeftContent .homebox .text h1 {
	color: #00467c;
	font-weight: unset;
	display: block;
	font-size: 32px;
	line-height: 2.0em;
	margin: 0;
	padding: 0;
}

#divLeftContent .homebox img.primary {
	height: 22.75em;
	width: 37.5em;
}

#divLeftContent .vs {
	color: #ff0000;
}

#divLeftContent .vs_inherited {
	color: #ff0000;
}

#divLeftContent .validator {
	color: #ff0000;
}

.frm_aap {
	margin-bottom: 25px;
}
.frm_aap .select_box_28 {
    background-color: #ffffff;
    border: solid 0.1em #8db5bd;
    color: #484943;
    font-family: 'MetaPro';
    font-weight: normal;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px;
    resize: none;
    width: 400px;
    box-sizing: border-box;
}

#divLeftContent .glossary_list {
	margin-bottom: 10px;
	text-align: justify;
}

#divLeftContent .glossary_list p {
	margin: 0;
	text-align: center;
}

#divLeftContent .article_content .selected {
	display: block;
}

.header_article_left_part img {
	max-width: 100%;
}

.header_article_right_part {
	margin: 0.75em 0 0 0;
}

.header_article_right_part .article_icon_link,
.header_article_right_part .article_icon_link a {
	color: #00a6c9;
	font-weight: normal;
	text-decoration: none ! important;
}
#divLeftContent .article_content .header_article_right_part .article_icon_link a:hover {
	color: #484943;
}

.article_bottom {
	clear: both;
}

.header_article_right_part .header {
	font-weight: bold;
	margin: 0.5em 0em 0.5em;
}

.header_article_right_part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header_article_right_part ul li
{
	color: #00a6c9;
	font-weight: normal;
	text-decoration: none;
}
.header_article_right_part ul li a
{
	color: #00a6c9;
	font-weight: normal;
	text-decoration: none;
}
.header_article_right_part ul li a:hover,
.header_article_right_part ul li a:focus,
.header_article_right_part ul li a:active
{
	color: #484943;
	text-decoration: none;
}
.header_article_right_part ul li a.article_link_selected
{
	color: #484943;
	font-weight: normal;
	margin-left: -0.55em;
	margin-left: -0.5em;
	text-decoration: none;
}
.header_article_right_part ul li a.article_link_selected:hover,
.header_article_right_part ul li a.article_link_selected:focus,
.header_article_right_part ul li a.article_link_selected:active {
	color: #484943;
}

.tipbox_info {
	border: solid 0.1em #b7ab9d;
	margin: 2em -0.5em;
	padding: 0.5em;
}
.tipbox_info .tipbox_info_inner {
	background-color: #b9b8b3;
	margin: 0;
	padding: 0 0.6875em 0.6875em 0.6875em;
}

.tipbox_info h3 {
	background-color: #dfd8ce;
	background-position: 0.25em center;
	background-repeat: no-repeat;
	color: #b7ab9d;
	font-size: 1.4em;
	margin: 0;
	padding: 0.25em 0.2em 0.2em 1.8125em;
}

.tipbox_info p {
	background-color: #dfd8ce;
	font-style: italic;
	margin: 0;
	padding: 0 0.6875em 0.6875em 0.6875em;
}

.tipbox_emergency {
	border: solid 0.1em #b7ab9b;
	margin: 2em -0.5em;
	padding: 0.5em;
}

.tipbox_emergency .tipbox_emergency_inner {
	background-color: #b9b8b3;
	margin: 0;
	padding: 0 0.6875em 0.6875em 0.6875em;
}

.tipbox_emergency h3 {
	background-color: #b9b8b3;
	background-position: 0.25em center;
	background-repeat: no-repeat;
	color: #41403e;
	font-size: 1.4em;
	margin: 0;
	padding: 0.25em 0.2em 0.2em 1.8125em;
}

.tipbox_emergency p {
	background-color: #b9b8b3;
	font-style: italic;
	margin: 0;
	padding: 0 0.6875em 0.6875em 0.6875em;
}

a.article_content .forum_subheader {
	font-weight: normal;
	text-decoration: none;
}

.article_content .post_link {
	font-weight: bold;
	text-decoration: none;
}

.forum_form_label {
	color: #484943;
	font-weight: normal;
	text-decoration: none;
}

#divLeftContent .article_content .forum_form_label p {
	color: #484943;
	font-weight: normal;
	text-decoration: none;
}

#divLeftContent .article_content .forum_form_label div {
	color: #484943;
	font-weight: normal;
	text-decoration: none;
}

.forum_form_label p a {text-decoration: none;}
.forum_form_label div a {text-decoration: none;}
.forum_form_label a {text-decoration: none;}

.article_content .article_bottom {
	clear: both;
	padding-top: 30px;
}

#section_a1 ul {
	padding-left: 25px;
	margin-bottom: 20px;
}

.article_content .article_bottom h4 {
	font-weight: bold;
	margin-top: 0.5em;
}

.article_content .article_bottom a:hover,
.article_content .article_bottom a:focus {
	text-decoration: none;
}

.article_content ul {
	margin: 0;
	/*padding: 0;*/
	margin-bottom: 5px;
}

#divLeftContent features {
	margin-top: 28px;
}

.features {
	border-bottom: 2px solid #c2eaf2;
	margin-bottom: 14px;
	margin-top: 0;
	padding-bottom: 20px;
}

.features img {
	margin-bottom: 0.5em;
	width: 100%;
}

.featuresB {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.features .rf {
	_margin-left: 0.63em;
	_margin-right: 0.63em;
	color: #484943;
	-ms-flex-preferred-size: 30%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	ms-flex-positive: 1;
	ms-flex-preferred-size: 30%;
	webkit-box-flex: 1;
	 flex-basis: 30%;
	 flex-grow: 1;
}

.features .rf:nth-child(2) {
	margin: 0 8px;
}

.features .rf h3 {
	margin: 0.75em 0;
}

.features .rf h3 a:link,
.features .fr h3 a:visited
{
	color: #484943;
	text-decoration: none;
}

.features .rf h3 a:hover,
.features .fr h3 a:focus
{
	text-decoration: underline;
}

.features .last
{
	border-right: solid 0px #ffffff;
	padding-right: 0;
}

.discuss
{
	border-top: solid 1px #b8ac9f;
}

.discuss h2 {
	color: #603000;
}

.discuss table {
	vertical-align: top;
	width: 100%;
}

.discuss table a {
	color: #484943;
	text-decoration: none;
}

.discuss table a:hover {
	text-decoration: underline;
}

.discuss table col.col_a,
.discuss table col.col_b {
	text-align: left;
}

.discuss table col.col_c,
.discuss table col.col_d {
	text-align: center;
}
.discuss table thead th {
	line-height: 3em;
	text-align: left;
}
.discuss table tbody td {
	padding-bottom: 1em;
}

.discuss table thead th.col_c,
.discuss table thead th.col_d,
.discuss table tbody td.col_c,
.discuss table tbody td.col_d {
	text-align: center;
}

#divLeftContent .pub {
	margin-bottom: 0.5em;
}

#divLeftContent .pub ul {
	color: #484943;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#divLeftContent .pub ul li {
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	padding: 0.5em 0 0.5em 0;
	width: 100%;
}

#divLeftContent .pub ul li .graphic {
	float: left;
	height: 5.875em;
	width: 6.6875em;
}

#divLeftContent .pub ul li .graphic img {
	height: 5.25em;
	width: 5.125em;
}

#divLeftContent .pub ul li .copy {
	float: left;
	width: calc(100% - 250px);
}

#divLeftContent .pub ul li .copy h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

#divLeftContent .pub ul li .copy h2 {
	float: left;
	font-weight: 600;
	margin-bottom: 0.5em;
	margin-top: 0;
}

#divLeftContent .pub ul li .copy div {
	clear: both;
	margin-bottom: 1.5em;
}

.separator {
	margin-bottom: 20px;
}

.resources {
	margin-top: 1em;
}

.resources .resource_borders {
	padding-top: 20px;
}

.resources a {
	display: block;
	margin: 0px;
	color: #7a7a0e;
}

.resources a.paypal-buy-now-button {
	margin-bottom: 10px;
}

.details-file a {
	padding: 0;
}

.resources .bold_text {
	color: #00a6c9;
	font-size: 16px;
	text-transform: uppercase;
}

.resources ul.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.resources ul.tabs li {
	background-color: #f4ecd9;
	border-bottom: solid 3px #fff;
	border-right: solid 0.1875em #fff;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.resources ul.tabs li.selected {
	background-color: #b8ac9f;
	border-bottom: solid 3px #b8ac9f;
}


.resources ul.tabs li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.resources ul.tabs li a:hover span,
.resources ul.tabs li a:focus span {
	text-decoration: underline;
}


.resources ul.tabs li span {
	color: #000;
	display: block;
	line-height: 2.0em;
	padding: 0 0.5em;
}

.resources .list {
	clear: left;
	overflow: hidden;
}


.resources .list .cat {
	margin-bottom: 1em;
}

.cat .resourcelist {
	margin-left: 20px;
}

.resources .list .cat .resourcelist {
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 1.25em;
}

.resources .list .cat .resourcelist a:link,
.resources .list .cat .resourcelist a:visited,
.resources .list .cat a:link,
.resources .list .cat a:visited {
	color: #7a7a0e;
}

#divLeftContent .resources .list .cat .resourcelist a:hover,
#divLeftContent .resources .list .cat .resourcelist a:focus,
#divLeftContent .resources .list .cat a:hover,
#divLeftContent .resources .list .cat a:focus {
	color: #7a7a0e;
}

.resourcelist_item {
    padding-left: 25px;
	margin-bottom: 11px;
}

.resourcelist_more a {
	color: #0086a2;
    padding-top: 0;
    margin-top: 0;
}

.intro {
	padding-top: 30px;
}

#divLeftContent .resources .list .cat .detail {
	margin-top: 1em;
	padding-left: 1.25em;
}

#divLeftContent p.pub {
	background-color: #f8f7f2;
	margin-top: 0.5em;
	padding: 0.5em 1.75em;
	text-align: right;
}

#divLeftContent p.pub a {
	text-decoration: none;
}

#divLeftContent p.pub a:hover,
#divLeftContent p.pub a:focus {
	text-decoration: underline;
}

#divLeftContent .sd {
	margin-top: 1em;
	overflow-x: hidden;
	width: 37.5em;
}

#divLeftContent .sd ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 40em;
}

#divLeftContent .sd ul li {
	background-color: #f8f7f2;
	cursor: hand;
	cursor: pointer;
	float: left;
	height: 12em;
	list-style-type: none;
	margin: 0 2.0em 2.0em 0;
	overflow: hidden;
	padding: 0.75em;
	width: 9.6875em;
}

#divLeftContent .sd ul li div {
	width: 9.625em;
}

#divLeftContent .sd ul li img {
	height: 9.35em;
	width: 9.35em;
}

#divLeftContent .sd ul li h4 {
	font-weight: bold;
	margin: 0;
}

#divLeftContent .sd ul li h5
{
	margin: 0;
}

#divLeftContent .sd ul li p
{
	margin: 0;
}


#divLeftContent .search .s
{
	padding: 0.75em;
}

#divLeftContent .search ol
{
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#divLeftContent .search ol li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#divLeftContent .search ol li h4 {
	margin-bottom: 0;
}

#divLeftContent .search ol li p {
	margin-top: 0;
}

#divLeftContent .article_content .your_story_right_part {
	margin: 0 0.75em 0 1.45em;
}

#divLeftContent .article_content .your_story_right_part .header {
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}

.article_content .your_story_right_part .article_icon_link,
.article_content .your_story_right_part .article_icon_link a {
	color: #00a6c9;
	font-weight: normal;
	text-decoration: none;
}

.sitemap h1.tabA a {
	margin-top: 0.5em;
}

.sitemap h1.tabB a {
	margin-top: 0.5em;
}

.sitemap h1.tabC a {
	margin-top: 0.5em;
}

.sitemap p {
	margin: 0.25em 0 0 2em;
}

.code {
	height: 3.943em;
	width: 14.77em;
}

.discuss_color {
	color: #636363;
}

#divPrimaryBadges {
	text-align: right;
}

#divRightContent {
	float: right;
	overflow-x: hidden;
	width: 20em;
}

#divRightContent .badge {
	border: solid 0.1em #b8ac9f;
	color: #ffffff;
	margin-bottom: 0.5em;
}

#divRightContent .badge div {
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0.5em 1em 1em 1em;
}

#divRightContent .badge div div {
	margin: 0;
	padding: 0;
}

#divRightContent .badge h4,
#divRightContent .badge h5 {
	margin: 0 0 0.5em 0;
}

#divRightContent .badge h4 a:link,
#divRightContent .badge h4 a:visited
{
	color: #325b99;
}

#divRightContent .badge input.submit {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: #674e4e;
	font-size: 0.7em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#divRightContent .badge p a:link,
#divRightContent .badge p a:visited {
	color: #325b99;
}

#divRightContent .resources {
	border-style: none;
	margin: 0em 0 25px 0;
}

#divRightContent .resources img
{
	height: 6.26;
	margin-top: 0em;
	width: 20em;
}

#divRightContent .resources h4 {
	font-size: 1.2em!important;
}

#divRightContent .resources ul {
	list-style-type: none;
	margin: 0em;
	padding: 0;
}

#divRightContent .resources ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#divRightContent .resources ul li.selected {
	color: #603000;
}

#divRightContent .resources ul li a:link,
#divRightContent .resources ul li a:visited {
	color: #fff;
}

#divRightContent .resources ul li.selected span.b
{
	display: inline;
	margin-left: -0.75em;
	margin-right: 0.25em;
}

#divRightContent .general
{
	border-style: none;
	height: 11em;
	margin: 0;
	overflow: hidden;
	width: 20em;
}

#divRightContent .general a img
{
	height: 10em;
	width: 20em;
}

#divRightContent .general .text
{
	height: 8.75em;
	margin-left: -0.5em;
	margin-top: -10em;
	padding: 0;
	width: 20em;
}

#divRightContent .general .text div
{
	padding: 1em 4em 0 1.75em;
}

#divRightContent .general .text div h4 {
	margin: 0;
	margin-bottom: 0.5em;
}

#divRightContent .general .text div p {
	margin: 0 0 1.5em;
}


#divRightContent .aap_badge
{
	border-style: none;
	color: #ffffff;
	height: 7.887em;
	margin: 0em 0 1em 0;
	overflow: hidden;
	width: 20em;
}

#divRightContent .aap_badge a img
{
	height: 7.887;
	width: 20em;
}

#divRightContent .aap_badge .text
{
	height: 7.887em;
	margin-left: -0.5em;
	margin-top: -8em;
	padding: 0;
	width: 20em;
}

#divRightContent .aap_badge .text div
{
	padding: 1em 4em 0 1.75em;
}

#divRightContent .aap_badge .text div h4 {
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5em;
}

#divRightContent .aap_badge .text div h4 a:link,
#divRightContent .aap_badge .text div h4 a:visited
{
	color: #ffffff;
}

#divRightContent .aap_badge .text div p {
	margin: 0 0 1.5em;
}

#divRightContent .aap_badge .text div p a:link,
#divRightContent .aap_badge .text div p a:visited
{
	color: #ffffff;
}

#divRightContent .your_story_badge
{
	border-style: none;
	color: #ffffff;
	height: 8.075em;
	margin: 0em 0 1em 0;
	overflow: hidden;
	width: 20em;
}

#divRightContent .your_story_badge a img
{
	height: 8.075;
	width: 20em;
}
#divRightContent .your_story_badge .text
{
	height: 8.075em;
	margin-left: -0.5em;
	margin-top: -8em;
	padding: 0;
	width: 20em;
}

#divRightContent .your_story_badge .text div
{
	padding: 1em 4em 0 1.75em;
}

#divRightContent .your_story_badge .text div h4 {
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5em;
}

#divRightContent .your_story_badge .text div h4 a:link,
#divRightContent .your_story_badge .text div h4 a:visited {
	color: #ffffff;
}

#divRightContent .your_story_badge .text div p a:link,
#divRightContent .your_story_badge .text div p a:visited {
	color: #ffffff;
}

#divRightContent .contribute_exchange {
	border-style: none;
	color: #ffffff;
	height: 6.26em;
	margin: 0em 0 1em 0;
	overflow: hidden;
	width: 20em;
}

#divRightContent .contribute_exchange a img {
	height: 6.26;
	width: 20em;
}

#divRightContent .contribute_exchange .text {
	height: 6.26em;
	margin-left: -0.5em;
	margin-top: -6.5em;
	padding: 0;
	width: 20em;
}

#divRightContent .contribute_exchange .text div {
	padding: 1em 1em 0 1.75em;
}

#divRightContent .contribute_exchange .text div h4 {
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5em;
}

#divRightContent .contribute_exchange .text div h4 a:link,
#divRightContent .contribute_exchange .text div h4 a:visited {
	color: #ffffff;
}

#divRightContent .contribute_exchange .text div p {
	font-size: 0.7em!important;
	margin: 0 0 1.5em;
}

#divRightContent .contribute_exchange .text div p a:link,
#divRightContent .contribute_exchange .text div p a:visited {
	color: #ffffff;
}

#divRightContent .prog_serv {
	border-style: none;
	color: #ffffff;
	height: 7.38em;
	margin: 0em 0 1em 0;
	overflow: hidden;
	width: 20em;
}

#divRightContent .prog_serv a img {
	height: 7.38;
	width: 20em;
}

#divRightContent .prog_serv .text {
	height: 7.38em;
	margin-left: -0.5em;
	margin-top: -7.5em;
	padding: 0;
	width: 20em;
}

#divRightContent .prog_serv .text div {
	padding: 1em 4em 0 1.75em;
}

#divRightContent .prog_serv .text div h4 {
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5em;
}

#divRightContent .prog_serv .text div h4 a:link,
#divRightContent .prog_serv .text div h4 a:visited {
	color: #ffffff;
}

#divRightContent .prog_serv .text div p {
	margin: 0 0 1.5em;
}

#divRightContent .prog_serv .text div p a:link,
#divRightContent .prog_serv .text div p a:visited {
	color: #ffffff;
}

#divRightContent .faq {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

#divRightContent .faq div {
	background-color: #cfd97e;
	margin: 0.5em 0.5em 0 0.5em;
	padding: 0.5em 1em 0.5em 1em;
}

#divRightContent .faq p {
	margin: 0.75em 0 0.5em;
}

#divRightContent .faq p a:link,
#divRightContent .faq p a:visited {
	color: #325b99;

}

#divRightContent .popular_articles {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

#divRightContent .popular_articles div {
	background-color: #c2eaf2;
	border-bottom: solid 1px #ffffff;
	margin: 0.5em 0.5em 0 0.5em;
	padding: 0.5em 1em 0.5em 1em;
	color: #325b99;
}

#divRightContent .popular_articles p {
	margin: 0.75em 0 0.5em;
}

#divRightContent .popular_articles p a:link,
#divRightContent .popular_articles p a:visited {
	color: #325b99;
}

#divRightContent .learn_more {
	border-style: none;
	color: #ffffff;
	height: 6.26em;
	margin: 0em 0 1em 0;
	overflow: hidden;
	width: 20em;
}
#divRightContent .learn_more a img
{
	height: 6.26;
	width: 20em;
}
#divRightContent .learn_more .text
{
	margin-left: -0.5em;
	margin-top: -6.5em;
	padding: 0;
	width: 20em;
}
#divRightContent .learn_more .text div
{
	padding: 1em 4em 0 1.75em;
}

#divRightContent .learn_more .text div h4 {
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5em;
	width: 7em;
}

#divRightContent .learn_more .text div h4 a:link,
#divRightContent .learn_more .text div h4 a:visited
{
	color: #ffffff;
}

#divRightContent .learn_more .text div p a:link,
#divRightContent .learn_more .text div p a:visited {
	color: #ffffff;
}

#divRightContent .learn_more_fr
{
	border-style: none;
	color: #ffffff;
	height: 8.07em;
	margin: 0em 0 1em 0;
	overflow: hidden;
	width: 20em;
}
#divRightContent .learn_more_fr a img {
	height: 8.07;
	width: 20em;
}

#divRightContent .learn_more_fr .text {
	margin-left: -0.5em;
	margin-top: -8em;
	padding: 0;
	width: 20em;
}

#divRightContent .learn_more_fr .text div {
	padding: 1em 4em 0 1.75em;
}

#divRightContent .learn_more_fr .text div h4 {
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5em;
	width: 10em;
}

#divRightContent .learn_more_fr .text div h4 a:link,
#divRightContent .learn_more_fr .text div h4 a:visited {
	color: #ffffff;
}

#divRightContent .learn_more_fr .text div p {
	margin: 0 0 1.5em;
}

#divRightContent .learn_more_fr .text div p a:link,
#divRightContent .learn_more_fr .text div p a:visited {
	color: #ffffff;
}

#divRightContent .related_links {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

#divRightContent .related_links div
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #ffffff;
	margin: 0.5em 0.5em 0 0.5em;
	padding: 0.5em 1em 0.5em 1em;
}

#divRightContent .related_links h4 {
	color: #00a6c9;
}

#divRightContent .related_links p {
	color: #00a6c9;
	margin: 0.75em 0 0.5em;
}

#divRightContent .related_links p a:link,
#divRightContent .related_links p a:visited {
	color: #00a6c9;
}

#divRightContent .margin_top02_nav {
	display: none;
}


.badge_image_array {
	height: 6.25em;
	width: 20em;
}

div.home_image_array
{
	height: 22.786em;
	width: 100%;
	text-align: center;
}

.home_image_array img
{
}
.home_image_array .text
{
	cursor: hand;
	margin-left: 17.2em;
	margin-top: -22.85em;
	width: 19.9em;
}
.home_image_array .text h1 {
	color: #484943 !important;
    font-weight: unset;
    display: block;
    font-size: 32px;
    line-height: 2.0em;
    margin: 0;
    padding: 0;
}

.BaseContent #PageWidth #divtopLink a img {
	height: 0.8em;
	vertical-align: top;
	width: 3.44em;
}
.video_library {
	clear: both;
	height: 100%;
	overflow-x: hidden;
}

.video_library .left_part {
	/*background-color: #c2eaf2;*/
	font-size: 14px;
	height: 100%;
	padding: 10px;
	width: 11em;
}

.video_library .left_part ul.links
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.video_library .left_part ul.links li {
	background-image: url(blue_arrow_right.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	color: #0fabcc;
	margin-left: 0px;
	padding: 0px 0px 7px 0.6em;
}

.video_library .left_part ul.links li.selected
{
	background-image: url(green_arrow_down.png);
}
.video_library .left_part ul.links li ul.child
{
	list-style-type: none;
	margin-left: 7px;
	padding: 0px 0px 0px 0px;
}
.video_library .left_part ul.links li ul.child li
{
	background-image: none;
	color: #7a7a0e;
	margin-left: 7px;
	padding: 0px 0px 0px 0.5em;
}
.video_library .left_part li a
{
	text-decoration: none;
}

.video_library .left_part .video_separator
{
	border: solid 1px #00467c;
	width: 100%;
}
.video_library .right_part
{
	padding: 0px 0px 0px 1em;
	width: 26em;
}
.video_library .right_part .subHeader {
	color: #7a7a0e;
	padding-bottom: 10px;
}

.video_library .right_part .contributors_links .letters {
	color: #7a7a0e;
	font-weight: lighter;
}

.video_library .right_part .contributors_links .letterEnabled {
	font-weight: bold;
}

.video_library .right_part .contributors_links a:hover.letterEnabled {
	font-weight: bold;
	text-decoration: underline;
}

.video_library .right_part .contributors_links a {
	color: #7a7a0e;
	text-decoration: none;
}

.video_library .right_part .contributors_links a:hover ,
.video_library .right_part .contributors_links a:focus ,
.video_library .right_part .contributors_links a:active
{
	color: #603000;
}
.video_library .right_part h2 {
	 margin: 0 0 0.5em;
}
.video_library .right_part .video_index_item
{
	padding: 1em 0px 0px 0em;
	position: relative;
}
.video_library .right_part .video_index_item .left_details_part
{
	height: 4.6em;
	max-width: 5.3em;
	margin: 0px auto;
}

.video_library .right_part .video_index_item .left_details_part .image {

}

.video_library .right_part .video_index_item .left_details_part .youtube_thumbnail {
	float: left;
	height: 64px;
	max-width: 86px;
}

.video_library .right_part .video_index_item .right_details_part .thumb_image {
	height: 2.3em;
	max-width: 2.5em;
}

.video_library .right_part .title {
	font-weight: bold;
}

.video_library .right_part .video_index_item .right_details_part span.text a:link,
.video_library .right_part .video_index_item .right_details_part span.text a:visited {
	color: #91783B;
	font-weight: normal;
	text-decoration: underline !important;
}
.video_library .right_part .video_index_item .right_details_part span.text a:hover,
	.video_library .right_part .video_index_item .right_details_part span.text a:focus
{
	color: #484943;
	text-decoration: underline;
}
.video_library .right_part .header {
	color: #7a7a0e;
	font-weight: bold;
}

.video_library_details
{
	border-top: solid 1px #b8ac9f;
	clear: both;
	height: 100%;
	overflow-x: hidden;
}
.video_library_details table
{
	margin: 0px 0px 0px 0px;
}
.video_library_details .right_part {
	    height: 100%;
	    padding: 0px 0.25em 0px 0.75em;
	    max-width: 25em;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
}
.video_library_details .right_part h2 {
	color: #7a7a0e;
}

.video_library_details .right_part .video_index_item {
	clear: both;
	padding: 1em 0px 0px 0em;
}

.video_library_details .right_part .title {
	font-weight: bold;
}

.video_library_details .left_part h2 {
	color: #7a7a0e;
}

.video_library_details .left_part .movie {
	padding-top: 10px;
}

.video_library_details .left_part .title {
	font-weight: bold;
}

	.video_library_details .left_part .link,
	.video_library_details .left_part .link a,
	.video_library_details .left_part .link a:link,
	.video_library_details .left_part .link a:visited {
	color: #7a7a0e;
}

	.video_library_details .left_part .link a:hover,
	.video_library_details .left_part .link a:focus,
	.video_library_details .left_part .link a:active {
	color: #603000;
}
a.link_underscore:link,
	a.a.link_underscore:visited
{
	color: #91783B;
	font-weight: normal;
	text-decoration: underline !important;
}
a.a.link_underscore:hover,
	a.a.link_underscore:focus
{
	color: #484943;
	text-decoration: underline;
}

.share {
	background-image: url('lg-share-en.gif');
	border: solid 0px #ffffff;
	cursor: pointer;
	height: 16px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 125px;
}

.footer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
	overflow-x: hidden;
	padding-top: 35px;
}


body::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
	/*background: url('../../Images/footer.jpg');*/
}

.footer ul.nav_left_footer
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 40px;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.footer ul.nav_left_footer li
{
	display: block;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 12px;
	padding: 0;
}
.footer ul.nav_left_footer li a
{
	text-decoration: none;
}
.footer ul.nav_left_footer li a:link span,
.footer ul.nav_left_footer li a:visited span {
	color: #0fabcc;
	white-space: nowrap;
}

.footer ul.nav_left_footer li a:hover span,
	.footer ul.nav_left_footer li a:focus span,
	.footer ul.nav_left_footer li a:active span {
	color: #484943;
}

.footer ul.nav_left_footer li.first a span {
	padding-left: 0;
}

.footer ul.nav_left_footer li.last {
	border-right-style: none;
}

.footer ul.nav_left_footer li.last a span {
	padding-right: 0;
}

.footer ul.nav_right_footer {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.footer ul.nav_right_footer li
{
	display: block;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.footer ul.nav_right_footer li a
{
	text-decoration: none;
}

.footer ul.nav_right_footer li a:link span,
	.footer ul.nav_right_footer li a:visited span
{
	color: #0fabcc;
	white-space: nowrap;
}
.footer ul.nav_right_footer li a:hover span,
	.footer ul.nav_right_footer li a:focus span,
	.footer ul.nav_right_footer li a:active span
{
	color: #00467c;
}
.footer ul.nav_right_footer li.first
{
}
.footer ul.nav_right_footer li.first a span
{
	padding-left: 0;
}
.footer ul.nav_right_footer li.last
{
	border-right-style: none;
}
.footer ul.nav_right_footer li.last a span
{
	padding-right: 0;
}

.media-link {
	width: 100%;
    margin-bottom: 15px;
}

.media-link area {
    display: inline-block;
    width: 15%;
    height: 3px;
    margin: 0 2px;
}

.badges-blocks .media-link_items {
	text-align: right;
}

.footer .media-link_items img {
	width: 28px;
}

.media-link_item {
	display: inline-block;
	text-decoration: none;
	margin: 0 6px;
}


.footer ul.center
{
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	list-style-type: none;
	text-align: center;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	        margin-right: 100px;
}
.footer ul.center li
{
	color: black;
	display: inline;
	font-size: 0.7em;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	margin-bottom: 15px;
}

.footer .copy
{
	clear: both;
	height: 2px;
}

.footer .copy span
{
	display: none;
}

.smaller
{
	font-size: smaller;
}
.dn
{
	display: none;
}
.fw142
{
	width: 8.875em;
}

.fh166
{
	height: 10.375em;
}
.hr_top
{
	border-top: solid 1px #b8ac9f;
}
.hr
{
	border-bottom: solid 1px #b8ac9f;
}
.h14
{
	padding-bottom: 0.875em;
}
.mb14
{
	margin-bottom: 0.875em;
}
.w530
{
	width: 35.05em;
}
.w36em
{
	width: 36em;
}
.w350
{
	width: 21.875em;
}
.w355
{
	width: 22.1875em;
}
.rt
{
	float: right;
}
.lt
{
	float: left;
}
.cr
{
	clear: right;
}
.cl
{
	clear: left;
}
.cb
{
	clear: both;
}
.px {
	overflow: hidden;
	height: 1px;
}

.plr20 {
	padding-right: 1.25em;
}

.bg_color
{
	background-color: #f4ecd9;
}

.border_all {
	border: solid 1px #b8ac9f;
}

.border_left {
	border-left: solid 1px #b8ac9f;
}

.border_bottom {
	border-bottom: solid 1px #b8ac9f;
}

.brown_top_border {
	border-top: solid 5px #603000;
}

.brown_bottom_border
{
	border-bottom: solid 5px #603000;
}

.badge_border
{
	border: solid 1px #b8ac9f;
}

a.expand {
	background-image: url(expand_a.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.collapse {
	background-image: url(collapse.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.expand:hover,
a.expand:focus,
a.collapse:hover,
a.collapse:focus {
	text-decoration: underline;
}

tr:hover + a:expand,
tr:hover + a.collapse {
	text-decoration: underline;
}

.padding_top05{padding: 0.5em 0em 0em 0em;}
.padding_bottom05 {padding: 0em 0em 0.5em 0em;}
.padding_top05_bottom05 {padding: 0.5em 0em 0.5em 0em;}
.padding_top05_right05 {padding: 0.5em 0.5em 0em 0em;}
.padding_top1_bottom1 {padding: 1em 0em 1em 0em;}
.padding_right1_bottom1_left1 {padding: 0em 1em 1em 1em;}
.padding_top1_bottom1_left2_right2 {padding: 1em 2em 1em 2em;}
.padding_top1_bottom1_left4 {padding: 1em 0em 1em 4em;}
.padding_1_all {padding: 1em 1em 1em 1em;}
.padding_left1 {
	min-height: 10px;
	padding-top: 10px;
}
.padding_075_all {padding: 15px 0em;}
.padding_right075 {padding: 0em 0.75em 0em 0em;}
.padding_left27 {padding: 0em 0em 0em 27em;}
.padding_left6 {padding: 0em 0em 0em 5.58em;}
.padding_left25 {padding: 0em 0em 0em 3em;}
.padding_top02_bottom02_left05_right05 {padding: 0.2em 0.5em 0.2em 0.5em;}
.padding_top02_bottom02_left1_right1 {padding: 0.2em 1em 0.2em 1em;}
.padding_top075_bottom075_left075 {padding: 0.75em 0 0.75em 0.75em;}
.faq_intendation_level_0 {padding-left: 0em;}
.faq_intendation_level_1 {padding-left: 0em;}
.faq_intendation_level_1 a {
	display: block;
	margin: 12px 0;
	color: #7a7a0e;
}

.style1 {
	width: 100%;
}

.faq_intendation_level_2 {padding-left: 1em;}
.faq_intendation_level_3 {padding-left: 2em;}
.faq_intendation_level_4 {padding-left: 3em;}
.faq_intendation_q_level_0 {padding-left: 0em;}
.faq_intendation_q_level_1 {padding-left: 1em;}
.faq_intendation_q_level_2 {padding-left: 2em;}
.faq_intendation_q_level_3 {padding-left: 3em;}
.faq_intendation_q_level_4 {padding-left: 4em;}
.padding_page_details {padding-top: 30px}

.padding_page_details td {
	padding: 6px;
}

.margin_right075_left075 {margin: 0em 0.75em 0em 0.75em;}
.margin_top13_bottom13 {margin: 0;}

.title-block div {
	font-size: 21px;
	margin: 4px 0;
	color: #00a6c9;
	font-weight: bold;
}

.topic-block {

}

.topic-block_title {
	color: #00a6c9;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}


.margin_top1_bottom1 {margin: 1em 0em 1em 0em;}
.margin_top105_bottom105{margin: 1.5em 0em 1.5em 0em;}
.margin_top1_bottom05{margin: 1em 0em 0.5em 0em;}
.margin_top05_bottom1{margin: 0.5em 0em 1em 0em;}
.margin_05_all{margin: 0.5em 0.5em 0.5em 0.5em;}
.margin_top1_bottom1_left2_right2{margin: 1em 2em 1em 2em;}
.margin_top05_bottom05_left3{margin: 0.5em 0em 0.5em 3em;}
.margin_top05_bottom05_left1_right05{margin: 0.5em 0.5em 0.5em 1em;}
.margin_top05_bottom05 {margin: 0.5em 0em 0.5em 0em;}
.margin_top05_left05 {margin: 0.5em 0em 0em 0.5em;}
.margin_top075_bottom05_left075_right075 {margin: 0.75em 0.75em 0.5em 0.75em;}
.margin_top05 {margin: 0.5em 0em 0em 0em;}
.margin_left_17 {margin: 0em 0em 0em 17em;}
.margin_left_15 {margin: 0em 0em 0em 15em;}
.margin_left_7 {margin: 0em 0em 0em 7.5em;}
.margin_left_5 {margin: 0em 0em 0em 5em;}
.margin_left_4 {margin: 0em 0em 0em 3.5em;}
.margin_left_2 {margin: 0em 0em 0em 2em;}
.margin_left_1 {margin: 0em 0em 0em 1em;}
.margin_left_30 {margin: 0em 0em 0em 30em;}
.margin_left_05 {margin: 0em 0em 0em 0.5em;}

.resource_borders
{
	border-bottom: solid 1px #b8ac9f;
	border-top: solid 1px #b8ac9f;
}

.resource_borders2{border-top: solid 1px #b8ac9f;}

.margin_right_05{margin: 0em 0.5em 0em 0em;}
.margin_top05 {margin: 0.5em 0em 0em 0em;}
.margin_top02 {margin: 0.3em 0em 0em 0em;}
.margin_top1 {margin: 1em 0em 0em 0em;}
.margin_bottom075 {margin: 0em 0em 0.75em 0em;}
.margin_bottom05 {margin: 0em 0em 0.5em 0em;}
.margin_bottom105 {margin: 0em 0em 1.5em 0em;}
.margin_top1_bottom05_right05 {margin: 1em 0.5em 0.5em 0em;}

.margin_top1_bottom05_right05 center {
	text-align: left;
}

.margin_top1_bottom05_right05 center .reg_text_08_bold {
	color: black;
	text-transform: none;
}


.margin_top3_left3 {margin: 3em 0em 0em 3em;}
.margin_top1_bottom05_left05 {margin: 1em 0em 0.5em 0.5em;}
.align_right {text-align: right;}
.bold_text {font-weight: bold;}
.margin_top02_nav {margin: 0px;}
.margin_top02_bottom02_left005_right002 {margin: .2em .2em .2em .2em;}

.items_list {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-left: 1.25em;
}

.table_border {
	border: solid 8px #f4ecd9;
}

.team_table_border {
	border-bottom: solid 5px #ffffff;
	border-top: solid 5px #ffffff;
}

.article_content {
	/*overflow: hidden;*/
}

.text_header {
	font-size: 1.4em;
	font-weight: normal;
}

.text_subheader_tnr {
	font-size: 1.1em;
	font-weight: normal;
}

.text_subheader {
	font-size: 28px;
	color: #00467c;
}

.regular_text {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

.regular_text_sm {
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none;
}

.normal_text {
	font-weight: normal;
}

.reg_text_color {
	color: #484943;
}

.reg_text_07_bold a:hover
{
	color: #484943;
	text-decoration: underline;
}

.reg_text_08_bold {
	font-weight: bold;
	text-decoration: none;
	color: #7a7a0e;
	text-transform: uppercase;
}

.reg_text_08 {
	font-weight: normal !important;
	text-decoration: none;
}

.title-page .reg_text_08 {
	font-size: 16px;
}

.sm_text_bold {
	color: #484943;
	font-weight: bold;
	text-decoration: none;
}

.article_resource_text {
	font-weight: normal;
	padding-top: 0.75em;
	text-decoration: none;
}

.article_resource_text_i{
	font-style: italic;
	font-weight: normal;
}

.article_resource_text a {
	font-weight: bold;
	text-decoration: none;
}

.article_resource_text a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.reg_text_08_bold_brown {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline !important;
}

.reg_text_08_bold_brown a:link,
.reg_text_08_bold_brown a:visited {
	color: #91783B !important;
}

.reg_text_08_bold_brown a:hover,
.reg_text_08_bold_brown a:focus {
	color: #484943 !important;
	text-decoration: underline;
}

#divLeftContent .reg_text_08_brown {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline !important;
}

#divLeftContent .reg_text_08_brown a:link,
.reg_text_08_bold_brown a:visited {
	color: #91783B !important;
}

#divLeftContent .reg_text_08_brown a:hover,
.reg_text_08_bold_brown a:focus {
	color: #484943 !important;
	text-decoration: underline;
}

#divLeftContent .article_content a.reg_text_08_bold:link,
#divLeftContent .article_content a.reg_text_08_bold:visited
{
	font-weight: bold;
	display: block;
	text-decoration: none !important;
}
#divLeftContent .article_content a.reg_text_08_bold:hover,
#divLeftContent .article_content a.reg_text_08_bold:focus
{
	color: #7a7a0e;
	text-decoration: underline !important;
}
#divLeftContent .article_content .article_content_aboutus ul
{
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#divLeftContent .article_content .article_content_aboutus ul li
{
	color: #00a6c9;
	font-weight: normal;
	text-decoration: none;
}

#divLeftContent .article_content .article_content_aboutus ul li a
{
	color: #00a6c9;
	font-weight: normal;
	text-decoration: none;
}

#divLeftContent .article_content .article_content_aboutus ul li a:hover,
#divLeftContent .article_content .article_content_aboutus ul li a:focus {
	color: #00a6c9;
}

#divLeftContent .light_gray_link_07 {
	color: #00a6c9;
	font-size: 0.7em;
	text-decoration: none;
}

#divLeftContent .light_gray_link_07 a {
	color: #00a6c9;
	font-size: 0.7em;
	text-decoration: none;
}

 #divLeftContent .light_gray_link_07 a:hover,
 #divLeftContent .light_gray_link_07 a:focus {
	color: #484943;
	text-decoration: none;
}

.error_label {
	color: #ff0000 !important;
	font-size: 0.8em;
	font-weight: normal;
}

.error_label_no_font {
	color: #ff0000 !important;
	font-weight: normal;
}

.text_i {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}

.article_resource_header {
	display: block;
    margin: 11px 0;
    color: #7a7a0e;
}

textarea {
	color: #484943;
	font-family: 'MetaPro';
}

input.input_23
{
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin-right: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

input.input_16 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin-right: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.select_box_16 {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

XXXinput.input_12
{
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em;
	border-radius: 4px;
	padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
}

input.input_28 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0.5em 0.5em 0;
	border-radius: 4px;
	padding: 8px;
	width: 400px;
}

.input_28
{
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0.5em 0.5em 0;
    border-radius: 4px;
    padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.input_28_fu {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	font-size: 0.8em !important;
	margin-right: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	max-width: 100%;
}

input.input_34 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0;
	border-radius: 4px;
	padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select_box_28 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	width: calc(100% - 169px);
}

.select_box_event_form {
	background-color: #ffffff;
	border: solid 0.1em #8db5bd;
	color: #484943;
	font-family: 'MetaPro';
	font-weight: normal;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 4px;
	padding: 8px;
	resize: none;
	width: 400px;
    box-sizing: border-box;
}

.spacer2 select {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

input.input_12 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

input.input_12_no_font {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0;
	border-radius: 4px;
	padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

input.input_7 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0;
    border-radius: 4px;
    padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

input.input_14 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0;
    border-radius: 4px;
    padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

input.input_27 {
	border: solid 0.1em #ab9b8b;
	color: #484943;
	font-family: 'MetaPro';
	margin: 0.5em 0;
	border-radius: 4px;
    padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.spacer {margin: 0.5em 0em 0em 0.5em;}
.spacer_left {margin: 0.3em 0em 0em 0.5em;}
.spacer4 {margin: 0.3em 0.5em 0em 0em;}
.spacer5 {margin: 0em 0em 0em 0.5em;}
.spacer6 {margin: 0.1em 0em 0em 0.5em;}
.spacer7 {margin: 0.5em 0.5em 0em 5em;}
.spacer8 {margin: 0.8em 0.5em 0em 0em;}
.spacer9 {margin: 0.3em 0.5em 0em 0.5em;}
.spacer15 {margin: 0.5em 5em 0em 0.5em;}

.center {text-align: center;}

.box_width_4 {width: 4.5em;}
.box_width_12 {width: 12.5em;}
.box_width_15 {width: 34em;}
.box_width_10 {width: 10em;}
.box_width_27 {width: 27em;}

.search_again_box {
	height: 1em;
	margin: 0em 0em 0em 0em;
	position: relative;
}

.search_again_inner_box1 {
	left: 0em;
	position: absolute;
	top: 0.125em;
}

.search_again_inner_box2 {
	left: 23em;
	position: absolute;
	top: 0.2em;
}

.left_floatin_box {
	display: block;
    padding-top: 25px;
}

.right_floatin_box {
	display: inline;
	float: right;
}

.center_block {
	margin-bottom: 1em;
	margin-top: 2em;
	text-align: center;
}

.block_box {
	display: block;
}

.forum_subheader {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}

.vs {
	color: #ff0000;
	font-size: 0.8em;
}

.forum_form_label {
	color: #484943;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

.forum_bg {
	background-color: #f4ecd9;
	overflow: hidden;
}
.text_i {
	font-style: italic;
}

.table_spacer {
	font-size: 0.1em;
}

.view_article_button {
	height: 1.127em;
	width: 6.26em;
}

.event_right_box_width {
	width: 40%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0.75em 0;
}

.event_right_box_width table {
	    width: 100%;
    max-width: 320px;
    margin: 0px auto;
}

.event_right_box_width table td {
	text-align: center;
}

.debug {
	border: solid 1px black;
}
.next_prev a
{
	color: #00a6c9;
	font-weight: bold;
	text-decoration: none;
}
.calendar_day
{
	color: #484943;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
.calendar_day a
{
	text-decoration: none;
}
.calendar_day_other
{
	color: #00a6c9;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
.calendar_day_other a
{
	color: #00a6c9;
	text-decoration: none;
}
.day_header
{
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
.day_header a
{
	color: #000000;
	text-decoration: none;
}
.today_day
{
	border: solid 1px #f4ecd9;
	color: #484943;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
.today_day a
{
	color: #484943;
	text-decoration: none;
}
.today_day a:active
{
	color: #484943;
	text-decoration: none;
}
#divLeftContent .article_icon_link,
#divLeftContent .article_icon_link a,
#divLeftContent .article_content table.padding_page_details td div .article_icon_link,
#divLeftContent .article_content table.padding_page_details td div .article_icon_link a {
	color: #00a6c9;
	text-decoration: none ! important;
}

#divLeftContent .article_icon_link a:hover,
#divLeftContent .article_content table.padding_page_details td div .article_icon_link a:hover {
	color: #484943;
}

.article_icon_link
{
	color: #00a6c9;
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none ! important;
}
.article_icon_link a:hover
{
	color: #484943;
	text-decoration: none ! important;
}

.forum_form_title {
	color: #00a6c9;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

 #divLeftContent .login_link
{
	color: #00a6c9;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
}
 #divLeftContent .login_link a:hover
{
	color: #484943;
	text-decoration: none;
}

.login {
	padding: 10px;
	border: 2px solid #c2eaf2;
    margin-bottom: 25px;
}

.login-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.login-block_title {
    margin-top: 0;
    color: #00467c;
    font-weight: bold;
}

.login-block_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
}

.login-block_text {
	font-size: 14px;

}

.login_link
{
	color: #00a6c9;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
}
.login_link a:hover
{
	color: #484943;
	text-decoration: none;
}
.regular_button {
	display: inline-block;
	background-color: #9cb300;
	border: solid 1px #9cb300;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 15px;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
}
.suggest_event_button
{
	background-color: #9cb300;
	border: solid 1px #9cb300;
	color: #ffffff;
	font-size: 0.8em;
	padding: 5px 15px;
	border-radius: 3px;
}
.search_buttons
{
	height: 0.9375em;
	vertical-align: middle;
	width: auto !important;
	margin-left: 5px;
	outline: none;
}
.login_inbox_button
{
	height: 1.69em;
	width: 14em;
}
XXX.text_button
{
	background-color: #ffffff;
	border: solid 0px #ffffff;
	color: #484943;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#divLeftContent .article_content .view_button,
#divLeftContent .article_content .view_button a
{
	background-color: #B9AC9C;
	border: solid 1px #B9AC9C;
	color: #ffffff;
	font-size: 0.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none !important;
}
#divLeftContent .article_content .view_button a:hover
{
	background-color: #B9AC9C;
	border: solid 1px #B9AC9C;
	color: #ffffff;
	font-size: 0.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
.icon {
	height: 1.627em;
	width: 1.627em;
}

.story_bottom_image {
	height: 12.83em;
	width: 18.78em;
}
.team_photo
{
	max-width: 100%;
}
.map_size
{
	height: 22.285em;
	margin-left: -0.85em;
	margin-top: -1em;
	width: 37.685em;
}
.article_image {
	max-width: 100%;
}

.about_us_image {
	height: 9.45em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 8.43em;
}

ul.pager {
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
}

ul.pager li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none !important;
}

ul.pager li span
{
	color: #7a7a0e;
	display: inline-block;
	font-weight: bold;
	line-height: 1.8em;
	margin: 1px;
	padding: 3px;
	text-decoration: none !important;
}
ul.pager li.this span
{
background-color: #7a7a0e;
    border: solid 1px #7a7a0e;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    margin: 1px;
    padding: 2px 7px 4px;
    text-decoration: none !important;
}
ul.pager li.disabled span
{
	color: #7a7a0e;
	display: inline-block;
	font-weight: bold;
	line-height: 1.8em;
	margin: 1px;
	padding: 3px;
	text-decoration: none !important;
}
ul.pager li a:link,
ul.pager li a:visited,
#divLeftContent .article_content ul.pager li a:link,
#divLeftContent .article_content ul.pager li a:visited,
#divLeftContent .article_content table td.border_right .margin_top075_bottom05_left075_right075 ul.pager li a:link,
#divLeftContent .article_content table td.border_right .margin_top075_bottom05_left075_right075 ul.pager li a:visited
{
	color: #7a7a0e !important;
	display: inline-block;
	font-weight: bold !important;
	line-height: 1.8em;
	margin: 1px;
	padding: 3px;
	text-decoration: none !important;
}
ul.pager li a:hover,
ul.pager li a:focus,
#divLeftContent .article_content ul.pager li a:hover,
#divLeftContent .article_content ul.pager li a:focus ,
#divLeftContent .article_content table td.border_right .margin_top075_bottom05_left075_right075 ul.pager li a:hover,
#divLeftContent .article_content table td.border_right .margin_top075_bottom05_left075_right075 ul.pager li a:focus
{
	border: solid 1px #7a7a0e;
	margin: 1px;
	padding: 2px;
}
.bullet
{
	font-size: 0.7em;
	padding-right: 0.2em;
}
.bullet2
{
	font-size: 0.7em;
	padding-right: 0.5em;
}
.survey_right
{
	float: right;
	margin: 5px 0px 5px 0px;
	vertical-align: top;
	width: 150px;
}
.survey_left
{
	float: left;
	margin: 5px 0px 5px 0px;
	width: 400px;
}
.ask_forgot_pw
{
	display: none;
	height: 150px;
	width: 500px;
}
.asp_pwd_lbl {
	width: 90%;
}

.ask_pwd
{
	float: right;
	padding-top: 20px;
}
.ask_ErrorLabel
{
	float: right;
	height: 30px;
	padding-right: 7px;
	padding-top: 10px;
	text-align: right;
	width: 90%;
}
.ask_button
{
	float: right;
	padding-right: 7px;
	text-align: right;
	width: 90%;
}
.sortAsc
{
	background-image: url(sort_up_green.png);
	display: block;
	height: 16px;
	width: 16px;
}
.sortDesc
{
	background-image: url(sort_down_green.png);
	display: block;
	height: 16px;
	width: 16px;
}
.forum_sort_title {
	color: #00a6c9;
	font-size: 0.8em;
	font-weight: normal;
}

.forum a,
.forum a:link {
	text-decoration: underline;
}

.profile a,
.profile a:link {
	text-decoration: underline;
}

.badgeTextBox {
	border: 1px solid #C3C4C5;
	color: #484943;
	padding: 7px 12px;
	width: 90%;
	border-radius: 4px;
}

.badgeButton {
    display: inline-block;
    background-color: #9cb300;
    border: solid 1px #9cb300;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.badgeLink
{
	color: #C6771E;
	cursor: pointer;
	line-height: 1.6em;
	white-space: nowrap;
}
.login_popup
{
	color: black;
	font-size: 0.7em !important;
	font-weight: normal;
	line-height: 1.6em;
}
.login_popup a
{
	color: #91783B !important;
	font-weight: normal !important;
	line-height: 1.6em !important;
}
.login_popup .popup_button
{
	background-color: #D5C79B;
	border: solid 1px #D5C79B;
	color: #ffffff;
	float: right;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.register_popup p
{
	font-size: 0.7em;
}

.register_popup .reg_text_08, .reg_text_08_bold
{
	color: #0086a2;
	font-size: 16px;
}
.register_popup&gt;.margin_left_075&gt;.padding_top05
{
	display: none;
}
ol.discussions li
{
	margin-bottom: 5px;
}
ol.discussions li ul li
{
	font-size: 1.25em;
}
.forumpostbody {
	display: block;
	max-width: 45.50em;
	word-wrap: break-word;
}

#dvForIE
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}
.forumpostbody P {
	margin-bottom: 10px;
	margin-top: 0px;
}

.centred {
	text-align: center;
}

.logo-block {
	float: left;
	width: 30%;
	padding-top: 10px;
}

.logo-block img {
	max-width: 100%;
}

.donate-btn {
	position: absolute;
	right: 25px;
	top: 30px;
	display: block;
	text-decoration: none;
	background-color: #54a437;
	border-radius: 3px;
	padding: 6px 2px 6px;
	font-size: 16px;
	margin-left: 10px;
	text-align: center;
	color: white;
	width: 200px;
	text-transform: uppercase;
}

@media screen and (max-width: 640px) {
	.donate-btn {
		top: 55px;
	}
}

.badges-blocks {
	max-width: 100%;
}

.badges-blocks .slick-slider {
	margin-bottom: 15px;
}

.badges-blocks_title {
	position: absolute;
	color: #00467c;
    font-size: 19px;
    font-weight: bold;
	margin: 2px 3px 5px 13px;
	z-index: 4;
}

.badges-block_item {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding: 10px;
    text-decoration: none;
    overflow: hidden;
    color: #325b99;
    min-height: 60px;
}


.badges-block_item .badges-block_item-link,
.badges-block_item .badges-block_item-link:visited {
	border: none;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	max-width: 100%;
}

.badges-block_blue {
	background-color: #c2eaf2;
}

.badges-block_green {
	background-color: #cfd97e;
}

.badges-image,
.badges-block_item.badges-image:nth-child(2n+1) {
	padding: 0px;
	text-align: center;
	background-color: transparent;
}

.badges-image img {
	max-width: 100%;
}


.badges-block_item-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    z-index: 1;
	max-height: 98%;
}

.badges-block_item-title,
.badges-block_item-title:visited {
	display: block;
	margin-bottom: 0px;
	font-weight: bold;
	color: #325b99;
	font-style: normal;
}

.badges-block_item-link,
.badges-block_item-link:visited {
	display: block;
    text-decoration: none;
    font-style: italic;
    color: #325b99;
	margin-bottom: 10px;
    font-size: 14px;
	text-align: center;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.badges-block_item-link img {
	max-width: 100%;
}

.badges-block_item-info {
    position: relative;
    z-index: 2;
    font-style: italic;
    padding-right: 90px;
}

.badges-block_item-info p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.block-news-title {
	font-weight: bold;
	margin-bottom: 15px;
}

.block-news {
	padding-top: 15px;
}

.block-news_wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	        -webkit-box-orient: vertical;
	        -webkit-box-direction: normal;
	            -ms-flex-direction: column;
	                flex-direction: column;
}

.block-news_title a {
	text-transform: none;
}

.block-news_info {
	margin: 0;
}

.block-news_info a {
	text-transform: none;
	display: block;
}

.search-block {
	margin-bottom: 25px;
}

.form-block_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-bottom: 5px;
}

.form-block_wrapper {
	margin-bottom: 20px;
}

.form-block_label {
    margin-bottom: 15px;
    color: #7a7a0e;
    text-transform: uppercase;
    font-weight: bold;
}

.form-block_select select {
	width: 400px;
}

.form-block_text {
	width: 400px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #7a7a0e;
	font-weight: bold;
}

.form-block_text a {
	display: block;
}

.form-block_text img {
	max-width: 144px;
}

.event_right_box_width .form-block_text,
.event_right_box_width .form-block_select select,
.event_right_box_width .select_box_event_form {
	max-width: 400px;
	width: 100%;
}

.form-block_input input,
.form-block_input textarea,
.form-block_input select {
	padding: 5px 10px;
	resize: none;
	width: 400px;
}

.form-block_input input[type="image" i] {
	width: auto;
}


.form-block_input input[type="radio" i] {
	width: auto;
}

.form-block_input input[type="file" i] {
	border: none;
}


.form-block_input input:focus {
	border-color: #0fabcc;
}

.form-block_submit input {
	margin: 10px 3px;
}

.form-block_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 160px);
}

.form-block_textbox {
	width: calc(100% - 160px);
}

.link-list {
}

.link-list_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.link-list_item {
	width: 45%;
}

.download-block {
	display: block;
}

.block-news_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	margin-bottom: 15px;
}

.block-news_image {
	margin-right: 15px;
}

.image-block {
	text-align: center;
	max-width: 35%;
	overflow: hidden;
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	border: 1px solid #B8AC9F;
	margin: 0 15px 15px 0;
}

.image-block img {
	max-width: 100%;
}

.block-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-bottom: 25px;
}

.block-text {
	width: calc(100% - 230px);
}


.top-blockbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.top-block-print {
	text-align: right;
}

#gallery {
	position: relative;	
}

#gallery::after {
	content: '';
	display: table;
	clear: both;
}

.gallery_items {
	position: relative;
}

.gallery_item {
	display: block;
	max-height: 400px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	float: left;
}

.slick-arrow-left {
	display: block;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -24px;
	z-index: 1;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: url(home-image/arrow-left.png) center center no-repeat;
}

.slick-arrow-right {
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -24px;
	display: block;
	z-index: 1;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: url(home-image/arrow-right.png) center center no-repeat;
}

.slick-slider {
/*	margin-bottom: 40px;*/
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 1 !important;
}

.slick-dots li {
	display: block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
}

.slick-dots li.slick-active button {
	background-color: #00467c;
}

.slick-dots button {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50px;
	background-color: #a9a9a9;
	margin: 2px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 0;
}

.slick-dots {
	position: absolute;
	left: 0;
	bottom: -35px;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
}

.news-block_item {
	position: relative;
	display: block;
	width: 100%;
	height: 130px;
	margin-bottom: 28px;
	color: #00a6c9;
	font-style: italic;
	font-size: 18px;
	text-decoration: none;
	position: relative;
}

.news-block_image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.news-block_text {
	position: absolute;
    top: 9px;
    left: 14px;
    max-width: 28.5em;
    z-index: 1;
    font-size: 14px;
}

.news-block_logo img {
}

.news-block_text p {
	margin-top: 0px;
    color: #005b8d;
    font-size: 16px;
    line-height: 1.3;
}

.news-block_logo img {
	max-width: 100%;
}

.stories-block_item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #c2eaf2;
}

.stories-block_image {
	margin-bottom: 15px;
}

.header-block-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.print-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.print-block a {
	vertical-align: middle;
}

.print-block_icon {
	margin-right: 0px;
}

.title-page {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}

.info-block {
	width: 60%;
}

.view_article.np {
    margin-bottom: 15px;
}

.block-forumItem {
	border-bottom: solid 1px #a8998c;
	padding: 10px 0px;
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.block-forumSub {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
}

.forum-block_titles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.forum-block_title {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
}

.forum-block_messages,
.block-forumNumber {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 23%;
	    flex-basis: 15%;
}

.forum-block_last,
.block-forumAutor {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 33%;
	    flex-basis: 33%;
}

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.video-block .left_part {
	width: 30%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.video-block .right_part {
	width: 70%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.video-item {

}

.video-item_wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.video-item .right_details_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 78%;
	margin-left: 10px;
}

.video-item_title {
    width: 88%;
}

.video_library-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.SendToFriend {
	text-align: left;
}

.acticle_icon,
.article_icon_link {
	margin-right: 10px;
}

.details-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
}

.details-block_title {
	width: 30%;
}

.details-block_info {
	width: 65%;
}

/* стили только для IE9 */
@media screen and (min-width:0\0) {
	.nav_tab_links ul {
		display: block;
	}
}

/* стили только для IE10 и IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.nav_tab_links ul {
		display: block;
	}
}

#ctl00_hl_back_to_top {
	display: none;
    position: fixed;
    right: 10%;
    bottom: 50px;
}

@media screen and (max-width: 1050px) {
	.slick-slide img {
		max-width: 100%;
	}
	.header
	{
		padding: 0 15px;
	}
	.block-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.block-text {
		width: 100%;
	}
	.nav_tabs ul li a span {
		font-size: 25px;
	}
	body ul.nav_top li.first a img.logo {
		float: none;
	}
	#BaseContent #PageWidth #divLeftContent {
		width: 100%;
		padding-right: 0;
	}
	#divRightContent {
		float: none;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#PageWidth #divLeftBodyTopDiv {
		float: none;
	}
	.tabA #BaseContent #PageWidth #divLeftContent h1 {
		font-size: 35px;
	}
	body ul.nav_top li ul.accessories li .tools ul li,
	.nav_home ul li {
		font-size: 15px;
		text-align: center;
	}
	#BaseContent #PageWidth #divLeftContent h2.title_h2 {
		font-size: 23px;
		text-align: left;
	}
	.margin_left_075 {
		margin-left: 0em;
	}
	.tabC #divLeftContent h1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 860px) {
	.video_library_details .right_part {
		width: 50%;
	}
	.link-list_item {
		width: 100%;
	}
	.top-block_textbox {
		margin: 20px 0;
	}
	.top-block-print {
		text-align: left;
	}
	.padding_top075_bottom075_left075 {
		padding: 10px 0;
	}
	#divLeftContent .article_content .your_story_right_part {
		margin: 0;
	}
	body ul.nav_top li ul.accessories,
	.nav_home {
		width: 100%;
	}
	.logo-block {
		display: block;
		float: none;
		margin-bottom: 15px;
		width: 100%;
		text-align: center;
	}
	.features .rf {
		margin: 0;
	}
	#BaseContent #PageWidth #divLeftContent h3 {
		text-align: left;
	}
	.tabC #divLeftContent h1 {
		font-size: 30px;
	}
	.form-block_input,
	.select_box_28,
	.form-block_textbox {
		width: 100%;
	}
	.spacer2 select {
		max-width: 100%;
	}
	.video_library-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.details-block_title {
		width: 100%;
	}

	.details-block_info {
		width: 100%;
	}
}

@media screen and (max-width: 740px) {
	.info-block {
		width: 100%;
	}
	.video_library_details .right_part {
		width: 100%;
	}
	.video_library_details .left_part {
		text-align: center;
	}
	.image-block {
		margin: 0px auto 15px;
		width: 100%;
		max-width: 50%;
	}
	.slick-arrow-right,
	.slick-arrow-left {
		display: none !important;
	}
	.nav_tabs ul li {
		position: static;
	}
	.nav_tabs ul li.selected::after {
		display: none;
	}

	.footer ul.center {
		margin-right: 0;
	}

	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.footer ul.nav_left_footer {
		margin-right: 0;
		width: 330px;
	}

	.footer ul.nav_right_footer {
		width: 330px;
	}

	ul.nav_top li.first a img.logo {
		height: auto;
		max-width: 100%;
	}

	ul.nav_top li ul.accessories li .search ul {
		margin: 0;
		padding: 0;
	}

	.news-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.table-info {
		width: 100%;
	}

	.table-image {
		margin-bottom: 15px;
	}

	.tabA #BaseContent #PageWidth #divLeftContent h1 {
		font-size: 30px;
	}

	ul.nav_top li ul.accessories li .tools ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.article-content_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.border_right {
		width: 100%;
	}

	.event_right_box_width {
		width: 100%;
		text-align: center;
	}

	.select_box_event_form {
		padding: 5px;
	}

	.regular_button {
		margin: 10px 0;
		padding: 8px 15px;
		width: 200px;
	}

	.block-news_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.block-news_wrapp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.block-news_image {
		margin-bottom: 10px;
		text-align: center;
	}

	.form-block_text {
		width: 100%;
		margin-right: 0;
	}
	ul.nav_top li ul.accessories_fr {
		float: none;
	}

	#divLeftContent .pub ul li .copy {
		width: 100%;
	}

	#divLeftContent .pub ul li .graphic {
		width: 100%;
		text-align: center;
	}

	ul.nav_top li.first a img.logo_fr {
		max-width: 100%;
	}
	ul.nav_top li ul.accessories_fr li .tools ul li {
		text-align: center;
		border-right: none;
		font-size: 15px;
	}
	ul.nav_top li ul.accessories_fr li .tools ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.nav_top li ul.accessories_fr li .search {
		text-align: center;
	}
	ul.nav_top li ul.accessories_fr li .search ul {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
	.video-block .left_part {
		width: 100%;
		margin-bottom: 15px;
	}
	.video-block .right_part {
		width: 100%;
		padding: 0;
	}
	.resourcelist .resourcelist {
	    padding-left: 15px;
	}

	.resourcelist_item {
	    padding-left: 10px;
		margin-bottom: 11px;
	}

	.resourcelist_more a {
		padding-top: 0;
	}
}

@media screen and (max-width: 640px) {
	.badges-blocks {
		margin-bottom: 30px;
	}
	.nav_tabs ul li a span {
    	font-size: 17px;
	}
	.form-block_select select {
		width: 100%;
	}

	.form-block_text {
		width: 100%;
	}
	input.input_28 {
		width: 100%;
	}
	.select_box_event_form {
		width: 100%;
	}
	.lt {
		float: none;
	}
	#divLeftContent .frm_aap p, #divLeftContent .frm_aap label {
		display: block;
		margin-bottom: 15px;
	}
	h1 {
	    font-size: 25px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}
}


@media screen and (max-width: 500px) {

	.nav_tabs ul li a span {
    	font-size: 14px;
	}
	ul.nav_top li ul.accessories {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.logo-block {
	    width: 80%;
	    margin: 0px auto;
	}
	.features .rf {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	ul.nav_top li {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.nav_home ul li a:link span, .nav_home ul li a:visited span {
		padding: 0 3px;
		white-space: nowrap;
	}
	.nav_home ul {
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	}
	.nav_home ul li {
		font-size: 14px;
		    -webkit-box-flex: 1;
		        -ms-flex-positive: 1;
		            flex-grow: 1;
		text-align: center;
	}

	.nav_home .language {
		display: none;
	}
    .nav_home .language_mobile {
        display: inline-block;
        margin-left: 4px;
        width: 20px;
        max-width: 40px;
        border: none;
    }


	ul.nav_top li ul.accessories {
		width: 100%;
	}

	.tabA #BaseContent #PageWidth #divLeftContent h1 {
		font-size: 25px;
	}

	#BaseContent #PageWidth .footer ul.center li img {
		max-width: 100%;
	}

	#BaseContent #PageWidth .footer ul.nav_left_footer,
	#BaseContent #PageWidth .footer ul.nav_right_footer {
		text-align: center;
	}

	div.home_image_array {
		height: 150px;
	}

	div.home_image_array img {
		max-width: 100%;
	}

	#RecentItems,
	.margin_left_075 {
		margin: 0;
	}

	.register_popup .reg_text_08,
	.reg_text_08_bold {
		font-size: 15px;
	}

	ul.nav_top li ul.accessories li .tools ul li a span {
		font-size: 13px;
		padding: 0;
	}

	body ul.nav_top li ul.accessories li .tools ul li a span {
		padding: 0;
	}

	.header {
		padding: 0 10px;
	}

	ul.nav_top li ul.accessories li .search ul li input.search_box,
	.additionalresources .searchpanel input.search_box {
		width: 83%;
	}
	.news-block_text {
		top: 15px;
		left: 10px;
		right: 10px;
	}

	.forum-block_last {
		text-align: right;
	}
	.block-forumNumber {
		text-align: right;
	}
	.block-forumAutor {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.forum-block_messages {
		text-align: right;
	}
	.video-item .right_details_part {
		width: 100%;
		margin-left: 0px;
	}
	.video-item_title {
    	width: 83%;
	}
	.fw142
	{
		max-width: 8.875em;
	}
	.w530
	{
		max-width: 35.05em;
	}
	.w36em
	{
		max-width: 36em;
	}
	.w350
	{
		max-width: 21.875em;
	}
	.w355
	{
		max-width: 22.1875em;
	}
	.login-block_text {
		margin-bottom: 15px;
	}
	.login-block_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.nav_home ul li {
		font-size: 12px;
	}
	.nav_home ul li a:link span, .nav_home ul li a:visited span {
		padding: 0 1px;
		white-space: nowrap;
	}
	.form-block_input input,
	.form-block_input textarea,
	.form-block_input select {
		width: 100%;
	}
	.spacer2 {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.nav_tabs ul li a span {
    	font-size: 12px;
	}
}

.quick-consults {
	margin-bottom: 25px;
}
</pre></body></html>