html body {
    margin: 0px;
}
#page.page * {
    box-sizing: unset;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, input, select, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, td.menu-disabled, ul.links, ul.links.inline, ul.links li, .block ul, div.admin, tr.even, tr.odd, tr.drag, tbody, tbody th, thead th, .breadcrumb, .item-list .icon, .item-list .title, .item-list ul, .item-list ul li, ol.task-list li.active, .form-item, tr.odd .form-item, tr.even .form-item, .form-item .description, .form-item label, .form-item label.option, .form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item, .marker, .form-required, .more-link, .more-help-link, .item-list .pager, .item-list .pager li, .pager-current, .tips, ul.secondary, ul.secondary li, ul.secondary a, ul.secondary a.active, .resizable-textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.page, .page .row {
    margin: 0 auto;
}
.nested {
    float: left;
    margin: 0;
    width: 100%;
}
.main-wrapper .block .inner .content,
.main-wrapper .content-inner-inner {
    position: relative;
    overflow: hidden;
}
#page,
#header,
#primary-menu,
#preface,
#preface_top,
#content_top,
#main,
#postscript,
#footer,
.header-inner,
.region-header-top,
.primary-menu-inner,
.region-preface-top,
.region-preface-bottom,
#main-inner,
.region-postscript-top,
.region-postscript-bottom,
.region-footer,
.region-footer-bottom,
nav.tabs {
    max-width: unset;
}
#page{
    width:  1024px !important;
    margin: 0 auto;
}
#main-wrapper,
#preface-top-group,
#header-group {
	width: 960px;
}
#main-wrapper {
	padding-top: 30px;
}
.layout-one-sidebar #content-bottom-wrapper,
.layout-one-sidebar #main-content,
.layout-one-sidebar #main-group,
.region-preface-top > .block:first-child {
	width: 640px;
}
.layout-one-sidebar #sidebar-last,
.region-preface-top > .block:last-child {
    width: 318px;	
}
.block {
    float: left;
    margin-bottom: 1.5em;
}
.platform .block {
    float: none;
}
#sidebar-last .block {
    width: 294px;
}
#content-inner,
.header-inner, 
.region-header-top, 
.primary-menu-inner, 
.region-preface-top, 
.region-preface-bottom, 
#main-inner, 
.region-postscript-top, 
.region-postscript-bottom, 
.region-footer, 
.region-footer-bottom {
    margin: 0 auto;
    width: 100%;
}

#log_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 10000px;
    top: -30px;
    left: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.region-header .block:not(.site-branding) {
    margin: 0;
}
.region-header .block:not(.site-branding) {
    font-size: 1em;
}
.block-page-title-block {
    width: 100%;
}
h3, h4, h5 {
    font-weight: bold;
}
input.form-autocomplete,
input.form-text,
input.form-email,
input.form-file,
textarea.form-textarea,
select.form-select {
    padding: 2px;
    border: 1px solid #ccc;
    border-top-color: #999;
    background: #fff;
    color: #333;
}
table {
    font-size: inherit;
    font-family: inherit;
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
    color: inherit;
}
tr {
    background: initial;
    border: initial;
    padding: initial;
}
tr td, tr th {
    border: initial;
}
a:hover, a:active, a:focus, .link:hover, .link:active, .link:focus {
    text-decoration: unset;
    border-bottom-style: unset;
}
.tabs ul.primary li a {
	font-size: initial;
}
.form-type-processed-text label {
    display: none !important;
}