.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-left:auto;margin-right:auto;}
.fieldgroup{border-width:0;padding:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix:after{content:"";display:table;clear:both;}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;clip:auto;overflow:visible;height:auto;width:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li:after{content:", ";}.item-list__comma-list li:last-child:after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.progress{position:relative;}.progress__track{background-color:#fff;border:1px solid;margin-top:5px;max-width:100%;min-width:100px;height:16px;}.progress__bar{background-color:#000;height:16px;width:3%;min-width:3%;max-width:100%;}.progress__description,.progress__percentage{color:#555;overflow:hidden;font-size:0.875em;margin-top:0.2em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.reset-appearance{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0 none;background:transparent;padding:0;margin:0;line-height:inherit;}
.resize-none{resize:none;}.resize-vertical{resize:vertical;min-height:2em;}.resize-horizontal{resize:horizontal;max-width:100%;}.resize-both{resize:both;max-width:100%;min-height:2em;}
table.sticky-header{background-color:#fff;margin-top:0;z-index:500;top:0;}
.system-status-counter__status-icon{display:inline-block;height:25px;width:25px;vertical-align:middle;}.system-status-counter__status-icon:before{content:"";background-size:16px;background-position:center 2px;background-repeat:no-repeat;width:100%;height:100%;display:block;}.system-status-counter__status-icon--error:before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning:before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked:before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);margin-bottom:0.5em;}@media screen and (min-width:60em){.system-status-report-counters{flex-wrap:wrap;display:flex;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{border:1px solid #ccc;margin-top:1em;padding:0 1em 1em;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{width:16px;height:16px;display:inline-block;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
div.tree-child{background:url(/core/misc/tree.png) no-repeat 11px center;}div.tree-child-last{background:url(/core/misc/tree-bottom.png) no-repeat 11px center;}[dir="rtl"] div.tree-child,[dir="rtl"] div.tree-child-last{background-position:-65px center;}div.tree-child-horizontal{background:url(/core/misc/tree.png) no-repeat -11px center;}
.chosen-container.error .chosen-single,.chosen-container.error .chosen-single span{line-height:inherit;}.chosen-container-single .chosen-search{display:block;}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:auto;}.chosen-container{display:inline-block !important;}.container-inline div.chosen-container div{display:block;}.chosen-container.error .chosen-choices,.chosen-container.error .chosen-single{border:2px solid red;}.filter-wrapper{overflow:visible !important;}.filter-wrapper:after{content:"";display:block;clear:both;}
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15);}.chosen-container.chosen-with-drop .chosen-drop{left:0;}.chosen-container a{cursor:pointer;}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;color:#999999;}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top;}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#ffffff),color-stop(50%,#f6f6f6),color-stop(52%,#eeeeee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background:-o-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background:linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px;}.chosen-container-single .chosen-default{color:#999;}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap;}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px;}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/libraries/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px;}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px;}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px;}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%;}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/libraries/chosen/chosen-sprite.png) no-repeat 0px 2px;}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap;}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:white url(/libraries/chosen/chosen-sprite.png) no-repeat 100% -20px;background:url(/libraries/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0;}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box;}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px;}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch;}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none;}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default;}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff;}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4;}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default;}.chosen-container .chosen-results li.group-option{padding-left:15px;}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline;}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto !important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));background-image:-webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:-moz-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:-o-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:linear-gradient(#eeeeee 1%,#ffffff 15%);cursor:text;}.chosen-container-multi .chosen-choices li{float:left;list-style:none;}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap;}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eeeeee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default;}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word;}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/libraries/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px;}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px;}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);color:#666;}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4;}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px;}.chosen-container-multi .chosen-results{margin:0;padding:0;}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default;}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3);}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#eeeeee),color-stop(80%,#ffffff));background-image:-webkit-linear-gradient(#eeeeee 20%,#ffffff 80%);background-image:-moz-linear-gradient(#eeeeee 20%,#ffffff 80%);background-image:-o-linear-gradient(#eeeeee 20%,#ffffff 80%);background-image:linear-gradient(#eeeeee 20%,#ffffff 80%);box-shadow:0 1px 0 #fff inset;}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent;}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px;}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3);}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222 !important;}.chosen-disabled{opacity:0.5 !important;cursor:default;}.chosen-disabled .chosen-single{cursor:default;}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default;}.chosen-rtl{text-align:right;}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0;}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl;}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px;}.chosen-rtl .chosen-single div{right:auto;left:3px;}.chosen-rtl .chosen-single abbr{right:auto;left:26px;}.chosen-rtl .chosen-choices li{float:right;}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl;}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px;}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px;}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px;}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0;}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0;}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:white url(/libraries/chosen/chosen-sprite.png) no-repeat -30px -20px;background:url(/libraries/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl;}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px;}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px;}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(/libraries/chosen/chosen-sprite%402x.png) !important;background-size:52px 37px !important;background-repeat:no-repeat !important;}}
.addtoany{display:inline;}.addtoany_list{display:inline;line-height:16px;}.addtoany_list > a,.addtoany_list a img,.addtoany_list a > span{vertical-align:middle;}.addtoany_list > a{border:0;display:inline-block;font-size:16px;padding:0 4px;}.addtoany_list.a2a_kit_size_32 > a{font-size:32px;}.addtoany_list .a2a_counter img{float:left;}.addtoany_list a span.a2a_img{display:inline-block;height:16px;opacity:1;overflow:hidden;width:16px;}.addtoany_list a span{display:inline-block;float:none;}.addtoany_list.a2a_kit_size_32 a > span{border-radius:4px;height:32px;line-height:32px;opacity:1;width:32px;}.addtoany_list a:hover:hover img,.addtoany_list a:hover span{opacity:.7;}.addtoany_list a.addtoany_share_save img{border:0;width:auto;height:auto;}.addtoany_list a .a2a_count{position:relative;}
.cke_reset_all .cke_dialog_body fieldset:not(.fieldgroup) > legend{position:relative;}
.paragraph--unpublished{background-color:#fff4f4;}
.maintitle .title{color:rgb(237,28,36);}.inlinep p{padding:5px initial;margin:5px initial !important;}.inlinep + *{margin-top:5px !important;}.inlinep{margin:5px initial;padding:5px initial;}.inlinemediaobject{margin:5px initial;}.inlinep p+div{margin-top:10px !important;}.inlinep p:first-of-type{display:inline;clear:right;}p.inlinehd+p{display:inline;clear:right;}p.inlinehd{display:inline;}.sectioninfo{margin-top:20px;}.xmlbc_role{}.subtitle{}.pub.title{color:rgb(237,28,36);}.form.title{color:rgb(237,28,36);}div.example{margin-top:10px;margin-bottom:10px;}em strong{font-style:normal;font-weight:bold;}em{font-style:italic;}a.xmlbc-link:link,a.formlink:link,a.tclink:link,a.instrlink:link,a.publink:link,a.xref:link,a.ulink:link,a.text-overflow:link{color:#369;}a.xmlbc-link:visited,a.formlink:visited,a.tclink:visited,a.instrlink:visited,a.publink:visited,a.xref:visited,a.ulink:visited,a.text-overflow:visited{color:#369;}a.xmlbc-link:hover,a.formlink:hover,a.tclink:hover,a.instrlink:hover,a.publink:hover,a.xref:hover,a.ulink:hover,a.text-overflow:hover{color:#f63 !important;}a.xmlbc-link:active,a.formlink:active,a.tclink:active,a.instrlink:active,a.publink:active,a.xref:active,a.ulink:active,a.text-overflow:active{color:#f63;}a.xmlbc-link:focus,a.formlink:focus,a.tclink:focus,a.instrlink:focus,a.publink:focus,a.xref:focus,a.ulink:focus,a.text-overflow:focus{color:#666;}.pup-xmlbc ol > li{padding-left:1.4375em;text-indent:-1.4375em;margin-bottom:1.25em;}.pup-xmlbc ol > li > .informaltable{text-indent:0;}.pup-xmlbc ol > li > .note{text-indent:0;margin-left:0 !important;margin-right:0 !important;margin-bottom:0;}.pup-xmlbc ol > li > .note > .title{margin-bottom:0;}.pup-xmlbc ol > li ol{padding-left:0;}.pup-xmlbc ol > li ol li{margin-bottom:0px;}.pup-xmlbc ol > li ul{list-style-type:disc;padding-left:1.125em;text-indent:0;}.pup-xmlbc ol > li > p{text-indent:0px;}.pup-xmlbc ol > li > p:first-child{display:inline;}.table{width:initial !important;text-indent:inherit !important;border-color:#333 !important;}.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td{border-top:none !important;}table tr{border-bottom:none !important;}.table tr td:last-child{border-none:none !important;}table p{margin:0;}table td:first-child{border-right-color:#333 !important;}.table-reset{border-color:#333 !important;}.table-reset > thead > tr > th,.table-reset > tbody > tr > th,.table-reset > tfoot > tr > th,.table-reset > thead > tr > td,.table-reset > tbody > tr > td,.table-reset > tfoot > tr > td{border-color:#333 !important;}.table-reset > thead > tr > th,.table-reset > thead > tr > td{border-bottom-width:2px;}table.table-reset tr{border-bottom-color:#333;}.table-bordered{border:1px solid #333 !important;}.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td{border:1px solid #333 !important;}.table-bordered > thead > tr > th,.table-bordered > thead > tr > td{border-bottom-width:2px;}.table-no-border{border:none !important;}.table-no-border > thead > tr > th,.table-no-border > tbody > tr > th,.table-no-border > tfoot > tr > th,.table-no-border > thead > tr > td,.table-no-border > tbody > tr > td,.table-no-border > tfoot > tr > td{border:none !important;}.table-no-border > thead > tr > th,.table-no-border > thead > tr > td{border:none !important;}table.table-no-border tr{border:none !important;}table.simplelist > thead > tr > th,table.simplelist > tbody > tr > th,table.simplelist > tfoot > tr > th,table.simplelist > thead > tr > td,table.simplelist > tbody > tr > td,table.simplelist > tfoot > tr > td{padding:5px;}table.simplelist{border:none !important;}table.simplelist > thead > tr > th,table.simplelist > thead > tr > td{border:none !important;}table.simplelist > thead > tr > th,table.simplelist > tbody > tr > th,table.simplelist > tfoot > tr > th,table.simplelist > thead > tr > td,table.simplelist > tbody > tr > td,table.simplelist > tfoot > tr > td,table.simplelist tr,table.simplelist tbody tr{border-bottom:none !important;border:none !important;}blockquote{margin:0 0 0 30px;border:none !important;}dd{margin:0 0 0 20px;padding-left:20px;}dl{margin:15px 0 0 0;}dt{font-weight:bold;}em{font-style:italic;}h1.title{font-size:22px;}p + h1,ul + h1{margin-top:15px;}h1 + h2{margin-top:0;}h2.title{font-size:16px;font-weight:bold;margin:15px 0 0 0;}h2.title + p,h2.title + ul{margin-top:0;}h3.title{font-size:1rem !important;font-style:normal !important;font-weight:bold;margin:5px 0 15px 0;}h3.title + p,h3.title + ul{margin-top:0;}p{padding:5px initial !important;margin-top:10px !important;margin-bottom:10px !important;}h4{font-style:normal !important;}h4.title{font-size:1rem !important;font-style:normal !important;font-weight:bold;margin:5px 0 15px 0;}h4.title + p,h4.title + ul{margin-top:0;}h5.title{font-size:1rem !important;font-style:normal !important;font-weight:bold;margin:5px 0 15px 0;}h6.title{font-size:1.25rem !important;font-style:normal !important;font-weight:bold;margin:5px 0 15px 0;}ins{text-decoration:underline;}li.listitem{margin:5px auto;margin-bottom:1em !important;}.orderedlist[type=a] > li{list-style-type:lower-alpha !important;}.orderedlist[type=i] > li{list-style-type:lower-roman !important;}.orderedlist[type=1] > li{list-style-type:decimal !important;}div.orderedlist{margin:5px auto;}ol.orderedlist{margin:15px 0 0 0;}ol.orderedlist li{}ol.orderedlist li:before{counter-increment:list;content:counter(list,decimal) ".";margin-right:7px !important;}ol.orderedlist ol.orderedlist{}.pup-xmlbc ol > li{padding-left:.5em;text-indent:0px !important;margin-bottom:1.25em;}.pup-xmlbc ol > li > .informaltable{text-indent:0;}.pup-xmlbc ol > li > .note{text-indent:0;margin-left:0 !important;margin-right:0 !important;margin-bottom:0;}.pup-xmlbc ol > li > .note > .title{margin-bottom:0;}.pup-xmlbc ol > li ol{padding-left:0;}.pup-xmlbc ol > li ol li{}.pup-xmlbc ol > li ul{list-style-type:disc;padding-left:1.125em;text-indent:0;}.pup-xmlbc ol > li > p{text-indent:0px;}.pup-xmlbc ol > li > p:first-child{display:inline;}div.itemizedlist{margin:5px auto;}ul.itemizedlist li:before{counter-increment:list;content:none !important;margin-right:7px !important;}ul.itemizedlist{margin:15px 0 0 0;}ul.itemizedlist li{list-style:disc;}ul.itemizedlist ul.itemizedlist li{list-style:circle;}ul.itemizedlist ul.itemizedlist{}.pup-xmlbc ul > li{padding-left:.5em;text-indent:0px !important;margin-bottom:1.25em;}.pup-xmlbc ul > li > .informaltable{text-indent:0;}.pup-xmlbc ul > li > .note{text-indent:0;margin-left:0 !important;margin-right:0 !important;margin-bottom:0;}.pup-xmlbc ul > li > .note > .title{margin-bottom:0;}.pup-xmlbc ul > li ul{padding-left:0;}.pup-xmlbc ul > li ul li{margin-bottom:0px;}.pup-xmlbc ul > li ul{list-style-type:disc;padding-left:1.125em;text-indent:0;}.pup-xmlbc ul > li > p{text-indent:0px;}.pup-xmlbc ul > li > p:first-child{display:inline;}li.listitem ol.itemizedlist li.listitem{list-style-type:decimal;}p.more{font-weight:bold;position:relative;padding-left:20px;}p.more span{position:absolute;top:5px;left:10px;_left:-10px;height:8px;width:4px;overflow:hidden;}q{quotes:"\201C" "\201D" "\2018" "\2019";}q:before{content:"\201C";content:open-quote;}q:after{content:"\201D";content:close-quote;}span.underline{text-decoration:underline;}span.tab{display:inline-block;width:2ch;}
