/* Bootstrap compatibility */
.vsys-spinner.modal {
  width: 33vw;
  left: 33vw;
  height: fit-content;
  border-radius: 5px;
  margin: 0;
  display: none;
}
textarea, .signatureCapture, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, .signatureCapture, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

label {
  display: block;
}
.dataTables_filter input[type="search"] {
  margin-bottom: 0;
  height: initial;
}

.dataTables_length select {
  height: initial;
}
input,textarea,.signatureCapture,.uneditable-input {
  width: 206px
}
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"] {
  width: auto
}
input[type="file"] {
  border-radius: 4px;
}
.alert-error {
  background: red;
  color: white;
  font-weight: bolder;
  padding: 10px;
  margin-bottom: 5px;
}
.alert-error .close {
  color: white;
  opacity: 1;
}
.ui-dialog .ui-dialog-titlebar-close {
  color: black;
}


/* built-in site template (One column) */
.none-of-none { display: none; } 
b, strong {
  font-weight: bold;
}
a {
  color: #0064ff;
}
i {
  font-style: italic;
}
#page-header nav ul li a {
  border-color: rgba(0,0,0,0);
}
#nav ul li a {
  color: white;
}
.container {
  width: 95%;
}
body {
  overflow-x: hidden;
}
.blocks .one {
  background: #0064ff;
}
.button {
  background: #0064ff;
}
.button-smaller {
  padding: 0.5em 2.25em 0.5em 2.05em;
}
.button-smaller:before {
  content: none;
} 
#header-wrapper {
  background: #0064ff;
}
.dropotron {
  background: #0064ff;
  background: rgba(0, 100, 255, 0.9);
}
#banner .captions {
  background: #0064ff;
  background: rgba(0, 100, 255, 0.9);
}
#navPanel .link {
  white-space: nowrap; 
}
#search form:before {
  background: #0064ff;
}
#content section header, #content article header {
  border-top: solid 7px #0064ff;
}
#sidebar section header {
  border-top: solid 7px #0064ff;
}
section header, article header {
  border-top: solid 5px #0064ff;
}
#titleBar {
  background: #0064ff;
}
#titleBar .title h1 {
  color: #FFFFFF;
}
.blocks .one:hover {
  background: #89c1d2;
}
.button:hover {
  background: #89c1d2;
}
.button-no-hover:hover {
  background: #0064ff;
}
.button-no-highlight:before {
  content: none !important;
}
.blocks .two {
  background: #777777;
}
.blocks .two:hover {
  background: #9cca10;
}
em {
  font-style: italic !important;
}
ol, ul {
  list-style: initial;
  margin-bottom: initial;
}
ol {
  list-style-type: decimal;
}
ul.dropotron {
  list-style: none !important;
}
ol li, ul li {
  margin: initial; padding: initial;
}
.application-availability-date-day-label {
  min-width: 7em;
  font-weight: bold;
  text-align: right;
}
.application-availability-date-day-label::after {
  content: ":";
}
#sign_in_form > div {
  display: inline-block;
}
#sign_in_form div.reset-password-link {
  display: inline-block;
  float: none !important;
  margin-left: 1em;
}
#sign_in_form div.submit-button {
  margin-left: 1em;
}
#sign_in_form > div > div.clearfix {
  display: none;
}
#sign_in_form > div:nth-child(3) {
  position: relative;
  top: -10px;
}
.sign-in-block-container {
  padding: 0;
}
.sign-in-block-container label {
  display: inline;
  font-size: 15px;
}
.sign-in-block-container h4 {
  float: none;
  padding-bottom: 0;
  font-size: 150%;
  font-weight: bold;
}
form.new_resetpassword {
  padding-top: 10px;
}
form.new_resetpassword input.btn {
  padding: 10px;
}
.application-form input.required, .application-form textarea.required, .application-form select.required,
#user_account_password_confirmation, #user_account_passworxd_confirmation, #user_account_password, #user_account_passworxd, #user_account_user_id_confirmation,
#user_account_user_id,.custom_app_dynamic_field .select.required button, div.required multiselect button,
.complex-editor-form select.required~button, .complex-editor-form input.required, .complex-editor-form textarea.required {
  box-shadow: 0 0 0 2px #FF0000 inset;
}
.application-form input.required:focus, .application-form textarea.required:focus, .application-form select.required:focus,
#user_account_password_confirmation:focus, #user_account_passworxd_confirmation:focus, #user_account_password:focus, #user_account_passworxd:focus,
#user_account_user_id_confirmation:focus, #user_account_user_id:focus,
.application-form select.multiselect[required="required"] + button.ui-multiselect,
.application-form select.application-field-combo[required="required"] {
  box-shadow: 0 0 0 2px #FF0000;
  margin-left: 2px;
}
select[required="required"],
select.required + .chosen-container .chosen-single, select[required="required"] + .chosen-container .chosen-single,
select.required + .chosen-container .chosen-choices, select[required="required"] + .chosen-container .chosen-choices {
  box-shadow: 0 0 0 2px #FF0000 inset;
}
.application-form input.required, .application-form textarea.required, .application-form select.required,
#user_account_password_confirmation, #user_account_passworxd_confirmation, #user_account_password, #user_account_passworxd, #user_account_user_id_confirmation,
#user_account_user_id, .custom_app_dynamic_field .select.required button, div.required multiselect button,
.application-form select.multiselect[required="required"] + button.ui-multiselect,
.application-form select.application-field-combo[required="required"] {
  background: rgba(255, 255, 0, 0.25);
}
select[required="required"],
select.required + .chosen-container .chosen-single, select[required="required"] + .chosen-container .chosen-single,
select.required + .chosen-container .chosen-choices, select[required="required"] + .chosen-container .chosen-choices {
  background: rgba(255, 255, 0, 0.25) !important;
}
div.required abbr {
  display: none;
}
div.vsys-form-actions input.btn {
  background: #0064ff;
  color: #FFFFFF !important;
}
div.vsys-form-actions input.btn:hover {
  background: #89c1d2;
  outline: 2px solid #FFFFFF;
  outline-offset: -6px;
}
div.vsys-form-actions {
  clear: both; 
}
a.bubble-top:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#page-header #logo {
  float: initial; 
}
#header > img, #header > a > img {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
}
@media screen and (max-width: 1000px) {
  #header > img {
    max-width: 90px;
    max-height: 90px;
  }
}
@media screen and (max-width: 800px) {
  #header > img {
    max-width: 75px;
    max-height: 75px;
  }
}
#page-header #nav {
  margin-right: 100px;
}
#sign_in_form label[for='userid']:after {
  content: " (e-mail address):";
}
#sign_in_form label[for='password']:after {
  content: ":";
}
div#user-account-fields:before {
  content: "Use your e-mail address to create your account below.";
  font-style: italic;
}
#user-account-fields label[for="user_account_user_id"]:after {
  content: " (e-mail address):";
}
#user-account-fields label[for="user_account_user_id_confirmation"]:after {
  content: " (e-mail address):";
}
h4.sectiontitle {
  width: 95vw;
  font-weight: bold;
  border-bottom-color: darkblue;
}
h4.tool-section-title {
  min-width: initial;
  width: auto;
  border-bottom: 1px solid gray;
  font-size: 120%;
  font-weight: bold;
}
.popupeditor-container h4.sectiontitle  {
  max-width: 800px;
} 
a.anywhere-hyperlink:not(.button), .datatable-container td a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
a.anywhere-hyperlink:hover:not(.button), .datatable-container td a:hover {
  border-top: 1px solid currentColor;
}
.btn a.anywhere-hyperlink, .btn a.anywhere-hyperlink:hover {
  border: none !important;
  text-decoration: none !important;
}
.qtip-content a.anywhere-hyperlink {
  display: inline-block;
  margin-top: 5px;
}
.qtip-content a.anywhere-hyperlink.button { 
  border-radius: 5px;
  margin-top: 5px;
  padding: 0.5em 1.5em;
}
.gm-style a.anywhere-hyperlink.button { 
  border-radius: 5px;
  margin-top: 5px;
  padding: 0.5em 1.5em;
}
.datatable-container a.fc-day-number, .datatable-container a.fc-day-number:hover, .datatable-container .fc-day-header a, .datatable-container .fc-day-header a:hover {
  border-bottom: none;
  border-top: none;
}
.criterion-descriptor {
  font-weight: bold;
  font-size: 115%;
}
.tool-body {
  width: 100%;
}
.ui-dialog-titlebar, .ui-widget-header {
  background: #0064ff;
  color: white;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
  text-decoration: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after { 
  content: '\f00d';
  text-decoration: none;
  font: normal normal normal 14px/1 FontAwesome;
  color: red;
  position: relative;
  top: -0.15em;
}
div.application-top-instructions {
  padding: 0;
}
div.application-unavailable-message {
  padding: 0;
}
div.application-unavailable-message-diagnostics {
  font-size: 75%;
  font-weight: 200;
  color: gray;
}
div.applications-block-container {
  padding: 0;
}
#footer-wrapper {
  padding: 0;
}
.complex-editor-form select.application-field-combo {
  border-radius: 5px;
}
.complex-editor-field-line, .application-field-combo, .application-field-checkbox, .application-field-checklist, .tool-body {
  max-width: 100%;
}
.application-field-checklist > .controls > div {
  max-width: 100%;
}
.complex-editor-field-line > div.string > .controls > input.string { 
  max-width: 100%;
}
.complex-editor-field-line > div.text > .controls > textarea {
  max-width: 100%;
}
.popupeditor-modal-container .complex-editor-form .complex-editor-field-line:first-of-type .application-field-checkbox {  
  padding-top: initial;
}
button.ui-multiselect {
  max-width: 100%;
}
.complex-editor-form input.numeric {
  text-align: right;
  width: auto;
}
.application-field-checkbox.button {
  margin-top: 10px;
}
.application-field-checkbox.button-smaller {
  margin-top: 20px;
}
.application-field-checkbox.button input[type="checkbox"] {
  display: none; 
}
.complex-editor-form-actions button.btn, .complex-editor-form-actions a.btn, .online-training-button, .password-reset-send-button,
  p.buttonWrapper a, 
  button.btn[actionbutton="1"], 
  .query-field-wrapper button.btn  {
    width: auto !important;
  padding: 1.2em 2.8em;
  margin-right: 10px;
  background: #0064ff;
  color: #FFFFFF;
  text-shadow: none;
  border-radius: 10px;
  box-shadow: none;
  font-size: 1.1em;
  font-family: "Open sans",sans-serif;
}
.complex-editor-form-actions a.btn {
  font-size: 1em; 
  text-decoration: none;
}
.complex-editor-form-actions button.btn a {
  color: white;
  text-decoration: none;
}
.password-reset-send-button {
  margin-top: 1em;
}
.password-reset-send-button input { 
  display: none;
}
.anywhere-tool-instructions-container {
  padding: 0;
  margin-bottom: 5px;
}
#kiosk_login_form .btn-kiosk {
  display: none;
}
.main-row > div:first-of-type { 
  padding-top: 0;
}
.main-row > div.x4u, .main-row > div.x8u { 
  padding-top: 0;
}
.VOXIHTMLBlock:first-of-type {
  padding-top: 0;
}
#content .dataentry-simple-tool-container, #content .datatable-simple-tool-container {
  padding: 5px;
}
.applications-block select {
  width: auto;
}
div.application-form .application-field-checkbox > span.label-inner { 
  font-size:80%;
}
div.ui-dialog.ui-widget-content {
  width: auto !important; 
  max-width: 90vw; 
}
.tool-itemslist-error {
  color: red;
}
.tool-itemslist-comments {
  font-style: italic;
}
.tool-itemslist-caption0-link2 {
  font-size: initial;
  font-variant: initial;
}
.tool-itemslist-caption0-link2 a, .tool-itemslist-caption0-link2 a:hover {
  padding-right: 0;
  border : none;
}
div.ui-widget-content.ui-multiselect-menu {
  height: initial !important;
}
span.title > h1 {
  white-space: nowrap;
}
div.ui-dialog[aria-describedby*='popupeditor_any_agreements'] button.ui-dialog-titlebar-close {
  display: none;
}
div.agreementunderlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(60,60,60,.7);
  z-index: 50;
}
a.nowrap {
  white-space: nowrap;
  padding-right: 0.5em;
}
#toast-container > div {
  opacity: 1;
}
.appIcon, .appImage {
    display: none;
}
.application-field-checkbox.anywhere-checkbox-pushdown {
  margin-top: 2.5em;
}
.anywhere-general-warning-in-field {
  color: red;
  font-weight: bold;
  display: block;
}
.datatable-refresh {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
}
.dashboard-float .datatable-refresh {
  font-size: 1.5em;
  right: 1em;
}
div.list-view-block {
  position: relative;
}
.dashboard-float {
  display: inline-block;
  width: 600px;
  padding-right: 30px;
}
.dashboard-float .dataTables_info {
  padding-top: 0 !important;
}
.application-form div.controls {  
  display: inline-block;
  position: relative;
}
.user-account-form-fields div.controls { 
  display: block;
  position: static;
}
.application-form div > .app-tooltip-text,  div.withtooltip .app-tooltip-text, .application-form div .application-field-checkbox .app-tooltip-text {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  padding: 5px 1em 5px 1em;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  top: -5px;
  position: absolute;
  white-space: pre;
}
.application-form div .application-field-checkbox .app-tooltip-text {
  position: initial; 
}
.application-form div:hover > .app-tooltip-text, div.withtooltip:hover .app-tooltip-text,.application-form div .application-field-checkbox:hover .app-tooltip-text {
  visibility: visible; opacity: 1;
}
.application-form div:focus-within > .app-tooltip-text, div.withtooltip:focus-within > .app-tooltip-text {  
  visibility: hidden; opacity: 0;
}
.select2-container--default .select2-selection--single, select2-container--default .select2-selection--multiple {
  min-height: 3.5em !important;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
  min-height: 3.5em !important;
}
.popupeditor .select2-container .select2-selection--multiple, .popupeditor .select2-container .select2-selection--single {
  min-height: 3em !important;
}
.select2-container:focus, .select2-container:focus-within {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.complex-editor-form-actions-top {
  width: 95vw;
  text-align: right;
  padding-right: 10em;
}
.complex-editor-form-actions-top-wrapper {
  height: 0;
  position: relative;
  top: -5em;
}
i.actionbutton-fa, svg.actionbutton-fa {
  margin-left: 0.5em;
}
.xfa15x {
  font-size: 1.5em;
}
input[type=text], input[type=password], input[type=number], select, textarea, input[type=text]:focus, input[type=password]:focus,  textarea:focus {
  background-color: initial;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  padding: 0.670em;
}
input.string[readonly=readonly] { 
  width: fit-content;
}
.chosen-container-multi .chosen-choices, form button.ui-multiselect {
  background: none;
}
.ui-datepicker select.ui-datepicker-year {
  min-width: 50%;
}
.ui-datepicker-year {
  color: white;
  font-weight: 700;
  background-color: #0064ff;
}
.ui-datepicker-year option {
  color: black;
  background-color: white; 
}
.ui-datepicker-year option {
  color: initial;
}
.popupeditor-modal-container .complex-editor-form .application-field-checkbox.searchbutton {
  padding: 1.2em 3em; 
}
.mergeField-draggable {
  border: 1px solid black;
  border-radius: 5px;
  position: relative;
  top: 2.3em;
  left: 0.2em;
  background: yellow;
  padding: 1em  0.2em 1em 1em;
  cursor: move;
  font-family: 'Courier-new', Courier, monospace;
}
.mergeField-draggable:before {
  content: "\f0a4";
  font-family: FontAwesome;
  font-size: 140%;
  position: relative;
  top: 0.2em;
  left: -0.2em;
}
.tool-no-create-item-warning {
  font-size: 150%;
  color: red;
  background-color: yellow;
  border: 2px solid red;
  padding: 5px;
  margin-top: 1.2em;
}
.tool-alert {
  font-size: 120%;
  background-color: #ffff0085;
  padding: 2px;
}
.formatted-address {
  padding-left: 1em;
  line-height: 150%;
}
.formatted-address .formatted-address-contact {
  font-weight: bold;
}
.formatted-address .formatted-address-phones {
  padding-left: 0.5em;
  margin-left: 0.5em;
  font-style: italic;
  border-left: 1px solid blue;
}
.formatted-address .formatted-address-phones > span {
  display: block;
}
button[onclick*='&quot;save&quot;'] {
  background-color: yellow;
}
.complex-editor .query-field-wrapper button.btn { 
  padding: 0.4em 2em;
}
.complex-editor .query-field-wrapper button.btn:after { 
  content: '\f002';
  text-decoration: none;
  font-family: FontAwesome;
}
.popupeditor-container .complex-editor-form .complex-editor-field-line .control-group {
  margin-bottom: 5px;
}
.complex-editor-form .complex-editor-field-line {  
  display: inline-block;
  position: relative;
}
.complex-editor-field-line-as-button {
  margin-right: 0;
} 
.complex-editor-field-line .toolfield-tooltip-text {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    padding: 5px 1em 5px 1em;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    top: -5px;
    position: absolute;
    white-space: pre;
}
.complex-editor-field-line div:hover > .toolfield-tooltip-text {
  visibility: visible; opacity: 1;
}
.complex-editor-field-line div:focus-within > .toolfield-tooltip-text {  
  visibility: hidden;
  opacity: 0;
}
.ui-widget-overlay {
  opacity: 0.50;
}
h3.generalerror {
  color: red;
  background-color: yellow;
}
h3.generalwarning {
  color: #460000;
  background-color: #ffff005c;
  font-size: 115%;
  font-weight: bold;
}
h3.nomargin {
  margin-bottom: 0;
}
a.anywhere-tool-helplink {
  display: none;
}
.block-container .dataTables_wrapper {  
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.dataTables_wrapper.no-footer .dataTables_info {
  display: none;
}
.createbutton {
  background-color: green;
}
.createbutton:focus {
  color: #FFFFFF;
  font-weight: bold;
}
.filterbutton {
  background-color: #056905;
}
.filterbutton:focus {
  color: #FFFFFF;
  font-weight: bold;
}
.filterbutton:after {
  content: none;
}
form a.anywhere-hyperlink-button {
  margin-right: 10px;
  font-size: 1.1em;
}
h1.tool-error {
  color: #860808;
}
button.ui-dialog-titlebar-close::after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f00d";
  position: relative;
  top: -2px; 
}
#new_sign_in_form .new-login-block-well {
}
#new_sign_in_form .new-login-block-well div {
  display: inline-block;
  position: relative; 
}
#new_sign_in_form input {
  margin: 0;
}
#new_sign_in_form label {
  display: inline-block;
  margin-right: 0.5em;
}
#new_sign_in_form .user-id-post {
  font-style: italic;
  margin-right: 2em;
}
#new_sign_in_form .new-login-submit {
  margin-left: 1em;
  margin-right: 1em;
}
#new_sign_in_form .new-login-reset {
  color: inherit;
  text-decoration: none;
}
#new_sign_in_form .new-login-reset:hover {
  text-decoration: underline;
}
button[data-purpose="remove-fileupload"] {
  background-color: red;
  padding: 2px 5px;
}
button[data-purpose="remove-fileupload"] > svg {
  display: none;
}
button[data-purpose="remove-fileupload"]::after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f00d";
}
.fileupload_status.highlight {
  width: auto !important;
}
.ui-multiselect-menu.ui-widget, button.ui-multiselect.ui-widget {
  width: auto !important;
}
.qtip.datatable-popup-qtip {
  max-width: none;
}
.qtip.datatable-popup-qtip h1 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.qtip.datatable-popup-qtip .personlookup-hint-title {
  font-weight: bold;
}
.qtip.datatable-popup-qtip .personlookup-hint {
  max-width: 50vw;
}
.joboverride-description {
  color: green;
  font-style: italic;
  font-weight: bold;
  font-size: 110%;
  position: relative;
  top: 2em;
}
.assignment-slotnote, .assignment-sasduration {
  color: green;
  font-style: italic;
  font-weight: bold;
  font-size: 110%;
}
.assignment-sasduration {
  position: relative;
  top: 2em;
}
.assignment-terminate-note {
  color: maroon;
  font-style: italic;
  font-weight: bold;
  margin: 2em 0 0 -10px;
  width: auto !important;
}
@media only print {
  a.tool-link {
    display: none;
  }
  a.data-link, a.anywhere-hyperlink.data-link {
    text-decoration: none;
    color: black;
    border: none;
  }
  #nav {
    display: none;
  }
  .dt-buttons, .dataTables_filter {
    display: none;
  }
  #footer-wrapper {
    display: none;
  }
}
.html-magic-paste { 
  min-height: 2em;
}
.person-hint-intakechecklist {
  margin-bottom: 10px;
}
.person-hint-intakechecklist-header {
  font-size: 115%;
  font-style: italic;
  text-decoration: underline;
}
.person-hint-intakechecklist-section {
  padding-left: 1em;
}
.person-hint-intakechecklist-problems {
  color: red;
}
.person-hint-intakechecklist-missing {
  color: #9c1c06;
}
.person-hint-intakechecklist-valid {
  color: indigo;
}
.person-hint-intakechecklist-missing-heading, .person-hint-intakechecklist-valid-heading {
  font-size: 110%;
  text-decoration: underline;
  margin-top: 5px;
}
.translate-setup-hint-field-code {
  font-family: monospace;
  font-style: italic;
  color: purple;
}
.no-padding-voxiblock {
  padding: 0;
}
.signup-conflict-err {
  color: red;
}
.signup-waitlist {
  color: purple;
}
.list-of-dates, .list-of-dates2, .list-of-dates3 {
  display: block;
  line-height: initial;
  font-size: 90%;
}
.list-of-dates {
  font-family: monospace;
}
.list-of-dates-exception {
  font-weight: bold;
  color: red;
  background-color: yellow;
}
.list-of-dates-note {
  font-weight: bold;
  color: purple;
  background-color: yellow;
}
.fc-head .ui-widget-header a, .fc-list-heading .ui-widget-header a {  
  color: inherit;
}
.popupeditor-details-tightspacing p {
  margin-bottom: auto;
}
.application-field-checkbox.pushed-down-boolean {
  padding-top: 1.8em;
}
.application-field-has-suffix:after {  
  padding-left: 0.2em;
  position: relative;
  top: 0.5em;
  font-style: italic;
  font-size: 90%;
}
h3.assignment-coverage-name {
  font-size: 1.25em;
  padding: 0;
  margin-bottom: 0.2em;
  border-bottom: 1px solid gray;
}
.complex-editor-form-actions button[data-tool-action="cancel"][data-disable-with*="cancelaction"] {
  background: maroon;
}
.complex-editor-form-actions button[data-tool-action="save"][data-disable-with*="saveaction"],
.complex-editor-form-actions button[data-tool-action="savestay"][data-disable-with*="savestayhereaction"],
  #save-button-magic, #save2-btn, #save2stay-btn {
  background: #004000;
}
.complex-editor-form-actions button.btn[disabled="disabled"] {
  border-color: gray !important;
  transform: scale(0.9);
}
.complex-editor-form-actions button.btn[disabled="disabled"]:hover {
  background: #9e9e9e3d !important;
}
.license-check-type, .license-check-status, .license-check-addl {
  white-space: nowrap;
}
.app-error-field-name {
  font-weight: bold;
}
.app-error-field {
  display: list-item;
  list-style: disc;
}
.application-form .alert-error > ul > li {
  list-style: none;
}
.application-form div.alert-error {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  border: 2px solid red;
  background-color: yellow;
  border-radius: 0;
  padding: 5px;
  max-width: 35vw;
  max-height: 25vh;
  overflow-y: auto;
}
.application-form div.alert-error {
  font-size: 1.2rem;
  font-weight: bold;
}
.application-form div.alert-error > ul {
  padding: 0 1em 0 1em;
  font-size: 9.5pt;
  font-weight: normal;
}
.vsyslive-application-body .modal-body {
  max-height: 35vh;
  overflow-y: auto;
}
.modal-body .app-error-field {
  display: block;
}
.modal-body .app-error-field-name {
  color: maroon;
  font-size: 115%;
}
.slot-edit-client-description {
  font-size: 120%;
  font-style: italic;
  padding: 5px 0;
}
.slot-edit-client-name {
  font-weight: bold;
  color: purple;
}
.toolsection {
  min-width: 600px;
  border-bottom: 1px solid black;
  font-size: 130%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.complex-editor-form .option-editor-icon {
  float: right;
  opacity: 0.5;
  max-width: 64px;
}
.complex-editor-form .option-editor-icon-nofloat {
  float: none;
  position: absolute;
  right: 10px;
  opacity: 0.5;
  max-width: 64px;
}
.hours-list-virtual-hour {
  font-style: italic;
  color: green;
}
.footer-copyright {
  text-align: center;
  margin-bottom: 0;
}
.footer-copyright-button {
  text-align: center;
}
.job-activities-count-label {
  margin-top: 10px;
  font-weight: bold;
}
.job-activities-record-type-label {
  font-weight: bold;
}
a.live-permalink {
  padding: 5px;
  margin: 5px 0;
  background: palegoldenrod;
  display: block;
}
a.app-change-refresh-button {
  top: 1.5em;
  padding: 0.8em;
}
a.app-change-refresh-button:before {
  display: none;
}
a.app-change-refresh-button:after {
  padding-left: 1em;
  content: '\f002';
  text-decoration: none;
  font-family: FontAwesome;
}
img.anywhere-person-lookup-photo {
  vertical-align: middle;
}
img.hours-signature {
  border: 1px solid black;
  max-height: 100px;
  background-color: white;
}
img.hours-signature-inline {
  max-height: 50px;
}
img.hours-signature-inline:hover {
  position: absolute;
  max-height: 125px;
  background: white;
}
p.button-move-to-popup-actions {
  display: inline-block;
}
.complex-editor-form-actions button.btn.green-button, .complex-editor-form-actions a.btn.green-button, p.buttonWrapper a.green-button, .green-button, .green-button a {
  background-color: #024a02;
  color: white;
  text-decoration: none;
}
.complex-editor-form-actions button.btn.green-button:hover, .complex-editor-form-actions a.btn.green-button:hover, p.buttonWrapper a.green-button:hover, .green-button, .green-button:hover, .green-button a:hover {
  background-color: #024a02;
  color: white;
}
.apply-button:after {
  content: '\f138';
  text-decoration: none;
  font: normal normal normal 1.5em/0 FontAwesome;
  padding-left: 0.5em;
  position: relative;
  top: 2px;
}
.qtip-content a.anywhere-hyperlink.button.green-button2, .qtip-content a.anywhere-hyperlink.button.green-button2:hover, 
.gm-style a.anywhere-hyperlink.button.green-button2, .gm-style a.anywhere-hyperlink.button.green-button2:hover { 
  background-color: #024a02;
  color: white;
  display: block;
  width: fit-content;
}
.createbutton:after {
  content: '';
}
a.createbutton, a.filterbutton {
  border-radius: 10px;
}
@media screen and (min-width: 737px) {
  #page-header nav ul li a.arrow:after {
    content: "\f0da";
    font-family: fontawesome;
    position: relative;
    left: 0.5em;
    border: none;
    top: initial;
    right: initial;
  }
  .dropotron a:hover:before {
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    left: 5px;
  }
}
#sign_in_form input.btn {
  font-family: FontAwesome, Helvetica, Arial, sans-serif;
}
.anywhere-tool-separate-results-block {
  padding: 0;
}
.anywhere-tool-filters-block-parent {
  padding: 0 0;
}
@media screen and (max-width: 800px) {
  .anywhere-tool-filters-block-parent {
    padding: 0 5px;
  }
}
.anywhere-tool-filters-block-parent .complex-editor-form {
  overflow-x: hidden !important;
}
.complex-editor-form .complex-editor-field-line-multi .control-group {
  display: inline-block; 
}
.complex-editor-form .complex-editor-field-line-multi label.application-field-checkbox {
  display: inline-block; 
}
.complex-editor-field-line-multi label.control-label {
  margin-right: 10px; 
}
.paired-field-extra {
  font-size: 90%;
  font-style: italic;
}
.paired-field-follower {
  font-size: 90%;
  font-style: italic;
}
.paired-field-extra:before, .paired-field-follower:before {
  content: "(";
}
.paired-field-extra:after, .paired-field-follower:after {
  content: ")";
}
.complex-editor-field-line-multi {
}
div.flash-row > div { 
  padding: none;
}
.boolean-required .label-inner abbr {
  display: none;
}
.boolean-required .label-inner {
  font-weight: bold;
  border-bottom: 2px solid #0088cc75;
}
.boolean-required .label-inner:after {
  content: '\f060';
  text-decoration: none;
  font-family: FontAwesome;
  font-size: 85%;
  font-weight: normal;
  color: red;
  position: relative;
  top: -0.35em;
}
label.application-field-checkbox span.label-inner, label.application-field-checkbox input[type="checkbox"] {
  margin-bottom: 0;
}

/* site global settings = VSys Live site --> CSS settings */
h1,h2,h3,h4,h5,h6 {
   color: #0078C9;
   }

p {
   color: black;
   }

/* Accordion display */
.ui-accordion .ui-accordion-header.ui-state-active {
  border: 1px solid #0064ff !important;
  background: #0064ff !important;
  color: #FFFFFF !important;
}
.ui-accordion .accordion-fieldgroup-header.ui-state-active {
  background: black !important;
  border: 1px solid black !important;
  color: white !important;
}
.ui-accordion .accordion-fieldgroup-header {
  margin-top: 10px !important;
}
.ui-accordion-fieldgroup .control-label {
  margin-bottom: 0 !important;
}
.ui-accordion-fieldgroup .ui-accordion-content {
  background: #f7f7f76b;
  padding-right: 0;
  width: 100%;
}
div.ui-noaccordion-fieldgroup {
  background: #f7f7f76b;
  border-radius: 3px;
  border: 1px solid #80808033;
  border-top: none;
}
div.ui-noaccordion-fieldgroup > div {
  padding: 0.5em 0.5em;
}
div.ui-noaccordion-fieldgroup input, div.ui-noaccordion-fieldgroup textarea {
  background-color: white;
}
.ui-noaccordion-fieldgroup h3 {
  display: block;
  margin-top: 10px !important;
  padding: .5em .5em .5em .7em;
  margin: 2px 0 0 0;
  font-size: 100%;
  font-weight: bold;
  background: #f6f6f6;
  border-radius: 3px;
  color: black;
  border-top: 1px solid #80808033
}
img.ui-noaccordion-fieldgroup-icon {
  max-height: 2.2em;
  float: right;
  position: relative;
  top: -0.4em;
  right: -0.5em;
  background: #ffffff7d;
  border-radius: 50%;
  padding: 5px;
}
@media screen and (max-width: 800px) {
  img.ui-noaccordion-fieldgroup-icon {
    max-height: 2em;
  }
}

/* Various Select2 CSS */
.select2-result-parent {
  font-weight: bold;
}
.select2-result-level0 {
}
.select2-result-level1 {
  margin-left: 1.5em;
}
.select2-result-level2 {
  margin-left: 3em;
}
.select2-result-level3 {
    margin-left: 4.5em;
}
.select2-result-level4 {
  margin-left: 6em;
}
.select2-results__option {
  padding: 1px 6px !important;
  white-space: nowrap;
}
.select2-results__option[aria-selected="true"] {
  background-color: initial !important; 
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 3px;
  margin-top: 2px;
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: darkred;
  margin-right: 0;
}
.select2-results__option[aria-selected="true"] > span:after { 
  content: '\f00c';
  color: blue;
  font-family: "Font Awesome 5 Pro";
  margin: 0 0 0 0.5em;
}
.select2-results__option[aria-selected="true"] > span.undefined:after {
  content: ''; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important; 
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: initial !important;
  font-style: italic; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 0.5em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  margin-top: 1em;
}
.select2-container {
  min-width: 10em;
}
.select2-container--default .select2-results>.select2-results__options {
  overflow-x: hidden;
}
.application-field-checklist .select2-container { 
  width: auto !important;
  min-width: 20em;
}
select[required="required"] ~ .select2-container .select2-selection {
  box-shadow: 0 0 0 2px 255 inset;
}
select[readonly='readonly']+.select2 .select2-selection__clear {
  display: none;
} 
.application-form div .application-field-checkbox .checkbox-required::before { 
  color: red;
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  content: "\f069"; 
  padding-right: 1em;
}
.select2-selection__clear { 
  font-size: 200%;
  color: maroon;
}
.select2-selection--single .select2-selection__clear { 
  left: -4px;
  margin-right: 0;
  float: none !important;
}
.select2-selection--multiple .select2-selection__clear { 
  position: absolute !important;
  right: 3px;
  top: 2px;
  margin: 0 !important;
  float: none !important;
}
.select2-container--default .select2-results>.select2-results__options {
      max-height: 30em !important;
}
.select2-all-link {
  right: 0;
  background-color: #fbf7f7;
  text-decoration: none;
  display: block;
  text-align: right;
}
.select2-all-link:hover {
  text-decoration: none;
}
.select2-all-link:after {
  content: "\f00c";
  text-decoration: none;
  font-family: "Font Awesome 5 Pro";
  padding-left: 4px;
}
.select2-all-link:not(:first-of-type) {
  display: none;
} 
.select2-dropdown { 
  width: auto !important;
  min-width: 100%;
}

/* Various datatables */
.tablesorter-blue th {
  background-color: #0064ff;
  color: white;
  text-shadow: none;
  font-weight: initial;
}
.tablesorter th a {
  color: white;
  text-decoration: none;
}
.tablesorter th a:hover {
  text-decoration: underline;
}
.dataTables_length select {
  width: auto;
  padding: 4px 6px;
}
.dataTables_filter {
  float: right;
  margin-right: 10px;
}
.dataTables_length {
  float: right !important;
}
.dataTables_filter input {
  margin-left: 5px;
}
.dataTables_paginate, .dataTables_info {
  margin-bottom: 1em;
}
table.dataTable.datatable-asynch { 
  width: 100% !important;
}
.tool-body table.dataTable th {
  vertical-align: bottom;
  text-align: left;
}
.dataTables_paginate a.paginate_button.disabled {
  display: none;
}
table.dataTable .nowrap {
  white-space: nowrap;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
  background: none !important;
  padding-left: 0.2em !important;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
  font-family: FontAwesome;
  font-size: 125%;
  font-weight: 100;
  position: relative;
  left: -0.1em;
}
table.dataTable thead .sorting_asc:before {
  content: '\f062';
}
table.dataTable thead .sorting_desc:before {
  content: '\f063';
}
.dataTables_scrollBody tr.list-view-block-table-row .sorting_desc::before, .dataTables_scrollBody tr.list-view-block-table-row .sorting_asc::before {
  content: none; 
}
div.DTS div.dataTables_scrollBody {
  background: none !important;
}
div.dt-buttons { float: right !important; }
div.datatable-with-refresh div.dt-buttons {
  margin-right: 2.2em;
}
.datatable-no-horiz-scroll .dataTables_scrollBody {
  overflow-x: hidden !important;
}
.datatable-no-header thead, .datatable-no-header .dataTables_scrollHead {
  display: none;
}
.datatable-no-header-tight {
  margin-top: -1.5em;
}
.datatable-no-header .dataTables_scrollBody {
  margin-top: 1em !important;
}
.datatable-no-header table {
  margin-top: 1em !important;
  border-bottom: none !important;
}
.datatable-header-title {
  position: absolute;
  left: 0;
  top: 0;
}
.datatable-header-icon {
  float: left;
}
.datatable-header-text {
  float: left;
  margin-left: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  top: 0.4em;
}
.datatable-no-header.datatable-with-header-title table { 
  margin-top: 2.2em !important;
}
.dataTables_scrollBody.dataTables_empty {
  height: 5px !important;
}
.dataTables_scrollBody.dataTables_empty table {
  display: none;
}
.dataTables_scrollBody .dts_label { 
  display: none;
}
.dt-buttons.dataTables_empty {
  display: none;
}
.dataTables_filter.dataTables_empty {
  display: none;
}
.dataTables_filter input[type="search"] {
  margin-left: 0;
  width: 9em;
}
table.datatable-asynch {
  table-layout: auto;
}
.datatable-asynch th {
  width: auto;
}
button.dt-button.buttons-print, button.dt-button.buttons-pdf, button.dt-button.buttons-excel {
  padding: 0.2em 0.5em;
  font-size: 1em;
}
.datatable-asynch-loader {
  background-color: rgb(249, 249, 249);
  padding: 8px 4px 4px 4px;
  text-align: center;
  position: relative;
  top: 10px;
}
button.dt-button.buttons-print:before, button.dt-button.buttons-pdf:before, button.dt-button.buttons-excel:before {
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin: 0 0 0 0;
   text-decoration:none;
   padding-right: 0.5em;
}
button.dt-button.buttons-print:before {
  content: '\f02f';
}
button.dt-button.buttons-pdf:before {
  content: '\f1c1';
}
button.dt-button.buttons-excel:before {
  content: '\f1c3';
}
table.dataTable.display.nostripe tr, table.dataTable.display.nostripe td {
  background-color: white !important;
}
table.dataTable td.reorderx {
  text-align: initial !important; 
}
div.DTS table.datatable-wordwrap tbody th, div.DTS table.datatable-wordwrap tbody td,
div.dataTables_wrapper table.datatable-wordwrap td, div.dataTables_wrapper table.datatable-wordwrap th {
  white-space: normal;
}
div.DTS table.datatable-nowordwrap tbody th, div.DTS table.datatable-nowordwrap tbody td,
div.dataTables_wrapper table.datatable-nowordwrap td, div.dataTables_wrapper table.datatable-nowordwrap th {
  white-space: nowrap;
}
table.dataTable tr.row-unselected.row-selected td {
  background-color: #80808017 !important;
}
table.dataTable tr.row-unselected td:first-child {
  padding-left: 1.5em;
}
table.dataTable tr.row-unselected td:first-child:before {
  content: "\f0c8";
  font-size: 125%;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
}
table.dataTable tr.row-selected td:first-child:before { content: "\f14a"; }
button.dt-button.buttons-actions, button.dt-button.buttons-all, button.dt-button.buttons-none  {
  padding: 0.2em 0.5em;
  font-size: 1em;
}
button.dt-button.buttons-actions:before, button.dt-button.buttons-all:before , button.dt-button.buttons-none:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 0;
  text-decoration: none;
}
button.dt-button.buttons-actions:before {
  content: "\f142";
  margin-right: 0.5em;
}
button.dt-button.buttons-all:before {
  content: "\f14a";
}
button.dt-button.buttons-none:before {
  content: "\f12d";
}
.datatable-selected-popup-content {
  display: none;
}
button.dt-button.buttons-actions:hover {
  overflow: visible;
}
.datatable-selected-popup-content ul {
  list-style: none;
}
button.dt-button.buttons-actions:hover:not(.disabled) .datatable-selected-popup-content {
  display: block;
  background: #fdfdfd;
  border: 1px solid #80808045;
  border-radius: 2px;
  padding: 5px 10px;
  text-align: left;
  position: absolute;
  right: 0;
  margin-top: 4px;
  z-index: 999;
}
.qtip.datatable-popup-qtip {
  margin-left: 2em;
}
@media (max-width: 800px), (max-device-width: 800px) {
  .dataTables_wrapper .dt-buttons {
        display: none;
  }
  .dataTables_wrapper .dataTables_filter {
    text-align: right !important;
  }
}

/* ChartJS */
.chartjs-chart-title {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  width: 100%;
  margin-bottom: 0.2em;
}
.chartjs-chart-title a {
  text-decoration: none;
  margin: 0;
  color: initial;
}
.chartjs-chart-refresh {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
}
.chart-flow .chartjs-chart-refresh {
  font-size: 1.2em;
  right: 10px;
}
.chartjs-chart-loading img {
  margin: auto;
  display: block;
  position: relative;
  top: -10em;
}
.chart-flow {
  width: 90vw;
  max-width: 500px;
  display: inline-block;
  border: 1px solid gray;
}
.chart-50 {
  max-width: 45vw;
  min-width: 500px;
}


/* Combo boxes as radio buttons */
/* this is for combo boxes rendered as radio buttons (usually online trainings; the default handler doesn't support this so they're
  rendered initially as text fields then those are killed & replaced with radio buttons via JavaScript */

.combo-as-radio-wrap:first-of-type {
  margin-top: 10px;
}
.combo-as-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}
.combo-as-radio-hidden { /* the original text box */
  display: none !important;
  opacity: 0;
}
.combo-as-radio+span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
}

.combo-as-radio:checked+span:after, .combo-as-radio.with-gap:checked+span:before, .combo-as-radio.with-gap:checked+span:after {
    border: 2px solid #26a69a;
}
.combo-as-radio:not(:checked)+span:before, .combo-as-radio:checked+span:before,.combo-as-radio.with-gap:checked+span:before ,
.combo-as-radio:not(:checked)+span:after, .combo-as-radio:checked+span:after, .combo-as-radio,with-gap:checked+span:after {
    border-radius: 50%;
}
.combo-as-radio:checked+span:before {
    border: 2px solid transparent;
    background: #26a69a;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.combo-as-radio+span:before /*, .combo-as-radio+span:after*/ {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
.combo-as-radio.with-gap:checked+span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.combo-as-radio:checked+span:after, .combo-as-radio.with-gap:checked+span:after {
    background-color: #26a69a;
}
.combo-as-radio:checked+span:after, .combo-as-radio.with-gap:checked+span:before, .combo-as-radio.with-gap:checked+span:after {
    border: 2px solid #26a69a;
}
.combo-as-radio:checked+span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.combo-as-radio:not(:checked)+span:before, .combo-as-radio:not(:checked)+span:after {
    border: 2px solid #5a5a5a;
}
/*** end radio buttons ***/

.radio-button > input { display: none; } /* hides checkboxes within radio "button" buttons */


/* Volunteer request applications */
/* Volunteer request applications */
.vreq-application-instructions { padding: 0; }
.vreq-application-title { font-weight: bold; font-size: 150%; margin-top: 10px; margin-bottom: 10px; }
.vreq-application-unavailable-message { padding: 0; }
/* END volunteer request applications */


/* Online training elements */
/* various online training */
.online-training-content-title {
  margin-bottom: 5px;
  text-decoration: underline;
  font-weight: bold;
}
.online-training-content h3 {
  margin-bottom: 5px;
}
.online-training-content h4 {
  margin-bottom: 0;
  text-decoration: underline;
}
.online-training-cant-advance-wrong-answer {
  background-color: yellow;
  font-weight: bold;
  border: 3px solid red;
  margin: 5px;
  padding: 5px;
}

/*** various online training ***/
.online-training-field-caption {
  font-size: 1rem;
}
.online-training-question-radio-span {
  font-size: 1rem;
}
[class*="online-training-question-label-0"]:not([class*="online-training-question-label-0-0"]):before {
    content: "";
    display: block;
    border-top: 1px solid gray;
    height: 20px;
    width: 2000px;
    position: relative;
    left: -10px;
}
[class*="online-training-question-label"]:not([class*="online-training-question-label-0"]):before {
    content: "";
    display: block;
    border-top: 1px solid #80808040;
    height: 5px;
    width: 50vw;
    position: relative;
    left: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.online-training-results { font-size: 115%; }
.online-training-results li { margin-bottom: 5px !important; }

.online-training-button {
  margin-top: 10px;
}
.online-training-start-button {
  background: green;
}
.online-training-cancel-button {
  background: red;
}
.online-training-button input { /* hides the checkbox we're using as "Next" */
  display: none;
}
.online-training-hidden-button {
  display: none;
}
.online-training-field ul {
  margin: 0 0 10px 25px;
  list-style: initial;
}
.online-training-pass-message, .online-training-fail-message {
  font-size: larger;
  font-weight: bold;
}
.online-training-fail-message {
  color: red;
}


/* this is the "Online Training Presentations" at the top of a YouTube-based training, and it's kind of dumb-looking */
.online-training-presentations-block-container > div > h4 { display: none; }



/* Survey styling */
div[id*=any_live_survey] .combo-as-radio+span:before, .combo-as-radio+span:after {
  width: 2.1em;
  height: 2.1em;
}
div[id*=any_live_survey] label.required {
  font-weight: bold;
}
div[id*=any_live_survey] label.required:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: red;
}
div[id*=any_live_survey] label.required abbr {
  display: none;
}
@media (min-width: 801px) {}
  div[id*=any_live_survey] .combo-as-radio+span {
      padding-top: 10px;
      padding-left: 3em;
  }
}
div[id*=any_live_survey] .combo-as-radio-wrap:first-of-type {
  margin-top: 0;
}
div[id*=any_live_survey] ol li, div[id*=any_live_survey] ul li {
  margin-left: 3em;
}

/* Froala HTML editing */
.fr-view datafield, .fr-box datafield {   /* these are merge fields within a Froala HTML editor */
  background: yellow;
  font-family: 'Courier-new', Courier, monospace;
  outline: 1px solid red;
}

textarea.fr-code {
  font-size: 12px;
}
.froala-complex-editor {
  min-width: 90vw;
}


/* template page (inherited) CSS */
        /* Wrappers */

            #header-wrapper {
                background: #00467f;
                padding: 2em 0;
            }


/* this page's explicit CSS */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css");

/*
    Apex by Pixelarity
    pixelarity.com @pixelarity
    License: pixelarity.com/license
*/

/* Reset */

    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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    body {
        line-height: 1;
    }

    ol, ul {
        list-style: none;
    }

    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    body {
        -webkit-text-size-adjust: none;
    }

/* Box Model */

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

/* Containers */

    .container {
        margin-left: auto;
        margin-right: auto;
    }

    .container.\31 25\25 {
        width: 100%;
        max-width: 1200px;
        min-width: 960px;
    }

    .container.\37 5\25 {
        width: 720px;
    }

    .container.\35 0\25 {
        width: 480px;
    }

    .container.\32 5\25 {
        width: 240px;
    }

    .container {
        width: 960px;
    }

    @media screen and (min-width: 737px) {

        .container.\31 25\25 {
            width: 100%;
            max-width: 1500px;
            min-width: 1200px;
        }

        .container.\37 5\25 {
            width: 900px;
        }

        .container.\35 0\25 {
            width: 600px;
        }

        .container.\32 5\25 {
            width: 300px;
        }

        .container {
            width: 1200px;
        }

    }

    @media screen and (min-width: 737px) and (max-width: 1200px) {

        .container.\31 25\25 {
            width: 100%;
            max-width: 1250px;
            min-width: 1000px;
        }

        .container.\37 5\25 {
            width: 750px;
        }

        .container.\35 0\25 {
            width: 500px;
        }

        .container.\32 5\25 {
            width: 250px;
        }

        .container {
            width: 1000px;
        }

    }

    @media screen and (max-width: 736px) {

        .container.\31 25\25 {
            width: 100%;
            max-width: 125%;
            min-width: 100%;
        }

        .container.\37 5\25 {
            width: 75%;
        }

        .container.\35 0\25 {
            width: 50%;
        }

        .container.\32 5\25 {
            width: 25%;
        }

        .container {
            width: 100% !important;
        }

    }

/* Grid */

    .row {
        border-bottom: solid 1px transparent;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row > * {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row:after, .row:before {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }

    .row.uniform > * > :first-child {
        margin-top: 0;
    }

    .row.uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.\30 \25 > * {
        padding: 0 0 0 0px;
    }

    .row.\30 \25 {
        margin: 0 0 -1px 0px;
    }

    .row.uniform.\30 \25 > * {
        padding: 0px 0 0 0px;
    }

    .row.uniform.\30 \25 {
        margin: 0px 0 -1px 0px;
    }

    .row > * {
        padding: 0 0 0 40px;
    }

    .row {
        margin: 0 0 -1px -40px;
    }

    .row.uniform > * {
        padding: 40px 0 0 40px;
    }

    .row.uniform {
        margin: -40px 0 -1px -40px;
    }

    .row.\32 00\25 > * {
        padding: 0 0 0 80px;
    }

    .row.\32 00\25 {
        margin: 0 0 -1px -80px;
    }

    .row.uniform.\32 00\25 > * {
        padding: 80px 0 0 80px;
    }

    .row.uniform.\32 00\25 {
        margin: -80px 0 -1px -80px;
    }

    .row.\31 50\25 > * {
        padding: 0 0 0 60px;
    }

    .row.\31 50\25 {
        margin: 0 0 -1px -60px;
    }

    .row.uniform.\31 50\25 > * {
        padding: 60px 0 0 60px;
    }

    .row.uniform.\31 50\25 {
        margin: -60px 0 -1px -60px;
    }

    .row.\35 0\25 > * {
        padding: 0 0 0 20px;
    }

    .row.\35 0\25 {
        margin: 0 0 -1px -20px;
    }

    .row.uniform.\35 0\25 > * {
        padding: 20px 0 0 20px;
    }

    .row.uniform.\35 0\25 {
        margin: -20px 0 -1px -20px;
    }

    .row.\32 5\25 > * {
        padding: 0 0 0 10px;
    }

    .row.\32 5\25 {
        margin: 0 0 -1px -10px;
    }

    .row.uniform.\32 5\25 > * {
        padding: 10px 0 0 10px;
    }

    .row.uniform.\32 5\25 {
        margin: -10px 0 -1px -10px;
    }

    .\31 2u, .\31 2u\24 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u, .\31 1u\24 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u, .\31 0u\24 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u, .\39 u\24 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u, .\38 u\24 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u, .\37 u\24 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u, .\36 u\24 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u, .\35 u\24 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u, .\34 u\24 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u, .\33 u\24 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u, .\32 u\24 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u, .\31 u\24 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\31 2u\24 + *,
    .\31 1u\24 + *,
    .\31 0u\24 + *,
    .\39 u\24 + *,
    .\38 u\24 + *,
    .\37 u\24 + *,
    .\36 u\24 + *,
    .\35 u\24 + *,
    .\34 u\24 + *,
    .\33 u\24 + *,
    .\32 u\24 + *,
    .\31 u\24 + * {
        clear: left;
    }

    .\-11u {
        margin-left: 91.66667%;
    }

    .\-10u {
        margin-left: 83.33333%;
    }

    .\-9u {
        margin-left: 75%;
    }

    .\-8u {
        margin-left: 66.66667%;
    }

    .\-7u {
        margin-left: 58.33333%;
    }

    .\-6u {
        margin-left: 50%;
    }

    .\-5u {
        margin-left: 41.66667%;
    }

    .\-4u {
        margin-left: 33.33333%;
    }

    .\-3u {
        margin-left: 25%;
    }

    .\-2u {
        margin-left: 16.66667%;
    }

    .\-1u {
        margin-left: 8.33333%;
    }

    @media screen and (min-width: 737px) {

        .row > * {
            padding: 25px 0 0 25px;
        }

        .row {
            margin: -25px 0 -1px -25px;
        }

        .row.uniform > * {
            padding: 25px 0 0 25px;
        }

        .row.uniform {
            margin: -25px 0 -1px -25px;
        }

        .row.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.uniform.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.uniform.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
            width: 100%;
            clear: none;
            margin-left: 0;
        }

        .\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
            width: 91.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
            width: 83.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\39 u\28desktop\29, .\39 u\24\28desktop\29 {
            width: 75%;
            clear: none;
            margin-left: 0;
        }

        .\38 u\28desktop\29, .\38 u\24\28desktop\29 {
            width: 66.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\37 u\28desktop\29, .\37 u\24\28desktop\29 {
            width: 58.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\36 u\28desktop\29, .\36 u\24\28desktop\29 {
            width: 50%;
            clear: none;
            margin-left: 0;
        }

        .\35 u\28desktop\29, .\35 u\24\28desktop\29 {
            width: 41.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\34 u\28desktop\29, .\34 u\24\28desktop\29 {
            width: 33.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\33 u\28desktop\29, .\33 u\24\28desktop\29 {
            width: 25%;
            clear: none;
            margin-left: 0;
        }

        .\32 u\28desktop\29, .\32 u\24\28desktop\29 {
            width: 16.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 u\28desktop\29, .\31 u\24\28desktop\29 {
            width: 8.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\31 2u\24\28desktop\29 + *,
        .\31 1u\24\28desktop\29 + *,
        .\31 0u\24\28desktop\29 + *,
        .\39 u\24\28desktop\29 + *,
        .\38 u\24\28desktop\29 + *,
        .\37 u\24\28desktop\29 + *,
        .\36 u\24\28desktop\29 + *,
        .\35 u\24\28desktop\29 + *,
        .\34 u\24\28desktop\29 + *,
        .\33 u\24\28desktop\29 + *,
        .\32 u\24\28desktop\29 + *,
        .\31 u\24\28desktop\29 + * {
            clear: left;
        }

        .\-11u\28desktop\29 {
            margin-left: 91.66667%;
        }

        .\-10u\28desktop\29 {
            margin-left: 83.33333%;
        }

        .\-9u\28desktop\29 {
            margin-left: 75%;
        }

        .\-8u\28desktop\29 {
            margin-left: 66.66667%;
        }

        .\-7u\28desktop\29 {
            margin-left: 58.33333%;
        }

        .\-6u\28desktop\29 {
            margin-left: 50%;
        }

        .\-5u\28desktop\29 {
            margin-left: 41.66667%;
        }

        .\-4u\28desktop\29 {
            margin-left: 33.33333%;
        }

        .\-3u\28desktop\29 {
            margin-left: 25%;
        }

        .\-2u\28desktop\29 {
            margin-left: 16.66667%;
        }

        .\-1u\28desktop\29 {
            margin-left: 8.33333%;
        }

    }

    @media screen and (min-width: 737px) and (max-width: 1200px) {

        .row > * {
            padding: 25px 0 0 25px;
        }

        .row {
            margin: -25px 0 -1px -25px;
        }

        .row.uniform > * {
            padding: 25px 0 0 25px;
        }

        .row.uniform {
            margin: -25px 0 -1px -25px;
        }

        .row.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.uniform.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.uniform.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
            width: 100%;
            clear: none;
            margin-left: 0;
        }

        .\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
            width: 91.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
            width: 83.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\39 u\28tablet\29, .\39 u\24\28tablet\29 {
            width: 75%;
            clear: none;
            margin-left: 0;
        }

        .\38 u\28tablet\29, .\38 u\24\28tablet\29 {
            width: 66.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\37 u\28tablet\29, .\37 u\24\28tablet\29 {
            width: 58.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\36 u\28tablet\29, .\36 u\24\28tablet\29 {
            width: 50%;
            clear: none;
            margin-left: 0;
        }

        .\35 u\28tablet\29, .\35 u\24\28tablet\29 {
            width: 41.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\34 u\28tablet\29, .\34 u\24\28tablet\29 {
            width: 33.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\33 u\28tablet\29, .\33 u\24\28tablet\29 {
            width: 25%;
            clear: none;
            margin-left: 0;
        }

        .\32 u\28tablet\29, .\32 u\24\28tablet\29 {
            width: 16.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 u\28tablet\29, .\31 u\24\28tablet\29 {
            width: 8.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\31 2u\24\28tablet\29 + *,
        .\31 1u\24\28tablet\29 + *,
        .\31 0u\24\28tablet\29 + *,
        .\39 u\24\28tablet\29 + *,
        .\38 u\24\28tablet\29 + *,
        .\37 u\24\28tablet\29 + *,
        .\36 u\24\28tablet\29 + *,
        .\35 u\24\28tablet\29 + *,
        .\34 u\24\28tablet\29 + *,
        .\33 u\24\28tablet\29 + *,
        .\32 u\24\28tablet\29 + *,
        .\31 u\24\28tablet\29 + * {
            clear: left;
        }

        .\-11u\28tablet\29 {
            margin-left: 91.66667%;
        }

        .\-10u\28tablet\29 {
            margin-left: 83.33333%;
        }

        .\-9u\28tablet\29 {
            margin-left: 75%;
        }

        .\-8u\28tablet\29 {
            margin-left: 66.66667%;
        }

        .\-7u\28tablet\29 {
            margin-left: 58.33333%;
        }

        .\-6u\28tablet\29 {
            margin-left: 50%;
        }

        .\-5u\28tablet\29 {
            margin-left: 41.66667%;
        }

        .\-4u\28tablet\29 {
            margin-left: 33.33333%;
        }

        .\-3u\28tablet\29 {
            margin-left: 25%;
        }

        .\-2u\28tablet\29 {
            margin-left: 16.66667%;
        }

        .\-1u\28tablet\29 {
            margin-left: 8.33333%;
        }

    }

    @media screen and (max-width: 736px) {

        .row > * {
            padding: 15px 0 0 15px;
        }

        .row {
            margin: -15px 0 -1px -15px;
        }

        .row.uniform > * {
            padding: 15px 0 0 15px;
        }

        .row.uniform {
            margin: -15px 0 -1px -15px;
        }

        .row.\32 00\25 > * {
            padding: 30px 0 0 30px;
        }

        .row.\32 00\25 {
            margin: -30px 0 -1px -30px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 30px 0 0 30px;
        }

        .row.uniform.\32 00\25 {
            margin: -30px 0 -1px -30px;
        }

        .row.\31 50\25 > * {
            padding: 22.5px 0 0 22.5px;
        }

        .row.\31 50\25 {
            margin: -22.5px 0 -1px -22.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 22.5px 0 0 22.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -22.5px 0 -1px -22.5px;
        }

        .row.\35 0\25 > * {
            padding: 7.5px 0 0 7.5px;
        }

        .row.\35 0\25 {
            margin: -7.5px 0 -1px -7.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 7.5px 0 0 7.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -7.5px 0 -1px -7.5px;
        }

        .row.\32 5\25 > * {
            padding: 3.75px 0 0 3.75px;
        }

        .row.\32 5\25 {
            margin: -3.75px 0 -1px -3.75px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 3.75px 0 0 3.75px;
        }

        .row.uniform.\32 5\25 {
            margin: -3.75px 0 -1px -3.75px;
        }

        .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
            width: 100%;
            clear: none;
            margin-left: 0;
        }

        .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
            width: 91.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
            width: 83.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\39 u\28mobile\29, .\39 u\24\28mobile\29 {
            width: 75%;
            clear: none;
            margin-left: 0;
        }

        .\38 u\28mobile\29, .\38 u\24\28mobile\29 {
            width: 66.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\37 u\28mobile\29, .\37 u\24\28mobile\29 {
            width: 58.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\36 u\28mobile\29, .\36 u\24\28mobile\29 {
            width: 50%;
            clear: none;
            margin-left: 0;
        }

        .\35 u\28mobile\29, .\35 u\24\28mobile\29 {
            width: 41.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\34 u\28mobile\29, .\34 u\24\28mobile\29 {
            width: 33.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\33 u\28mobile\29, .\33 u\24\28mobile\29 {
            width: 25%;
            clear: none;
            margin-left: 0;
        }

        .\32 u\28mobile\29, .\32 u\24\28mobile\29 {
            width: 16.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 u\28mobile\29, .\31 u\24\28mobile\29 {
            width: 8.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\31 2u\24\28mobile\29 + *,
        .\31 1u\24\28mobile\29 + *,
        .\31 0u\24\28mobile\29 + *,
        .\39 u\24\28mobile\29 + *,
        .\38 u\24\28mobile\29 + *,
        .\37 u\24\28mobile\29 + *,
        .\36 u\24\28mobile\29 + *,
        .\35 u\24\28mobile\29 + *,
        .\34 u\24\28mobile\29 + *,
        .\33 u\24\28mobile\29 + *,
        .\32 u\24\28mobile\29 + *,
        .\31 u\24\28mobile\29 + * {
            clear: left;
        }

        .\-11u\28mobile\29 {
            margin-left: 91.66667%;
        }

        .\-10u\28mobile\29 {
            margin-left: 83.33333%;
        }

        .\-9u\28mobile\29 {
            margin-left: 75%;
        }

        .\-8u\28mobile\29 {
            margin-left: 66.66667%;
        }

        .\-7u\28mobile\29 {
            margin-left: 58.33333%;
        }

        .\-6u\28mobile\29 {
            margin-left: 50%;
        }

        .\-5u\28mobile\29 {
            margin-left: 41.66667%;
        }

        .\-4u\28mobile\29 {
            margin-left: 33.33333%;
        }

        .\-3u\28mobile\29 {
            margin-left: 25%;
        }

        .\-2u\28mobile\29 {
            margin-left: 16.66667%;
        }

        .\-1u\28mobile\29 {
            margin-left: 8.33333%;
        }

    }

/* Basic */

    body, input, textarea {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }

    body {
        background: #fff;
        color: #474747;
        font-size: 10pt;
        line-height: 1.75em;
    }

    a {
        color: #00467f;
        text-decoration: underline;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5, h6 {
        font-weight: 400;
        color: #373737;
    }

    h3 {
        font-weight: 500;
        margin: 0 0 0.5em 0;
    }

    p, ul {
        margin-bottom: 3em;
    }

    form input, form select {
        -webkit-appearance: none;
        border-radius: 0;
    }

    form input {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #d9d9d9;
        padding: 0.5em 1em 0.5em 1em;
    }

        form input.button {
            cursor: pointer;
        }

    .grid-spaced > .row {
        margin-bottom: 2em;
    }

        .grid-spaced > .row:last-child {
            margin-bottom: 0;
        }

    .date {
        font-style: italic;
        color: #a0a0a0;
    }

    .image {
        display: inline-block;
        border: solid 1px #d9d9d9;
        padding: 3px;
    }

        .image img {
            display: block;
        }

    .image-fit {
        display: block;
        margin: 0 0 2em 0;
    }

        .image-fit img {
            width: 100%;
        }

    .align-left {
        float: left;
        margin-right: 2em;
    }

    .blocks a {
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 3em 7em 3em 2em;
        margin: 0 0 0.5em 0;
        outline: 0;
    }

        .blocks a:after {
            content: "\f0a9";
            font-family: FontAwesome;
            text-decoration: none;
            font-size: 55px;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            width: 48px;
            height: 48px;
            position: absolute;
        }

    .blocks p {
        font-size: 1.25em;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
    }

    .blocks h2 {
        color: #fff;
        font-size: 2.25em;
        letter-spacing: -1px;
        margin: 0 0 0.5em 0;
        line-height: 1em;
    }

    .blocks .one {
        background: #00467f;
    }

        .blocks .one:hover {
            background: #10b6fb;
        }

    .blocks .two {
        background: #8cba00;
    }

        .blocks .two:hover {
            background: #9cca10;
        }

    .blocks .three {
        background: #2f2f2f;
    }

        .blocks .three:hover {
            background: #3f3f3f;
        }

    ul.style1 li {
        border-top: solid 1px #d9d9d9;
        padding: 1.5em 0 0 0;
        margin: 1.5em 0 0 0;
    }

        ul.style1 li:after {
            content: '';
            display: block;
            clear: both;
        }

        ul.style1 li:first-child {
            padding-top: 0;
            border-top: 0;
        }

    ul.style1 p {
        margin: 0 0 0.5em 0;
    }

    ul.style2 li {
        border-top: solid 1px #d9d9d9;
        padding: 1em 0 0 0;
        margin: 1em 0 0 0;
    }

        ul.style2 li:after {
            content: '';
            display: block;
            clear: both;
        }

        ul.style2 li:first-child {
            padding-top: 0;
            border-top: 0;
        }

    ul.posts h3 {
        margin: 0.25em 0 0.25em 0;
    }

    ul.posts p {
        margin-bottom: 0.1em;
    }

    ul.contact li {
        position: relative;
        margin: 0 0 2.1em 0;
        padding: 0 0 0 60px;
    }

        ul.contact li:before {
            font-family: FontAwesome;
            font-size: 1.25em;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 32px;
            height: 32px;
            background: #676767;
            color: #fff;
            line-height: 32px;
            text-align: center;
        }

        ul.contact li:after {
            content: '';
            display: block;
            clear: both;
        }

    .button {
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
        position: relative;
        display: inline-block;
        background: #00467f;
        color: #fff;
        padding: 1.2em 3.25em 1.2em 1.75em;
        text-decoration: none;
        font-size: 1.1em;
        outline: 0;
    }

        .button:hover {
            background: #10b6fb;
        }

        .button:before {
            content: '';
            display: block;
            position: absolute;
            right: 1.75em;
            bottom: 1.6em;
            border-left: solid 5px #fff;
            border-top: solid 5px transparent;
            border-bottom: solid 5px transparent;
        }

    .button-alt {
        background: #2f2f2f;
    }

        .button-alt:hover {
            background: #3f3f3f;
        }

/* Icons */

    .icon {
        text-decoration: none;
    }

        .icon:before {
            display: inline-block;
            font-family: FontAwesome;
            font-size: 1.25em;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

/* Desktop */

    @media screen and (min-width: 737px) {

        /* Basic */

            h2 {
                font-size: 2.25em;
                letter-spacing: -2px;
                margin: 0 0 1.5em 0;
            }

            h3 {
                font-size: 1em;
            }

            .side-padded, .right-sidebar {
                padding-left: 2em;
            }

            .left-sidebar {
                padding-right: 2em;
            }

            section > :last-child, article > :last-child {
                margin-bottom: 0;
            }

            .blocks a:after {
                right: 25px;
                bottom: 40px;
            }

        /* Wrappers */

            #header-wrapper {
                background: #00467f;
                padding: 2em 0;
            }

            #banner-wrapper {
                position: relative;
                background: #2f2f2f;
                padding: 4em 0 4em 0;
            }

                #banner-wrapper:before {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: url("images/highlight.png") bottom center no-repeat;
                    background-size: 1800px 100%;
                }

            #search-wrapper {
                background: #f6f6f6;
                border-bottom: solid 1px #d9d9d9;
                padding: 2.5em 0 2.5em 0;
            }

            #main-wrapper {
                padding: 6em 0 6em 0;
            }

            #footer-wrapper {
                background: #f6f6f6;
                border-top: solid 1px #d9d9d9;
                padding: 5em 0 5em 0;
            }

        /* Header */

            #page-header {
                color: #fff;
                position: relative;
            }

                #page-header h1 {
                    font-size: 2em;
                    letter-spacing: -2px;
                }

                    #page-header h1 a {
                        text-decoration: none;
                    }

                    #page-header h1 span {
                        font-weight: 400;
                    }

                #page-header a {
                    color: #fff;
                }

                #page-header nav {
                    position: absolute;
                    right: 0;
                    top: 0;
                }

                    #page-header nav ul li {
                        display: inline-block;
                        margin-left: 1.5em;
                        font-size: 1.1em;
                    }

                        #page-header nav ul li a {
                            -moz-transition: background-color .25s ease-in-out;
                            -webkit-transition: background-color .25s ease-in-out;
                            -ms-transition: background-color .25s ease-in-out;
                            transition: background-color .25s ease-in-out;
                            outline: 0;
                            position: relative;
                            text-decoration: none;
                            padding: 0.5em 1em 0.5em 1em;
                        }

                        #page-header nav ul li.active a, #page-header nav ul li:hover a {
                            background: rgba(0, 0, 0, 0.15);
                        }

                        #page-header nav ul li .arrow {
                            padding-right: 2.5em;
                        }

                            #page-header nav ul li .arrow:after {
                                position: absolute;
                                display: inline-block;
                                content: '';
                                border-top: solid 5px #fff;
                                border-left: solid 5px transparent;
                                border-right: solid 5px transparent;
                                top: 1.15em;
                                right: 1em;
                            }

                    #page-header nav > ul > li > ul {
                        display: none;
                    }

            .dropotron {
                background: #00467f;
                background: rgba(0, 166, 235, 0.9);
                padding: 1em 0.5em 1em 0.5em;
                line-height: 3em;
                box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
            }

                .dropotron a, .dropotron span {
                    -moz-transition: background-color .25s ease-in-out;
                    -webkit-transition: background-color .25s ease-in-out;
                    -ms-transition: background-color .25s ease-in-out;
                    transition: background-color .25s ease-in-out;
                    position: relative;
                    display: block;
                    text-decoration: none;
                    color: #fff;
                    font-size: 1.1em;
                    padding: 0 3em 0 1em;
                }

                .dropotron .arrow:before {
                    content: '';
                    display: block;
                    position: absolute;
                    right: 1em;
                    bottom: 1em;
                    border-left: solid 5px #fff;
                    border-top: solid 5px transparent;
                    border-bottom: solid 5px transparent;
                }

                .dropotron li:hover > a, .dropotron li:hover > span {
                    background: rgba(0, 0, 0, 0.15);
                }

                .dropotron.level-0 {
                    margin-top: 1.9em;
                }

        /* Banner */

            #banner {
                position: relative;
                width: 100%;
                overflow: hidden;
                box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
                height: 440px;
            }

                #banner .nav-next, #banner .nav-previous {
                    -moz-transition: background-color .25s ease-in-out;
                    -webkit-transition: background-color .25s ease-in-out;
                    -ms-transition: background-color .25s ease-in-out;
                    transition: background-color .25s ease-in-out;
                    position: absolute;
                    width: 52px;
                    height: 64px;
                    z-index: 3;
                    opacity: 0;
                    cursor: pointer;
                    text-align: center;
                    line-height: 64px;
                }

                    #banner .nav-next:before, #banner .nav-previous:before {
                        font-family: FontAwesome;
                        text-decoration: none;
                        font-size: 72px;
                        font-style: normal;
                        font-weight: normal;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        color: #fff;
                    }

                    #banner .nav-next:hover, #banner .nav-previous:hover {
                        opacity: 1.0;
                    }

                #banner:hover .nav-next, #banner:hover .nav-previous {
                    opacity: 0.45;
                }

                #banner .nav-next {
                    bottom: 20px;
                    right: 20px;
                }

                    #banner .nav-next:before {
                        content: "\f105";
                    }

                #banner .nav-previous {
                    bottom: 20px;
                    right: 72px;
                }

                    #banner .nav-previous:before {
                        content: "\f104";
                    }

                #banner .captions {
                    position: absolute;
                    background: #00467f;
                    background: rgba(0, 166, 235, 0.9);
                    padding: 4em 7em 2.5em 2.5em;
                    bottom: 1.5em;
                    left: 1.5em;
                    color: #fff;
                    width: 50%;
                    z-index: 1;
                }

                    #banner .captions:after {
                        content: "\f0a9";
                        font-family: FontAwesome;
                        text-decoration: none;
                        font-size: 55px;
                        font-style: normal;
                        font-weight: normal;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        cursor: default;
                        display: block;
                        width: 48px;
                        height: 48px;
                        position: absolute;
                        right: 30px;
                        bottom: 40px;
                    }

                    #banner .captions .caption-line-1 {
                        display: block;
                        font-size: 3em;
                        letter-spacing: -3px;
                        margin: 0 0 0.75em 0;
                    }

                    #banner .captions .caption-line-2 {
                        display: block;
                        font-size: 1.5em;
                        letter-spacing: -1px;
                        line-height: 1.5em;
                        color: rgba(255, 255, 255, 0.8);
                    }

                #banner .viewer {
                    background: #fff;
                }

                #banner .slide .caption-1, #banner .slide .caption-2 {
                    display: none;
                }

                #banner .slide img {
                    display: block;
                    width: 1200px;
                }

                #banner .slide .link {
                    position: absolute;
                    text-indent: -9999px;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 2;
                }

        /* Search */

            #search {
                position: relative;
            }

                #search span {
                    position: absolute;
                    left: 0;
                    bottom: 0.5em;
                }

                #search form {
                    overflow: hidden;
                    position: relative;
                }

                    #search form input.text {
                        display: block;
                        width: 100%;
                        height: 34px;
                    }

                    #search form input.button {
                        width: 34px;
                        height: 34px;
                        position: absolute;
                        right: 0;
                        top: 0;
                        display: block;
                        z-index: 1;
                        border: 0;
                        padding: 0;
                        opacity: 0;
                    }

                    #search form:before {
                        content: "\f002";
                        font-family: FontAwesome;
                        text-decoration: none;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: normal;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        position: absolute;
                        right: 0;
                        top: 0;
                        z-index: 2;
                        background: #00467f;
                        color: #fff;
                        width: 34px;
                        height: 34px;
                        line-height: 34px;
                        text-align: center;
                    }

        /* Content */

            #content > section, #content > article {
                margin-bottom: 7.5em;
            }

                #content > section:last-child, #content > article:last-child {
                    margin-bottom: 0;
                }

            #content section header, #content article header {
                border-top: solid 7px #00467f;
                padding-top: 4em;
                margin: 0 0 3em 0;
            }

                #content section header .byline, #content article header .byline {
                    display: block;
                    color: #a0a0a0;
                    font-size: 1.25em;
                }

                #content section header h2, #content article header h2 {
                    margin: 0 0 0.5em 0;
                }

            #content section.featured header .byline, #content article.featured header .byline {
                font-size: 2em;
                letter-spacing: -2px;
            }

            #content section.featured header h2, #content article.featured header h2 {
                font-size: 4em;
                letter-spacing: -3px;
                margin: 0.25em 0 0.75em 0;
            }

            #content section.featured h3, #content article.featured h3 {
                font-size: 1.5em;
                letter-spacing: -1px;
                margin: 0 0 1em 0;
                font-weight: 200;
            }

        /* Sidebar */

            #sidebar h2 {
                font-size: 1.75em;
                letter-spacing: -1px;
            }

            #sidebar > section {
                margin-bottom: 5em;
            }

                #sidebar > section:last-child {
                    margin-bottom: 0;
                }

            #sidebar section header {
                border-top: solid 7px #00467f;
                padding-top: 3.5em;
                margin: 0 0 3em 0;
            }

                #sidebar section header h2 {
                    margin: 0 0 0.5em 0;
                }

            #sidebar section.featured header h2 {
                font-size: 4em;
                letter-spacing: -3px;
                margin: 0.25em 0 0.75em 0;
            }

        /* Footer */

            #page-footer h2 {
                font-size: 1.75em;
                letter-spacing: -1px;
            }

            #page-footer section {
                margin: 0 0 5em 0;
            }

                #page-footer section h2 {
                    margin: 0 0 1.5em 0;
                }

            #page-footer > section:last-child {
                margin-bottom: 0;
            }

            #page-footer a {
                color: #474747;
            }

        /* Copyright */

            #copyright {
                border-top: solid 1px #d9d9d9;
                text-align: center;
                padding: 5em 0 6em 0;
                color: #a0a0a0;
            }

    }

/* Tablet */

    @media screen and (min-width: 737px) and (max-width: 1200px) {

        /* Basic */

            body {
                min-width: 1000px;
                font-size: 9.5pt;
            }

            .blocks a {
                padding: 2em 7em 2em 2em;
                margin: 0 0 0.5em 0;
            }

                .blocks a:after {
                    right: 20px;
                    bottom: 25px;
                }

            .blocks p {
                font-size: 1em;
                margin: 0;
            }

            .blocks h2 {
                font-size: 2em;
                margin: 0 0 0.5em 0;
            }

        /* Wrappers */

            #header-wrapper {
                padding: 1em 0;
            }

            #banner-wrapper {
                padding: 2em 0 2em 0;
            }

                #banner-wrapper:before {
                    background-size: 1400px 100%;
                }

            #search-wrapper {
                padding: 1.5em 0 1.5em 0;
            }

            #main-wrapper {
                padding: 3em 0 4em 0;
            }

            #footer-wrapper {
                padding: 4em 0 3em 0;
            }

        /* Header */

            #page-header h1 {
                font-size: 1.5em;
                letter-spacing: -1px;
            }

            #page-header nav ul li {
                margin-left: 0.5em;
            }

            .dropotron.level-0 {
                margin-top: 1em;
            }

        /* Banner */

            #banner {
                height: 352px;
            }

                #banner .nav-next {
                    right: 10px;
                    bottom: 30px;
                }

                #banner .nav-previous {
                    right: 62px;
                    bottom: 30px;
                }

                #banner .captions {
                    padding: 3em 7em 2em 2em;
                    bottom: 1.25em;
                    left: 1.25em;
                    color: #fff;
                }

                    #banner .captions:after {
                        right: 20px;
                        bottom: 25px;
                    }

                    #banner .captions .caption-line-1 {
                        font-size: 2.5em;
                        letter-spacing: -2px;
                    }

                    #banner .captions .caption-line-2 {
                        font-size: 1.25em;
                        letter-spacing: -1px;
                        line-height: 1.25em;
                    }

                #banner .slide img {
                    width: 1001px;
                }

        /* Content */

            #content > section, #content > article {
                margin-bottom: 4em;
            }

        /* Sidebar */

            #sidebar > section {
                margin-bottom: 4em;
            }

        /* Copyright */

            #copyright {
                padding: 3em 0 4em 0;
            }

    }

/* Mobile */

    #navPanel, #titleBar {
        display: none;
    }

    @media screen and (max-width: 736px) {

        /* Basic */

            html, body {
                overflow-x: hidden;
            }

            body {
                line-height: 1.75em;
                font-size: 9.5pt;
            }

            h2 {
                font-size: 1.5em;
                margin: 0 0 1.5em 0;
                letter-spacing: -1px;
            }

            section, article {
                clear: both;
                margin: 0 0 5em 0;
            }

            section > :last-child, section:last-child, article > :last-child, article:last-child {
                margin-bottom: 0 !important;
            }

            section header, article header {
                border-top: solid 5px #00467f;
                padding-top: 2em;
                margin: 0 0 2.5em 0;
            }

                section header .byline, article header .byline {
                    display: block;
                    color: #a0a0a0;
                    font-size: 1.25em;
                    line-height: 1em;
                }

                section header h2, article header h2 {
                    margin: 0 0 0.5em 0 !important;
                }

            section.featured header .byline, article.featured header .byline {
                font-size: 1.5em;
                letter-spacing: -1px;
            }

            section.featured header h2, article.featured header h2 {
                font-size: 2em;
                letter-spacing: -2px;
                margin: 0.25em 0 0.75em 0;
                line-height: 1em;
            }

            .align-left {
                margin-bottom: 1em;
            }

            .image-fit-mobileOnly {
                display: block;
                margin: 0 0 2em 0;
                width: 100%;
            }

                .image-fit-mobileOnly img {
                    width: 100%;
                }

            .button {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                text-align: center;
                font-size: 1.25em;
            }

                .button:before {
                    content: '';
                    display: block;
                    position: absolute;
                    right: 1.75em;
                    bottom: 1.6em;
                    border-left: solid 5px #fff;
                    border-top: solid 5px transparent;
                    border-bottom: solid 5px transparent;
                }

            .blocks a {
                padding: 1.5em 6.3em 1.5em 1.3em;
                margin: 0 0 0.5em 0;
            }

                .blocks a:after {
                    right: 20px;
                    bottom: 20px;
                }

            .blocks p {
                font-size: 1em;
                margin: 0;
            }

            .blocks h2 {
                font-size: 2em;
                margin: 0 0 0.5em 0;
            }

        /* Wrappers */

            #header-wrapper {
                display: none;
            }

            #search-wrapper {
                background: #f6f6f6;
                border-bottom: solid 1px #d9d9d9;
                padding: 1.5em 20px 1.5em 20px;
            }

            #main-wrapper {
                padding: 4em 20px 4em 20px;
            }

            #footer-wrapper {
                background: #f6f6f6;
                border-top: solid 1px #d9d9d9;
                padding: 4em 20px 4em 20px;
            }

                #footer-wrapper section {
                    margin-bottom: 5em !important;
                }

        /* Off-Canvas Navigation */

            #page-wrapper {
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
                padding-bottom: 1px;
                padding-top: 44px;
            }

            #titleBar {
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
                display: block;
                height: 44px;
                left: 0;
                position: fixed;
                top: 0;
                width: 100%;
                z-index: 10001;
                background: #00467f;
                color: #fff;
            }

                #titleBar .title {
                    display: block;
                    text-align: center;
                    font-size: 1.25em;
                    letter-spacing: -1px;
                    line-height: 44px;
                }

                    #titleBar .title span {
                        font-weight: 400;
                    }

                #titleBar .toggle {
                    position: absolute;
                    text-indent: -9999px;
                    left: 0;
                    top: 0;
                    width: 70px;
                    height: 50px;
                }

                    #titleBar .toggle:before {
                        content: '';
                        display: block;
                        position: absolute;
                        background: rgba(0, 0, 0, 0.1) url("images/toggle.svg") 13px 10px no-repeat;
                        width: 50px;
                        height: 30px;
                        top: 7px;
                        left: 7px;
                    }

                    #titleBar .toggle:active:before {
                        background-color: rgba(0, 0, 0, 0.3);
                    }

            #navPanel {
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transform: translateX(-275px);
                -webkit-transform: translateX(-275px);
                -ms-transform: translateX(-275px);
                transform: translateX(-275px);
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
                display: block;
                height: 100%;
                left: 0;
                overflow-y: auto;
                position: fixed;
                top: 0;
                width: 275px;
                z-index: 10002;
                background: #2f2f2f;
                box-shadow: inset -3px 0px 3px 0px #282828;
            }

                #navPanel .link {
                    display: block;
                    color: #aaa;
                    text-decoration: none;
                    border-top: solid 1px rgba(255, 255, 255, 0.1);
                    height: 44px;
                    line-height: 44px;
                    padding: 0 1.5em 0 1.5em;
                }

                    #navPanel .link:first-child {
                        border-top: 0;
                    }

                #navPanel .indent-1 {
                    display: inline-block;
                    width: 1em;
                }

                #navPanel .indent-2 {
                    display: inline-block;
                    width: 2em;
                }

                #navPanel .indent-3 {
                    display: inline-block;
                    width: 3em;
                }

                #navPanel .indent-4 {
                    display: inline-block;
                    width: 4em;
                }

                #navPanel .indent-5 {
                    display: inline-block;
                    width: 5em;
                }

                #navPanel .depth-0 {
                    color: #fff;
                }

            body.navPanel-visible #page-wrapper {
                -moz-transform: translateX(275px);
                -webkit-transform: translateX(275px);
                -ms-transform: translateX(275px);
                transform: translateX(275px);
            }

            body.navPanel-visible #titleBar {
                -moz-transform: translateX(275px);
                -webkit-transform: translateX(275px);
                -ms-transform: translateX(275px);
                transform: translateX(275px);
            }

            body.navPanel-visible #navPanel {
                -moz-transform: translateX(0);
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }

        /* Banner */

            #banner {
                position: relative;
                width: 100%;
            }

                #banner .nav-next, #banner .nav-previous {
                    -moz-transition: background-color .25s ease-in-out;
                    -webkit-transition: background-color .25s ease-in-out;
                    -ms-transition: background-color .25s ease-in-out;
                    transition: background-color .25s ease-in-out;
                    position: absolute;
                    top: 0;
                    width: 70px;
                    height: 100%;
                    z-index: 3;
                    cursor: pointer;
                    opacity: 0.75;
                }

                    #banner .nav-next:before, #banner .nav-previous:before {
                        font-family: FontAwesome;
                        text-decoration: none;
                        font-size: 72px;
                        font-style: normal;
                        font-weight: normal;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        color: #fff;
                        display: block;
                        width: 52px;
                        height: 64px;
                        line-height: 64px;
                        position: absolute;
                        text-align: center;
                        top: 50%;
                        left: 50%;
                        margin: -32px 0 0 -26px;
                    }

                    #banner .nav-next:hover, #banner .nav-previous:hover {
                        opacity: 1.0;
                    }

                #banner .nav-next {
                    right: 0;
                }

                    #banner .nav-next:before {
                        content: "\f105";
                    }

                #banner .nav-previous {
                    left: 0;
                }

                    #banner .nav-previous:before {
                        content: "\f104";
                    }

                #banner .captions {
                    position: relative;
                    background: #2f2f2f;
                    color: #fff;
                    padding: 1.75em 20px 1.75em 20px;
                }

                    #banner .captions .caption-line-1 {
                        font-size: 1.5em;
                        letter-spacing: -1px;
                        display: block;
                        margin: 0 0 0.5em 0;
                    }

                    #banner .captions .caption-line-2 {
                        font-size: 1.1em;
                        color: rgba(255, 255, 255, 0.8);
                    }

                #banner .viewer {
                    background: #fff;
                }

                #banner .slide img {
                    display: block;
                    width: 100%;
                }

                #banner .slide .link {
                    position: absolute;
                    text-indent: -9999px;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 2;
                }

        /* Search */

            #search {
                position: relative;
            }

                #search span {
                    display: none;
                }

                #search form {
                    display: block;
                    position: relative;
                }

                    #search form input.text {
                        display: block;
                        width: 100%;
                        height: 34px;
                    }

                    #search form input.button {
                        width: 34px;
                        height: 34px;
                        position: absolute;
                        right: 0;
                        top: 0;
                        display: block;
                        z-index: 1;
                        border: 0;
                        padding: 0;
                        opacity: 0;
                    }

                    #search form:before {
                        content: "\f002";
                        font-family: FontAwesome;
                        text-decoration: none;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: normal;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        position: absolute;
                        right: 0;
                        top: 0;
                        z-index: 2;
                        background: #00467f;
                        color: #fff;
                        width: 34px;
                        height: 34px;
                        line-height: 34px;
                        text-align: center;
                    }

        /* Copyright */

            #copyright {
                border-top: solid 1px #d9d9d9;
                text-align: center;
                padding: 2.5em 0 0 0;
                color: #a0a0a0;
            }

    }

/* this WAS apex_main2.css, now merged into apex_main.css */
form input { box-sizing: content-box; }
h1, h2, h3, h4, #header h1 { text-transform: none; letter-spacing: normal; line-height: normal; }
h1 { font-size: 2em; font-weight: bold; }
h2 { font-size: 4em; margin: 0.25em 0 0.75em 0; }
h3 { font-size: 1.5em; margin: 0 0 1em 0; font-weight: 200; }
p, nav > ul { margin: auto; margin: initial; }
input[type=text], input[type=password], input[type=number], select, textarea {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-appearance: none;
  border: 0;
  padding: 0.90em;
  font-size: 1.2em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  border-radius: 6px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  outline: none;
}
form select, select {
  appearance: menulist-button;
  -webkit-appearance: menulist-button;
  height: auto; /* makes it tall enough so that the default padding doesn't push the text someplace invisible */
  margin-bottom: 0px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus { background: #f0f2f5; }
input[type=checkbox] { -webkit-appearance: checkbox; }
.application-form input[class~=customDatepicker] { margin-bottom: 0px; }
#signatureCapture { max-width: 100%; }
#titleBar .title { letter-spacing: initial; }
#titleBar .toggle:before { background: url("/download/apex_toggle.svg") 13px 10px no-repeat; }
#page-header h1, #page-header h1 a { color: #FFF; padding-left: 0.5em; letter-spacing: initial; }
#page-header nav { position: relative; }
div.control-group { margin-left: 0px; }
div.control-group > .span4 { margin: 0px; padding: 0px; }
.sign-in-block-container { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 5px; }
#sign_in_form { max-width: 100%; padding: 0px; }
#sign_in_form input { width: auto !important; }
#sign_in_form div { width: auto !important; }
#sign_in_form .submit-button { padding-left: 0px !important; }
body { letter-spacing: initial; background-color: #EEEEEE; }
div.textblock, div.list-view-block { padding: 20px 40px; }
input { box-sizing: auto; box-sizing: initial; }
#page-header h1 { font-weight: 300; }
#page-wrapper > div.row > div { padding: 0px; }
#main > div.container > div.row > div { padding: 0px; }
#header-wrapper { padding-top: 0px; }
#header-wrapper > div.container > div.row > div { padding: 0px; }
.row { margin-top: 0px; margin-bottom: 0px; margin: 0px; }
header#header { margin-left: 10px; margin-right: 10px; }
.well, .wrapped-block-container, .checkout-job-block { background: none; border: none; box-shadow: none; }
.sign-in-block-container h4 { text-align: left !important; font-weight: normal; }
.job-signups-block-container, .training-signups-block-container { padding: 0px; }
.job-signups-block-container .row > div.span4,
.training-signups-block-container .row > div.span4 { padding-left: 0px !important; width: 90%; margin-left: 10px; }
#job_search_listings, #training_search_listings {
  width: auto;
  min-width: 90%;
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
}
.training_search_form .control-group, .job_search_form .control-group { float: left; margin-bottom: 0px; }
.training_search_form label, .job_search_form label { margin-top: 0px !important; }
.training_search_form .control-group .span4, .job_search_form .control-group .span4 { width: auto !important; }
.training_search_form .form-actions, .job_search_form .form-actions  {
  clear: both;
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}
#training_search_listings > h4, #job_search_listings > h4 { display: none; }
div.job_search_keywords { margin-left: 10px; }
.training_signups_block header.block-header h4, .job_signups_block header.block-header h4 { border-bottom: 1px solid gray; font-size: 120%; }
#header { padding-bottom: 10px; }
#page-wrapper { background: #FFFFFF; }
#footer-wrapper { background-color: #EEEEEE; }
body { min-width: 0px; max-width: 100%; }
#nav {
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0px;
}
#nav ul li { display: inline-block; }
#nav ul li a { line-height: 3em; padding-bottom: 16px; color: rgba(255,255,255,0.90); }
#nav ul li.nochildren a:hover, #nav > ul > li.active a:hover { padding-bottom: 5px; border-bottom: 2px solid #FFF; color: #FFF; }
#nav ul li.nochildren a:hover {
  border-bottom: 2px solid white;
  padding-bottom: 14px;  /* un-pads it enough that the added border doesn't shift things around */
}
.pagemenu-icon { max-height: 2em; padding-right: 5px; vertical-align: middle; }
.dropotron a, .dropotron span { font-size: 1em; }
.dropotron a:hover { text-decoration: underline; }
.dropotron li:hover { background-color: darkslateblue; }
.dropotron.level-0 { margin-top: 0px; }
@media screen and (max-width: 736px) { #nav { display: none; } }
.row, .container { max-width: 100%; }
.modal-header .row * { padding: 0px; }
.modal-header i.icon-remove { position: absolute; top: 10px; right: 10px; }
.modal-header .span4, .modal-header .span1 {
  width: auto;
  display: inline-block;
  float: left;
  text-align: left !important;
  margin-left: 5px;
}
.modal-scrollable { margin-top: 30px; }
.form-actions { background: none; }
.form-actions .btn-small, .form-actions-inline .btn-small { font-size: 125%; padding: 10px; }
.modal-header { font-size: 110%; font-weight: bold; }
#copyright { padding: 0px; }
#copyright .container { padding: 0px; margin-bottom: 15px; }
div.row > div.12u { padding: 0px 0px 10px 0px; }
.VOXIHTMLBlock { padding: 20px 40px 0px 40px; }
.VOXIHTMLBlock:last-of-type { padding-bottom: 0px; }
.bubble-top { margin-top: 0px; margin-bottom: 0px; }
#main { padding: 0px; }
.job_search_form select, .training_search_form select { padding: 1px 1px 1px 3px; }
.job_search_form input[type=text], .training_search_form input[type=text] { padding: 4px 6px; }
.job_search_form textarea, .training_search_form textarea {
  height: auto;
  height: initial;
  line-height: 1.1em;
  padding: 3px;
  max-width: 275px;
}
.applications-block select { padding: 3px; min-height: 3em; border-radius: 4px; }
.applications-block label[class^="checkboxapplication-field"] { padding: 0 0.9em 0.9em 0.9em; font-size: 125%; }
.applications-block input.file {
    padding: 0.90em;
    font-size: 1.2em;
    border-radius: 6px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    width: 500px !important;
    max-width: 90%;
    box-sizing: content-box;
}
.custom_app_dynamic_field { max-width: 100%; }
div.vsys-form-actions { text-align: center; }
.action_simple .block-header, .tool-body { padding: 0px; clear: both; }
#change_password_modal_container label { float: none; text-align: auto; text-align: initial; width: auto; }
#change_password_modal_container input { width: auto; width: initial; padding: 0.2em; }
#change_password_modal_container .control-group { margin-bottom: 0px; }
#change_password_modal_container .modal-body { height: auto !important; }
#change_password_modal_container .form-actions { padding: 5px; margin: 10px 5px 5px 0px; }
.form-horizontal .controls { margin-left: 0px; }
form#new_user_setting .btn { padding: 1em; }
.modal.fade.in { top: 10%; }

#changepassword_container {
  background: URL(/imageicon/securityUser);
  background-position: top right;
  background-repeat: no-repeat;
}
#change_password_form a[data-dismiss="modal"] {
  padding-right: 60px;
  background: URL(/imageicon/cancel:32);
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
#change_password_form input[type="submit"] {
  padding-right: 60px;
  background: URL(/imageicon/check:32);
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
#change_password_form a[data-dismiss="modal"]:hover, #change_password_form input[type="submit"]:hover { background-color: white; }
.modal.fade.in { margin-top: auto !important; margin-top: initial !important; margin-right: auto !important; }
form textarea { height: 10em; }
form .formerize-placeholder, form ::-webkit-input-placeholder, form :-moz-placeholder, form ::-moz-placeholder, form :-ms-input-placeholder { color: #93989f !important; }
form ::-moz-focus-inner { border: 0; }
form .button { margin-right: 1em; }
div.vsys-form-actions input.btn {
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    padding: 0.3em 3em 0.4em 3em;
    color: #fff !important;
    border-radius: 4px;
    border: 0;
    font-size: 1.1em;
    border-radius: 5px;
    line-height: 2.3em;
    text-decoration: none;
    font-size: 200%;
    text-align: center;
    text-shadow: none;
}
#page-header nav ul li a {
  border: 8px solid rgba(0, 0, 0, 0.01);
  box-sizing: border-box;
  padding-right: 0.5em;
  padding-top: 0.5em;
}
#page-header nav ul li .arrow { border-right: 0px; }
#main-wrapper { padding: 0px; }

/* 2018-02-18 extracted from Apex interpreted CSS  */
/* group 1 */
/*** I hate IE ***/
h1, h2, h3, h4, #header h1 { letter-spacing: normal; line-height: normal; }
#page-footer .button, #page-footer a.button { color: #FFFFFF; }
ul.disc1 {
  margin: 0px 0px 0px 25px;
  padding: initial;
  padding-bottom: 2em;
  list-style-type: disc;
}
h3 + ul.disc1 { margin-top: -10px; }
ol.num1 {
  margin: 0px 0px 0px 10px;
  padding: initial;
  padding-bottom: 2em;
  list-style-type: decimal;
}
ol.num1 > li { padding-bottom: 5px; }
ol ul.disc1 { padding-bottom: 5px; }
a#logo { text-decoration: none; }
span.title h1 { font-size: 16px; } /* this is what the page title becomes when the page is narrow */
#page-header h1 { margin-bottom: 0px; }
#footer-wrapper { padding-top: 0px; }
.VOXIHTMLBlock ol { list-style-type: decimal; margin: 0 0 10px 25px; } /* this restores normal ordered list styling */
.VOXIHTMLBlock ol.alpha { list-style-type: alpha; }
.VOXIHTMLBlock ul  { list-style-type: disc; margin: 0 0 10px 25px; } /* this restores normal unordered list styling */

/* Anywhere magical buttons formed by placing change refresh checkboxes */
label.searchbutton { margin-top: 1em; padding-right: 1.2em; padding-top: 0.7em; }
label.searchbutton input[type="checkbox"]{ display: none; }
label.searchbutton a { color: white; }
label.searchbutton .searchbutton { padding-left: 1em; }
label.searchbutton:before { display: none; }

/* Anywhere magical buttons using hyperlinks */
.createbutton { width: auto; } /* importantt to prevent apex_main.css from making it 100% on mobile */
a.createbutton { margin-top: 1em; padding-right: 1.2em; padding-top: 0.7em; }
a.createbutton a { color: white; text-decoration: none; }
a.button.createbutton .plusbutton { padding-left: 1em; position: relative; top: 5px; }
a.button.createbutton:before { display: none; }
a.button.createbutton:before, a.button.searchbutton:before { display: none; } /* hides the right-arrow; it's not useful for search & create buttons since they have their own icons */

a.button.createbutton > i.fa-2x, a.button.searchbutton > i.fa-2x { /* these are FontAwesome icons within these "buttons" */
  margin-left: 0.5em;
  position: relative;
  top: 0.2em;
}
a.button.buttonsmall.createbutton { margin-top: 0.1em; padding: 0.2em 0.6em 0.2em 0.6em; }
a.button.buttonsmall.createbutton > i.fa {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0.5em;
  position: initial;
}
.anywhere-profile-create-record-link {
  margin-left: 1em;
  margin-right: 0px;
  position: relative;
  top: -0.3em;
}

/* group 2 */
/***** this is the navigator within the Anywhere profile editor tool *****/
#profilenav:hover { opacity: 0.9; }
#profilenav label { display: inline-block; }
#profilenav ul { padding: 0px; list-style: disc; margin-left: 1.5em; margin-bottom: 0px; }
#profilenav a { color: white; }

@media only screen and (max-width: 1100px) {
  #profilenav { display: none; }
}

/***** section headers in the Anywhere profile editor *****/
h4.sectiontitle {
  min-width: 600px;
  border-bottom: 1px solid blue;
  margin-top: 20px;
  margin-bottom: 5px;
}
h4.sectiontitle span.caption {
  margin-left: 10px;
  font-size: 200%;
}
h5.sectiontitle {
  min-width: 600px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 3px;
  font-weight: bold;
}

/* group 3 */
/***** popup editors of various types *****/
.ui-dialog-titlebar a, .ui-widget-header a { color: white; }
.complex-editor-form-actions input.btn { padding: 10px 20px; } /* widens the various buttons a bit in complex editors (VSys Anywhere mostly) */
.complex-editor-form .btn { background-image: none; }
.popupeditor-container .block-header { display: none; } /* the header (H4) at the top of the editor is redundant: the same text is in the "window"'s caption */
div.ui-dialog.ui-widget-content {
  width: auto !important; /* don't be unnecessarily narrow! */
  max-width: 80%; /* but don't go Stupid */
}

/***** this is the header for VSys Anywhere tools *****/
.tool .block-header { padding-left: 0px; padding-bottom: 10px; }
.tool .block-header h4 { font-size: 150%; font-weight: bold; }

/***** this is generic checklist editors on forms *****/
button.ui-multiselect {
  min-height: 3em;
  background: rgb(250, 250, 250);
  padding: 0.9em;
  max-width: 100% !important;
  font-size: 1.2em;
  max-height: 12em; /* prevents it from getting crazy tall if a lot of items are checked and visible */
  overflow-y: hidden; /* and when it does, don't have the text continue flowing out the bottom */
}
button.ui-multiselect span { font-size: 0.85em; }
.ui-widget-content .ui-state-hover { background: rgb(50, 50, 50); color: white; } /* mouseover on checklist items = monochromatic, no gradient */
.ui-multiselect-checkboxes { font-size: 125%;   min-height: 18em; } /* checklist items larger, with taller min height */

/***** Weird mouseover buttons *****/
.fc-state-hover { background-position: 0px !important; }
.fc button { background-image: none; }
.btn:hover { background-position: 0px !important; }
.btn { background-image: none; }

 /***** popup date editors *****/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: auto;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  filter: invert(100%); /* dark colored captions at the top of the date picker make the month navigation buttons pretty much invisible */
  margin-top: 0px;
}
input.customDatepicker { /* this handles general weirdness when the viewport becomes narrow and the date editors shrink in height... */
  box-sizing: content-box !important;
  min-height: 1px;
}
/***** table width - prevent exceed its div *****/
table.table { table-layout: fixed; }
table.table td, table.table th { overflow-x: hidden; }

/***** Anywhere approval and other tools, captions & sub-captions for listings with editors for each item *****/
.tool-itemslist-caption0 {
  width: 3000px;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  font-size: 1.5em;
  font-weight: normal;
  color: rgb(55, 55, 55);
  margin-top: 1em;
  margin-bottom: 4px;
  letter-spacing: initial;
  font-variant: small-caps;
}
.tool-itemslist-caption1 {
  font-weight: 400;
  font-size: 110%;
  color: green;
  margin: 5px 0 -5px 0;
}
.tool-itemslist-caption0 a, .tool-itemslist-caption1 a { text-decoration: none; }
.tool-itemslist-error, {
  font-weight: bold;
  color: red;
  margin-top: 2.5em; /* pushes it down into the region of the accompanying editor(s) */
}
.tool-itemslist-warning {
  color: orange;
  margin-top: 2.5em; /* pushes it down into the region of the accompanying editor(s) */
}
.tool-itemslist-note {
  font-weight: normal;
  color: black;
  margin-top: 2.5em; /* pushes it down into the region of the accompanying editor(s) */
}
.popupedit-info-label-small { font-size: 80%; font-style: italic; }

.complex-editor-field-line {
  display: inline-block; /* wonderous magic: tall controls now don't cause shorter ones that follow to be stuck to the right */
  vertical-align: top;
  float: none; /* if you take this away, various VSys Anywhere tools have their fields "hung up" to the right; see the "View schedules" tool */
}
/***** unlocalized label errors? bad! *****/
span.translation_missing { display: none; }

/***** fix weirdness with (OLD) checkout tool *****/
#check_out .block-header h4 {
  font-size: 125%;
  font-weight: bold;
  border-bottom: 1px solid blue;
}
#check_out div.span4, #check_out div.span8 { margin: 0px; }
.checkout-job-block { min-width: 30em; }
.checkout-job-block strong { padding-top: 5px; }
.checkout-job-block .checkout-job-label {
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
}

label.application-field-checkbox span.label-inner, label.application-field-checkbox input[type="checkbox"] { vertical-align: middle; } /* for checkboxes, vertically centers the label with the checkbox itself */

.mce-statusbar { display: none !important; } /* for the TinyMCE HTML editor, hides the bottom status bar */
/***** just _special_ *****/
.popupeditor-details-tightspacing { line-height: initial; }

/***** To ensure that SearchWhileTyping (using Chosen) works when the tool editor form is too short *****/
.complex-editor-form { overflow: visible !important; }
.ui-dialog, .ui-dialog-content { overflow: visible !important; }

/* and to make them size like other fields */
.chosen-single {
  padding-top: 0.7em !important;
  min-height: 3em;
  font-size: 1.2em;
  background: none !important;
}
.chosen-single, .chosen-drop {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-appearance: none;
  border-radius: 6px;
  background: #fafafa !important;
  border: 1px solid #e8e8e8 !important;
  outline: none;
}
.chosen-single:focus, .chosen-drop:focus {
    border-color: rgba(82,168,236,0.8) !important;
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)  !important;
}

a.chosen-single > div { margin-top: 0.7em; } /* and vertically centers the indicator */

.list-editor-container { clear: both; margin-top: 0px !important; } /* Fixes an issue with empty datatables showing their "Ain't none" inline with the buttons instead of below them */
.complex-editor-form-actions { float: none !important; } /* Fixes an issue with datatables rendered as HTML (raw output) being atop the action buttons */
#complex_editor_entrant + .btn { padding-left: 20px; padding-right: 20px; width: auto !important; } /* the [Search] button used by person lookup in popup editors */

/********************* online training quizzes *********************/
.question-container { padding-top: 1em; }
.question-container > label { font-weight: bold; font-size: 125%; }
.question-container .btn { margin-top: 1em; padding: 10px; padding-left: 20px; padding-right: 20px; }
.online-training-presentations-block-container dt, .online-training-presentations-block-container dd { font-size: 150%; margin-bottom: 20px; }
.training-container dt:after { content: ": "; }
.training-container dd { font-weight: bold; }

/***** FullCalendar various *****/
.fc-more { font-weight: bold; font-size: 100% !important; }
/* custom calendars: reduce unnecessary padding above/below the day # */
.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.fc-day-grid-event .fc-content { font-weight: 300; }
.fc-header-toolbar h2 { font-size: 2.5em; }
.fc-agenda-view .fc-event { border: 1px solid black !important; }

/******** fun with chosen *********************************/
.chosen-container-multi .chosen-choices { padding: 0.9em; }
ul.chosen-choices { max-height: 20em; overflow-y: auto !important; }


/* from Apex site CSS */
#application_form_sendMessage_subj, #application_form_sendMessage_name, #application_form_sendMessage_email, #application_form_sendMessage_msg { min-width: 400px; }
img.mainpage-shift-graphic { border-radius: 5px; }
.complex-editor-form .complex-editor-field-line { padding-top: 0px; padding-bottom: 0px; } /* avoid unnecessary inter-line spacing */
.complex-editor-form .complex-editor-field-line .control-group { margin-bottom: 0px; }
.complex-editor-form .control-label, .complex-editor-form input { margin-bottom: 0px; } /* avoid unnecessary inter-line spacing */
.dataentry_simple .tool-body { max-width: 100%; }

form button.ui-multiselect { /* this is generic checklist editors on forms */
  min-height: 3em;
  background: rgb(250, 250, 250);
  padding: 0.9em;
  max-width: 100% !important;
  font-size: 1.2em;
  max-height: 12em; /* prevents it from getting crazy tall if a lot of items are checked and visible */
  overflow-y: hidden; /* and when it does, don't have the text continue flowing out the bottom */
}

.complex-editor-form select { margin-bottom: 0px; } /* and combo boxes to prevent weird floating */

/* popup window dialogs: solid header color */
.ui-dialog-titlebar, .ui-widget-header { background: #666; color: white; }
.ui-dialog-titlebar, .ui-widget-header a { color: white; } /* with hyperlinks contrasted */
label, p { font-weight: 500; font-weight: normal; }/* fonts are way too thin in most places */
p { margin-bottom: 0.8em; }


/* from the Anywhere site-specific CSS */
label.control-label[style*="visibility: hidden"] { display: none; }
#main-content[class*="page-tool"] { width: 100%; margin-left: 0px; }
input[type="checkbox"] { margin-top: 0px; }
div#complex-editor-settings-fields > div[style="overflow-x: scroll;"] { overflow-x: auto !important; }
div.list_block > .row > div { padding: 0px; margin-left: 0px; } /***** Anywhere annoying spaces above listings (Rails-generated) *****/
.list_block header h4 { font-size: 200%; }

div.list-view-block { padding: 0px; } /***** Anywhere annoying spaces above listings (VOXI-generated) *****/



