html, body { padding: 0px; margin: 0px; height: 100%; }
html, body, * { box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { max-width: 100%; height: auto; vertical-align: middle; border: 0px; }
button, input, select, textarea { margin: 0px; font-size: 100%; vertical-align: middle; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; }
input[type="search"] { box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
textarea { overflow: auto; vertical-align: top; }
* { border-collapse: collapse; }
a { text-decoration: none; }
html { font-size: 100%; }
body { font-family: "Segoe UI", "Open Sans", sans-serif, serif; font-size: 0.875rem; line-height: 1.1; font-weight: 400; font-style: normal; }
h1 { font-style: normal; font-variant: normal; font-weight: 400; font-stretch: normal; font-size: 2.25rem; line-height: 1.1; font-family: "Segoe UI", "Open Sans", sans-serif, serif; }
h2 { font-style: normal; font-variant: normal; font-weight: 500; font-stretch: normal; font-size: 1.875rem; line-height: 1.1; font-family: "Segoe UI", "Open Sans", sans-serif, serif; }
h3 { font-style: normal; font-variant: normal; font-weight: 500; font-stretch: normal; font-size: 1.5rem; line-height: 1.1; font-family: "Segoe UI", "Open Sans", sans-serif, serif; }
h4 { font-style: normal; font-variant: normal; font-weight: 500; font-stretch: normal; font-size: 1.125rem; line-height: 1.1; font-family: "Segoe UI", "Open Sans", sans-serif, serif; }
h5 { font-style: normal; font-variant: normal; font-weight: 500; font-stretch: normal; font-size: 0.875rem; line-height: 1.1; font-family: "Segoe UI", "Open Sans", sans-serif, serif; }
h6 { font-style: normal; font-variant: normal; font-weight: 500; font-stretch: normal; font-size: 0.75rem; line-height: 1.1; font-family: "Segoe UI", "Open Sans", sans-serif, serif; }
h1, h2, h3, h4, h5, h6 { margin: 0.625rem 0px; }
abbr { text-decoration: none; border-bottom: 1px dotted rgb(153, 153, 153); cursor: help; display: inline; }
address { font-weight: 400; font-style: normal; margin: 0.625rem 0px; }
blockquote { margin: 0.625rem 0px; padding: 0px 0px 0px 0.625rem; border-left: 0.25rem solid rgb(153, 153, 153); }
blockquote small { color: rgb(153, 153, 153); }
blockquote small::before { content: "— "; }
ul, ol { margin-left: auto;
    margin-right: auto;display: block;}
ul li, ol li { line-height: 1.25rem; }
ul li ul, ol li ul, ul li ol, ol li ol { padding-left: 1.5625rem; }
dl dt, dl dd { line-height: 1.25rem; }
dl dt { font-style: normal; font-weight: 700; }
dl dd { margin-left: 0.9375rem; }
a { color: rgb(32, 134, 191); }
a:visited { color: rgb(32, 134, 191); }
hr { border: 0px; height: 2px; background-color: rgb(136, 185, 227); }
.container { width: 960px; margin: 0px auto; }
.app-bar > .container { padding: 0px !important; }
.t-menu { list-style: none inside none; margin-top: 4em; margin-left: 2em; padding: 5px; position: relative; width: auto; float: left; background-color: rgb(255, 255, 255); border-collapse: separate; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px; }
.t-menu > li { position: relative; }
.t-menu > li > a { display: block; padding: 1rem 1.2rem; border-bottom: 1px solid rgb(238, 238, 238); position: relative; }
.t-menu > li > a .icon { width: 1.5rem; height: 1.5rem; font-size: 1.5rem; }
.t-menu > li:hover > a { background-color: rgb(27, 161, 226); color: rgb(255, 255, 255); }
.t-menu > li:last-child a { border-bottom: 0px; }
.t-menu li .t-menu { position: absolute; left: 100%; margin-left: 0.3125rem; top: 0px; float: none; }
.t-menu li .t-menu > li { float: left; display: block; }
.t-menu li .t-menu > li > a { float: left; display: block; }
.t-menu .t-menu.horizontal .t-menu { left: 0px; top: 100%; margin-top: 0.3125rem; margin-left: 0px; }
.t-menu .dropdown-toggle::after { content: ""; background-color: transparent; position: absolute; left: auto; top: auto; bottom: 0px; right: 0px; width: 0px; height: 0px; border-style: solid; border-width: 0px 0px 8px 8px; border-color: transparent transparent rgb(27, 161, 226); transform: rotate(0deg); }
.t-menu .dropdown-toggle::before { display: none; }
.t-menu > li:hover > .dropdown-toggle::after { border-color: transparent transparent rgb(27, 110, 174); }
.t-menu.horizontal li .t-menu { position: absolute; left: 100%; margin-left: 0.3125rem; top: 0px; float: none; }
.t-menu.horizontal li .t-menu > li { float: left; display: block; }
.t-menu.horizontal li .t-menu > li > a { float: left; display: block; }
.t-menu.horizontal .t-menu.horizontal .t-menu { left: 0px; top: 100%; margin-top: 0.3125rem; margin-left: 0px; }
.t-menu.horizontal .t-menu:not(.horizontal) { left: 0px; top: 100%; margin-top: 0.3125rem; margin-left: 0px; }
.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal { left: 100%; margin-left: 0.3125rem; top: 0px; float: left; }
input[type="button"], input[type="reset"], input[type="submit"] { padding: 0px 1rem; height: 2.125rem; text-align: center; background-color: rgb(255, 255, 255); border: 1px solid rgb(217, 217, 217); color: rgb(38, 38, 38); cursor: pointer; display: inline-block; outline: none; font-size: 0.875rem; line-height: 100%; margin: 0.15625rem 0px; position: relative; vertical-align: middle; }
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: rgb(120, 120, 120); }
input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { background: rgb(238, 238, 238); color: rgb(38, 38, 38); box-shadow: none; }
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline: 0px; }
input[type="button"] *, input[type="reset"] *, input[type="submit"] * { color: inherit; }
input[type="button"] :hover, input[type="reset"] :hover, input[type="submit"] :hover { color: inherit; }
input[type="button"] > [class*="mif-"], input[type="reset"] > [class*="mif-"], input[type="submit"] > [class*="mif-"] { vertical-align: middle; }
input[type="button"] img, input[type="reset"] img, input[type="submit"] img { height: 0.875rem; vertical-align: middle; margin: 0px; }
[class*="tile-transform-"] { transition: all 0.22s ease; }
p [data-hint] { border-bottom: 1px dotted rgb(55, 55, 55); white-space: nowrap; }
video::-webkit-media-controls { display: none !important; }
video::-webkit-media-controls-enclosure { display: none !important; }
:root .fb.icon, :root .container > .infoBoxList > .shareInfoBox { display: none !important; }
div.als{
	position: relative;
	clear:left;
}
div.als hr{
	margin-top:50px;
	width:50%;
}
div.als img{
	display: block;
    margin-left: auto;
    margin-right: auto 
}