* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-width: 320px;
  position: relative;
  font: 400 13px/1.5 Roboto, sans-serif;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4,
h5,
h6 {
  font-size: 16px;
}
a {
  color: #842732;
  text-decoration: none;
}
ul {
  list-style: disc inside;
  margin: 1em 0 1em 1em;
}
ol {
  list-style-position: inside;
  margin: 1em 0 1em 1em;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  p {
    text-align: justify;
  }
}
.enforce-font * {
  font-family: Roboto, sans-serif !important;
}
video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
fieldset {
  margin: 8px 0;
  border: 0;
}
fieldset + fieldset {
  margin-top: 24px;
}
legend {
  font-weight: 300;
  color: #842732;
  font-size: 20px;
  margin-bottom: 16px;
  width: 100%;
}
input[type=text],
input[type=password],
input[type=number],
input[type="button"],
input[type="submit"],
button,
.btn,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=text],
input[type=password],
input[type=number],
input[type="button"],
input[type="submit"],
button,
.btn,
select,
textarea {
  border: 1px solid #758f9e;
  padding: 3px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 18px;
  height: 26px;
}
input[type=text].input-small,
input[type=password].input-small,
input[type=number].input-small,
input[type="button"].input-small,
input[type="submit"].input-small,
button.input-small,
.btn.input-small,
select.input-small,
textarea.input-small {
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
  height: 22px;
}
input[type=text].full-width,
input[type=password].full-width,
input[type=number].full-width,
input[type="button"].full-width,
input[type="submit"].full-width,
button.full-width,
.btn.full-width,
select.full-width,
textarea.full-width {
  width: 100%;
}
textarea {
  height: 80px;
  width: 100%;
}
textarea.input-small {
  height: 44px;
}
textarea.tall {
  height: 160px;
}
input[type=text] {
  width: 220px;
}
input[type=text].narrow {
  width: 140px;
}
input[type=text].first,
input[type=text].last {
  width: 120px;
}
input[type=text].middle,
input[type=text].suffix {
  width: 60px;
}
input[type=text].area-code,
input[type=text].prefix {
  width: 40px;
}
input[type=text].line-number {
  width: 52px;
}
input[type=text].extension {
  width: 64px;
}
input[type=checkbox],
input[type=radio] {
  margin: 2px 2px 4px 2px;
  vertical-align: middle;
}
input[type=number],
input[data-type=number] {
  width: 72px;
  text-align: right;
}
::-webkit-input-placeholder {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  color: #999;
}
::-moz-placeholder {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  color: #999;
}
:-ms-input-placeholder {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  color: #999;
}
input[type="submit"],
input[type="button"],
button,
.btn {
  display: inline-block;
  border: 0;
  font-family: Roboto, sans-serif;
  background-color: #e1e1e1;
  color: #555;
  padding: 4px 8px;
  min-width: 100px;
  cursor: pointer;
  text-align: center;
  transition: background-color ease-in 0.15s;
}
input[type="submit"].input-small,
input[type="button"].input-small,
button.input-small,
.btn.input-small {
  padding-left: 6px;
  padding-right: 6px;
  min-width: 60px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
  background-color: #dadada;
}
input[type="submit"].key,
input[type="button"].key,
button.key,
.btn.key {
  background-color: #4483b5;
  color: #fff;
}
input[type="submit"].key:hover,
input[type="button"].key:hover,
button.key:hover,
.btn.key:hover {
  background-color: #3d76a2;
}
input[type="submit"].special,
input[type="button"].special,
button.special,
.btn.special {
  background-color: #842732;
  color: #fff;
}
input[type="submit"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.btn.special:hover {
  background-color: #70212b;
}
input[type="submit"].critical,
input[type="button"].critical,
button.critical,
.btn.critical {
  background-color: #aa0000;
  color: #fff;
}
input[type="submit"].critical:hover,
input[type="button"].critical:hover,
button.critical:hover,
.btn.critical:hover {
  background-color: #910000;
}
input[type="submit"].btn-icon,
input[type="button"].btn-icon,
button.btn-icon,
.btn.btn-icon {
  min-width: 48px;
}
input[type="submit"][disabled] {
  color: #888;
  background-color: #e1e1e1;
}
input[type="submit"][disabled]:hover {
  background-color: #e1e1e1;
}
.input-group {
  display: inline-block;
  vertical-align: middle;
}
.input-group .textual {
  line-height: 26px;
}
.input-group .textual-small {
  font-size: 12px;
  line-height: 22px;
}
.input-group > * {
  float: left;
}
.input-group > * + * {
  margin-left: 8px;
}
.input-group .required + * {
  margin-left: 24px;
}
.editor textarea {
  height: 480px;
  width: 100%;
}
.editor button,
.editor input {
  min-width: inherit;
}
.required {
  position: relative;
}
.required::after {
  content: "*";
  font-size: 14px;
  color: #dd0000;
  position: absolute;
  right: -10px;
  top: 0;
}
span.required {
  display: inline-block;
}
.entry {
  position: relative;
  overflow: hidden;
  padding-right: 12px;
}
.entry .helper {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.entry > .col {
  padding: 8px 0;
}
.entry > .col > label {
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
}
.entry > .col1 {
  padding-top: 8px;
}
.entry > .col1 > label {
  font-weight: bold;
  line-height: 26px;
}
.entry > .col2 {
  padding: 8px 0;
}
.entry + .entry {
  border-top: 1px solid #f3f3f3;
}
@media (min-width: 800px) {
  .entry > .col1 {
    float: left;
    width: 220px;
    text-align: right;
    padding-bottom: 8px;
  }
  .entry > .col2 {
    margin-left: 240px;
  }
  .entry > .col2.textual {
    padding-top: 11px;
  }
}
.sub {
  background-color: #F8F8F5;
  padding: 8px 20px 8px 8px;
  position: relative;
  font-size: 12px;
}
.sub > .name {
  float: left;
  padding: 6px;
  text-align: right;
  width: 120px;
}
.sub > .value {
  padding: 4px;
}
.sub > .value.textual {
  padding: 6px;
}
.sub .name + .value {
  margin-left: 128px;
}
.sub .delete {
  position: absolute;
  right: 4px;
  top: 4px;
}
.sub .sub {
  background-color: #fff;
}
.sub .sub .sub {
  background-color: #F8F8F5;
}
.sub + .sub {
  border-top: 1px solid #dadada;
}
.entity-group {
  border: 1px solid #e6e6e6;
  margin-bottom: 8px;
}
.entity-group .toolbar {
  padding: 8px;
  background-color: #f3f3f3;
}
.table {
  border-color: #e6e6e6;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  width: 100%;
  table-layout: fixed;
}
.table TBODY TD {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .multiline {
  white-space: normal;
}
.table.row-hover TBODY > TR:hover {
  background-color: #f3f3f3;
  cursor: default;
}
.table.grid td {
  border-left: 1px solid #e6e6e6;
}
.table TH {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px;
  text-align: left;
}
.table TH + TH {
  border-left: 1px solid #e6e6e6;
}
.table TBODY TD {
  padding: 4px;
}
.table TBODY TD {
  border-bottom: 1px solid #e6e6e6;
}
.table TFOOT TD {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px;
}
.table .center {
  text-align: center;
}
.table .right {
  text-align: right;
}
.table .top {
  vertical-align: top;
}
.table .middle {
  vertical-align: middle;
}
.table .date-col {
  width: 100px;
}
.grid {
  border: 1px solid #e6e6e6;
  font-size: 12px;
  width: 100%;
}
.grid .header {
  text-align: left;
}
.grid .header A {
  text-decoration: none;
}
.grid .header TH {
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 4px;
  text-align: inherit;
}
.grid .header .sort {
  background-color: #e6e6e6;
}
.grid .row {
  color: #090909;
}
.grid .row td {
  padding: 6px 4px;
}
.grid .altrow {
  background-color: #f3f3f3;
}
.grid .altrow td {
  padding: 6px 4px;
}
.grid .pager {
  font-size: 16px;
}
.grid .pager TD {
  padding: 6px;
}
.grid .controlColumn {
  width: 85px;
}
/* fontello.com - use for updates */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.woff2?65879143') format('woff2'), url('../fonts/fontello.woff?65879143') format('woff');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "fontello";
  position: relative;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  vertical-align: middle;
  top: -1px;
  width: 1em;
}
/* icons followed by something, e.g. text */

.icon.margin-after {
  margin: 0 6px 0 0;
}
.btn .icon {
  font-size: 13px;
  /* size tweak for buttons */
  top: 0px;
}
.input-small .icon {
  font-size: 11px;
  /* size tweak for buttons */
  top: 0px;
}
.icon-logout:before {
  content: '\e800';
}
/* '' */

.icon-search:before {
  content: '\e801';
}
/* '' */

.icon-delete:before {
  content: '\e802';
}
/* '' */

.icon-file:before {
  content: '\e803';
}
/* '' */

.icon-save:before {
  content: '\e804';
}
/* '' */

.icon-setup:before {
  content: '\e805';
}
/* '' */

.icon-folder:before {
  content: '\e806';
  color: #ded089;
}
/* '' */

.icon-return:before {
  content: '\e807';
}
/* '' */

.icon-docs:before {
  content: '\f0c5';
}
/* '' */

.icon-chat-empty:before {
  content: '\f0e6';
}
/* '' */

.icon-database:before {
  content: '\f1c0';
}
/* '' */

.icon-train:before {
  content: '\f238';
}
/* '' */

.tabs {
  display: none;
}
.tabs > UL {
  list-style-type: none;
  margin: 0;
}
.tabs .tab {
  float: left;
  margin-bottom: 16px;
  margin-right: 24px;
}
.tabs .tab A {
  color: #666;
  display: block;
  padding: 6px 0;
  outline: none;
  border-bottom: 2px solid transparent;
}
.tabs .tab A:hover {
  color: #842732;
}
.tabs .tab-selected A {
  color: #842732;
  border-bottom-color: #842732;
}
.tabs .tab-pane {
  clear: both;
}
.tree {
  padding: 4px;
  white-space: nowrap;
}
.tree A {
  text-decoration: none;
  display: inline-block;
  padding: 2px;
  line-height: 16px;
  border: 1px solid transparent;
  cursor: default;
}
.tree A:hover {
  background-color: #e9fbfe;
  border: 1px solid #b8d6fb;
}
A.tree-selected {
  background-color: #f4f4f4;
  border: 1px solid #d9d9d9;
}
.tree UL {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tree LI {
  padding: 0;
  margin: 0;
}
.tree LI > UL {
  margin-left: 16px;
  display: none;
}
.tree-toggle,
.tree-toggle-icon {
  width: 12px;
  line-height: 18px;
  padding: 2px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: default;
}
.tree-toggle-icon-closed {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAZElEQVQoz83SsQ0AIQgFUEd3AnoG0EncwdrEBNDK/idee53SXO73L+QDYTsTPgcASilrLbxyACmlnLOZOYCIMHNr7RYAMDMiqrXeAgC99xjjnPMKjDEcE1TV18G3Jd8dfvhLxzzcBuZ+rGzGDQAAAABJRU5ErkJggg==);
}
.tree-toggle-icon-closed:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAP0lEQVQoz2P4TyJgoLuGP3/+dF35vfMLiAEHhDWg6SHKBmQ9hDUASWQ9RGlA1kMDG0j2AzmhRGw8DMK0RBAAAN267UhqLsH1AAAAAElFTkSuQmCC);
}
.tree-toggle-icon-opened {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAR0lEQVQoz2P4TyJgGIYa/iCBvXv3dnR0EKth9+7dWlpaampqRGmAqI6IiCBKA1x1ZGQkYQ3IqonSAPSlGhJoa2sbATFNEAAAn0PKkX7JWBgAAAAASUVORK5CYII=);
}
.tree-toggle-icon-opened:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAN0lEQVQoz2P4TyJgGHIadn4hRQNQddeV38RqgKgmVgPcbKI0ILuEsAY0dxPQAHc3MhryMU0FDQDx3/FM2UIwHwAAAABJRU5ErkJggg==);
}
.tree-toggle-icon-waiting {
  opacity: 0.7;
}
.auto-complete-list {
  position: absolute;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  height: 240px;
  overflow: auto;
  cursor: default;
  z-index: 100;
}
.auto-complete-list-hint {
  padding: 4px;
  font-size: 11px;
}
.auto-complete-list-item {
  padding: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auto-complete-list-item-hot {
  background-color: #006699;
  color: #fff;
}
.popup {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
}
.popup > .popup-content {
  position: relative;
  margin: 16px;
  overflow: auto;
}
.popup.minimized {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transform: scale(0.5, 0.5) translate(-100%, 0);
  -ms-transform: scale(0.5, 0.5) translate(-100%, 0);
  transform: scale(0.5, 0.5) translate(-100%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup > HEADER {
  padding-bottom: 8px;
}
.popup > HEADER > H1 {
  line-height: 28px;
  font-size: 24px;
  padding: 8px 8px 0 8px;
}
.popup > FOOTER {
  text-align: center;
  margin-top: 8px;
  padding-top: 16px;
}
.popup-modal-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.calendar {
  height: 100%;
  position: relative;
}
.calendar .calendar-controls {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
  height: 34px;
  border-bottom: 1px solid #eee;
}
.calendar .calendar-controls SELECT + SELECT {
  margin-left: 8px;
}
.calendar .calendar-controls-previous {
  left: 0;
  position: absolute;
}
.calendar .calendar-controls-next {
  right: 0;
  position: absolute;
}
.calendar .calendar-content {
  position: absolute;
  top: 34px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px 1px 8px 1px;
}
.calendar TABLE {
  table-layout: fixed;
  border-collapse: collapse;
  cursor: default;
  width: 100%;
  height: 100%;
}
.calendar TH {
  color: #999;
  vertical-align: bottom;
  height: 4%;
  font-weight: normal;
}
.calendar TH,
.calendar TD {
  padding: 4px;
  line-height: 1em;
  width: 14%;
}
.calendar TBODY TR {
  min-height: 16%;
}
.calendar TD {
  border: 1px solid #eee;
  color: #777;
  background-color: #fff;
  vertical-align: top;
}
.calendar TD:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.calendar .day-in-current-month {
  background-color: #fcfcfc;
}
.calendar .current-day,
.calendar .current-day:hover {
  color: #fff;
  background-color: #842732;
}
.calendar .event {
  margin: 2px -5px 0 -5px;
  padding: 2px;
  font-size: 11px;
  color: #fff;
  background-color: #3E80C4;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.calendar .event-start {
  margin-left: 0;
}
.calendar .event-end {
  margin-right: 0;
}
.calendar .event-spacer {
  margin: 2px 0 0 0;
  padding: 2px;
  font-size: 11px;
}
.calendar .event:nth-of-type(2) {
  background-color: #451E43;
}
.calendar .event:nth-of-type(3) {
  background-color: #133038;
}
.calendar .event:nth-of-type(4) {
  background-color: #C48400;
}
.calendar .event:nth-of-type(5) {
  background-color: #5A8431;
}
.calendar .event:nth-of-type(6) {
  background-color: #848126;
}
.validation-summary {
  background-color: #FCF0EC;
  color: #a70000;
  margin-bottom: 8px;
  padding: 8px;
}
.validation-summary ul {
  list-style: none;
}
.invalid,
input.invalid {
  background-color: #FCF0EC;
  color: #a70000;
  border-color: #a70000;
}
.hidden {
  display: none;
}
.pointable {
  cursor: pointer;
}
.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.margin-before {
  margin-top: 8px;
}
.margin-after {
  margin-bottom: 8px;
}
.callout {
  padding: 8px;
  margin-bottom: 8px;
  background-color: #f3f3f3;
}
.callout .title {
  font-weight: bold;
  margin-bottom: 8px;
}
.callout.positive {
  background-color: #EEF9EA;
  color: #336600;
}
.callout.key {
  color: #466B81;
  background-color: #E1EEF5;
}
.callout.important {
  background-color: #FFF5C0;
}
.sort {
  margin-bottom: 8px;
  text-align: right;
}
.async-status {
  margin: 8px 0;
  text-align: center;
}
.no-results {
  font-size: 14px;
  text-align: center;
  margin: 8px;
}
.more-button {
  display: block;
  width: 300px;
  margin: 16px auto;
}
.more-button.hidden {
  display: none;
}
.group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.webforms-radiobuttonlist td {
  padding: 2px;
}
.webforms-radiobuttonlist td > input,
.webforms-radiobuttonlist td > label {
  vertical-align: middle;
}
.sleeve {
  max-width: 1200px;
  margin: 0 auto;
}
.main {
  display: table;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.main > header {
  display: table-row;
  background-color: #f3f3f3;
}
.main > header .logo {
  background-image: url(../../images/logo-hz-2018.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 240px;
  height: 72px;
  display: block;
  margin: 8px auto;
}
@media (min-width: 600px) {
  .main > header .logo {
    float: left;
    margin: 8px 16px;
  }
}
.main > header .header-controls {
  margin: 12px;
  text-align: center;
}
.main > header .header-controls .name {
  font-size: 11px;
  margin-top: 8px;
}
@media (min-width: 600px) {
  .main > header .header-controls {
    display: block;
    float: right;
    margin-right: 16px;
  }
  .main > header .header-controls .name {
    text-align: right;
  }
}
.main > header .header-controls input.search {
  width: 60px;
  position: absolute;
  left: -10000px;
  transition: width 0.5s ease-in-out;
}
.main > header .header-controls input.search.expanded {
  position: static;
  width: 140px;
}
@media (min-width: 600px) {
  .main > header .header-controls input.search.expanded {
    width: 200px;
  }
}
.main > .content {
  height: 100%;
  display: table-row;
}
.main > .content .sleeve {
  padding: 16px;
}
.main > footer {
  display: table-row;
  background-color: #f3f3f3;
  font-size: 11px;
  line-height: 14px;
  color: #666;
}
.main > footer .sleeve {
  max-width: 600px;
  text-align: center;
}
.main > footer .contact {
  margin: 12px 0 6px 0;
  overflow: hidden;
  display: inline-block;
}
.main > footer .one,
.main > footer .two,
.main > footer .three {
  text-align: left;
  float: left;
}
.main > footer .two {
  margin-left: 48px;
}
.main > footer .three {
  margin-left: 48px;
}
@media (max-width: 600px) {
  .main > footer .three {
    display: none;
  }
}
.main > footer .copyright {
  font-size: 10px;
  color: #2a4358;
  text-align: center;
  margin-bottom: 4px;
}
nav.main {
  background-color: #2a4358;
  height: 38px;
  text-align: right;
}
nav.main ul {
  margin: 0;
  list-style-type: none;
}
nav.main a {
  display: block;
  color: #fff;
  line-height: 16px;
  padding: 6px;
  white-space: nowrap;
}
nav.main [data-role="menu-toggle"] {
  display: inline-block;
  margin: 6px;
}
nav.main > ul {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  z-index: 100;
  background-color: #2a4358;
  box-shadow: #333 0 0 8px;
  width: 260px;
  text-align: left;
  transition: left ease-in-out 0.25s;
}
nav.main > ul.collapsed {
  display: inherit;
  left: -272px;
}
nav.main > ul > li > a {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 8px;
}
nav.main > ul ul {
  margin: 0 16px;
}
nav.main > ul ul li.divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  padding-top: 8px;
}
@media (min-width: 960px) {
  nav.main {
    text-align: center;
  }
  nav.main [data-role="menu-toggle"] {
    display: none;
  }
  nav.main > ul {
    position: static;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
  }
  nav.main > ul.collapsed {
    display: inline-block;
  }
  nav.main > ul > li {
    float: left;
    height: 38px;
  }
  nav.main > ul > li > a {
    display: block;
    background-color: transparent;
    height: 38px;
    padding: 11px 17px;
  }
  nav.main > ul > li.pointing {
    background-color: #1a2935;
  }
  nav.main > ul > li.pointing ul {
    left: auto;
  }
  nav.main > ul ul {
    z-index: 100;
    position: absolute;
    left: -10000px;
    background-color: #1a2935;
    min-width: 200px;
    padding: 8px;
    margin: 0;
  }
  nav.main > ul ul li {
    text-align: left;
  }
  nav.main > ul ul li.divider {
    border-top: 1px solid #111c24;
  }
  nav.main > ul ul li.pointing {
    background-color: #4b789d;
  }
}
.page-message {
  position: fixed;
  top: 8px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  text-align: center;
  padding: 4px 8px;
  color: #fff;
  background-color: #2a4358;
  z-index: 1000;
}
#preview {
  position: fixed;
  bottom: 0;
  top: 0;
  width: 100%;
  background-color: #121f29;
  color: #eee;
  overflow: auto;
}
@media (min-width: 700px) {
  #preview {
    top: auto;
    height: 360px;
    box-shadow: #000 0 0 16px inset;
  }
}
#preview.hidden {
  left: -100%;
}
#preview a:not(.btn) {
  color: #8CB0C5;
}
body.showing-preview {
  overflow: hidden;
}
@media (min-width: 700px) {
  body.showing-preview {
    overflow: auto;
  }
  body.showing-preview .main > .content .sleeve {
    margin-bottom: 360px;
  }
}
.constrain-grow {
  max-width: 800px;
}
img.center-grow {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.plain-list {
  margin: 0;
  list-style-type: none;
}
.split-list {
  overflow: hidden;
}
.split-list li {
  width: 50%;
  min-width: 240px;
  float: left;
}
.page-title {
  color: #842732;
  font-size: 28px;
  margin-bottom: 12px;
}
@media (min-width: 800px) {
  .page-title {
    margin-bottom: 20px;
  }
}
.section-title {
  margin: 16px 0 8px 0;
}
.hero {
  position: relative;
  margin-bottom: 16px;
  display: flex;
}
.hero .title {
  flex: 0 1 auto;
  font-weight: 400;
  font-size: 18px;
  padding: 8px;
  margin: 0;
  color: #fff;
  bottom: 0;
  width: 100%;
  background-color: #2a4358;
}
@media (min-width: 700px) {
  .hero .title {
    font-size: 24px;
    padding: 16px;
  }
}
.hero img {
  width: 35%;
  flex: 0 0 auto;
}
.layout {
  overflow: hidden;
}
.layout > div + div {
  padding-top: 24px;
}
@media (min-width: 700px) {
  .layout > div + div {
    padding-top: 0;
  }
}
.layout.shade {
  background-color: #f6f5f0;
}
.layout.shade > div {
  padding: 12px;
}
.layout + .layout {
  margin-top: 16px;
}
@media (min-width: 700px) {
  .layout-25-75 > .one {
    float: left;
    width: 25%;
  }
  .layout-25-75 > .two {
    float: left;
    width: 75%;
    padding-left: 24px;
  }
}
@media (min-width: 700px) {
  .layout-65-35 > .one {
    float: left;
    width: 65%;
    padding-right: 24px;
  }
  .layout-65-35 > .two {
    float: left;
    width: 35%;
  }
}
@media (min-width: 700px) {
  .layout-50-50 > .one {
    float: left;
    width: 50%;
  }
  .layout-50-50 > .two {
    float: left;
    width: 50%;
    padding-left: 24px;
  }
}
@media (min-width: 700px) {
  .layout-3up > .one {
    float: left;
    width: 33%;
  }
  .layout-3up > .two {
    float: left;
    width: 34%;
    padding-left: 24px;
  }
  .layout-3up > .three {
    float: left;
    width: 33%;
    padding-left: 24px;
  }
}
.search-bar {
  position: sticky;
  top: 0;
  padding: 8px;
  background-color: #f3f3f3;
  margin-bottom: 16px;
}
.search-bar .one {
  text-align: center;
}
.search-bar .two {
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 800px) {
  .search-bar .input-group > div {
    float: none;
  }
  .search-bar .input-group div + div {
    margin-top: 8px;
  }
}
.folder-controls {
  margin-top: 8px;
  text-align: center;
}
.alphabet a {
  display: inline-block;
  line-height: 24px;
  min-width: 22px;
  text-align: center;
  margin-right: 3px;
}
.alphabet a.selected {
  background-color: #dadada;
}
.people-search-tiles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  margin: -8px;
}
.people-search-tiles .person-tile {
  color: #555;
  -webkit-box-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 8px;
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  padding: 8px;
  width: 270px;
  min-height: 120px;
}
.people-search-tiles .person-tile .person-picture {
  float: left;
  text-align: center;
  background-color: #f3f3f3;
}
.people-search-tiles .person-tile .person-picture img {
  vertical-align: top;
}
.people-search-tiles .person-tile .content {
  font-size: 11px;
  line-height: 14px;
}
.people-search-tiles .person-tile .content .title {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}
.people-search-tiles .person-tile .content .company {
  font-style: italic;
  margin-bottom: 8px;
}
.people-search-tiles .person-tile .content .address {
  margin-bottom: 8px;
}
.people-search-tiles .person-tile .person-picture + .content {
  margin-left: 72px;
}
.meeting .leader {
  margin-bottom: 16px;
}
.meeting .register-box {
  background-color: #f3f3f3;
  padding: 16px;
}
.meeting .register-box.positive {
  background-color: #EEF9EA;
  border: 1px solid #bee8ae;
}
.meeting .register-box .register-before {
  font-weight: bold;
  margin-bottom: 8px;
}
.meeting .register-box .special-notes {
  font-size: 11px;
  margin-bottom: 8px;
}
.meeting .register-box .controls {
  text-align: center;
}
.registration .summary {
  background-color: #EEF9EA;
  font-size: 14px;
  padding: 8px;
  text-align: right;
}
.registration .summary span {
  color: #336600;
  font-weight: bold;
}
.registration .total {
  color: #336600;
  font-size: 18px;
  text-align: center;
}
.place-order .navigation {
  padding: 12px;
  text-align: center;
}
.place-order .navigation .billing-disclaimer {
  font-style: italic;
  margin-bottom: 16px;
}
.place-order .navigation input {
  width: 260px;
}
.order .status {
  margin-bottom: 8px;
}
.order .product-caption {
  font-weight: bold;
}
.registration-summary {
  border: 1px solid #f3f3f3;
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}
.registration-summary TH {
  background-color: #f3f3f3;
}
.registration-summary TD {
  padding: 3px;
}
.registration-summary TFOOT TR {
  background-color: #f3feee;
}
.registration-summary .heading {
  background-color: #ece8da;
  font-size: 14px;
  font-weight: bold;
}
.registration-summary .attendee {
  background-color: #f5fdff;
  font-size: 13px;
  font-style: italic;
}
.registration-summary .activity {
  background-color: #f3feee;
  font-size: 13px;
  font-weight: bold;
}
.registration-summary .col1 {
  width: 5%;
}
.registration-summary .col3 {
  text-align: right;
  width: 10%;
}
.registration-summary .summary-caption {
  font-size: 14px;
  text-align: right;
}
.registration-summary .summary-value {
  font-size: 14px;
  text-align: right;
}
.admin-activity {
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-bottom: 8px;
}
.folder-admin-controls {
  text-align: right;
  margin-bottom: 8px;
}
.folder-item {
  display: block;
  overflow: hidden;
  padding: 8px;
}
.folder-item .one {
  float: left;
  width: 84px;
}
.folder-item .two {
  margin-left: 100px;
}
.folder-item .title {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.folder-item.folder,
.folder-item.search {
  line-height: 40px;
  cursor: pointer;
}
.folder-item.folder:hover,
.folder-item.search:hover {
  background-color: #f3f3f3;
}
.folder-item .preview-image {
  width: 100%;
  box-shadow: #bbb 2px 2px 4px;
}
.folder-item .icon {
  font-size: 32px;
  display: block;
  margin: 0 auto;
}
.folder-item .icon-search,
.folder-item .icon-return {
  color: #aaa;
}
.folder-item .annotations {
  color: #999;
  overflow: hidden;
  list-style-type: none;
  margin: 0 0 12px 0;
}
.folder-item .annotations > li {
  float: left;
}
.folder-item .annotations li + li::before {
  content: "•";
  margin: 0 8px;
}
.folder-item .people {
  overflow: hidden;
  margin-bottom: 16px;
}
.folder-item .people .person {
  float: left;
  height: 32px;
  margin-right: 16px;
}
.folder-item .people .person img {
  display: inline-block;
  vertical-align: top;
}
.folder-item .people .person .name {
  display: inline-block;
  font-size: 11px;
  line-height: 32px;
  white-space: nowrap;
}
.folder-item + .folder-item {
  border-top: 1px solid #f3f3f3;
}
@media (min-width: 600px) {
  .folder-item .one {
    width: 100px;
  }
  .folder-item .two {
    margin-left: 116px;
  }
  .folder-item .title {
    font-size: 16px;
  }
}
.document-preview .sleeve {
  padding: 16px;
}
.document-preview .one {
  padding-bottom: 16px;
}
.document-preview .btn {
  min-width: 64px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
}
.document-preview .btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.document-preview .btn.save,
.document-preview .btn.open {
  background-color: #239a5c;
}
.document-preview .btn.save:hover,
.document-preview .btn.open:hover {
  background-color: #1e8550;
}
.document-preview .preview-image {
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
.document-preview .title {
  font-size: 16px;
  margin-bottom: 16px;
}
.document-preview .controls {
  margin-bottom: 16px;
}
.document-preview .people {
  overflow: hidden;
  margin-bottom: 16px;
}
.document-preview .people .person {
  float: left;
  height: 32px;
  margin-right: 16px;
}
.document-preview .people .person img {
  display: inline-block;
  vertical-align: top;
}
.document-preview .people .person .name {
  display: inline-block;
  font-size: 11px;
  line-height: 32px;
  white-space: nowrap;
}
.document-preview .pair {
  font-size: 12px;
  padding: 4px 0;
  overflow: hidden;
}
.document-preview .pair .name {
  color: #777;
  float: left;
  text-align: right;
  width: 64px;
}
.document-preview .pair .value {
  margin-left: 72px;
}
@media (min-width: 700px) {
  .document-preview .one {
    float: left;
    width: 30%;
    padding: 0;
  }
  .document-preview .two {
    margin-left: 30%;
    padding-left: 16px;
  }
  .document-preview .preview-image {
    max-height: 328px;
    max-width: 100%;
  }
}
.bylaws {
  max-width: 720px;
  margin: 0 auto;
  text-align: justify;
}
.bylaws h1 {
  text-align: center;
  margin: 24px auto;
  line-height: 1.2em;
}
.bylaws h2 {
  text-align: center;
  margin: 32px auto 16px auto;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.bylaws ul {
  list-style-type: upper-alpha;
}
.bylaws li {
  text-indent: 32px;
  margin-bottom: 16px;
}
.bylaws li::marker {
  font-weight: bold;
}
.bylaws p {
  text-indent: 32px;
}
.job-title {
  font-style: italic;
  margin-bottom: 16px;
}
.master-search-box {
  padding: 8px;
  background-color: #f3f3f3;
  margin-bottom: 8px;
}
.toolbar {
  margin-bottom: 16px;
  text-align: right;
}
.upload-progress {
  width: 100%;
}
.upload-status {
  font-size: 11px;
  text-align: center;
  color: #888;
}
.asset-upload {
  display: table;
  width: 100%;
}
.asset-upload .no-asset {
  display: table-cell;
  width: 120px;
  color: #aaa;
  border: 2px dashed #aaa;
  cursor: pointer;
}
.asset-upload .no-asset:hover {
  color: #842732;
  border-color: #842732;
}
.asset-upload .no-asset::before {
  content: "+";
  font-size: 32px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.asset-upload .asset {
  display: table-cell;
  text-align: center;
  width: 120px;
}
.asset-upload .asset .asset-preview {
  height: 120px;
  box-shadow: #999 4px 4px 8px;
}
.asset-upload .file-controls {
  vertical-align: top;
  padding-left: 16px;
  display: table-cell;
}
.asset-upload .file-controls .file-name {
  font-size: 14px;
  margin-bottom: 8px;
}
.mce-tinymce button {
  min-width: initial !important;
}
.dialog {
  background-color: #fff;
  height: 100%;
}
.dialog .search {
  background-color: #f3f3f3;
  padding: 8px;
}
.dialog .tree {
  height: 100%;
  padding: 8px;
}
.dialog .search + .tree {
  height: calc(100% - 42px);
  overflow: auto;
}
.pager {
  text-align: center;
  margin: 8px 0;
}
.pager > A {
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  margin: 0 2px;
}
.pager > A.selected {
  background-color: #842732;
  color: #fff;
}
.pager > A:hover:not(.selected) {
  background-color: #f3f3f3;
}
.pager .status {
  padding: 4px;
  font-size: 11px;
}
.video-wrapper {
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper > * {
  position: absolute !important;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}
.post-in-group {
  margin-right: 3px;
  border: 1px solid #ccc;
  box-shadow: #ccc 0 0 6px;
  padding: 16px;
}
.post-in-group header {
  border-bottom: 1px solid #eee;
  padding: 4px 0;
  margin-bottom: 12px;
}
.post-in-group + .post-in-group {
  margin-top: 24px;
}
.post-in-group .title {
  margin-bottom: 0;
}
.post-in-group time {
  font-size: 11px;
}
.post header {
  background-color: #fbfbfb;
  border-bottom: 1px solid #ebebeb;
  padding: 16px;
  margin-bottom: 12px;
}
.post .rich-body {
  max-width: 900px;
  margin: 24px auto;
}
.post-in-group + .new-post {
  margin-top: 24px;
}
.new-post .toolbar {
  margin: 16px 0;
  text-align: center;
}
.document-preview-entry {
  text-align: center;
}
.document-preview-entry .preview-image {
  height: 180px;
  vertical-align: top;
  box-shadow: #aaa 0 0 4px;
}
.document-preview-entry .file-name {
  margin-top: 12px;
}
.tag {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 3px;
  margin: 3px;
}
.tag:hover {
  background-color: #e6e6e6;
}
.tag input {
  float: right;
  margin-left: 6px;
}
.tag-cloud {
  height: 300px;
}
.tag-cloud span {
  cursor: pointer;
}
.designation {
  font-weight: bold;
}
.issue header {
  display: table;
  width: 100%;
}
.issue header .one,
.issue header .two {
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
}
.issue header .one {
  width: 80px;
}
.issue header .one img {
  border-radius: 4px;
  float: left;
}
.issue header .two .name,
.issue header .two .title {
  font-size: 20px;
}
.issue header .two .date {
  font-size: 11px;
}
.issue .content {
  padding: 16px;
  max-width: 640px;
}
.request {
  margin-bottom: 32px;
  box-shadow: #cccccc 0 0 6px;
}
.request header {
  background-color: #842732;
  color: #fff;
}
.response {
  border: 1px solid #cdcdcd;
  box-shadow: #cccccc 0 0 6px;
}
.response + .response {
  margin-top: 32px;
}
.response header {
  background-color: #f3f3f3;
}
.response footer {
  padding: 16px 16px 0 16px;
  overflow: hidden;
}
.response footer > .title {
  font-size: 11px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 16px;
}
.response .file {
  float: left;
  margin-right: 16px;
  display: table;
  width: 160px;
  padding: 8px;
  margin-bottom: 16px;
}
.response .file .row {
  display: table-row;
}
.response .file .preview-image {
  display: table-cell;
  text-align: center;
}
.response .file .preview-image img {
  box-shadow: #bbbbbb 2px 2px 4px;
  width: 128px;
}
.response .file .title {
  padding-top: 8px;
  display: table-cell;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}
.webinar-detail .video-js {
  margin-bottom: 32px;
}
.vision-mission-values img {
  display: none;
}
@media (min-width: 700px) {
  .vision-mission-values {
    background-image: url(../../images/about/track-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 32px;
    font-size: 14px;
    color: #000;
  }
  .vision-mission-values .logo {
    margin: 16px auto 32px auto;
    width: 200px;
    display: block;
  }
  .vision-mission-values .inner {
    margin: 0 auto;
    max-width: 660px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .vision-mission-values .one-search {
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
    font-style: italic;
  }
  .vision-mission-values ul {
    max-width: 400px;
    margin: 8px auto 32px auto;
    list-style: none;
    color: #fff;
    background-color: #2a4358;
    padding: 16px;
    border-radius: 4px;
  }
  .vision-mission-values ul li + li {
    margin-top: 16px;
  }
  .vision-mission-values p img {
    display: inherit;
    float: left;
    margin-right: 8px;
  }
}
.vision-mission-values h1 {
  color: #842732;
  text-align: center;
  margin-bottom: 32px;
}
.vision-mission-values h2 {
  color: #842732;
}
