* {
  margin: 0;
  padding: 0;
}
html {
  height: 100vh;
}
body {
  height: 100vh;
  padding: 0 0 20px 0;
  background: #3c5f85 url("../img/wrk_bg3_.jpg") no-repeat 0 0 fixed;
  color: #333;
  font: 83%/1.5 verdana, arial, tahoma, verdana, sans-serif;
}

#wrap {
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
}
#content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#content {
  padding: 15px;
  border: #000 0px solid;
  max-width: 500px;
}
#utility {
  border-top: 5px solid #999;
  padding-bottom: 40px;
  margin: 0 5px;
  max-width: 165px;
}
#sidebar {
  width: 20%;
  border-top: 5px solid #e50083;
  padding-top: 1px;
  padding-bottom: 40px;
  margin: 0 5px;
}

#header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #2e567d url("../img/head_wrk9.gif") no-repeat 0 0;
  background-size: cover;
  padding: 15px;
  margin: 0px 0 20px 0;
  min-height: 175px;
}
#header #sitename {
  text-align: right;
  font: 105% verdana, arial;
  margin: 0 20px 0 0px;
  padding: 3px 0;
  color: #ccc;
  border: none;
}
#header #sitename a:link,
a:visited {
  color: #000;
  font: 90% verdana, arial;
  text-decoration: none;
}
#header #sitename a:visited {
  color: #000;
  font: 90% verdana, arial;
  text-decoration: none;
}
#header #sitename a:hover {
  color: #2e567d;
  font: 90% verdana, arial;
  text-decoration: underline;
}
/* LINKS */
a,
a:link,
a:link,
a:link,
a:hover {
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
}
a:link {
  color: #e50083;
}
a:visited {
  color: #000;
  font-weight: normal;
}
a:hover,
a:active {
  color: #069;
}

#poweredby {
  width: 54px;
  height: 46px;
  position: absolute;
  top: -90px;
  right: 10px;
}

/* TYPOGRAPHY */
p,
ul,
ol {
  margin: 0 0 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -1px;
  font-family: verdana, arial, sans-serif;
  margin: 1.2em 0 0.3em;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.1em;
}
h1 {
  font-size: 196%;
  margin-top: 0.6em;
}
h2 {
  font-size: 136%;
}
h3 {
  font-size: 126%;
}
h4 {
  font-size: 116%;
}
h5 {
  font-size: 106%;
}
h6 {
  font-size: 96%;
}
.highlight {
  color: #e17000;
}
.subdued {
  color: #999;
}
.error {
  color: #e50083;
  font-weight: bold;
}
.success {
  color: #390;
  font-weight: bold;
}
.caption {
  color: #999;
  font-size: 11px;
}
.date {
  font: bold 82% verdana, arial;
  color: #e50083;
  display: block;
  letter-spacing: 0.05em;
}
.small {
  font-size: 10px;
}

/* LISTS */
ul {
  margin: 0.3em 0 1.5em 0;
  list-style-type: none;
}
ul.related {
  margin-top: -1em;
}
ol {
  margin: 0.5em 0.5em 1.5em;
}
ol li {
  margin-left: 1.4em;
  padding-left: 0;
  background: none;
  list-style-type: decimal;
}
li {
  line-height: 1.4em;
  padding-left: 25px;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 0 0;
}
li.doc {
  background-position: 3px -500px;
}
ul.nomarker li {
  background: none;
  padding-left: 0;
}

dl {
  margin: 0 0 1em 0;
}
dt {
  font-weight: bold;
  margin-top: 1.3em;
}
dl dl {
  margin: 0 0 1.5em 30px;
}

/* GENERAL */
img {
  border: none;
}
hr {
  margin: 1em 0;
  background: #f2f2f2;
  height: 1px;
  color: #f2f2f2;
  border: none;
  clear: both;
}
.clear {
  clear: both;
  position: relative;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
}

/* NAV - top horizontal nav */
#nav,
#nav ul {
  padding: 0;
  border: 0px solid #fff;
  margin: 10px 0 0 0;
  list-style: none;
}
#nav {
  font-weight: bold;
  height: 2.09em;
  font: bold 96% verdana, verdana, arial;
}
#nav li {
  position: relative;
  background: #2e567d;
  float: left;
  width: 10em;
  display: block;
  margin: 0;
  border-bottom: 1px solid #2e567d;
  border-right: 1px solid #fff;
  padding: 1px 0 0 0;
}
#nav a,
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  display: block;
  padding: 3px 10px 1px;
  font-size: 96%;
}
#nav a:hover {
  color: #2e567d;
  background: #fff;
}

#nav li ul {
  border-left: 1px solid #e50083;
  background: #f6f6f6 url("../img/featurebox_bg_wrk3.gif") no-repeat 100% 100%;
  font-size: 96%;
  margin-top: 0px;
  position: absolute;
  font-weight: normal;
  left: -999em;
}
#nav li:hover ul,
#nav li.sfhover ul {
  left: 0;
  z-index: 99999;
}

#nav li li {
  background: none;
  float: none;
  border: none;
  border: 1px solid #999;
  border-top: 1px solid #fff;
  border-right: none;
  border-left: none;
  padding-left: 0;
}
#nav li li.last {
  border-bottom: none;
}
#nav li li a,
#nav li li a:link,
#nav li li a:visited,
#nav li li a:hover {
  color: #000;
  padding: 3px 10px 2px;
  width: 14em;
}
#nav li li a:hover {
  color: #fff;
  background: #2e567d;
}

#nav li.active {
  background: #e50083;
  border-bottom: 3px solid #e50083;
}
#nav li.active ul {
  border: none;
  background: #e50083 url("../img/featurebox2_bg_wrk3.gif") no-repeat 100% 100%;
}

#nav li.active a:hover {
  color: #000;
}

#nav li.active li {
  border: none;
  border-top: 1px solid #c15c5c;
  border-bottom: 1px solid #870000;
}
#nav li.active li.last {
  border-bottom: none;
}
#nav li.active li a:link,
#nav li.active li a:visited,
#nav li.active li a:hover,
#nav li.active li a:active {
  color: #fff;
}
#nav li.active li a:hover {
  background: #666 url("../img/sprites_wrk.gif") repeat-x 0 99%;
  color: #fff;
}

#nav li.active li.active a:link,
#nav li.active li.active a:visited,
#nav li.active li.active a:hover,
#nav li.active li.active a:active {
  color: #fff;
  font-weight: bold;
  background: #666 url("../img/sprites_wrk.gif") repeat-x 0 99%;
}

/* hide from IE mac \*/
#nav li {
  width: auto;
}
/* end hiding from IE5 mac */

/* SEARCH */
#search {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 110px;
  left: auto;
  width: 18em;
}
#search form {
  margin: 0;
}
#search input {
  width: 8em;
  margin: 0 0 -1px;
  height: 1.2em;
}
#search label {
  padding: 5px 0 0;
  display: inline;
}
#search input.f-submit {
  width: auto;
  font-size: 81%;
  margin: 0 0 -0.15em;
  height: 1.95em;
}

.p_name {
  font-weight: bold;
}

#content #breadcrumb {
  margin-top: -5px;
  font-size: 73%;
  font-weight: normal;
}
#content #breadcrumb a:link,
#content #breadcrumb a:visited {
  text-decoration: none;
}
#content #breadcrumb a:hover,
#content #breadcrumb a:active {
  text-decoration: underline;
}

.featurebox {
  color: #333;
  padding: 0 10px 10px 10px;
  border-top: 1px solid #d7d7d7;
  margin: 0 0 1.5em;
  background: #f6f6f6 url("../img/featurebox_bg_wrk3_.gif") no-repeat 100% 100%;
}
.featurebox p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
  margin: 0 0 0.3em 0;
  border-bottom: 1px solid #e50083;
  color: #e50083;
}
.featurebox p {
  border: none;
  margin: 0 0 1em;
  color: #444;
  font-size: 73%;
}
.featurebox a,
a:visited {
  font-weight: normal;
}
.featurebox a.name,
a.name:link,
a.name:visited {
  color: #000;
}
.featurebox hr {
  margin: 0 0;
  background: #000;
  height: 1px;
  color: #ccc;
  border: none;
  clear: both;
}

.featurebox_content {
  color: #333;
  padding: 15px 20px 20px;
  border-top: 1px solid #d7d7d7;
  margin: 0 0 1.5em;
  background: #f6f6f6 url("../img/wrk_bg3.jpg") no-repeat -200px -200px;
}

.thumbnail {
  margin: 0 0 0 10px;
  position: relative;
  z-index: 9999;
  border: 1px solid #eee;
  float: right;
  width: 100px;
  padding: 5px;
  background: #fff;
}
.thumbnail img {
  border: 1px solid #000;
}

.thumbnail_left {
  margin: 0 10px 0 0px;
  position: relative;
  z-index: 9999;
  border: 1px solid #eee;
  float: left;
  width: 100px;
  padding: 5px;
  background: #fff;
}
.thumbnail_left img {
  border: 1px solid #000;
}

.pagination {
  background: #f2f2f2;
  color: #666;
  padding: 4px 2px 4px 7px;
  border: 1px solid #ddd;
  margin: 0 0 1.5em;
}
.pagination p {
  position: relative;
  text-align: right;
}
.pagination p a:link,
.pagination p a:visited,
.pagination p a:hover,
.pagination p a:active {
  text-decoration: none;
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #ccc;
}
.pagination p a:hover {
  background: #e50083;
  color: #fff;
}
.pagination p span {
  text-decoration: none;
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #ccc;
  color: #ccc;
}
.pagination * {
  margin: 0;
}
.pagination h4 {
  margin-top: -1.45em;
  padding: 0;
  border: none;
}

#resultslist-wrap {
  margin: 0 0 1.5em;
  font-size: 92%;
}
#resultslist-wrap dt,
#resultslist-wrap dl {
  margin: 0;
}
#resultslist-wrap dt {
  font: bold 85% verdana, arial;
  padding: 3px 0;
}
#resultslist-wrap li {
  padding: 0 0 1em;
  margin: 0 0 0 1.2em;
  font: bold 145% verdana, arial;
}
#resultslist-wrap li dd {
  font: normal 73% verdana, arial;
}
#resultslist-wrap li dl {
  margin: 0;
}
#resultslist-wrap dd {
  line-height: 1.3;
}
#resultslist-wrap dd.filetype,
#resultslist-wrap dd.date {
  color: #999;
  display: inline;
  padding-right: 0.5em;
}

/* TABLES */
.table1 {
  border: 1px solid #afafaf;
  border-collapse: collapse;
  width: 100%;
}
.table1 td {
  background: #fff url("../img/sprites_wrk.gif") repeat-x 0 -1600px;
  padding: 3px;
  border: 1px solid #fff;
  vertical-align: top;
}
.table1 th {
  text-align: left;
  border: 1px solid #fff;
  vertical-align: top;
}
.table1 thead th {
  color: #fff;
  font-size: 100%;
  background: #3c5f85;
  padding: 0px 6px;
  vertical-align: top;
}
.table1 tbody th {
  color: #000;
  font-size: 100%;
  background: #aaa url("../img/sprites_wrk.gif") repeat-x 0 -1500px;
  padding: 3px;
}
.table1 tbody th.sub {
  font-size: 100%;
  color: #000;
  background: #bf0000 url("../img/sprites_wrk.gif") repeat-x 0 -1500px;
  padding: 3px;
}
.table1 td.sub {
  background: #dce4ee;
  color: #3c5f85;
  font-weight: bold;
  padding: 0px 3px;
}
/* TABLES - calendar */
.calendar {
  width: 200px;
  font-size: 92%;
}
.calendar td {
  text-align: center;
  border: 1px solid #ddd;
}
.calendar th {
  text-align: center;
}
.calendar thead th {
  padding: 3px 2px;
}
.calendar tbody th {
  padding: 2px;
}
.calendar tbody th.sub {
  padding: 2px;
}

/* 'TOP' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.top:link,
a.top:active,
a.top:visited {
  font-size: 9px;
  color: #e50083;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 5px -759px;
  padding: 0px 0 0 9px;
}
a.top:hover {
  background: transparent url("../img/sprites_wrk.gif") no-repeat 5px -739px;
  padding: 0px 0 0 9px;
}

/* 'DOWNLOAD' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.download:link,
a.download:active {
  font-size: 73%;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 5px -400px;
  padding: 2px 0 0 21px;
}
a.download:hover {
  font-size: 73%;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 5px -500px;
  padding: 2px 0 0 21px;
}
a.download:visited {
  font-size: 73%;
  font-weight: normal;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 5px -600px;
  padding: 2px 0 0 21px;
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link,
a.morelink:visited,
a.morelink:hover,
a.morelink:active {
  font-size: 73%;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 5px -863px;
  padding-left: 21px;
}
a.morelink:hover {
  background: transparent url("../img/sprites_wrk.gif") 5px -883px;
}
.morelink span {
  position: absolute;
  left: -9999px;
  width: 900px;
}

/* 'BACK' LINK - */
a.backlink:link,
a.backlink:visited,
a.backlink:hover,
a.backlink:active {
  font-size: 73%;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 5px -904px;
  padding-left: 21px;
}
a.backlink:hover {
  background: transparent url("../img/sprites_wrk.gif") 5px -924px;
}
.backlink span {
  position: absolute;
  left: -9999px;
  width: 900px;
}

/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
ol.code {
  font-family: monospace;
  position: relative;
}
ol.code li {
  color: #666;
  margin-bottom: 1px;
}
ol.code code {
  color: #000;
  display: block;
}
ol.code .cmt {
  color: #4077d2;
}
li.tab0 code {
  padding-left: 4em;
}
li.tab1 code {
  padding-left: 8em;
}
li.tab2 code {
  padding-left: 12em;
}
li.tab3 code {
  padding-left: 16em;
}
li.tab4 code {
  padding-left: 20em;
}
li.tab5 code {
  padding-left: 24em;
}
ol.code li {
  background: #f3f3f3 url("../img/td_bg.gif") no-repeat 100% 100%;
}
p.note {
  margin: 1em;
  border: 1px solid #ddd;
  background: #f0f0f0;
  padding: 1em;
}

/* LAYOUT TYPE B */
#type-b #content-wrap {
  background: transparent url("../img/content_wrap_bg.gif") repeat-y 55px 0;
}
#type-b #content {
  margin: 0 23px 0 25%;
}

/* LAYOUT TYPE C */
#type-c #content-wrap {
  background: transparent url("../img/content_wrap_bg.gif") repeat-y 55px 0;
}
#type-c #content {
  margin: 0 25% 0 25%;
}

#type-c #sidebar {
  left: auto;
  right: 25px;
}

/* LAYOUT TYPE D */
#type-d #content {
  margin: 0 25% 0 50px;
}

/* LAYOUT TYPE E */
#type-e #content-wrap {
  background: transparent url("../img/content_wrap_e_bg.gif") repeat-y 100% 0;
}
#type-e #utility {
  max-width: 165px;
  border-top: 5px solid #999;
}
#type-e #content {
  margin: 0 243px 0 50px;
}
#nav-secondary,
#nav-secondary ul {
  position: static;
}
#nav-secondary,
#nav-secondary li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
#nav-secondary {
  padding-top: 0;
  border-top: 1px solid #e50083;
  margin-top: 1px;
}
#nav-secondary a {
  line-height: 1.8;
  padding: 5px 0 5px 23px;
  background: #fff url("../img/sprites_wrk.gif") no-repeat 10px -691px;
  font: bold 86% verdana, arial;
  display: block;
}
#nav-secondary a,
#nav-secondary a:link,
#nav-secondary a:visited,
#nav-secondary a:hover,
#nav-secondary a:active {
  text-decoration: none;
  cursor: pointer;
}
#nav-secondary a:link {
  color: #000;
}
#nav-secondary a:visited {
  color: #000;
}
#nav-secondary a:hover {
  color: #e50083;
  background: #fee url("../img/sprites_wrk.gif") no-repeat 10px -691px;
}
#nav-secondary li.active a:link,
#nav-secondary li.active a:visited,
#nav-secondary li.active a:hover,
#nav-secondary li.active a:active {
  color: #e50083;
}
#nav-secondary li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
#nav-secondary p {
  margin: 0 0 10px 00px;
  font-size: 73%;
  line-height: 14px;
}

/* SECONDARY NAVIGATION - 2nd TIER */
#nav-secondary ul {
  margin: 0 0 1em 23px;
  padding: 0;
}
#nav-secondary li.active li a,
#nav-secondary li.active li a:link,
#nav-secondary li.active li a:visited {
  line-height: 1.5;
  background: #fff url("../img/sprites_wrk.gif") no-repeat 0 -798px;
  padding: 0 0 0 12px;
  font-weight: normal;
  width: auto;
  color: #000;
  width: 130px;
  display: block;
}
#nav-secondary li.active li a:hover,
#nav-secondary li.active li a:active {
  color: #e50083;
}
#nav-secondary li.active li {
  border: none;
  margin: 0;
}

#nav-secondary li.active li.active a:link,
#nav-secondary li.active li.active a:visited,
#nav-secondary li.active li.active a:hover,
#nav-secondary li.active li.active a:active {
  font-weight: bold;
}

/* SECONDARY NAVIGATION - 3rd TIER */
#nav-secondary ul ul {
  margin: 0 0 1em 13px;
  padding: 0;
}
#nav-secondary li.active li.active li a,
#nav-secondary li.active li.active li a:link,
#nav-secondary li.active li.active li a:visited {
  width: 117px;
}
#nav-secondary li.active li.active li a:link,
#nav-secondary li.active li.active li a:visited,
#nav-secondary li.active li.active li a:hover,
#nav-secondary li.active li.active li a:active {
  font-weight: normal;
}
#nav-secondary li.active li.active li.active a:link,
#nav-secondary li.active li.active li.active a:visited,
#nav-secondary li.active li.active li.active a:hover,
#nav-secondary li.active li.active li.active a:active {
  font-weight: bold;
}

/* SECONDARY NAVIGATION - 4th TIER */
#nav-secondary ul ul ul {
  margin: 0 0 1em 13px;
  padding: 0;
}
#nav-secondary li.active li.active li.active li a,
#nav-secondary li.active li.active li.active li a:link,
#nav-secondary li.active li.active li.active li a:visited {
  width: 104px;
}
#nav-secondary li.active li.active li.active li a:link,
#nav-secondary li.active li.active li.active li a:visited,
#nav-secondary li.active li.active li.active li a:hover,
#nav-secondary li.active li.active li.active li a:active {
  font-weight: normal;
}
#nav-secondary li.active li.active li.active li.active a:link,
#nav-secondary li.active li.active li.active li.active a:visited,
#nav-secondary li.active li.active li.active li.active a:hover,
#nav-secondary li.active li.active li.active li.active a:active {
  font-weight: bold;
}
/* FORMS */
form {
  margin: 0 0 1.5em;
}
input {
  font-family: verdana, arial, tahoma, verdana, sans-serif;
  margin: 2px 0;
}
fieldset {
  border: none;
}
label {
  display: block;
  padding: 5px 0;
}
label br {
  clear: left;
}

/* FORMS - general classes */
input.f-submit {
  padding: 1px 3px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 96%;
}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
form.f-wrap-1 {
  width: 100%;
  padding: 0.5em 0;
  background: #f6f6f6 url("../img/featurebox_bg_wrk_.gif") no-repeat 100% 100%;
  border-top: 1px solid #d7d7d7;
  position: relative;
}
form.f-wrap-1 fieldset {
  width: auto;
  margin: 0 2em;
  border: 0px #000 solid;
}
form.f-wrap-1 h3 {
  margin: 0 0 0 0.6em;
  font: bold 155% verdana, arial;
  color: #e50083;
}
form.f-wrap-1 label {
  clear: left;
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
}

/* hide from IE mac \*/
form.f-wrap-1 label {
  float: none;
}
/* end hiding from IE5 mac */

form.f-wrap-1 label input,
form.f-wrap-1 label textarea,
form.f-wrap-1 label select {
  width: 15em;
  float: left;
  margin-left: 20px;
}

form.f-wrap-1 label b {
  float: left;
  width: 8em;
  line-height: 1.7;
  display: block;
  position: relative;
  text-align: right;
}
form.f-wrap-1 label b .req {
  color: #e50083;
  font-size: 150%;
  font-weight: normal;
  position: absolute;
  top: -0.1em;
  line-height: 1;
  left: -0.4em;
  width: 0.3em;
  height: 0.3em;
}
form.f-wrap-1 div.req {
  color: #666;
  font-size: 96%;
  font-weight: normal;
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  left: auto;
  width: 13em;
  text-align: right;
}
form.f-wrap-1 div.req b {
  color: #e50083;
  font-size: 96%;
  position: relative;
}
form.f-wrap-1 b span.req {
  color: #e50083;
  font-size: 96%;
  margin: 0 0 0 110px;
}
form.f-wrap-1 label select {
  width: 15.5em;
}
form.f-wrap-1 label textarea.f-comments {
  width: 20em;
}
form.f-wrap-1 div.f-submit-wrap {
  padding: 5px 0 5px 8em;
}
form.f-wrap-1 input.f-submit {
  margin: 0 0 0 18px;
}

span.req {
  color: #e50083;
  font-size: 96%;
}

form.f-wrap-1 fieldset.f-checkbox-wrap,
form.f-wrap-1 fieldset.f-radio-wrap {
  clear: left;
  float: left;
  width: 32em;
  border: none;
  margin: 0;
  padding-bottom: 0.7em;
}
form.f-wrap-1 fieldset.f-checkbox-wrap b,
form.f-wrap-1 fieldset.f-radio-wrap b {
  float: left;
  width: 8em;
  line-height: 1.7;
  display: block;
  position: relative;
  padding-top: 0.3em;
}
form.f-wrap-1 fieldset.f-checkbox-wrap fieldset,
form.f-wrap-1 fieldset.f-radio-wrap fieldset {
  float: left;
  width: 13em;
  margin: 3px 0 0 10px;
}
form.f-wrap-1 fieldset.f-checkbox-wrap label,
form.f-wrap-1 fieldset.f-radio-wrap label {
  float: left;
  width: 13em;
  border: none;
  margin: 0;
  padding: 2px 0;
  margin-right: -3px;
}
form.f-wrap-1 label input.f-checkbox,
form.f-wrap-1 label input.f-radio {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
}

form.f-wrap-1 label span.errormsg {
  position: absolute;
  top: 0;
  right: -10em;
  left: auto;
  display: block;
  width: 16em;
  background: transparent url(images/errormsg_bg.gif) no-repeat 0 0;
}
form.f-wrap-1 label span.errormsg b {
  padding: 10px 0;
  margin: 0 10px 0 30px;
  color: #b30800;
  font-weight: bold;
  display: block;
  width: auto;
  float: none;
  line-height: 1.3;
}

/* LAYOUT - FOOTER */
#footer {
  clear: both;
  border-top: 1px solid #e3e8ee;
  padding: 10px 0 30px;
  font-size: 86%;
  color: #999;
}
#footer p {
  margin: 0;
}
#footer a:link {
  color: #999;
}

.examplediv {
  background-color: #efefef;
  border: #000000 1px solid;
  padding: 0.5em 1em 1em 1em;
  font-size: 80%;
}
.examplediv ul {
  margin: 0.3em 0 1.5em 0;
  list-style-type: none;
}
.examplediv ul.related {
  margin-top: -1em;
}
.examplediv ol {
  margin: 0.5em 0.5em 1.5em;
}
.examplediv ol li {
  margin-left: 1.4em;
  padding-left: 0;
  background: none;
  list-style-type: decimal;
}
.examplediv li {
  line-height: 1.4em;
  padding-left: 25px;
  background: transparent url("../img/sprites_wrk.gif") no-repeat 0 0;
}
.examplediv li.doc {
  background-position: 3px -500px;
}
.examplediv ul.nomarker li {
  background: none;
  padding-left: 0;
}

#divid {
  position: relative;
  left: 0px;
  top: 5px;
  margin-bottom: 10px;
  width: 500px;
  height: 150px;
  overflow-y: scroll;
}

@media (max-width: 894px) {
  #sidebar {
    align-items: center;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #content-wrap {
    display: flex;
    justify-content: center;
  }
  #utility {
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 634px) {
  #nav {
    background: #2e567d;
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 195px;
    height: 100vh;
    width: 100%;
  }
  #header {
    align-items: flex-end;
  }
  .c-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 27px;
    width: 30px;
  }
  .c-burger div {
    background: #000;
    border-radius: 5px;
    height: 4px;
    width: 100%;
  }
}
.o-visible {
  display: flex !important;
}
